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 665898 Details for
Bug 888658
PartitionException: Can't have overlapping partitions.
[?]
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), 2.31 MB, created by
Steve Tyler
on 2012-12-19 06:48:47 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Steve Tyler
Created:
2012-12-19 06:48:47 UTC
Size:
2.31 MB
patch
obsolete
>anaconda 18.37.4 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/parted/disk.py", line 309, in setPartitionGeometry > start, end) > File "/usr/lib64/python2.7/site-packages/parted/decorators.py", line 32, in new > ret = fn(*args, **kwds) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 1232, in _setTargetSize > start=geometry.start, end=geometry.end) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 602, in <lambda> > lambda s, v: s._setTargetSize(v), > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/deviceaction.py", line 367, in __init__ > self.device.targetSize = newsize > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1226, in resizeDevice > self.devicetree.registerAction(action_class(device, new_size)) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1151, in _save_right_side > self.__storage.resizeDevice(device, size) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2460, in on_apply_clicked > self._save_right_side(self._current_selector) >PartitionException: Can't have overlapping partitions. > >Local variables in innermost frame: >start: 2048 >self: parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x58e60d0>, <parted.partition.Partition object at 0x58e6250>] > device: <parted.device.Device object at 0x55cb290> > PedDisk: <_ped.Disk object at 0x55c7b00> >partition: parted.Partition instance -- > disk: <parted.disk.Disk object at 0x55cb550> fileSystem: <parted.filesystem.FileSystem object at 0x58e6390> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x58e6190> PedPartition: <_ped.Partition object at 0x55e51d0> >end: 174079 >constraint: parted.Constraint instance -- > startAlign: <parted.alignment.Alignment object at 0x5905190> endAlign: <parted.alignment.Alignment object at 0x5905250> > startRange: <parted.geometry.Geometry object at 0x59052d0> endRange: <parted.geometry.Geometry object at 0x5905350> > minSize: 1 maxSize: 25165824 > PedConstraint: <_ped.Constraint object at 0x58f9ad0> > > > >Exception occurred during state dump: >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 419, in dump > ret += self._dumpClass(obj, skipList=idSkipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 368, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 368, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 360, in _dumpClass > ret += self._dumpClass(v, level + 1, parentkey = curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 368, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 358, in _dumpClass > ret += "%s" % (v,) >UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 29: ordinal not in range(128) > > >/tmp/anaconda.log: >00:19:42,246 DEBUG anaconda: required disklabel type for sda (1) is None >00:19:42,247 DEBUG anaconda: default disklabel type for sda is msdos >00:19:42,247 DEBUG anaconda: selecting msdos disklabel for sda based on size >00:19:43,150 INFO anaconda: /sbin/anaconda 18.37.4 >05:19:43,496 INFO anaconda: 2097152 kB (2048 MB) are available >00:19:43,496 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >00:19:43,497 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >00:19:43,498 INFO anaconda: Default encoding = ascii >00:19:43,990 INFO anaconda: ISCSID is /sbin/iscsid >00:19:43,990 INFO anaconda: no initiator set >00:19:44,050 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >00:19:44,050 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >00:19:44,262 INFO anaconda: Display mode = g >05:19:44,265 INFO anaconda: 2097152 kB (2048 MB) are available >00:19:44,266 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >00:19:44,422 INFO anaconda: using only installclass _Fedora >00:19:44,461 INFO anaconda: Detected 2016M of memory >00:19:44,462 INFO anaconda: Swap attempt of 4032M >00:19:44,465 INFO anaconda: Running Thread: AnaStorageThread (140474340681472) >00:19:44,468 INFO anaconda: Running Thread: AnaNetworkThread (140474332288768) >00:19:44,472 INFO anaconda: Running Thread: AnaPayloadThread (140474002118400) >00:19:44,473 DEBUG anaconda: network: devices found ['eth0'] >00:19:44,619 DEBUG anaconda: network: dumped ifcfg file for default autoconnection on eth0 >00:19:45,060 DEBUG anaconda: updating hostname localhost.localdomain >00:19:45,153 DEBUG anaconda: waiting for connecting NM (dhcp?) >00:19:46,297 INFO anaconda: no initiator set >00:19:46,838 DEBUG anaconda: required disklabel type for sda (1) is None >00:19:46,838 DEBUG anaconda: default disklabel type for sda is msdos >00:19:46,838 DEBUG anaconda: selecting msdos disklabel for sda based on size >00:19:47,364 DEBUG anaconda: connected, waited 2 seconds >00:19:47,431 DEBUG anaconda: updating hostname localhost.localdomain >00:19:47,500 INFO anaconda: Thread Done: AnaNetworkThread (140474332288768) >00:19:48,899 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage as ext4 with options defaults,ro >00:19:48,941 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >00:19:49,248 INFO anaconda: Thread Done: AnaStorageThread (140474340681472) >00:19:49,288 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/live-osimg-min on /mnt/install/source as auto with options defaults,ro >00:19:49,329 INFO anaconda: Thread Done: AnaPayloadThread (140474002118400) >00:19:56,431 INFO anaconda: Not doing 'replace runtime X layouts' in live installation >00:19:56,553 DEBUG anaconda: network standalone spoke (init): completed: True >19:19:57,272 INFO anaconda: Not doing 'save system time' in live installation >19:19:57,275 INFO anaconda: Not doing 'save system time' in live installation >19:19:57,279 INFO anaconda: Not doing 'save system time' in live installation >00:19:57,289 INFO anaconda: Not doing 'save system time' in live installation >00:19:57,292 INFO anaconda: Not doing 'modify system time and date' in live installation >00:19:59,262 INFO anaconda: fs space: 0 B needed: 3.11 GB >00:19:59,331 INFO anaconda: Not doing 'add runtime X layout' in live installation >00:19:59,368 INFO anaconda: Not doing 'test X layouts' in live installation >00:19:59,376 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >00:20:00,577 INFO anaconda: fs space: 0 B needed: 3.11 GB >00:20:00,817 INFO anaconda: Running Thread: AnaStorageWatcher (140474332288768) >00:20:01,438 INFO anaconda: Running Thread: AnaNTPserver0 (140474002118400) >00:20:01,447 INFO anaconda: Running Thread: AnaNTPserver1 (140473993725696) >00:20:01,457 INFO anaconda: Running Thread: AnaNTPserver2 (140473453782784) >00:20:01,472 INFO anaconda: Running Thread: AnaNTPserver3 (140473445390080) >00:20:01,524 INFO anaconda: Thread Done: AnaStorageWatcher (140474332288768) >00:20:01,736 INFO anaconda: Thread Done: AnaNTPserver2 (140473453782784) >00:20:01,744 INFO anaconda: Thread Done: AnaNTPserver3 (140473445390080) >00:20:01,785 INFO anaconda: Thread Done: AnaNTPserver0 (140474002118400) >00:20:01,961 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> status to: Probing storage... >00:20:01,971 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >00:20:07,666 DEBUG anaconda: disk free: 983.39 kB fs free: 415 MB sw needs: 3.11 GB auto swap: 4.03 GB >00:20:11,519 INFO anaconda: Thread Done: AnaNTPserver1 (140473993725696) >00:20:16,574 INFO anaconda: Running Thread: AnaExecuteStorageThread (140474340681472) >00:20:16,650 INFO anaconda: Thread Done: AnaExecuteStorageThread (140474340681472) >00:20:16,731 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sda1', 'sda2', 'sda3', 'sr0'] >00:20:16,731 DEBUG anaconda: ui: unused=['sda3', 'sda1', 'sda2'] >00:20:16,731 DEBUG anaconda: ui: new_devices=[] >00:20:16,756 DEBUG anaconda: page clicked: New Fedora 18 Installation >00:20:16,759 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >00:20:17,218 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >00:20:17,219 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> status to: Saving storage configuration... >00:20:17,224 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >00:20:20,073 DEBUG anaconda: page clicked: Unknown >00:20:20,076 DEBUG anaconda: show first mountpoint: Unknown >00:20:20,094 DEBUG anaconda: populate_right_side: existing 512MB partition sda1 (1) with existing ext4 filesystem >00:20:20,095 DEBUG anaconda: updated device_disks to ['sda'] >00:20:20,097 DEBUG anaconda: updated device_vg_name to None >00:20:20,098 DEBUG anaconda: min: 84.7 max: 512.0 current: 512.0 >00:20:20,100 DEBUG anaconda: fs type changed: ext4 >00:20:20,105 INFO anaconda: getting device type for None >00:20:20,106 ERR anaconda: unknown device type: 'None' >00:20:20,107 DEBUG anaconda: device_type_changed: None None >00:20:20,109 INFO anaconda: getting device type for Standard Partition >00:20:20,110 DEBUG anaconda: device_type_changed: 2 Standard Partition >00:20:20,111 INFO anaconda: getting device type for Standard Partition >00:20:20,112 DEBUG anaconda: populate_raid: 2, None >00:20:20,113 INFO anaconda: getting device type for Standard Partition >00:20:20,115 INFO anaconda: getting device type for Standard Partition >00:20:20,116 DEBUG anaconda: populate_raid: 2, None >00:20:20,116 INFO anaconda: getting device type for Standard Partition >00:20:39,463 INFO anaconda: ui: saving changes to device sda1 >00:20:39,465 DEBUG anaconda: old_name: sda1 >00:20:39,465 DEBUG anaconda: new_name: sda1 >00:20:39,466 DEBUG anaconda: new size: 512.0 >00:20:39,466 DEBUG anaconda: old size: 512.0 >00:20:39,467 INFO anaconda: getting device type for Standard Partition >00:20:39,468 DEBUG anaconda: new device type: 2 >00:20:39,468 DEBUG anaconda: reformat: True >00:20:39,469 DEBUG anaconda: new fs type: ext4 >00:20:39,470 DEBUG anaconda: old encryption setting: False >00:20:39,470 DEBUG anaconda: new encryption setting: False >00:20:39,474 DEBUG anaconda: old mountpoint: >00:20:39,475 DEBUG anaconda: new mountpoint: /boot >00:20:39,476 INFO anaconda: getting device type for Standard Partition >00:20:39,484 INFO anaconda: scheduling reformat of sda1 as ext4 >00:20:39,519 DEBUG anaconda: populate_right_side: existing 512MB partition sda1 (1) with non-existent ext4 filesystem mounted at /boot >00:20:39,520 DEBUG anaconda: updated device_disks to ['sda'] >00:20:39,520 DEBUG anaconda: updated device_vg_name to None >00:20:39,520 DEBUG anaconda: min: 512.0 max: 512.0 current: 512.0 >00:20:39,528 INFO anaconda: getting device type for Standard Partition >00:20:39,529 DEBUG anaconda: populate_raid: 2, None >00:20:39,529 INFO anaconda: getting device type for Standard Partition >00:20:42,209 DEBUG anaconda: current selector: existing 512MB partition sda1 (1) with non-existent ext4 filesystem mounted at /boot >00:20:42,210 DEBUG anaconda: new selector: existing 11263MB partition sda2 (2) >00:20:42,211 DEBUG anaconda: notebook page = 1 >00:20:42,211 INFO anaconda: ui: saving changes to device sda1 >00:20:42,212 DEBUG anaconda: old_name: sda1 >00:20:42,212 DEBUG anaconda: new_name: sda1 >00:20:42,213 DEBUG anaconda: new size: 512.0 >00:20:42,213 DEBUG anaconda: old size: 512.0 >00:20:42,214 INFO anaconda: getting device type for Standard Partition >00:20:42,215 DEBUG anaconda: new device type: 2 >00:20:42,215 DEBUG anaconda: reformat: True >00:20:42,216 DEBUG anaconda: new fs type: ext4 >00:20:42,216 DEBUG anaconda: old encryption setting: False >00:20:42,217 DEBUG anaconda: new encryption setting: False >00:20:42,217 DEBUG anaconda: old mountpoint: /boot >00:20:42,218 DEBUG anaconda: new mountpoint: /boot >00:20:42,219 INFO anaconda: getting device type for Standard Partition >00:20:42,223 DEBUG anaconda: populate_right_side: existing 11263MB partition sda2 (2) >00:20:42,224 DEBUG anaconda: updated device_disks to ['sda'] >00:20:42,224 DEBUG anaconda: updated device_vg_name to None >00:20:42,226 DEBUG anaconda: min: 11263.0 max: 0 current: 11263.0 >00:20:42,228 DEBUG anaconda: fs type changed: Unknown >00:20:42,231 INFO anaconda: getting device type for Standard Partition >00:20:42,233 DEBUG anaconda: populate_raid: 2, None >00:20:42,233 INFO anaconda: getting device type for Standard Partition >00:20:48,986 DEBUG anaconda: current selector: existing 11263MB partition sda2 (2) >00:20:48,989 DEBUG anaconda: new selector: existing 11263MB partition sda2 (2) >00:20:48,989 DEBUG anaconda: notebook page = 1 >00:20:48,990 INFO anaconda: ui: saving changes to device sda2 >00:20:48,991 DEBUG anaconda: old_name: sda2 >00:20:48,991 DEBUG anaconda: new_name: sda2 >00:20:48,991 DEBUG anaconda: new size: 11263.0 >00:20:48,992 DEBUG anaconda: old size: 11263.0 >00:20:48,992 INFO anaconda: getting device type for Standard Partition >00:20:48,993 DEBUG anaconda: new device type: 2 >00:20:48,994 DEBUG anaconda: reformat: True >00:20:48,995 DEBUG anaconda: new fs type: Unknown >00:20:48,995 DEBUG anaconda: old encryption setting: False >00:20:48,995 DEBUG anaconda: new encryption setting: False >00:20:48,995 DEBUG anaconda: old mountpoint: >00:20:48,995 DEBUG anaconda: new mountpoint: None >00:20:48,996 INFO anaconda: getting device type for Standard Partition >00:20:48,997 INFO anaconda: scheduling reformat of sda2 as None >00:20:49,020 DEBUG anaconda: populate_right_side: existing 11263MB partition sda2 (2) >00:20:49,020 DEBUG anaconda: updated device_disks to ['sda'] >00:20:49,021 DEBUG anaconda: updated device_vg_name to None >00:20:49,022 DEBUG anaconda: min: 11263.0 max: 0 current: 11263.0 >00:20:49,024 DEBUG anaconda: fs type changed: Unknown >00:20:49,028 INFO anaconda: getting device type for Standard Partition >00:20:49,029 DEBUG anaconda: populate_raid: 2, None >00:20:49,030 INFO anaconda: getting device type for Standard Partition >00:20:49,031 DEBUG anaconda: populate_right_side: existing 11263MB partition sda2 (2) >00:20:49,032 DEBUG anaconda: updated device_disks to ['sda'] >00:20:49,032 DEBUG anaconda: updated device_vg_name to None >00:20:49,033 DEBUG anaconda: min: 11263.0 max: 0 current: 11263.0 >00:20:49,035 DEBUG anaconda: fs type changed: Unknown >00:20:49,039 INFO anaconda: getting device type for Standard Partition >00:20:49,040 DEBUG anaconda: populate_raid: 2, None >00:20:49,041 INFO anaconda: getting device type for Standard Partition >00:20:53,400 DEBUG anaconda: page clicked: New Fedora 18 Installation >00:20:53,400 DEBUG anaconda: notebook page = 1 >00:20:53,401 INFO anaconda: ui: saving changes to device sda2 >00:20:53,401 DEBUG anaconda: old_name: sda2 >00:20:53,402 DEBUG anaconda: new_name: sda2 >00:20:53,402 DEBUG anaconda: new size: 11263.0 >00:20:53,407 DEBUG anaconda: old size: 11263.0 >00:20:53,407 INFO anaconda: getting device type for Standard Partition >00:20:53,408 DEBUG anaconda: new device type: 2 >00:20:53,408 DEBUG anaconda: reformat: True >00:20:53,408 DEBUG anaconda: new fs type: Unknown >00:20:53,408 DEBUG anaconda: old encryption setting: False >00:20:53,408 DEBUG anaconda: new encryption setting: False >00:20:53,409 DEBUG anaconda: old mountpoint: >00:20:53,409 DEBUG anaconda: new mountpoint: None >00:20:53,409 INFO anaconda: getting device type for Standard Partition >00:20:53,412 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >00:20:53,412 DEBUG anaconda: populate_right_side: existing 512MB partition sda1 (1) with non-existent ext4 filesystem mounted at /boot >00:20:53,412 DEBUG anaconda: updated device_disks to ['sda'] >00:20:53,412 DEBUG anaconda: updated device_vg_name to None >00:20:53,413 DEBUG anaconda: min: 512.0 max: 512.0 current: 512.0 >00:20:53,417 DEBUG anaconda: fs type changed: ext4 >00:20:53,424 INFO anaconda: getting device type for Standard Partition >00:20:53,425 DEBUG anaconda: populate_raid: 2, None >00:20:53,426 INFO anaconda: getting device type for Standard Partition >00:20:56,327 DEBUG anaconda: current selector: existing 512MB partition sda1 (1) with non-existent ext4 filesystem mounted at /boot >00:20:56,328 DEBUG anaconda: new selector: existing 11263MB partition sda2 (2) >00:20:56,329 DEBUG anaconda: notebook page = 1 >00:20:56,329 INFO anaconda: ui: saving changes to device sda1 >00:20:56,330 DEBUG anaconda: old_name: sda1 >00:20:56,330 DEBUG anaconda: new_name: sda1 >00:20:56,331 DEBUG anaconda: new size: 512.0 >00:20:56,331 DEBUG anaconda: old size: 512.0 >00:20:56,332 INFO anaconda: getting device type for Standard Partition >00:20:56,333 DEBUG anaconda: new device type: 2 >00:20:56,333 DEBUG anaconda: reformat: True >00:20:56,334 DEBUG anaconda: new fs type: ext4 >00:20:56,334 DEBUG anaconda: old encryption setting: False >00:20:56,335 DEBUG anaconda: new encryption setting: False >00:20:56,335 DEBUG anaconda: old mountpoint: /boot >00:20:56,336 DEBUG anaconda: new mountpoint: /boot >00:20:56,337 INFO anaconda: getting device type for Standard Partition >00:20:56,341 DEBUG anaconda: populate_right_side: existing 11263MB partition sda2 (2) >00:20:56,342 DEBUG anaconda: updated device_disks to ['sda'] >00:20:56,342 DEBUG anaconda: updated device_vg_name to None >00:20:56,344 DEBUG anaconda: min: 11263.0 max: 0 current: 11263.0 >00:20:56,345 DEBUG anaconda: fs type changed: Unknown >00:20:56,349 INFO anaconda: getting device type for Standard Partition >00:20:56,350 DEBUG anaconda: populate_raid: 2, None >00:20:56,351 INFO anaconda: getting device type for Standard Partition >00:21:06,235 DEBUG anaconda: fs type changed: ext4 >00:21:20,592 INFO anaconda: ui: saving changes to device sda2 >00:21:20,593 DEBUG anaconda: old_name: sda2 >00:21:20,593 DEBUG anaconda: new_name: sda2 >00:21:20,594 DEBUG anaconda: new size: 11263.0 >00:21:20,594 DEBUG anaconda: old size: 11263.0 >00:21:20,595 INFO anaconda: getting device type for Standard Partition >00:21:20,596 DEBUG anaconda: new device type: 2 >00:21:20,596 DEBUG anaconda: reformat: True >00:21:20,597 DEBUG anaconda: new fs type: ext4 >00:21:20,597 DEBUG anaconda: old encryption setting: False >00:21:20,598 DEBUG anaconda: new encryption setting: False >00:21:20,598 DEBUG anaconda: old mountpoint: >00:21:20,599 DEBUG anaconda: new mountpoint: / >00:21:20,603 INFO anaconda: getting device type for Standard Partition >00:21:20,607 INFO anaconda: scheduling reformat of sda2 as ext4 >00:21:20,632 DEBUG anaconda: populate_right_side: existing 11263MB partition sda2 (2) with non-existent ext4 filesystem mounted at / >00:21:20,633 DEBUG anaconda: updated device_disks to ['sda'] >00:21:20,634 DEBUG anaconda: updated device_vg_name to None >00:21:20,635 DEBUG anaconda: min: 11263.0 max: 11263.0 current: 11263.0 >00:21:20,643 INFO anaconda: getting device type for Standard Partition >00:21:20,648 DEBUG anaconda: populate_raid: 2, None >00:21:20,649 INFO anaconda: getting device type for Standard Partition >00:21:24,408 DEBUG anaconda: current selector: existing 11263MB partition sda2 (2) with non-existent ext4 filesystem mounted at / >00:21:24,410 DEBUG anaconda: new selector: existing 512MB partition sda1 (1) with non-existent ext4 filesystem mounted at /boot >00:21:24,411 DEBUG anaconda: notebook page = 1 >00:21:24,411 INFO anaconda: ui: saving changes to device sda2 >00:21:24,412 DEBUG anaconda: old_name: sda2 >00:21:24,412 DEBUG anaconda: new_name: sda2 >00:21:24,413 DEBUG anaconda: new size: 11263.0 >00:21:24,414 DEBUG anaconda: old size: 11263.0 >00:21:24,414 INFO anaconda: getting device type for Standard Partition >00:21:24,415 DEBUG anaconda: new device type: 2 >00:21:24,415 DEBUG anaconda: reformat: True >00:21:24,416 DEBUG anaconda: new fs type: ext4 >00:21:24,417 DEBUG anaconda: old encryption setting: False >00:21:24,417 DEBUG anaconda: new encryption setting: False >00:21:24,417 DEBUG anaconda: old mountpoint: / >00:21:24,418 DEBUG anaconda: new mountpoint: / >00:21:24,419 INFO anaconda: getting device type for Standard Partition >00:21:24,423 DEBUG anaconda: populate_right_side: existing 512MB partition sda1 (1) with non-existent ext4 filesystem mounted at /boot >00:21:24,424 DEBUG anaconda: updated device_disks to ['sda'] >00:21:24,424 DEBUG anaconda: updated device_vg_name to None >00:21:24,426 DEBUG anaconda: min: 512.0 max: 512.0 current: 512.0 >00:21:24,430 INFO anaconda: getting device type for Standard Partition >00:21:24,431 DEBUG anaconda: populate_raid: 2, None >00:21:24,432 INFO anaconda: getting device type for Standard Partition >00:21:33,576 DEBUG anaconda: current selector: existing 512MB partition sda1 (1) with non-existent ext4 filesystem mounted at /boot >00:21:33,578 DEBUG anaconda: new selector: existing 511MB partition sda3 (3) with existing swap >00:21:33,580 DEBUG anaconda: notebook page = 1 >00:21:33,581 INFO anaconda: ui: saving changes to device sda1 >00:21:33,582 DEBUG anaconda: old_name: sda1 >00:21:33,582 DEBUG anaconda: new_name: sda1 >00:21:33,582 DEBUG anaconda: new size: 512.0 >00:21:33,583 DEBUG anaconda: old size: 512.0 >00:21:33,583 INFO anaconda: getting device type for Standard Partition >00:21:33,584 DEBUG anaconda: new device type: 2 >00:21:33,584 DEBUG anaconda: reformat: True >00:21:33,584 DEBUG anaconda: new fs type: ext4 >00:21:33,584 DEBUG anaconda: old encryption setting: False >00:21:33,584 DEBUG anaconda: new encryption setting: False >00:21:33,585 DEBUG anaconda: old mountpoint: /boot >00:21:33,585 DEBUG anaconda: new mountpoint: /boot >00:21:33,586 INFO anaconda: getting device type for Standard Partition >00:21:33,592 DEBUG anaconda: populate_right_side: existing 511MB partition sda3 (3) with existing swap >00:21:33,593 DEBUG anaconda: updated device_disks to ['sda'] >00:21:33,593 DEBUG anaconda: updated device_vg_name to None >00:21:33,594 DEBUG anaconda: min: 511.983886719 max: 511.983886719 current: 511.983886719 >00:21:33,596 DEBUG anaconda: fs type changed: swap >00:21:33,602 INFO anaconda: getting device type for Standard Partition >00:21:33,603 DEBUG anaconda: populate_raid: 2, None >00:21:33,604 INFO anaconda: getting device type for Standard Partition >00:21:41,693 INFO anaconda: ui: saving changes to device sda3 >00:21:41,694 DEBUG anaconda: old_name: sda3 >00:21:41,695 DEBUG anaconda: new_name: sda3 >00:21:41,695 DEBUG anaconda: new size: 511.983886719 >00:21:41,696 DEBUG anaconda: old size: 511.983886719 >00:21:41,696 INFO anaconda: getting device type for Standard Partition >00:21:41,697 DEBUG anaconda: new device type: 2 >00:21:41,698 DEBUG anaconda: reformat: True >00:21:41,698 DEBUG anaconda: new fs type: swap >00:21:41,699 DEBUG anaconda: old encryption setting: False >00:21:41,699 DEBUG anaconda: new encryption setting: False >00:21:41,700 DEBUG anaconda: old mountpoint: >00:21:41,700 DEBUG anaconda: new mountpoint: None >00:21:41,705 INFO anaconda: getting device type for Standard Partition >00:21:41,709 INFO anaconda: scheduling reformat of sda3 as swap >00:21:41,734 DEBUG anaconda: removing empty page Unknown >00:21:41,735 DEBUG anaconda: populate_right_side: existing 511MB partition sda3 (3) with non-existent swap >00:21:41,736 DEBUG anaconda: updated device_disks to ['sda'] >00:21:41,737 DEBUG anaconda: updated device_vg_name to None >00:21:41,738 DEBUG anaconda: min: 511.983886719 max: 511.983886719 current: 511.983886719 >00:21:41,744 INFO anaconda: getting device type for Standard Partition >00:21:41,746 DEBUG anaconda: populate_raid: 2, None >00:21:41,750 INFO anaconda: getting device type for Standard Partition >00:21:47,224 DEBUG anaconda: current selector: existing 511MB partition sda3 (3) with non-existent swap >00:21:47,226 DEBUG anaconda: new selector: existing 511MB partition sda3 (3) with non-existent swap >00:21:47,228 DEBUG anaconda: notebook page = 1 >00:21:47,230 INFO anaconda: ui: saving changes to device sda3 >00:21:47,231 DEBUG anaconda: old_name: sda3 >00:21:47,231 DEBUG anaconda: new_name: sda3 >00:21:47,232 DEBUG anaconda: new size: 511.983886719 >00:21:47,232 DEBUG anaconda: old size: 511.983886719 >00:21:47,232 INFO anaconda: getting device type for Standard Partition >00:21:47,233 DEBUG anaconda: new device type: 2 >00:21:47,233 DEBUG anaconda: reformat: True >00:21:47,233 DEBUG anaconda: new fs type: swap >00:21:47,233 DEBUG anaconda: old encryption setting: False >00:21:47,233 DEBUG anaconda: new encryption setting: False >00:21:47,233 DEBUG anaconda: old mountpoint: >00:21:47,233 DEBUG anaconda: new mountpoint: None >00:21:47,234 INFO anaconda: getting device type for Standard Partition >00:21:47,239 DEBUG anaconda: populate_right_side: existing 511MB partition sda3 (3) with non-existent swap >00:21:47,239 DEBUG anaconda: updated device_disks to ['sda'] >00:21:47,239 DEBUG anaconda: updated device_vg_name to None >00:21:47,240 DEBUG anaconda: min: 511.983886719 max: 511.983886719 current: 511.983886719 >00:21:47,245 INFO anaconda: getting device type for Standard Partition >00:21:47,246 DEBUG anaconda: populate_raid: 2, None >00:21:47,247 INFO anaconda: getting device type for Standard Partition >00:21:52,695 INFO anaconda: ui: saving changes to device sda3 >00:21:52,695 DEBUG anaconda: old_name: sda3 >00:21:52,696 DEBUG anaconda: new_name: sda3 >00:21:52,696 DEBUG anaconda: new size: 511.983886719 >00:21:52,696 DEBUG anaconda: old size: 511.983886719 >00:21:52,696 INFO anaconda: getting device type for Standard Partition >00:21:52,696 DEBUG anaconda: new device type: 2 >00:21:52,697 DEBUG anaconda: reformat: True >00:21:52,697 DEBUG anaconda: new fs type: swap >00:21:52,697 DEBUG anaconda: old encryption setting: False >00:21:52,697 DEBUG anaconda: new encryption setting: False >00:21:52,697 DEBUG anaconda: old mountpoint: >00:21:52,699 DEBUG anaconda: new mountpoint: None >00:21:52,699 INFO anaconda: getting device type for Standard Partition >00:21:52,722 INFO anaconda: Running Thread: AnaCheckStorageThread (140474340681472) >00:21:52,744 ERR anaconda: Your BIOS-based system needs a special partition to boot with Fedora's new disk label format (GPT). To continue, please create a 1MB 'BIOS Boot' type partition. >00:21:52,744 INFO anaconda: Thread Done: AnaCheckStorageThread (140474340681472) >00:21:52,964 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >00:21:52,974 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >00:21:52,976 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> status to: Checking storage configuration... >00:21:52,983 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >00:22:17,554 DEBUG anaconda: disk free: 983.39 kB fs free: 0 B sw needs: 3.11 GB auto swap: 4.03 GB >00:22:20,310 INFO anaconda: Running Thread: AnaExecuteStorageThread (140474340681472) >00:22:20,387 INFO anaconda: Thread Done: AnaExecuteStorageThread (140474340681472) >00:22:20,487 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sda1', 'sda2', 'sda3', 'sr0'] >00:22:20,488 DEBUG anaconda: ui: unused=[] >00:22:20,488 DEBUG anaconda: ui: new_devices=['sda3', 'sda1', 'sda2'] >00:22:20,505 DEBUG anaconda: page clicked: New Fedora 18 Installation >00:22:20,509 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >00:22:20,509 DEBUG anaconda: populate_right_side: existing 512MB partition sda1 (1) with non-existent ext4 filesystem mounted at /boot >00:22:20,509 DEBUG anaconda: updated device_disks to ['sda'] >00:22:20,510 DEBUG anaconda: updated device_vg_name to None >00:22:20,511 DEBUG anaconda: min: 512.0 max: 512.0 current: 512.0 >00:22:20,511 DEBUG anaconda: fs type changed: ext4 >00:22:20,526 INFO anaconda: getting device type for Standard Partition >00:22:20,527 DEBUG anaconda: populate_raid: 2, None >00:22:20,527 INFO anaconda: getting device type for Standard Partition >00:22:21,083 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >00:22:21,084 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> status to: Saving storage configuration... >00:22:21,092 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >00:22:24,878 INFO anaconda: ui: saving changes to device sda1 >00:22:24,879 DEBUG anaconda: old_name: sda1 >00:22:24,879 DEBUG anaconda: new_name: sda1 >00:22:24,879 DEBUG anaconda: new size: 512.0 >00:22:24,879 DEBUG anaconda: old size: 512.0 >00:22:24,879 INFO anaconda: getting device type for Standard Partition >00:22:24,880 DEBUG anaconda: new device type: 2 >00:22:24,880 DEBUG anaconda: reformat: True >00:22:24,880 DEBUG anaconda: new fs type: ext4 >00:22:24,880 DEBUG anaconda: old encryption setting: False >00:22:24,880 DEBUG anaconda: new encryption setting: False >00:22:24,881 DEBUG anaconda: old mountpoint: /boot >00:22:24,882 DEBUG anaconda: new mountpoint: /boot >00:22:24,883 INFO anaconda: getting device type for Standard Partition >00:22:40,168 DEBUG anaconda: requested size = 1 MB ; available space = 983.39 kB >00:22:40,218 ERR anaconda: newDevice failed: not enough free space on disks >00:22:40,218 DEBUG anaconda: trying to find an existing container to use >00:22:40,218 DEBUG anaconda: found container None >00:22:40,229 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sda1', 'sda2', 'sda3', 'sr0'] >00:22:40,229 DEBUG anaconda: ui: unused=[] >00:22:40,230 DEBUG anaconda: ui: new_devices=['sda3', 'sda1', 'sda2'] >00:22:40,253 DEBUG anaconda: page clicked: New Fedora 18 Installation >00:22:40,257 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >00:22:40,257 DEBUG anaconda: populate_right_side: existing 512MB partition sda1 (1) with non-existent ext4 filesystem mounted at /boot >00:22:40,258 DEBUG anaconda: updated device_disks to ['sda'] >00:22:40,258 DEBUG anaconda: updated device_vg_name to None >00:22:40,259 DEBUG anaconda: min: 512.0 max: 512.0 current: 512.0 >00:22:40,266 INFO anaconda: getting device type for Standard Partition >00:22:40,267 DEBUG anaconda: populate_raid: 2, None >00:22:40,267 INFO anaconda: getting device type for Standard Partition >00:22:43,179 DEBUG anaconda: info bar clicked: not enough free space on disks ((<SpokeWindow object at 0x6240d70 (AnacondaSpokeWindow at 0x62bd260)>,)) >00:22:56,315 INFO anaconda: Running Thread: AnaExecuteStorageThread (140474340681472) >00:22:56,402 INFO anaconda: Thread Done: AnaExecuteStorageThread (140474340681472) >00:22:56,971 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >00:22:56,972 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> status to: Saving storage configuration... >00:22:56,976 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >01:26:32,365 DEBUG anaconda: required disklabel type for sda (1) is None >01:26:32,365 DEBUG anaconda: default disklabel type for sda is msdos >01:26:32,368 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:26:33,024 INFO anaconda: /sbin/anaconda 18.37.4 >06:26:33,205 INFO anaconda: 2097152 kB (2048 MB) are available >01:26:33,205 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:26:33,206 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >01:26:33,206 INFO anaconda: Default encoding = ascii >01:26:33,628 INFO anaconda: ISCSID is /sbin/iscsid >01:26:33,628 INFO anaconda: no initiator set >01:26:33,644 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >01:26:33,644 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >01:26:33,803 INFO anaconda: Display mode = g >06:26:33,805 INFO anaconda: 2097152 kB (2048 MB) are available >01:26:33,806 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:26:34,045 INFO anaconda: using only installclass _Fedora >01:26:34,055 INFO anaconda: Detected 2016M of memory >01:26:34,055 INFO anaconda: Swap attempt of 4032M >01:26:34,059 INFO anaconda: Running Thread: AnaStorageThread (140617397122816) >01:26:34,061 INFO anaconda: Running Thread: AnaNetworkThread (140617388730112) >01:26:34,065 INFO anaconda: Running Thread: AnaPayloadThread (140617058748160) >01:26:34,066 DEBUG anaconda: network: devices found ['eth0'] >01:26:34,120 DEBUG anaconda: updating hostname localhost.localdomain >01:26:34,231 INFO anaconda: Thread Done: AnaNetworkThread (140617388730112) >01:26:34,940 INFO anaconda: no initiator set >01:26:35,198 DEBUG anaconda: required disklabel type for sda (1) is None >01:26:35,198 DEBUG anaconda: default disklabel type for sda is msdos >01:26:35,199 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:26:36,498 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage as ext4 with options defaults,ro >01:26:36,598 INFO anaconda: Thread Done: AnaStorageThread (140617397122816) >01:26:36,632 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/live-osimg-min on /mnt/install/source as auto with options defaults,ro >01:26:36,661 INFO anaconda: Thread Done: AnaPayloadThread (140617058748160) >01:26:44,876 INFO anaconda: Not doing 'replace runtime X layouts' in live installation >01:26:44,939 DEBUG anaconda: network standalone spoke (init): completed: True >20:26:45,557 INFO anaconda: Not doing 'save system time' in live installation >20:26:45,560 INFO anaconda: Not doing 'save system time' in live installation >20:26:45,563 INFO anaconda: Not doing 'save system time' in live installation >01:26:45,573 INFO anaconda: Not doing 'save system time' in live installation >01:26:45,577 INFO anaconda: Not doing 'modify system time and date' in live installation >01:26:46,452 INFO anaconda: fs space: 0 B needed: 3.11 GB >01:26:46,477 INFO anaconda: Not doing 'add runtime X layout' in live installation >01:26:46,511 INFO anaconda: Not doing 'test X layouts' in live installation >01:26:46,513 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >01:26:47,611 INFO anaconda: fs space: 0 B needed: 3.11 GB >01:26:47,727 INFO anaconda: Running Thread: AnaStorageWatcher (140617041962752) >01:26:48,228 INFO anaconda: Running Thread: AnaNTPserver0 (140617058748160) >01:26:48,233 INFO anaconda: Running Thread: AnaNTPserver1 (140616826615552) >01:26:48,243 INFO anaconda: Running Thread: AnaNTPserver2 (140616789817088) >01:26:48,263 INFO anaconda: Running Thread: AnaNTPserver3 (140616774498048) >01:26:48,288 INFO anaconda: Thread Done: AnaStorageWatcher (140617041962752) >01:26:48,385 INFO anaconda: Thread Done: AnaNTPserver0 (140617058748160) >01:26:48,457 INFO anaconda: Thread Done: AnaNTPserver3 (140616774498048) >01:26:48,961 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4cf1810> status to: Probing storage... >01:26:48,966 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4cf1810> >01:26:54,538 DEBUG anaconda: disk free: 11.77 GB fs free: 415 MB sw needs: 3.11 GB auto swap: 4.03 GB >01:26:58,287 INFO anaconda: Thread Done: AnaNTPserver1 (140616826615552) >01:26:58,289 INFO anaconda: Thread Done: AnaNTPserver2 (140616789817088) >01:26:59,175 INFO anaconda: Running Thread: AnaExecuteStorageThread (140616789817088) >01:26:59,251 INFO anaconda: Thread Done: AnaExecuteStorageThread (140616789817088) >01:26:59,331 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sda1', 'sda2', 'sr0'] >01:26:59,332 DEBUG anaconda: ui: unused=['sda1', 'sda2'] >01:26:59,333 DEBUG anaconda: ui: new_devices=[] >01:26:59,350 DEBUG anaconda: page clicked: New Fedora 18 Installation >01:26:59,354 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >01:27:00,110 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4cf1810> >01:27:00,111 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4cf1810> status to: Saving storage configuration... >01:27:00,119 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4cf1810> >01:27:02,787 DEBUG anaconda: page clicked: Unknown >01:27:02,788 DEBUG anaconda: show first mountpoint: Unknown >01:27:02,806 DEBUG anaconda: populate_right_side: existing 1MB partition sda1 (1) with existing ext4 filesystem >01:27:02,808 DEBUG anaconda: updated device_disks to ['sda'] >01:27:02,809 DEBUG anaconda: updated device_vg_name to None >01:27:02,811 DEBUG anaconda: min: 84.7 max: 1.0 current: 1.0 >01:27:02,812 DEBUG anaconda: fs type changed: ext4 >01:27:02,817 INFO anaconda: getting device type for None >01:27:02,819 ERR anaconda: unknown device type: 'None' >01:27:02,819 DEBUG anaconda: device_type_changed: None None >01:27:02,822 INFO anaconda: getting device type for Standard Partition >01:27:02,823 DEBUG anaconda: device_type_changed: 2 Standard Partition >01:27:02,824 INFO anaconda: getting device type for Standard Partition >01:27:02,825 DEBUG anaconda: populate_raid: 2, None >01:27:02,825 INFO anaconda: getting device type for Standard Partition >01:27:02,827 INFO anaconda: getting device type for Standard Partition >01:27:02,828 DEBUG anaconda: populate_raid: 2, None >01:27:02,829 INFO anaconda: getting device type for Standard Partition >01:27:23,554 DEBUG anaconda: fs type changed: BIOS Boot >01:27:26,541 INFO anaconda: ui: saving changes to device sda1 >01:27:26,542 DEBUG anaconda: old_name: sda1 >01:27:26,542 DEBUG anaconda: new_name: sda1 >01:27:26,543 DEBUG anaconda: new size: 84.7 >01:27:26,544 DEBUG anaconda: old size: 1.0 >01:27:26,544 INFO anaconda: getting device type for Standard Partition >01:27:26,545 DEBUG anaconda: new device type: 2 >01:27:26,545 DEBUG anaconda: reformat: True >01:27:26,546 DEBUG anaconda: new fs type: BIOS Boot >01:27:26,547 DEBUG anaconda: old encryption setting: False >01:27:26,547 DEBUG anaconda: new encryption setting: False >01:27:26,547 DEBUG anaconda: old mountpoint: >01:27:26,552 DEBUG anaconda: new mountpoint: None >01:27:26,553 INFO anaconda: getting device type for Standard Partition >01:27:26,682 INFO anaconda: Running kickstart %%traceback script(s) >01:27:26,682 INFO anaconda: All kickstart %%traceback script(s) have been run >01:28:59,517 DEBUG anaconda: required disklabel type for sda (1) is None >01:28:59,517 DEBUG anaconda: default disklabel type for sda is msdos >01:28:59,520 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:29:00,288 INFO anaconda: /sbin/anaconda 18.37.4 >06:29:00,450 INFO anaconda: 2097152 kB (2048 MB) are available >01:29:00,450 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:29:00,451 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >01:29:00,451 INFO anaconda: Default encoding = ascii >01:29:00,873 INFO anaconda: ISCSID is /sbin/iscsid >01:29:00,874 INFO anaconda: no initiator set >01:29:00,889 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >01:29:00,890 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >01:29:01,049 INFO anaconda: Display mode = g >06:29:01,051 INFO anaconda: 2097152 kB (2048 MB) are available >01:29:01,051 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:29:01,183 INFO anaconda: using only installclass _Fedora >01:29:01,193 INFO anaconda: Detected 2016M of memory >01:29:01,193 INFO anaconda: Swap attempt of 4032M >01:29:01,196 INFO anaconda: Running Thread: AnaStorageThread (139724687390464) >01:29:01,198 INFO anaconda: Running Thread: AnaNetworkThread (139724678997760) >01:29:01,203 INFO anaconda: Running Thread: AnaPayloadThread (139724349056768) >01:29:01,204 DEBUG anaconda: network: devices found ['eth0'] >01:29:01,258 DEBUG anaconda: updating hostname localhost.localdomain >01:29:01,422 INFO anaconda: Thread Done: AnaNetworkThread (139724678997760) >01:29:02,040 INFO anaconda: no initiator set >01:29:02,294 DEBUG anaconda: required disklabel type for sda (1) is None >01:29:02,296 DEBUG anaconda: default disklabel type for sda is msdos >01:29:02,301 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:29:03,649 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage as ext4 with options defaults,ro >01:29:03,745 INFO anaconda: Thread Done: AnaStorageThread (139724687390464) >01:29:03,776 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/live-osimg-min on /mnt/install/source as auto with options defaults,ro >01:29:03,805 INFO anaconda: Thread Done: AnaPayloadThread (139724349056768) >01:29:11,036 INFO anaconda: Not doing 'replace runtime X layouts' in live installation >01:29:11,099 DEBUG anaconda: network standalone spoke (init): completed: True >20:29:11,706 INFO anaconda: Not doing 'save system time' in live installation >20:29:11,709 INFO anaconda: Not doing 'save system time' in live installation >20:29:11,712 INFO anaconda: Not doing 'save system time' in live installation >01:29:11,722 INFO anaconda: Not doing 'save system time' in live installation >01:29:11,726 INFO anaconda: Not doing 'modify system time and date' in live installation >01:29:12,572 INFO anaconda: fs space: 0 B needed: 3.11 GB >01:29:12,598 INFO anaconda: Not doing 'add runtime X layout' in live installation >01:29:12,632 INFO anaconda: Not doing 'test X layouts' in live installation >01:29:12,635 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >01:29:13,736 INFO anaconda: fs space: 0 B needed: 3.11 GB >01:29:13,847 INFO anaconda: Running Thread: AnaStorageWatcher (139724332271360) >01:29:14,324 INFO anaconda: Running Thread: AnaNTPserver0 (139724349056768) >01:29:14,331 INFO anaconda: Running Thread: AnaNTPserver1 (139724322825984) >01:29:14,341 INFO anaconda: Running Thread: AnaNTPserver2 (139723798132480) >01:29:14,356 INFO anaconda: Running Thread: AnaNTPserver3 (139723789739776) >01:29:14,386 INFO anaconda: Thread Done: AnaStorageWatcher (139724332271360) >01:29:14,473 INFO anaconda: Thread Done: AnaNTPserver0 (139724349056768) >01:29:14,508 INFO anaconda: Thread Done: AnaNTPserver1 (139724322825984) >01:29:14,961 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4819810> status to: Probing storage... >01:29:14,973 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4819810> >01:29:20,509 DEBUG anaconda: disk free: 11.77 GB fs free: 415 MB sw needs: 3.11 GB auto swap: 4.03 GB >01:29:24,390 INFO anaconda: Thread Done: AnaNTPserver2 (139723798132480) >01:29:24,393 INFO anaconda: Thread Done: AnaNTPserver3 (139723789739776) >01:29:28,502 INFO anaconda: Running Thread: AnaExecuteStorageThread (139723789739776) >01:29:28,578 INFO anaconda: Thread Done: AnaExecuteStorageThread (139723789739776) >01:29:28,655 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sda1', 'sda2', 'sr0'] >01:29:28,659 DEBUG anaconda: ui: unused=['sda1', 'sda2'] >01:29:28,660 DEBUG anaconda: ui: new_devices=[] >01:29:28,679 DEBUG anaconda: page clicked: New Fedora 18 Installation >01:29:28,679 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >01:29:29,128 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4819810> >01:29:29,129 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4819810> status to: Saving storage configuration... >01:29:29,137 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4819810> >01:29:31,305 DEBUG anaconda: page clicked: Unknown >01:29:31,307 DEBUG anaconda: show first mountpoint: Unknown >01:29:31,325 DEBUG anaconda: populate_right_side: existing 1MB partition sda1 (1) with existing ext4 filesystem >01:29:31,327 DEBUG anaconda: updated device_disks to ['sda'] >01:29:31,328 DEBUG anaconda: updated device_vg_name to None >01:29:31,330 DEBUG anaconda: min: 84.7 max: 1.0 current: 1.0 >01:29:31,331 DEBUG anaconda: fs type changed: ext4 >01:29:31,336 INFO anaconda: getting device type for None >01:29:31,338 ERR anaconda: unknown device type: 'None' >01:29:31,338 DEBUG anaconda: device_type_changed: None None >01:29:31,341 INFO anaconda: getting device type for Standard Partition >01:29:31,342 DEBUG anaconda: device_type_changed: 2 Standard Partition >01:29:31,343 INFO anaconda: getting device type for Standard Partition >01:29:31,344 DEBUG anaconda: populate_raid: 2, None >01:29:31,344 INFO anaconda: getting device type for Standard Partition >01:29:31,346 INFO anaconda: getting device type for Standard Partition >01:29:31,347 DEBUG anaconda: populate_raid: 2, None >01:29:31,348 INFO anaconda: getting device type for Standard Partition >01:29:41,295 DEBUG anaconda: fs type changed: BIOS Boot >01:29:42,560 INFO anaconda: ui: saving changes to device sda1 >01:29:42,561 DEBUG anaconda: old_name: sda1 >01:29:42,562 DEBUG anaconda: new_name: sda1 >01:29:42,562 DEBUG anaconda: new size: 84.7 >01:29:42,563 DEBUG anaconda: old size: 1.0 >01:29:42,563 INFO anaconda: getting device type for Standard Partition >01:29:42,564 DEBUG anaconda: new device type: 2 >01:29:42,565 DEBUG anaconda: reformat: True >01:29:42,565 DEBUG anaconda: new fs type: BIOS Boot >01:29:42,566 DEBUG anaconda: old encryption setting: False >01:29:42,570 DEBUG anaconda: new encryption setting: False >01:29:42,571 DEBUG anaconda: old mountpoint: >01:29:42,571 DEBUG anaconda: new mountpoint: None >01:29:42,572 INFO anaconda: getting device type for Standard Partition >01:29:42,699 INFO anaconda: Running kickstart %%traceback script(s) >01:29:42,699 INFO anaconda: All kickstart %%traceback script(s) have been run >01:29:57,729 DEBUG anaconda: required disklabel type for sda (1) is None >01:29:57,730 DEBUG anaconda: default disklabel type for sda is msdos >01:29:57,730 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:29:58,623 INFO anaconda: /sbin/anaconda 18.37.4 >06:29:58,835 INFO anaconda: 2097152 kB (2048 MB) are available >01:29:58,835 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:29:58,836 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >01:29:58,836 INFO anaconda: Default encoding = ascii >01:29:59,263 INFO anaconda: ISCSID is /sbin/iscsid >01:29:59,263 INFO anaconda: no initiator set >01:29:59,279 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >01:29:59,279 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >01:29:59,435 INFO anaconda: Display mode = g >06:29:59,437 INFO anaconda: 2097152 kB (2048 MB) are available >01:29:59,437 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:29:59,569 INFO anaconda: using only installclass _Fedora >01:29:59,578 INFO anaconda: Detected 2016M of memory >01:29:59,579 INFO anaconda: Swap attempt of 4032M >01:29:59,582 INFO anaconda: Running Thread: AnaStorageThread (140203795076864) >01:29:59,584 INFO anaconda: Running Thread: AnaNetworkThread (140203786684160) >01:29:59,589 INFO anaconda: Running Thread: AnaPayloadThread (140203457701632) >01:29:59,590 DEBUG anaconda: network: devices found ['eth0'] >01:29:59,636 DEBUG anaconda: updating hostname localhost.localdomain >01:29:59,773 INFO anaconda: Thread Done: AnaNetworkThread (140203786684160) >01:30:00,517 INFO anaconda: no initiator set >01:30:00,763 DEBUG anaconda: required disklabel type for sda (1) is None >01:30:00,767 DEBUG anaconda: default disklabel type for sda is msdos >01:30:00,769 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:30:02,092 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage as ext4 with options defaults,ro >01:30:02,188 INFO anaconda: Thread Done: AnaStorageThread (140203795076864) >01:30:02,221 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/live-osimg-min on /mnt/install/source as auto with options defaults,ro >01:30:02,249 INFO anaconda: Thread Done: AnaPayloadThread (140203457701632) >01:30:08,359 INFO anaconda: Not doing 'replace runtime X layouts' in live installation >01:30:08,421 DEBUG anaconda: network standalone spoke (init): completed: True >20:30:09,028 INFO anaconda: Not doing 'save system time' in live installation >20:30:09,031 INFO anaconda: Not doing 'save system time' in live installation >20:30:09,034 INFO anaconda: Not doing 'save system time' in live installation >01:30:09,045 INFO anaconda: Not doing 'save system time' in live installation >01:30:09,048 INFO anaconda: Not doing 'modify system time and date' in live installation >01:30:09,887 INFO anaconda: fs space: 0 B needed: 3.11 GB >01:30:09,913 INFO anaconda: Not doing 'add runtime X layout' in live installation >01:30:09,948 INFO anaconda: Not doing 'test X layouts' in live installation >01:30:09,950 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >01:30:11,052 INFO anaconda: fs space: 0 B needed: 3.11 GB >01:30:11,159 INFO anaconda: Running Thread: AnaStorageWatcher (140203368904448) >01:30:11,646 INFO anaconda: Running Thread: AnaNTPserver0 (140203457701632) >01:30:11,651 INFO anaconda: Running Thread: AnaNTPserver1 (140203360511744) >01:30:11,661 INFO anaconda: Running Thread: AnaNTPserver2 (140202908190464) >01:30:11,673 INFO anaconda: Running Thread: AnaNTPserver3 (140202899797760) >01:30:11,711 INFO anaconda: Thread Done: AnaStorageWatcher (140203368904448) >01:30:11,833 INFO anaconda: Thread Done: AnaNTPserver0 (140203457701632) >01:30:11,848 INFO anaconda: Thread Done: AnaNTPserver1 (140203360511744) >01:30:12,961 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x54c2810> status to: Probing storage... >01:30:12,966 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x54c2810> >01:30:18,732 DEBUG anaconda: disk free: 11.77 GB fs free: 415 MB sw needs: 3.11 GB auto swap: 4.03 GB >01:30:21,708 INFO anaconda: Thread Done: AnaNTPserver2 (140202908190464) >01:30:21,721 INFO anaconda: Thread Done: AnaNTPserver3 (140202899797760) >01:30:26,959 INFO anaconda: Running Thread: AnaExecuteStorageThread (140203795076864) >01:30:27,032 INFO anaconda: Thread Done: AnaExecuteStorageThread (140203795076864) >01:30:27,113 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sda1', 'sda2', 'sr0'] >01:30:27,117 DEBUG anaconda: ui: unused=['sda2', 'sda1'] >01:30:27,118 DEBUG anaconda: ui: new_devices=[] >01:30:27,135 DEBUG anaconda: page clicked: New Fedora 18 Installation >01:30:27,136 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >01:30:27,240 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x54c2810> >01:30:27,245 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x54c2810> status to: Saving storage configuration... >01:30:27,254 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x54c2810> >01:30:30,033 DEBUG anaconda: page clicked: Unknown >01:30:30,034 DEBUG anaconda: show first mountpoint: Unknown >01:30:30,055 DEBUG anaconda: populate_right_side: existing 1MB partition sda1 (1) with existing ext4 filesystem >01:30:30,057 DEBUG anaconda: updated device_disks to ['sda'] >01:30:30,058 DEBUG anaconda: updated device_vg_name to None >01:30:30,059 DEBUG anaconda: min: 84.7 max: 1.0 current: 1.0 >01:30:30,061 DEBUG anaconda: fs type changed: ext4 >01:30:30,066 INFO anaconda: getting device type for None >01:30:30,067 ERR anaconda: unknown device type: 'None' >01:30:30,068 DEBUG anaconda: device_type_changed: None None >01:30:30,070 INFO anaconda: getting device type for Standard Partition >01:30:30,072 DEBUG anaconda: device_type_changed: 2 Standard Partition >01:30:30,072 INFO anaconda: getting device type for Standard Partition >01:30:30,073 DEBUG anaconda: populate_raid: 2, None >01:30:30,074 INFO anaconda: getting device type for Standard Partition >01:30:30,076 INFO anaconda: getting device type for Standard Partition >01:30:30,077 DEBUG anaconda: populate_raid: 2, None >01:30:30,077 INFO anaconda: getting device type for Standard Partition >01:30:31,866 DEBUG anaconda: current selector: existing 1MB partition sda1 (1) with existing ext4 filesystem >01:30:31,869 DEBUG anaconda: new selector: existing 512MB partition sda2 (2) >01:30:31,871 DEBUG anaconda: notebook page = 1 >01:30:31,872 INFO anaconda: ui: saving changes to device sda1 >01:30:31,873 DEBUG anaconda: old_name: sda1 >01:30:31,873 DEBUG anaconda: new_name: sda1 >01:30:31,874 DEBUG anaconda: new size: 84.7 >01:30:31,874 DEBUG anaconda: old size: 1.0 >01:30:31,874 INFO anaconda: getting device type for Standard Partition >01:30:31,874 DEBUG anaconda: new device type: 2 >01:30:31,874 DEBUG anaconda: reformat: False >01:30:31,875 DEBUG anaconda: new fs type: ext4 >01:30:31,875 DEBUG anaconda: old encryption setting: False >01:30:31,875 DEBUG anaconda: new encryption setting: False >01:30:31,875 DEBUG anaconda: old mountpoint: >01:30:31,875 DEBUG anaconda: new mountpoint: >01:30:31,875 INFO anaconda: getting device type for Standard Partition >01:30:31,941 INFO anaconda: Running kickstart %%traceback script(s) >01:30:31,942 INFO anaconda: All kickstart %%traceback script(s) have been run >01:33:56,832 DEBUG anaconda: required disklabel type for sda (1) is None >01:33:56,832 DEBUG anaconda: default disklabel type for sda is msdos >01:33:56,833 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:33:57,493 INFO anaconda: /sbin/anaconda 18.37.4 >06:33:57,652 INFO anaconda: 2097152 kB (2048 MB) are available >01:33:57,652 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:33:57,653 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >01:33:57,653 INFO anaconda: Default encoding = ascii >01:33:58,079 INFO anaconda: ISCSID is /sbin/iscsid >01:33:58,079 INFO anaconda: no initiator set >01:33:58,095 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >01:33:58,095 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >01:33:58,280 INFO anaconda: Display mode = g >06:33:58,281 INFO anaconda: 2097152 kB (2048 MB) are available >01:33:58,281 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:33:58,415 INFO anaconda: using only installclass _Fedora >01:33:58,424 INFO anaconda: Detected 2016M of memory >01:33:58,425 INFO anaconda: Swap attempt of 4032M >01:33:58,428 INFO anaconda: Running Thread: AnaStorageThread (140722457929472) >01:33:58,431 INFO anaconda: Running Thread: AnaNetworkThread (140722449536768) >01:33:58,436 INFO anaconda: Running Thread: AnaPayloadThread (140722120746752) >01:33:58,436 DEBUG anaconda: network: devices found ['eth0'] >01:33:58,493 DEBUG anaconda: updating hostname localhost.localdomain >01:33:58,640 INFO anaconda: Thread Done: AnaNetworkThread (140722449536768) >01:33:59,285 INFO anaconda: no initiator set >01:33:59,526 DEBUG anaconda: required disklabel type for sda (1) is None >01:33:59,527 DEBUG anaconda: default disklabel type for sda is msdos >01:33:59,531 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:34:00,969 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage as ext4 with options defaults,ro >01:34:01,071 INFO anaconda: Thread Done: AnaStorageThread (140722457929472) >01:34:01,098 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/live-osimg-min on /mnt/install/source as auto with options defaults,ro >01:34:01,130 INFO anaconda: Thread Done: AnaPayloadThread (140722120746752) >01:34:07,475 INFO anaconda: Not doing 'replace runtime X layouts' in live installation >01:34:07,537 DEBUG anaconda: network standalone spoke (init): completed: True >20:34:08,143 INFO anaconda: Not doing 'save system time' in live installation >20:34:08,146 INFO anaconda: Not doing 'save system time' in live installation >20:34:08,149 INFO anaconda: Not doing 'save system time' in live installation >01:34:08,160 INFO anaconda: Not doing 'save system time' in live installation >01:34:08,164 INFO anaconda: Not doing 'modify system time and date' in live installation >01:34:09,009 INFO anaconda: fs space: 0 B needed: 3.11 GB >01:34:09,035 INFO anaconda: Not doing 'add runtime X layout' in live installation >01:34:09,067 INFO anaconda: Not doing 'test X layouts' in live installation >01:34:09,073 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >01:34:10,168 INFO anaconda: fs space: 0 B needed: 3.11 GB >01:34:10,279 INFO anaconda: Running Thread: AnaStorageWatcher (140722103961344) >01:34:10,752 INFO anaconda: Running Thread: AnaNTPserver0 (140722120746752) >01:34:10,761 INFO anaconda: Running Thread: AnaNTPserver1 (140722094515968) >01:34:10,771 INFO anaconda: Running Thread: AnaNTPserver2 (140721717769984) >01:34:10,828 INFO anaconda: Running Thread: AnaNTPserver3 (140721709377280) >01:34:10,850 INFO anaconda: Thread Done: AnaStorageWatcher (140722103961344) >01:34:10,924 INFO anaconda: Thread Done: AnaNTPserver2 (140721717769984) >01:34:10,995 INFO anaconda: Thread Done: AnaNTPserver1 (140722094515968) >01:34:11,961 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5bb8790> status to: Probing storage... >01:34:11,967 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5bb8790> >01:34:18,860 DEBUG anaconda: disk free: 11.77 GB fs free: 415 MB sw needs: 3.11 GB auto swap: 4.03 GB >01:34:20,806 INFO anaconda: Thread Done: AnaNTPserver0 (140722120746752) >01:34:20,860 INFO anaconda: Thread Done: AnaNTPserver3 (140721709377280) >01:34:27,877 INFO anaconda: Running Thread: AnaExecuteStorageThread (140722457929472) >01:34:27,957 INFO anaconda: Thread Done: AnaExecuteStorageThread (140722457929472) >01:34:28,034 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sda1', 'sda2', 'sr0'] >01:34:28,035 DEBUG anaconda: ui: unused=['sda1', 'sda2'] >01:34:28,039 DEBUG anaconda: ui: new_devices=[] >01:34:28,057 DEBUG anaconda: page clicked: New Fedora 18 Installation >01:34:28,057 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >01:34:28,160 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5bb8790> >01:34:28,165 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5bb8790> status to: Saving storage configuration... >01:34:28,180 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5bb8790> >01:34:30,695 DEBUG anaconda: page clicked: Unknown >01:34:30,698 DEBUG anaconda: show first mountpoint: Unknown >01:34:30,716 DEBUG anaconda: populate_right_side: existing 1MB partition sda1 (1) with existing ext4 filesystem >01:34:30,718 DEBUG anaconda: updated device_disks to ['sda'] >01:34:30,718 DEBUG anaconda: updated device_vg_name to None >01:34:30,720 DEBUG anaconda: min: 84.7 max: 1.0 current: 1.0 >01:34:30,722 DEBUG anaconda: fs type changed: ext4 >01:34:30,727 INFO anaconda: getting device type for None >01:34:30,728 ERR anaconda: unknown device type: 'None' >01:34:30,729 DEBUG anaconda: device_type_changed: None None >01:34:30,731 INFO anaconda: getting device type for Standard Partition >01:34:30,732 DEBUG anaconda: device_type_changed: 2 Standard Partition >01:34:30,733 INFO anaconda: getting device type for Standard Partition >01:34:30,734 DEBUG anaconda: populate_raid: 2, None >01:34:30,735 INFO anaconda: getting device type for Standard Partition >01:34:30,737 INFO anaconda: getting device type for Standard Partition >01:34:30,738 DEBUG anaconda: populate_raid: 2, None >01:34:30,738 INFO anaconda: getting device type for Standard Partition >01:34:42,302 DEBUG anaconda: fs type changed: BIOS Boot >01:34:44,014 INFO anaconda: ui: saving changes to device sda1 >01:34:44,015 DEBUG anaconda: old_name: sda1 >01:34:44,015 DEBUG anaconda: new_name: sda1 >01:34:44,016 DEBUG anaconda: new size: 84.7 >01:34:44,016 DEBUG anaconda: old size: 1.0 >01:34:44,017 INFO anaconda: getting device type for Standard Partition >01:34:44,018 DEBUG anaconda: new device type: 2 >01:34:44,018 DEBUG anaconda: reformat: True >01:34:44,019 DEBUG anaconda: new fs type: BIOS Boot >01:34:44,019 DEBUG anaconda: old encryption setting: False >01:34:44,020 DEBUG anaconda: new encryption setting: False >01:34:44,020 DEBUG anaconda: old mountpoint: >01:34:44,021 DEBUG anaconda: new mountpoint: None >01:34:44,025 INFO anaconda: getting device type for Standard Partition >01:34:44,158 INFO anaconda: Running kickstart %%traceback script(s) >01:34:44,163 INFO anaconda: All kickstart %%traceback script(s) have been run >01:38:21,764 DEBUG anaconda: required disklabel type for sda (1) is None >01:38:21,764 DEBUG anaconda: default disklabel type for sda is msdos >01:38:21,765 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:38:22,429 INFO anaconda: /sbin/anaconda 18.37.4 >06:38:22,587 INFO anaconda: 2097152 kB (2048 MB) are available >01:38:22,587 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:38:22,588 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >01:38:22,588 INFO anaconda: Default encoding = ascii >01:38:23,015 INFO anaconda: ISCSID is /sbin/iscsid >01:38:23,015 INFO anaconda: no initiator set >01:38:23,031 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >01:38:23,032 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >01:38:23,204 INFO anaconda: Display mode = g >06:38:23,206 INFO anaconda: 2097152 kB (2048 MB) are available >01:38:23,206 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:38:23,340 INFO anaconda: using only installclass _Fedora >01:38:23,349 INFO anaconda: Detected 2016M of memory >01:38:23,350 INFO anaconda: Swap attempt of 4032M >01:38:23,353 INFO anaconda: Running Thread: AnaStorageThread (140369462044416) >01:38:23,355 INFO anaconda: Running Thread: AnaNetworkThread (140369453651712) >01:38:23,360 INFO anaconda: Running Thread: AnaPayloadThread (140369124329216) >01:38:23,361 DEBUG anaconda: network: devices found ['eth0'] >01:38:23,415 DEBUG anaconda: updating hostname localhost.localdomain >01:38:23,599 INFO anaconda: Thread Done: AnaNetworkThread (140369453651712) >01:38:24,217 INFO anaconda: no initiator set >01:38:24,470 DEBUG anaconda: required disklabel type for sda (1) is None >01:38:24,471 DEBUG anaconda: default disklabel type for sda is msdos >01:38:24,473 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:38:25,805 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage as ext4 with options defaults,ro >01:38:25,905 INFO anaconda: Thread Done: AnaStorageThread (140369462044416) >01:38:25,936 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/live-osimg-min on /mnt/install/source as auto with options defaults,ro >01:38:25,965 INFO anaconda: Thread Done: AnaPayloadThread (140369124329216) >01:38:33,512 INFO anaconda: Not doing 'replace runtime X layouts' in live installation >01:38:33,575 DEBUG anaconda: network standalone spoke (init): completed: True >20:38:34,169 INFO anaconda: Not doing 'save system time' in live installation >20:38:34,171 INFO anaconda: Not doing 'save system time' in live installation >20:38:34,175 INFO anaconda: Not doing 'save system time' in live installation >01:38:34,186 INFO anaconda: Not doing 'save system time' in live installation >01:38:34,189 INFO anaconda: Not doing 'modify system time and date' in live installation >01:38:35,037 INFO anaconda: fs space: 0 B needed: 3.11 GB >01:38:35,071 INFO anaconda: Not doing 'add runtime X layout' in live installation >01:38:35,098 INFO anaconda: Not doing 'test X layouts' in live installation >01:38:35,100 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >01:38:36,206 INFO anaconda: fs space: 0 B needed: 3.11 GB >01:38:36,316 INFO anaconda: Running Thread: AnaStorageWatcher (140369107543808) >01:38:36,809 INFO anaconda: Running Thread: AnaNTPserver0 (140369124329216) >01:38:36,814 INFO anaconda: Running Thread: AnaNTPserver1 (140369098098432) >01:38:36,824 INFO anaconda: Running Thread: AnaNTPserver2 (140368601802496) >01:38:36,837 INFO anaconda: Running Thread: AnaNTPserver3 (140368593409792) >01:38:36,868 INFO anaconda: Thread Done: AnaStorageWatcher (140369107543808) >01:38:37,118 INFO anaconda: Thread Done: AnaNTPserver2 (140368601802496) >01:38:37,161 INFO anaconda: Thread Done: AnaNTPserver1 (140369098098432) >01:38:37,165 INFO anaconda: Thread Done: AnaNTPserver3 (140368593409792) >01:38:37,961 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> status to: Probing storage... >01:38:37,968 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> >01:38:43,146 DEBUG anaconda: disk free: 11.77 GB fs free: 415 MB sw needs: 3.11 GB auto swap: 4.03 GB >01:38:46,842 INFO anaconda: Thread Done: AnaNTPserver0 (140369124329216) >01:38:57,973 INFO anaconda: Running Thread: AnaExecuteStorageThread (140369462044416) >01:38:58,053 INFO anaconda: Detected 2016M of memory >01:38:58,054 INFO anaconda: Swap attempt of 4032M >01:38:58,376 INFO anaconda: Thread Done: AnaExecuteStorageThread (140369462044416) >01:38:58,377 INFO anaconda: Running Thread: AnaCheckStorageThread (140368593409792) >01:38:58,397 INFO anaconda: Thread Done: AnaCheckStorageThread (140368593409792) >01:38:59,811 INFO anaconda: fs space: 7.24 GB needed: 3.11 GB >01:38:59,813 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> >01:38:59,814 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> status to: Saving storage configuration... >01:39:00,715 INFO anaconda: fs space: 7.24 GB needed: 3.11 GB >01:39:00,717 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> >01:39:01,550 INFO anaconda: fs space: 7.24 GB needed: 3.11 GB >01:39:01,551 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> >01:39:01,552 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> status to: Checking storage configuration... >01:39:02,377 INFO anaconda: fs space: 7.24 GB needed: 3.11 GB >01:39:02,378 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> >01:39:08,892 DEBUG anaconda: required disklabel type for sda (1) is None >01:39:08,892 DEBUG anaconda: default disklabel type for sda is msdos >01:39:08,892 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:39:09,553 INFO anaconda: /sbin/anaconda 18.37.4 >06:39:09,711 INFO anaconda: 2097152 kB (2048 MB) are available >01:39:09,711 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:39:09,711 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >01:39:09,712 INFO anaconda: Default encoding = ascii >01:39:10,137 INFO anaconda: ISCSID is /sbin/iscsid >01:39:10,137 INFO anaconda: no initiator set >01:39:10,152 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >01:39:10,153 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >01:39:10,316 INFO anaconda: Display mode = g >06:39:10,318 INFO anaconda: 2097152 kB (2048 MB) are available >01:39:10,318 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:39:10,453 INFO anaconda: using only installclass _Fedora >01:39:10,462 INFO anaconda: Detected 2016M of memory >01:39:10,463 INFO anaconda: Swap attempt of 4032M >01:39:10,466 INFO anaconda: Running Thread: AnaStorageThread (139797334406912) >01:39:10,468 INFO anaconda: Running Thread: AnaNetworkThread (139797326014208) >01:39:10,472 INFO anaconda: Running Thread: AnaPayloadThread (139796994778880) >01:39:10,473 DEBUG anaconda: network: devices found ['eth0'] >01:39:10,529 DEBUG anaconda: updating hostname localhost.localdomain >01:39:10,728 INFO anaconda: Thread Done: AnaNetworkThread (139797326014208) >01:39:11,308 INFO anaconda: no initiator set >01:39:11,545 DEBUG anaconda: required disklabel type for sda (1) is None >01:39:11,546 DEBUG anaconda: default disklabel type for sda is msdos >01:39:11,549 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:39:12,866 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage as ext4 with options defaults,ro >01:39:12,965 INFO anaconda: Thread Done: AnaStorageThread (139797334406912) >01:39:12,998 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/live-osimg-min on /mnt/install/source as auto with options defaults,ro >01:39:13,027 INFO anaconda: Thread Done: AnaPayloadThread (139796994778880) >01:39:21,341 INFO anaconda: Not doing 'replace runtime X layouts' in live installation >01:39:21,440 DEBUG anaconda: network standalone spoke (init): completed: True >20:39:22,050 INFO anaconda: Not doing 'save system time' in live installation >20:39:22,052 INFO anaconda: Not doing 'save system time' in live installation >20:39:22,056 INFO anaconda: Not doing 'save system time' in live installation >01:39:22,066 INFO anaconda: Not doing 'save system time' in live installation >01:39:22,070 INFO anaconda: Not doing 'modify system time and date' in live installation >01:39:22,906 INFO anaconda: fs space: 0 B needed: 3.11 GB >01:39:22,933 INFO anaconda: Not doing 'add runtime X layout' in live installation >01:39:22,966 INFO anaconda: Not doing 'test X layouts' in live installation >01:39:22,968 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >01:39:24,065 INFO anaconda: fs space: 0 B needed: 3.11 GB >01:39:24,174 INFO anaconda: Running Thread: AnaStorageWatcher (139796977993472) >01:39:24,663 INFO anaconda: Running Thread: AnaNTPserver0 (139796994778880) >01:39:24,671 INFO anaconda: Running Thread: AnaNTPserver1 (139796969600768) >01:39:24,682 INFO anaconda: Running Thread: AnaNTPserver2 (139796597569280) >01:39:24,697 INFO anaconda: Running Thread: AnaNTPserver3 (139796589176576) >01:39:24,726 INFO anaconda: Thread Done: AnaStorageWatcher (139796977993472) >01:39:24,822 INFO anaconda: Thread Done: AnaNTPserver2 (139796597569280) >01:39:24,838 INFO anaconda: Thread Done: AnaNTPserver3 (139796589176576) >01:39:25,961 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x53c2790> status to: Probing storage... >01:39:25,966 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x53c2790> >01:39:31,096 DEBUG anaconda: disk free: 11.77 GB fs free: 415 MB sw needs: 3.11 GB auto swap: 4.03 GB >01:39:34,698 INFO anaconda: Thread Done: AnaNTPserver0 (139796994778880) >01:39:34,736 INFO anaconda: Thread Done: AnaNTPserver1 (139796969600768) >01:39:35,031 INFO anaconda: Running Thread: AnaExecuteStorageThread (139796969600768) >01:39:35,110 INFO anaconda: Thread Done: AnaExecuteStorageThread (139796969600768) >01:39:35,180 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sda1', 'sda2', 'sr0'] >01:39:35,180 DEBUG anaconda: ui: unused=['sda2', 'sda1'] >01:39:35,180 DEBUG anaconda: ui: new_devices=[] >01:39:35,203 DEBUG anaconda: page clicked: New Fedora 18 Installation >01:39:35,206 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >01:39:36,001 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x53c2790> >01:39:36,002 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x53c2790> status to: Saving storage configuration... >01:39:36,011 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x53c2790> >01:39:37,985 DEBUG anaconda: page clicked: Unknown >01:39:37,990 DEBUG anaconda: show first mountpoint: Unknown >01:39:38,007 DEBUG anaconda: populate_right_side: existing 1MB partition sda1 (1) with existing ext4 filesystem >01:39:38,008 DEBUG anaconda: updated device_disks to ['sda'] >01:39:38,009 DEBUG anaconda: updated device_vg_name to None >01:39:38,011 DEBUG anaconda: min: 84.7 max: 1.0 current: 1.0 >01:39:38,013 DEBUG anaconda: fs type changed: ext4 >01:39:38,018 INFO anaconda: getting device type for None >01:39:38,019 ERR anaconda: unknown device type: 'None' >01:39:38,020 DEBUG anaconda: device_type_changed: None None >01:39:38,022 INFO anaconda: getting device type for Standard Partition >01:39:38,023 DEBUG anaconda: device_type_changed: 2 Standard Partition >01:39:38,024 INFO anaconda: getting device type for Standard Partition >01:39:38,025 DEBUG anaconda: populate_raid: 2, None >01:39:38,026 INFO anaconda: getting device type for Standard Partition >01:39:38,028 INFO anaconda: getting device type for Standard Partition >01:39:38,029 DEBUG anaconda: populate_raid: 2, None >01:39:38,029 INFO anaconda: getting device type for Standard Partition >01:39:47,833 DEBUG anaconda: fs type changed: BIOS Boot >01:39:49,400 INFO anaconda: ui: saving changes to device sda1 >01:39:49,401 DEBUG anaconda: old_name: sda1 >01:39:49,401 DEBUG anaconda: new_name: sda1 >01:39:49,402 DEBUG anaconda: new size: 84.7 >01:39:49,402 DEBUG anaconda: old size: 1.0 >01:39:49,403 INFO anaconda: getting device type for Standard Partition >01:39:49,404 DEBUG anaconda: new device type: 2 >01:39:49,404 DEBUG anaconda: reformat: True >01:39:49,405 DEBUG anaconda: new fs type: BIOS Boot >01:39:49,405 DEBUG anaconda: old encryption setting: False >01:39:49,406 DEBUG anaconda: new encryption setting: False >01:39:49,406 DEBUG anaconda: old mountpoint: >01:39:49,412 DEBUG anaconda: new mountpoint: None >01:39:49,413 INFO anaconda: getting device type for Standard Partition >01:39:49,551 INFO anaconda: Running kickstart %%traceback script(s) >01:39:49,556 INFO anaconda: All kickstart %%traceback script(s) have been run >01:43:25,511 DEBUG anaconda: required disklabel type for sda (1) is None >01:43:25,512 DEBUG anaconda: default disklabel type for sda is msdos >01:43:25,512 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:43:26,179 INFO anaconda: /sbin/anaconda 18.37.4 >06:43:26,339 INFO anaconda: 2097152 kB (2048 MB) are available >01:43:26,339 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:43:26,339 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >01:43:26,340 INFO anaconda: Default encoding = ascii >01:43:26,761 INFO anaconda: ISCSID is /sbin/iscsid >01:43:26,761 INFO anaconda: no initiator set >01:43:26,776 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >01:43:26,777 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >01:43:26,943 INFO anaconda: Display mode = g >06:43:26,944 INFO anaconda: 2097152 kB (2048 MB) are available >01:43:26,945 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:43:27,077 INFO anaconda: using only installclass _Fedora >01:43:27,086 INFO anaconda: Detected 2016M of memory >01:43:27,087 INFO anaconda: Swap attempt of 4032M >01:43:27,089 INFO anaconda: Running Thread: AnaStorageThread (140713296049920) >01:43:27,092 INFO anaconda: Running Thread: AnaNetworkThread (140713287657216) >01:43:27,096 INFO anaconda: Running Thread: AnaPayloadThread (140712957314816) >01:43:27,097 DEBUG anaconda: network: devices found ['eth0'] >01:43:27,152 DEBUG anaconda: updating hostname localhost.localdomain >01:43:27,340 INFO anaconda: Thread Done: AnaNetworkThread (140713287657216) >01:43:27,930 INFO anaconda: no initiator set >01:43:28,188 DEBUG anaconda: required disklabel type for sda (1) is None >01:43:28,188 DEBUG anaconda: default disklabel type for sda is msdos >01:43:28,189 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:43:29,508 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage as ext4 with options defaults,ro >01:43:29,613 INFO anaconda: Thread Done: AnaStorageThread (140713296049920) >01:43:29,639 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/live-osimg-min on /mnt/install/source as auto with options defaults,ro >01:43:29,669 INFO anaconda: Thread Done: AnaPayloadThread (140712957314816) >01:45:14,273 DEBUG anaconda: required disklabel type for sda (1) is None >01:45:14,273 DEBUG anaconda: default disklabel type for sda is msdos >01:45:14,274 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:45:14,921 INFO anaconda: /sbin/anaconda 18.37.4 >06:45:15,078 INFO anaconda: 2097152 kB (2048 MB) are available >01:45:15,078 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:45:15,079 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >01:45:15,079 INFO anaconda: Default encoding = ascii >01:45:15,513 INFO anaconda: ISCSID is /sbin/iscsid >01:45:15,513 INFO anaconda: no initiator set >01:45:15,529 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >01:45:15,529 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >01:45:15,689 INFO anaconda: Display mode = g >06:45:15,690 INFO anaconda: 2097152 kB (2048 MB) are available >01:45:15,690 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >01:45:15,823 INFO anaconda: using only installclass _Fedora >01:45:15,833 INFO anaconda: Detected 2016M of memory >01:45:15,833 INFO anaconda: Swap attempt of 4032M >01:45:15,836 INFO anaconda: Running Thread: AnaStorageThread (140609323198208) >01:45:15,838 INFO anaconda: Running Thread: AnaNetworkThread (140609243313920) >01:45:15,844 INFO anaconda: Running Thread: AnaPayloadThread (140608986142464) >01:45:15,845 DEBUG anaconda: network: devices found ['eth0'] >01:45:15,901 DEBUG anaconda: updating hostname localhost.localdomain >01:45:16,041 INFO anaconda: Thread Done: AnaNetworkThread (140609243313920) >01:45:16,695 INFO anaconda: no initiator set >01:45:16,940 DEBUG anaconda: required disklabel type for sda (1) is None >01:45:16,941 DEBUG anaconda: default disklabel type for sda is msdos >01:45:16,944 DEBUG anaconda: selecting msdos disklabel for sda based on size >01:45:18,305 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage as ext4 with options defaults,ro >01:45:18,409 INFO anaconda: Thread Done: AnaStorageThread (140609323198208) >01:45:18,437 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/live-osimg-min on /mnt/install/source as auto with options defaults,ro >01:45:18,466 INFO anaconda: Thread Done: AnaPayloadThread (140608986142464) >01:45:24,871 INFO anaconda: Not doing 'replace runtime X layouts' in live installation >01:45:24,933 DEBUG anaconda: network standalone spoke (init): completed: True >20:45:25,535 INFO anaconda: Not doing 'save system time' in live installation >20:45:25,537 INFO anaconda: Not doing 'save system time' in live installation >20:45:25,541 INFO anaconda: Not doing 'save system time' in live installation >01:45:25,551 INFO anaconda: Not doing 'save system time' in live installation >01:45:25,555 INFO anaconda: Not doing 'modify system time and date' in live installation >01:45:26,475 INFO anaconda: fs space: 0 B needed: 3.11 GB >01:45:26,502 INFO anaconda: Not doing 'add runtime X layout' in live installation >01:45:26,534 INFO anaconda: Not doing 'test X layouts' in live installation >01:45:26,539 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >01:45:27,644 INFO anaconda: fs space: 0 B needed: 3.11 GB >01:45:27,754 INFO anaconda: Running Thread: AnaStorageWatcher (140608899376896) >01:45:28,248 INFO anaconda: Running Thread: AnaNTPserver0 (140608986142464) >01:45:28,256 INFO anaconda: Running Thread: AnaNTPserver1 (140608890984192) >01:45:28,263 INFO anaconda: Running Thread: AnaNTPserver2 (140608851982080) >01:45:28,280 INFO anaconda: Running Thread: AnaNTPserver3 (140608598902528) >01:45:28,312 INFO anaconda: Thread Done: AnaStorageWatcher (140608899376896) >01:45:28,361 INFO anaconda: Thread Done: AnaNTPserver0 (140608986142464) >01:45:28,590 INFO anaconda: Thread Done: AnaNTPserver2 (140608851982080) >01:45:28,634 INFO anaconda: Thread Done: AnaNTPserver3 (140608598902528) >01:45:28,961 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5293790> status to: Probing storage... >01:45:28,974 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5293790> >01:45:34,772 DEBUG anaconda: disk free: 11.77 GB fs free: 415 MB sw needs: 3.11 GB auto swap: 4.03 GB >01:45:38,322 INFO anaconda: Thread Done: AnaNTPserver1 (140608890984192) >01:45:39,235 INFO anaconda: Running Thread: AnaExecuteStorageThread (140608890984192) >01:45:39,312 INFO anaconda: Thread Done: AnaExecuteStorageThread (140608890984192) >01:45:39,392 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sda1', 'sda2', 'sr0'] >01:45:39,393 DEBUG anaconda: ui: unused=['sda1', 'sda2'] >01:45:39,394 DEBUG anaconda: ui: new_devices=[] >01:45:39,411 DEBUG anaconda: page clicked: New Fedora 18 Installation >01:45:39,415 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >01:45:40,157 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5293790> >01:45:40,158 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5293790> status to: Saving storage configuration... >01:45:40,165 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5293790> >01:45:42,849 DEBUG anaconda: page clicked: Unknown >01:45:42,851 DEBUG anaconda: show first mountpoint: Unknown >01:45:42,867 DEBUG anaconda: populate_right_side: existing 1MB partition sda1 (1) with existing ext4 filesystem >01:45:42,869 DEBUG anaconda: updated device_disks to ['sda'] >01:45:42,869 DEBUG anaconda: updated device_vg_name to None >01:45:42,871 DEBUG anaconda: min: 84.7 max: 1.0 current: 1.0 >01:45:42,873 DEBUG anaconda: fs type changed: ext4 >01:45:42,878 INFO anaconda: getting device type for None >01:45:42,879 ERR anaconda: unknown device type: 'None' >01:45:42,880 DEBUG anaconda: device_type_changed: None None >01:45:42,882 INFO anaconda: getting device type for Standard Partition >01:45:42,884 DEBUG anaconda: device_type_changed: 2 Standard Partition >01:45:42,884 INFO anaconda: getting device type for Standard Partition >01:45:42,885 DEBUG anaconda: populate_raid: 2, None >01:45:42,886 INFO anaconda: getting device type for Standard Partition >01:45:42,888 INFO anaconda: getting device type for Standard Partition >01:45:42,889 DEBUG anaconda: populate_raid: 2, None >01:45:42,889 INFO anaconda: getting device type for Standard Partition >01:46:22,501 DEBUG anaconda: fs type changed: BIOS Boot >01:46:45,147 INFO anaconda: ui: saving changes to device sda1 >01:46:45,148 DEBUG anaconda: old_name: sda1 >01:46:45,148 DEBUG anaconda: new_name: sda1 >01:46:45,149 DEBUG anaconda: new size: 84.7 >01:46:45,149 DEBUG anaconda: old size: 1.0 >01:46:45,150 INFO anaconda: getting device type for Standard Partition >01:46:45,151 DEBUG anaconda: new device type: 2 >01:46:45,151 DEBUG anaconda: reformat: True >01:46:45,152 DEBUG anaconda: new fs type: BIOS Boot >01:46:45,153 DEBUG anaconda: old encryption setting: False >01:46:45,153 DEBUG anaconda: new encryption setting: False >01:46:45,153 DEBUG anaconda: old mountpoint: >01:46:45,154 DEBUG anaconda: new mountpoint: None >01:46:45,158 INFO anaconda: getting device type for Standard Partition > > >/tmp/packaging.log: > > >/tmp/program.log: >00:19:42,200 INFO program: Running... udevadm settle --timeout=300 >00:19:42,343 INFO program: Running... dumpe2fs -h /dev/sda1 >00:19:42,378 INFO program: Filesystem volume name: <none> >00:19:42,378 INFO program: Last mounted on: /mnt/sysimage/boot >00:19:42,378 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >00:19:42,378 INFO program: Filesystem magic number: 0xEF53 >00:19:42,379 INFO program: Filesystem revision #: 1 (dynamic) >00:19:42,379 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 >00:19:42,379 INFO program: Filesystem flags: signed_directory_hash >00:19:42,379 INFO program: Default mount options: user_xattr acl >00:19:42,379 INFO program: Filesystem state: clean >00:19:42,379 INFO program: Errors behavior: Continue >00:19:42,379 INFO program: Filesystem OS type: Linux >00:19:42,379 INFO program: Inode count: 128016 >00:19:42,379 INFO program: Block count: 512000 >00:19:42,379 INFO program: Reserved block count: 25600 >00:19:42,379 INFO program: Free blocks: 424191 >00:19:42,380 INFO program: Free inodes: 127651 >00:19:42,380 INFO program: First block: 1 >00:19:42,380 INFO program: Block size: 1024 >00:19:42,380 INFO program: Fragment size: 1024 >00:19:42,380 INFO program: Reserved GDT blocks: 256 >00:19:42,380 INFO program: Blocks per group: 8192 >00:19:42,380 INFO program: Fragments per group: 8192 >00:19:42,380 INFO program: Inodes per group: 2032 >00:19:42,380 INFO program: Inode blocks per group: 254 >00:19:42,380 INFO program: Flex block group size: 16 >00:19:42,380 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >00:19:42,380 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >00:19:42,380 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >00:19:42,381 INFO program: Mount count: 1 >00:19:42,381 INFO program: Maximum mount count: -1 >00:19:42,381 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >00:19:42,381 INFO program: Check interval: 0 (<none>) >00:19:42,381 INFO program: Lifetime writes: 84 MB >00:19:42,381 INFO program: Reserved blocks uid: 0 (user root) >00:19:42,381 INFO program: Reserved blocks gid: 0 (group root) >00:19:42,381 INFO program: First inode: 11 >00:19:42,381 INFO program: Inode size: 128 >00:19:42,381 INFO program: Journal inode: 8 >00:19:42,381 INFO program: Default directory hash: half_md4 >00:19:42,381 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >00:19:42,382 INFO program: Journal backup: inode blocks >00:19:42,382 INFO program: Journal features: (none) >00:19:42,382 INFO program: Journal size: 8M >00:19:42,382 INFO program: Journal length: 8192 >00:19:42,382 INFO program: Journal sequence: 0x00000018 >00:19:42,382 INFO program: Journal start: 0 >00:19:42,382 INFO program: >00:19:42,382 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:42,383 INFO program: Running... dumpe2fs -h /dev/sda1 >00:19:42,392 INFO program: Filesystem volume name: <none> >00:19:42,392 INFO program: Last mounted on: /mnt/sysimage/boot >00:19:42,393 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >00:19:42,393 INFO program: Filesystem magic number: 0xEF53 >00:19:42,393 INFO program: Filesystem revision #: 1 (dynamic) >00:19:42,393 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 >00:19:42,393 INFO program: Filesystem flags: signed_directory_hash >00:19:42,394 INFO program: Default mount options: user_xattr acl >00:19:42,394 INFO program: Filesystem state: clean >00:19:42,394 INFO program: Errors behavior: Continue >00:19:42,394 INFO program: Filesystem OS type: Linux >00:19:42,394 INFO program: Inode count: 128016 >00:19:42,395 INFO program: Block count: 512000 >00:19:42,395 INFO program: Reserved block count: 25600 >00:19:42,395 INFO program: Free blocks: 424191 >00:19:42,395 INFO program: Free inodes: 127651 >00:19:42,395 INFO program: First block: 1 >00:19:42,396 INFO program: Block size: 1024 >00:19:42,396 INFO program: Fragment size: 1024 >00:19:42,396 INFO program: Reserved GDT blocks: 256 >00:19:42,396 INFO program: Blocks per group: 8192 >00:19:42,396 INFO program: Fragments per group: 8192 >00:19:42,397 INFO program: Inodes per group: 2032 >00:19:42,397 INFO program: Inode blocks per group: 254 >00:19:42,397 INFO program: Flex block group size: 16 >00:19:42,397 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >00:19:42,397 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >00:19:42,398 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >00:19:42,398 INFO program: Mount count: 1 >00:19:42,398 INFO program: Maximum mount count: -1 >00:19:42,398 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >00:19:42,398 INFO program: Check interval: 0 (<none>) >00:19:42,399 INFO program: Lifetime writes: 84 MB >00:19:42,399 INFO program: Reserved blocks uid: 0 (user root) >00:19:42,399 INFO program: Reserved blocks gid: 0 (group root) >00:19:42,399 INFO program: First inode: 11 >00:19:42,399 INFO program: Inode size: 128 >00:19:42,399 INFO program: Journal inode: 8 >00:19:42,399 INFO program: Default directory hash: half_md4 >00:19:42,399 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >00:19:42,399 INFO program: Journal backup: inode blocks >00:19:42,399 INFO program: Journal features: (none) >00:19:42,399 INFO program: Journal size: 8M >00:19:42,399 INFO program: Journal length: 8192 >00:19:42,399 INFO program: Journal sequence: 0x00000018 >00:19:42,399 INFO program: Journal start: 0 >00:19:42,399 INFO program: >00:19:42,399 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:42,399 INFO program: Running... resize2fs -P /dev/sda1 >00:19:42,420 INFO program: Estimated minimum size of the filesystem: 78174 >00:19:42,421 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:19:42,644 INFO program: Running... dumpe2fs -h /dev/loop3 >00:19:42,651 INFO program: Filesystem volume name: _Fedora-18-TC3-x >00:19:42,651 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >00:19:42,651 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >00:19:42,651 INFO program: Filesystem magic number: 0xEF53 >00:19:42,651 INFO program: Filesystem revision #: 1 (dynamic) >00:19:42,651 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 >00:19:42,651 INFO program: Filesystem flags: signed_directory_hash >00:19:42,651 INFO program: Default mount options: user_xattr acl >00:19:42,651 INFO program: Filesystem state: clean >00:19:42,652 INFO program: Errors behavior: Continue >00:19:42,652 INFO program: Filesystem OS type: Linux >00:19:42,652 INFO program: Inode count: 262144 >00:19:42,652 INFO program: Block count: 1048576 >00:19:42,652 INFO program: Reserved block count: 10484 >00:19:42,652 INFO program: Free blocks: 188525 >00:19:42,652 INFO program: Free inodes: 153877 >00:19:42,652 INFO program: First block: 0 >00:19:42,652 INFO program: Block size: 4096 >00:19:42,652 INFO program: Fragment size: 4096 >00:19:42,652 INFO program: Reserved GDT blocks: 255 >00:19:42,652 INFO program: Blocks per group: 32768 >00:19:42,652 INFO program: Fragments per group: 32768 >00:19:42,652 INFO program: Inodes per group: 8192 >00:19:42,652 INFO program: Inode blocks per group: 512 >00:19:42,652 INFO program: Flex block group size: 16 >00:19:42,652 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >00:19:42,652 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >00:19:42,652 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >00:19:42,652 INFO program: Mount count: 0 >00:19:42,652 INFO program: Maximum mount count: -1 >00:19:42,653 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >00:19:42,653 INFO program: Check interval: 0 (<none>) >00:19:42,653 INFO program: Lifetime writes: 805 MB >00:19:42,653 INFO program: Reserved blocks uid: 0 (user root) >00:19:42,653 INFO program: Reserved blocks gid: 0 (group root) >00:19:42,653 INFO program: First inode: 11 >00:19:42,653 INFO program: Inode size: 256 >00:19:42,653 INFO program: Required extra isize: 28 >00:19:42,653 INFO program: Desired extra isize: 28 >00:19:42,653 INFO program: Journal inode: 8 >00:19:42,653 INFO program: Default directory hash: half_md4 >00:19:42,653 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >00:19:42,653 INFO program: Journal backup: inode blocks >00:19:42,653 INFO program: Journal features: journal_incompat_revoke >00:19:42,653 INFO program: Journal size: 128M >00:19:42,653 INFO program: Journal length: 32768 >00:19:42,653 INFO program: Journal sequence: 0x000016d0 >00:19:42,653 INFO program: Journal start: 0 >00:19:42,653 INFO program: >00:19:42,653 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:42,654 INFO program: Running... dumpe2fs -h /dev/loop3 >00:19:42,658 INFO program: Filesystem volume name: _Fedora-18-TC3-x >00:19:42,658 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >00:19:42,659 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >00:19:42,659 INFO program: Filesystem magic number: 0xEF53 >00:19:42,659 INFO program: Filesystem revision #: 1 (dynamic) >00:19:42,659 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 >00:19:42,659 INFO program: Filesystem flags: signed_directory_hash >00:19:42,659 INFO program: Default mount options: user_xattr acl >00:19:42,659 INFO program: Filesystem state: clean >00:19:42,659 INFO program: Errors behavior: Continue >00:19:42,659 INFO program: Filesystem OS type: Linux >00:19:42,659 INFO program: Inode count: 262144 >00:19:42,659 INFO program: Block count: 1048576 >00:19:42,659 INFO program: Reserved block count: 10484 >00:19:42,659 INFO program: Free blocks: 188525 >00:19:42,659 INFO program: Free inodes: 153877 >00:19:42,659 INFO program: First block: 0 >00:19:42,659 INFO program: Block size: 4096 >00:19:42,659 INFO program: Fragment size: 4096 >00:19:42,659 INFO program: Reserved GDT blocks: 255 >00:19:42,659 INFO program: Blocks per group: 32768 >00:19:42,659 INFO program: Fragments per group: 32768 >00:19:42,660 INFO program: Inodes per group: 8192 >00:19:42,660 INFO program: Inode blocks per group: 512 >00:19:42,660 INFO program: Flex block group size: 16 >00:19:42,660 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >00:19:42,660 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >00:19:42,660 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >00:19:42,660 INFO program: Mount count: 0 >00:19:42,660 INFO program: Maximum mount count: -1 >00:19:42,660 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >00:19:42,660 INFO program: Check interval: 0 (<none>) >00:19:42,660 INFO program: Lifetime writes: 805 MB >00:19:42,660 INFO program: Reserved blocks uid: 0 (user root) >00:19:42,660 INFO program: Reserved blocks gid: 0 (group root) >00:19:42,660 INFO program: First inode: 11 >00:19:42,660 INFO program: Inode size: 256 >00:19:42,660 INFO program: Required extra isize: 28 >00:19:42,660 INFO program: Desired extra isize: 28 >00:19:42,660 INFO program: Journal inode: 8 >00:19:42,660 INFO program: Default directory hash: half_md4 >00:19:42,660 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >00:19:42,660 INFO program: Journal backup: inode blocks >00:19:42,661 INFO program: Journal features: journal_incompat_revoke >00:19:42,661 INFO program: Journal size: 128M >00:19:42,661 INFO program: Journal length: 32768 >00:19:42,661 INFO program: Journal sequence: 0x000016d0 >00:19:42,661 INFO program: Journal start: 0 >00:19:42,661 INFO program: >00:19:42,661 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:42,661 INFO program: Running... resize2fs -P /dev/loop3 >00:19:42,668 INFO program: Couldn't find valid filesystem superblock. >00:19:42,669 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:19:42,669 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >00:19:42,704 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >00:19:42,709 INFO program: Filesystem volume name: _Fedora-18-TC3-x >00:19:42,709 INFO program: Last mounted on: /sysroot >00:19:42,709 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >00:19:42,709 INFO program: Filesystem magic number: 0xEF53 >00:19:42,709 INFO program: Filesystem revision #: 1 (dynamic) >00:19:42,709 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:19:42,709 INFO program: Filesystem flags: signed_directory_hash >00:19:42,709 INFO program: Default mount options: user_xattr acl >00:19:42,709 INFO program: Filesystem state: clean >00:19:42,709 INFO program: Errors behavior: Continue >00:19:42,709 INFO program: Filesystem OS type: Linux >00:19:42,709 INFO program: Inode count: 262144 >00:19:42,709 INFO program: Block count: 1048576 >00:19:42,709 INFO program: Reserved block count: 10484 >00:19:42,709 INFO program: Free blocks: 188525 >00:19:42,709 INFO program: Free inodes: 153877 >00:19:42,710 INFO program: First block: 0 >00:19:42,710 INFO program: Block size: 4096 >00:19:42,710 INFO program: Fragment size: 4096 >00:19:42,710 INFO program: Reserved GDT blocks: 255 >00:19:42,710 INFO program: Blocks per group: 32768 >00:19:42,710 INFO program: Fragments per group: 32768 >00:19:42,710 INFO program: Inodes per group: 8192 >00:19:42,710 INFO program: Inode blocks per group: 512 >00:19:42,710 INFO program: Flex block group size: 16 >00:19:42,710 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >00:19:42,710 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >00:19:42,710 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >00:19:42,710 INFO program: Mount count: 1 >00:19:42,710 INFO program: Maximum mount count: -1 >00:19:42,710 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >00:19:42,710 INFO program: Check interval: 0 (<none>) >00:19:42,710 INFO program: Lifetime writes: 805 MB >00:19:42,710 INFO program: Reserved blocks uid: 0 (user root) >00:19:42,710 INFO program: Reserved blocks gid: 0 (group root) >00:19:42,710 INFO program: First inode: 11 >00:19:42,710 INFO program: Inode size: 256 >00:19:42,710 INFO program: Required extra isize: 28 >00:19:42,711 INFO program: Desired extra isize: 28 >00:19:42,711 INFO program: Journal inode: 8 >00:19:42,711 INFO program: First orphan inode: 38553 >00:19:42,711 INFO program: Default directory hash: half_md4 >00:19:42,711 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >00:19:42,711 INFO program: Journal backup: inode blocks >00:19:42,711 INFO program: Journal features: journal_incompat_revoke >00:19:42,711 INFO program: Journal size: 128M >00:19:42,711 INFO program: Journal length: 32768 >00:19:42,711 INFO program: Journal sequence: 0x000016d1 >00:19:42,711 INFO program: Journal start: 1 >00:19:42,711 INFO program: >00:19:42,711 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:42,711 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >00:19:42,716 INFO program: Filesystem volume name: _Fedora-18-TC3-x >00:19:42,716 INFO program: Last mounted on: /sysroot >00:19:42,716 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >00:19:42,716 INFO program: Filesystem magic number: 0xEF53 >00:19:42,716 INFO program: Filesystem revision #: 1 (dynamic) >00:19:42,717 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:19:42,717 INFO program: Filesystem flags: signed_directory_hash >00:19:42,717 INFO program: Default mount options: user_xattr acl >00:19:42,717 INFO program: Filesystem state: clean >00:19:42,717 INFO program: Errors behavior: Continue >00:19:42,717 INFO program: Filesystem OS type: Linux >00:19:42,717 INFO program: Inode count: 262144 >00:19:42,717 INFO program: Block count: 1048576 >00:19:42,717 INFO program: Reserved block count: 10484 >00:19:42,717 INFO program: Free blocks: 188525 >00:19:42,717 INFO program: Free inodes: 153877 >00:19:42,717 INFO program: First block: 0 >00:19:42,717 INFO program: Block size: 4096 >00:19:42,717 INFO program: Fragment size: 4096 >00:19:42,717 INFO program: Reserved GDT blocks: 255 >00:19:42,717 INFO program: Blocks per group: 32768 >00:19:42,717 INFO program: Fragments per group: 32768 >00:19:42,717 INFO program: Inodes per group: 8192 >00:19:42,717 INFO program: Inode blocks per group: 512 >00:19:42,717 INFO program: Flex block group size: 16 >00:19:42,717 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >00:19:42,717 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >00:19:42,718 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >00:19:42,718 INFO program: Mount count: 1 >00:19:42,718 INFO program: Maximum mount count: -1 >00:19:42,718 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >00:19:42,718 INFO program: Check interval: 0 (<none>) >00:19:42,718 INFO program: Lifetime writes: 805 MB >00:19:42,718 INFO program: Reserved blocks uid: 0 (user root) >00:19:42,718 INFO program: Reserved blocks gid: 0 (group root) >00:19:42,718 INFO program: First inode: 11 >00:19:42,718 INFO program: Inode size: 256 >00:19:42,718 INFO program: Required extra isize: 28 >00:19:42,718 INFO program: Desired extra isize: 28 >00:19:42,718 INFO program: Journal inode: 8 >00:19:42,718 INFO program: First orphan inode: 38553 >00:19:42,718 INFO program: Default directory hash: half_md4 >00:19:42,718 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >00:19:42,718 INFO program: Journal backup: inode blocks >00:19:42,718 INFO program: Journal features: journal_incompat_revoke >00:19:42,718 INFO program: Journal size: 128M >00:19:42,718 INFO program: Journal length: 32768 >00:19:42,718 INFO program: Journal sequence: 0x000016d1 >00:19:42,719 INFO program: Journal start: 1 >00:19:42,719 INFO program: >00:19:42,719 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:42,719 INFO program: Running... resize2fs -P /dev/mapper/live-rw >00:19:42,727 INFO program: Estimated minimum size of the filesystem: 861710 >00:19:42,727 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:19:42,750 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >00:19:42,755 INFO program: Filesystem volume name: _Fedora-18-TC3-x >00:19:42,755 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >00:19:42,756 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >00:19:42,756 INFO program: Filesystem magic number: 0xEF53 >00:19:42,756 INFO program: Filesystem revision #: 1 (dynamic) >00:19:42,756 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 >00:19:42,756 INFO program: Filesystem flags: signed_directory_hash >00:19:42,756 INFO program: Default mount options: user_xattr acl >00:19:42,756 INFO program: Filesystem state: clean >00:19:42,756 INFO program: Errors behavior: Continue >00:19:42,756 INFO program: Filesystem OS type: Linux >00:19:42,756 INFO program: Inode count: 221184 >00:19:42,756 INFO program: Block count: 861710 >00:19:42,756 INFO program: Reserved block count: 8615 >00:19:42,756 INFO program: Free blocks: 4486 >00:19:42,756 INFO program: Free inodes: 112917 >00:19:42,756 INFO program: First block: 0 >00:19:42,756 INFO program: Block size: 4096 >00:19:42,756 INFO program: Fragment size: 4096 >00:19:42,756 INFO program: Reserved GDT blocks: 255 >00:19:42,756 INFO program: Blocks per group: 32768 >00:19:42,756 INFO program: Fragments per group: 32768 >00:19:42,756 INFO program: Inodes per group: 8192 >00:19:42,757 INFO program: Inode blocks per group: 512 >00:19:42,757 INFO program: Flex block group size: 16 >00:19:42,757 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >00:19:42,757 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >00:19:42,757 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >00:19:42,757 INFO program: Mount count: 0 >00:19:42,757 INFO program: Maximum mount count: -1 >00:19:42,757 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >00:19:42,757 INFO program: Check interval: 0 (<none>) >00:19:42,757 INFO program: Lifetime writes: 807 MB >00:19:42,757 INFO program: Reserved blocks uid: 0 (user root) >00:19:42,757 INFO program: Reserved blocks gid: 0 (group root) >00:19:42,757 INFO program: First inode: 11 >00:19:42,757 INFO program: Inode size: 256 >00:19:42,757 INFO program: Required extra isize: 28 >00:19:42,757 INFO program: Desired extra isize: 28 >00:19:42,757 INFO program: Journal inode: 8 >00:19:42,757 INFO program: Default directory hash: half_md4 >00:19:42,757 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >00:19:42,757 INFO program: Journal backup: inode blocks >00:19:42,757 INFO program: Journal features: journal_incompat_revoke >00:19:42,757 INFO program: Journal size: 128M >00:19:42,758 INFO program: Journal length: 32768 >00:19:42,758 INFO program: Journal sequence: 0x000016d0 >00:19:42,758 INFO program: Journal start: 0 >00:19:42,758 INFO program: >00:19:42,758 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:42,758 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >00:19:42,763 INFO program: Filesystem volume name: _Fedora-18-TC3-x >00:19:42,763 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >00:19:42,763 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >00:19:42,763 INFO program: Filesystem magic number: 0xEF53 >00:19:42,763 INFO program: Filesystem revision #: 1 (dynamic) >00:19:42,763 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 >00:19:42,763 INFO program: Filesystem flags: signed_directory_hash >00:19:42,763 INFO program: Default mount options: user_xattr acl >00:19:42,764 INFO program: Filesystem state: clean >00:19:42,764 INFO program: Errors behavior: Continue >00:19:42,764 INFO program: Filesystem OS type: Linux >00:19:42,764 INFO program: Inode count: 221184 >00:19:42,764 INFO program: Block count: 861710 >00:19:42,764 INFO program: Reserved block count: 8615 >00:19:42,764 INFO program: Free blocks: 4486 >00:19:42,764 INFO program: Free inodes: 112917 >00:19:42,764 INFO program: First block: 0 >00:19:42,764 INFO program: Block size: 4096 >00:19:42,764 INFO program: Fragment size: 4096 >00:19:42,764 INFO program: Reserved GDT blocks: 255 >00:19:42,764 INFO program: Blocks per group: 32768 >00:19:42,764 INFO program: Fragments per group: 32768 >00:19:42,764 INFO program: Inodes per group: 8192 >00:19:42,764 INFO program: Inode blocks per group: 512 >00:19:42,764 INFO program: Flex block group size: 16 >00:19:42,764 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >00:19:42,764 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >00:19:42,764 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >00:19:42,764 INFO program: Mount count: 0 >00:19:42,764 INFO program: Maximum mount count: -1 >00:19:42,765 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >00:19:42,765 INFO program: Check interval: 0 (<none>) >00:19:42,765 INFO program: Lifetime writes: 807 MB >00:19:42,765 INFO program: Reserved blocks uid: 0 (user root) >00:19:42,765 INFO program: Reserved blocks gid: 0 (group root) >00:19:42,765 INFO program: First inode: 11 >00:19:42,765 INFO program: Inode size: 256 >00:19:42,765 INFO program: Required extra isize: 28 >00:19:42,765 INFO program: Desired extra isize: 28 >00:19:42,765 INFO program: Journal inode: 8 >00:19:42,765 INFO program: Default directory hash: half_md4 >00:19:42,765 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >00:19:42,765 INFO program: Journal backup: inode blocks >00:19:42,765 INFO program: Journal features: journal_incompat_revoke >00:19:42,765 INFO program: Journal size: 128M >00:19:42,765 INFO program: Journal length: 32768 >00:19:42,765 INFO program: Journal sequence: 0x000016d0 >00:19:42,765 INFO program: Journal start: 0 >00:19:42,765 INFO program: >00:19:42,765 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:42,766 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >00:19:42,775 INFO program: Couldn't find valid filesystem superblock. >00:19:42,775 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:19:42,775 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >00:19:42,784 INFO program: Running... udevadm settle --timeout=300 >00:19:42,803 INFO program: Running... udevadm settle --timeout=300 >00:19:42,817 INFO program: Running... udevadm settle --timeout=300 >00:19:42,830 INFO program: Running... udevadm settle --timeout=300 >00:19:42,844 INFO program: Running... udevadm settle --timeout=300 >00:19:42,858 INFO program: Running... udevadm settle --timeout=300 >00:19:42,874 INFO program: Running... udevadm settle --timeout=300 >00:19:42,888 INFO program: Running... udevadm settle --timeout=300 >00:19:42,902 INFO program: Running... udevadm settle --timeout=300 >00:19:42,916 INFO program: Running... udevadm settle --timeout=300 >00:19:42,930 INFO program: Running... udevadm settle --timeout=300 >00:19:42,943 INFO program: Running... udevadm settle --timeout=300 >00:19:42,957 INFO program: Running... udevadm settle --timeout=300 >00:19:43,544 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >00:19:43,562 INFO program: Running... udevadm settle --timeout=300 >00:19:43,990 INFO program: Running... modprobe fcoe >00:19:44,036 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >00:19:44,049 INFO program: No FCoE boot disk information is found in EDD! >00:19:44,052 INFO program: Running... udevadm settle --timeout=300 >00:19:44,109 INFO program: Running... multipath -d >00:19:44,154 INFO program: Running... multipath -ll >00:19:44,467 INFO program: Running... udevadm control --property=ANACONDA=1 >00:19:44,471 INFO program: Running... systemctl start chronyd.service >00:19:44,543 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >00:19:44,711 INFO program: Running... udevadm settle --timeout=300 >00:19:46,306 INFO program: Running... udevadm settle --timeout=300 >00:19:46,373 INFO program: Running... udevadm settle --timeout=300 >00:19:46,593 INFO program: Running... multipath -d >00:19:46,669 INFO program: Running... multipath -ll >00:19:46,994 INFO program: Running... dumpe2fs -h /dev/sda1 >00:19:47,056 INFO program: Filesystem volume name: <none> >00:19:47,057 INFO program: Last mounted on: /mnt/sysimage/boot >00:19:47,057 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >00:19:47,057 INFO program: Filesystem magic number: 0xEF53 >00:19:47,057 INFO program: Filesystem revision #: 1 (dynamic) >00:19:47,057 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 >00:19:47,057 INFO program: Filesystem flags: signed_directory_hash >00:19:47,057 INFO program: Default mount options: user_xattr acl >00:19:47,057 INFO program: Filesystem state: clean >00:19:47,057 INFO program: Errors behavior: Continue >00:19:47,057 INFO program: Filesystem OS type: Linux >00:19:47,057 INFO program: Inode count: 128016 >00:19:47,063 INFO program: Block count: 512000 >00:19:47,063 INFO program: Reserved block count: 25600 >00:19:47,064 INFO program: Free blocks: 424191 >00:19:47,064 INFO program: Free inodes: 127651 >00:19:47,064 INFO program: First block: 1 >00:19:47,064 INFO program: Block size: 1024 >00:19:47,064 INFO program: Fragment size: 1024 >00:19:47,064 INFO program: Reserved GDT blocks: 256 >00:19:47,064 INFO program: Blocks per group: 8192 >00:19:47,064 INFO program: Fragments per group: 8192 >00:19:47,064 INFO program: Inodes per group: 2032 >00:19:47,071 INFO program: Inode blocks per group: 254 >00:19:47,071 INFO program: Flex block group size: 16 >00:19:47,071 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >00:19:47,072 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >00:19:47,072 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >00:19:47,072 INFO program: Mount count: 1 >00:19:47,072 INFO program: Maximum mount count: -1 >00:19:47,072 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >00:19:47,072 INFO program: Check interval: 0 (<none>) >00:19:47,080 INFO program: Lifetime writes: 84 MB >00:19:47,081 INFO program: Reserved blocks uid: 0 (user root) >00:19:47,081 INFO program: Reserved blocks gid: 0 (group root) >00:19:47,081 INFO program: First inode: 11 >00:19:47,081 INFO program: Inode size: 128 >00:19:47,081 INFO program: Journal inode: 8 >00:19:47,081 INFO program: Default directory hash: half_md4 >00:19:47,081 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >00:19:47,081 INFO program: Journal backup: inode blocks >00:19:47,089 INFO program: Journal features: (none) >00:19:47,089 INFO program: Journal size: 8M >00:19:47,089 INFO program: Journal length: 8192 >00:19:47,089 INFO program: Journal sequence: 0x00000018 >00:19:47,089 INFO program: Journal start: 0 >00:19:47,089 INFO program: >00:19:47,089 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:47,092 INFO program: Running... dumpe2fs -h /dev/sda1 >00:19:47,109 INFO program: Filesystem volume name: <none> >00:19:47,110 INFO program: Last mounted on: /mnt/sysimage/boot >00:19:47,110 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >00:19:47,111 INFO program: Filesystem magic number: 0xEF53 >00:19:47,112 INFO program: Filesystem revision #: 1 (dynamic) >00:19:47,112 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 >00:19:47,113 INFO program: Filesystem flags: signed_directory_hash >00:19:47,113 INFO program: Default mount options: user_xattr acl >00:19:47,114 INFO program: Filesystem state: clean >00:19:47,114 INFO program: Errors behavior: Continue >00:19:47,115 INFO program: Filesystem OS type: Linux >00:19:47,115 INFO program: Inode count: 128016 >00:19:47,115 INFO program: Block count: 512000 >00:19:47,115 INFO program: Reserved block count: 25600 >00:19:47,115 INFO program: Free blocks: 424191 >00:19:47,115 INFO program: Free inodes: 127651 >00:19:47,115 INFO program: First block: 1 >00:19:47,115 INFO program: Block size: 1024 >00:19:47,116 INFO program: Fragment size: 1024 >00:19:47,116 INFO program: Reserved GDT blocks: 256 >00:19:47,116 INFO program: Blocks per group: 8192 >00:19:47,116 INFO program: Fragments per group: 8192 >00:19:47,116 INFO program: Inodes per group: 2032 >00:19:47,119 INFO program: Inode blocks per group: 254 >00:19:47,119 INFO program: Flex block group size: 16 >00:19:47,119 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >00:19:47,119 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >00:19:47,119 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >00:19:47,119 INFO program: Mount count: 1 >00:19:47,119 INFO program: Maximum mount count: -1 >00:19:47,119 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >00:19:47,119 INFO program: Check interval: 0 (<none>) >00:19:47,119 INFO program: Lifetime writes: 84 MB >00:19:47,120 INFO program: Reserved blocks uid: 0 (user root) >00:19:47,127 INFO program: Reserved blocks gid: 0 (group root) >00:19:47,127 INFO program: First inode: 11 >00:19:47,127 INFO program: Inode size: 128 >00:19:47,127 INFO program: Journal inode: 8 >00:19:47,127 INFO program: Default directory hash: half_md4 >00:19:47,128 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >00:19:47,128 INFO program: Journal backup: inode blocks >00:19:47,128 INFO program: Journal features: (none) >00:19:47,128 INFO program: Journal size: 8M >00:19:47,128 INFO program: Journal length: 8192 >00:19:47,128 INFO program: Journal sequence: 0x00000018 >00:19:47,131 INFO program: Journal start: 0 >00:19:47,131 INFO program: >00:19:47,131 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:47,131 INFO program: Running... resize2fs -P /dev/sda1 >00:19:47,151 INFO program: Estimated minimum size of the filesystem: 78174 >00:19:47,153 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:19:47,712 INFO program: Running... dumpe2fs -h /dev/loop3 >00:19:47,726 INFO program: Filesystem volume name: _Fedora-18-TC3-x >00:19:47,727 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >00:19:47,728 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >00:19:47,728 INFO program: Filesystem magic number: 0xEF53 >00:19:47,728 INFO program: Filesystem revision #: 1 (dynamic) >00:19:47,729 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 >00:19:47,729 INFO program: Filesystem flags: signed_directory_hash >00:19:47,730 INFO program: Default mount options: user_xattr acl >00:19:47,730 INFO program: Filesystem state: clean >00:19:47,730 INFO program: Errors behavior: Continue >00:19:47,731 INFO program: Filesystem OS type: Linux >00:19:47,731 INFO program: Inode count: 262144 >00:19:47,731 INFO program: Block count: 1048576 >00:19:47,732 INFO program: Reserved block count: 10484 >00:19:47,732 INFO program: Free blocks: 188525 >00:19:47,732 INFO program: Free inodes: 153877 >00:19:47,732 INFO program: First block: 0 >00:19:47,732 INFO program: Block size: 4096 >00:19:47,732 INFO program: Fragment size: 4096 >00:19:47,732 INFO program: Reserved GDT blocks: 255 >00:19:47,732 INFO program: Blocks per group: 32768 >00:19:47,732 INFO program: Fragments per group: 32768 >00:19:47,732 INFO program: Inodes per group: 8192 >00:19:47,735 INFO program: Inode blocks per group: 512 >00:19:47,735 INFO program: Flex block group size: 16 >00:19:47,735 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >00:19:47,736 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >00:19:47,736 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >00:19:47,736 INFO program: Mount count: 0 >00:19:47,736 INFO program: Maximum mount count: -1 >00:19:47,736 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >00:19:47,736 INFO program: Check interval: 0 (<none>) >00:19:47,736 INFO program: Lifetime writes: 805 MB >00:19:47,736 INFO program: Reserved blocks uid: 0 (user root) >00:19:47,743 INFO program: Reserved blocks gid: 0 (group root) >00:19:47,743 INFO program: First inode: 11 >00:19:47,743 INFO program: Inode size: 256 >00:19:47,743 INFO program: Required extra isize: 28 >00:19:47,743 INFO program: Desired extra isize: 28 >00:19:47,743 INFO program: Journal inode: 8 >00:19:47,743 INFO program: Default directory hash: half_md4 >00:19:47,744 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >00:19:47,744 INFO program: Journal backup: inode blocks >00:19:47,744 INFO program: Journal features: journal_incompat_revoke >00:19:47,744 INFO program: Journal size: 128M >00:19:47,746 INFO program: Journal length: 32768 >00:19:47,746 INFO program: Journal sequence: 0x000016d0 >00:19:47,747 INFO program: Journal start: 0 >00:19:47,747 INFO program: >00:19:47,747 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:47,747 INFO program: Running... dumpe2fs -h /dev/loop3 >00:19:47,767 INFO program: Filesystem volume name: _Fedora-18-TC3-x >00:19:47,768 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >00:19:47,768 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >00:19:47,769 INFO program: Filesystem magic number: 0xEF53 >00:19:47,769 INFO program: Filesystem revision #: 1 (dynamic) >00:19:47,770 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 >00:19:47,770 INFO program: Filesystem flags: signed_directory_hash >00:19:47,771 INFO program: Default mount options: user_xattr acl >00:19:47,771 INFO program: Filesystem state: clean >00:19:47,771 INFO program: Errors behavior: Continue >00:19:47,772 INFO program: Filesystem OS type: Linux >00:19:47,772 INFO program: Inode count: 262144 >00:19:47,772 INFO program: Block count: 1048576 >00:19:47,772 INFO program: Reserved block count: 10484 >00:19:47,772 INFO program: Free blocks: 188525 >00:19:47,772 INFO program: Free inodes: 153877 >00:19:47,772 INFO program: First block: 0 >00:19:47,772 INFO program: Block size: 4096 >00:19:47,773 INFO program: Fragment size: 4096 >00:19:47,773 INFO program: Reserved GDT blocks: 255 >00:19:47,773 INFO program: Blocks per group: 32768 >00:19:47,773 INFO program: Fragments per group: 32768 >00:19:47,776 INFO program: Inodes per group: 8192 >00:19:47,776 INFO program: Inode blocks per group: 512 >00:19:47,776 INFO program: Flex block group size: 16 >00:19:47,776 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >00:19:47,776 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >00:19:47,776 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >00:19:47,776 INFO program: Mount count: 0 >00:19:47,776 INFO program: Maximum mount count: -1 >00:19:47,777 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >00:19:47,777 INFO program: Check interval: 0 (<none>) >00:19:47,781 INFO program: Lifetime writes: 805 MB >00:19:47,781 INFO program: Reserved blocks uid: 0 (user root) >00:19:47,781 INFO program: Reserved blocks gid: 0 (group root) >00:19:47,781 INFO program: First inode: 11 >00:19:47,781 INFO program: Inode size: 256 >00:19:47,781 INFO program: Required extra isize: 28 >00:19:47,781 INFO program: Desired extra isize: 28 >00:19:47,787 INFO program: Journal inode: 8 >00:19:47,788 INFO program: Default directory hash: half_md4 >00:19:47,788 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >00:19:47,788 INFO program: Journal backup: inode blocks >00:19:47,788 INFO program: Journal features: journal_incompat_revoke >00:19:47,789 INFO program: Journal size: 128M >00:19:47,789 INFO program: Journal length: 32768 >00:19:47,789 INFO program: Journal sequence: 0x000016d0 >00:19:47,789 INFO program: Journal start: 0 >00:19:47,789 INFO program: >00:19:47,789 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:47,790 INFO program: Running... resize2fs -P /dev/loop3 >00:19:47,816 INFO program: Couldn't find valid filesystem superblock. >00:19:47,816 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:19:47,816 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >00:19:47,934 INFO program: Running... udevadm settle --timeout=300 >00:19:48,063 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >00:19:48,086 INFO program: Filesystem volume name: _Fedora-18-TC3-x >00:19:48,086 INFO program: Last mounted on: /sysroot >00:19:48,086 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >00:19:48,086 INFO program: Filesystem magic number: 0xEF53 >00:19:48,086 INFO program: Filesystem revision #: 1 (dynamic) >00:19:48,086 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:19:48,086 INFO program: Filesystem flags: signed_directory_hash >00:19:48,087 INFO program: Default mount options: user_xattr acl >00:19:48,087 INFO program: Filesystem state: clean >00:19:48,087 INFO program: Errors behavior: Continue >00:19:48,087 INFO program: Filesystem OS type: Linux >00:19:48,087 INFO program: Inode count: 262144 >00:19:48,088 INFO program: Block count: 1048576 >00:19:48,089 INFO program: Reserved block count: 10484 >00:19:48,089 INFO program: Free blocks: 188525 >00:19:48,089 INFO program: Free inodes: 153877 >00:19:48,089 INFO program: First block: 0 >00:19:48,089 INFO program: Block size: 4096 >00:19:48,089 INFO program: Fragment size: 4096 >00:19:48,089 INFO program: Reserved GDT blocks: 255 >00:19:48,089 INFO program: Blocks per group: 32768 >00:19:48,089 INFO program: Fragments per group: 32768 >00:19:48,089 INFO program: Inodes per group: 8192 >00:19:48,093 INFO program: Inode blocks per group: 512 >00:19:48,093 INFO program: Flex block group size: 16 >00:19:48,093 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >00:19:48,093 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >00:19:48,093 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >00:19:48,093 INFO program: Mount count: 1 >00:19:48,093 INFO program: Maximum mount count: -1 >00:19:48,093 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >00:19:48,093 INFO program: Check interval: 0 (<none>) >00:19:48,093 INFO program: Lifetime writes: 805 MB >00:19:48,094 INFO program: Reserved blocks uid: 0 (user root) >00:19:48,101 INFO program: Reserved blocks gid: 0 (group root) >00:19:48,101 INFO program: First inode: 11 >00:19:48,101 INFO program: Inode size: 256 >00:19:48,102 INFO program: Required extra isize: 28 >00:19:48,102 INFO program: Desired extra isize: 28 >00:19:48,102 INFO program: Journal inode: 8 >00:19:48,102 INFO program: First orphan inode: 38553 >00:19:48,102 INFO program: Default directory hash: half_md4 >00:19:48,102 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >00:19:48,102 INFO program: Journal backup: inode blocks >00:19:48,102 INFO program: Journal features: journal_incompat_revoke >00:19:48,114 INFO program: Journal size: 128M >00:19:48,114 INFO program: Journal length: 32768 >00:19:48,114 INFO program: Journal sequence: 0x000016d1 >00:19:48,114 INFO program: Journal start: 1 >00:19:48,114 INFO program: >00:19:48,114 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:48,117 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >00:19:48,150 INFO program: Filesystem volume name: _Fedora-18-TC3-x >00:19:48,151 INFO program: Last mounted on: /sysroot >00:19:48,151 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >00:19:48,151 INFO program: Filesystem magic number: 0xEF53 >00:19:48,151 INFO program: Filesystem revision #: 1 (dynamic) >00:19:48,151 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:19:48,151 INFO program: Filesystem flags: signed_directory_hash >00:19:48,151 INFO program: Default mount options: user_xattr acl >00:19:48,151 INFO program: Filesystem state: clean >00:19:48,151 INFO program: Errors behavior: Continue >00:19:48,151 INFO program: Filesystem OS type: Linux >00:19:48,151 INFO program: Inode count: 262144 >00:19:48,153 INFO program: Block count: 1048576 >00:19:48,153 INFO program: Reserved block count: 10484 >00:19:48,153 INFO program: Free blocks: 188525 >00:19:48,154 INFO program: Free inodes: 153877 >00:19:48,154 INFO program: First block: 0 >00:19:48,154 INFO program: Block size: 4096 >00:19:48,154 INFO program: Fragment size: 4096 >00:19:48,154 INFO program: Reserved GDT blocks: 255 >00:19:48,154 INFO program: Blocks per group: 32768 >00:19:48,154 INFO program: Fragments per group: 32768 >00:19:48,154 INFO program: Inodes per group: 8192 >00:19:48,160 INFO program: Inode blocks per group: 512 >00:19:48,160 INFO program: Flex block group size: 16 >00:19:48,160 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >00:19:48,160 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >00:19:48,160 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >00:19:48,160 INFO program: Mount count: 1 >00:19:48,160 INFO program: Maximum mount count: -1 >00:19:48,161 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >00:19:48,161 INFO program: Check interval: 0 (<none>) >00:19:48,161 INFO program: Lifetime writes: 805 MB >00:19:48,161 INFO program: Reserved blocks uid: 0 (user root) >00:19:48,161 INFO program: Reserved blocks gid: 0 (group root) >00:19:48,162 INFO program: First inode: 11 >00:19:48,163 INFO program: Inode size: 256 >00:19:48,163 INFO program: Required extra isize: 28 >00:19:48,163 INFO program: Desired extra isize: 28 >00:19:48,163 INFO program: Journal inode: 8 >00:19:48,163 INFO program: First orphan inode: 38553 >00:19:48,163 INFO program: Default directory hash: half_md4 >00:19:48,163 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >00:19:48,163 INFO program: Journal backup: inode blocks >00:19:48,163 INFO program: Journal features: journal_incompat_revoke >00:19:48,163 INFO program: Journal size: 128M >00:19:48,170 INFO program: Journal length: 32768 >00:19:48,170 INFO program: Journal sequence: 0x000016d1 >00:19:48,170 INFO program: Journal start: 1 >00:19:48,171 INFO program: >00:19:48,171 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:48,171 INFO program: Running... resize2fs -P /dev/mapper/live-rw >00:19:48,200 INFO program: Estimated minimum size of the filesystem: 861710 >00:19:48,201 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:19:48,293 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >00:19:48,319 INFO program: Filesystem volume name: _Fedora-18-TC3-x >00:19:48,319 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >00:19:48,320 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >00:19:48,320 INFO program: Filesystem magic number: 0xEF53 >00:19:48,320 INFO program: Filesystem revision #: 1 (dynamic) >00:19:48,320 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 >00:19:48,320 INFO program: Filesystem flags: signed_directory_hash >00:19:48,321 INFO program: Default mount options: user_xattr acl >00:19:48,321 INFO program: Filesystem state: clean >00:19:48,321 INFO program: Errors behavior: Continue >00:19:48,321 INFO program: Filesystem OS type: Linux >00:19:48,321 INFO program: Inode count: 221184 >00:19:48,322 INFO program: Block count: 861710 >00:19:48,322 INFO program: Reserved block count: 8615 >00:19:48,322 INFO program: Free blocks: 4486 >00:19:48,322 INFO program: Free inodes: 112917 >00:19:48,322 INFO program: First block: 0 >00:19:48,322 INFO program: Block size: 4096 >00:19:48,323 INFO program: Fragment size: 4096 >00:19:48,323 INFO program: Reserved GDT blocks: 255 >00:19:48,323 INFO program: Blocks per group: 32768 >00:19:48,323 INFO program: Fragments per group: 32768 >00:19:48,323 INFO program: Inodes per group: 8192 >00:19:48,323 INFO program: Inode blocks per group: 512 >00:19:48,324 INFO program: Flex block group size: 16 >00:19:48,324 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >00:19:48,324 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >00:19:48,324 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >00:19:48,324 INFO program: Mount count: 0 >00:19:48,325 INFO program: Maximum mount count: -1 >00:19:48,325 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >00:19:48,325 INFO program: Check interval: 0 (<none>) >00:19:48,325 INFO program: Lifetime writes: 807 MB >00:19:48,325 INFO program: Reserved blocks uid: 0 (user root) >00:19:48,325 INFO program: Reserved blocks gid: 0 (group root) >00:19:48,326 INFO program: First inode: 11 >00:19:48,326 INFO program: Inode size: 256 >00:19:48,326 INFO program: Required extra isize: 28 >00:19:48,326 INFO program: Desired extra isize: 28 >00:19:48,326 INFO program: Journal inode: 8 >00:19:48,327 INFO program: Default directory hash: half_md4 >00:19:48,328 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >00:19:48,332 INFO program: Journal backup: inode blocks >00:19:48,333 INFO program: Journal features: journal_incompat_revoke >00:19:48,333 INFO program: Journal size: 128M >00:19:48,333 INFO program: Journal length: 32768 >00:19:48,333 INFO program: Journal sequence: 0x000016d0 >00:19:48,335 INFO program: Journal start: 0 >00:19:48,335 INFO program: >00:19:48,336 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:48,339 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >00:19:48,358 INFO program: Filesystem volume name: _Fedora-18-TC3-x >00:19:48,358 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >00:19:48,359 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >00:19:48,359 INFO program: Filesystem magic number: 0xEF53 >00:19:48,359 INFO program: Filesystem revision #: 1 (dynamic) >00:19:48,359 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 >00:19:48,359 INFO program: Filesystem flags: signed_directory_hash >00:19:48,360 INFO program: Default mount options: user_xattr acl >00:19:48,360 INFO program: Filesystem state: clean >00:19:48,360 INFO program: Errors behavior: Continue >00:19:48,360 INFO program: Filesystem OS type: Linux >00:19:48,360 INFO program: Inode count: 221184 >00:19:48,361 INFO program: Block count: 861710 >00:19:48,361 INFO program: Reserved block count: 8615 >00:19:48,361 INFO program: Free blocks: 4486 >00:19:48,361 INFO program: Free inodes: 112917 >00:19:48,361 INFO program: First block: 0 >00:19:48,361 INFO program: Block size: 4096 >00:19:48,362 INFO program: Fragment size: 4096 >00:19:48,362 INFO program: Reserved GDT blocks: 255 >00:19:48,362 INFO program: Blocks per group: 32768 >00:19:48,362 INFO program: Fragments per group: 32768 >00:19:48,362 INFO program: Inodes per group: 8192 >00:19:48,363 INFO program: Inode blocks per group: 512 >00:19:48,363 INFO program: Flex block group size: 16 >00:19:48,363 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >00:19:48,363 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >00:19:48,363 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >00:19:48,369 INFO program: Mount count: 0 >00:19:48,370 INFO program: Maximum mount count: -1 >00:19:48,370 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >00:19:48,370 INFO program: Check interval: 0 (<none>) >00:19:48,370 INFO program: Lifetime writes: 807 MB >00:19:48,370 INFO program: Reserved blocks uid: 0 (user root) >00:19:48,370 INFO program: Reserved blocks gid: 0 (group root) >00:19:48,370 INFO program: First inode: 11 >00:19:48,370 INFO program: Inode size: 256 >00:19:48,370 INFO program: Required extra isize: 28 >00:19:48,370 INFO program: Desired extra isize: 28 >00:19:48,370 INFO program: Journal inode: 8 >00:19:48,378 INFO program: Default directory hash: half_md4 >00:19:48,378 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >00:19:48,379 INFO program: Journal backup: inode blocks >00:19:48,379 INFO program: Journal features: journal_incompat_revoke >00:19:48,379 INFO program: Journal size: 128M >00:19:48,379 INFO program: Journal length: 32768 >00:19:48,379 INFO program: Journal sequence: 0x000016d0 >00:19:48,379 INFO program: Journal start: 0 >00:19:48,379 INFO program: >00:19:48,379 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:19:48,384 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >00:19:48,409 INFO program: Couldn't find valid filesystem superblock. >00:19:48,409 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:19:48,409 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >00:19:48,431 INFO program: Running... udevadm settle --timeout=300 >00:19:48,540 INFO program: Running... udevadm settle --timeout=300 >00:19:48,597 INFO program: Running... udevadm settle --timeout=300 >00:19:48,661 INFO program: Running... udevadm settle --timeout=300 >00:19:48,740 INFO program: Running... udevadm settle --timeout=300 >00:19:48,791 INFO program: Running... udevadm settle --timeout=300 >00:19:48,832 INFO program: Running... udevadm settle --timeout=300 >05:19:48,905 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >05:19:48,946 INFO program: Running... /bin/umount /mnt/sysimage >00:19:48,971 INFO program: Running... udevadm settle --timeout=300 >00:19:49,020 INFO program: Running... udevadm settle --timeout=300 >05:19:49,295 INFO program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >00:20:00,883 INFO program: Running... modprobe btrfs >00:20:00,982 INFO program: Running... modprobe xfs >00:20:16,583 INFO program: Running... udevadm settle --timeout=300 >00:22:20,320 INFO program: Running... udevadm settle --timeout=300 >00:22:56,327 INFO program: Running... udevadm settle --timeout=300 >01:26:32,253 INFO program: Running... udevadm settle --timeout=300 >01:26:32,289 INFO program: Running... multipath -d >01:26:32,318 INFO program: Running... multipath -ll >01:26:32,434 INFO program: Running... dumpe2fs -h /dev/sda1 >01:26:32,442 INFO program: Filesystem volume name: <none> >01:26:32,442 INFO program: Last mounted on: /mnt/sysimage/boot >01:26:32,442 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:26:32,442 INFO program: Filesystem magic number: 0xEF53 >01:26:32,442 INFO program: Filesystem revision #: 1 (dynamic) >01:26:32,442 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 >01:26:32,442 INFO program: Filesystem flags: signed_directory_hash >01:26:32,443 INFO program: Default mount options: user_xattr acl >01:26:32,443 INFO program: Filesystem state: clean >01:26:32,443 INFO program: Errors behavior: Continue >01:26:32,443 INFO program: Filesystem OS type: Linux >01:26:32,443 INFO program: Inode count: 128016 >01:26:32,443 INFO program: Block count: 512000 >01:26:32,443 INFO program: Reserved block count: 25600 >01:26:32,443 INFO program: Free blocks: 424191 >01:26:32,443 INFO program: Free inodes: 127651 >01:26:32,443 INFO program: First block: 1 >01:26:32,443 INFO program: Block size: 1024 >01:26:32,443 INFO program: Fragment size: 1024 >01:26:32,443 INFO program: Reserved GDT blocks: 256 >01:26:32,443 INFO program: Blocks per group: 8192 >01:26:32,443 INFO program: Fragments per group: 8192 >01:26:32,443 INFO program: Inodes per group: 2032 >01:26:32,443 INFO program: Inode blocks per group: 254 >01:26:32,443 INFO program: Flex block group size: 16 >01:26:32,443 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:26:32,443 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:26:32,443 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:26:32,444 INFO program: Mount count: 1 >01:26:32,444 INFO program: Maximum mount count: -1 >01:26:32,444 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:26:32,444 INFO program: Check interval: 0 (<none>) >01:26:32,444 INFO program: Lifetime writes: 84 MB >01:26:32,444 INFO program: Reserved blocks uid: 0 (user root) >01:26:32,444 INFO program: Reserved blocks gid: 0 (group root) >01:26:32,444 INFO program: First inode: 11 >01:26:32,444 INFO program: Inode size: 128 >01:26:32,444 INFO program: Journal inode: 8 >01:26:32,444 INFO program: Default directory hash: half_md4 >01:26:32,444 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:26:32,444 INFO program: Journal backup: inode blocks >01:26:32,444 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:32,444 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:26:32,445 INFO program: Running... dumpe2fs -h /dev/sda1 >01:26:32,451 INFO program: Filesystem volume name: <none> >01:26:32,451 INFO program: Last mounted on: /mnt/sysimage/boot >01:26:32,451 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:26:32,451 INFO program: Filesystem magic number: 0xEF53 >01:26:32,451 INFO program: Filesystem revision #: 1 (dynamic) >01:26:32,451 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 >01:26:32,451 INFO program: Filesystem flags: signed_directory_hash >01:26:32,451 INFO program: Default mount options: user_xattr acl >01:26:32,451 INFO program: Filesystem state: clean >01:26:32,451 INFO program: Errors behavior: Continue >01:26:32,451 INFO program: Filesystem OS type: Linux >01:26:32,451 INFO program: Inode count: 128016 >01:26:32,451 INFO program: Block count: 512000 >01:26:32,451 INFO program: Reserved block count: 25600 >01:26:32,451 INFO program: Free blocks: 424191 >01:26:32,452 INFO program: Free inodes: 127651 >01:26:32,452 INFO program: First block: 1 >01:26:32,452 INFO program: Block size: 1024 >01:26:32,452 INFO program: Fragment size: 1024 >01:26:32,452 INFO program: Reserved GDT blocks: 256 >01:26:32,452 INFO program: Blocks per group: 8192 >01:26:32,452 INFO program: Fragments per group: 8192 >01:26:32,452 INFO program: Inodes per group: 2032 >01:26:32,452 INFO program: Inode blocks per group: 254 >01:26:32,452 INFO program: Flex block group size: 16 >01:26:32,452 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:26:32,452 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:26:32,452 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:26:32,452 INFO program: Mount count: 1 >01:26:32,452 INFO program: Maximum mount count: -1 >01:26:32,452 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:26:32,452 INFO program: Check interval: 0 (<none>) >01:26:32,452 INFO program: Lifetime writes: 84 MB >01:26:32,452 INFO program: Reserved blocks uid: 0 (user root) >01:26:32,452 INFO program: Reserved blocks gid: 0 (group root) >01:26:32,452 INFO program: First inode: 11 >01:26:32,453 INFO program: Inode size: 128 >01:26:32,453 INFO program: Journal inode: 8 >01:26:32,453 INFO program: Default directory hash: half_md4 >01:26:32,453 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:26:32,453 INFO program: Journal backup: inode blocks >01:26:32,453 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:32,453 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:26:32,453 INFO program: Running... resize2fs -P /dev/sda1 >01:26:32,459 INFO program: Estimated minimum size of the filesystem: 78174 >01:26:32,460 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:26:32,593 INFO program: Running... dumpe2fs -h /dev/loop3 >01:26:32,598 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:26:32,598 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:26:32,598 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:26:32,598 INFO program: Filesystem magic number: 0xEF53 >01:26:32,598 INFO program: Filesystem revision #: 1 (dynamic) >01:26:32,598 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 >01:26:32,598 INFO program: Filesystem flags: signed_directory_hash >01:26:32,599 INFO program: Default mount options: user_xattr acl >01:26:32,599 INFO program: Filesystem state: clean >01:26:32,599 INFO program: Errors behavior: Continue >01:26:32,599 INFO program: Filesystem OS type: Linux >01:26:32,599 INFO program: Inode count: 262144 >01:26:32,599 INFO program: Block count: 1048576 >01:26:32,599 INFO program: Reserved block count: 10484 >01:26:32,599 INFO program: Free blocks: 188525 >01:26:32,599 INFO program: Free inodes: 153877 >01:26:32,599 INFO program: First block: 0 >01:26:32,599 INFO program: Block size: 4096 >01:26:32,599 INFO program: Fragment size: 4096 >01:26:32,599 INFO program: Reserved GDT blocks: 255 >01:26:32,599 INFO program: Blocks per group: 32768 >01:26:32,599 INFO program: Fragments per group: 32768 >01:26:32,599 INFO program: Inodes per group: 8192 >01:26:32,599 INFO program: Inode blocks per group: 512 >01:26:32,599 INFO program: Flex block group size: 16 >01:26:32,599 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:26:32,599 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:26:32,600 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:26:32,600 INFO program: Mount count: 0 >01:26:32,600 INFO program: Maximum mount count: -1 >01:26:32,600 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:26:32,600 INFO program: Check interval: 0 (<none>) >01:26:32,600 INFO program: Lifetime writes: 805 MB >01:26:32,600 INFO program: Reserved blocks uid: 0 (user root) >01:26:32,600 INFO program: Reserved blocks gid: 0 (group root) >01:26:32,600 INFO program: First inode: 11 >01:26:32,600 INFO program: Inode size: 256 >01:26:32,600 INFO program: Required extra isize: 28 >01:26:32,600 INFO program: Desired extra isize: 28 >01:26:32,600 INFO program: Journal inode: 8 >01:26:32,600 INFO program: Default directory hash: half_md4 >01:26:32,600 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:26:32,600 INFO program: Journal backup: inode blocks >01:26:32,600 INFO program: Journal features: journal_incompat_revoke >01:26:32,600 INFO program: Journal size: 128M >01:26:32,600 INFO program: Journal length: 32768 >01:26:32,600 INFO program: Journal sequence: 0x000016d0 >01:26:32,600 INFO program: Journal start: 0 >01:26:32,601 INFO program: >01:26:32,601 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:32,601 INFO program: Running... dumpe2fs -h /dev/loop3 >01:26:32,606 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:26:32,606 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:26:32,606 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:26:32,606 INFO program: Filesystem magic number: 0xEF53 >01:26:32,606 INFO program: Filesystem revision #: 1 (dynamic) >01:26:32,606 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 >01:26:32,606 INFO program: Filesystem flags: signed_directory_hash >01:26:32,606 INFO program: Default mount options: user_xattr acl >01:26:32,606 INFO program: Filesystem state: clean >01:26:32,606 INFO program: Errors behavior: Continue >01:26:32,606 INFO program: Filesystem OS type: Linux >01:26:32,606 INFO program: Inode count: 262144 >01:26:32,606 INFO program: Block count: 1048576 >01:26:32,606 INFO program: Reserved block count: 10484 >01:26:32,606 INFO program: Free blocks: 188525 >01:26:32,607 INFO program: Free inodes: 153877 >01:26:32,607 INFO program: First block: 0 >01:26:32,607 INFO program: Block size: 4096 >01:26:32,607 INFO program: Fragment size: 4096 >01:26:32,607 INFO program: Reserved GDT blocks: 255 >01:26:32,607 INFO program: Blocks per group: 32768 >01:26:32,607 INFO program: Fragments per group: 32768 >01:26:32,607 INFO program: Inodes per group: 8192 >01:26:32,607 INFO program: Inode blocks per group: 512 >01:26:32,607 INFO program: Flex block group size: 16 >01:26:32,607 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:26:32,607 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:26:32,607 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:26:32,607 INFO program: Mount count: 0 >01:26:32,607 INFO program: Maximum mount count: -1 >01:26:32,607 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:26:32,607 INFO program: Check interval: 0 (<none>) >01:26:32,607 INFO program: Lifetime writes: 805 MB >01:26:32,607 INFO program: Reserved blocks uid: 0 (user root) >01:26:32,607 INFO program: Reserved blocks gid: 0 (group root) >01:26:32,607 INFO program: First inode: 11 >01:26:32,608 INFO program: Inode size: 256 >01:26:32,608 INFO program: Required extra isize: 28 >01:26:32,608 INFO program: Desired extra isize: 28 >01:26:32,608 INFO program: Journal inode: 8 >01:26:32,608 INFO program: Default directory hash: half_md4 >01:26:32,608 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:26:32,608 INFO program: Journal backup: inode blocks >01:26:32,608 INFO program: Journal features: journal_incompat_revoke >01:26:32,608 INFO program: Journal size: 128M >01:26:32,608 INFO program: Journal length: 32768 >01:26:32,608 INFO program: Journal sequence: 0x000016d0 >01:26:32,608 INFO program: Journal start: 0 >01:26:32,608 INFO program: >01:26:32,608 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:32,609 INFO program: Running... resize2fs -P /dev/loop3 >01:26:32,617 INFO program: Couldn't find valid filesystem superblock. >01:26:32,618 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:26:32,618 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:26:32,641 INFO program: Running... udevadm settle --timeout=300 >01:26:32,671 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:26:32,676 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:26:32,676 INFO program: Last mounted on: /sysroot >01:26:32,676 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:26:32,676 INFO program: Filesystem magic number: 0xEF53 >01:26:32,676 INFO program: Filesystem revision #: 1 (dynamic) >01:26:32,676 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:26:32,676 INFO program: Filesystem flags: signed_directory_hash >01:26:32,676 INFO program: Default mount options: user_xattr acl >01:26:32,676 INFO program: Filesystem state: clean >01:26:32,676 INFO program: Errors behavior: Continue >01:26:32,676 INFO program: Filesystem OS type: Linux >01:26:32,676 INFO program: Inode count: 262144 >01:26:32,676 INFO program: Block count: 1048576 >01:26:32,676 INFO program: Reserved block count: 10484 >01:26:32,676 INFO program: Free blocks: 188525 >01:26:32,676 INFO program: Free inodes: 153877 >01:26:32,676 INFO program: First block: 0 >01:26:32,677 INFO program: Block size: 4096 >01:26:32,677 INFO program: Fragment size: 4096 >01:26:32,677 INFO program: Reserved GDT blocks: 255 >01:26:32,677 INFO program: Blocks per group: 32768 >01:26:32,677 INFO program: Fragments per group: 32768 >01:26:32,677 INFO program: Inodes per group: 8192 >01:26:32,677 INFO program: Inode blocks per group: 512 >01:26:32,677 INFO program: Flex block group size: 16 >01:26:32,677 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:26:32,677 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:26:32,677 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:26:32,677 INFO program: Mount count: 1 >01:26:32,677 INFO program: Maximum mount count: -1 >01:26:32,677 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:26:32,677 INFO program: Check interval: 0 (<none>) >01:26:32,677 INFO program: Lifetime writes: 805 MB >01:26:32,677 INFO program: Reserved blocks uid: 0 (user root) >01:26:32,677 INFO program: Reserved blocks gid: 0 (group root) >01:26:32,677 INFO program: First inode: 11 >01:26:32,677 INFO program: Inode size: 256 >01:26:32,677 INFO program: Required extra isize: 28 >01:26:32,678 INFO program: Desired extra isize: 28 >01:26:32,678 INFO program: Journal inode: 8 >01:26:32,678 INFO program: First orphan inode: 38553 >01:26:32,678 INFO program: Default directory hash: half_md4 >01:26:32,678 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:26:32,678 INFO program: Journal backup: inode blocks >01:26:32,678 INFO program: Journal features: journal_incompat_revoke >01:26:32,678 INFO program: Journal size: 128M >01:26:32,678 INFO program: Journal length: 32768 >01:26:32,678 INFO program: Journal sequence: 0x000016d1 >01:26:32,678 INFO program: Journal start: 1 >01:26:32,678 INFO program: >01:26:32,678 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:32,678 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:26:32,683 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:26:32,683 INFO program: Last mounted on: /sysroot >01:26:32,683 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:26:32,683 INFO program: Filesystem magic number: 0xEF53 >01:26:32,683 INFO program: Filesystem revision #: 1 (dynamic) >01:26:32,684 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:26:32,684 INFO program: Filesystem flags: signed_directory_hash >01:26:32,684 INFO program: Default mount options: user_xattr acl >01:26:32,684 INFO program: Filesystem state: clean >01:26:32,684 INFO program: Errors behavior: Continue >01:26:32,684 INFO program: Filesystem OS type: Linux >01:26:32,684 INFO program: Inode count: 262144 >01:26:32,684 INFO program: Block count: 1048576 >01:26:32,684 INFO program: Reserved block count: 10484 >01:26:32,684 INFO program: Free blocks: 188525 >01:26:32,684 INFO program: Free inodes: 153877 >01:26:32,684 INFO program: First block: 0 >01:26:32,684 INFO program: Block size: 4096 >01:26:32,684 INFO program: Fragment size: 4096 >01:26:32,684 INFO program: Reserved GDT blocks: 255 >01:26:32,684 INFO program: Blocks per group: 32768 >01:26:32,684 INFO program: Fragments per group: 32768 >01:26:32,684 INFO program: Inodes per group: 8192 >01:26:32,684 INFO program: Inode blocks per group: 512 >01:26:32,684 INFO program: Flex block group size: 16 >01:26:32,684 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:26:32,685 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:26:32,685 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:26:32,685 INFO program: Mount count: 1 >01:26:32,685 INFO program: Maximum mount count: -1 >01:26:32,685 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:26:32,685 INFO program: Check interval: 0 (<none>) >01:26:32,685 INFO program: Lifetime writes: 805 MB >01:26:32,685 INFO program: Reserved blocks uid: 0 (user root) >01:26:32,685 INFO program: Reserved blocks gid: 0 (group root) >01:26:32,685 INFO program: First inode: 11 >01:26:32,685 INFO program: Inode size: 256 >01:26:32,685 INFO program: Required extra isize: 28 >01:26:32,685 INFO program: Desired extra isize: 28 >01:26:32,685 INFO program: Journal inode: 8 >01:26:32,685 INFO program: First orphan inode: 38553 >01:26:32,685 INFO program: Default directory hash: half_md4 >01:26:32,685 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:26:32,685 INFO program: Journal backup: inode blocks >01:26:32,685 INFO program: Journal features: journal_incompat_revoke >01:26:32,685 INFO program: Journal size: 128M >01:26:32,685 INFO program: Journal length: 32768 >01:26:32,686 INFO program: Journal sequence: 0x000016d1 >01:26:32,686 INFO program: Journal start: 1 >01:26:32,686 INFO program: >01:26:32,686 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:32,686 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:26:32,694 INFO program: Estimated minimum size of the filesystem: 861710 >01:26:32,694 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:26:32,715 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:26:32,720 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:26:32,720 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:26:32,720 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:26:32,720 INFO program: Filesystem magic number: 0xEF53 >01:26:32,720 INFO program: Filesystem revision #: 1 (dynamic) >01:26:32,720 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 >01:26:32,720 INFO program: Filesystem flags: signed_directory_hash >01:26:32,720 INFO program: Default mount options: user_xattr acl >01:26:32,720 INFO program: Filesystem state: clean >01:26:32,720 INFO program: Errors behavior: Continue >01:26:32,721 INFO program: Filesystem OS type: Linux >01:26:32,721 INFO program: Inode count: 221184 >01:26:32,721 INFO program: Block count: 861710 >01:26:32,721 INFO program: Reserved block count: 8615 >01:26:32,721 INFO program: Free blocks: 4486 >01:26:32,721 INFO program: Free inodes: 112917 >01:26:32,721 INFO program: First block: 0 >01:26:32,721 INFO program: Block size: 4096 >01:26:32,721 INFO program: Fragment size: 4096 >01:26:32,721 INFO program: Reserved GDT blocks: 255 >01:26:32,721 INFO program: Blocks per group: 32768 >01:26:32,721 INFO program: Fragments per group: 32768 >01:26:32,721 INFO program: Inodes per group: 8192 >01:26:32,721 INFO program: Inode blocks per group: 512 >01:26:32,721 INFO program: Flex block group size: 16 >01:26:32,721 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:26:32,721 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:26:32,721 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:26:32,721 INFO program: Mount count: 0 >01:26:32,721 INFO program: Maximum mount count: -1 >01:26:32,721 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:26:32,722 INFO program: Check interval: 0 (<none>) >01:26:32,722 INFO program: Lifetime writes: 807 MB >01:26:32,722 INFO program: Reserved blocks uid: 0 (user root) >01:26:32,722 INFO program: Reserved blocks gid: 0 (group root) >01:26:32,722 INFO program: First inode: 11 >01:26:32,722 INFO program: Inode size: 256 >01:26:32,722 INFO program: Required extra isize: 28 >01:26:32,722 INFO program: Desired extra isize: 28 >01:26:32,722 INFO program: Journal inode: 8 >01:26:32,722 INFO program: Default directory hash: half_md4 >01:26:32,722 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:26:32,722 INFO program: Journal backup: inode blocks >01:26:32,722 INFO program: Journal features: journal_incompat_revoke >01:26:32,722 INFO program: Journal size: 128M >01:26:32,722 INFO program: Journal length: 32768 >01:26:32,722 INFO program: Journal sequence: 0x000016d0 >01:26:32,722 INFO program: Journal start: 0 >01:26:32,722 INFO program: >01:26:32,722 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:32,723 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:26:32,728 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:26:32,728 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:26:32,728 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:26:32,728 INFO program: Filesystem magic number: 0xEF53 >01:26:32,728 INFO program: Filesystem revision #: 1 (dynamic) >01:26:32,728 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 >01:26:32,728 INFO program: Filesystem flags: signed_directory_hash >01:26:32,728 INFO program: Default mount options: user_xattr acl >01:26:32,728 INFO program: Filesystem state: clean >01:26:32,728 INFO program: Errors behavior: Continue >01:26:32,728 INFO program: Filesystem OS type: Linux >01:26:32,728 INFO program: Inode count: 221184 >01:26:32,728 INFO program: Block count: 861710 >01:26:32,728 INFO program: Reserved block count: 8615 >01:26:32,728 INFO program: Free blocks: 4486 >01:26:32,729 INFO program: Free inodes: 112917 >01:26:32,729 INFO program: First block: 0 >01:26:32,729 INFO program: Block size: 4096 >01:26:32,729 INFO program: Fragment size: 4096 >01:26:32,729 INFO program: Reserved GDT blocks: 255 >01:26:32,729 INFO program: Blocks per group: 32768 >01:26:32,729 INFO program: Fragments per group: 32768 >01:26:32,729 INFO program: Inodes per group: 8192 >01:26:32,729 INFO program: Inode blocks per group: 512 >01:26:32,729 INFO program: Flex block group size: 16 >01:26:32,729 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:26:32,729 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:26:32,729 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:26:32,729 INFO program: Mount count: 0 >01:26:32,729 INFO program: Maximum mount count: -1 >01:26:32,729 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:26:32,729 INFO program: Check interval: 0 (<none>) >01:26:32,729 INFO program: Lifetime writes: 807 MB >01:26:32,729 INFO program: Reserved blocks uid: 0 (user root) >01:26:32,729 INFO program: Reserved blocks gid: 0 (group root) >01:26:32,729 INFO program: First inode: 11 >01:26:32,729 INFO program: Inode size: 256 >01:26:32,730 INFO program: Required extra isize: 28 >01:26:32,730 INFO program: Desired extra isize: 28 >01:26:32,730 INFO program: Journal inode: 8 >01:26:32,730 INFO program: Default directory hash: half_md4 >01:26:32,730 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:26:32,730 INFO program: Journal backup: inode blocks >01:26:32,730 INFO program: Journal features: journal_incompat_revoke >01:26:32,730 INFO program: Journal size: 128M >01:26:32,730 INFO program: Journal length: 32768 >01:26:32,730 INFO program: Journal sequence: 0x000016d0 >01:26:32,730 INFO program: Journal start: 0 >01:26:32,730 INFO program: >01:26:32,730 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:32,730 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:26:32,739 INFO program: Couldn't find valid filesystem superblock. >01:26:32,739 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:26:32,739 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:26:32,748 INFO program: Running... udevadm settle --timeout=300 >01:26:32,764 INFO program: Running... udevadm settle --timeout=300 >01:26:32,778 INFO program: Running... udevadm settle --timeout=300 >01:26:32,791 INFO program: Running... udevadm settle --timeout=300 >01:26:32,805 INFO program: Running... udevadm settle --timeout=300 >01:26:32,820 INFO program: Running... udevadm settle --timeout=300 >01:26:32,834 INFO program: Running... udevadm settle --timeout=300 >01:26:32,848 INFO program: Running... udevadm settle --timeout=300 >01:26:32,861 INFO program: Running... udevadm settle --timeout=300 >01:26:33,250 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:26:33,267 INFO program: Running... udevadm settle --timeout=300 >01:26:33,629 INFO program: Running... modprobe fcoe >01:26:33,636 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >01:26:33,643 INFO program: No FCoE boot disk information is found in EDD! >01:26:33,646 INFO program: Running... udevadm settle --timeout=300 >01:26:33,700 INFO program: Running... multipath -d >01:26:33,717 INFO program: Running... multipath -ll >01:26:34,060 INFO program: Running... udevadm control --property=ANACONDA=1 >01:26:34,064 INFO program: Running... systemctl start chronyd.service >01:26:34,125 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:26:34,195 INFO program: Running... udevadm settle --timeout=300 >01:26:34,944 INFO program: Running... udevadm settle --timeout=300 >01:26:34,983 INFO program: Running... udevadm settle --timeout=300 >01:26:35,046 INFO program: Running... multipath -d >01:26:35,067 INFO program: Running... multipath -ll >01:26:35,327 INFO program: Running... dumpe2fs -h /dev/sda1 >01:26:35,345 INFO program: Filesystem volume name: <none> >01:26:35,346 INFO program: Last mounted on: /mnt/sysimage/boot >01:26:35,347 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:26:35,347 INFO program: Filesystem magic number: 0xEF53 >01:26:35,347 INFO program: Filesystem revision #: 1 (dynamic) >01:26:35,348 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 >01:26:35,348 INFO program: Filesystem flags: signed_directory_hash >01:26:35,349 INFO program: Default mount options: user_xattr acl >01:26:35,349 INFO program: Filesystem state: clean >01:26:35,349 INFO program: Errors behavior: Continue >01:26:35,350 INFO program: Filesystem OS type: Linux >01:26:35,350 INFO program: Inode count: 128016 >01:26:35,350 INFO program: Block count: 512000 >01:26:35,350 INFO program: Reserved block count: 25600 >01:26:35,351 INFO program: Free blocks: 424191 >01:26:35,351 INFO program: Free inodes: 127651 >01:26:35,351 INFO program: First block: 1 >01:26:35,351 INFO program: Block size: 1024 >01:26:35,351 INFO program: Fragment size: 1024 >01:26:35,351 INFO program: Reserved GDT blocks: 256 >01:26:35,351 INFO program: Blocks per group: 8192 >01:26:35,351 INFO program: Fragments per group: 8192 >01:26:35,351 INFO program: Inodes per group: 2032 >01:26:35,354 INFO program: Inode blocks per group: 254 >01:26:35,354 INFO program: Flex block group size: 16 >01:26:35,354 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:26:35,354 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:26:35,354 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:26:35,354 INFO program: Mount count: 1 >01:26:35,354 INFO program: Maximum mount count: -1 >01:26:35,355 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:26:35,355 INFO program: Check interval: 0 (<none>) >01:26:35,355 INFO program: Lifetime writes: 84 MB >01:26:35,355 INFO program: Reserved blocks uid: 0 (user root) >01:26:35,362 INFO program: Reserved blocks gid: 0 (group root) >01:26:35,362 INFO program: First inode: 11 >01:26:35,362 INFO program: Inode size: 128 >01:26:35,362 INFO program: Journal inode: 8 >01:26:35,362 INFO program: Default directory hash: half_md4 >01:26:35,363 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:26:35,363 INFO program: Journal backup: inode blocks >01:26:35,363 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:35,363 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:26:35,365 INFO program: Running... dumpe2fs -h /dev/sda1 >01:26:35,381 INFO program: Filesystem volume name: <none> >01:26:35,382 INFO program: Last mounted on: /mnt/sysimage/boot >01:26:35,382 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:26:35,383 INFO program: Filesystem magic number: 0xEF53 >01:26:35,383 INFO program: Filesystem revision #: 1 (dynamic) >01:26:35,384 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 >01:26:35,384 INFO program: Filesystem flags: signed_directory_hash >01:26:35,385 INFO program: Default mount options: user_xattr acl >01:26:35,385 INFO program: Filesystem state: clean >01:26:35,385 INFO program: Errors behavior: Continue >01:26:35,386 INFO program: Filesystem OS type: Linux >01:26:35,386 INFO program: Inode count: 128016 >01:26:35,386 INFO program: Block count: 512000 >01:26:35,386 INFO program: Reserved block count: 25600 >01:26:35,386 INFO program: Free blocks: 424191 >01:26:35,386 INFO program: Free inodes: 127651 >01:26:35,386 INFO program: First block: 1 >01:26:35,386 INFO program: Block size: 1024 >01:26:35,386 INFO program: Fragment size: 1024 >01:26:35,387 INFO program: Reserved GDT blocks: 256 >01:26:35,387 INFO program: Blocks per group: 8192 >01:26:35,387 INFO program: Fragments per group: 8192 >01:26:35,390 INFO program: Inodes per group: 2032 >01:26:35,390 INFO program: Inode blocks per group: 254 >01:26:35,390 INFO program: Flex block group size: 16 >01:26:35,390 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:26:35,390 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:26:35,390 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:26:35,390 INFO program: Mount count: 1 >01:26:35,390 INFO program: Maximum mount count: -1 >01:26:35,390 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:26:35,390 INFO program: Check interval: 0 (<none>) >01:26:35,390 INFO program: Lifetime writes: 84 MB >01:26:35,397 INFO program: Reserved blocks uid: 0 (user root) >01:26:35,397 INFO program: Reserved blocks gid: 0 (group root) >01:26:35,397 INFO program: First inode: 11 >01:26:35,398 INFO program: Inode size: 128 >01:26:35,398 INFO program: Journal inode: 8 >01:26:35,398 INFO program: Default directory hash: half_md4 >01:26:35,398 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:26:35,398 INFO program: Journal backup: inode blocks >01:26:35,398 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:35,398 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:26:35,400 INFO program: Running... resize2fs -P /dev/sda1 >01:26:35,418 INFO program: Estimated minimum size of the filesystem: 78174 >01:26:35,421 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:26:35,792 INFO program: Running... dumpe2fs -h /dev/loop3 >01:26:35,806 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:26:35,807 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:26:35,808 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:26:35,808 INFO program: Filesystem magic number: 0xEF53 >01:26:35,808 INFO program: Filesystem revision #: 1 (dynamic) >01:26:35,809 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 >01:26:35,809 INFO program: Filesystem flags: signed_directory_hash >01:26:35,810 INFO program: Default mount options: user_xattr acl >01:26:35,810 INFO program: Filesystem state: clean >01:26:35,810 INFO program: Errors behavior: Continue >01:26:35,811 INFO program: Filesystem OS type: Linux >01:26:35,811 INFO program: Inode count: 262144 >01:26:35,811 INFO program: Block count: 1048576 >01:26:35,811 INFO program: Reserved block count: 10484 >01:26:35,812 INFO program: Free blocks: 188525 >01:26:35,812 INFO program: Free inodes: 153877 >01:26:35,812 INFO program: First block: 0 >01:26:35,812 INFO program: Block size: 4096 >01:26:35,812 INFO program: Fragment size: 4096 >01:26:35,812 INFO program: Reserved GDT blocks: 255 >01:26:35,812 INFO program: Blocks per group: 32768 >01:26:35,812 INFO program: Fragments per group: 32768 >01:26:35,812 INFO program: Inodes per group: 8192 >01:26:35,815 INFO program: Inode blocks per group: 512 >01:26:35,815 INFO program: Flex block group size: 16 >01:26:35,815 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:26:35,815 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:26:35,815 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:26:35,815 INFO program: Mount count: 0 >01:26:35,815 INFO program: Maximum mount count: -1 >01:26:35,816 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:26:35,816 INFO program: Check interval: 0 (<none>) >01:26:35,816 INFO program: Lifetime writes: 805 MB >01:26:35,816 INFO program: Reserved blocks uid: 0 (user root) >01:26:35,823 INFO program: Reserved blocks gid: 0 (group root) >01:26:35,823 INFO program: First inode: 11 >01:26:35,823 INFO program: Inode size: 256 >01:26:35,824 INFO program: Required extra isize: 28 >01:26:35,824 INFO program: Desired extra isize: 28 >01:26:35,824 INFO program: Journal inode: 8 >01:26:35,824 INFO program: Default directory hash: half_md4 >01:26:35,824 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:26:35,824 INFO program: Journal backup: inode blocks >01:26:35,824 INFO program: Journal features: journal_incompat_revoke >01:26:35,824 INFO program: Journal size: 128M >01:26:35,827 INFO program: Journal length: 32768 >01:26:35,827 INFO program: Journal sequence: 0x000016d0 >01:26:35,827 INFO program: Journal start: 0 >01:26:35,827 INFO program: >01:26:35,827 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:35,827 INFO program: Running... dumpe2fs -h /dev/loop3 >01:26:35,846 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:26:35,847 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:26:35,847 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:26:35,848 INFO program: Filesystem magic number: 0xEF53 >01:26:35,848 INFO program: Filesystem revision #: 1 (dynamic) >01:26:35,848 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 >01:26:35,849 INFO program: Filesystem flags: signed_directory_hash >01:26:35,849 INFO program: Default mount options: user_xattr acl >01:26:35,850 INFO program: Filesystem state: clean >01:26:35,850 INFO program: Errors behavior: Continue >01:26:35,851 INFO program: Filesystem OS type: Linux >01:26:35,851 INFO program: Inode count: 262144 >01:26:35,851 INFO program: Block count: 1048576 >01:26:35,851 INFO program: Reserved block count: 10484 >01:26:35,851 INFO program: Free blocks: 188525 >01:26:35,851 INFO program: Free inodes: 153877 >01:26:35,851 INFO program: First block: 0 >01:26:35,851 INFO program: Block size: 4096 >01:26:35,851 INFO program: Fragment size: 4096 >01:26:35,851 INFO program: Reserved GDT blocks: 255 >01:26:35,851 INFO program: Blocks per group: 32768 >01:26:35,851 INFO program: Fragments per group: 32768 >01:26:35,855 INFO program: Inodes per group: 8192 >01:26:35,855 INFO program: Inode blocks per group: 512 >01:26:35,855 INFO program: Flex block group size: 16 >01:26:35,855 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:26:35,855 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:26:35,855 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:26:35,855 INFO program: Mount count: 0 >01:26:35,855 INFO program: Maximum mount count: -1 >01:26:35,855 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:26:35,855 INFO program: Check interval: 0 (<none>) >01:26:35,855 INFO program: Lifetime writes: 805 MB >01:26:35,862 INFO program: Reserved blocks uid: 0 (user root) >01:26:35,862 INFO program: Reserved blocks gid: 0 (group root) >01:26:35,862 INFO program: First inode: 11 >01:26:35,862 INFO program: Inode size: 256 >01:26:35,862 INFO program: Required extra isize: 28 >01:26:35,862 INFO program: Desired extra isize: 28 >01:26:35,862 INFO program: Journal inode: 8 >01:26:35,862 INFO program: Default directory hash: half_md4 >01:26:35,863 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:26:35,863 INFO program: Journal backup: inode blocks >01:26:35,863 INFO program: Journal features: journal_incompat_revoke >01:26:35,869 INFO program: Journal size: 128M >01:26:35,869 INFO program: Journal length: 32768 >01:26:35,869 INFO program: Journal sequence: 0x000016d0 >01:26:35,869 INFO program: Journal start: 0 >01:26:35,869 INFO program: >01:26:35,869 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:35,871 INFO program: Running... resize2fs -P /dev/loop3 >01:26:35,888 INFO program: Couldn't find valid filesystem superblock. >01:26:35,889 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:26:35,889 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:26:35,965 INFO program: Running... udevadm settle --timeout=300 >01:26:36,041 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:26:36,055 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:26:36,056 INFO program: Last mounted on: /sysroot >01:26:36,056 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:26:36,056 INFO program: Filesystem magic number: 0xEF53 >01:26:36,056 INFO program: Filesystem revision #: 1 (dynamic) >01:26:36,057 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:26:36,057 INFO program: Filesystem flags: signed_directory_hash >01:26:36,057 INFO program: Default mount options: user_xattr acl >01:26:36,057 INFO program: Filesystem state: clean >01:26:36,057 INFO program: Errors behavior: Continue >01:26:36,058 INFO program: Filesystem OS type: Linux >01:26:36,058 INFO program: Inode count: 262144 >01:26:36,058 INFO program: Block count: 1048576 >01:26:36,058 INFO program: Reserved block count: 10484 >01:26:36,058 INFO program: Free blocks: 188525 >01:26:36,058 INFO program: Free inodes: 153877 >01:26:36,059 INFO program: First block: 0 >01:26:36,059 INFO program: Block size: 4096 >01:26:36,059 INFO program: Fragment size: 4096 >01:26:36,059 INFO program: Reserved GDT blocks: 255 >01:26:36,059 INFO program: Blocks per group: 32768 >01:26:36,060 INFO program: Fragments per group: 32768 >01:26:36,060 INFO program: Inodes per group: 8192 >01:26:36,060 INFO program: Inode blocks per group: 512 >01:26:36,060 INFO program: Flex block group size: 16 >01:26:36,060 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:26:36,060 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:26:36,061 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:26:36,061 INFO program: Mount count: 1 >01:26:36,061 INFO program: Maximum mount count: -1 >01:26:36,061 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:26:36,061 INFO program: Check interval: 0 (<none>) >01:26:36,062 INFO program: Lifetime writes: 805 MB >01:26:36,062 INFO program: Reserved blocks uid: 0 (user root) >01:26:36,062 INFO program: Reserved blocks gid: 0 (group root) >01:26:36,062 INFO program: First inode: 11 >01:26:36,062 INFO program: Inode size: 256 >01:26:36,062 INFO program: Required extra isize: 28 >01:26:36,063 INFO program: Desired extra isize: 28 >01:26:36,067 INFO program: Journal inode: 8 >01:26:36,067 INFO program: First orphan inode: 38553 >01:26:36,067 INFO program: Default directory hash: half_md4 >01:26:36,067 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:26:36,068 INFO program: Journal backup: inode blocks >01:26:36,068 INFO program: Journal features: journal_incompat_revoke >01:26:36,068 INFO program: Journal size: 128M >01:26:36,068 INFO program: Journal length: 32768 >01:26:36,068 INFO program: Journal sequence: 0x000016d1 >01:26:36,069 INFO program: Journal start: 1 >01:26:36,069 INFO program: >01:26:36,069 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:36,070 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:26:36,084 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:26:36,085 INFO program: Last mounted on: /sysroot >01:26:36,085 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:26:36,085 INFO program: Filesystem magic number: 0xEF53 >01:26:36,085 INFO program: Filesystem revision #: 1 (dynamic) >01:26:36,086 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:26:36,086 INFO program: Filesystem flags: signed_directory_hash >01:26:36,086 INFO program: Default mount options: user_xattr acl >01:26:36,086 INFO program: Filesystem state: clean >01:26:36,086 INFO program: Errors behavior: Continue >01:26:36,087 INFO program: Filesystem OS type: Linux >01:26:36,087 INFO program: Inode count: 262144 >01:26:36,087 INFO program: Block count: 1048576 >01:26:36,087 INFO program: Reserved block count: 10484 >01:26:36,087 INFO program: Free blocks: 188525 >01:26:36,087 INFO program: Free inodes: 153877 >01:26:36,088 INFO program: First block: 0 >01:26:36,088 INFO program: Block size: 4096 >01:26:36,088 INFO program: Fragment size: 4096 >01:26:36,088 INFO program: Reserved GDT blocks: 255 >01:26:36,088 INFO program: Blocks per group: 32768 >01:26:36,089 INFO program: Fragments per group: 32768 >01:26:36,089 INFO program: Inodes per group: 8192 >01:26:36,089 INFO program: Inode blocks per group: 512 >01:26:36,089 INFO program: Flex block group size: 16 >01:26:36,089 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:26:36,089 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:26:36,090 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:26:36,090 INFO program: Mount count: 1 >01:26:36,090 INFO program: Maximum mount count: -1 >01:26:36,090 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:26:36,090 INFO program: Check interval: 0 (<none>) >01:26:36,091 INFO program: Lifetime writes: 805 MB >01:26:36,091 INFO program: Reserved blocks uid: 0 (user root) >01:26:36,091 INFO program: Reserved blocks gid: 0 (group root) >01:26:36,091 INFO program: First inode: 11 >01:26:36,091 INFO program: Inode size: 256 >01:26:36,091 INFO program: Required extra isize: 28 >01:26:36,092 INFO program: Desired extra isize: 28 >01:26:36,092 INFO program: Journal inode: 8 >01:26:36,092 INFO program: First orphan inode: 38553 >01:26:36,092 INFO program: Default directory hash: half_md4 >01:26:36,092 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:26:36,097 INFO program: Journal backup: inode blocks >01:26:36,097 INFO program: Journal features: journal_incompat_revoke >01:26:36,097 INFO program: Journal size: 128M >01:26:36,098 INFO program: Journal length: 32768 >01:26:36,098 INFO program: Journal sequence: 0x000016d1 >01:26:36,098 INFO program: Journal start: 1 >01:26:36,098 INFO program: >01:26:36,098 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:36,099 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:26:36,116 INFO program: Estimated minimum size of the filesystem: 861710 >01:26:36,117 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:26:36,174 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:26:36,189 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:26:36,190 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:26:36,190 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:26:36,190 INFO program: Filesystem magic number: 0xEF53 >01:26:36,190 INFO program: Filesystem revision #: 1 (dynamic) >01:26:36,191 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 >01:26:36,191 INFO program: Filesystem flags: signed_directory_hash >01:26:36,191 INFO program: Default mount options: user_xattr acl >01:26:36,191 INFO program: Filesystem state: clean >01:26:36,191 INFO program: Errors behavior: Continue >01:26:36,192 INFO program: Filesystem OS type: Linux >01:26:36,192 INFO program: Inode count: 221184 >01:26:36,192 INFO program: Block count: 861710 >01:26:36,192 INFO program: Reserved block count: 8615 >01:26:36,192 INFO program: Free blocks: 4486 >01:26:36,193 INFO program: Free inodes: 112917 >01:26:36,193 INFO program: First block: 0 >01:26:36,193 INFO program: Block size: 4096 >01:26:36,193 INFO program: Fragment size: 4096 >01:26:36,193 INFO program: Reserved GDT blocks: 255 >01:26:36,193 INFO program: Blocks per group: 32768 >01:26:36,194 INFO program: Fragments per group: 32768 >01:26:36,194 INFO program: Inodes per group: 8192 >01:26:36,194 INFO program: Inode blocks per group: 512 >01:26:36,194 INFO program: Flex block group size: 16 >01:26:36,194 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:26:36,195 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:26:36,195 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:26:36,199 INFO program: Mount count: 0 >01:26:36,199 INFO program: Maximum mount count: -1 >01:26:36,199 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:26:36,199 INFO program: Check interval: 0 (<none>) >01:26:36,200 INFO program: Lifetime writes: 807 MB >01:26:36,200 INFO program: Reserved blocks uid: 0 (user root) >01:26:36,200 INFO program: Reserved blocks gid: 0 (group root) >01:26:36,200 INFO program: First inode: 11 >01:26:36,200 INFO program: Inode size: 256 >01:26:36,201 INFO program: Required extra isize: 28 >01:26:36,201 INFO program: Desired extra isize: 28 >01:26:36,201 INFO program: Journal inode: 8 >01:26:36,201 INFO program: Default directory hash: half_md4 >01:26:36,201 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:26:36,202 INFO program: Journal backup: inode blocks >01:26:36,202 INFO program: Journal features: journal_incompat_revoke >01:26:36,202 INFO program: Journal size: 128M >01:26:36,203 INFO program: Journal length: 32768 >01:26:36,203 INFO program: Journal sequence: 0x000016d0 >01:26:36,203 INFO program: Journal start: 0 >01:26:36,203 INFO program: >01:26:36,203 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:36,204 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:26:36,218 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:26:36,219 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:26:36,219 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:26:36,219 INFO program: Filesystem magic number: 0xEF53 >01:26:36,220 INFO program: Filesystem revision #: 1 (dynamic) >01:26:36,220 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 >01:26:36,220 INFO program: Filesystem flags: signed_directory_hash >01:26:36,220 INFO program: Default mount options: user_xattr acl >01:26:36,220 INFO program: Filesystem state: clean >01:26:36,220 INFO program: Errors behavior: Continue >01:26:36,221 INFO program: Filesystem OS type: Linux >01:26:36,221 INFO program: Inode count: 221184 >01:26:36,221 INFO program: Block count: 861710 >01:26:36,221 INFO program: Reserved block count: 8615 >01:26:36,221 INFO program: Free blocks: 4486 >01:26:36,222 INFO program: Free inodes: 112917 >01:26:36,222 INFO program: First block: 0 >01:26:36,222 INFO program: Block size: 4096 >01:26:36,222 INFO program: Fragment size: 4096 >01:26:36,222 INFO program: Reserved GDT blocks: 255 >01:26:36,223 INFO program: Blocks per group: 32768 >01:26:36,223 INFO program: Fragments per group: 32768 >01:26:36,223 INFO program: Inodes per group: 8192 >01:26:36,223 INFO program: Inode blocks per group: 512 >01:26:36,223 INFO program: Flex block group size: 16 >01:26:36,223 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:26:36,224 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:26:36,228 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:26:36,228 INFO program: Mount count: 0 >01:26:36,228 INFO program: Maximum mount count: -1 >01:26:36,228 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:26:36,229 INFO program: Check interval: 0 (<none>) >01:26:36,229 INFO program: Lifetime writes: 807 MB >01:26:36,229 INFO program: Reserved blocks uid: 0 (user root) >01:26:36,229 INFO program: Reserved blocks gid: 0 (group root) >01:26:36,229 INFO program: First inode: 11 >01:26:36,229 INFO program: Inode size: 256 >01:26:36,230 INFO program: Required extra isize: 28 >01:26:36,230 INFO program: Desired extra isize: 28 >01:26:36,230 INFO program: Journal inode: 8 >01:26:36,230 INFO program: Default directory hash: half_md4 >01:26:36,230 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:26:36,231 INFO program: Journal backup: inode blocks >01:26:36,231 INFO program: Journal features: journal_incompat_revoke >01:26:36,231 INFO program: Journal size: 128M >01:26:36,231 INFO program: Journal length: 32768 >01:26:36,231 INFO program: Journal sequence: 0x000016d0 >01:26:36,231 INFO program: Journal start: 0 >01:26:36,232 INFO program: >01:26:36,232 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:26:36,233 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:26:36,251 INFO program: Couldn't find valid filesystem superblock. >01:26:36,251 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:26:36,251 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:26:36,271 INFO program: Running... udevadm settle --timeout=300 >01:26:36,314 INFO program: Running... udevadm settle --timeout=300 >01:26:36,357 INFO program: Running... udevadm settle --timeout=300 >01:26:36,397 INFO program: Running... udevadm settle --timeout=300 >01:26:36,439 INFO program: Running... udevadm settle --timeout=300 >06:26:36,507 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >06:26:36,518 ERR program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so >01:26:36,521 INFO program: Running... udevadm settle --timeout=300 >06:26:36,638 INFO program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >01:26:59,184 INFO program: Running... udevadm settle --timeout=300 >01:28:59,419 INFO program: Running... udevadm settle --timeout=300 >01:28:59,457 INFO program: Running... multipath -d >01:28:59,473 INFO program: Running... multipath -ll >01:28:59,594 INFO program: Running... dumpe2fs -h /dev/sda1 >01:28:59,605 INFO program: Filesystem volume name: <none> >01:28:59,605 INFO program: Last mounted on: /mnt/sysimage/boot >01:28:59,605 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:28:59,605 INFO program: Filesystem magic number: 0xEF53 >01:28:59,605 INFO program: Filesystem revision #: 1 (dynamic) >01:28:59,605 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 >01:28:59,605 INFO program: Filesystem flags: signed_directory_hash >01:28:59,605 INFO program: Default mount options: user_xattr acl >01:28:59,605 INFO program: Filesystem state: clean >01:28:59,605 INFO program: Errors behavior: Continue >01:28:59,605 INFO program: Filesystem OS type: Linux >01:28:59,605 INFO program: Inode count: 128016 >01:28:59,605 INFO program: Block count: 512000 >01:28:59,605 INFO program: Reserved block count: 25600 >01:28:59,605 INFO program: Free blocks: 424191 >01:28:59,606 INFO program: Free inodes: 127651 >01:28:59,606 INFO program: First block: 1 >01:28:59,606 INFO program: Block size: 1024 >01:28:59,606 INFO program: Fragment size: 1024 >01:28:59,606 INFO program: Reserved GDT blocks: 256 >01:28:59,606 INFO program: Blocks per group: 8192 >01:28:59,606 INFO program: Fragments per group: 8192 >01:28:59,606 INFO program: Inodes per group: 2032 >01:28:59,606 INFO program: Inode blocks per group: 254 >01:28:59,606 INFO program: Flex block group size: 16 >01:28:59,606 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:28:59,606 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:28:59,606 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:28:59,606 INFO program: Mount count: 1 >01:28:59,606 INFO program: Maximum mount count: -1 >01:28:59,606 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:28:59,606 INFO program: Check interval: 0 (<none>) >01:28:59,606 INFO program: Lifetime writes: 84 MB >01:28:59,606 INFO program: Reserved blocks uid: 0 (user root) >01:28:59,606 INFO program: Reserved blocks gid: 0 (group root) >01:28:59,606 INFO program: First inode: 11 >01:28:59,607 INFO program: Inode size: 128 >01:28:59,607 INFO program: Journal inode: 8 >01:28:59,607 INFO program: Default directory hash: half_md4 >01:28:59,607 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:28:59,607 INFO program: Journal backup: inode blocks >01:28:59,607 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:28:59,607 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:28:59,608 INFO program: Running... dumpe2fs -h /dev/sda1 >01:28:59,618 INFO program: Filesystem volume name: <none> >01:28:59,618 INFO program: Last mounted on: /mnt/sysimage/boot >01:28:59,619 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:28:59,619 INFO program: Filesystem magic number: 0xEF53 >01:28:59,619 INFO program: Filesystem revision #: 1 (dynamic) >01:28:59,619 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 >01:28:59,619 INFO program: Filesystem flags: signed_directory_hash >01:28:59,620 INFO program: Default mount options: user_xattr acl >01:28:59,620 INFO program: Filesystem state: clean >01:28:59,620 INFO program: Errors behavior: Continue >01:28:59,620 INFO program: Filesystem OS type: Linux >01:28:59,620 INFO program: Inode count: 128016 >01:28:59,621 INFO program: Block count: 512000 >01:28:59,621 INFO program: Reserved block count: 25600 >01:28:59,621 INFO program: Free blocks: 424191 >01:28:59,621 INFO program: Free inodes: 127651 >01:28:59,622 INFO program: First block: 1 >01:28:59,622 INFO program: Block size: 1024 >01:28:59,622 INFO program: Fragment size: 1024 >01:28:59,622 INFO program: Reserved GDT blocks: 256 >01:28:59,622 INFO program: Blocks per group: 8192 >01:28:59,622 INFO program: Fragments per group: 8192 >01:28:59,622 INFO program: Inodes per group: 2032 >01:28:59,622 INFO program: Inode blocks per group: 254 >01:28:59,622 INFO program: Flex block group size: 16 >01:28:59,622 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:28:59,622 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:28:59,622 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:28:59,622 INFO program: Mount count: 1 >01:28:59,622 INFO program: Maximum mount count: -1 >01:28:59,622 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:28:59,622 INFO program: Check interval: 0 (<none>) >01:28:59,622 INFO program: Lifetime writes: 84 MB >01:28:59,622 INFO program: Reserved blocks uid: 0 (user root) >01:28:59,622 INFO program: Reserved blocks gid: 0 (group root) >01:28:59,622 INFO program: First inode: 11 >01:28:59,622 INFO program: Inode size: 128 >01:28:59,623 INFO program: Journal inode: 8 >01:28:59,623 INFO program: Default directory hash: half_md4 >01:28:59,623 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:28:59,623 INFO program: Journal backup: inode blocks >01:28:59,623 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:28:59,623 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:28:59,623 INFO program: Running... resize2fs -P /dev/sda1 >01:28:59,633 INFO program: Estimated minimum size of the filesystem: 78174 >01:28:59,633 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:28:59,767 INFO program: Running... dumpe2fs -h /dev/loop3 >01:28:59,772 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:28:59,772 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:28:59,772 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:28:59,773 INFO program: Filesystem magic number: 0xEF53 >01:28:59,773 INFO program: Filesystem revision #: 1 (dynamic) >01:28:59,773 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 >01:28:59,773 INFO program: Filesystem flags: signed_directory_hash >01:28:59,773 INFO program: Default mount options: user_xattr acl >01:28:59,773 INFO program: Filesystem state: clean >01:28:59,773 INFO program: Errors behavior: Continue >01:28:59,773 INFO program: Filesystem OS type: Linux >01:28:59,773 INFO program: Inode count: 262144 >01:28:59,773 INFO program: Block count: 1048576 >01:28:59,773 INFO program: Reserved block count: 10484 >01:28:59,773 INFO program: Free blocks: 188525 >01:28:59,773 INFO program: Free inodes: 153877 >01:28:59,773 INFO program: First block: 0 >01:28:59,773 INFO program: Block size: 4096 >01:28:59,773 INFO program: Fragment size: 4096 >01:28:59,773 INFO program: Reserved GDT blocks: 255 >01:28:59,773 INFO program: Blocks per group: 32768 >01:28:59,773 INFO program: Fragments per group: 32768 >01:28:59,773 INFO program: Inodes per group: 8192 >01:28:59,774 INFO program: Inode blocks per group: 512 >01:28:59,774 INFO program: Flex block group size: 16 >01:28:59,774 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:28:59,774 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:28:59,774 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:28:59,774 INFO program: Mount count: 0 >01:28:59,774 INFO program: Maximum mount count: -1 >01:28:59,774 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:28:59,774 INFO program: Check interval: 0 (<none>) >01:28:59,774 INFO program: Lifetime writes: 805 MB >01:28:59,774 INFO program: Reserved blocks uid: 0 (user root) >01:28:59,774 INFO program: Reserved blocks gid: 0 (group root) >01:28:59,774 INFO program: First inode: 11 >01:28:59,774 INFO program: Inode size: 256 >01:28:59,774 INFO program: Required extra isize: 28 >01:28:59,774 INFO program: Desired extra isize: 28 >01:28:59,774 INFO program: Journal inode: 8 >01:28:59,774 INFO program: Default directory hash: half_md4 >01:28:59,774 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:28:59,774 INFO program: Journal backup: inode blocks >01:28:59,774 INFO program: Journal features: journal_incompat_revoke >01:28:59,774 INFO program: Journal size: 128M >01:28:59,775 INFO program: Journal length: 32768 >01:28:59,775 INFO program: Journal sequence: 0x000016d0 >01:28:59,775 INFO program: Journal start: 0 >01:28:59,775 INFO program: >01:28:59,775 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:28:59,775 INFO program: Running... dumpe2fs -h /dev/loop3 >01:28:59,780 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:28:59,780 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:28:59,780 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:28:59,780 INFO program: Filesystem magic number: 0xEF53 >01:28:59,780 INFO program: Filesystem revision #: 1 (dynamic) >01:28:59,780 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 >01:28:59,780 INFO program: Filesystem flags: signed_directory_hash >01:28:59,780 INFO program: Default mount options: user_xattr acl >01:28:59,781 INFO program: Filesystem state: clean >01:28:59,781 INFO program: Errors behavior: Continue >01:28:59,781 INFO program: Filesystem OS type: Linux >01:28:59,781 INFO program: Inode count: 262144 >01:28:59,781 INFO program: Block count: 1048576 >01:28:59,781 INFO program: Reserved block count: 10484 >01:28:59,781 INFO program: Free blocks: 188525 >01:28:59,781 INFO program: Free inodes: 153877 >01:28:59,781 INFO program: First block: 0 >01:28:59,781 INFO program: Block size: 4096 >01:28:59,781 INFO program: Fragment size: 4096 >01:28:59,781 INFO program: Reserved GDT blocks: 255 >01:28:59,781 INFO program: Blocks per group: 32768 >01:28:59,781 INFO program: Fragments per group: 32768 >01:28:59,781 INFO program: Inodes per group: 8192 >01:28:59,781 INFO program: Inode blocks per group: 512 >01:28:59,781 INFO program: Flex block group size: 16 >01:28:59,781 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:28:59,781 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:28:59,781 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:28:59,782 INFO program: Mount count: 0 >01:28:59,782 INFO program: Maximum mount count: -1 >01:28:59,782 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:28:59,782 INFO program: Check interval: 0 (<none>) >01:28:59,782 INFO program: Lifetime writes: 805 MB >01:28:59,782 INFO program: Reserved blocks uid: 0 (user root) >01:28:59,782 INFO program: Reserved blocks gid: 0 (group root) >01:28:59,782 INFO program: First inode: 11 >01:28:59,782 INFO program: Inode size: 256 >01:28:59,782 INFO program: Required extra isize: 28 >01:28:59,782 INFO program: Desired extra isize: 28 >01:28:59,782 INFO program: Journal inode: 8 >01:28:59,782 INFO program: Default directory hash: half_md4 >01:28:59,782 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:28:59,782 INFO program: Journal backup: inode blocks >01:28:59,782 INFO program: Journal features: journal_incompat_revoke >01:28:59,782 INFO program: Journal size: 128M >01:28:59,782 INFO program: Journal length: 32768 >01:28:59,782 INFO program: Journal sequence: 0x000016d0 >01:28:59,782 INFO program: Journal start: 0 >01:28:59,782 INFO program: >01:28:59,783 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:28:59,783 INFO program: Running... resize2fs -P /dev/loop3 >01:28:59,790 INFO program: Couldn't find valid filesystem superblock. >01:28:59,791 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:28:59,791 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:28:59,815 INFO program: Running... udevadm settle --timeout=300 >01:28:59,844 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:28:59,849 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:28:59,849 INFO program: Last mounted on: /sysroot >01:28:59,849 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:28:59,850 INFO program: Filesystem magic number: 0xEF53 >01:28:59,850 INFO program: Filesystem revision #: 1 (dynamic) >01:28:59,850 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:28:59,850 INFO program: Filesystem flags: signed_directory_hash >01:28:59,850 INFO program: Default mount options: user_xattr acl >01:28:59,850 INFO program: Filesystem state: clean >01:28:59,850 INFO program: Errors behavior: Continue >01:28:59,850 INFO program: Filesystem OS type: Linux >01:28:59,850 INFO program: Inode count: 262144 >01:28:59,850 INFO program: Block count: 1048576 >01:28:59,850 INFO program: Reserved block count: 10484 >01:28:59,850 INFO program: Free blocks: 188525 >01:28:59,850 INFO program: Free inodes: 153877 >01:28:59,850 INFO program: First block: 0 >01:28:59,850 INFO program: Block size: 4096 >01:28:59,850 INFO program: Fragment size: 4096 >01:28:59,850 INFO program: Reserved GDT blocks: 255 >01:28:59,850 INFO program: Blocks per group: 32768 >01:28:59,850 INFO program: Fragments per group: 32768 >01:28:59,850 INFO program: Inodes per group: 8192 >01:28:59,850 INFO program: Inode blocks per group: 512 >01:28:59,851 INFO program: Flex block group size: 16 >01:28:59,851 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:28:59,851 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:28:59,851 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:28:59,851 INFO program: Mount count: 1 >01:28:59,851 INFO program: Maximum mount count: -1 >01:28:59,851 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:28:59,851 INFO program: Check interval: 0 (<none>) >01:28:59,851 INFO program: Lifetime writes: 805 MB >01:28:59,851 INFO program: Reserved blocks uid: 0 (user root) >01:28:59,851 INFO program: Reserved blocks gid: 0 (group root) >01:28:59,851 INFO program: First inode: 11 >01:28:59,851 INFO program: Inode size: 256 >01:28:59,851 INFO program: Required extra isize: 28 >01:28:59,851 INFO program: Desired extra isize: 28 >01:28:59,851 INFO program: Journal inode: 8 >01:28:59,851 INFO program: First orphan inode: 38553 >01:28:59,851 INFO program: Default directory hash: half_md4 >01:28:59,851 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:28:59,851 INFO program: Journal backup: inode blocks >01:28:59,851 INFO program: Journal features: journal_incompat_revoke >01:28:59,852 INFO program: Journal size: 128M >01:28:59,852 INFO program: Journal length: 32768 >01:28:59,852 INFO program: Journal sequence: 0x000016d1 >01:28:59,852 INFO program: Journal start: 1 >01:28:59,852 INFO program: >01:28:59,852 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:28:59,852 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:28:59,857 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:28:59,857 INFO program: Last mounted on: /sysroot >01:28:59,857 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:28:59,858 INFO program: Filesystem magic number: 0xEF53 >01:28:59,858 INFO program: Filesystem revision #: 1 (dynamic) >01:28:59,858 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:28:59,858 INFO program: Filesystem flags: signed_directory_hash >01:28:59,858 INFO program: Default mount options: user_xattr acl >01:28:59,858 INFO program: Filesystem state: clean >01:28:59,858 INFO program: Errors behavior: Continue >01:28:59,858 INFO program: Filesystem OS type: Linux >01:28:59,858 INFO program: Inode count: 262144 >01:28:59,858 INFO program: Block count: 1048576 >01:28:59,858 INFO program: Reserved block count: 10484 >01:28:59,858 INFO program: Free blocks: 188525 >01:28:59,858 INFO program: Free inodes: 153877 >01:28:59,858 INFO program: First block: 0 >01:28:59,858 INFO program: Block size: 4096 >01:28:59,858 INFO program: Fragment size: 4096 >01:28:59,858 INFO program: Reserved GDT blocks: 255 >01:28:59,858 INFO program: Blocks per group: 32768 >01:28:59,858 INFO program: Fragments per group: 32768 >01:28:59,858 INFO program: Inodes per group: 8192 >01:28:59,858 INFO program: Inode blocks per group: 512 >01:28:59,859 INFO program: Flex block group size: 16 >01:28:59,859 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:28:59,859 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:28:59,859 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:28:59,859 INFO program: Mount count: 1 >01:28:59,859 INFO program: Maximum mount count: -1 >01:28:59,859 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:28:59,859 INFO program: Check interval: 0 (<none>) >01:28:59,859 INFO program: Lifetime writes: 805 MB >01:28:59,859 INFO program: Reserved blocks uid: 0 (user root) >01:28:59,859 INFO program: Reserved blocks gid: 0 (group root) >01:28:59,859 INFO program: First inode: 11 >01:28:59,859 INFO program: Inode size: 256 >01:28:59,859 INFO program: Required extra isize: 28 >01:28:59,859 INFO program: Desired extra isize: 28 >01:28:59,859 INFO program: Journal inode: 8 >01:28:59,859 INFO program: First orphan inode: 38553 >01:28:59,859 INFO program: Default directory hash: half_md4 >01:28:59,859 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:28:59,859 INFO program: Journal backup: inode blocks >01:28:59,859 INFO program: Journal features: journal_incompat_revoke >01:28:59,860 INFO program: Journal size: 128M >01:28:59,860 INFO program: Journal length: 32768 >01:28:59,860 INFO program: Journal sequence: 0x000016d1 >01:28:59,860 INFO program: Journal start: 1 >01:28:59,860 INFO program: >01:28:59,860 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:28:59,860 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:28:59,868 INFO program: Estimated minimum size of the filesystem: 861710 >01:28:59,869 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:28:59,889 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:28:59,894 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:28:59,895 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:28:59,895 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:28:59,895 INFO program: Filesystem magic number: 0xEF53 >01:28:59,895 INFO program: Filesystem revision #: 1 (dynamic) >01:28:59,895 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 >01:28:59,895 INFO program: Filesystem flags: signed_directory_hash >01:28:59,895 INFO program: Default mount options: user_xattr acl >01:28:59,895 INFO program: Filesystem state: clean >01:28:59,895 INFO program: Errors behavior: Continue >01:28:59,895 INFO program: Filesystem OS type: Linux >01:28:59,895 INFO program: Inode count: 221184 >01:28:59,895 INFO program: Block count: 861710 >01:28:59,895 INFO program: Reserved block count: 8615 >01:28:59,895 INFO program: Free blocks: 4486 >01:28:59,895 INFO program: Free inodes: 112917 >01:28:59,895 INFO program: First block: 0 >01:28:59,895 INFO program: Block size: 4096 >01:28:59,895 INFO program: Fragment size: 4096 >01:28:59,895 INFO program: Reserved GDT blocks: 255 >01:28:59,896 INFO program: Blocks per group: 32768 >01:28:59,896 INFO program: Fragments per group: 32768 >01:28:59,896 INFO program: Inodes per group: 8192 >01:28:59,896 INFO program: Inode blocks per group: 512 >01:28:59,896 INFO program: Flex block group size: 16 >01:28:59,896 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:28:59,896 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:28:59,896 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:28:59,896 INFO program: Mount count: 0 >01:28:59,896 INFO program: Maximum mount count: -1 >01:28:59,896 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:28:59,896 INFO program: Check interval: 0 (<none>) >01:28:59,896 INFO program: Lifetime writes: 807 MB >01:28:59,896 INFO program: Reserved blocks uid: 0 (user root) >01:28:59,896 INFO program: Reserved blocks gid: 0 (group root) >01:28:59,896 INFO program: First inode: 11 >01:28:59,896 INFO program: Inode size: 256 >01:28:59,896 INFO program: Required extra isize: 28 >01:28:59,896 INFO program: Desired extra isize: 28 >01:28:59,896 INFO program: Journal inode: 8 >01:28:59,896 INFO program: Default directory hash: half_md4 >01:28:59,897 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:28:59,897 INFO program: Journal backup: inode blocks >01:28:59,897 INFO program: Journal features: journal_incompat_revoke >01:28:59,897 INFO program: Journal size: 128M >01:28:59,897 INFO program: Journal length: 32768 >01:28:59,897 INFO program: Journal sequence: 0x000016d0 >01:28:59,897 INFO program: Journal start: 0 >01:28:59,897 INFO program: >01:28:59,897 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:28:59,897 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:28:59,902 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:28:59,903 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:28:59,903 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:28:59,903 INFO program: Filesystem magic number: 0xEF53 >01:28:59,903 INFO program: Filesystem revision #: 1 (dynamic) >01:28:59,903 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 >01:28:59,903 INFO program: Filesystem flags: signed_directory_hash >01:28:59,903 INFO program: Default mount options: user_xattr acl >01:28:59,903 INFO program: Filesystem state: clean >01:28:59,903 INFO program: Errors behavior: Continue >01:28:59,903 INFO program: Filesystem OS type: Linux >01:28:59,903 INFO program: Inode count: 221184 >01:28:59,903 INFO program: Block count: 861710 >01:28:59,903 INFO program: Reserved block count: 8615 >01:28:59,903 INFO program: Free blocks: 4486 >01:28:59,903 INFO program: Free inodes: 112917 >01:28:59,903 INFO program: First block: 0 >01:28:59,903 INFO program: Block size: 4096 >01:28:59,903 INFO program: Fragment size: 4096 >01:28:59,903 INFO program: Reserved GDT blocks: 255 >01:28:59,903 INFO program: Blocks per group: 32768 >01:28:59,904 INFO program: Fragments per group: 32768 >01:28:59,904 INFO program: Inodes per group: 8192 >01:28:59,904 INFO program: Inode blocks per group: 512 >01:28:59,904 INFO program: Flex block group size: 16 >01:28:59,904 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:28:59,904 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:28:59,904 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:28:59,904 INFO program: Mount count: 0 >01:28:59,904 INFO program: Maximum mount count: -1 >01:28:59,904 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:28:59,904 INFO program: Check interval: 0 (<none>) >01:28:59,904 INFO program: Lifetime writes: 807 MB >01:28:59,904 INFO program: Reserved blocks uid: 0 (user root) >01:28:59,904 INFO program: Reserved blocks gid: 0 (group root) >01:28:59,904 INFO program: First inode: 11 >01:28:59,904 INFO program: Inode size: 256 >01:28:59,904 INFO program: Required extra isize: 28 >01:28:59,904 INFO program: Desired extra isize: 28 >01:28:59,904 INFO program: Journal inode: 8 >01:28:59,904 INFO program: Default directory hash: half_md4 >01:28:59,904 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:28:59,904 INFO program: Journal backup: inode blocks >01:28:59,905 INFO program: Journal features: journal_incompat_revoke >01:28:59,905 INFO program: Journal size: 128M >01:28:59,905 INFO program: Journal length: 32768 >01:28:59,905 INFO program: Journal sequence: 0x000016d0 >01:28:59,905 INFO program: Journal start: 0 >01:28:59,905 INFO program: >01:28:59,905 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:28:59,905 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:28:59,915 INFO program: Couldn't find valid filesystem superblock. >01:28:59,915 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:28:59,915 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:28:59,923 INFO program: Running... udevadm settle --timeout=300 >01:28:59,939 INFO program: Running... udevadm settle --timeout=300 >01:28:59,953 INFO program: Running... udevadm settle --timeout=300 >01:28:59,967 INFO program: Running... udevadm settle --timeout=300 >01:28:59,981 INFO program: Running... udevadm settle --timeout=300 >01:28:59,996 INFO program: Running... udevadm settle --timeout=300 >01:29:00,022 INFO program: Running... udevadm settle --timeout=300 >01:29:00,050 INFO program: Running... udevadm settle --timeout=300 >01:29:00,078 INFO program: Running... udevadm settle --timeout=300 >01:29:00,495 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:29:00,513 INFO program: Running... udevadm settle --timeout=300 >01:29:00,874 INFO program: Running... modprobe fcoe >01:29:00,881 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >01:29:00,888 INFO program: No FCoE boot disk information is found in EDD! >01:29:00,891 INFO program: Running... udevadm settle --timeout=300 >01:29:00,945 INFO program: Running... multipath -d >01:29:00,965 INFO program: Running... multipath -ll >01:29:01,197 INFO program: Running... udevadm control --property=ANACONDA=1 >01:29:01,202 INFO program: Running... systemctl start chronyd.service >01:29:01,262 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:29:01,312 INFO program: Running... udevadm settle --timeout=300 >01:29:02,044 INFO program: Running... udevadm settle --timeout=300 >01:29:02,084 INFO program: Running... udevadm settle --timeout=300 >01:29:02,144 INFO program: Running... multipath -d >01:29:02,165 INFO program: Running... multipath -ll >01:29:02,451 INFO program: Running... dumpe2fs -h /dev/sda1 >01:29:02,482 INFO program: Filesystem volume name: <none> >01:29:02,484 INFO program: Last mounted on: /mnt/sysimage/boot >01:29:02,484 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:29:02,485 INFO program: Filesystem magic number: 0xEF53 >01:29:02,485 INFO program: Filesystem revision #: 1 (dynamic) >01:29:02,485 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 >01:29:02,486 INFO program: Filesystem flags: signed_directory_hash >01:29:02,486 INFO program: Default mount options: user_xattr acl >01:29:02,487 INFO program: Filesystem state: clean >01:29:02,487 INFO program: Errors behavior: Continue >01:29:02,488 INFO program: Filesystem OS type: Linux >01:29:02,488 INFO program: Inode count: 128016 >01:29:02,488 INFO program: Block count: 512000 >01:29:02,488 INFO program: Reserved block count: 25600 >01:29:02,488 INFO program: Free blocks: 424191 >01:29:02,488 INFO program: Free inodes: 127651 >01:29:02,488 INFO program: First block: 1 >01:29:02,488 INFO program: Block size: 1024 >01:29:02,488 INFO program: Fragment size: 1024 >01:29:02,488 INFO program: Reserved GDT blocks: 256 >01:29:02,488 INFO program: Blocks per group: 8192 >01:29:02,488 INFO program: Fragments per group: 8192 >01:29:02,491 INFO program: Inodes per group: 2032 >01:29:02,491 INFO program: Inode blocks per group: 254 >01:29:02,491 INFO program: Flex block group size: 16 >01:29:02,491 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:29:02,492 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:29:02,492 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:29:02,492 INFO program: Mount count: 1 >01:29:02,492 INFO program: Maximum mount count: -1 >01:29:02,492 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:29:02,492 INFO program: Check interval: 0 (<none>) >01:29:02,492 INFO program: Lifetime writes: 84 MB >01:29:02,499 INFO program: Reserved blocks uid: 0 (user root) >01:29:02,499 INFO program: Reserved blocks gid: 0 (group root) >01:29:02,499 INFO program: First inode: 11 >01:29:02,499 INFO program: Inode size: 128 >01:29:02,500 INFO program: Journal inode: 8 >01:29:02,500 INFO program: Default directory hash: half_md4 >01:29:02,500 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:29:02,500 INFO program: Journal backup: inode blocks >01:29:02,500 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:02,500 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:29:02,503 INFO program: Running... dumpe2fs -h /dev/sda1 >01:29:02,519 INFO program: Filesystem volume name: <none> >01:29:02,520 INFO program: Last mounted on: /mnt/sysimage/boot >01:29:02,520 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:29:02,521 INFO program: Filesystem magic number: 0xEF53 >01:29:02,521 INFO program: Filesystem revision #: 1 (dynamic) >01:29:02,522 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 >01:29:02,522 INFO program: Filesystem flags: signed_directory_hash >01:29:02,523 INFO program: Default mount options: user_xattr acl >01:29:02,523 INFO program: Filesystem state: clean >01:29:02,523 INFO program: Errors behavior: Continue >01:29:02,524 INFO program: Filesystem OS type: Linux >01:29:02,524 INFO program: Inode count: 128016 >01:29:02,524 INFO program: Block count: 512000 >01:29:02,524 INFO program: Reserved block count: 25600 >01:29:02,524 INFO program: Free blocks: 424191 >01:29:02,524 INFO program: Free inodes: 127651 >01:29:02,524 INFO program: First block: 1 >01:29:02,524 INFO program: Block size: 1024 >01:29:02,525 INFO program: Fragment size: 1024 >01:29:02,525 INFO program: Reserved GDT blocks: 256 >01:29:02,525 INFO program: Blocks per group: 8192 >01:29:02,525 INFO program: Fragments per group: 8192 >01:29:02,528 INFO program: Inodes per group: 2032 >01:29:02,528 INFO program: Inode blocks per group: 254 >01:29:02,528 INFO program: Flex block group size: 16 >01:29:02,528 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:29:02,528 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:29:02,528 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:29:02,528 INFO program: Mount count: 1 >01:29:02,528 INFO program: Maximum mount count: -1 >01:29:02,528 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:29:02,528 INFO program: Check interval: 0 (<none>) >01:29:02,535 INFO program: Lifetime writes: 84 MB >01:29:02,535 INFO program: Reserved blocks uid: 0 (user root) >01:29:02,535 INFO program: Reserved blocks gid: 0 (group root) >01:29:02,535 INFO program: First inode: 11 >01:29:02,536 INFO program: Inode size: 128 >01:29:02,536 INFO program: Journal inode: 8 >01:29:02,536 INFO program: Default directory hash: half_md4 >01:29:02,536 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:29:02,536 INFO program: Journal backup: inode blocks >01:29:02,536 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:02,536 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:29:02,542 INFO program: Running... resize2fs -P /dev/sda1 >01:29:02,560 INFO program: Estimated minimum size of the filesystem: 78174 >01:29:02,564 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:29:02,941 INFO program: Running... dumpe2fs -h /dev/loop3 >01:29:02,955 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:29:02,956 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:29:02,957 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:29:02,957 INFO program: Filesystem magic number: 0xEF53 >01:29:02,957 INFO program: Filesystem revision #: 1 (dynamic) >01:29:02,958 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 >01:29:02,958 INFO program: Filesystem flags: signed_directory_hash >01:29:02,959 INFO program: Default mount options: user_xattr acl >01:29:02,959 INFO program: Filesystem state: clean >01:29:02,959 INFO program: Errors behavior: Continue >01:29:02,960 INFO program: Filesystem OS type: Linux >01:29:02,960 INFO program: Inode count: 262144 >01:29:02,960 INFO program: Block count: 1048576 >01:29:02,961 INFO program: Reserved block count: 10484 >01:29:02,961 INFO program: Free blocks: 188525 >01:29:02,961 INFO program: Free inodes: 153877 >01:29:02,961 INFO program: First block: 0 >01:29:02,961 INFO program: Block size: 4096 >01:29:02,961 INFO program: Fragment size: 4096 >01:29:02,961 INFO program: Reserved GDT blocks: 255 >01:29:02,961 INFO program: Blocks per group: 32768 >01:29:02,961 INFO program: Fragments per group: 32768 >01:29:02,962 INFO program: Inodes per group: 8192 >01:29:02,965 INFO program: Inode blocks per group: 512 >01:29:02,965 INFO program: Flex block group size: 16 >01:29:02,965 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:29:02,965 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:29:02,965 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:29:02,965 INFO program: Mount count: 0 >01:29:02,965 INFO program: Maximum mount count: -1 >01:29:02,965 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:29:02,965 INFO program: Check interval: 0 (<none>) >01:29:02,965 INFO program: Lifetime writes: 805 MB >01:29:02,966 INFO program: Reserved blocks uid: 0 (user root) >01:29:02,973 INFO program: Reserved blocks gid: 0 (group root) >01:29:02,973 INFO program: First inode: 11 >01:29:02,973 INFO program: Inode size: 256 >01:29:02,973 INFO program: Required extra isize: 28 >01:29:02,973 INFO program: Desired extra isize: 28 >01:29:02,973 INFO program: Journal inode: 8 >01:29:02,973 INFO program: Default directory hash: half_md4 >01:29:02,974 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:29:02,974 INFO program: Journal backup: inode blocks >01:29:02,974 INFO program: Journal features: journal_incompat_revoke >01:29:02,974 INFO program: Journal size: 128M >01:29:02,977 INFO program: Journal length: 32768 >01:29:02,977 INFO program: Journal sequence: 0x000016d0 >01:29:02,977 INFO program: Journal start: 0 >01:29:02,977 INFO program: >01:29:02,977 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:02,977 INFO program: Running... dumpe2fs -h /dev/loop3 >01:29:02,990 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:29:02,991 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:29:02,991 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:29:02,992 INFO program: Filesystem magic number: 0xEF53 >01:29:02,992 INFO program: Filesystem revision #: 1 (dynamic) >01:29:02,993 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 >01:29:02,993 INFO program: Filesystem flags: signed_directory_hash >01:29:02,994 INFO program: Default mount options: user_xattr acl >01:29:02,994 INFO program: Filesystem state: clean >01:29:02,995 INFO program: Errors behavior: Continue >01:29:02,995 INFO program: Filesystem OS type: Linux >01:29:02,995 INFO program: Inode count: 262144 >01:29:02,995 INFO program: Block count: 1048576 >01:29:02,995 INFO program: Reserved block count: 10484 >01:29:02,995 INFO program: Free blocks: 188525 >01:29:02,995 INFO program: Free inodes: 153877 >01:29:02,995 INFO program: First block: 0 >01:29:02,996 INFO program: Block size: 4096 >01:29:02,996 INFO program: Fragment size: 4096 >01:29:02,996 INFO program: Reserved GDT blocks: 255 >01:29:02,996 INFO program: Blocks per group: 32768 >01:29:02,996 INFO program: Fragments per group: 32768 >01:29:02,999 INFO program: Inodes per group: 8192 >01:29:02,999 INFO program: Inode blocks per group: 512 >01:29:02,999 INFO program: Flex block group size: 16 >01:29:02,999 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:29:02,999 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:29:02,999 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:29:02,999 INFO program: Mount count: 0 >01:29:02,999 INFO program: Maximum mount count: -1 >01:29:02,999 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:29:02,999 INFO program: Check interval: 0 (<none>) >01:29:03,000 INFO program: Lifetime writes: 805 MB >01:29:03,007 INFO program: Reserved blocks uid: 0 (user root) >01:29:03,007 INFO program: Reserved blocks gid: 0 (group root) >01:29:03,008 INFO program: First inode: 11 >01:29:03,008 INFO program: Inode size: 256 >01:29:03,008 INFO program: Required extra isize: 28 >01:29:03,008 INFO program: Desired extra isize: 28 >01:29:03,008 INFO program: Journal inode: 8 >01:29:03,008 INFO program: Default directory hash: half_md4 >01:29:03,008 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:29:03,008 INFO program: Journal backup: inode blocks >01:29:03,008 INFO program: Journal features: journal_incompat_revoke >01:29:03,010 INFO program: Journal size: 128M >01:29:03,011 INFO program: Journal length: 32768 >01:29:03,011 INFO program: Journal sequence: 0x000016d0 >01:29:03,011 INFO program: Journal start: 0 >01:29:03,011 INFO program: >01:29:03,011 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:03,011 INFO program: Running... resize2fs -P /dev/loop3 >01:29:03,029 INFO program: Couldn't find valid filesystem superblock. >01:29:03,029 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:29:03,029 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:29:03,112 INFO program: Running... udevadm settle --timeout=300 >01:29:03,190 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:29:03,207 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:29:03,207 INFO program: Last mounted on: /sysroot >01:29:03,208 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:29:03,208 INFO program: Filesystem magic number: 0xEF53 >01:29:03,208 INFO program: Filesystem revision #: 1 (dynamic) >01:29:03,208 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:29:03,208 INFO program: Filesystem flags: signed_directory_hash >01:29:03,209 INFO program: Default mount options: user_xattr acl >01:29:03,209 INFO program: Filesystem state: clean >01:29:03,209 INFO program: Errors behavior: Continue >01:29:03,209 INFO program: Filesystem OS type: Linux >01:29:03,209 INFO program: Inode count: 262144 >01:29:03,210 INFO program: Block count: 1048576 >01:29:03,210 INFO program: Reserved block count: 10484 >01:29:03,210 INFO program: Free blocks: 188525 >01:29:03,210 INFO program: Free inodes: 153877 >01:29:03,210 INFO program: First block: 0 >01:29:03,211 INFO program: Block size: 4096 >01:29:03,211 INFO program: Fragment size: 4096 >01:29:03,211 INFO program: Reserved GDT blocks: 255 >01:29:03,211 INFO program: Blocks per group: 32768 >01:29:03,211 INFO program: Fragments per group: 32768 >01:29:03,211 INFO program: Inodes per group: 8192 >01:29:03,212 INFO program: Inode blocks per group: 512 >01:29:03,212 INFO program: Flex block group size: 16 >01:29:03,212 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:29:03,212 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:29:03,212 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:29:03,213 INFO program: Mount count: 1 >01:29:03,213 INFO program: Maximum mount count: -1 >01:29:03,213 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:29:03,213 INFO program: Check interval: 0 (<none>) >01:29:03,213 INFO program: Lifetime writes: 805 MB >01:29:03,213 INFO program: Reserved blocks uid: 0 (user root) >01:29:03,214 INFO program: Reserved blocks gid: 0 (group root) >01:29:03,214 INFO program: First inode: 11 >01:29:03,214 INFO program: Inode size: 256 >01:29:03,214 INFO program: Required extra isize: 28 >01:29:03,214 INFO program: Desired extra isize: 28 >01:29:03,215 INFO program: Journal inode: 8 >01:29:03,215 INFO program: First orphan inode: 38553 >01:29:03,215 INFO program: Default directory hash: half_md4 >01:29:03,215 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:29:03,215 INFO program: Journal backup: inode blocks >01:29:03,215 INFO program: Journal features: journal_incompat_revoke >01:29:03,216 INFO program: Journal size: 128M >01:29:03,216 INFO program: Journal length: 32768 >01:29:03,216 INFO program: Journal sequence: 0x000016d1 >01:29:03,216 INFO program: Journal start: 1 >01:29:03,216 INFO program: >01:29:03,217 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:03,217 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:29:03,232 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:29:03,233 INFO program: Last mounted on: /sysroot >01:29:03,233 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:29:03,233 INFO program: Filesystem magic number: 0xEF53 >01:29:03,233 INFO program: Filesystem revision #: 1 (dynamic) >01:29:03,234 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:29:03,234 INFO program: Filesystem flags: signed_directory_hash >01:29:03,234 INFO program: Default mount options: user_xattr acl >01:29:03,234 INFO program: Filesystem state: clean >01:29:03,234 INFO program: Errors behavior: Continue >01:29:03,235 INFO program: Filesystem OS type: Linux >01:29:03,235 INFO program: Inode count: 262144 >01:29:03,235 INFO program: Block count: 1048576 >01:29:03,235 INFO program: Reserved block count: 10484 >01:29:03,235 INFO program: Free blocks: 188525 >01:29:03,235 INFO program: Free inodes: 153877 >01:29:03,236 INFO program: First block: 0 >01:29:03,236 INFO program: Block size: 4096 >01:29:03,236 INFO program: Fragment size: 4096 >01:29:03,236 INFO program: Reserved GDT blocks: 255 >01:29:03,236 INFO program: Blocks per group: 32768 >01:29:03,237 INFO program: Fragments per group: 32768 >01:29:03,237 INFO program: Inodes per group: 8192 >01:29:03,237 INFO program: Inode blocks per group: 512 >01:29:03,237 INFO program: Flex block group size: 16 >01:29:03,237 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:29:03,237 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:29:03,238 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:29:03,238 INFO program: Mount count: 1 >01:29:03,238 INFO program: Maximum mount count: -1 >01:29:03,238 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:29:03,238 INFO program: Check interval: 0 (<none>) >01:29:03,239 INFO program: Lifetime writes: 805 MB >01:29:03,239 INFO program: Reserved blocks uid: 0 (user root) >01:29:03,239 INFO program: Reserved blocks gid: 0 (group root) >01:29:03,239 INFO program: First inode: 11 >01:29:03,239 INFO program: Inode size: 256 >01:29:03,240 INFO program: Required extra isize: 28 >01:29:03,240 INFO program: Desired extra isize: 28 >01:29:03,240 INFO program: Journal inode: 8 >01:29:03,240 INFO program: First orphan inode: 38553 >01:29:03,240 INFO program: Default directory hash: half_md4 >01:29:03,241 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:29:03,241 INFO program: Journal backup: inode blocks >01:29:03,245 INFO program: Journal features: journal_incompat_revoke >01:29:03,245 INFO program: Journal size: 128M >01:29:03,245 INFO program: Journal length: 32768 >01:29:03,246 INFO program: Journal sequence: 0x000016d1 >01:29:03,246 INFO program: Journal start: 1 >01:29:03,246 INFO program: >01:29:03,246 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:03,247 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:29:03,265 INFO program: Estimated minimum size of the filesystem: 861710 >01:29:03,266 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:29:03,323 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:29:03,338 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:29:03,339 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:29:03,340 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:29:03,340 INFO program: Filesystem magic number: 0xEF53 >01:29:03,340 INFO program: Filesystem revision #: 1 (dynamic) >01:29:03,340 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 >01:29:03,341 INFO program: Filesystem flags: signed_directory_hash >01:29:03,341 INFO program: Default mount options: user_xattr acl >01:29:03,341 INFO program: Filesystem state: clean >01:29:03,341 INFO program: Errors behavior: Continue >01:29:03,341 INFO program: Filesystem OS type: Linux >01:29:03,341 INFO program: Inode count: 221184 >01:29:03,342 INFO program: Block count: 861710 >01:29:03,342 INFO program: Reserved block count: 8615 >01:29:03,342 INFO program: Free blocks: 4486 >01:29:03,342 INFO program: Free inodes: 112917 >01:29:03,342 INFO program: First block: 0 >01:29:03,343 INFO program: Block size: 4096 >01:29:03,343 INFO program: Fragment size: 4096 >01:29:03,343 INFO program: Reserved GDT blocks: 255 >01:29:03,343 INFO program: Blocks per group: 32768 >01:29:03,343 INFO program: Fragments per group: 32768 >01:29:03,343 INFO program: Inodes per group: 8192 >01:29:03,344 INFO program: Inode blocks per group: 512 >01:29:03,344 INFO program: Flex block group size: 16 >01:29:03,344 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:29:03,348 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:29:03,348 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:29:03,348 INFO program: Mount count: 0 >01:29:03,348 INFO program: Maximum mount count: -1 >01:29:03,348 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:29:03,349 INFO program: Check interval: 0 (<none>) >01:29:03,349 INFO program: Lifetime writes: 807 MB >01:29:03,349 INFO program: Reserved blocks uid: 0 (user root) >01:29:03,350 INFO program: Reserved blocks gid: 0 (group root) >01:29:03,350 INFO program: First inode: 11 >01:29:03,350 INFO program: Inode size: 256 >01:29:03,350 INFO program: Required extra isize: 28 >01:29:03,350 INFO program: Desired extra isize: 28 >01:29:03,351 INFO program: Journal inode: 8 >01:29:03,351 INFO program: Default directory hash: half_md4 >01:29:03,351 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:29:03,351 INFO program: Journal backup: inode blocks >01:29:03,351 INFO program: Journal features: journal_incompat_revoke >01:29:03,352 INFO program: Journal size: 128M >01:29:03,352 INFO program: Journal length: 32768 >01:29:03,352 INFO program: Journal sequence: 0x000016d0 >01:29:03,352 INFO program: Journal start: 0 >01:29:03,352 INFO program: >01:29:03,353 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:03,353 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:29:03,367 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:29:03,368 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:29:03,368 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:29:03,368 INFO program: Filesystem magic number: 0xEF53 >01:29:03,369 INFO program: Filesystem revision #: 1 (dynamic) >01:29:03,369 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 >01:29:03,369 INFO program: Filesystem flags: signed_directory_hash >01:29:03,369 INFO program: Default mount options: user_xattr acl >01:29:03,369 INFO program: Filesystem state: clean >01:29:03,370 INFO program: Errors behavior: Continue >01:29:03,370 INFO program: Filesystem OS type: Linux >01:29:03,370 INFO program: Inode count: 221184 >01:29:03,370 INFO program: Block count: 861710 >01:29:03,370 INFO program: Reserved block count: 8615 >01:29:03,370 INFO program: Free blocks: 4486 >01:29:03,371 INFO program: Free inodes: 112917 >01:29:03,371 INFO program: First block: 0 >01:29:03,371 INFO program: Block size: 4096 >01:29:03,371 INFO program: Fragment size: 4096 >01:29:03,371 INFO program: Reserved GDT blocks: 255 >01:29:03,372 INFO program: Blocks per group: 32768 >01:29:03,372 INFO program: Fragments per group: 32768 >01:29:03,372 INFO program: Inodes per group: 8192 >01:29:03,372 INFO program: Inode blocks per group: 512 >01:29:03,372 INFO program: Flex block group size: 16 >01:29:03,373 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:29:03,373 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:29:03,377 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:29:03,377 INFO program: Mount count: 0 >01:29:03,377 INFO program: Maximum mount count: -1 >01:29:03,377 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:29:03,378 INFO program: Check interval: 0 (<none>) >01:29:03,378 INFO program: Lifetime writes: 807 MB >01:29:03,378 INFO program: Reserved blocks uid: 0 (user root) >01:29:03,378 INFO program: Reserved blocks gid: 0 (group root) >01:29:03,378 INFO program: First inode: 11 >01:29:03,378 INFO program: Inode size: 256 >01:29:03,379 INFO program: Required extra isize: 28 >01:29:03,379 INFO program: Desired extra isize: 28 >01:29:03,379 INFO program: Journal inode: 8 >01:29:03,379 INFO program: Default directory hash: half_md4 >01:29:03,379 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:29:03,380 INFO program: Journal backup: inode blocks >01:29:03,380 INFO program: Journal features: journal_incompat_revoke >01:29:03,380 INFO program: Journal size: 128M >01:29:03,380 INFO program: Journal length: 32768 >01:29:03,380 INFO program: Journal sequence: 0x000016d0 >01:29:03,381 INFO program: Journal start: 0 >01:29:03,381 INFO program: >01:29:03,381 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:03,382 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:29:03,400 INFO program: Couldn't find valid filesystem superblock. >01:29:03,401 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:29:03,401 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:29:03,423 INFO program: Running... udevadm settle --timeout=300 >01:29:03,467 INFO program: Running... udevadm settle --timeout=300 >01:29:03,508 INFO program: Running... udevadm settle --timeout=300 >01:29:03,551 INFO program: Running... udevadm settle --timeout=300 >01:29:03,592 INFO program: Running... udevadm settle --timeout=300 >06:29:03,656 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >06:29:03,668 ERR program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so >01:29:03,672 INFO program: Running... udevadm settle --timeout=300 >06:29:03,783 INFO program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >01:29:28,511 INFO program: Running... udevadm settle --timeout=300 >01:29:57,633 INFO program: Running... udevadm settle --timeout=300 >01:29:57,669 INFO program: Running... multipath -d >01:29:57,684 INFO program: Running... multipath -ll >01:29:57,827 INFO program: Running... dumpe2fs -h /dev/sda1 >01:29:57,837 INFO program: Filesystem volume name: <none> >01:29:57,838 INFO program: Last mounted on: /mnt/sysimage/boot >01:29:57,838 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:29:57,838 INFO program: Filesystem magic number: 0xEF53 >01:29:57,838 INFO program: Filesystem revision #: 1 (dynamic) >01:29:57,838 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 >01:29:57,838 INFO program: Filesystem flags: signed_directory_hash >01:29:57,838 INFO program: Default mount options: user_xattr acl >01:29:57,838 INFO program: Filesystem state: clean >01:29:57,838 INFO program: Errors behavior: Continue >01:29:57,838 INFO program: Filesystem OS type: Linux >01:29:57,838 INFO program: Inode count: 128016 >01:29:57,838 INFO program: Block count: 512000 >01:29:57,838 INFO program: Reserved block count: 25600 >01:29:57,838 INFO program: Free blocks: 424191 >01:29:57,838 INFO program: Free inodes: 127651 >01:29:57,838 INFO program: First block: 1 >01:29:57,838 INFO program: Block size: 1024 >01:29:57,838 INFO program: Fragment size: 1024 >01:29:57,838 INFO program: Reserved GDT blocks: 256 >01:29:57,838 INFO program: Blocks per group: 8192 >01:29:57,839 INFO program: Fragments per group: 8192 >01:29:57,839 INFO program: Inodes per group: 2032 >01:29:57,839 INFO program: Inode blocks per group: 254 >01:29:57,839 INFO program: Flex block group size: 16 >01:29:57,839 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:29:57,839 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:29:57,839 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:29:57,839 INFO program: Mount count: 1 >01:29:57,839 INFO program: Maximum mount count: -1 >01:29:57,839 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:29:57,839 INFO program: Check interval: 0 (<none>) >01:29:57,839 INFO program: Lifetime writes: 84 MB >01:29:57,839 INFO program: Reserved blocks uid: 0 (user root) >01:29:57,839 INFO program: Reserved blocks gid: 0 (group root) >01:29:57,839 INFO program: First inode: 11 >01:29:57,839 INFO program: Inode size: 128 >01:29:57,839 INFO program: Journal inode: 8 >01:29:57,839 INFO program: Default directory hash: half_md4 >01:29:57,839 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:29:57,839 INFO program: Journal backup: inode blocks >01:29:57,839 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:57,840 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:29:57,840 INFO program: Running... dumpe2fs -h /dev/sda1 >01:29:57,849 INFO program: Filesystem volume name: <none> >01:29:57,850 INFO program: Last mounted on: /mnt/sysimage/boot >01:29:57,850 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:29:57,850 INFO program: Filesystem magic number: 0xEF53 >01:29:57,850 INFO program: Filesystem revision #: 1 (dynamic) >01:29:57,850 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 >01:29:57,851 INFO program: Filesystem flags: signed_directory_hash >01:29:57,851 INFO program: Default mount options: user_xattr acl >01:29:57,851 INFO program: Filesystem state: clean >01:29:57,851 INFO program: Errors behavior: Continue >01:29:57,851 INFO program: Filesystem OS type: Linux >01:29:57,852 INFO program: Inode count: 128016 >01:29:57,852 INFO program: Block count: 512000 >01:29:57,852 INFO program: Reserved block count: 25600 >01:29:57,852 INFO program: Free blocks: 424191 >01:29:57,852 INFO program: Free inodes: 127651 >01:29:57,852 INFO program: First block: 1 >01:29:57,852 INFO program: Block size: 1024 >01:29:57,852 INFO program: Fragment size: 1024 >01:29:57,852 INFO program: Reserved GDT blocks: 256 >01:29:57,852 INFO program: Blocks per group: 8192 >01:29:57,852 INFO program: Fragments per group: 8192 >01:29:57,852 INFO program: Inodes per group: 2032 >01:29:57,852 INFO program: Inode blocks per group: 254 >01:29:57,852 INFO program: Flex block group size: 16 >01:29:57,852 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:29:57,852 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:29:57,852 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:29:57,852 INFO program: Mount count: 1 >01:29:57,852 INFO program: Maximum mount count: -1 >01:29:57,852 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:29:57,852 INFO program: Check interval: 0 (<none>) >01:29:57,853 INFO program: Lifetime writes: 84 MB >01:29:57,853 INFO program: Reserved blocks uid: 0 (user root) >01:29:57,853 INFO program: Reserved blocks gid: 0 (group root) >01:29:57,853 INFO program: First inode: 11 >01:29:57,853 INFO program: Inode size: 128 >01:29:57,853 INFO program: Journal inode: 8 >01:29:57,853 INFO program: Default directory hash: half_md4 >01:29:57,853 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:29:57,853 INFO program: Journal backup: inode blocks >01:29:57,853 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:57,853 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:29:57,853 INFO program: Running... resize2fs -P /dev/sda1 >01:29:57,863 INFO program: Estimated minimum size of the filesystem: 78174 >01:29:57,863 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:29:57,997 INFO program: Running... dumpe2fs -h /dev/loop3 >01:29:58,002 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:29:58,002 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:29:58,002 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:29:58,002 INFO program: Filesystem magic number: 0xEF53 >01:29:58,002 INFO program: Filesystem revision #: 1 (dynamic) >01:29:58,002 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 >01:29:58,002 INFO program: Filesystem flags: signed_directory_hash >01:29:58,002 INFO program: Default mount options: user_xattr acl >01:29:58,002 INFO program: Filesystem state: clean >01:29:58,002 INFO program: Errors behavior: Continue >01:29:58,002 INFO program: Filesystem OS type: Linux >01:29:58,002 INFO program: Inode count: 262144 >01:29:58,002 INFO program: Block count: 1048576 >01:29:58,003 INFO program: Reserved block count: 10484 >01:29:58,003 INFO program: Free blocks: 188525 >01:29:58,003 INFO program: Free inodes: 153877 >01:29:58,003 INFO program: First block: 0 >01:29:58,003 INFO program: Block size: 4096 >01:29:58,003 INFO program: Fragment size: 4096 >01:29:58,003 INFO program: Reserved GDT blocks: 255 >01:29:58,003 INFO program: Blocks per group: 32768 >01:29:58,003 INFO program: Fragments per group: 32768 >01:29:58,003 INFO program: Inodes per group: 8192 >01:29:58,003 INFO program: Inode blocks per group: 512 >01:29:58,003 INFO program: Flex block group size: 16 >01:29:58,003 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:29:58,003 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:29:58,003 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:29:58,003 INFO program: Mount count: 0 >01:29:58,003 INFO program: Maximum mount count: -1 >01:29:58,003 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:29:58,003 INFO program: Check interval: 0 (<none>) >01:29:58,003 INFO program: Lifetime writes: 805 MB >01:29:58,003 INFO program: Reserved blocks uid: 0 (user root) >01:29:58,003 INFO program: Reserved blocks gid: 0 (group root) >01:29:58,004 INFO program: First inode: 11 >01:29:58,004 INFO program: Inode size: 256 >01:29:58,004 INFO program: Required extra isize: 28 >01:29:58,004 INFO program: Desired extra isize: 28 >01:29:58,004 INFO program: Journal inode: 8 >01:29:58,004 INFO program: Default directory hash: half_md4 >01:29:58,004 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:29:58,004 INFO program: Journal backup: inode blocks >01:29:58,004 INFO program: Journal features: journal_incompat_revoke >01:29:58,004 INFO program: Journal size: 128M >01:29:58,004 INFO program: Journal length: 32768 >01:29:58,004 INFO program: Journal sequence: 0x000016d0 >01:29:58,004 INFO program: Journal start: 0 >01:29:58,004 INFO program: >01:29:58,004 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:58,004 INFO program: Running... dumpe2fs -h /dev/loop3 >01:29:58,010 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:29:58,010 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:29:58,010 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:29:58,010 INFO program: Filesystem magic number: 0xEF53 >01:29:58,010 INFO program: Filesystem revision #: 1 (dynamic) >01:29:58,010 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 >01:29:58,010 INFO program: Filesystem flags: signed_directory_hash >01:29:58,010 INFO program: Default mount options: user_xattr acl >01:29:58,010 INFO program: Filesystem state: clean >01:29:58,010 INFO program: Errors behavior: Continue >01:29:58,010 INFO program: Filesystem OS type: Linux >01:29:58,010 INFO program: Inode count: 262144 >01:29:58,010 INFO program: Block count: 1048576 >01:29:58,010 INFO program: Reserved block count: 10484 >01:29:58,011 INFO program: Free blocks: 188525 >01:29:58,011 INFO program: Free inodes: 153877 >01:29:58,011 INFO program: First block: 0 >01:29:58,011 INFO program: Block size: 4096 >01:29:58,011 INFO program: Fragment size: 4096 >01:29:58,011 INFO program: Reserved GDT blocks: 255 >01:29:58,011 INFO program: Blocks per group: 32768 >01:29:58,011 INFO program: Fragments per group: 32768 >01:29:58,011 INFO program: Inodes per group: 8192 >01:29:58,011 INFO program: Inode blocks per group: 512 >01:29:58,011 INFO program: Flex block group size: 16 >01:29:58,011 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:29:58,011 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:29:58,011 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:29:58,011 INFO program: Mount count: 0 >01:29:58,011 INFO program: Maximum mount count: -1 >01:29:58,011 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:29:58,011 INFO program: Check interval: 0 (<none>) >01:29:58,011 INFO program: Lifetime writes: 805 MB >01:29:58,011 INFO program: Reserved blocks uid: 0 (user root) >01:29:58,011 INFO program: Reserved blocks gid: 0 (group root) >01:29:58,012 INFO program: First inode: 11 >01:29:58,012 INFO program: Inode size: 256 >01:29:58,012 INFO program: Required extra isize: 28 >01:29:58,012 INFO program: Desired extra isize: 28 >01:29:58,012 INFO program: Journal inode: 8 >01:29:58,012 INFO program: Default directory hash: half_md4 >01:29:58,012 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:29:58,012 INFO program: Journal backup: inode blocks >01:29:58,012 INFO program: Journal features: journal_incompat_revoke >01:29:58,012 INFO program: Journal size: 128M >01:29:58,012 INFO program: Journal length: 32768 >01:29:58,012 INFO program: Journal sequence: 0x000016d0 >01:29:58,012 INFO program: Journal start: 0 >01:29:58,012 INFO program: >01:29:58,012 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:58,012 INFO program: Running... resize2fs -P /dev/loop3 >01:29:58,020 INFO program: Couldn't find valid filesystem superblock. >01:29:58,020 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:29:58,020 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:29:58,044 INFO program: Running... udevadm settle --timeout=300 >01:29:58,075 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:29:58,081 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:29:58,081 INFO program: Last mounted on: /sysroot >01:29:58,081 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:29:58,081 INFO program: Filesystem magic number: 0xEF53 >01:29:58,081 INFO program: Filesystem revision #: 1 (dynamic) >01:29:58,081 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:29:58,081 INFO program: Filesystem flags: signed_directory_hash >01:29:58,081 INFO program: Default mount options: user_xattr acl >01:29:58,081 INFO program: Filesystem state: clean >01:29:58,081 INFO program: Errors behavior: Continue >01:29:58,081 INFO program: Filesystem OS type: Linux >01:29:58,081 INFO program: Inode count: 262144 >01:29:58,081 INFO program: Block count: 1048576 >01:29:58,081 INFO program: Reserved block count: 10484 >01:29:58,081 INFO program: Free blocks: 188525 >01:29:58,081 INFO program: Free inodes: 153877 >01:29:58,082 INFO program: First block: 0 >01:29:58,082 INFO program: Block size: 4096 >01:29:58,082 INFO program: Fragment size: 4096 >01:29:58,082 INFO program: Reserved GDT blocks: 255 >01:29:58,082 INFO program: Blocks per group: 32768 >01:29:58,082 INFO program: Fragments per group: 32768 >01:29:58,082 INFO program: Inodes per group: 8192 >01:29:58,082 INFO program: Inode blocks per group: 512 >01:29:58,082 INFO program: Flex block group size: 16 >01:29:58,082 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:29:58,082 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:29:58,082 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:29:58,082 INFO program: Mount count: 1 >01:29:58,082 INFO program: Maximum mount count: -1 >01:29:58,082 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:29:58,082 INFO program: Check interval: 0 (<none>) >01:29:58,082 INFO program: Lifetime writes: 805 MB >01:29:58,082 INFO program: Reserved blocks uid: 0 (user root) >01:29:58,082 INFO program: Reserved blocks gid: 0 (group root) >01:29:58,082 INFO program: First inode: 11 >01:29:58,082 INFO program: Inode size: 256 >01:29:58,082 INFO program: Required extra isize: 28 >01:29:58,083 INFO program: Desired extra isize: 28 >01:29:58,083 INFO program: Journal inode: 8 >01:29:58,083 INFO program: First orphan inode: 38553 >01:29:58,083 INFO program: Default directory hash: half_md4 >01:29:58,083 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:29:58,083 INFO program: Journal backup: inode blocks >01:29:58,083 INFO program: Journal features: journal_incompat_revoke >01:29:58,083 INFO program: Journal size: 128M >01:29:58,083 INFO program: Journal length: 32768 >01:29:58,083 INFO program: Journal sequence: 0x000016d1 >01:29:58,083 INFO program: Journal start: 1 >01:29:58,083 INFO program: >01:29:58,083 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:58,083 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:29:58,088 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:29:58,089 INFO program: Last mounted on: /sysroot >01:29:58,089 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:29:58,089 INFO program: Filesystem magic number: 0xEF53 >01:29:58,089 INFO program: Filesystem revision #: 1 (dynamic) >01:29:58,089 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:29:58,089 INFO program: Filesystem flags: signed_directory_hash >01:29:58,089 INFO program: Default mount options: user_xattr acl >01:29:58,089 INFO program: Filesystem state: clean >01:29:58,089 INFO program: Errors behavior: Continue >01:29:58,089 INFO program: Filesystem OS type: Linux >01:29:58,089 INFO program: Inode count: 262144 >01:29:58,089 INFO program: Block count: 1048576 >01:29:58,089 INFO program: Reserved block count: 10484 >01:29:58,089 INFO program: Free blocks: 188525 >01:29:58,089 INFO program: Free inodes: 153877 >01:29:58,089 INFO program: First block: 0 >01:29:58,090 INFO program: Block size: 4096 >01:29:58,090 INFO program: Fragment size: 4096 >01:29:58,090 INFO program: Reserved GDT blocks: 255 >01:29:58,090 INFO program: Blocks per group: 32768 >01:29:58,090 INFO program: Fragments per group: 32768 >01:29:58,090 INFO program: Inodes per group: 8192 >01:29:58,090 INFO program: Inode blocks per group: 512 >01:29:58,090 INFO program: Flex block group size: 16 >01:29:58,090 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:29:58,090 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:29:58,090 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:29:58,090 INFO program: Mount count: 1 >01:29:58,090 INFO program: Maximum mount count: -1 >01:29:58,090 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:29:58,090 INFO program: Check interval: 0 (<none>) >01:29:58,090 INFO program: Lifetime writes: 805 MB >01:29:58,090 INFO program: Reserved blocks uid: 0 (user root) >01:29:58,090 INFO program: Reserved blocks gid: 0 (group root) >01:29:58,090 INFO program: First inode: 11 >01:29:58,090 INFO program: Inode size: 256 >01:29:58,090 INFO program: Required extra isize: 28 >01:29:58,091 INFO program: Desired extra isize: 28 >01:29:58,091 INFO program: Journal inode: 8 >01:29:58,091 INFO program: First orphan inode: 38553 >01:29:58,091 INFO program: Default directory hash: half_md4 >01:29:58,091 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:29:58,091 INFO program: Journal backup: inode blocks >01:29:58,091 INFO program: Journal features: journal_incompat_revoke >01:29:58,091 INFO program: Journal size: 128M >01:29:58,091 INFO program: Journal length: 32768 >01:29:58,091 INFO program: Journal sequence: 0x000016d1 >01:29:58,091 INFO program: Journal start: 1 >01:29:58,091 INFO program: >01:29:58,091 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:58,091 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:29:58,100 INFO program: Estimated minimum size of the filesystem: 861710 >01:29:58,100 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:29:58,121 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:29:58,126 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:29:58,126 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:29:58,126 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:29:58,126 INFO program: Filesystem magic number: 0xEF53 >01:29:58,126 INFO program: Filesystem revision #: 1 (dynamic) >01:29:58,126 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 >01:29:58,126 INFO program: Filesystem flags: signed_directory_hash >01:29:58,126 INFO program: Default mount options: user_xattr acl >01:29:58,126 INFO program: Filesystem state: clean >01:29:58,126 INFO program: Errors behavior: Continue >01:29:58,126 INFO program: Filesystem OS type: Linux >01:29:58,127 INFO program: Inode count: 221184 >01:29:58,127 INFO program: Block count: 861710 >01:29:58,127 INFO program: Reserved block count: 8615 >01:29:58,127 INFO program: Free blocks: 4486 >01:29:58,127 INFO program: Free inodes: 112917 >01:29:58,127 INFO program: First block: 0 >01:29:58,127 INFO program: Block size: 4096 >01:29:58,127 INFO program: Fragment size: 4096 >01:29:58,127 INFO program: Reserved GDT blocks: 255 >01:29:58,127 INFO program: Blocks per group: 32768 >01:29:58,127 INFO program: Fragments per group: 32768 >01:29:58,127 INFO program: Inodes per group: 8192 >01:29:58,127 INFO program: Inode blocks per group: 512 >01:29:58,127 INFO program: Flex block group size: 16 >01:29:58,127 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:29:58,127 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:29:58,127 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:29:58,127 INFO program: Mount count: 0 >01:29:58,127 INFO program: Maximum mount count: -1 >01:29:58,128 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:29:58,128 INFO program: Check interval: 0 (<none>) >01:29:58,128 INFO program: Lifetime writes: 807 MB >01:29:58,128 INFO program: Reserved blocks uid: 0 (user root) >01:29:58,128 INFO program: Reserved blocks gid: 0 (group root) >01:29:58,128 INFO program: First inode: 11 >01:29:58,128 INFO program: Inode size: 256 >01:29:58,128 INFO program: Required extra isize: 28 >01:29:58,128 INFO program: Desired extra isize: 28 >01:29:58,128 INFO program: Journal inode: 8 >01:29:58,128 INFO program: Default directory hash: half_md4 >01:29:58,128 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:29:58,128 INFO program: Journal backup: inode blocks >01:29:58,128 INFO program: Journal features: journal_incompat_revoke >01:29:58,128 INFO program: Journal size: 128M >01:29:58,128 INFO program: Journal length: 32768 >01:29:58,128 INFO program: Journal sequence: 0x000016d0 >01:29:58,128 INFO program: Journal start: 0 >01:29:58,128 INFO program: >01:29:58,128 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:58,129 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:29:58,134 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:29:58,134 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:29:58,134 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:29:58,134 INFO program: Filesystem magic number: 0xEF53 >01:29:58,134 INFO program: Filesystem revision #: 1 (dynamic) >01:29:58,134 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 >01:29:58,134 INFO program: Filesystem flags: signed_directory_hash >01:29:58,134 INFO program: Default mount options: user_xattr acl >01:29:58,134 INFO program: Filesystem state: clean >01:29:58,134 INFO program: Errors behavior: Continue >01:29:58,134 INFO program: Filesystem OS type: Linux >01:29:58,135 INFO program: Inode count: 221184 >01:29:58,135 INFO program: Block count: 861710 >01:29:58,135 INFO program: Reserved block count: 8615 >01:29:58,135 INFO program: Free blocks: 4486 >01:29:58,135 INFO program: Free inodes: 112917 >01:29:58,135 INFO program: First block: 0 >01:29:58,135 INFO program: Block size: 4096 >01:29:58,136 INFO program: Fragment size: 4096 >01:29:58,136 INFO program: Reserved GDT blocks: 255 >01:29:58,136 INFO program: Blocks per group: 32768 >01:29:58,136 INFO program: Fragments per group: 32768 >01:29:58,136 INFO program: Inodes per group: 8192 >01:29:58,136 INFO program: Inode blocks per group: 512 >01:29:58,136 INFO program: Flex block group size: 16 >01:29:58,136 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:29:58,136 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:29:58,136 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:29:58,136 INFO program: Mount count: 0 >01:29:58,136 INFO program: Maximum mount count: -1 >01:29:58,136 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:29:58,136 INFO program: Check interval: 0 (<none>) >01:29:58,136 INFO program: Lifetime writes: 807 MB >01:29:58,136 INFO program: Reserved blocks uid: 0 (user root) >01:29:58,136 INFO program: Reserved blocks gid: 0 (group root) >01:29:58,136 INFO program: First inode: 11 >01:29:58,136 INFO program: Inode size: 256 >01:29:58,136 INFO program: Required extra isize: 28 >01:29:58,136 INFO program: Desired extra isize: 28 >01:29:58,137 INFO program: Journal inode: 8 >01:29:58,137 INFO program: Default directory hash: half_md4 >01:29:58,137 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:29:58,137 INFO program: Journal backup: inode blocks >01:29:58,137 INFO program: Journal features: journal_incompat_revoke >01:29:58,137 INFO program: Journal size: 128M >01:29:58,137 INFO program: Journal length: 32768 >01:29:58,137 INFO program: Journal sequence: 0x000016d0 >01:29:58,137 INFO program: Journal start: 0 >01:29:58,137 INFO program: >01:29:58,137 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:29:58,137 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:29:58,146 INFO program: Couldn't find valid filesystem superblock. >01:29:58,146 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:29:58,147 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:29:58,155 INFO program: Running... udevadm settle --timeout=300 >01:29:58,172 INFO program: Running... udevadm settle --timeout=300 >01:29:58,187 INFO program: Running... udevadm settle --timeout=300 >01:29:58,201 INFO program: Running... udevadm settle --timeout=300 >01:29:58,215 INFO program: Running... udevadm settle --timeout=300 >01:29:58,231 INFO program: Running... udevadm settle --timeout=300 >01:29:58,245 INFO program: Running... udevadm settle --timeout=300 >01:29:58,260 INFO program: Running... udevadm settle --timeout=300 >01:29:58,273 INFO program: Running... udevadm settle --timeout=300 >01:29:58,880 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:29:58,897 INFO program: Running... udevadm settle --timeout=300 >01:29:59,264 INFO program: Running... modprobe fcoe >01:29:59,270 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >01:29:59,278 INFO program: No FCoE boot disk information is found in EDD! >01:29:59,281 INFO program: Running... udevadm settle --timeout=300 >01:29:59,335 INFO program: Running... multipath -d >01:29:59,354 INFO program: Running... multipath -ll >01:29:59,583 INFO program: Running... udevadm control --property=ANACONDA=1 >01:29:59,587 INFO program: Running... systemctl start chronyd.service >01:29:59,654 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:29:59,716 INFO program: Running... udevadm settle --timeout=300 >01:30:00,520 INFO program: Running... udevadm settle --timeout=300 >01:30:00,565 INFO program: Running... udevadm settle --timeout=300 >01:30:00,630 INFO program: Running... multipath -d >01:30:00,650 INFO program: Running... multipath -ll >01:30:00,914 INFO program: Running... dumpe2fs -h /dev/sda1 >01:30:00,932 INFO program: Filesystem volume name: <none> >01:30:00,933 INFO program: Last mounted on: /mnt/sysimage/boot >01:30:00,933 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:30:00,934 INFO program: Filesystem magic number: 0xEF53 >01:30:00,934 INFO program: Filesystem revision #: 1 (dynamic) >01:30:00,935 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 >01:30:00,935 INFO program: Filesystem flags: signed_directory_hash >01:30:00,935 INFO program: Default mount options: user_xattr acl >01:30:00,936 INFO program: Filesystem state: clean >01:30:00,936 INFO program: Errors behavior: Continue >01:30:00,937 INFO program: Filesystem OS type: Linux >01:30:00,937 INFO program: Inode count: 128016 >01:30:00,937 INFO program: Block count: 512000 >01:30:00,937 INFO program: Reserved block count: 25600 >01:30:00,937 INFO program: Free blocks: 424191 >01:30:00,937 INFO program: Free inodes: 127651 >01:30:00,937 INFO program: First block: 1 >01:30:00,937 INFO program: Block size: 1024 >01:30:00,937 INFO program: Fragment size: 1024 >01:30:00,937 INFO program: Reserved GDT blocks: 256 >01:30:00,937 INFO program: Blocks per group: 8192 >01:30:00,937 INFO program: Fragments per group: 8192 >01:30:00,940 INFO program: Inodes per group: 2032 >01:30:00,940 INFO program: Inode blocks per group: 254 >01:30:00,941 INFO program: Flex block group size: 16 >01:30:00,941 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:30:00,941 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:30:00,941 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:30:00,941 INFO program: Mount count: 1 >01:30:00,941 INFO program: Maximum mount count: -1 >01:30:00,941 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:30:00,941 INFO program: Check interval: 0 (<none>) >01:30:00,941 INFO program: Lifetime writes: 84 MB >01:30:00,945 INFO program: Reserved blocks uid: 0 (user root) >01:30:00,946 INFO program: Reserved blocks gid: 0 (group root) >01:30:00,946 INFO program: First inode: 11 >01:30:00,946 INFO program: Inode size: 128 >01:30:00,946 INFO program: Journal inode: 8 >01:30:00,946 INFO program: Default directory hash: half_md4 >01:30:00,946 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:30:00,946 INFO program: Journal backup: inode blocks >01:30:00,954 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:30:00,954 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:30:00,956 INFO program: Running... dumpe2fs -h /dev/sda1 >01:30:00,972 INFO program: Filesystem volume name: <none> >01:30:00,973 INFO program: Last mounted on: /mnt/sysimage/boot >01:30:00,973 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:30:00,974 INFO program: Filesystem magic number: 0xEF53 >01:30:00,974 INFO program: Filesystem revision #: 1 (dynamic) >01:30:00,975 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 >01:30:00,975 INFO program: Filesystem flags: signed_directory_hash >01:30:00,976 INFO program: Default mount options: user_xattr acl >01:30:00,976 INFO program: Filesystem state: clean >01:30:00,976 INFO program: Errors behavior: Continue >01:30:00,977 INFO program: Filesystem OS type: Linux >01:30:00,977 INFO program: Inode count: 128016 >01:30:00,977 INFO program: Block count: 512000 >01:30:00,977 INFO program: Reserved block count: 25600 >01:30:00,977 INFO program: Free blocks: 424191 >01:30:00,977 INFO program: Free inodes: 127651 >01:30:00,977 INFO program: First block: 1 >01:30:00,977 INFO program: Block size: 1024 >01:30:00,978 INFO program: Fragment size: 1024 >01:30:00,978 INFO program: Reserved GDT blocks: 256 >01:30:00,978 INFO program: Blocks per group: 8192 >01:30:00,978 INFO program: Fragments per group: 8192 >01:30:00,980 INFO program: Inodes per group: 2032 >01:30:00,980 INFO program: Inode blocks per group: 254 >01:30:00,980 INFO program: Flex block group size: 16 >01:30:00,980 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:30:00,980 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:30:00,980 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:30:00,980 INFO program: Mount count: 1 >01:30:00,987 INFO program: Maximum mount count: -1 >01:30:00,987 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:30:00,987 INFO program: Check interval: 0 (<none>) >01:30:00,987 INFO program: Lifetime writes: 84 MB >01:30:00,988 INFO program: Reserved blocks uid: 0 (user root) >01:30:00,988 INFO program: Reserved blocks gid: 0 (group root) >01:30:00,988 INFO program: First inode: 11 >01:30:00,988 INFO program: Inode size: 128 >01:30:00,988 INFO program: Journal inode: 8 >01:30:00,988 INFO program: Default directory hash: half_md4 >01:30:00,988 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:30:00,991 INFO program: Journal backup: inode blocks >01:30:00,991 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:30:00,991 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:30:00,991 INFO program: Running... resize2fs -P /dev/sda1 >01:30:01,009 INFO program: Estimated minimum size of the filesystem: 78174 >01:30:01,013 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:30:01,381 INFO program: Running... dumpe2fs -h /dev/loop3 >01:30:01,396 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:30:01,397 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:30:01,398 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:30:01,398 INFO program: Filesystem magic number: 0xEF53 >01:30:01,398 INFO program: Filesystem revision #: 1 (dynamic) >01:30:01,399 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 >01:30:01,399 INFO program: Filesystem flags: signed_directory_hash >01:30:01,400 INFO program: Default mount options: user_xattr acl >01:30:01,400 INFO program: Filesystem state: clean >01:30:01,400 INFO program: Errors behavior: Continue >01:30:01,401 INFO program: Filesystem OS type: Linux >01:30:01,401 INFO program: Inode count: 262144 >01:30:01,401 INFO program: Block count: 1048576 >01:30:01,401 INFO program: Reserved block count: 10484 >01:30:01,402 INFO program: Free blocks: 188525 >01:30:01,402 INFO program: Free inodes: 153877 >01:30:01,402 INFO program: First block: 0 >01:30:01,402 INFO program: Block size: 4096 >01:30:01,402 INFO program: Fragment size: 4096 >01:30:01,402 INFO program: Reserved GDT blocks: 255 >01:30:01,402 INFO program: Blocks per group: 32768 >01:30:01,402 INFO program: Fragments per group: 32768 >01:30:01,402 INFO program: Inodes per group: 8192 >01:30:01,405 INFO program: Inode blocks per group: 512 >01:30:01,405 INFO program: Flex block group size: 16 >01:30:01,405 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:30:01,405 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:30:01,405 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:30:01,406 INFO program: Mount count: 0 >01:30:01,406 INFO program: Maximum mount count: -1 >01:30:01,406 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:30:01,406 INFO program: Check interval: 0 (<none>) >01:30:01,406 INFO program: Lifetime writes: 805 MB >01:30:01,406 INFO program: Reserved blocks uid: 0 (user root) >01:30:01,413 INFO program: Reserved blocks gid: 0 (group root) >01:30:01,413 INFO program: First inode: 11 >01:30:01,413 INFO program: Inode size: 256 >01:30:01,414 INFO program: Required extra isize: 28 >01:30:01,414 INFO program: Desired extra isize: 28 >01:30:01,414 INFO program: Journal inode: 8 >01:30:01,414 INFO program: Default directory hash: half_md4 >01:30:01,414 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:30:01,414 INFO program: Journal backup: inode blocks >01:30:01,414 INFO program: Journal features: journal_incompat_revoke >01:30:01,414 INFO program: Journal size: 128M >01:30:01,416 INFO program: Journal length: 32768 >01:30:01,416 INFO program: Journal sequence: 0x000016d0 >01:30:01,416 INFO program: Journal start: 0 >01:30:01,417 INFO program: >01:30:01,417 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:30:01,417 INFO program: Running... dumpe2fs -h /dev/loop3 >01:30:01,437 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:30:01,438 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:30:01,438 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:30:01,439 INFO program: Filesystem magic number: 0xEF53 >01:30:01,439 INFO program: Filesystem revision #: 1 (dynamic) >01:30:01,439 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 >01:30:01,440 INFO program: Filesystem flags: signed_directory_hash >01:30:01,440 INFO program: Default mount options: user_xattr acl >01:30:01,441 INFO program: Filesystem state: clean >01:30:01,441 INFO program: Errors behavior: Continue >01:30:01,442 INFO program: Filesystem OS type: Linux >01:30:01,442 INFO program: Inode count: 262144 >01:30:01,442 INFO program: Block count: 1048576 >01:30:01,442 INFO program: Reserved block count: 10484 >01:30:01,442 INFO program: Free blocks: 188525 >01:30:01,442 INFO program: Free inodes: 153877 >01:30:01,442 INFO program: First block: 0 >01:30:01,442 INFO program: Block size: 4096 >01:30:01,442 INFO program: Fragment size: 4096 >01:30:01,442 INFO program: Reserved GDT blocks: 255 >01:30:01,442 INFO program: Blocks per group: 32768 >01:30:01,442 INFO program: Fragments per group: 32768 >01:30:01,446 INFO program: Inodes per group: 8192 >01:30:01,446 INFO program: Inode blocks per group: 512 >01:30:01,446 INFO program: Flex block group size: 16 >01:30:01,446 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:30:01,446 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:30:01,446 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:30:01,446 INFO program: Mount count: 0 >01:30:01,446 INFO program: Maximum mount count: -1 >01:30:01,446 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:30:01,446 INFO program: Check interval: 0 (<none>) >01:30:01,446 INFO program: Lifetime writes: 805 MB >01:30:01,453 INFO program: Reserved blocks uid: 0 (user root) >01:30:01,453 INFO program: Reserved blocks gid: 0 (group root) >01:30:01,453 INFO program: First inode: 11 >01:30:01,453 INFO program: Inode size: 256 >01:30:01,453 INFO program: Required extra isize: 28 >01:30:01,453 INFO program: Desired extra isize: 28 >01:30:01,453 INFO program: Journal inode: 8 >01:30:01,454 INFO program: Default directory hash: half_md4 >01:30:01,454 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:30:01,454 INFO program: Journal backup: inode blocks >01:30:01,454 INFO program: Journal features: journal_incompat_revoke >01:30:01,460 INFO program: Journal size: 128M >01:30:01,460 INFO program: Journal length: 32768 >01:30:01,460 INFO program: Journal sequence: 0x000016d0 >01:30:01,460 INFO program: Journal start: 0 >01:30:01,460 INFO program: >01:30:01,460 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:30:01,462 INFO program: Running... resize2fs -P /dev/loop3 >01:30:01,480 INFO program: Couldn't find valid filesystem superblock. >01:30:01,481 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:30:01,481 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:30:01,556 INFO program: Running... udevadm settle --timeout=300 >01:30:01,632 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:30:01,650 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:30:01,651 INFO program: Last mounted on: /sysroot >01:30:01,651 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:30:01,651 INFO program: Filesystem magic number: 0xEF53 >01:30:01,651 INFO program: Filesystem revision #: 1 (dynamic) >01:30:01,652 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:30:01,652 INFO program: Filesystem flags: signed_directory_hash >01:30:01,652 INFO program: Default mount options: user_xattr acl >01:30:01,652 INFO program: Filesystem state: clean >01:30:01,652 INFO program: Errors behavior: Continue >01:30:01,653 INFO program: Filesystem OS type: Linux >01:30:01,653 INFO program: Inode count: 262144 >01:30:01,653 INFO program: Block count: 1048576 >01:30:01,653 INFO program: Reserved block count: 10484 >01:30:01,653 INFO program: Free blocks: 188525 >01:30:01,653 INFO program: Free inodes: 153877 >01:30:01,654 INFO program: First block: 0 >01:30:01,654 INFO program: Block size: 4096 >01:30:01,654 INFO program: Fragment size: 4096 >01:30:01,654 INFO program: Reserved GDT blocks: 255 >01:30:01,654 INFO program: Blocks per group: 32768 >01:30:01,655 INFO program: Fragments per group: 32768 >01:30:01,655 INFO program: Inodes per group: 8192 >01:30:01,655 INFO program: Inode blocks per group: 512 >01:30:01,655 INFO program: Flex block group size: 16 >01:30:01,655 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:30:01,656 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:30:01,656 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:30:01,656 INFO program: Mount count: 1 >01:30:01,656 INFO program: Maximum mount count: -1 >01:30:01,656 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:30:01,656 INFO program: Check interval: 0 (<none>) >01:30:01,657 INFO program: Lifetime writes: 805 MB >01:30:01,657 INFO program: Reserved blocks uid: 0 (user root) >01:30:01,657 INFO program: Reserved blocks gid: 0 (group root) >01:30:01,657 INFO program: First inode: 11 >01:30:01,657 INFO program: Inode size: 256 >01:30:01,658 INFO program: Required extra isize: 28 >01:30:01,658 INFO program: Desired extra isize: 28 >01:30:01,658 INFO program: Journal inode: 8 >01:30:01,658 INFO program: First orphan inode: 38553 >01:30:01,662 INFO program: Default directory hash: half_md4 >01:30:01,662 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:30:01,662 INFO program: Journal backup: inode blocks >01:30:01,663 INFO program: Journal features: journal_incompat_revoke >01:30:01,663 INFO program: Journal size: 128M >01:30:01,663 INFO program: Journal length: 32768 >01:30:01,663 INFO program: Journal sequence: 0x000016d1 >01:30:01,663 INFO program: Journal start: 1 >01:30:01,664 INFO program: >01:30:01,664 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:30:01,665 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:30:01,680 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:30:01,681 INFO program: Last mounted on: /sysroot >01:30:01,681 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:30:01,681 INFO program: Filesystem magic number: 0xEF53 >01:30:01,681 INFO program: Filesystem revision #: 1 (dynamic) >01:30:01,682 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:30:01,682 INFO program: Filesystem flags: signed_directory_hash >01:30:01,682 INFO program: Default mount options: user_xattr acl >01:30:01,682 INFO program: Filesystem state: clean >01:30:01,682 INFO program: Errors behavior: Continue >01:30:01,683 INFO program: Filesystem OS type: Linux >01:30:01,683 INFO program: Inode count: 262144 >01:30:01,683 INFO program: Block count: 1048576 >01:30:01,683 INFO program: Reserved block count: 10484 >01:30:01,683 INFO program: Free blocks: 188525 >01:30:01,683 INFO program: Free inodes: 153877 >01:30:01,684 INFO program: First block: 0 >01:30:01,684 INFO program: Block size: 4096 >01:30:01,684 INFO program: Fragment size: 4096 >01:30:01,684 INFO program: Reserved GDT blocks: 255 >01:30:01,684 INFO program: Blocks per group: 32768 >01:30:01,685 INFO program: Fragments per group: 32768 >01:30:01,685 INFO program: Inodes per group: 8192 >01:30:01,685 INFO program: Inode blocks per group: 512 >01:30:01,685 INFO program: Flex block group size: 16 >01:30:01,685 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:30:01,686 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:30:01,686 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:30:01,686 INFO program: Mount count: 1 >01:30:01,686 INFO program: Maximum mount count: -1 >01:30:01,686 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:30:01,686 INFO program: Check interval: 0 (<none>) >01:30:01,687 INFO program: Lifetime writes: 805 MB >01:30:01,687 INFO program: Reserved blocks uid: 0 (user root) >01:30:01,687 INFO program: Reserved blocks gid: 0 (group root) >01:30:01,687 INFO program: First inode: 11 >01:30:01,687 INFO program: Inode size: 256 >01:30:01,688 INFO program: Required extra isize: 28 >01:30:01,688 INFO program: Desired extra isize: 28 >01:30:01,688 INFO program: Journal inode: 8 >01:30:01,688 INFO program: First orphan inode: 38553 >01:30:01,688 INFO program: Default directory hash: half_md4 >01:30:01,692 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:30:01,692 INFO program: Journal backup: inode blocks >01:30:01,692 INFO program: Journal features: journal_incompat_revoke >01:30:01,693 INFO program: Journal size: 128M >01:30:01,693 INFO program: Journal length: 32768 >01:30:01,693 INFO program: Journal sequence: 0x000016d1 >01:30:01,693 INFO program: Journal start: 1 >01:30:01,693 INFO program: >01:30:01,693 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:30:01,694 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:30:01,711 INFO program: Estimated minimum size of the filesystem: 861710 >01:30:01,711 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:30:01,768 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:30:01,782 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:30:01,783 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:30:01,783 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:30:01,783 INFO program: Filesystem magic number: 0xEF53 >01:30:01,784 INFO program: Filesystem revision #: 1 (dynamic) >01:30:01,784 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 >01:30:01,784 INFO program: Filesystem flags: signed_directory_hash >01:30:01,784 INFO program: Default mount options: user_xattr acl >01:30:01,784 INFO program: Filesystem state: clean >01:30:01,785 INFO program: Errors behavior: Continue >01:30:01,786 INFO program: Filesystem OS type: Linux >01:30:01,786 INFO program: Inode count: 221184 >01:30:01,786 INFO program: Block count: 861710 >01:30:01,786 INFO program: Reserved block count: 8615 >01:30:01,786 INFO program: Free blocks: 4486 >01:30:01,787 INFO program: Free inodes: 112917 >01:30:01,787 INFO program: First block: 0 >01:30:01,787 INFO program: Block size: 4096 >01:30:01,787 INFO program: Fragment size: 4096 >01:30:01,787 INFO program: Reserved GDT blocks: 255 >01:30:01,788 INFO program: Blocks per group: 32768 >01:30:01,788 INFO program: Fragments per group: 32768 >01:30:01,788 INFO program: Inodes per group: 8192 >01:30:01,788 INFO program: Inode blocks per group: 512 >01:30:01,788 INFO program: Flex block group size: 16 >01:30:01,788 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:30:01,793 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:30:01,793 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:30:01,793 INFO program: Mount count: 0 >01:30:01,793 INFO program: Maximum mount count: -1 >01:30:01,794 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:30:01,794 INFO program: Check interval: 0 (<none>) >01:30:01,794 INFO program: Lifetime writes: 807 MB >01:30:01,794 INFO program: Reserved blocks uid: 0 (user root) >01:30:01,794 INFO program: Reserved blocks gid: 0 (group root) >01:30:01,795 INFO program: First inode: 11 >01:30:01,795 INFO program: Inode size: 256 >01:30:01,795 INFO program: Required extra isize: 28 >01:30:01,795 INFO program: Desired extra isize: 28 >01:30:01,795 INFO program: Journal inode: 8 >01:30:01,795 INFO program: Default directory hash: half_md4 >01:30:01,796 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:30:01,796 INFO program: Journal backup: inode blocks >01:30:01,796 INFO program: Journal features: journal_incompat_revoke >01:30:01,796 INFO program: Journal size: 128M >01:30:01,796 INFO program: Journal length: 32768 >01:30:01,797 INFO program: Journal sequence: 0x000016d0 >01:30:01,797 INFO program: Journal start: 0 >01:30:01,797 INFO program: >01:30:01,797 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:30:01,798 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:30:01,812 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:30:01,813 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:30:01,813 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:30:01,813 INFO program: Filesystem magic number: 0xEF53 >01:30:01,814 INFO program: Filesystem revision #: 1 (dynamic) >01:30:01,814 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 >01:30:01,814 INFO program: Filesystem flags: signed_directory_hash >01:30:01,814 INFO program: Default mount options: user_xattr acl >01:30:01,814 INFO program: Filesystem state: clean >01:30:01,814 INFO program: Errors behavior: Continue >01:30:01,815 INFO program: Filesystem OS type: Linux >01:30:01,815 INFO program: Inode count: 221184 >01:30:01,815 INFO program: Block count: 861710 >01:30:01,815 INFO program: Reserved block count: 8615 >01:30:01,815 INFO program: Free blocks: 4486 >01:30:01,816 INFO program: Free inodes: 112917 >01:30:01,816 INFO program: First block: 0 >01:30:01,816 INFO program: Block size: 4096 >01:30:01,816 INFO program: Fragment size: 4096 >01:30:01,816 INFO program: Reserved GDT blocks: 255 >01:30:01,817 INFO program: Blocks per group: 32768 >01:30:01,817 INFO program: Fragments per group: 32768 >01:30:01,817 INFO program: Inodes per group: 8192 >01:30:01,817 INFO program: Inode blocks per group: 512 >01:30:01,817 INFO program: Flex block group size: 16 >01:30:01,817 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:30:01,818 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:30:01,818 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:30:01,822 INFO program: Mount count: 0 >01:30:01,822 INFO program: Maximum mount count: -1 >01:30:01,822 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:30:01,822 INFO program: Check interval: 0 (<none>) >01:30:01,823 INFO program: Lifetime writes: 807 MB >01:30:01,823 INFO program: Reserved blocks uid: 0 (user root) >01:30:01,823 INFO program: Reserved blocks gid: 0 (group root) >01:30:01,823 INFO program: First inode: 11 >01:30:01,823 INFO program: Inode size: 256 >01:30:01,824 INFO program: Required extra isize: 28 >01:30:01,824 INFO program: Desired extra isize: 28 >01:30:01,824 INFO program: Journal inode: 8 >01:30:01,824 INFO program: Default directory hash: half_md4 >01:30:01,824 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:30:01,824 INFO program: Journal backup: inode blocks >01:30:01,825 INFO program: Journal features: journal_incompat_revoke >01:30:01,825 INFO program: Journal size: 128M >01:30:01,825 INFO program: Journal length: 32768 >01:30:01,825 INFO program: Journal sequence: 0x000016d0 >01:30:01,825 INFO program: Journal start: 0 >01:30:01,826 INFO program: >01:30:01,826 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:30:01,826 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:30:01,845 INFO program: Couldn't find valid filesystem superblock. >01:30:01,846 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:30:01,846 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:30:01,865 INFO program: Running... udevadm settle --timeout=300 >01:30:01,906 INFO program: Running... udevadm settle --timeout=300 >01:30:01,947 INFO program: Running... udevadm settle --timeout=300 >01:30:01,991 INFO program: Running... udevadm settle --timeout=300 >01:30:02,032 INFO program: Running... udevadm settle --timeout=300 >06:30:02,099 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >06:30:02,111 ERR program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so >01:30:02,113 INFO program: Running... udevadm settle --timeout=300 >06:30:02,227 INFO program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >01:30:26,968 INFO program: Running... udevadm settle --timeout=300 >01:33:56,732 INFO program: Running... udevadm settle --timeout=300 >01:33:56,767 INFO program: Running... multipath -d >01:33:56,781 INFO program: Running... multipath -ll >01:33:56,885 INFO program: Running... dumpe2fs -h /dev/sda1 >01:33:56,898 INFO program: Filesystem volume name: <none> >01:33:56,898 INFO program: Last mounted on: /mnt/sysimage/boot >01:33:56,898 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:33:56,898 INFO program: Filesystem magic number: 0xEF53 >01:33:56,898 INFO program: Filesystem revision #: 1 (dynamic) >01:33:56,898 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 >01:33:56,898 INFO program: Filesystem flags: signed_directory_hash >01:33:56,898 INFO program: Default mount options: user_xattr acl >01:33:56,899 INFO program: Filesystem state: clean >01:33:56,899 INFO program: Errors behavior: Continue >01:33:56,899 INFO program: Filesystem OS type: Linux >01:33:56,899 INFO program: Inode count: 128016 >01:33:56,899 INFO program: Block count: 512000 >01:33:56,899 INFO program: Reserved block count: 25600 >01:33:56,899 INFO program: Free blocks: 424191 >01:33:56,899 INFO program: Free inodes: 127651 >01:33:56,899 INFO program: First block: 1 >01:33:56,899 INFO program: Block size: 1024 >01:33:56,899 INFO program: Fragment size: 1024 >01:33:56,899 INFO program: Reserved GDT blocks: 256 >01:33:56,900 INFO program: Blocks per group: 8192 >01:33:56,900 INFO program: Fragments per group: 8192 >01:33:56,900 INFO program: Inodes per group: 2032 >01:33:56,900 INFO program: Inode blocks per group: 254 >01:33:56,900 INFO program: Flex block group size: 16 >01:33:56,900 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:33:56,900 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:33:56,900 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:33:56,900 INFO program: Mount count: 1 >01:33:56,900 INFO program: Maximum mount count: -1 >01:33:56,900 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:33:56,900 INFO program: Check interval: 0 (<none>) >01:33:56,900 INFO program: Lifetime writes: 84 MB >01:33:56,901 INFO program: Reserved blocks uid: 0 (user root) >01:33:56,901 INFO program: Reserved blocks gid: 0 (group root) >01:33:56,901 INFO program: First inode: 11 >01:33:56,901 INFO program: Inode size: 128 >01:33:56,901 INFO program: Journal inode: 8 >01:33:56,901 INFO program: Default directory hash: half_md4 >01:33:56,901 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:33:56,901 INFO program: Journal backup: inode blocks >01:33:56,901 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:33:56,901 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:33:56,902 INFO program: Running... dumpe2fs -h /dev/sda1 >01:33:56,907 INFO program: Filesystem volume name: <none> >01:33:56,908 INFO program: Last mounted on: /mnt/sysimage/boot >01:33:56,908 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:33:56,908 INFO program: Filesystem magic number: 0xEF53 >01:33:56,908 INFO program: Filesystem revision #: 1 (dynamic) >01:33:56,908 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 >01:33:56,908 INFO program: Filesystem flags: signed_directory_hash >01:33:56,908 INFO program: Default mount options: user_xattr acl >01:33:56,908 INFO program: Filesystem state: clean >01:33:56,908 INFO program: Errors behavior: Continue >01:33:56,908 INFO program: Filesystem OS type: Linux >01:33:56,908 INFO program: Inode count: 128016 >01:33:56,908 INFO program: Block count: 512000 >01:33:56,908 INFO program: Reserved block count: 25600 >01:33:56,908 INFO program: Free blocks: 424191 >01:33:56,908 INFO program: Free inodes: 127651 >01:33:56,908 INFO program: First block: 1 >01:33:56,908 INFO program: Block size: 1024 >01:33:56,908 INFO program: Fragment size: 1024 >01:33:56,908 INFO program: Reserved GDT blocks: 256 >01:33:56,908 INFO program: Blocks per group: 8192 >01:33:56,908 INFO program: Fragments per group: 8192 >01:33:56,909 INFO program: Inodes per group: 2032 >01:33:56,909 INFO program: Inode blocks per group: 254 >01:33:56,909 INFO program: Flex block group size: 16 >01:33:56,909 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:33:56,909 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:33:56,909 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:33:56,909 INFO program: Mount count: 1 >01:33:56,909 INFO program: Maximum mount count: -1 >01:33:56,909 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:33:56,909 INFO program: Check interval: 0 (<none>) >01:33:56,909 INFO program: Lifetime writes: 84 MB >01:33:56,909 INFO program: Reserved blocks uid: 0 (user root) >01:33:56,909 INFO program: Reserved blocks gid: 0 (group root) >01:33:56,909 INFO program: First inode: 11 >01:33:56,909 INFO program: Inode size: 128 >01:33:56,909 INFO program: Journal inode: 8 >01:33:56,909 INFO program: Default directory hash: half_md4 >01:33:56,909 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:33:56,909 INFO program: Journal backup: inode blocks >01:33:56,909 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:33:56,910 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:33:56,910 INFO program: Running... resize2fs -P /dev/sda1 >01:33:56,919 INFO program: Estimated minimum size of the filesystem: 78174 >01:33:56,920 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:33:57,057 INFO program: Running... dumpe2fs -h /dev/loop3 >01:33:57,062 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:33:57,063 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:33:57,063 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:33:57,063 INFO program: Filesystem magic number: 0xEF53 >01:33:57,063 INFO program: Filesystem revision #: 1 (dynamic) >01:33:57,063 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 >01:33:57,063 INFO program: Filesystem flags: signed_directory_hash >01:33:57,063 INFO program: Default mount options: user_xattr acl >01:33:57,063 INFO program: Filesystem state: clean >01:33:57,063 INFO program: Errors behavior: Continue >01:33:57,063 INFO program: Filesystem OS type: Linux >01:33:57,063 INFO program: Inode count: 262144 >01:33:57,063 INFO program: Block count: 1048576 >01:33:57,063 INFO program: Reserved block count: 10484 >01:33:57,063 INFO program: Free blocks: 188525 >01:33:57,063 INFO program: Free inodes: 153877 >01:33:57,063 INFO program: First block: 0 >01:33:57,063 INFO program: Block size: 4096 >01:33:57,064 INFO program: Fragment size: 4096 >01:33:57,064 INFO program: Reserved GDT blocks: 255 >01:33:57,064 INFO program: Blocks per group: 32768 >01:33:57,064 INFO program: Fragments per group: 32768 >01:33:57,064 INFO program: Inodes per group: 8192 >01:33:57,064 INFO program: Inode blocks per group: 512 >01:33:57,064 INFO program: Flex block group size: 16 >01:33:57,064 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:33:57,064 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:33:57,064 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:33:57,064 INFO program: Mount count: 0 >01:33:57,064 INFO program: Maximum mount count: -1 >01:33:57,064 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:33:57,064 INFO program: Check interval: 0 (<none>) >01:33:57,064 INFO program: Lifetime writes: 805 MB >01:33:57,064 INFO program: Reserved blocks uid: 0 (user root) >01:33:57,064 INFO program: Reserved blocks gid: 0 (group root) >01:33:57,064 INFO program: First inode: 11 >01:33:57,064 INFO program: Inode size: 256 >01:33:57,064 INFO program: Required extra isize: 28 >01:33:57,064 INFO program: Desired extra isize: 28 >01:33:57,065 INFO program: Journal inode: 8 >01:33:57,065 INFO program: Default directory hash: half_md4 >01:33:57,065 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:33:57,065 INFO program: Journal backup: inode blocks >01:33:57,065 INFO program: Journal features: journal_incompat_revoke >01:33:57,065 INFO program: Journal size: 128M >01:33:57,065 INFO program: Journal length: 32768 >01:33:57,065 INFO program: Journal sequence: 0x000016d0 >01:33:57,065 INFO program: Journal start: 0 >01:33:57,065 INFO program: >01:33:57,065 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:33:57,065 INFO program: Running... dumpe2fs -h /dev/loop3 >01:33:57,071 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:33:57,071 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:33:57,071 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:33:57,071 INFO program: Filesystem magic number: 0xEF53 >01:33:57,071 INFO program: Filesystem revision #: 1 (dynamic) >01:33:57,071 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 >01:33:57,071 INFO program: Filesystem flags: signed_directory_hash >01:33:57,071 INFO program: Default mount options: user_xattr acl >01:33:57,071 INFO program: Filesystem state: clean >01:33:57,071 INFO program: Errors behavior: Continue >01:33:57,072 INFO program: Filesystem OS type: Linux >01:33:57,072 INFO program: Inode count: 262144 >01:33:57,072 INFO program: Block count: 1048576 >01:33:57,072 INFO program: Reserved block count: 10484 >01:33:57,072 INFO program: Free blocks: 188525 >01:33:57,072 INFO program: Free inodes: 153877 >01:33:57,072 INFO program: First block: 0 >01:33:57,072 INFO program: Block size: 4096 >01:33:57,072 INFO program: Fragment size: 4096 >01:33:57,072 INFO program: Reserved GDT blocks: 255 >01:33:57,072 INFO program: Blocks per group: 32768 >01:33:57,072 INFO program: Fragments per group: 32768 >01:33:57,072 INFO program: Inodes per group: 8192 >01:33:57,072 INFO program: Inode blocks per group: 512 >01:33:57,072 INFO program: Flex block group size: 16 >01:33:57,072 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:33:57,072 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:33:57,072 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:33:57,072 INFO program: Mount count: 0 >01:33:57,072 INFO program: Maximum mount count: -1 >01:33:57,072 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:33:57,073 INFO program: Check interval: 0 (<none>) >01:33:57,073 INFO program: Lifetime writes: 805 MB >01:33:57,073 INFO program: Reserved blocks uid: 0 (user root) >01:33:57,073 INFO program: Reserved blocks gid: 0 (group root) >01:33:57,073 INFO program: First inode: 11 >01:33:57,073 INFO program: Inode size: 256 >01:33:57,073 INFO program: Required extra isize: 28 >01:33:57,073 INFO program: Desired extra isize: 28 >01:33:57,073 INFO program: Journal inode: 8 >01:33:57,073 INFO program: Default directory hash: half_md4 >01:33:57,073 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:33:57,073 INFO program: Journal backup: inode blocks >01:33:57,073 INFO program: Journal features: journal_incompat_revoke >01:33:57,073 INFO program: Journal size: 128M >01:33:57,073 INFO program: Journal length: 32768 >01:33:57,073 INFO program: Journal sequence: 0x000016d0 >01:33:57,073 INFO program: Journal start: 0 >01:33:57,073 INFO program: >01:33:57,073 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:33:57,074 INFO program: Running... resize2fs -P /dev/loop3 >01:33:57,081 INFO program: Couldn't find valid filesystem superblock. >01:33:57,082 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:33:57,082 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:33:57,106 INFO program: Running... udevadm settle --timeout=300 >01:33:57,138 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:33:57,143 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:33:57,143 INFO program: Last mounted on: /sysroot >01:33:57,143 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:33:57,143 INFO program: Filesystem magic number: 0xEF53 >01:33:57,143 INFO program: Filesystem revision #: 1 (dynamic) >01:33:57,143 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:33:57,143 INFO program: Filesystem flags: signed_directory_hash >01:33:57,143 INFO program: Default mount options: user_xattr acl >01:33:57,143 INFO program: Filesystem state: clean >01:33:57,143 INFO program: Errors behavior: Continue >01:33:57,143 INFO program: Filesystem OS type: Linux >01:33:57,143 INFO program: Inode count: 262144 >01:33:57,143 INFO program: Block count: 1048576 >01:33:57,144 INFO program: Reserved block count: 10484 >01:33:57,144 INFO program: Free blocks: 188525 >01:33:57,144 INFO program: Free inodes: 153877 >01:33:57,144 INFO program: First block: 0 >01:33:57,144 INFO program: Block size: 4096 >01:33:57,144 INFO program: Fragment size: 4096 >01:33:57,144 INFO program: Reserved GDT blocks: 255 >01:33:57,144 INFO program: Blocks per group: 32768 >01:33:57,144 INFO program: Fragments per group: 32768 >01:33:57,144 INFO program: Inodes per group: 8192 >01:33:57,144 INFO program: Inode blocks per group: 512 >01:33:57,144 INFO program: Flex block group size: 16 >01:33:57,144 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:33:57,144 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:33:57,144 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:33:57,144 INFO program: Mount count: 1 >01:33:57,144 INFO program: Maximum mount count: -1 >01:33:57,144 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:33:57,144 INFO program: Check interval: 0 (<none>) >01:33:57,144 INFO program: Lifetime writes: 805 MB >01:33:57,144 INFO program: Reserved blocks uid: 0 (user root) >01:33:57,144 INFO program: Reserved blocks gid: 0 (group root) >01:33:57,145 INFO program: First inode: 11 >01:33:57,145 INFO program: Inode size: 256 >01:33:57,145 INFO program: Required extra isize: 28 >01:33:57,145 INFO program: Desired extra isize: 28 >01:33:57,145 INFO program: Journal inode: 8 >01:33:57,145 INFO program: First orphan inode: 38553 >01:33:57,145 INFO program: Default directory hash: half_md4 >01:33:57,145 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:33:57,145 INFO program: Journal backup: inode blocks >01:33:57,145 INFO program: Journal features: journal_incompat_revoke >01:33:57,145 INFO program: Journal size: 128M >01:33:57,145 INFO program: Journal length: 32768 >01:33:57,145 INFO program: Journal sequence: 0x000016d1 >01:33:57,145 INFO program: Journal start: 1 >01:33:57,145 INFO program: >01:33:57,145 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:33:57,146 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:33:57,151 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:33:57,151 INFO program: Last mounted on: /sysroot >01:33:57,151 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:33:57,151 INFO program: Filesystem magic number: 0xEF53 >01:33:57,151 INFO program: Filesystem revision #: 1 (dynamic) >01:33:57,151 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:33:57,151 INFO program: Filesystem flags: signed_directory_hash >01:33:57,151 INFO program: Default mount options: user_xattr acl >01:33:57,151 INFO program: Filesystem state: clean >01:33:57,151 INFO program: Errors behavior: Continue >01:33:57,151 INFO program: Filesystem OS type: Linux >01:33:57,151 INFO program: Inode count: 262144 >01:33:57,151 INFO program: Block count: 1048576 >01:33:57,151 INFO program: Reserved block count: 10484 >01:33:57,151 INFO program: Free blocks: 188525 >01:33:57,152 INFO program: Free inodes: 153877 >01:33:57,152 INFO program: First block: 0 >01:33:57,152 INFO program: Block size: 4096 >01:33:57,152 INFO program: Fragment size: 4096 >01:33:57,152 INFO program: Reserved GDT blocks: 255 >01:33:57,152 INFO program: Blocks per group: 32768 >01:33:57,152 INFO program: Fragments per group: 32768 >01:33:57,152 INFO program: Inodes per group: 8192 >01:33:57,152 INFO program: Inode blocks per group: 512 >01:33:57,152 INFO program: Flex block group size: 16 >01:33:57,152 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:33:57,152 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:33:57,152 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:33:57,152 INFO program: Mount count: 1 >01:33:57,152 INFO program: Maximum mount count: -1 >01:33:57,152 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:33:57,152 INFO program: Check interval: 0 (<none>) >01:33:57,152 INFO program: Lifetime writes: 805 MB >01:33:57,152 INFO program: Reserved blocks uid: 0 (user root) >01:33:57,152 INFO program: Reserved blocks gid: 0 (group root) >01:33:57,152 INFO program: First inode: 11 >01:33:57,153 INFO program: Inode size: 256 >01:33:57,153 INFO program: Required extra isize: 28 >01:33:57,153 INFO program: Desired extra isize: 28 >01:33:57,153 INFO program: Journal inode: 8 >01:33:57,153 INFO program: First orphan inode: 38553 >01:33:57,153 INFO program: Default directory hash: half_md4 >01:33:57,153 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:33:57,153 INFO program: Journal backup: inode blocks >01:33:57,153 INFO program: Journal features: journal_incompat_revoke >01:33:57,153 INFO program: Journal size: 128M >01:33:57,153 INFO program: Journal length: 32768 >01:33:57,153 INFO program: Journal sequence: 0x000016d1 >01:33:57,153 INFO program: Journal start: 1 >01:33:57,153 INFO program: >01:33:57,153 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:33:57,153 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:33:57,162 INFO program: Estimated minimum size of the filesystem: 861710 >01:33:57,162 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:33:57,183 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:33:57,188 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:33:57,188 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:33:57,188 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:33:57,188 INFO program: Filesystem magic number: 0xEF53 >01:33:57,188 INFO program: Filesystem revision #: 1 (dynamic) >01:33:57,188 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 >01:33:57,188 INFO program: Filesystem flags: signed_directory_hash >01:33:57,188 INFO program: Default mount options: user_xattr acl >01:33:57,189 INFO program: Filesystem state: clean >01:33:57,189 INFO program: Errors behavior: Continue >01:33:57,189 INFO program: Filesystem OS type: Linux >01:33:57,189 INFO program: Inode count: 221184 >01:33:57,189 INFO program: Block count: 861710 >01:33:57,189 INFO program: Reserved block count: 8615 >01:33:57,189 INFO program: Free blocks: 4486 >01:33:57,189 INFO program: Free inodes: 112917 >01:33:57,189 INFO program: First block: 0 >01:33:57,189 INFO program: Block size: 4096 >01:33:57,189 INFO program: Fragment size: 4096 >01:33:57,189 INFO program: Reserved GDT blocks: 255 >01:33:57,189 INFO program: Blocks per group: 32768 >01:33:57,189 INFO program: Fragments per group: 32768 >01:33:57,189 INFO program: Inodes per group: 8192 >01:33:57,189 INFO program: Inode blocks per group: 512 >01:33:57,189 INFO program: Flex block group size: 16 >01:33:57,189 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:33:57,189 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:33:57,189 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:33:57,189 INFO program: Mount count: 0 >01:33:57,190 INFO program: Maximum mount count: -1 >01:33:57,190 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:33:57,190 INFO program: Check interval: 0 (<none>) >01:33:57,190 INFO program: Lifetime writes: 807 MB >01:33:57,190 INFO program: Reserved blocks uid: 0 (user root) >01:33:57,190 INFO program: Reserved blocks gid: 0 (group root) >01:33:57,190 INFO program: First inode: 11 >01:33:57,190 INFO program: Inode size: 256 >01:33:57,190 INFO program: Required extra isize: 28 >01:33:57,190 INFO program: Desired extra isize: 28 >01:33:57,190 INFO program: Journal inode: 8 >01:33:57,190 INFO program: Default directory hash: half_md4 >01:33:57,190 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:33:57,190 INFO program: Journal backup: inode blocks >01:33:57,190 INFO program: Journal features: journal_incompat_revoke >01:33:57,190 INFO program: Journal size: 128M >01:33:57,190 INFO program: Journal length: 32768 >01:33:57,190 INFO program: Journal sequence: 0x000016d0 >01:33:57,190 INFO program: Journal start: 0 >01:33:57,190 INFO program: >01:33:57,190 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:33:57,191 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:33:57,196 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:33:57,196 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:33:57,196 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:33:57,196 INFO program: Filesystem magic number: 0xEF53 >01:33:57,196 INFO program: Filesystem revision #: 1 (dynamic) >01:33:57,196 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 >01:33:57,196 INFO program: Filesystem flags: signed_directory_hash >01:33:57,196 INFO program: Default mount options: user_xattr acl >01:33:57,196 INFO program: Filesystem state: clean >01:33:57,197 INFO program: Errors behavior: Continue >01:33:57,197 INFO program: Filesystem OS type: Linux >01:33:57,197 INFO program: Inode count: 221184 >01:33:57,197 INFO program: Block count: 861710 >01:33:57,197 INFO program: Reserved block count: 8615 >01:33:57,197 INFO program: Free blocks: 4486 >01:33:57,197 INFO program: Free inodes: 112917 >01:33:57,197 INFO program: First block: 0 >01:33:57,197 INFO program: Block size: 4096 >01:33:57,197 INFO program: Fragment size: 4096 >01:33:57,197 INFO program: Reserved GDT blocks: 255 >01:33:57,197 INFO program: Blocks per group: 32768 >01:33:57,197 INFO program: Fragments per group: 32768 >01:33:57,197 INFO program: Inodes per group: 8192 >01:33:57,197 INFO program: Inode blocks per group: 512 >01:33:57,197 INFO program: Flex block group size: 16 >01:33:57,197 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:33:57,197 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:33:57,197 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:33:57,197 INFO program: Mount count: 0 >01:33:57,197 INFO program: Maximum mount count: -1 >01:33:57,198 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:33:57,198 INFO program: Check interval: 0 (<none>) >01:33:57,198 INFO program: Lifetime writes: 807 MB >01:33:57,198 INFO program: Reserved blocks uid: 0 (user root) >01:33:57,198 INFO program: Reserved blocks gid: 0 (group root) >01:33:57,198 INFO program: First inode: 11 >01:33:57,198 INFO program: Inode size: 256 >01:33:57,198 INFO program: Required extra isize: 28 >01:33:57,198 INFO program: Desired extra isize: 28 >01:33:57,198 INFO program: Journal inode: 8 >01:33:57,198 INFO program: Default directory hash: half_md4 >01:33:57,198 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:33:57,198 INFO program: Journal backup: inode blocks >01:33:57,198 INFO program: Journal features: journal_incompat_revoke >01:33:57,198 INFO program: Journal size: 128M >01:33:57,198 INFO program: Journal length: 32768 >01:33:57,198 INFO program: Journal sequence: 0x000016d0 >01:33:57,198 INFO program: Journal start: 0 >01:33:57,198 INFO program: >01:33:57,198 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:33:57,199 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:33:57,208 INFO program: Couldn't find valid filesystem superblock. >01:33:57,208 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:33:57,208 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:33:57,217 INFO program: Running... udevadm settle --timeout=300 >01:33:57,233 INFO program: Running... udevadm settle --timeout=300 >01:33:57,247 INFO program: Running... udevadm settle --timeout=300 >01:33:57,261 INFO program: Running... udevadm settle --timeout=300 >01:33:57,275 INFO program: Running... udevadm settle --timeout=300 >01:33:57,290 INFO program: Running... udevadm settle --timeout=300 >01:33:57,304 INFO program: Running... udevadm settle --timeout=300 >01:33:57,318 INFO program: Running... udevadm settle --timeout=300 >01:33:57,332 INFO program: Running... udevadm settle --timeout=300 >01:33:57,697 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:33:57,716 INFO program: Running... udevadm settle --timeout=300 >01:33:58,079 INFO program: Running... modprobe fcoe >01:33:58,086 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >01:33:58,094 INFO program: No FCoE boot disk information is found in EDD! >01:33:58,096 INFO program: Running... udevadm settle --timeout=300 >01:33:58,151 INFO program: Running... multipath -d >01:33:58,173 INFO program: Running... multipath -ll >01:33:58,429 INFO program: Running... udevadm control --property=ANACONDA=1 >01:33:58,435 INFO program: Running... systemctl start chronyd.service >01:33:58,497 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:33:58,562 INFO program: Running... udevadm settle --timeout=300 >01:33:59,288 INFO program: Running... udevadm settle --timeout=300 >01:33:59,333 INFO program: Running... udevadm settle --timeout=300 >01:33:59,392 INFO program: Running... multipath -d >01:33:59,413 INFO program: Running... multipath -ll >01:33:59,678 INFO program: Running... dumpe2fs -h /dev/sda1 >01:33:59,695 INFO program: Filesystem volume name: <none> >01:33:59,696 INFO program: Last mounted on: /mnt/sysimage/boot >01:33:59,697 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:33:59,697 INFO program: Filesystem magic number: 0xEF53 >01:33:59,697 INFO program: Filesystem revision #: 1 (dynamic) >01:33:59,698 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 >01:33:59,698 INFO program: Filesystem flags: signed_directory_hash >01:33:59,699 INFO program: Default mount options: user_xattr acl >01:33:59,699 INFO program: Filesystem state: clean >01:33:59,700 INFO program: Errors behavior: Continue >01:33:59,700 INFO program: Filesystem OS type: Linux >01:33:59,700 INFO program: Inode count: 128016 >01:33:59,700 INFO program: Block count: 512000 >01:33:59,700 INFO program: Reserved block count: 25600 >01:33:59,700 INFO program: Free blocks: 424191 >01:33:59,700 INFO program: Free inodes: 127651 >01:33:59,700 INFO program: First block: 1 >01:33:59,701 INFO program: Block size: 1024 >01:33:59,701 INFO program: Fragment size: 1024 >01:33:59,701 INFO program: Reserved GDT blocks: 256 >01:33:59,701 INFO program: Blocks per group: 8192 >01:33:59,701 INFO program: Fragments per group: 8192 >01:33:59,704 INFO program: Inodes per group: 2032 >01:33:59,704 INFO program: Inode blocks per group: 254 >01:33:59,704 INFO program: Flex block group size: 16 >01:33:59,704 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:33:59,704 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:33:59,704 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:33:59,704 INFO program: Mount count: 1 >01:33:59,705 INFO program: Maximum mount count: -1 >01:33:59,705 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:33:59,705 INFO program: Check interval: 0 (<none>) >01:33:59,705 INFO program: Lifetime writes: 84 MB >01:33:59,712 INFO program: Reserved blocks uid: 0 (user root) >01:33:59,712 INFO program: Reserved blocks gid: 0 (group root) >01:33:59,712 INFO program: First inode: 11 >01:33:59,712 INFO program: Inode size: 128 >01:33:59,712 INFO program: Journal inode: 8 >01:33:59,712 INFO program: Default directory hash: half_md4 >01:33:59,712 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:33:59,713 INFO program: Journal backup: inode blocks >01:33:59,713 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:33:59,713 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:33:59,716 INFO program: Running... dumpe2fs -h /dev/sda1 >01:33:59,733 INFO program: Filesystem volume name: <none> >01:33:59,734 INFO program: Last mounted on: /mnt/sysimage/boot >01:33:59,734 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:33:59,735 INFO program: Filesystem magic number: 0xEF53 >01:33:59,735 INFO program: Filesystem revision #: 1 (dynamic) >01:33:59,736 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 >01:33:59,736 INFO program: Filesystem flags: signed_directory_hash >01:33:59,737 INFO program: Default mount options: user_xattr acl >01:33:59,737 INFO program: Filesystem state: clean >01:33:59,737 INFO program: Errors behavior: Continue >01:33:59,738 INFO program: Filesystem OS type: Linux >01:33:59,738 INFO program: Inode count: 128016 >01:33:59,738 INFO program: Block count: 512000 >01:33:59,738 INFO program: Reserved block count: 25600 >01:33:59,738 INFO program: Free blocks: 424191 >01:33:59,738 INFO program: Free inodes: 127651 >01:33:59,738 INFO program: First block: 1 >01:33:59,738 INFO program: Block size: 1024 >01:33:59,739 INFO program: Fragment size: 1024 >01:33:59,739 INFO program: Reserved GDT blocks: 256 >01:33:59,739 INFO program: Blocks per group: 8192 >01:33:59,739 INFO program: Fragments per group: 8192 >01:33:59,742 INFO program: Inodes per group: 2032 >01:33:59,742 INFO program: Inode blocks per group: 254 >01:33:59,742 INFO program: Flex block group size: 16 >01:33:59,742 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:33:59,742 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:33:59,742 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:33:59,742 INFO program: Mount count: 1 >01:33:59,742 INFO program: Maximum mount count: -1 >01:33:59,743 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:33:59,743 INFO program: Check interval: 0 (<none>) >01:33:59,743 INFO program: Lifetime writes: 84 MB >01:33:59,750 INFO program: Reserved blocks uid: 0 (user root) >01:33:59,750 INFO program: Reserved blocks gid: 0 (group root) >01:33:59,750 INFO program: First inode: 11 >01:33:59,750 INFO program: Inode size: 128 >01:33:59,750 INFO program: Journal inode: 8 >01:33:59,750 INFO program: Default directory hash: half_md4 >01:33:59,750 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:33:59,750 INFO program: Journal backup: inode blocks >01:33:59,751 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:33:59,751 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:33:59,753 INFO program: Running... resize2fs -P /dev/sda1 >01:33:59,771 INFO program: Estimated minimum size of the filesystem: 78174 >01:33:59,774 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:34:00,212 INFO program: Running... dumpe2fs -h /dev/loop3 >01:34:00,243 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:34:00,243 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:34:00,243 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:34:00,243 INFO program: Filesystem magic number: 0xEF53 >01:34:00,243 INFO program: Filesystem revision #: 1 (dynamic) >01:34:00,243 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 >01:34:00,243 INFO program: Filesystem flags: signed_directory_hash >01:34:00,243 INFO program: Default mount options: user_xattr acl >01:34:00,243 INFO program: Filesystem state: clean >01:34:00,243 INFO program: Errors behavior: Continue >01:34:00,244 INFO program: Filesystem OS type: Linux >01:34:00,244 INFO program: Inode count: 262144 >01:34:00,250 INFO program: Block count: 1048576 >01:34:00,250 INFO program: Reserved block count: 10484 >01:34:00,250 INFO program: Free blocks: 188525 >01:34:00,250 INFO program: Free inodes: 153877 >01:34:00,250 INFO program: First block: 0 >01:34:00,250 INFO program: Block size: 4096 >01:34:00,250 INFO program: Fragment size: 4096 >01:34:00,251 INFO program: Reserved GDT blocks: 255 >01:34:00,251 INFO program: Blocks per group: 32768 >01:34:00,251 INFO program: Fragments per group: 32768 >01:34:00,251 INFO program: Inodes per group: 8192 >01:34:00,254 INFO program: Inode blocks per group: 512 >01:34:00,254 INFO program: Flex block group size: 16 >01:34:00,254 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:34:00,254 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:34:00,254 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:34:00,254 INFO program: Mount count: 0 >01:34:00,254 INFO program: Maximum mount count: -1 >01:34:00,254 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:34:00,254 INFO program: Check interval: 0 (<none>) >01:34:00,254 INFO program: Lifetime writes: 805 MB >01:34:00,262 INFO program: Reserved blocks uid: 0 (user root) >01:34:00,262 INFO program: Reserved blocks gid: 0 (group root) >01:34:00,262 INFO program: First inode: 11 >01:34:00,262 INFO program: Inode size: 256 >01:34:00,262 INFO program: Required extra isize: 28 >01:34:00,270 INFO program: Desired extra isize: 28 >01:34:00,270 INFO program: Journal inode: 8 >01:34:00,270 INFO program: Default directory hash: half_md4 >01:34:00,277 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:34:00,278 INFO program: Journal backup: inode blocks >01:34:00,278 INFO program: Journal features: journal_incompat_revoke >01:34:00,278 INFO program: Journal size: 128M >01:34:00,278 INFO program: Journal length: 32768 >01:34:00,278 INFO program: Journal sequence: 0x000016d0 >01:34:00,278 INFO program: Journal start: 0 >01:34:00,278 INFO program: >01:34:00,278 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:34:00,280 INFO program: Running... dumpe2fs -h /dev/loop3 >01:34:00,296 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:34:00,297 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:34:00,298 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:34:00,298 INFO program: Filesystem magic number: 0xEF53 >01:34:00,299 INFO program: Filesystem revision #: 1 (dynamic) >01:34:00,299 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 >01:34:00,299 INFO program: Filesystem flags: signed_directory_hash >01:34:00,300 INFO program: Default mount options: user_xattr acl >01:34:00,300 INFO program: Filesystem state: clean >01:34:00,301 INFO program: Errors behavior: Continue >01:34:00,301 INFO program: Filesystem OS type: Linux >01:34:00,301 INFO program: Inode count: 262144 >01:34:00,301 INFO program: Block count: 1048576 >01:34:00,301 INFO program: Reserved block count: 10484 >01:34:00,301 INFO program: Free blocks: 188525 >01:34:00,302 INFO program: Free inodes: 153877 >01:34:00,302 INFO program: First block: 0 >01:34:00,302 INFO program: Block size: 4096 >01:34:00,302 INFO program: Fragment size: 4096 >01:34:00,302 INFO program: Reserved GDT blocks: 255 >01:34:00,302 INFO program: Blocks per group: 32768 >01:34:00,302 INFO program: Fragments per group: 32768 >01:34:00,305 INFO program: Inodes per group: 8192 >01:34:00,305 INFO program: Inode blocks per group: 512 >01:34:00,305 INFO program: Flex block group size: 16 >01:34:00,305 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:34:00,305 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:34:00,305 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:34:00,305 INFO program: Mount count: 0 >01:34:00,305 INFO program: Maximum mount count: -1 >01:34:00,306 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:34:00,306 INFO program: Check interval: 0 (<none>) >01:34:00,306 INFO program: Lifetime writes: 805 MB >01:34:00,311 INFO program: Reserved blocks uid: 0 (user root) >01:34:00,311 INFO program: Reserved blocks gid: 0 (group root) >01:34:00,311 INFO program: First inode: 11 >01:34:00,311 INFO program: Inode size: 256 >01:34:00,311 INFO program: Required extra isize: 28 >01:34:00,311 INFO program: Desired extra isize: 28 >01:34:00,311 INFO program: Journal inode: 8 >01:34:00,311 INFO program: Default directory hash: half_md4 >01:34:00,311 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:34:00,318 INFO program: Journal backup: inode blocks >01:34:00,318 INFO program: Journal features: journal_incompat_revoke >01:34:00,318 INFO program: Journal size: 128M >01:34:00,318 INFO program: Journal length: 32768 >01:34:00,319 INFO program: Journal sequence: 0x000016d0 >01:34:00,319 INFO program: Journal start: 0 >01:34:00,319 INFO program: >01:34:00,319 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:34:00,321 INFO program: Running... resize2fs -P /dev/loop3 >01:34:00,339 INFO program: Couldn't find valid filesystem superblock. >01:34:00,340 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:34:00,340 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:34:00,421 INFO program: Running... udevadm settle --timeout=300 >01:34:00,498 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:34:00,515 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:34:00,515 INFO program: Last mounted on: /sysroot >01:34:00,516 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:34:00,516 INFO program: Filesystem magic number: 0xEF53 >01:34:00,516 INFO program: Filesystem revision #: 1 (dynamic) >01:34:00,516 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:34:00,516 INFO program: Filesystem flags: signed_directory_hash >01:34:00,517 INFO program: Default mount options: user_xattr acl >01:34:00,517 INFO program: Filesystem state: clean >01:34:00,517 INFO program: Errors behavior: Continue >01:34:00,517 INFO program: Filesystem OS type: Linux >01:34:00,517 INFO program: Inode count: 262144 >01:34:00,517 INFO program: Block count: 1048576 >01:34:00,518 INFO program: Reserved block count: 10484 >01:34:00,518 INFO program: Free blocks: 188525 >01:34:00,518 INFO program: Free inodes: 153877 >01:34:00,518 INFO program: First block: 0 >01:34:00,518 INFO program: Block size: 4096 >01:34:00,519 INFO program: Fragment size: 4096 >01:34:00,519 INFO program: Reserved GDT blocks: 255 >01:34:00,519 INFO program: Blocks per group: 32768 >01:34:00,519 INFO program: Fragments per group: 32768 >01:34:00,519 INFO program: Inodes per group: 8192 >01:34:00,520 INFO program: Inode blocks per group: 512 >01:34:00,520 INFO program: Flex block group size: 16 >01:34:00,520 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:34:00,520 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:34:00,520 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:34:00,520 INFO program: Mount count: 1 >01:34:00,521 INFO program: Maximum mount count: -1 >01:34:00,521 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:34:00,521 INFO program: Check interval: 0 (<none>) >01:34:00,521 INFO program: Lifetime writes: 805 MB >01:34:00,521 INFO program: Reserved blocks uid: 0 (user root) >01:34:00,522 INFO program: Reserved blocks gid: 0 (group root) >01:34:00,522 INFO program: First inode: 11 >01:34:00,522 INFO program: Inode size: 256 >01:34:00,522 INFO program: Required extra isize: 28 >01:34:00,522 INFO program: Desired extra isize: 28 >01:34:00,523 INFO program: Journal inode: 8 >01:34:00,523 INFO program: First orphan inode: 38553 >01:34:00,523 INFO program: Default directory hash: half_md4 >01:34:00,523 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:34:00,523 INFO program: Journal backup: inode blocks >01:34:00,523 INFO program: Journal features: journal_incompat_revoke >01:34:00,524 INFO program: Journal size: 128M >01:34:00,524 INFO program: Journal length: 32768 >01:34:00,524 INFO program: Journal sequence: 0x000016d1 >01:34:00,524 INFO program: Journal start: 1 >01:34:00,524 INFO program: >01:34:00,525 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:34:00,525 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:34:00,543 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:34:00,543 INFO program: Last mounted on: /sysroot >01:34:00,543 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:34:00,544 INFO program: Filesystem magic number: 0xEF53 >01:34:00,544 INFO program: Filesystem revision #: 1 (dynamic) >01:34:00,544 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:34:00,544 INFO program: Filesystem flags: signed_directory_hash >01:34:00,544 INFO program: Default mount options: user_xattr acl >01:34:00,545 INFO program: Filesystem state: clean >01:34:00,545 INFO program: Errors behavior: Continue >01:34:00,545 INFO program: Filesystem OS type: Linux >01:34:00,545 INFO program: Inode count: 262144 >01:34:00,545 INFO program: Block count: 1048576 >01:34:00,546 INFO program: Reserved block count: 10484 >01:34:00,546 INFO program: Free blocks: 188525 >01:34:00,546 INFO program: Free inodes: 153877 >01:34:00,547 INFO program: First block: 0 >01:34:00,547 INFO program: Block size: 4096 >01:34:00,547 INFO program: Fragment size: 4096 >01:34:00,547 INFO program: Reserved GDT blocks: 255 >01:34:00,548 INFO program: Blocks per group: 32768 >01:34:00,548 INFO program: Fragments per group: 32768 >01:34:00,548 INFO program: Inodes per group: 8192 >01:34:00,548 INFO program: Inode blocks per group: 512 >01:34:00,548 INFO program: Flex block group size: 16 >01:34:00,549 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:34:00,549 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:34:00,549 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:34:00,549 INFO program: Mount count: 1 >01:34:00,549 INFO program: Maximum mount count: -1 >01:34:00,549 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:34:00,550 INFO program: Check interval: 0 (<none>) >01:34:00,550 INFO program: Lifetime writes: 805 MB >01:34:00,550 INFO program: Reserved blocks uid: 0 (user root) >01:34:00,550 INFO program: Reserved blocks gid: 0 (group root) >01:34:00,550 INFO program: First inode: 11 >01:34:00,551 INFO program: Inode size: 256 >01:34:00,551 INFO program: Required extra isize: 28 >01:34:00,551 INFO program: Desired extra isize: 28 >01:34:00,551 INFO program: Journal inode: 8 >01:34:00,551 INFO program: First orphan inode: 38553 >01:34:00,552 INFO program: Default directory hash: half_md4 >01:34:00,552 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:34:00,552 INFO program: Journal backup: inode blocks >01:34:00,552 INFO program: Journal features: journal_incompat_revoke >01:34:00,552 INFO program: Journal size: 128M >01:34:00,552 INFO program: Journal length: 32768 >01:34:00,553 INFO program: Journal sequence: 0x000016d1 >01:34:00,553 INFO program: Journal start: 1 >01:34:00,557 INFO program: >01:34:00,557 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:34:00,558 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:34:00,576 INFO program: Estimated minimum size of the filesystem: 861710 >01:34:00,576 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:34:00,635 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:34:00,649 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:34:00,650 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:34:00,650 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:34:00,650 INFO program: Filesystem magic number: 0xEF53 >01:34:00,651 INFO program: Filesystem revision #: 1 (dynamic) >01:34:00,651 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 >01:34:00,651 INFO program: Filesystem flags: signed_directory_hash >01:34:00,651 INFO program: Default mount options: user_xattr acl >01:34:00,651 INFO program: Filesystem state: clean >01:34:00,652 INFO program: Errors behavior: Continue >01:34:00,652 INFO program: Filesystem OS type: Linux >01:34:00,652 INFO program: Inode count: 221184 >01:34:00,652 INFO program: Block count: 861710 >01:34:00,652 INFO program: Reserved block count: 8615 >01:34:00,652 INFO program: Free blocks: 4486 >01:34:00,653 INFO program: Free inodes: 112917 >01:34:00,653 INFO program: First block: 0 >01:34:00,653 INFO program: Block size: 4096 >01:34:00,653 INFO program: Fragment size: 4096 >01:34:00,653 INFO program: Reserved GDT blocks: 255 >01:34:00,654 INFO program: Blocks per group: 32768 >01:34:00,654 INFO program: Fragments per group: 32768 >01:34:00,654 INFO program: Inodes per group: 8192 >01:34:00,654 INFO program: Inode blocks per group: 512 >01:34:00,654 INFO program: Flex block group size: 16 >01:34:00,654 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:34:00,655 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:34:00,655 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:34:00,659 INFO program: Mount count: 0 >01:34:00,659 INFO program: Maximum mount count: -1 >01:34:00,659 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:34:00,659 INFO program: Check interval: 0 (<none>) >01:34:00,660 INFO program: Lifetime writes: 807 MB >01:34:00,660 INFO program: Reserved blocks uid: 0 (user root) >01:34:00,660 INFO program: Reserved blocks gid: 0 (group root) >01:34:00,660 INFO program: First inode: 11 >01:34:00,660 INFO program: Inode size: 256 >01:34:00,661 INFO program: Required extra isize: 28 >01:34:00,661 INFO program: Desired extra isize: 28 >01:34:00,661 INFO program: Journal inode: 8 >01:34:00,661 INFO program: Default directory hash: half_md4 >01:34:00,661 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:34:00,661 INFO program: Journal backup: inode blocks >01:34:00,662 INFO program: Journal features: journal_incompat_revoke >01:34:00,662 INFO program: Journal size: 128M >01:34:00,662 INFO program: Journal length: 32768 >01:34:00,662 INFO program: Journal sequence: 0x000016d0 >01:34:00,662 INFO program: Journal start: 0 >01:34:00,663 INFO program: >01:34:00,663 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:34:00,664 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:34:00,681 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:34:00,682 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:34:00,682 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:34:00,682 INFO program: Filesystem magic number: 0xEF53 >01:34:00,682 INFO program: Filesystem revision #: 1 (dynamic) >01:34:00,683 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 >01:34:00,683 INFO program: Filesystem flags: signed_directory_hash >01:34:00,683 INFO program: Default mount options: user_xattr acl >01:34:00,683 INFO program: Filesystem state: clean >01:34:00,683 INFO program: Errors behavior: Continue >01:34:00,684 INFO program: Filesystem OS type: Linux >01:34:00,684 INFO program: Inode count: 221184 >01:34:00,684 INFO program: Block count: 861710 >01:34:00,684 INFO program: Reserved block count: 8615 >01:34:00,684 INFO program: Free blocks: 4486 >01:34:00,684 INFO program: Free inodes: 112917 >01:34:00,685 INFO program: First block: 0 >01:34:00,685 INFO program: Block size: 4096 >01:34:00,685 INFO program: Fragment size: 4096 >01:34:00,685 INFO program: Reserved GDT blocks: 255 >01:34:00,685 INFO program: Blocks per group: 32768 >01:34:00,686 INFO program: Fragments per group: 32768 >01:34:00,686 INFO program: Inodes per group: 8192 >01:34:00,686 INFO program: Inode blocks per group: 512 >01:34:00,686 INFO program: Flex block group size: 16 >01:34:00,686 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:34:00,687 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:34:00,687 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:34:00,691 INFO program: Mount count: 0 >01:34:00,691 INFO program: Maximum mount count: -1 >01:34:00,692 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:34:00,692 INFO program: Check interval: 0 (<none>) >01:34:00,692 INFO program: Lifetime writes: 807 MB >01:34:00,692 INFO program: Reserved blocks uid: 0 (user root) >01:34:00,693 INFO program: Reserved blocks gid: 0 (group root) >01:34:00,693 INFO program: First inode: 11 >01:34:00,693 INFO program: Inode size: 256 >01:34:00,693 INFO program: Required extra isize: 28 >01:34:00,693 INFO program: Desired extra isize: 28 >01:34:00,694 INFO program: Journal inode: 8 >01:34:00,694 INFO program: Default directory hash: half_md4 >01:34:00,694 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:34:00,694 INFO program: Journal backup: inode blocks >01:34:00,694 INFO program: Journal features: journal_incompat_revoke >01:34:00,695 INFO program: Journal size: 128M >01:34:00,695 INFO program: Journal length: 32768 >01:34:00,695 INFO program: Journal sequence: 0x000016d0 >01:34:00,695 INFO program: Journal start: 0 >01:34:00,695 INFO program: >01:34:00,695 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:34:00,696 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:34:00,714 INFO program: Couldn't find valid filesystem superblock. >01:34:00,714 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:34:00,714 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:34:00,737 INFO program: Running... udevadm settle --timeout=300 >01:34:00,779 INFO program: Running... udevadm settle --timeout=300 >01:34:00,828 INFO program: Running... udevadm settle --timeout=300 >01:34:00,869 INFO program: Running... udevadm settle --timeout=300 >01:34:00,909 INFO program: Running... udevadm settle --timeout=300 >06:34:00,976 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >06:34:00,988 ERR program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so >01:34:00,990 INFO program: Running... udevadm settle --timeout=300 >06:34:01,107 INFO program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >01:34:27,888 INFO program: Running... udevadm settle --timeout=300 >01:38:21,671 INFO program: Running... udevadm settle --timeout=300 >01:38:21,706 INFO program: Running... multipath -d >01:38:21,721 INFO program: Running... multipath -ll >01:38:21,832 INFO program: Running... dumpe2fs -h /dev/sda1 >01:38:21,842 INFO program: Filesystem volume name: <none> >01:38:21,843 INFO program: Last mounted on: /mnt/sysimage/boot >01:38:21,843 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:38:21,843 INFO program: Filesystem magic number: 0xEF53 >01:38:21,843 INFO program: Filesystem revision #: 1 (dynamic) >01:38:21,843 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 >01:38:21,843 INFO program: Filesystem flags: signed_directory_hash >01:38:21,843 INFO program: Default mount options: user_xattr acl >01:38:21,843 INFO program: Filesystem state: clean >01:38:21,843 INFO program: Errors behavior: Continue >01:38:21,843 INFO program: Filesystem OS type: Linux >01:38:21,843 INFO program: Inode count: 128016 >01:38:21,843 INFO program: Block count: 512000 >01:38:21,843 INFO program: Reserved block count: 25600 >01:38:21,843 INFO program: Free blocks: 424191 >01:38:21,843 INFO program: Free inodes: 127651 >01:38:21,843 INFO program: First block: 1 >01:38:21,843 INFO program: Block size: 1024 >01:38:21,843 INFO program: Fragment size: 1024 >01:38:21,843 INFO program: Reserved GDT blocks: 256 >01:38:21,844 INFO program: Blocks per group: 8192 >01:38:21,844 INFO program: Fragments per group: 8192 >01:38:21,844 INFO program: Inodes per group: 2032 >01:38:21,844 INFO program: Inode blocks per group: 254 >01:38:21,844 INFO program: Flex block group size: 16 >01:38:21,844 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:38:21,844 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:38:21,844 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:38:21,844 INFO program: Mount count: 1 >01:38:21,844 INFO program: Maximum mount count: -1 >01:38:21,844 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:38:21,844 INFO program: Check interval: 0 (<none>) >01:38:21,844 INFO program: Lifetime writes: 84 MB >01:38:21,844 INFO program: Reserved blocks uid: 0 (user root) >01:38:21,844 INFO program: Reserved blocks gid: 0 (group root) >01:38:21,844 INFO program: First inode: 11 >01:38:21,844 INFO program: Inode size: 128 >01:38:21,844 INFO program: Journal inode: 8 >01:38:21,844 INFO program: Default directory hash: half_md4 >01:38:21,844 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:38:21,844 INFO program: Journal backup: inode blocks >01:38:21,845 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:21,845 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:38:21,845 INFO program: Running... dumpe2fs -h /dev/sda1 >01:38:21,852 INFO program: Filesystem volume name: <none> >01:38:21,852 INFO program: Last mounted on: /mnt/sysimage/boot >01:38:21,852 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:38:21,852 INFO program: Filesystem magic number: 0xEF53 >01:38:21,852 INFO program: Filesystem revision #: 1 (dynamic) >01:38:21,852 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 >01:38:21,852 INFO program: Filesystem flags: signed_directory_hash >01:38:21,852 INFO program: Default mount options: user_xattr acl >01:38:21,852 INFO program: Filesystem state: clean >01:38:21,852 INFO program: Errors behavior: Continue >01:38:21,853 INFO program: Filesystem OS type: Linux >01:38:21,853 INFO program: Inode count: 128016 >01:38:21,853 INFO program: Block count: 512000 >01:38:21,853 INFO program: Reserved block count: 25600 >01:38:21,853 INFO program: Free blocks: 424191 >01:38:21,853 INFO program: Free inodes: 127651 >01:38:21,853 INFO program: First block: 1 >01:38:21,853 INFO program: Block size: 1024 >01:38:21,853 INFO program: Fragment size: 1024 >01:38:21,853 INFO program: Reserved GDT blocks: 256 >01:38:21,853 INFO program: Blocks per group: 8192 >01:38:21,853 INFO program: Fragments per group: 8192 >01:38:21,853 INFO program: Inodes per group: 2032 >01:38:21,853 INFO program: Inode blocks per group: 254 >01:38:21,853 INFO program: Flex block group size: 16 >01:38:21,853 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:38:21,853 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:38:21,853 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:38:21,853 INFO program: Mount count: 1 >01:38:21,853 INFO program: Maximum mount count: -1 >01:38:21,853 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:38:21,854 INFO program: Check interval: 0 (<none>) >01:38:21,854 INFO program: Lifetime writes: 84 MB >01:38:21,854 INFO program: Reserved blocks uid: 0 (user root) >01:38:21,854 INFO program: Reserved blocks gid: 0 (group root) >01:38:21,854 INFO program: First inode: 11 >01:38:21,854 INFO program: Inode size: 128 >01:38:21,854 INFO program: Journal inode: 8 >01:38:21,854 INFO program: Default directory hash: half_md4 >01:38:21,854 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:38:21,854 INFO program: Journal backup: inode blocks >01:38:21,854 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:21,854 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:38:21,854 INFO program: Running... resize2fs -P /dev/sda1 >01:38:21,863 INFO program: Estimated minimum size of the filesystem: 78174 >01:38:21,863 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:38:21,998 INFO program: Running... dumpe2fs -h /dev/loop3 >01:38:22,004 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:38:22,004 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:38:22,004 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:38:22,004 INFO program: Filesystem magic number: 0xEF53 >01:38:22,004 INFO program: Filesystem revision #: 1 (dynamic) >01:38:22,004 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 >01:38:22,004 INFO program: Filesystem flags: signed_directory_hash >01:38:22,004 INFO program: Default mount options: user_xattr acl >01:38:22,004 INFO program: Filesystem state: clean >01:38:22,004 INFO program: Errors behavior: Continue >01:38:22,004 INFO program: Filesystem OS type: Linux >01:38:22,004 INFO program: Inode count: 262144 >01:38:22,004 INFO program: Block count: 1048576 >01:38:22,004 INFO program: Reserved block count: 10484 >01:38:22,004 INFO program: Free blocks: 188525 >01:38:22,004 INFO program: Free inodes: 153877 >01:38:22,004 INFO program: First block: 0 >01:38:22,005 INFO program: Block size: 4096 >01:38:22,005 INFO program: Fragment size: 4096 >01:38:22,005 INFO program: Reserved GDT blocks: 255 >01:38:22,005 INFO program: Blocks per group: 32768 >01:38:22,005 INFO program: Fragments per group: 32768 >01:38:22,005 INFO program: Inodes per group: 8192 >01:38:22,005 INFO program: Inode blocks per group: 512 >01:38:22,005 INFO program: Flex block group size: 16 >01:38:22,005 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:38:22,005 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:38:22,005 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:38:22,005 INFO program: Mount count: 0 >01:38:22,005 INFO program: Maximum mount count: -1 >01:38:22,005 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:38:22,005 INFO program: Check interval: 0 (<none>) >01:38:22,005 INFO program: Lifetime writes: 805 MB >01:38:22,005 INFO program: Reserved blocks uid: 0 (user root) >01:38:22,005 INFO program: Reserved blocks gid: 0 (group root) >01:38:22,005 INFO program: First inode: 11 >01:38:22,005 INFO program: Inode size: 256 >01:38:22,005 INFO program: Required extra isize: 28 >01:38:22,005 INFO program: Desired extra isize: 28 >01:38:22,006 INFO program: Journal inode: 8 >01:38:22,006 INFO program: Default directory hash: half_md4 >01:38:22,006 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:38:22,006 INFO program: Journal backup: inode blocks >01:38:22,006 INFO program: Journal features: journal_incompat_revoke >01:38:22,006 INFO program: Journal size: 128M >01:38:22,006 INFO program: Journal length: 32768 >01:38:22,006 INFO program: Journal sequence: 0x000016d0 >01:38:22,006 INFO program: Journal start: 0 >01:38:22,006 INFO program: >01:38:22,006 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:22,006 INFO program: Running... dumpe2fs -h /dev/loop3 >01:38:22,011 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:38:22,011 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:38:22,012 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:38:22,012 INFO program: Filesystem magic number: 0xEF53 >01:38:22,012 INFO program: Filesystem revision #: 1 (dynamic) >01:38:22,012 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 >01:38:22,012 INFO program: Filesystem flags: signed_directory_hash >01:38:22,012 INFO program: Default mount options: user_xattr acl >01:38:22,012 INFO program: Filesystem state: clean >01:38:22,012 INFO program: Errors behavior: Continue >01:38:22,012 INFO program: Filesystem OS type: Linux >01:38:22,012 INFO program: Inode count: 262144 >01:38:22,012 INFO program: Block count: 1048576 >01:38:22,012 INFO program: Reserved block count: 10484 >01:38:22,012 INFO program: Free blocks: 188525 >01:38:22,012 INFO program: Free inodes: 153877 >01:38:22,012 INFO program: First block: 0 >01:38:22,012 INFO program: Block size: 4096 >01:38:22,012 INFO program: Fragment size: 4096 >01:38:22,012 INFO program: Reserved GDT blocks: 255 >01:38:22,012 INFO program: Blocks per group: 32768 >01:38:22,012 INFO program: Fragments per group: 32768 >01:38:22,013 INFO program: Inodes per group: 8192 >01:38:22,013 INFO program: Inode blocks per group: 512 >01:38:22,013 INFO program: Flex block group size: 16 >01:38:22,013 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:38:22,013 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:38:22,013 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:38:22,013 INFO program: Mount count: 0 >01:38:22,013 INFO program: Maximum mount count: -1 >01:38:22,013 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:38:22,013 INFO program: Check interval: 0 (<none>) >01:38:22,013 INFO program: Lifetime writes: 805 MB >01:38:22,013 INFO program: Reserved blocks uid: 0 (user root) >01:38:22,013 INFO program: Reserved blocks gid: 0 (group root) >01:38:22,013 INFO program: First inode: 11 >01:38:22,013 INFO program: Inode size: 256 >01:38:22,013 INFO program: Required extra isize: 28 >01:38:22,013 INFO program: Desired extra isize: 28 >01:38:22,013 INFO program: Journal inode: 8 >01:38:22,013 INFO program: Default directory hash: half_md4 >01:38:22,013 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:38:22,013 INFO program: Journal backup: inode blocks >01:38:22,013 INFO program: Journal features: journal_incompat_revoke >01:38:22,014 INFO program: Journal size: 128M >01:38:22,014 INFO program: Journal length: 32768 >01:38:22,014 INFO program: Journal sequence: 0x000016d0 >01:38:22,014 INFO program: Journal start: 0 >01:38:22,014 INFO program: >01:38:22,014 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:22,014 INFO program: Running... resize2fs -P /dev/loop3 >01:38:22,022 INFO program: Couldn't find valid filesystem superblock. >01:38:22,022 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:38:22,022 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:38:22,046 INFO program: Running... udevadm settle --timeout=300 >01:38:22,075 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:38:22,080 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:38:22,080 INFO program: Last mounted on: /sysroot >01:38:22,081 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:38:22,081 INFO program: Filesystem magic number: 0xEF53 >01:38:22,081 INFO program: Filesystem revision #: 1 (dynamic) >01:38:22,081 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:38:22,081 INFO program: Filesystem flags: signed_directory_hash >01:38:22,081 INFO program: Default mount options: user_xattr acl >01:38:22,081 INFO program: Filesystem state: clean >01:38:22,081 INFO program: Errors behavior: Continue >01:38:22,081 INFO program: Filesystem OS type: Linux >01:38:22,081 INFO program: Inode count: 262144 >01:38:22,081 INFO program: Block count: 1048576 >01:38:22,081 INFO program: Reserved block count: 10484 >01:38:22,081 INFO program: Free blocks: 188525 >01:38:22,081 INFO program: Free inodes: 153877 >01:38:22,081 INFO program: First block: 0 >01:38:22,081 INFO program: Block size: 4096 >01:38:22,081 INFO program: Fragment size: 4096 >01:38:22,081 INFO program: Reserved GDT blocks: 255 >01:38:22,081 INFO program: Blocks per group: 32768 >01:38:22,081 INFO program: Fragments per group: 32768 >01:38:22,081 INFO program: Inodes per group: 8192 >01:38:22,082 INFO program: Inode blocks per group: 512 >01:38:22,082 INFO program: Flex block group size: 16 >01:38:22,082 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:38:22,082 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:38:22,082 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:38:22,082 INFO program: Mount count: 1 >01:38:22,082 INFO program: Maximum mount count: -1 >01:38:22,082 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:38:22,082 INFO program: Check interval: 0 (<none>) >01:38:22,082 INFO program: Lifetime writes: 805 MB >01:38:22,082 INFO program: Reserved blocks uid: 0 (user root) >01:38:22,082 INFO program: Reserved blocks gid: 0 (group root) >01:38:22,082 INFO program: First inode: 11 >01:38:22,082 INFO program: Inode size: 256 >01:38:22,082 INFO program: Required extra isize: 28 >01:38:22,082 INFO program: Desired extra isize: 28 >01:38:22,082 INFO program: Journal inode: 8 >01:38:22,082 INFO program: First orphan inode: 38553 >01:38:22,082 INFO program: Default directory hash: half_md4 >01:38:22,082 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:38:22,082 INFO program: Journal backup: inode blocks >01:38:22,083 INFO program: Journal features: journal_incompat_revoke >01:38:22,083 INFO program: Journal size: 128M >01:38:22,083 INFO program: Journal length: 32768 >01:38:22,083 INFO program: Journal sequence: 0x000016d1 >01:38:22,083 INFO program: Journal start: 1 >01:38:22,083 INFO program: >01:38:22,083 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:22,083 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:38:22,088 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:38:22,088 INFO program: Last mounted on: /sysroot >01:38:22,089 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:38:22,089 INFO program: Filesystem magic number: 0xEF53 >01:38:22,089 INFO program: Filesystem revision #: 1 (dynamic) >01:38:22,089 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:38:22,089 INFO program: Filesystem flags: signed_directory_hash >01:38:22,089 INFO program: Default mount options: user_xattr acl >01:38:22,089 INFO program: Filesystem state: clean >01:38:22,089 INFO program: Errors behavior: Continue >01:38:22,089 INFO program: Filesystem OS type: Linux >01:38:22,089 INFO program: Inode count: 262144 >01:38:22,089 INFO program: Block count: 1048576 >01:38:22,089 INFO program: Reserved block count: 10484 >01:38:22,089 INFO program: Free blocks: 188525 >01:38:22,089 INFO program: Free inodes: 153877 >01:38:22,089 INFO program: First block: 0 >01:38:22,089 INFO program: Block size: 4096 >01:38:22,089 INFO program: Fragment size: 4096 >01:38:22,089 INFO program: Reserved GDT blocks: 255 >01:38:22,089 INFO program: Blocks per group: 32768 >01:38:22,089 INFO program: Fragments per group: 32768 >01:38:22,090 INFO program: Inodes per group: 8192 >01:38:22,090 INFO program: Inode blocks per group: 512 >01:38:22,090 INFO program: Flex block group size: 16 >01:38:22,090 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:38:22,090 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:38:22,090 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:38:22,090 INFO program: Mount count: 1 >01:38:22,090 INFO program: Maximum mount count: -1 >01:38:22,090 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:38:22,090 INFO program: Check interval: 0 (<none>) >01:38:22,090 INFO program: Lifetime writes: 805 MB >01:38:22,090 INFO program: Reserved blocks uid: 0 (user root) >01:38:22,090 INFO program: Reserved blocks gid: 0 (group root) >01:38:22,090 INFO program: First inode: 11 >01:38:22,090 INFO program: Inode size: 256 >01:38:22,090 INFO program: Required extra isize: 28 >01:38:22,090 INFO program: Desired extra isize: 28 >01:38:22,090 INFO program: Journal inode: 8 >01:38:22,090 INFO program: First orphan inode: 38553 >01:38:22,090 INFO program: Default directory hash: half_md4 >01:38:22,090 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:38:22,090 INFO program: Journal backup: inode blocks >01:38:22,091 INFO program: Journal features: journal_incompat_revoke >01:38:22,091 INFO program: Journal size: 128M >01:38:22,091 INFO program: Journal length: 32768 >01:38:22,091 INFO program: Journal sequence: 0x000016d1 >01:38:22,091 INFO program: Journal start: 1 >01:38:22,091 INFO program: >01:38:22,091 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:22,091 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:38:22,099 INFO program: Estimated minimum size of the filesystem: 861710 >01:38:22,099 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:38:22,120 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:38:22,125 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:38:22,125 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:38:22,125 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:38:22,126 INFO program: Filesystem magic number: 0xEF53 >01:38:22,126 INFO program: Filesystem revision #: 1 (dynamic) >01:38:22,126 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 >01:38:22,126 INFO program: Filesystem flags: signed_directory_hash >01:38:22,126 INFO program: Default mount options: user_xattr acl >01:38:22,126 INFO program: Filesystem state: clean >01:38:22,126 INFO program: Errors behavior: Continue >01:38:22,126 INFO program: Filesystem OS type: Linux >01:38:22,126 INFO program: Inode count: 221184 >01:38:22,126 INFO program: Block count: 861710 >01:38:22,126 INFO program: Reserved block count: 8615 >01:38:22,126 INFO program: Free blocks: 4486 >01:38:22,126 INFO program: Free inodes: 112917 >01:38:22,126 INFO program: First block: 0 >01:38:22,126 INFO program: Block size: 4096 >01:38:22,126 INFO program: Fragment size: 4096 >01:38:22,126 INFO program: Reserved GDT blocks: 255 >01:38:22,126 INFO program: Blocks per group: 32768 >01:38:22,126 INFO program: Fragments per group: 32768 >01:38:22,126 INFO program: Inodes per group: 8192 >01:38:22,126 INFO program: Inode blocks per group: 512 >01:38:22,127 INFO program: Flex block group size: 16 >01:38:22,127 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:38:22,127 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:38:22,127 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:38:22,127 INFO program: Mount count: 0 >01:38:22,127 INFO program: Maximum mount count: -1 >01:38:22,127 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:38:22,127 INFO program: Check interval: 0 (<none>) >01:38:22,127 INFO program: Lifetime writes: 807 MB >01:38:22,127 INFO program: Reserved blocks uid: 0 (user root) >01:38:22,127 INFO program: Reserved blocks gid: 0 (group root) >01:38:22,127 INFO program: First inode: 11 >01:38:22,127 INFO program: Inode size: 256 >01:38:22,127 INFO program: Required extra isize: 28 >01:38:22,127 INFO program: Desired extra isize: 28 >01:38:22,127 INFO program: Journal inode: 8 >01:38:22,127 INFO program: Default directory hash: half_md4 >01:38:22,127 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:38:22,127 INFO program: Journal backup: inode blocks >01:38:22,127 INFO program: Journal features: journal_incompat_revoke >01:38:22,127 INFO program: Journal size: 128M >01:38:22,128 INFO program: Journal length: 32768 >01:38:22,128 INFO program: Journal sequence: 0x000016d0 >01:38:22,128 INFO program: Journal start: 0 >01:38:22,128 INFO program: >01:38:22,128 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:22,128 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:38:22,133 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:38:22,133 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:38:22,133 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:38:22,134 INFO program: Filesystem magic number: 0xEF53 >01:38:22,134 INFO program: Filesystem revision #: 1 (dynamic) >01:38:22,134 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 >01:38:22,134 INFO program: Filesystem flags: signed_directory_hash >01:38:22,134 INFO program: Default mount options: user_xattr acl >01:38:22,134 INFO program: Filesystem state: clean >01:38:22,134 INFO program: Errors behavior: Continue >01:38:22,134 INFO program: Filesystem OS type: Linux >01:38:22,134 INFO program: Inode count: 221184 >01:38:22,134 INFO program: Block count: 861710 >01:38:22,134 INFO program: Reserved block count: 8615 >01:38:22,134 INFO program: Free blocks: 4486 >01:38:22,134 INFO program: Free inodes: 112917 >01:38:22,134 INFO program: First block: 0 >01:38:22,134 INFO program: Block size: 4096 >01:38:22,134 INFO program: Fragment size: 4096 >01:38:22,134 INFO program: Reserved GDT blocks: 255 >01:38:22,134 INFO program: Blocks per group: 32768 >01:38:22,134 INFO program: Fragments per group: 32768 >01:38:22,134 INFO program: Inodes per group: 8192 >01:38:22,134 INFO program: Inode blocks per group: 512 >01:38:22,135 INFO program: Flex block group size: 16 >01:38:22,135 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:38:22,135 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:38:22,135 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:38:22,135 INFO program: Mount count: 0 >01:38:22,135 INFO program: Maximum mount count: -1 >01:38:22,135 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:38:22,135 INFO program: Check interval: 0 (<none>) >01:38:22,135 INFO program: Lifetime writes: 807 MB >01:38:22,135 INFO program: Reserved blocks uid: 0 (user root) >01:38:22,135 INFO program: Reserved blocks gid: 0 (group root) >01:38:22,135 INFO program: First inode: 11 >01:38:22,135 INFO program: Inode size: 256 >01:38:22,135 INFO program: Required extra isize: 28 >01:38:22,135 INFO program: Desired extra isize: 28 >01:38:22,135 INFO program: Journal inode: 8 >01:38:22,135 INFO program: Default directory hash: half_md4 >01:38:22,135 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:38:22,135 INFO program: Journal backup: inode blocks >01:38:22,135 INFO program: Journal features: journal_incompat_revoke >01:38:22,135 INFO program: Journal size: 128M >01:38:22,135 INFO program: Journal length: 32768 >01:38:22,136 INFO program: Journal sequence: 0x000016d0 >01:38:22,136 INFO program: Journal start: 0 >01:38:22,136 INFO program: >01:38:22,136 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:22,136 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:38:22,145 INFO program: Couldn't find valid filesystem superblock. >01:38:22,145 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:38:22,145 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:38:22,154 INFO program: Running... udevadm settle --timeout=300 >01:38:22,170 INFO program: Running... udevadm settle --timeout=300 >01:38:22,184 INFO program: Running... udevadm settle --timeout=300 >01:38:22,198 INFO program: Running... udevadm settle --timeout=300 >01:38:22,212 INFO program: Running... udevadm settle --timeout=300 >01:38:22,227 INFO program: Running... udevadm settle --timeout=300 >01:38:22,241 INFO program: Running... udevadm settle --timeout=300 >01:38:22,255 INFO program: Running... udevadm settle --timeout=300 >01:38:22,269 INFO program: Running... udevadm settle --timeout=300 >01:38:22,631 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:38:22,649 INFO program: Running... udevadm settle --timeout=300 >01:38:23,015 INFO program: Running... modprobe fcoe >01:38:23,023 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >01:38:23,030 INFO program: No FCoE boot disk information is found in EDD! >01:38:23,033 INFO program: Running... udevadm settle --timeout=300 >01:38:23,088 INFO program: Running... multipath -d >01:38:23,107 INFO program: Running... multipath -ll >01:38:23,354 INFO program: Running... udevadm control --property=ANACONDA=1 >01:38:23,359 INFO program: Running... systemctl start chronyd.service >01:38:23,422 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:38:23,473 INFO program: Running... udevadm settle --timeout=300 >01:38:24,221 INFO program: Running... udevadm settle --timeout=300 >01:38:24,260 INFO program: Running... udevadm settle --timeout=300 >01:38:24,321 INFO program: Running... multipath -d >01:38:24,346 INFO program: Running... multipath -ll >01:38:24,610 INFO program: Running... dumpe2fs -h /dev/sda1 >01:38:24,628 INFO program: Filesystem volume name: <none> >01:38:24,629 INFO program: Last mounted on: /mnt/sysimage/boot >01:38:24,629 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:38:24,629 INFO program: Filesystem magic number: 0xEF53 >01:38:24,630 INFO program: Filesystem revision #: 1 (dynamic) >01:38:24,630 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 >01:38:24,631 INFO program: Filesystem flags: signed_directory_hash >01:38:24,631 INFO program: Default mount options: user_xattr acl >01:38:24,632 INFO program: Filesystem state: clean >01:38:24,632 INFO program: Errors behavior: Continue >01:38:24,632 INFO program: Filesystem OS type: Linux >01:38:24,633 INFO program: Inode count: 128016 >01:38:24,633 INFO program: Block count: 512000 >01:38:24,633 INFO program: Reserved block count: 25600 >01:38:24,633 INFO program: Free blocks: 424191 >01:38:24,633 INFO program: Free inodes: 127651 >01:38:24,633 INFO program: First block: 1 >01:38:24,633 INFO program: Block size: 1024 >01:38:24,633 INFO program: Fragment size: 1024 >01:38:24,633 INFO program: Reserved GDT blocks: 256 >01:38:24,633 INFO program: Blocks per group: 8192 >01:38:24,633 INFO program: Fragments per group: 8192 >01:38:24,636 INFO program: Inodes per group: 2032 >01:38:24,636 INFO program: Inode blocks per group: 254 >01:38:24,636 INFO program: Flex block group size: 16 >01:38:24,636 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:38:24,637 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:38:24,637 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:38:24,637 INFO program: Mount count: 1 >01:38:24,637 INFO program: Maximum mount count: -1 >01:38:24,637 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:38:24,637 INFO program: Check interval: 0 (<none>) >01:38:24,637 INFO program: Lifetime writes: 84 MB >01:38:24,644 INFO program: Reserved blocks uid: 0 (user root) >01:38:24,644 INFO program: Reserved blocks gid: 0 (group root) >01:38:24,644 INFO program: First inode: 11 >01:38:24,645 INFO program: Inode size: 128 >01:38:24,645 INFO program: Journal inode: 8 >01:38:24,645 INFO program: Default directory hash: half_md4 >01:38:24,645 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:38:24,645 INFO program: Journal backup: inode blocks >01:38:24,645 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:24,645 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:38:24,648 INFO program: Running... dumpe2fs -h /dev/sda1 >01:38:24,666 INFO program: Filesystem volume name: <none> >01:38:24,666 INFO program: Last mounted on: /mnt/sysimage/boot >01:38:24,667 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:38:24,667 INFO program: Filesystem magic number: 0xEF53 >01:38:24,668 INFO program: Filesystem revision #: 1 (dynamic) >01:38:24,668 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 >01:38:24,669 INFO program: Filesystem flags: signed_directory_hash >01:38:24,669 INFO program: Default mount options: user_xattr acl >01:38:24,669 INFO program: Filesystem state: clean >01:38:24,670 INFO program: Errors behavior: Continue >01:38:24,670 INFO program: Filesystem OS type: Linux >01:38:24,671 INFO program: Inode count: 128016 >01:38:24,671 INFO program: Block count: 512000 >01:38:24,671 INFO program: Reserved block count: 25600 >01:38:24,671 INFO program: Free blocks: 424191 >01:38:24,671 INFO program: Free inodes: 127651 >01:38:24,671 INFO program: First block: 1 >01:38:24,671 INFO program: Block size: 1024 >01:38:24,671 INFO program: Fragment size: 1024 >01:38:24,671 INFO program: Reserved GDT blocks: 256 >01:38:24,671 INFO program: Blocks per group: 8192 >01:38:24,671 INFO program: Fragments per group: 8192 >01:38:24,671 INFO program: Inodes per group: 2032 >01:38:24,674 INFO program: Inode blocks per group: 254 >01:38:24,675 INFO program: Flex block group size: 16 >01:38:24,675 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:38:24,675 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:38:24,675 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:38:24,675 INFO program: Mount count: 1 >01:38:24,675 INFO program: Maximum mount count: -1 >01:38:24,675 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:38:24,675 INFO program: Check interval: 0 (<none>) >01:38:24,675 INFO program: Lifetime writes: 84 MB >01:38:24,675 INFO program: Reserved blocks uid: 0 (user root) >01:38:24,682 INFO program: Reserved blocks gid: 0 (group root) >01:38:24,682 INFO program: First inode: 11 >01:38:24,682 INFO program: Inode size: 128 >01:38:24,682 INFO program: Journal inode: 8 >01:38:24,683 INFO program: Default directory hash: half_md4 >01:38:24,683 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:38:24,683 INFO program: Journal backup: inode blocks >01:38:24,683 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:24,683 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:38:24,685 INFO program: Running... resize2fs -P /dev/sda1 >01:38:24,702 INFO program: Estimated minimum size of the filesystem: 78174 >01:38:24,705 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:38:25,067 INFO program: Running... dumpe2fs -h /dev/loop3 >01:38:25,081 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:38:25,082 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:38:25,083 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:38:25,083 INFO program: Filesystem magic number: 0xEF53 >01:38:25,084 INFO program: Filesystem revision #: 1 (dynamic) >01:38:25,084 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 >01:38:25,085 INFO program: Filesystem flags: signed_directory_hash >01:38:25,085 INFO program: Default mount options: user_xattr acl >01:38:25,085 INFO program: Filesystem state: clean >01:38:25,086 INFO program: Errors behavior: Continue >01:38:25,086 INFO program: Filesystem OS type: Linux >01:38:25,086 INFO program: Inode count: 262144 >01:38:25,086 INFO program: Block count: 1048576 >01:38:25,087 INFO program: Reserved block count: 10484 >01:38:25,087 INFO program: Free blocks: 188525 >01:38:25,087 INFO program: Free inodes: 153877 >01:38:25,087 INFO program: First block: 0 >01:38:25,087 INFO program: Block size: 4096 >01:38:25,087 INFO program: Fragment size: 4096 >01:38:25,087 INFO program: Reserved GDT blocks: 255 >01:38:25,087 INFO program: Blocks per group: 32768 >01:38:25,087 INFO program: Fragments per group: 32768 >01:38:25,090 INFO program: Inodes per group: 8192 >01:38:25,090 INFO program: Inode blocks per group: 512 >01:38:25,090 INFO program: Flex block group size: 16 >01:38:25,090 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:38:25,090 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:38:25,090 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:38:25,091 INFO program: Mount count: 0 >01:38:25,091 INFO program: Maximum mount count: -1 >01:38:25,091 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:38:25,091 INFO program: Check interval: 0 (<none>) >01:38:25,091 INFO program: Lifetime writes: 805 MB >01:38:25,098 INFO program: Reserved blocks uid: 0 (user root) >01:38:25,098 INFO program: Reserved blocks gid: 0 (group root) >01:38:25,098 INFO program: First inode: 11 >01:38:25,098 INFO program: Inode size: 256 >01:38:25,099 INFO program: Required extra isize: 28 >01:38:25,099 INFO program: Desired extra isize: 28 >01:38:25,099 INFO program: Journal inode: 8 >01:38:25,099 INFO program: Default directory hash: half_md4 >01:38:25,099 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:38:25,099 INFO program: Journal backup: inode blocks >01:38:25,099 INFO program: Journal features: journal_incompat_revoke >01:38:25,102 INFO program: Journal size: 128M >01:38:25,102 INFO program: Journal length: 32768 >01:38:25,102 INFO program: Journal sequence: 0x000016d0 >01:38:25,102 INFO program: Journal start: 0 >01:38:25,102 INFO program: >01:38:25,102 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:25,102 INFO program: Running... dumpe2fs -h /dev/loop3 >01:38:25,121 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:38:25,122 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:38:25,122 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:38:25,122 INFO program: Filesystem magic number: 0xEF53 >01:38:25,123 INFO program: Filesystem revision #: 1 (dynamic) >01:38:25,123 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 >01:38:25,124 INFO program: Filesystem flags: signed_directory_hash >01:38:25,124 INFO program: Default mount options: user_xattr acl >01:38:25,125 INFO program: Filesystem state: clean >01:38:25,125 INFO program: Errors behavior: Continue >01:38:25,125 INFO program: Filesystem OS type: Linux >01:38:25,126 INFO program: Inode count: 262144 >01:38:25,126 INFO program: Block count: 1048576 >01:38:25,126 INFO program: Reserved block count: 10484 >01:38:25,126 INFO program: Free blocks: 188525 >01:38:25,126 INFO program: Free inodes: 153877 >01:38:25,126 INFO program: First block: 0 >01:38:25,126 INFO program: Block size: 4096 >01:38:25,126 INFO program: Fragment size: 4096 >01:38:25,126 INFO program: Reserved GDT blocks: 255 >01:38:25,126 INFO program: Blocks per group: 32768 >01:38:25,127 INFO program: Fragments per group: 32768 >01:38:25,127 INFO program: Inodes per group: 8192 >01:38:25,129 INFO program: Inode blocks per group: 512 >01:38:25,130 INFO program: Flex block group size: 16 >01:38:25,130 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:38:25,130 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:38:25,130 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:38:25,130 INFO program: Mount count: 0 >01:38:25,130 INFO program: Maximum mount count: -1 >01:38:25,130 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:38:25,130 INFO program: Check interval: 0 (<none>) >01:38:25,130 INFO program: Lifetime writes: 805 MB >01:38:25,137 INFO program: Reserved blocks uid: 0 (user root) >01:38:25,137 INFO program: Reserved blocks gid: 0 (group root) >01:38:25,137 INFO program: First inode: 11 >01:38:25,138 INFO program: Inode size: 256 >01:38:25,138 INFO program: Required extra isize: 28 >01:38:25,138 INFO program: Desired extra isize: 28 >01:38:25,138 INFO program: Journal inode: 8 >01:38:25,138 INFO program: Default directory hash: half_md4 >01:38:25,138 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:38:25,138 INFO program: Journal backup: inode blocks >01:38:25,138 INFO program: Journal features: journal_incompat_revoke >01:38:25,141 INFO program: Journal size: 128M >01:38:25,142 INFO program: Journal length: 32768 >01:38:25,142 INFO program: Journal sequence: 0x000016d0 >01:38:25,142 INFO program: Journal start: 0 >01:38:25,142 INFO program: >01:38:25,142 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:25,142 INFO program: Running... resize2fs -P /dev/loop3 >01:38:25,161 INFO program: Couldn't find valid filesystem superblock. >01:38:25,162 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:38:25,162 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:38:25,239 INFO program: Running... udevadm settle --timeout=300 >01:38:25,323 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:38:25,340 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:38:25,340 INFO program: Last mounted on: /sysroot >01:38:25,340 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:38:25,341 INFO program: Filesystem magic number: 0xEF53 >01:38:25,341 INFO program: Filesystem revision #: 1 (dynamic) >01:38:25,341 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:38:25,341 INFO program: Filesystem flags: signed_directory_hash >01:38:25,341 INFO program: Default mount options: user_xattr acl >01:38:25,342 INFO program: Filesystem state: clean >01:38:25,342 INFO program: Errors behavior: Continue >01:38:25,342 INFO program: Filesystem OS type: Linux >01:38:25,342 INFO program: Inode count: 262144 >01:38:25,342 INFO program: Block count: 1048576 >01:38:25,343 INFO program: Reserved block count: 10484 >01:38:25,343 INFO program: Free blocks: 188525 >01:38:25,343 INFO program: Free inodes: 153877 >01:38:25,343 INFO program: First block: 0 >01:38:25,343 INFO program: Block size: 4096 >01:38:25,343 INFO program: Fragment size: 4096 >01:38:25,344 INFO program: Reserved GDT blocks: 255 >01:38:25,344 INFO program: Blocks per group: 32768 >01:38:25,344 INFO program: Fragments per group: 32768 >01:38:25,344 INFO program: Inodes per group: 8192 >01:38:25,345 INFO program: Inode blocks per group: 512 >01:38:25,345 INFO program: Flex block group size: 16 >01:38:25,345 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:38:25,345 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:38:25,345 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:38:25,346 INFO program: Mount count: 1 >01:38:25,346 INFO program: Maximum mount count: -1 >01:38:25,346 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:38:25,346 INFO program: Check interval: 0 (<none>) >01:38:25,346 INFO program: Lifetime writes: 805 MB >01:38:25,347 INFO program: Reserved blocks uid: 0 (user root) >01:38:25,347 INFO program: Reserved blocks gid: 0 (group root) >01:38:25,347 INFO program: First inode: 11 >01:38:25,347 INFO program: Inode size: 256 >01:38:25,347 INFO program: Required extra isize: 28 >01:38:25,347 INFO program: Desired extra isize: 28 >01:38:25,348 INFO program: Journal inode: 8 >01:38:25,348 INFO program: First orphan inode: 38553 >01:38:25,348 INFO program: Default directory hash: half_md4 >01:38:25,348 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:38:25,348 INFO program: Journal backup: inode blocks >01:38:25,349 INFO program: Journal features: journal_incompat_revoke >01:38:25,349 INFO program: Journal size: 128M >01:38:25,349 INFO program: Journal length: 32768 >01:38:25,349 INFO program: Journal sequence: 0x000016d1 >01:38:25,349 INFO program: Journal start: 1 >01:38:25,349 INFO program: >01:38:25,350 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:25,354 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:38:25,369 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:38:25,369 INFO program: Last mounted on: /sysroot >01:38:25,370 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:38:25,370 INFO program: Filesystem magic number: 0xEF53 >01:38:25,370 INFO program: Filesystem revision #: 1 (dynamic) >01:38:25,370 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:38:25,370 INFO program: Filesystem flags: signed_directory_hash >01:38:25,371 INFO program: Default mount options: user_xattr acl >01:38:25,371 INFO program: Filesystem state: clean >01:38:25,371 INFO program: Errors behavior: Continue >01:38:25,372 INFO program: Filesystem OS type: Linux >01:38:25,372 INFO program: Inode count: 262144 >01:38:25,372 INFO program: Block count: 1048576 >01:38:25,372 INFO program: Reserved block count: 10484 >01:38:25,373 INFO program: Free blocks: 188525 >01:38:25,373 INFO program: Free inodes: 153877 >01:38:25,373 INFO program: First block: 0 >01:38:25,373 INFO program: Block size: 4096 >01:38:25,373 INFO program: Fragment size: 4096 >01:38:25,373 INFO program: Reserved GDT blocks: 255 >01:38:25,374 INFO program: Blocks per group: 32768 >01:38:25,374 INFO program: Fragments per group: 32768 >01:38:25,374 INFO program: Inodes per group: 8192 >01:38:25,374 INFO program: Inode blocks per group: 512 >01:38:25,374 INFO program: Flex block group size: 16 >01:38:25,375 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:38:25,375 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:38:25,375 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:38:25,375 INFO program: Mount count: 1 >01:38:25,375 INFO program: Maximum mount count: -1 >01:38:25,375 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:38:25,376 INFO program: Check interval: 0 (<none>) >01:38:25,376 INFO program: Lifetime writes: 805 MB >01:38:25,376 INFO program: Reserved blocks uid: 0 (user root) >01:38:25,376 INFO program: Reserved blocks gid: 0 (group root) >01:38:25,376 INFO program: First inode: 11 >01:38:25,377 INFO program: Inode size: 256 >01:38:25,377 INFO program: Required extra isize: 28 >01:38:25,377 INFO program: Desired extra isize: 28 >01:38:25,377 INFO program: Journal inode: 8 >01:38:25,377 INFO program: First orphan inode: 38553 >01:38:25,377 INFO program: Default directory hash: half_md4 >01:38:25,378 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:38:25,378 INFO program: Journal backup: inode blocks >01:38:25,378 INFO program: Journal features: journal_incompat_revoke >01:38:25,378 INFO program: Journal size: 128M >01:38:25,378 INFO program: Journal length: 32768 >01:38:25,379 INFO program: Journal sequence: 0x000016d1 >01:38:25,379 INFO program: Journal start: 1 >01:38:25,379 INFO program: >01:38:25,379 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:25,383 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:38:25,405 INFO program: Estimated minimum size of the filesystem: 861710 >01:38:25,406 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:38:25,464 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:38:25,479 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:38:25,479 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:38:25,480 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:38:25,480 INFO program: Filesystem magic number: 0xEF53 >01:38:25,480 INFO program: Filesystem revision #: 1 (dynamic) >01:38:25,480 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 >01:38:25,480 INFO program: Filesystem flags: signed_directory_hash >01:38:25,481 INFO program: Default mount options: user_xattr acl >01:38:25,481 INFO program: Filesystem state: clean >01:38:25,481 INFO program: Errors behavior: Continue >01:38:25,481 INFO program: Filesystem OS type: Linux >01:38:25,481 INFO program: Inode count: 221184 >01:38:25,482 INFO program: Block count: 861710 >01:38:25,482 INFO program: Reserved block count: 8615 >01:38:25,482 INFO program: Free blocks: 4486 >01:38:25,482 INFO program: Free inodes: 112917 >01:38:25,482 INFO program: First block: 0 >01:38:25,483 INFO program: Block size: 4096 >01:38:25,483 INFO program: Fragment size: 4096 >01:38:25,483 INFO program: Reserved GDT blocks: 255 >01:38:25,484 INFO program: Blocks per group: 32768 >01:38:25,484 INFO program: Fragments per group: 32768 >01:38:25,484 INFO program: Inodes per group: 8192 >01:38:25,484 INFO program: Inode blocks per group: 512 >01:38:25,485 INFO program: Flex block group size: 16 >01:38:25,485 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:38:25,489 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:38:25,489 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:38:25,489 INFO program: Mount count: 0 >01:38:25,489 INFO program: Maximum mount count: -1 >01:38:25,489 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:38:25,490 INFO program: Check interval: 0 (<none>) >01:38:25,490 INFO program: Lifetime writes: 807 MB >01:38:25,490 INFO program: Reserved blocks uid: 0 (user root) >01:38:25,490 INFO program: Reserved blocks gid: 0 (group root) >01:38:25,490 INFO program: First inode: 11 >01:38:25,491 INFO program: Inode size: 256 >01:38:25,491 INFO program: Required extra isize: 28 >01:38:25,492 INFO program: Desired extra isize: 28 >01:38:25,492 INFO program: Journal inode: 8 >01:38:25,492 INFO program: Default directory hash: half_md4 >01:38:25,492 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:38:25,492 INFO program: Journal backup: inode blocks >01:38:25,493 INFO program: Journal features: journal_incompat_revoke >01:38:25,493 INFO program: Journal size: 128M >01:38:25,493 INFO program: Journal length: 32768 >01:38:25,493 INFO program: Journal sequence: 0x000016d0 >01:38:25,493 INFO program: Journal start: 0 >01:38:25,494 INFO program: >01:38:25,494 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:25,494 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:38:25,509 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:38:25,510 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:38:25,510 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:38:25,510 INFO program: Filesystem magic number: 0xEF53 >01:38:25,511 INFO program: Filesystem revision #: 1 (dynamic) >01:38:25,511 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 >01:38:25,511 INFO program: Filesystem flags: signed_directory_hash >01:38:25,511 INFO program: Default mount options: user_xattr acl >01:38:25,511 INFO program: Filesystem state: clean >01:38:25,512 INFO program: Errors behavior: Continue >01:38:25,512 INFO program: Filesystem OS type: Linux >01:38:25,512 INFO program: Inode count: 221184 >01:38:25,512 INFO program: Block count: 861710 >01:38:25,512 INFO program: Reserved block count: 8615 >01:38:25,513 INFO program: Free blocks: 4486 >01:38:25,513 INFO program: Free inodes: 112917 >01:38:25,513 INFO program: First block: 0 >01:38:25,513 INFO program: Block size: 4096 >01:38:25,513 INFO program: Fragment size: 4096 >01:38:25,513 INFO program: Reserved GDT blocks: 255 >01:38:25,514 INFO program: Blocks per group: 32768 >01:38:25,514 INFO program: Fragments per group: 32768 >01:38:25,514 INFO program: Inodes per group: 8192 >01:38:25,514 INFO program: Inode blocks per group: 512 >01:38:25,514 INFO program: Flex block group size: 16 >01:38:25,515 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:38:25,515 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:38:25,519 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:38:25,519 INFO program: Mount count: 0 >01:38:25,519 INFO program: Maximum mount count: -1 >01:38:25,519 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:38:25,520 INFO program: Check interval: 0 (<none>) >01:38:25,520 INFO program: Lifetime writes: 807 MB >01:38:25,520 INFO program: Reserved blocks uid: 0 (user root) >01:38:25,520 INFO program: Reserved blocks gid: 0 (group root) >01:38:25,520 INFO program: First inode: 11 >01:38:25,521 INFO program: Inode size: 256 >01:38:25,521 INFO program: Required extra isize: 28 >01:38:25,521 INFO program: Desired extra isize: 28 >01:38:25,521 INFO program: Journal inode: 8 >01:38:25,521 INFO program: Default directory hash: half_md4 >01:38:25,522 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:38:25,522 INFO program: Journal backup: inode blocks >01:38:25,522 INFO program: Journal features: journal_incompat_revoke >01:38:25,522 INFO program: Journal size: 128M >01:38:25,522 INFO program: Journal length: 32768 >01:38:25,522 INFO program: Journal sequence: 0x000016d0 >01:38:25,523 INFO program: Journal start: 0 >01:38:25,523 INFO program: >01:38:25,524 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:38:25,524 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:38:25,543 INFO program: Couldn't find valid filesystem superblock. >01:38:25,543 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:38:25,543 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:38:25,564 INFO program: Running... udevadm settle --timeout=300 >01:38:25,612 INFO program: Running... udevadm settle --timeout=300 >01:38:25,654 INFO program: Running... udevadm settle --timeout=300 >01:38:25,699 INFO program: Running... udevadm settle --timeout=300 >01:38:25,741 INFO program: Running... udevadm settle --timeout=300 >06:38:25,811 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >06:38:25,822 ERR program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so >01:38:25,824 INFO program: Running... udevadm settle --timeout=300 >06:38:25,942 INFO program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >01:38:57,984 INFO program: Running... udevadm settle --timeout=300 >01:39:08,791 INFO program: Running... udevadm settle --timeout=300 >01:39:08,825 INFO program: Running... multipath -d >01:39:08,839 INFO program: Running... multipath -ll >01:39:08,947 INFO program: Running... dumpe2fs -h /dev/sda1 >01:39:08,958 INFO program: Filesystem volume name: <none> >01:39:08,959 INFO program: Last mounted on: /mnt/sysimage/boot >01:39:08,959 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:39:08,959 INFO program: Filesystem magic number: 0xEF53 >01:39:08,959 INFO program: Filesystem revision #: 1 (dynamic) >01:39:08,959 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 >01:39:08,959 INFO program: Filesystem flags: signed_directory_hash >01:39:08,959 INFO program: Default mount options: user_xattr acl >01:39:08,959 INFO program: Filesystem state: clean >01:39:08,959 INFO program: Errors behavior: Continue >01:39:08,959 INFO program: Filesystem OS type: Linux >01:39:08,959 INFO program: Inode count: 128016 >01:39:08,959 INFO program: Block count: 512000 >01:39:08,959 INFO program: Reserved block count: 25600 >01:39:08,959 INFO program: Free blocks: 424191 >01:39:08,959 INFO program: Free inodes: 127651 >01:39:08,959 INFO program: First block: 1 >01:39:08,959 INFO program: Block size: 1024 >01:39:08,959 INFO program: Fragment size: 1024 >01:39:08,960 INFO program: Reserved GDT blocks: 256 >01:39:08,960 INFO program: Blocks per group: 8192 >01:39:08,960 INFO program: Fragments per group: 8192 >01:39:08,960 INFO program: Inodes per group: 2032 >01:39:08,960 INFO program: Inode blocks per group: 254 >01:39:08,960 INFO program: Flex block group size: 16 >01:39:08,960 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:39:08,960 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:39:08,960 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:39:08,960 INFO program: Mount count: 1 >01:39:08,960 INFO program: Maximum mount count: -1 >01:39:08,960 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:39:08,960 INFO program: Check interval: 0 (<none>) >01:39:08,960 INFO program: Lifetime writes: 84 MB >01:39:08,960 INFO program: Reserved blocks uid: 0 (user root) >01:39:08,960 INFO program: Reserved blocks gid: 0 (group root) >01:39:08,960 INFO program: First inode: 11 >01:39:08,960 INFO program: Inode size: 128 >01:39:08,960 INFO program: Journal inode: 8 >01:39:08,960 INFO program: Default directory hash: half_md4 >01:39:08,960 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:39:08,961 INFO program: Journal backup: inode blocks >01:39:08,961 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:08,961 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:39:08,961 INFO program: Running... dumpe2fs -h /dev/sda1 >01:39:08,968 INFO program: Filesystem volume name: <none> >01:39:08,969 INFO program: Last mounted on: /mnt/sysimage/boot >01:39:08,969 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:39:08,969 INFO program: Filesystem magic number: 0xEF53 >01:39:08,970 INFO program: Filesystem revision #: 1 (dynamic) >01:39:08,970 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 >01:39:08,970 INFO program: Filesystem flags: signed_directory_hash >01:39:08,970 INFO program: Default mount options: user_xattr acl >01:39:08,970 INFO program: Filesystem state: clean >01:39:08,971 INFO program: Errors behavior: Continue >01:39:08,971 INFO program: Filesystem OS type: Linux >01:39:08,971 INFO program: Inode count: 128016 >01:39:08,971 INFO program: Block count: 512000 >01:39:08,972 INFO program: Reserved block count: 25600 >01:39:08,972 INFO program: Free blocks: 424191 >01:39:08,972 INFO program: Free inodes: 127651 >01:39:08,972 INFO program: First block: 1 >01:39:08,972 INFO program: Block size: 1024 >01:39:08,972 INFO program: Fragment size: 1024 >01:39:08,972 INFO program: Reserved GDT blocks: 256 >01:39:08,972 INFO program: Blocks per group: 8192 >01:39:08,972 INFO program: Fragments per group: 8192 >01:39:08,972 INFO program: Inodes per group: 2032 >01:39:08,972 INFO program: Inode blocks per group: 254 >01:39:08,972 INFO program: Flex block group size: 16 >01:39:08,972 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:39:08,972 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:39:08,972 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:39:08,972 INFO program: Mount count: 1 >01:39:08,972 INFO program: Maximum mount count: -1 >01:39:08,972 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:39:08,972 INFO program: Check interval: 0 (<none>) >01:39:08,973 INFO program: Lifetime writes: 84 MB >01:39:08,973 INFO program: Reserved blocks uid: 0 (user root) >01:39:08,973 INFO program: Reserved blocks gid: 0 (group root) >01:39:08,973 INFO program: First inode: 11 >01:39:08,973 INFO program: Inode size: 128 >01:39:08,973 INFO program: Journal inode: 8 >01:39:08,973 INFO program: Default directory hash: half_md4 >01:39:08,973 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:39:08,973 INFO program: Journal backup: inode blocks >01:39:08,973 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:08,973 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:39:08,973 INFO program: Running... resize2fs -P /dev/sda1 >01:39:08,982 INFO program: Estimated minimum size of the filesystem: 78174 >01:39:08,982 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:39:09,124 INFO program: Running... dumpe2fs -h /dev/loop3 >01:39:09,129 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:39:09,129 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:39:09,129 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:39:09,129 INFO program: Filesystem magic number: 0xEF53 >01:39:09,129 INFO program: Filesystem revision #: 1 (dynamic) >01:39:09,129 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 >01:39:09,129 INFO program: Filesystem flags: signed_directory_hash >01:39:09,129 INFO program: Default mount options: user_xattr acl >01:39:09,129 INFO program: Filesystem state: clean >01:39:09,129 INFO program: Errors behavior: Continue >01:39:09,129 INFO program: Filesystem OS type: Linux >01:39:09,129 INFO program: Inode count: 262144 >01:39:09,130 INFO program: Block count: 1048576 >01:39:09,130 INFO program: Reserved block count: 10484 >01:39:09,130 INFO program: Free blocks: 188525 >01:39:09,130 INFO program: Free inodes: 153877 >01:39:09,130 INFO program: First block: 0 >01:39:09,130 INFO program: Block size: 4096 >01:39:09,130 INFO program: Fragment size: 4096 >01:39:09,130 INFO program: Reserved GDT blocks: 255 >01:39:09,130 INFO program: Blocks per group: 32768 >01:39:09,130 INFO program: Fragments per group: 32768 >01:39:09,130 INFO program: Inodes per group: 8192 >01:39:09,130 INFO program: Inode blocks per group: 512 >01:39:09,130 INFO program: Flex block group size: 16 >01:39:09,130 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:39:09,130 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:39:09,130 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:39:09,130 INFO program: Mount count: 0 >01:39:09,130 INFO program: Maximum mount count: -1 >01:39:09,130 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:39:09,130 INFO program: Check interval: 0 (<none>) >01:39:09,130 INFO program: Lifetime writes: 805 MB >01:39:09,131 INFO program: Reserved blocks uid: 0 (user root) >01:39:09,131 INFO program: Reserved blocks gid: 0 (group root) >01:39:09,131 INFO program: First inode: 11 >01:39:09,131 INFO program: Inode size: 256 >01:39:09,131 INFO program: Required extra isize: 28 >01:39:09,131 INFO program: Desired extra isize: 28 >01:39:09,131 INFO program: Journal inode: 8 >01:39:09,131 INFO program: Default directory hash: half_md4 >01:39:09,131 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:39:09,131 INFO program: Journal backup: inode blocks >01:39:09,131 INFO program: Journal features: journal_incompat_revoke >01:39:09,131 INFO program: Journal size: 128M >01:39:09,131 INFO program: Journal length: 32768 >01:39:09,131 INFO program: Journal sequence: 0x000016d0 >01:39:09,131 INFO program: Journal start: 0 >01:39:09,131 INFO program: >01:39:09,131 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:09,132 INFO program: Running... dumpe2fs -h /dev/loop3 >01:39:09,136 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:39:09,137 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:39:09,137 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:39:09,137 INFO program: Filesystem magic number: 0xEF53 >01:39:09,137 INFO program: Filesystem revision #: 1 (dynamic) >01:39:09,137 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 >01:39:09,137 INFO program: Filesystem flags: signed_directory_hash >01:39:09,137 INFO program: Default mount options: user_xattr acl >01:39:09,137 INFO program: Filesystem state: clean >01:39:09,137 INFO program: Errors behavior: Continue >01:39:09,137 INFO program: Filesystem OS type: Linux >01:39:09,137 INFO program: Inode count: 262144 >01:39:09,137 INFO program: Block count: 1048576 >01:39:09,137 INFO program: Reserved block count: 10484 >01:39:09,137 INFO program: Free blocks: 188525 >01:39:09,137 INFO program: Free inodes: 153877 >01:39:09,137 INFO program: First block: 0 >01:39:09,137 INFO program: Block size: 4096 >01:39:09,138 INFO program: Fragment size: 4096 >01:39:09,138 INFO program: Reserved GDT blocks: 255 >01:39:09,138 INFO program: Blocks per group: 32768 >01:39:09,138 INFO program: Fragments per group: 32768 >01:39:09,138 INFO program: Inodes per group: 8192 >01:39:09,138 INFO program: Inode blocks per group: 512 >01:39:09,138 INFO program: Flex block group size: 16 >01:39:09,138 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:39:09,138 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:39:09,138 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:39:09,138 INFO program: Mount count: 0 >01:39:09,138 INFO program: Maximum mount count: -1 >01:39:09,138 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:39:09,138 INFO program: Check interval: 0 (<none>) >01:39:09,138 INFO program: Lifetime writes: 805 MB >01:39:09,138 INFO program: Reserved blocks uid: 0 (user root) >01:39:09,138 INFO program: Reserved blocks gid: 0 (group root) >01:39:09,138 INFO program: First inode: 11 >01:39:09,138 INFO program: Inode size: 256 >01:39:09,138 INFO program: Required extra isize: 28 >01:39:09,138 INFO program: Desired extra isize: 28 >01:39:09,139 INFO program: Journal inode: 8 >01:39:09,139 INFO program: Default directory hash: half_md4 >01:39:09,139 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:39:09,139 INFO program: Journal backup: inode blocks >01:39:09,139 INFO program: Journal features: journal_incompat_revoke >01:39:09,139 INFO program: Journal size: 128M >01:39:09,139 INFO program: Journal length: 32768 >01:39:09,139 INFO program: Journal sequence: 0x000016d0 >01:39:09,139 INFO program: Journal start: 0 >01:39:09,139 INFO program: >01:39:09,139 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:09,139 INFO program: Running... resize2fs -P /dev/loop3 >01:39:09,147 INFO program: Couldn't find valid filesystem superblock. >01:39:09,147 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:39:09,147 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:39:09,171 INFO program: Running... udevadm settle --timeout=300 >01:39:09,200 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:39:09,205 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:39:09,205 INFO program: Last mounted on: /sysroot >01:39:09,205 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:39:09,205 INFO program: Filesystem magic number: 0xEF53 >01:39:09,205 INFO program: Filesystem revision #: 1 (dynamic) >01:39:09,206 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:39:09,206 INFO program: Filesystem flags: signed_directory_hash >01:39:09,206 INFO program: Default mount options: user_xattr acl >01:39:09,206 INFO program: Filesystem state: clean >01:39:09,206 INFO program: Errors behavior: Continue >01:39:09,206 INFO program: Filesystem OS type: Linux >01:39:09,206 INFO program: Inode count: 262144 >01:39:09,206 INFO program: Block count: 1048576 >01:39:09,206 INFO program: Reserved block count: 10484 >01:39:09,206 INFO program: Free blocks: 188525 >01:39:09,206 INFO program: Free inodes: 153877 >01:39:09,206 INFO program: First block: 0 >01:39:09,206 INFO program: Block size: 4096 >01:39:09,206 INFO program: Fragment size: 4096 >01:39:09,206 INFO program: Reserved GDT blocks: 255 >01:39:09,206 INFO program: Blocks per group: 32768 >01:39:09,206 INFO program: Fragments per group: 32768 >01:39:09,206 INFO program: Inodes per group: 8192 >01:39:09,206 INFO program: Inode blocks per group: 512 >01:39:09,206 INFO program: Flex block group size: 16 >01:39:09,206 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:39:09,207 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:39:09,207 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:39:09,207 INFO program: Mount count: 1 >01:39:09,207 INFO program: Maximum mount count: -1 >01:39:09,207 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:39:09,207 INFO program: Check interval: 0 (<none>) >01:39:09,207 INFO program: Lifetime writes: 805 MB >01:39:09,207 INFO program: Reserved blocks uid: 0 (user root) >01:39:09,207 INFO program: Reserved blocks gid: 0 (group root) >01:39:09,207 INFO program: First inode: 11 >01:39:09,207 INFO program: Inode size: 256 >01:39:09,207 INFO program: Required extra isize: 28 >01:39:09,207 INFO program: Desired extra isize: 28 >01:39:09,207 INFO program: Journal inode: 8 >01:39:09,207 INFO program: First orphan inode: 38553 >01:39:09,207 INFO program: Default directory hash: half_md4 >01:39:09,207 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:39:09,207 INFO program: Journal backup: inode blocks >01:39:09,207 INFO program: Journal features: journal_incompat_revoke >01:39:09,207 INFO program: Journal size: 128M >01:39:09,207 INFO program: Journal length: 32768 >01:39:09,208 INFO program: Journal sequence: 0x000016d1 >01:39:09,208 INFO program: Journal start: 1 >01:39:09,208 INFO program: >01:39:09,208 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:09,208 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:39:09,213 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:39:09,213 INFO program: Last mounted on: /sysroot >01:39:09,213 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:39:09,213 INFO program: Filesystem magic number: 0xEF53 >01:39:09,213 INFO program: Filesystem revision #: 1 (dynamic) >01:39:09,214 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:39:09,214 INFO program: Filesystem flags: signed_directory_hash >01:39:09,214 INFO program: Default mount options: user_xattr acl >01:39:09,214 INFO program: Filesystem state: clean >01:39:09,214 INFO program: Errors behavior: Continue >01:39:09,214 INFO program: Filesystem OS type: Linux >01:39:09,214 INFO program: Inode count: 262144 >01:39:09,214 INFO program: Block count: 1048576 >01:39:09,214 INFO program: Reserved block count: 10484 >01:39:09,214 INFO program: Free blocks: 188525 >01:39:09,214 INFO program: Free inodes: 153877 >01:39:09,214 INFO program: First block: 0 >01:39:09,214 INFO program: Block size: 4096 >01:39:09,214 INFO program: Fragment size: 4096 >01:39:09,214 INFO program: Reserved GDT blocks: 255 >01:39:09,214 INFO program: Blocks per group: 32768 >01:39:09,214 INFO program: Fragments per group: 32768 >01:39:09,214 INFO program: Inodes per group: 8192 >01:39:09,214 INFO program: Inode blocks per group: 512 >01:39:09,214 INFO program: Flex block group size: 16 >01:39:09,214 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:39:09,215 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:39:09,215 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:39:09,215 INFO program: Mount count: 1 >01:39:09,215 INFO program: Maximum mount count: -1 >01:39:09,215 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:39:09,215 INFO program: Check interval: 0 (<none>) >01:39:09,215 INFO program: Lifetime writes: 805 MB >01:39:09,215 INFO program: Reserved blocks uid: 0 (user root) >01:39:09,215 INFO program: Reserved blocks gid: 0 (group root) >01:39:09,215 INFO program: First inode: 11 >01:39:09,215 INFO program: Inode size: 256 >01:39:09,215 INFO program: Required extra isize: 28 >01:39:09,215 INFO program: Desired extra isize: 28 >01:39:09,215 INFO program: Journal inode: 8 >01:39:09,215 INFO program: First orphan inode: 38553 >01:39:09,215 INFO program: Default directory hash: half_md4 >01:39:09,215 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:39:09,215 INFO program: Journal backup: inode blocks >01:39:09,215 INFO program: Journal features: journal_incompat_revoke >01:39:09,215 INFO program: Journal size: 128M >01:39:09,215 INFO program: Journal length: 32768 >01:39:09,215 INFO program: Journal sequence: 0x000016d1 >01:39:09,216 INFO program: Journal start: 1 >01:39:09,216 INFO program: >01:39:09,216 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:09,216 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:39:09,224 INFO program: Estimated minimum size of the filesystem: 861710 >01:39:09,224 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:39:09,245 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:39:09,250 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:39:09,250 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:39:09,250 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:39:09,250 INFO program: Filesystem magic number: 0xEF53 >01:39:09,250 INFO program: Filesystem revision #: 1 (dynamic) >01:39:09,250 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 >01:39:09,250 INFO program: Filesystem flags: signed_directory_hash >01:39:09,251 INFO program: Default mount options: user_xattr acl >01:39:09,251 INFO program: Filesystem state: clean >01:39:09,251 INFO program: Errors behavior: Continue >01:39:09,251 INFO program: Filesystem OS type: Linux >01:39:09,251 INFO program: Inode count: 221184 >01:39:09,251 INFO program: Block count: 861710 >01:39:09,251 INFO program: Reserved block count: 8615 >01:39:09,251 INFO program: Free blocks: 4486 >01:39:09,251 INFO program: Free inodes: 112917 >01:39:09,251 INFO program: First block: 0 >01:39:09,251 INFO program: Block size: 4096 >01:39:09,251 INFO program: Fragment size: 4096 >01:39:09,251 INFO program: Reserved GDT blocks: 255 >01:39:09,251 INFO program: Blocks per group: 32768 >01:39:09,251 INFO program: Fragments per group: 32768 >01:39:09,251 INFO program: Inodes per group: 8192 >01:39:09,251 INFO program: Inode blocks per group: 512 >01:39:09,251 INFO program: Flex block group size: 16 >01:39:09,251 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:39:09,251 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:39:09,252 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:39:09,252 INFO program: Mount count: 0 >01:39:09,252 INFO program: Maximum mount count: -1 >01:39:09,252 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:39:09,252 INFO program: Check interval: 0 (<none>) >01:39:09,252 INFO program: Lifetime writes: 807 MB >01:39:09,252 INFO program: Reserved blocks uid: 0 (user root) >01:39:09,252 INFO program: Reserved blocks gid: 0 (group root) >01:39:09,252 INFO program: First inode: 11 >01:39:09,252 INFO program: Inode size: 256 >01:39:09,252 INFO program: Required extra isize: 28 >01:39:09,252 INFO program: Desired extra isize: 28 >01:39:09,252 INFO program: Journal inode: 8 >01:39:09,252 INFO program: Default directory hash: half_md4 >01:39:09,252 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:39:09,252 INFO program: Journal backup: inode blocks >01:39:09,252 INFO program: Journal features: journal_incompat_revoke >01:39:09,252 INFO program: Journal size: 128M >01:39:09,252 INFO program: Journal length: 32768 >01:39:09,252 INFO program: Journal sequence: 0x000016d0 >01:39:09,252 INFO program: Journal start: 0 >01:39:09,253 INFO program: >01:39:09,253 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:09,253 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:39:09,258 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:39:09,258 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:39:09,258 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:39:09,258 INFO program: Filesystem magic number: 0xEF53 >01:39:09,258 INFO program: Filesystem revision #: 1 (dynamic) >01:39:09,258 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 >01:39:09,258 INFO program: Filesystem flags: signed_directory_hash >01:39:09,259 INFO program: Default mount options: user_xattr acl >01:39:09,259 INFO program: Filesystem state: clean >01:39:09,259 INFO program: Errors behavior: Continue >01:39:09,259 INFO program: Filesystem OS type: Linux >01:39:09,259 INFO program: Inode count: 221184 >01:39:09,259 INFO program: Block count: 861710 >01:39:09,259 INFO program: Reserved block count: 8615 >01:39:09,259 INFO program: Free blocks: 4486 >01:39:09,259 INFO program: Free inodes: 112917 >01:39:09,259 INFO program: First block: 0 >01:39:09,259 INFO program: Block size: 4096 >01:39:09,259 INFO program: Fragment size: 4096 >01:39:09,259 INFO program: Reserved GDT blocks: 255 >01:39:09,259 INFO program: Blocks per group: 32768 >01:39:09,259 INFO program: Fragments per group: 32768 >01:39:09,259 INFO program: Inodes per group: 8192 >01:39:09,259 INFO program: Inode blocks per group: 512 >01:39:09,259 INFO program: Flex block group size: 16 >01:39:09,259 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:39:09,259 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:39:09,260 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:39:09,260 INFO program: Mount count: 0 >01:39:09,260 INFO program: Maximum mount count: -1 >01:39:09,260 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:39:09,260 INFO program: Check interval: 0 (<none>) >01:39:09,260 INFO program: Lifetime writes: 807 MB >01:39:09,260 INFO program: Reserved blocks uid: 0 (user root) >01:39:09,260 INFO program: Reserved blocks gid: 0 (group root) >01:39:09,260 INFO program: First inode: 11 >01:39:09,260 INFO program: Inode size: 256 >01:39:09,260 INFO program: Required extra isize: 28 >01:39:09,260 INFO program: Desired extra isize: 28 >01:39:09,260 INFO program: Journal inode: 8 >01:39:09,260 INFO program: Default directory hash: half_md4 >01:39:09,260 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:39:09,260 INFO program: Journal backup: inode blocks >01:39:09,260 INFO program: Journal features: journal_incompat_revoke >01:39:09,260 INFO program: Journal size: 128M >01:39:09,260 INFO program: Journal length: 32768 >01:39:09,260 INFO program: Journal sequence: 0x000016d0 >01:39:09,260 INFO program: Journal start: 0 >01:39:09,261 INFO program: >01:39:09,261 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:09,261 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:39:09,270 INFO program: Couldn't find valid filesystem superblock. >01:39:09,270 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:39:09,270 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:39:09,279 INFO program: Running... udevadm settle --timeout=300 >01:39:09,295 INFO program: Running... udevadm settle --timeout=300 >01:39:09,309 INFO program: Running... udevadm settle --timeout=300 >01:39:09,323 INFO program: Running... udevadm settle --timeout=300 >01:39:09,337 INFO program: Running... udevadm settle --timeout=300 >01:39:09,352 INFO program: Running... udevadm settle --timeout=300 >01:39:09,366 INFO program: Running... udevadm settle --timeout=300 >01:39:09,380 INFO program: Running... udevadm settle --timeout=300 >01:39:09,394 INFO program: Running... udevadm settle --timeout=300 >01:39:09,755 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:39:09,773 INFO program: Running... udevadm settle --timeout=300 >01:39:10,137 INFO program: Running... modprobe fcoe >01:39:10,144 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >01:39:10,151 INFO program: No FCoE boot disk information is found in EDD! >01:39:10,154 INFO program: Running... udevadm settle --timeout=300 >01:39:10,208 INFO program: Running... multipath -d >01:39:10,235 INFO program: Running... multipath -ll >01:39:10,467 INFO program: Running... udevadm control --property=ANACONDA=1 >01:39:10,471 INFO program: Running... systemctl start chronyd.service >01:39:10,533 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:39:10,581 INFO program: Running... udevadm settle --timeout=300 >01:39:11,312 INFO program: Running... udevadm settle --timeout=300 >01:39:11,351 INFO program: Running... udevadm settle --timeout=300 >01:39:11,408 INFO program: Running... multipath -d >01:39:11,434 INFO program: Running... multipath -ll >01:39:11,688 INFO program: Running... dumpe2fs -h /dev/sda1 >01:39:11,710 INFO program: Filesystem volume name: <none> >01:39:11,711 INFO program: Last mounted on: /mnt/sysimage/boot >01:39:11,711 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:39:11,712 INFO program: Filesystem magic number: 0xEF53 >01:39:11,712 INFO program: Filesystem revision #: 1 (dynamic) >01:39:11,713 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 >01:39:11,713 INFO program: Filesystem flags: signed_directory_hash >01:39:11,713 INFO program: Default mount options: user_xattr acl >01:39:11,714 INFO program: Filesystem state: clean >01:39:11,714 INFO program: Errors behavior: Continue >01:39:11,715 INFO program: Filesystem OS type: Linux >01:39:11,715 INFO program: Inode count: 128016 >01:39:11,715 INFO program: Block count: 512000 >01:39:11,715 INFO program: Reserved block count: 25600 >01:39:11,715 INFO program: Free blocks: 424191 >01:39:11,715 INFO program: Free inodes: 127651 >01:39:11,715 INFO program: First block: 1 >01:39:11,716 INFO program: Block size: 1024 >01:39:11,716 INFO program: Fragment size: 1024 >01:39:11,716 INFO program: Reserved GDT blocks: 256 >01:39:11,716 INFO program: Blocks per group: 8192 >01:39:11,716 INFO program: Fragments per group: 8192 >01:39:11,716 INFO program: Inodes per group: 2032 >01:39:11,719 INFO program: Inode blocks per group: 254 >01:39:11,719 INFO program: Flex block group size: 16 >01:39:11,719 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:39:11,719 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:39:11,719 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:39:11,719 INFO program: Mount count: 1 >01:39:11,719 INFO program: Maximum mount count: -1 >01:39:11,719 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:39:11,719 INFO program: Check interval: 0 (<none>) >01:39:11,719 INFO program: Lifetime writes: 84 MB >01:39:11,720 INFO program: Reserved blocks uid: 0 (user root) >01:39:11,727 INFO program: Reserved blocks gid: 0 (group root) >01:39:11,727 INFO program: First inode: 11 >01:39:11,727 INFO program: Inode size: 128 >01:39:11,727 INFO program: Journal inode: 8 >01:39:11,728 INFO program: Default directory hash: half_md4 >01:39:11,728 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:39:11,728 INFO program: Journal backup: inode blocks >01:39:11,728 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:11,728 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:39:11,731 INFO program: Running... dumpe2fs -h /dev/sda1 >01:39:11,747 INFO program: Filesystem volume name: <none> >01:39:11,747 INFO program: Last mounted on: /mnt/sysimage/boot >01:39:11,748 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:39:11,748 INFO program: Filesystem magic number: 0xEF53 >01:39:11,749 INFO program: Filesystem revision #: 1 (dynamic) >01:39:11,750 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 >01:39:11,750 INFO program: Filesystem flags: signed_directory_hash >01:39:11,751 INFO program: Default mount options: user_xattr acl >01:39:11,751 INFO program: Filesystem state: clean >01:39:11,751 INFO program: Errors behavior: Continue >01:39:11,752 INFO program: Filesystem OS type: Linux >01:39:11,752 INFO program: Inode count: 128016 >01:39:11,752 INFO program: Block count: 512000 >01:39:11,752 INFO program: Reserved block count: 25600 >01:39:11,752 INFO program: Free blocks: 424191 >01:39:11,753 INFO program: Free inodes: 127651 >01:39:11,753 INFO program: First block: 1 >01:39:11,753 INFO program: Block size: 1024 >01:39:11,753 INFO program: Fragment size: 1024 >01:39:11,753 INFO program: Reserved GDT blocks: 256 >01:39:11,753 INFO program: Blocks per group: 8192 >01:39:11,753 INFO program: Fragments per group: 8192 >01:39:11,753 INFO program: Inodes per group: 2032 >01:39:11,756 INFO program: Inode blocks per group: 254 >01:39:11,756 INFO program: Flex block group size: 16 >01:39:11,756 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:39:11,757 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:39:11,757 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:39:11,757 INFO program: Mount count: 1 >01:39:11,757 INFO program: Maximum mount count: -1 >01:39:11,757 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:39:11,757 INFO program: Check interval: 0 (<none>) >01:39:11,757 INFO program: Lifetime writes: 84 MB >01:39:11,757 INFO program: Reserved blocks uid: 0 (user root) >01:39:11,764 INFO program: Reserved blocks gid: 0 (group root) >01:39:11,764 INFO program: First inode: 11 >01:39:11,764 INFO program: Inode size: 128 >01:39:11,764 INFO program: Journal inode: 8 >01:39:11,765 INFO program: Default directory hash: half_md4 >01:39:11,765 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:39:11,765 INFO program: Journal backup: inode blocks >01:39:11,765 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:11,765 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:39:11,767 INFO program: Running... resize2fs -P /dev/sda1 >01:39:11,784 INFO program: Estimated minimum size of the filesystem: 78174 >01:39:11,787 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:39:12,158 INFO program: Running... dumpe2fs -h /dev/loop3 >01:39:12,173 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:39:12,174 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:39:12,175 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:39:12,175 INFO program: Filesystem magic number: 0xEF53 >01:39:12,175 INFO program: Filesystem revision #: 1 (dynamic) >01:39:12,176 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 >01:39:12,176 INFO program: Filesystem flags: signed_directory_hash >01:39:12,177 INFO program: Default mount options: user_xattr acl >01:39:12,177 INFO program: Filesystem state: clean >01:39:12,178 INFO program: Errors behavior: Continue >01:39:12,178 INFO program: Filesystem OS type: Linux >01:39:12,178 INFO program: Inode count: 262144 >01:39:12,178 INFO program: Block count: 1048576 >01:39:12,178 INFO program: Reserved block count: 10484 >01:39:12,178 INFO program: Free blocks: 188525 >01:39:12,178 INFO program: Free inodes: 153877 >01:39:12,178 INFO program: First block: 0 >01:39:12,178 INFO program: Block size: 4096 >01:39:12,179 INFO program: Fragment size: 4096 >01:39:12,179 INFO program: Reserved GDT blocks: 255 >01:39:12,179 INFO program: Blocks per group: 32768 >01:39:12,179 INFO program: Fragments per group: 32768 >01:39:12,182 INFO program: Inodes per group: 8192 >01:39:12,182 INFO program: Inode blocks per group: 512 >01:39:12,182 INFO program: Flex block group size: 16 >01:39:12,182 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:39:12,182 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:39:12,182 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:39:12,182 INFO program: Mount count: 0 >01:39:12,182 INFO program: Maximum mount count: -1 >01:39:12,183 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:39:12,183 INFO program: Check interval: 0 (<none>) >01:39:12,183 INFO program: Lifetime writes: 805 MB >01:39:12,190 INFO program: Reserved blocks uid: 0 (user root) >01:39:12,190 INFO program: Reserved blocks gid: 0 (group root) >01:39:12,190 INFO program: First inode: 11 >01:39:12,190 INFO program: Inode size: 256 >01:39:12,190 INFO program: Required extra isize: 28 >01:39:12,190 INFO program: Desired extra isize: 28 >01:39:12,190 INFO program: Journal inode: 8 >01:39:12,190 INFO program: Default directory hash: half_md4 >01:39:12,191 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:39:12,191 INFO program: Journal backup: inode blocks >01:39:12,191 INFO program: Journal features: journal_incompat_revoke >01:39:12,193 INFO program: Journal size: 128M >01:39:12,193 INFO program: Journal length: 32768 >01:39:12,194 INFO program: Journal sequence: 0x000016d0 >01:39:12,194 INFO program: Journal start: 0 >01:39:12,194 INFO program: >01:39:12,194 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:12,194 INFO program: Running... dumpe2fs -h /dev/loop3 >01:39:12,210 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:39:12,211 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:39:12,211 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:39:12,212 INFO program: Filesystem magic number: 0xEF53 >01:39:12,212 INFO program: Filesystem revision #: 1 (dynamic) >01:39:12,212 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 >01:39:12,213 INFO program: Filesystem flags: signed_directory_hash >01:39:12,213 INFO program: Default mount options: user_xattr acl >01:39:12,214 INFO program: Filesystem state: clean >01:39:12,214 INFO program: Errors behavior: Continue >01:39:12,215 INFO program: Filesystem OS type: Linux >01:39:12,215 INFO program: Inode count: 262144 >01:39:12,215 INFO program: Block count: 1048576 >01:39:12,215 INFO program: Reserved block count: 10484 >01:39:12,215 INFO program: Free blocks: 188525 >01:39:12,215 INFO program: Free inodes: 153877 >01:39:12,215 INFO program: First block: 0 >01:39:12,216 INFO program: Block size: 4096 >01:39:12,216 INFO program: Fragment size: 4096 >01:39:12,216 INFO program: Reserved GDT blocks: 255 >01:39:12,216 INFO program: Blocks per group: 32768 >01:39:12,216 INFO program: Fragments per group: 32768 >01:39:12,216 INFO program: Inodes per group: 8192 >01:39:12,223 INFO program: Inode blocks per group: 512 >01:39:12,224 INFO program: Flex block group size: 16 >01:39:12,224 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:39:12,225 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:39:12,225 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:39:12,225 INFO program: Mount count: 0 >01:39:12,226 INFO program: Maximum mount count: -1 >01:39:12,226 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:39:12,226 INFO program: Check interval: 0 (<none>) >01:39:12,226 INFO program: Lifetime writes: 805 MB >01:39:12,226 INFO program: Reserved blocks uid: 0 (user root) >01:39:12,226 INFO program: Reserved blocks gid: 0 (group root) >01:39:12,226 INFO program: First inode: 11 >01:39:12,226 INFO program: Inode size: 256 >01:39:12,227 INFO program: Required extra isize: 28 >01:39:12,227 INFO program: Desired extra isize: 28 >01:39:12,227 INFO program: Journal inode: 8 >01:39:12,227 INFO program: Default directory hash: half_md4 >01:39:12,230 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:39:12,230 INFO program: Journal backup: inode blocks >01:39:12,230 INFO program: Journal features: journal_incompat_revoke >01:39:12,230 INFO program: Journal size: 128M >01:39:12,230 INFO program: Journal length: 32768 >01:39:12,230 INFO program: Journal sequence: 0x000016d0 >01:39:12,230 INFO program: Journal start: 0 >01:39:12,230 INFO program: >01:39:12,230 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:12,230 INFO program: Running... resize2fs -P /dev/loop3 >01:39:12,251 INFO program: Couldn't find valid filesystem superblock. >01:39:12,251 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:39:12,251 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:39:12,330 INFO program: Running... udevadm settle --timeout=300 >01:39:12,411 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:39:12,425 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:39:12,426 INFO program: Last mounted on: /sysroot >01:39:12,426 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:39:12,426 INFO program: Filesystem magic number: 0xEF53 >01:39:12,426 INFO program: Filesystem revision #: 1 (dynamic) >01:39:12,426 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:39:12,427 INFO program: Filesystem flags: signed_directory_hash >01:39:12,427 INFO program: Default mount options: user_xattr acl >01:39:12,427 INFO program: Filesystem state: clean >01:39:12,427 INFO program: Errors behavior: Continue >01:39:12,427 INFO program: Filesystem OS type: Linux >01:39:12,427 INFO program: Inode count: 262144 >01:39:12,428 INFO program: Block count: 1048576 >01:39:12,428 INFO program: Reserved block count: 10484 >01:39:12,428 INFO program: Free blocks: 188525 >01:39:12,428 INFO program: Free inodes: 153877 >01:39:12,428 INFO program: First block: 0 >01:39:12,429 INFO program: Block size: 4096 >01:39:12,429 INFO program: Fragment size: 4096 >01:39:12,429 INFO program: Reserved GDT blocks: 255 >01:39:12,429 INFO program: Blocks per group: 32768 >01:39:12,429 INFO program: Fragments per group: 32768 >01:39:12,429 INFO program: Inodes per group: 8192 >01:39:12,430 INFO program: Inode blocks per group: 512 >01:39:12,430 INFO program: Flex block group size: 16 >01:39:12,430 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:39:12,430 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:39:12,430 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:39:12,431 INFO program: Mount count: 1 >01:39:12,431 INFO program: Maximum mount count: -1 >01:39:12,431 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:39:12,431 INFO program: Check interval: 0 (<none>) >01:39:12,431 INFO program: Lifetime writes: 805 MB >01:39:12,431 INFO program: Reserved blocks uid: 0 (user root) >01:39:12,432 INFO program: Reserved blocks gid: 0 (group root) >01:39:12,432 INFO program: First inode: 11 >01:39:12,432 INFO program: Inode size: 256 >01:39:12,432 INFO program: Required extra isize: 28 >01:39:12,432 INFO program: Desired extra isize: 28 >01:39:12,433 INFO program: Journal inode: 8 >01:39:12,433 INFO program: First orphan inode: 38553 >01:39:12,433 INFO program: Default directory hash: half_md4 >01:39:12,433 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:39:12,433 INFO program: Journal backup: inode blocks >01:39:12,434 INFO program: Journal features: journal_incompat_revoke >01:39:12,434 INFO program: Journal size: 128M >01:39:12,434 INFO program: Journal length: 32768 >01:39:12,434 INFO program: Journal sequence: 0x000016d1 >01:39:12,434 INFO program: Journal start: 1 >01:39:12,434 INFO program: >01:39:12,435 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:12,435 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:39:12,450 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:39:12,451 INFO program: Last mounted on: /sysroot >01:39:12,451 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:39:12,451 INFO program: Filesystem magic number: 0xEF53 >01:39:12,451 INFO program: Filesystem revision #: 1 (dynamic) >01:39:12,452 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:39:12,452 INFO program: Filesystem flags: signed_directory_hash >01:39:12,452 INFO program: Default mount options: user_xattr acl >01:39:12,452 INFO program: Filesystem state: clean >01:39:12,452 INFO program: Errors behavior: Continue >01:39:12,453 INFO program: Filesystem OS type: Linux >01:39:12,453 INFO program: Inode count: 262144 >01:39:12,453 INFO program: Block count: 1048576 >01:39:12,453 INFO program: Reserved block count: 10484 >01:39:12,453 INFO program: Free blocks: 188525 >01:39:12,454 INFO program: Free inodes: 153877 >01:39:12,454 INFO program: First block: 0 >01:39:12,454 INFO program: Block size: 4096 >01:39:12,454 INFO program: Fragment size: 4096 >01:39:12,454 INFO program: Reserved GDT blocks: 255 >01:39:12,454 INFO program: Blocks per group: 32768 >01:39:12,455 INFO program: Fragments per group: 32768 >01:39:12,455 INFO program: Inodes per group: 8192 >01:39:12,455 INFO program: Inode blocks per group: 512 >01:39:12,455 INFO program: Flex block group size: 16 >01:39:12,455 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:39:12,456 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:39:12,456 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:39:12,456 INFO program: Mount count: 1 >01:39:12,456 INFO program: Maximum mount count: -1 >01:39:12,456 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:39:12,456 INFO program: Check interval: 0 (<none>) >01:39:12,457 INFO program: Lifetime writes: 805 MB >01:39:12,457 INFO program: Reserved blocks uid: 0 (user root) >01:39:12,457 INFO program: Reserved blocks gid: 0 (group root) >01:39:12,457 INFO program: First inode: 11 >01:39:12,457 INFO program: Inode size: 256 >01:39:12,458 INFO program: Required extra isize: 28 >01:39:12,458 INFO program: Desired extra isize: 28 >01:39:12,458 INFO program: Journal inode: 8 >01:39:12,458 INFO program: First orphan inode: 38553 >01:39:12,462 INFO program: Default directory hash: half_md4 >01:39:12,462 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:39:12,462 INFO program: Journal backup: inode blocks >01:39:12,463 INFO program: Journal features: journal_incompat_revoke >01:39:12,463 INFO program: Journal size: 128M >01:39:12,463 INFO program: Journal length: 32768 >01:39:12,463 INFO program: Journal sequence: 0x000016d1 >01:39:12,463 INFO program: Journal start: 1 >01:39:12,463 INFO program: >01:39:12,464 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:12,464 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:39:12,481 INFO program: Estimated minimum size of the filesystem: 861710 >01:39:12,481 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:39:12,539 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:39:12,553 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:39:12,554 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:39:12,554 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:39:12,554 INFO program: Filesystem magic number: 0xEF53 >01:39:12,555 INFO program: Filesystem revision #: 1 (dynamic) >01:39:12,555 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 >01:39:12,555 INFO program: Filesystem flags: signed_directory_hash >01:39:12,555 INFO program: Default mount options: user_xattr acl >01:39:12,555 INFO program: Filesystem state: clean >01:39:12,556 INFO program: Errors behavior: Continue >01:39:12,556 INFO program: Filesystem OS type: Linux >01:39:12,556 INFO program: Inode count: 221184 >01:39:12,556 INFO program: Block count: 861710 >01:39:12,556 INFO program: Reserved block count: 8615 >01:39:12,556 INFO program: Free blocks: 4486 >01:39:12,557 INFO program: Free inodes: 112917 >01:39:12,557 INFO program: First block: 0 >01:39:12,557 INFO program: Block size: 4096 >01:39:12,557 INFO program: Fragment size: 4096 >01:39:12,557 INFO program: Reserved GDT blocks: 255 >01:39:12,558 INFO program: Blocks per group: 32768 >01:39:12,558 INFO program: Fragments per group: 32768 >01:39:12,558 INFO program: Inodes per group: 8192 >01:39:12,558 INFO program: Inode blocks per group: 512 >01:39:12,558 INFO program: Flex block group size: 16 >01:39:12,558 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:39:12,559 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:39:12,559 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:39:12,559 INFO program: Mount count: 0 >01:39:12,559 INFO program: Maximum mount count: -1 >01:39:12,559 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:39:12,560 INFO program: Check interval: 0 (<none>) >01:39:12,560 INFO program: Lifetime writes: 807 MB >01:39:12,560 INFO program: Reserved blocks uid: 0 (user root) >01:39:12,560 INFO program: Reserved blocks gid: 0 (group root) >01:39:12,564 INFO program: First inode: 11 >01:39:12,564 INFO program: Inode size: 256 >01:39:12,564 INFO program: Required extra isize: 28 >01:39:12,564 INFO program: Desired extra isize: 28 >01:39:12,565 INFO program: Journal inode: 8 >01:39:12,565 INFO program: Default directory hash: half_md4 >01:39:12,565 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:39:12,565 INFO program: Journal backup: inode blocks >01:39:12,565 INFO program: Journal features: journal_incompat_revoke >01:39:12,566 INFO program: Journal size: 128M >01:39:12,566 INFO program: Journal length: 32768 >01:39:12,566 INFO program: Journal sequence: 0x000016d0 >01:39:12,566 INFO program: Journal start: 0 >01:39:12,566 INFO program: >01:39:12,567 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:12,567 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:39:12,582 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:39:12,583 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:39:12,583 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:39:12,583 INFO program: Filesystem magic number: 0xEF53 >01:39:12,584 INFO program: Filesystem revision #: 1 (dynamic) >01:39:12,584 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 >01:39:12,584 INFO program: Filesystem flags: signed_directory_hash >01:39:12,584 INFO program: Default mount options: user_xattr acl >01:39:12,584 INFO program: Filesystem state: clean >01:39:12,585 INFO program: Errors behavior: Continue >01:39:12,585 INFO program: Filesystem OS type: Linux >01:39:12,585 INFO program: Inode count: 221184 >01:39:12,585 INFO program: Block count: 861710 >01:39:12,585 INFO program: Reserved block count: 8615 >01:39:12,585 INFO program: Free blocks: 4486 >01:39:12,586 INFO program: Free inodes: 112917 >01:39:12,586 INFO program: First block: 0 >01:39:12,586 INFO program: Block size: 4096 >01:39:12,586 INFO program: Fragment size: 4096 >01:39:12,586 INFO program: Reserved GDT blocks: 255 >01:39:12,587 INFO program: Blocks per group: 32768 >01:39:12,587 INFO program: Fragments per group: 32768 >01:39:12,587 INFO program: Inodes per group: 8192 >01:39:12,587 INFO program: Inode blocks per group: 512 >01:39:12,587 INFO program: Flex block group size: 16 >01:39:12,587 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:39:12,588 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:39:12,588 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:39:12,592 INFO program: Mount count: 0 >01:39:12,592 INFO program: Maximum mount count: -1 >01:39:12,592 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:39:12,593 INFO program: Check interval: 0 (<none>) >01:39:12,593 INFO program: Lifetime writes: 807 MB >01:39:12,593 INFO program: Reserved blocks uid: 0 (user root) >01:39:12,593 INFO program: Reserved blocks gid: 0 (group root) >01:39:12,593 INFO program: First inode: 11 >01:39:12,594 INFO program: Inode size: 256 >01:39:12,594 INFO program: Required extra isize: 28 >01:39:12,594 INFO program: Desired extra isize: 28 >01:39:12,594 INFO program: Journal inode: 8 >01:39:12,594 INFO program: Default directory hash: half_md4 >01:39:12,594 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:39:12,595 INFO program: Journal backup: inode blocks >01:39:12,595 INFO program: Journal features: journal_incompat_revoke >01:39:12,595 INFO program: Journal size: 128M >01:39:12,595 INFO program: Journal length: 32768 >01:39:12,595 INFO program: Journal sequence: 0x000016d0 >01:39:12,596 INFO program: Journal start: 0 >01:39:12,596 INFO program: >01:39:12,596 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:39:12,597 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:39:12,616 INFO program: Couldn't find valid filesystem superblock. >01:39:12,617 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:39:12,617 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:39:12,640 INFO program: Running... udevadm settle --timeout=300 >01:39:12,681 INFO program: Running... udevadm settle --timeout=300 >01:39:12,722 INFO program: Running... udevadm settle --timeout=300 >01:39:12,763 INFO program: Running... udevadm settle --timeout=300 >01:39:12,807 INFO program: Running... udevadm settle --timeout=300 >06:39:12,873 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >06:39:12,885 ERR program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so >01:39:12,888 INFO program: Running... udevadm settle --timeout=300 >06:39:13,004 INFO program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >01:39:35,041 INFO program: Running... udevadm settle --timeout=300 >01:43:25,411 INFO program: Running... udevadm settle --timeout=300 >01:43:25,445 INFO program: Running... multipath -d >01:43:25,460 INFO program: Running... multipath -ll >01:43:25,574 INFO program: Running... dumpe2fs -h /dev/sda1 >01:43:25,585 INFO program: Filesystem volume name: <none> >01:43:25,586 INFO program: Last mounted on: /mnt/sysimage/boot >01:43:25,586 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:43:25,586 INFO program: Filesystem magic number: 0xEF53 >01:43:25,586 INFO program: Filesystem revision #: 1 (dynamic) >01:43:25,586 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 >01:43:25,586 INFO program: Filesystem flags: signed_directory_hash >01:43:25,586 INFO program: Default mount options: user_xattr acl >01:43:25,586 INFO program: Filesystem state: clean >01:43:25,586 INFO program: Errors behavior: Continue >01:43:25,586 INFO program: Filesystem OS type: Linux >01:43:25,586 INFO program: Inode count: 128016 >01:43:25,586 INFO program: Block count: 512000 >01:43:25,586 INFO program: Reserved block count: 25600 >01:43:25,586 INFO program: Free blocks: 424191 >01:43:25,586 INFO program: Free inodes: 127651 >01:43:25,586 INFO program: First block: 1 >01:43:25,586 INFO program: Block size: 1024 >01:43:25,586 INFO program: Fragment size: 1024 >01:43:25,587 INFO program: Reserved GDT blocks: 256 >01:43:25,587 INFO program: Blocks per group: 8192 >01:43:25,587 INFO program: Fragments per group: 8192 >01:43:25,587 INFO program: Inodes per group: 2032 >01:43:25,587 INFO program: Inode blocks per group: 254 >01:43:25,587 INFO program: Flex block group size: 16 >01:43:25,587 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:43:25,587 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:43:25,587 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:43:25,587 INFO program: Mount count: 1 >01:43:25,587 INFO program: Maximum mount count: -1 >01:43:25,587 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:43:25,587 INFO program: Check interval: 0 (<none>) >01:43:25,587 INFO program: Lifetime writes: 84 MB >01:43:25,587 INFO program: Reserved blocks uid: 0 (user root) >01:43:25,587 INFO program: Reserved blocks gid: 0 (group root) >01:43:25,587 INFO program: First inode: 11 >01:43:25,587 INFO program: Inode size: 128 >01:43:25,587 INFO program: Journal inode: 8 >01:43:25,587 INFO program: Default directory hash: half_md4 >01:43:25,587 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:43:25,588 INFO program: Journal backup: inode blocks >01:43:25,588 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:25,588 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:43:25,588 INFO program: Running... dumpe2fs -h /dev/sda1 >01:43:25,597 INFO program: Filesystem volume name: <none> >01:43:25,597 INFO program: Last mounted on: /mnt/sysimage/boot >01:43:25,598 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:43:25,598 INFO program: Filesystem magic number: 0xEF53 >01:43:25,598 INFO program: Filesystem revision #: 1 (dynamic) >01:43:25,598 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 >01:43:25,598 INFO program: Filesystem flags: signed_directory_hash >01:43:25,599 INFO program: Default mount options: user_xattr acl >01:43:25,599 INFO program: Filesystem state: clean >01:43:25,599 INFO program: Errors behavior: Continue >01:43:25,599 INFO program: Filesystem OS type: Linux >01:43:25,599 INFO program: Inode count: 128016 >01:43:25,600 INFO program: Block count: 512000 >01:43:25,600 INFO program: Reserved block count: 25600 >01:43:25,600 INFO program: Free blocks: 424191 >01:43:25,600 INFO program: Free inodes: 127651 >01:43:25,600 INFO program: First block: 1 >01:43:25,601 INFO program: Block size: 1024 >01:43:25,601 INFO program: Fragment size: 1024 >01:43:25,601 INFO program: Reserved GDT blocks: 256 >01:43:25,601 INFO program: Blocks per group: 8192 >01:43:25,601 INFO program: Fragments per group: 8192 >01:43:25,602 INFO program: Inodes per group: 2032 >01:43:25,602 INFO program: Inode blocks per group: 254 >01:43:25,602 INFO program: Flex block group size: 16 >01:43:25,602 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:43:25,602 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:43:25,602 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:43:25,602 INFO program: Mount count: 1 >01:43:25,602 INFO program: Maximum mount count: -1 >01:43:25,602 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:43:25,602 INFO program: Check interval: 0 (<none>) >01:43:25,602 INFO program: Lifetime writes: 84 MB >01:43:25,602 INFO program: Reserved blocks uid: 0 (user root) >01:43:25,602 INFO program: Reserved blocks gid: 0 (group root) >01:43:25,602 INFO program: First inode: 11 >01:43:25,602 INFO program: Inode size: 128 >01:43:25,602 INFO program: Journal inode: 8 >01:43:25,602 INFO program: Default directory hash: half_md4 >01:43:25,602 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:43:25,603 INFO program: Journal backup: inode blocks >01:43:25,603 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:25,603 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:43:25,603 INFO program: Running... resize2fs -P /dev/sda1 >01:43:25,609 INFO program: Estimated minimum size of the filesystem: 78174 >01:43:25,612 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:43:25,752 INFO program: Running... dumpe2fs -h /dev/loop3 >01:43:25,757 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:43:25,757 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:43:25,757 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:43:25,757 INFO program: Filesystem magic number: 0xEF53 >01:43:25,757 INFO program: Filesystem revision #: 1 (dynamic) >01:43:25,757 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 >01:43:25,757 INFO program: Filesystem flags: signed_directory_hash >01:43:25,757 INFO program: Default mount options: user_xattr acl >01:43:25,757 INFO program: Filesystem state: clean >01:43:25,757 INFO program: Errors behavior: Continue >01:43:25,757 INFO program: Filesystem OS type: Linux >01:43:25,757 INFO program: Inode count: 262144 >01:43:25,757 INFO program: Block count: 1048576 >01:43:25,757 INFO program: Reserved block count: 10484 >01:43:25,758 INFO program: Free blocks: 188525 >01:43:25,758 INFO program: Free inodes: 153877 >01:43:25,758 INFO program: First block: 0 >01:43:25,758 INFO program: Block size: 4096 >01:43:25,758 INFO program: Fragment size: 4096 >01:43:25,758 INFO program: Reserved GDT blocks: 255 >01:43:25,758 INFO program: Blocks per group: 32768 >01:43:25,758 INFO program: Fragments per group: 32768 >01:43:25,758 INFO program: Inodes per group: 8192 >01:43:25,758 INFO program: Inode blocks per group: 512 >01:43:25,758 INFO program: Flex block group size: 16 >01:43:25,758 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:43:25,758 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:43:25,758 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:43:25,758 INFO program: Mount count: 0 >01:43:25,758 INFO program: Maximum mount count: -1 >01:43:25,758 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:43:25,758 INFO program: Check interval: 0 (<none>) >01:43:25,758 INFO program: Lifetime writes: 805 MB >01:43:25,758 INFO program: Reserved blocks uid: 0 (user root) >01:43:25,758 INFO program: Reserved blocks gid: 0 (group root) >01:43:25,758 INFO program: First inode: 11 >01:43:25,759 INFO program: Inode size: 256 >01:43:25,759 INFO program: Required extra isize: 28 >01:43:25,759 INFO program: Desired extra isize: 28 >01:43:25,759 INFO program: Journal inode: 8 >01:43:25,759 INFO program: Default directory hash: half_md4 >01:43:25,759 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:43:25,759 INFO program: Journal backup: inode blocks >01:43:25,759 INFO program: Journal features: journal_incompat_revoke >01:43:25,759 INFO program: Journal size: 128M >01:43:25,759 INFO program: Journal length: 32768 >01:43:25,759 INFO program: Journal sequence: 0x000016d0 >01:43:25,759 INFO program: Journal start: 0 >01:43:25,759 INFO program: >01:43:25,759 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:25,759 INFO program: Running... dumpe2fs -h /dev/loop3 >01:43:25,764 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:43:25,765 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:43:25,765 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:43:25,765 INFO program: Filesystem magic number: 0xEF53 >01:43:25,765 INFO program: Filesystem revision #: 1 (dynamic) >01:43:25,765 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 >01:43:25,765 INFO program: Filesystem flags: signed_directory_hash >01:43:25,765 INFO program: Default mount options: user_xattr acl >01:43:25,765 INFO program: Filesystem state: clean >01:43:25,765 INFO program: Errors behavior: Continue >01:43:25,765 INFO program: Filesystem OS type: Linux >01:43:25,765 INFO program: Inode count: 262144 >01:43:25,765 INFO program: Block count: 1048576 >01:43:25,765 INFO program: Reserved block count: 10484 >01:43:25,765 INFO program: Free blocks: 188525 >01:43:25,765 INFO program: Free inodes: 153877 >01:43:25,765 INFO program: First block: 0 >01:43:25,765 INFO program: Block size: 4096 >01:43:25,765 INFO program: Fragment size: 4096 >01:43:25,765 INFO program: Reserved GDT blocks: 255 >01:43:25,766 INFO program: Blocks per group: 32768 >01:43:25,766 INFO program: Fragments per group: 32768 >01:43:25,766 INFO program: Inodes per group: 8192 >01:43:25,766 INFO program: Inode blocks per group: 512 >01:43:25,766 INFO program: Flex block group size: 16 >01:43:25,766 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:43:25,766 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:43:25,766 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:43:25,766 INFO program: Mount count: 0 >01:43:25,766 INFO program: Maximum mount count: -1 >01:43:25,766 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:43:25,766 INFO program: Check interval: 0 (<none>) >01:43:25,766 INFO program: Lifetime writes: 805 MB >01:43:25,766 INFO program: Reserved blocks uid: 0 (user root) >01:43:25,766 INFO program: Reserved blocks gid: 0 (group root) >01:43:25,766 INFO program: First inode: 11 >01:43:25,766 INFO program: Inode size: 256 >01:43:25,766 INFO program: Required extra isize: 28 >01:43:25,766 INFO program: Desired extra isize: 28 >01:43:25,766 INFO program: Journal inode: 8 >01:43:25,766 INFO program: Default directory hash: half_md4 >01:43:25,766 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:43:25,767 INFO program: Journal backup: inode blocks >01:43:25,767 INFO program: Journal features: journal_incompat_revoke >01:43:25,767 INFO program: Journal size: 128M >01:43:25,767 INFO program: Journal length: 32768 >01:43:25,767 INFO program: Journal sequence: 0x000016d0 >01:43:25,767 INFO program: Journal start: 0 >01:43:25,767 INFO program: >01:43:25,767 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:25,767 INFO program: Running... resize2fs -P /dev/loop3 >01:43:25,775 INFO program: Couldn't find valid filesystem superblock. >01:43:25,775 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:43:25,775 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:43:25,798 INFO program: Running... udevadm settle --timeout=300 >01:43:25,827 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:43:25,832 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:43:25,833 INFO program: Last mounted on: /sysroot >01:43:25,833 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:43:25,833 INFO program: Filesystem magic number: 0xEF53 >01:43:25,833 INFO program: Filesystem revision #: 1 (dynamic) >01:43:25,833 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:43:25,833 INFO program: Filesystem flags: signed_directory_hash >01:43:25,833 INFO program: Default mount options: user_xattr acl >01:43:25,833 INFO program: Filesystem state: clean >01:43:25,833 INFO program: Errors behavior: Continue >01:43:25,833 INFO program: Filesystem OS type: Linux >01:43:25,833 INFO program: Inode count: 262144 >01:43:25,833 INFO program: Block count: 1048576 >01:43:25,833 INFO program: Reserved block count: 10484 >01:43:25,833 INFO program: Free blocks: 188525 >01:43:25,833 INFO program: Free inodes: 153877 >01:43:25,833 INFO program: First block: 0 >01:43:25,833 INFO program: Block size: 4096 >01:43:25,834 INFO program: Fragment size: 4096 >01:43:25,834 INFO program: Reserved GDT blocks: 255 >01:43:25,834 INFO program: Blocks per group: 32768 >01:43:25,834 INFO program: Fragments per group: 32768 >01:43:25,834 INFO program: Inodes per group: 8192 >01:43:25,834 INFO program: Inode blocks per group: 512 >01:43:25,834 INFO program: Flex block group size: 16 >01:43:25,834 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:43:25,834 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:43:25,834 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:43:25,834 INFO program: Mount count: 1 >01:43:25,834 INFO program: Maximum mount count: -1 >01:43:25,834 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:43:25,834 INFO program: Check interval: 0 (<none>) >01:43:25,834 INFO program: Lifetime writes: 805 MB >01:43:25,834 INFO program: Reserved blocks uid: 0 (user root) >01:43:25,834 INFO program: Reserved blocks gid: 0 (group root) >01:43:25,834 INFO program: First inode: 11 >01:43:25,834 INFO program: Inode size: 256 >01:43:25,834 INFO program: Required extra isize: 28 >01:43:25,834 INFO program: Desired extra isize: 28 >01:43:25,835 INFO program: Journal inode: 8 >01:43:25,835 INFO program: First orphan inode: 38553 >01:43:25,835 INFO program: Default directory hash: half_md4 >01:43:25,835 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:43:25,835 INFO program: Journal backup: inode blocks >01:43:25,835 INFO program: Journal features: journal_incompat_revoke >01:43:25,835 INFO program: Journal size: 128M >01:43:25,835 INFO program: Journal length: 32768 >01:43:25,835 INFO program: Journal sequence: 0x000016d1 >01:43:25,835 INFO program: Journal start: 1 >01:43:25,835 INFO program: >01:43:25,835 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:25,835 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:43:25,840 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:43:25,841 INFO program: Last mounted on: /sysroot >01:43:25,841 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:43:25,841 INFO program: Filesystem magic number: 0xEF53 >01:43:25,841 INFO program: Filesystem revision #: 1 (dynamic) >01:43:25,841 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:43:25,841 INFO program: Filesystem flags: signed_directory_hash >01:43:25,841 INFO program: Default mount options: user_xattr acl >01:43:25,841 INFO program: Filesystem state: clean >01:43:25,841 INFO program: Errors behavior: Continue >01:43:25,841 INFO program: Filesystem OS type: Linux >01:43:25,841 INFO program: Inode count: 262144 >01:43:25,841 INFO program: Block count: 1048576 >01:43:25,841 INFO program: Reserved block count: 10484 >01:43:25,841 INFO program: Free blocks: 188525 >01:43:25,841 INFO program: Free inodes: 153877 >01:43:25,841 INFO program: First block: 0 >01:43:25,841 INFO program: Block size: 4096 >01:43:25,841 INFO program: Fragment size: 4096 >01:43:25,841 INFO program: Reserved GDT blocks: 255 >01:43:25,842 INFO program: Blocks per group: 32768 >01:43:25,842 INFO program: Fragments per group: 32768 >01:43:25,842 INFO program: Inodes per group: 8192 >01:43:25,842 INFO program: Inode blocks per group: 512 >01:43:25,842 INFO program: Flex block group size: 16 >01:43:25,842 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:43:25,842 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:43:25,842 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:43:25,842 INFO program: Mount count: 1 >01:43:25,842 INFO program: Maximum mount count: -1 >01:43:25,842 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:43:25,842 INFO program: Check interval: 0 (<none>) >01:43:25,842 INFO program: Lifetime writes: 805 MB >01:43:25,842 INFO program: Reserved blocks uid: 0 (user root) >01:43:25,842 INFO program: Reserved blocks gid: 0 (group root) >01:43:25,842 INFO program: First inode: 11 >01:43:25,842 INFO program: Inode size: 256 >01:43:25,842 INFO program: Required extra isize: 28 >01:43:25,842 INFO program: Desired extra isize: 28 >01:43:25,842 INFO program: Journal inode: 8 >01:43:25,842 INFO program: First orphan inode: 38553 >01:43:25,843 INFO program: Default directory hash: half_md4 >01:43:25,843 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:43:25,843 INFO program: Journal backup: inode blocks >01:43:25,843 INFO program: Journal features: journal_incompat_revoke >01:43:25,843 INFO program: Journal size: 128M >01:43:25,843 INFO program: Journal length: 32768 >01:43:25,843 INFO program: Journal sequence: 0x000016d1 >01:43:25,843 INFO program: Journal start: 1 >01:43:25,843 INFO program: >01:43:25,843 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:25,843 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:43:25,851 INFO program: Estimated minimum size of the filesystem: 861710 >01:43:25,851 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:43:25,872 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:43:25,877 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:43:25,877 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:43:25,877 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:43:25,877 INFO program: Filesystem magic number: 0xEF53 >01:43:25,877 INFO program: Filesystem revision #: 1 (dynamic) >01:43:25,877 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 >01:43:25,877 INFO program: Filesystem flags: signed_directory_hash >01:43:25,877 INFO program: Default mount options: user_xattr acl >01:43:25,877 INFO program: Filesystem state: clean >01:43:25,878 INFO program: Errors behavior: Continue >01:43:25,878 INFO program: Filesystem OS type: Linux >01:43:25,878 INFO program: Inode count: 221184 >01:43:25,878 INFO program: Block count: 861710 >01:43:25,878 INFO program: Reserved block count: 8615 >01:43:25,878 INFO program: Free blocks: 4486 >01:43:25,878 INFO program: Free inodes: 112917 >01:43:25,878 INFO program: First block: 0 >01:43:25,878 INFO program: Block size: 4096 >01:43:25,878 INFO program: Fragment size: 4096 >01:43:25,878 INFO program: Reserved GDT blocks: 255 >01:43:25,878 INFO program: Blocks per group: 32768 >01:43:25,878 INFO program: Fragments per group: 32768 >01:43:25,878 INFO program: Inodes per group: 8192 >01:43:25,878 INFO program: Inode blocks per group: 512 >01:43:25,878 INFO program: Flex block group size: 16 >01:43:25,878 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:43:25,878 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:43:25,878 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:43:25,878 INFO program: Mount count: 0 >01:43:25,878 INFO program: Maximum mount count: -1 >01:43:25,879 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:43:25,879 INFO program: Check interval: 0 (<none>) >01:43:25,879 INFO program: Lifetime writes: 807 MB >01:43:25,879 INFO program: Reserved blocks uid: 0 (user root) >01:43:25,879 INFO program: Reserved blocks gid: 0 (group root) >01:43:25,879 INFO program: First inode: 11 >01:43:25,879 INFO program: Inode size: 256 >01:43:25,879 INFO program: Required extra isize: 28 >01:43:25,879 INFO program: Desired extra isize: 28 >01:43:25,879 INFO program: Journal inode: 8 >01:43:25,879 INFO program: Default directory hash: half_md4 >01:43:25,879 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:43:25,879 INFO program: Journal backup: inode blocks >01:43:25,879 INFO program: Journal features: journal_incompat_revoke >01:43:25,879 INFO program: Journal size: 128M >01:43:25,879 INFO program: Journal length: 32768 >01:43:25,879 INFO program: Journal sequence: 0x000016d0 >01:43:25,879 INFO program: Journal start: 0 >01:43:25,879 INFO program: >01:43:25,879 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:25,880 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:43:25,885 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:43:25,885 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:43:25,885 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:43:25,885 INFO program: Filesystem magic number: 0xEF53 >01:43:25,885 INFO program: Filesystem revision #: 1 (dynamic) >01:43:25,885 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 >01:43:25,885 INFO program: Filesystem flags: signed_directory_hash >01:43:25,885 INFO program: Default mount options: user_xattr acl >01:43:25,885 INFO program: Filesystem state: clean >01:43:25,885 INFO program: Errors behavior: Continue >01:43:25,885 INFO program: Filesystem OS type: Linux >01:43:25,885 INFO program: Inode count: 221184 >01:43:25,886 INFO program: Block count: 861710 >01:43:25,886 INFO program: Reserved block count: 8615 >01:43:25,886 INFO program: Free blocks: 4486 >01:43:25,886 INFO program: Free inodes: 112917 >01:43:25,886 INFO program: First block: 0 >01:43:25,886 INFO program: Block size: 4096 >01:43:25,886 INFO program: Fragment size: 4096 >01:43:25,886 INFO program: Reserved GDT blocks: 255 >01:43:25,886 INFO program: Blocks per group: 32768 >01:43:25,886 INFO program: Fragments per group: 32768 >01:43:25,886 INFO program: Inodes per group: 8192 >01:43:25,886 INFO program: Inode blocks per group: 512 >01:43:25,886 INFO program: Flex block group size: 16 >01:43:25,886 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:43:25,886 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:43:25,886 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:43:25,886 INFO program: Mount count: 0 >01:43:25,886 INFO program: Maximum mount count: -1 >01:43:25,886 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:43:25,886 INFO program: Check interval: 0 (<none>) >01:43:25,886 INFO program: Lifetime writes: 807 MB >01:43:25,887 INFO program: Reserved blocks uid: 0 (user root) >01:43:25,887 INFO program: Reserved blocks gid: 0 (group root) >01:43:25,887 INFO program: First inode: 11 >01:43:25,887 INFO program: Inode size: 256 >01:43:25,887 INFO program: Required extra isize: 28 >01:43:25,887 INFO program: Desired extra isize: 28 >01:43:25,887 INFO program: Journal inode: 8 >01:43:25,887 INFO program: Default directory hash: half_md4 >01:43:25,887 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:43:25,887 INFO program: Journal backup: inode blocks >01:43:25,887 INFO program: Journal features: journal_incompat_revoke >01:43:25,887 INFO program: Journal size: 128M >01:43:25,887 INFO program: Journal length: 32768 >01:43:25,887 INFO program: Journal sequence: 0x000016d0 >01:43:25,887 INFO program: Journal start: 0 >01:43:25,887 INFO program: >01:43:25,887 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:25,887 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:43:25,896 INFO program: Couldn't find valid filesystem superblock. >01:43:25,897 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:43:25,897 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:43:25,905 INFO program: Running... udevadm settle --timeout=300 >01:43:25,921 INFO program: Running... udevadm settle --timeout=300 >01:43:25,935 INFO program: Running... udevadm settle --timeout=300 >01:43:25,949 INFO program: Running... udevadm settle --timeout=300 >01:43:25,963 INFO program: Running... udevadm settle --timeout=300 >01:43:25,977 INFO program: Running... udevadm settle --timeout=300 >01:43:25,992 INFO program: Running... udevadm settle --timeout=300 >01:43:26,006 INFO program: Running... udevadm settle --timeout=300 >01:43:26,019 INFO program: Running... udevadm settle --timeout=300 >01:43:26,383 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:43:26,401 INFO program: Running... udevadm settle --timeout=300 >01:43:26,761 INFO program: Running... modprobe fcoe >01:43:26,768 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >01:43:26,775 INFO program: No FCoE boot disk information is found in EDD! >01:43:26,778 INFO program: Running... udevadm settle --timeout=300 >01:43:26,832 INFO program: Running... multipath -d >01:43:26,850 INFO program: Running... multipath -ll >01:43:27,090 INFO program: Running... udevadm control --property=ANACONDA=1 >01:43:27,095 INFO program: Running... systemctl start chronyd.service >01:43:27,157 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:43:27,204 INFO program: Running... udevadm settle --timeout=300 >01:43:27,933 INFO program: Running... udevadm settle --timeout=300 >01:43:27,978 INFO program: Running... udevadm settle --timeout=300 >01:43:28,031 INFO program: Running... multipath -d >01:43:28,058 INFO program: Running... multipath -ll >01:43:28,327 INFO program: Running... dumpe2fs -h /dev/sda1 >01:43:28,348 INFO program: Filesystem volume name: <none> >01:43:28,349 INFO program: Last mounted on: /mnt/sysimage/boot >01:43:28,349 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:43:28,350 INFO program: Filesystem magic number: 0xEF53 >01:43:28,350 INFO program: Filesystem revision #: 1 (dynamic) >01:43:28,351 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 >01:43:28,351 INFO program: Filesystem flags: signed_directory_hash >01:43:28,352 INFO program: Default mount options: user_xattr acl >01:43:28,352 INFO program: Filesystem state: clean >01:43:28,353 INFO program: Errors behavior: Continue >01:43:28,353 INFO program: Filesystem OS type: Linux >01:43:28,353 INFO program: Inode count: 128016 >01:43:28,353 INFO program: Block count: 512000 >01:43:28,354 INFO program: Reserved block count: 25600 >01:43:28,354 INFO program: Free blocks: 424191 >01:43:28,354 INFO program: Free inodes: 127651 >01:43:28,354 INFO program: First block: 1 >01:43:28,354 INFO program: Block size: 1024 >01:43:28,354 INFO program: Fragment size: 1024 >01:43:28,354 INFO program: Reserved GDT blocks: 256 >01:43:28,354 INFO program: Blocks per group: 8192 >01:43:28,354 INFO program: Fragments per group: 8192 >01:43:28,354 INFO program: Inodes per group: 2032 >01:43:28,357 INFO program: Inode blocks per group: 254 >01:43:28,357 INFO program: Flex block group size: 16 >01:43:28,357 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:43:28,357 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:43:28,357 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:43:28,357 INFO program: Mount count: 1 >01:43:28,358 INFO program: Maximum mount count: -1 >01:43:28,358 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:43:28,358 INFO program: Check interval: 0 (<none>) >01:43:28,358 INFO program: Lifetime writes: 84 MB >01:43:28,358 INFO program: Reserved blocks uid: 0 (user root) >01:43:28,365 INFO program: Reserved blocks gid: 0 (group root) >01:43:28,365 INFO program: First inode: 11 >01:43:28,365 INFO program: Inode size: 128 >01:43:28,365 INFO program: Journal inode: 8 >01:43:28,366 INFO program: Default directory hash: half_md4 >01:43:28,366 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:43:28,366 INFO program: Journal backup: inode blocks >01:43:28,366 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:28,366 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:43:28,368 INFO program: Running... dumpe2fs -h /dev/sda1 >01:43:28,385 INFO program: Filesystem volume name: <none> >01:43:28,386 INFO program: Last mounted on: /mnt/sysimage/boot >01:43:28,387 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:43:28,387 INFO program: Filesystem magic number: 0xEF53 >01:43:28,387 INFO program: Filesystem revision #: 1 (dynamic) >01:43:28,388 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 >01:43:28,388 INFO program: Filesystem flags: signed_directory_hash >01:43:28,389 INFO program: Default mount options: user_xattr acl >01:43:28,389 INFO program: Filesystem state: clean >01:43:28,390 INFO program: Errors behavior: Continue >01:43:28,390 INFO program: Filesystem OS type: Linux >01:43:28,390 INFO program: Inode count: 128016 >01:43:28,390 INFO program: Block count: 512000 >01:43:28,390 INFO program: Reserved block count: 25600 >01:43:28,390 INFO program: Free blocks: 424191 >01:43:28,390 INFO program: Free inodes: 127651 >01:43:28,390 INFO program: First block: 1 >01:43:28,390 INFO program: Block size: 1024 >01:43:28,391 INFO program: Fragment size: 1024 >01:43:28,391 INFO program: Reserved GDT blocks: 256 >01:43:28,391 INFO program: Blocks per group: 8192 >01:43:28,391 INFO program: Fragments per group: 8192 >01:43:28,394 INFO program: Inodes per group: 2032 >01:43:28,394 INFO program: Inode blocks per group: 254 >01:43:28,394 INFO program: Flex block group size: 16 >01:43:28,394 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:43:28,394 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:43:28,394 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:43:28,394 INFO program: Mount count: 1 >01:43:28,394 INFO program: Maximum mount count: -1 >01:43:28,395 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:43:28,395 INFO program: Check interval: 0 (<none>) >01:43:28,395 INFO program: Lifetime writes: 84 MB >01:43:28,402 INFO program: Reserved blocks uid: 0 (user root) >01:43:28,402 INFO program: Reserved blocks gid: 0 (group root) >01:43:28,402 INFO program: First inode: 11 >01:43:28,402 INFO program: Inode size: 128 >01:43:28,402 INFO program: Journal inode: 8 >01:43:28,402 INFO program: Default directory hash: half_md4 >01:43:28,402 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:43:28,402 INFO program: Journal backup: inode blocks >01:43:28,403 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:28,403 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:43:28,405 INFO program: Running... resize2fs -P /dev/sda1 >01:43:28,423 INFO program: Estimated minimum size of the filesystem: 78174 >01:43:28,426 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:43:28,780 INFO program: Running... dumpe2fs -h /dev/loop3 >01:43:28,794 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:43:28,795 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:43:28,795 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:43:28,796 INFO program: Filesystem magic number: 0xEF53 >01:43:28,796 INFO program: Filesystem revision #: 1 (dynamic) >01:43:28,797 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 >01:43:28,797 INFO program: Filesystem flags: signed_directory_hash >01:43:28,798 INFO program: Default mount options: user_xattr acl >01:43:28,798 INFO program: Filesystem state: clean >01:43:28,799 INFO program: Errors behavior: Continue >01:43:28,799 INFO program: Filesystem OS type: Linux >01:43:28,799 INFO program: Inode count: 262144 >01:43:28,799 INFO program: Block count: 1048576 >01:43:28,799 INFO program: Reserved block count: 10484 >01:43:28,799 INFO program: Free blocks: 188525 >01:43:28,799 INFO program: Free inodes: 153877 >01:43:28,799 INFO program: First block: 0 >01:43:28,799 INFO program: Block size: 4096 >01:43:28,800 INFO program: Fragment size: 4096 >01:43:28,800 INFO program: Reserved GDT blocks: 255 >01:43:28,800 INFO program: Blocks per group: 32768 >01:43:28,800 INFO program: Fragments per group: 32768 >01:43:28,803 INFO program: Inodes per group: 8192 >01:43:28,803 INFO program: Inode blocks per group: 512 >01:43:28,803 INFO program: Flex block group size: 16 >01:43:28,803 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:43:28,803 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:43:28,803 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:43:28,803 INFO program: Mount count: 0 >01:43:28,803 INFO program: Maximum mount count: -1 >01:43:28,803 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:43:28,803 INFO program: Check interval: 0 (<none>) >01:43:28,803 INFO program: Lifetime writes: 805 MB >01:43:28,810 INFO program: Reserved blocks uid: 0 (user root) >01:43:28,810 INFO program: Reserved blocks gid: 0 (group root) >01:43:28,810 INFO program: First inode: 11 >01:43:28,810 INFO program: Inode size: 256 >01:43:28,811 INFO program: Required extra isize: 28 >01:43:28,811 INFO program: Desired extra isize: 28 >01:43:28,811 INFO program: Journal inode: 8 >01:43:28,811 INFO program: Default directory hash: half_md4 >01:43:28,811 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:43:28,811 INFO program: Journal backup: inode blocks >01:43:28,811 INFO program: Journal features: journal_incompat_revoke >01:43:28,817 INFO program: Journal size: 128M >01:43:28,817 INFO program: Journal length: 32768 >01:43:28,817 INFO program: Journal sequence: 0x000016d0 >01:43:28,817 INFO program: Journal start: 0 >01:43:28,817 INFO program: >01:43:28,817 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:28,820 INFO program: Running... dumpe2fs -h /dev/loop3 >01:43:28,837 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:43:28,838 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:43:28,838 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:43:28,839 INFO program: Filesystem magic number: 0xEF53 >01:43:28,839 INFO program: Filesystem revision #: 1 (dynamic) >01:43:28,840 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 >01:43:28,840 INFO program: Filesystem flags: signed_directory_hash >01:43:28,840 INFO program: Default mount options: user_xattr acl >01:43:28,841 INFO program: Filesystem state: clean >01:43:28,841 INFO program: Errors behavior: Continue >01:43:28,842 INFO program: Filesystem OS type: Linux >01:43:28,842 INFO program: Inode count: 262144 >01:43:28,842 INFO program: Block count: 1048576 >01:43:28,842 INFO program: Reserved block count: 10484 >01:43:28,842 INFO program: Free blocks: 188525 >01:43:28,842 INFO program: Free inodes: 153877 >01:43:28,842 INFO program: First block: 0 >01:43:28,843 INFO program: Block size: 4096 >01:43:28,843 INFO program: Fragment size: 4096 >01:43:28,843 INFO program: Reserved GDT blocks: 255 >01:43:28,843 INFO program: Blocks per group: 32768 >01:43:28,843 INFO program: Fragments per group: 32768 >01:43:28,843 INFO program: Inodes per group: 8192 >01:43:28,846 INFO program: Inode blocks per group: 512 >01:43:28,847 INFO program: Flex block group size: 16 >01:43:28,847 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:43:28,847 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:43:28,847 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:43:28,847 INFO program: Mount count: 0 >01:43:28,847 INFO program: Maximum mount count: -1 >01:43:28,847 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:43:28,847 INFO program: Check interval: 0 (<none>) >01:43:28,847 INFO program: Lifetime writes: 805 MB >01:43:28,847 INFO program: Reserved blocks uid: 0 (user root) >01:43:28,854 INFO program: Reserved blocks gid: 0 (group root) >01:43:28,854 INFO program: First inode: 11 >01:43:28,854 INFO program: Inode size: 256 >01:43:28,854 INFO program: Required extra isize: 28 >01:43:28,854 INFO program: Desired extra isize: 28 >01:43:28,854 INFO program: Journal inode: 8 >01:43:28,854 INFO program: Default directory hash: half_md4 >01:43:28,854 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:43:28,855 INFO program: Journal backup: inode blocks >01:43:28,855 INFO program: Journal features: journal_incompat_revoke >01:43:28,855 INFO program: Journal size: 128M >01:43:28,861 INFO program: Journal length: 32768 >01:43:28,861 INFO program: Journal sequence: 0x000016d0 >01:43:28,861 INFO program: Journal start: 0 >01:43:28,861 INFO program: >01:43:28,861 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:28,862 INFO program: Running... resize2fs -P /dev/loop3 >01:43:28,881 INFO program: Couldn't find valid filesystem superblock. >01:43:28,881 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:43:28,881 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:43:28,960 INFO program: Running... udevadm settle --timeout=300 >01:43:29,040 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:43:29,058 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:43:29,058 INFO program: Last mounted on: /sysroot >01:43:29,058 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:43:29,059 INFO program: Filesystem magic number: 0xEF53 >01:43:29,059 INFO program: Filesystem revision #: 1 (dynamic) >01:43:29,059 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:43:29,059 INFO program: Filesystem flags: signed_directory_hash >01:43:29,059 INFO program: Default mount options: user_xattr acl >01:43:29,060 INFO program: Filesystem state: clean >01:43:29,060 INFO program: Errors behavior: Continue >01:43:29,060 INFO program: Filesystem OS type: Linux >01:43:29,060 INFO program: Inode count: 262144 >01:43:29,060 INFO program: Block count: 1048576 >01:43:29,061 INFO program: Reserved block count: 10484 >01:43:29,061 INFO program: Free blocks: 188525 >01:43:29,061 INFO program: Free inodes: 153877 >01:43:29,061 INFO program: First block: 0 >01:43:29,061 INFO program: Block size: 4096 >01:43:29,061 INFO program: Fragment size: 4096 >01:43:29,062 INFO program: Reserved GDT blocks: 255 >01:43:29,062 INFO program: Blocks per group: 32768 >01:43:29,062 INFO program: Fragments per group: 32768 >01:43:29,062 INFO program: Inodes per group: 8192 >01:43:29,062 INFO program: Inode blocks per group: 512 >01:43:29,063 INFO program: Flex block group size: 16 >01:43:29,063 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:43:29,063 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:43:29,063 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:43:29,063 INFO program: Mount count: 1 >01:43:29,063 INFO program: Maximum mount count: -1 >01:43:29,064 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:43:29,064 INFO program: Check interval: 0 (<none>) >01:43:29,064 INFO program: Lifetime writes: 805 MB >01:43:29,064 INFO program: Reserved blocks uid: 0 (user root) >01:43:29,064 INFO program: Reserved blocks gid: 0 (group root) >01:43:29,065 INFO program: First inode: 11 >01:43:29,066 INFO program: Inode size: 256 >01:43:29,066 INFO program: Required extra isize: 28 >01:43:29,066 INFO program: Desired extra isize: 28 >01:43:29,066 INFO program: Journal inode: 8 >01:43:29,066 INFO program: First orphan inode: 38553 >01:43:29,067 INFO program: Default directory hash: half_md4 >01:43:29,067 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:43:29,067 INFO program: Journal backup: inode blocks >01:43:29,067 INFO program: Journal features: journal_incompat_revoke >01:43:29,067 INFO program: Journal size: 128M >01:43:29,067 INFO program: Journal length: 32768 >01:43:29,068 INFO program: Journal sequence: 0x000016d1 >01:43:29,068 INFO program: Journal start: 1 >01:43:29,068 INFO program: >01:43:29,068 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:29,073 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:43:29,087 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:43:29,088 INFO program: Last mounted on: /sysroot >01:43:29,088 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:43:29,088 INFO program: Filesystem magic number: 0xEF53 >01:43:29,088 INFO program: Filesystem revision #: 1 (dynamic) >01:43:29,089 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:43:29,089 INFO program: Filesystem flags: signed_directory_hash >01:43:29,089 INFO program: Default mount options: user_xattr acl >01:43:29,089 INFO program: Filesystem state: clean >01:43:29,089 INFO program: Errors behavior: Continue >01:43:29,090 INFO program: Filesystem OS type: Linux >01:43:29,090 INFO program: Inode count: 262144 >01:43:29,090 INFO program: Block count: 1048576 >01:43:29,090 INFO program: Reserved block count: 10484 >01:43:29,090 INFO program: Free blocks: 188525 >01:43:29,090 INFO program: Free inodes: 153877 >01:43:29,091 INFO program: First block: 0 >01:43:29,091 INFO program: Block size: 4096 >01:43:29,091 INFO program: Fragment size: 4096 >01:43:29,091 INFO program: Reserved GDT blocks: 255 >01:43:29,091 INFO program: Blocks per group: 32768 >01:43:29,092 INFO program: Fragments per group: 32768 >01:43:29,092 INFO program: Inodes per group: 8192 >01:43:29,092 INFO program: Inode blocks per group: 512 >01:43:29,092 INFO program: Flex block group size: 16 >01:43:29,092 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:43:29,092 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:43:29,093 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:43:29,093 INFO program: Mount count: 1 >01:43:29,093 INFO program: Maximum mount count: -1 >01:43:29,093 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:43:29,093 INFO program: Check interval: 0 (<none>) >01:43:29,094 INFO program: Lifetime writes: 805 MB >01:43:29,098 INFO program: Reserved blocks uid: 0 (user root) >01:43:29,098 INFO program: Reserved blocks gid: 0 (group root) >01:43:29,098 INFO program: First inode: 11 >01:43:29,099 INFO program: Inode size: 256 >01:43:29,099 INFO program: Required extra isize: 28 >01:43:29,099 INFO program: Desired extra isize: 28 >01:43:29,099 INFO program: Journal inode: 8 >01:43:29,099 INFO program: First orphan inode: 38553 >01:43:29,099 INFO program: Default directory hash: half_md4 >01:43:29,100 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:43:29,100 INFO program: Journal backup: inode blocks >01:43:29,100 INFO program: Journal features: journal_incompat_revoke >01:43:29,100 INFO program: Journal size: 128M >01:43:29,100 INFO program: Journal length: 32768 >01:43:29,101 INFO program: Journal sequence: 0x000016d1 >01:43:29,101 INFO program: Journal start: 1 >01:43:29,101 INFO program: >01:43:29,101 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:29,102 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:43:29,119 INFO program: Estimated minimum size of the filesystem: 861710 >01:43:29,119 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:43:29,177 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:43:29,191 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:43:29,192 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:43:29,192 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:43:29,192 INFO program: Filesystem magic number: 0xEF53 >01:43:29,193 INFO program: Filesystem revision #: 1 (dynamic) >01:43:29,193 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 >01:43:29,193 INFO program: Filesystem flags: signed_directory_hash >01:43:29,193 INFO program: Default mount options: user_xattr acl >01:43:29,193 INFO program: Filesystem state: clean >01:43:29,194 INFO program: Errors behavior: Continue >01:43:29,194 INFO program: Filesystem OS type: Linux >01:43:29,194 INFO program: Inode count: 221184 >01:43:29,194 INFO program: Block count: 861710 >01:43:29,194 INFO program: Reserved block count: 8615 >01:43:29,194 INFO program: Free blocks: 4486 >01:43:29,195 INFO program: Free inodes: 112917 >01:43:29,195 INFO program: First block: 0 >01:43:29,195 INFO program: Block size: 4096 >01:43:29,195 INFO program: Fragment size: 4096 >01:43:29,195 INFO program: Reserved GDT blocks: 255 >01:43:29,196 INFO program: Blocks per group: 32768 >01:43:29,196 INFO program: Fragments per group: 32768 >01:43:29,196 INFO program: Inodes per group: 8192 >01:43:29,196 INFO program: Inode blocks per group: 512 >01:43:29,196 INFO program: Flex block group size: 16 >01:43:29,196 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:43:29,197 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:43:29,197 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:43:29,201 INFO program: Mount count: 0 >01:43:29,201 INFO program: Maximum mount count: -1 >01:43:29,201 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:43:29,201 INFO program: Check interval: 0 (<none>) >01:43:29,202 INFO program: Lifetime writes: 807 MB >01:43:29,202 INFO program: Reserved blocks uid: 0 (user root) >01:43:29,202 INFO program: Reserved blocks gid: 0 (group root) >01:43:29,202 INFO program: First inode: 11 >01:43:29,202 INFO program: Inode size: 256 >01:43:29,203 INFO program: Required extra isize: 28 >01:43:29,203 INFO program: Desired extra isize: 28 >01:43:29,203 INFO program: Journal inode: 8 >01:43:29,203 INFO program: Default directory hash: half_md4 >01:43:29,203 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:43:29,203 INFO program: Journal backup: inode blocks >01:43:29,204 INFO program: Journal features: journal_incompat_revoke >01:43:29,204 INFO program: Journal size: 128M >01:43:29,204 INFO program: Journal length: 32768 >01:43:29,204 INFO program: Journal sequence: 0x000016d0 >01:43:29,204 INFO program: Journal start: 0 >01:43:29,205 INFO program: >01:43:29,205 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:29,205 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:43:29,220 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:43:29,221 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:43:29,221 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:43:29,221 INFO program: Filesystem magic number: 0xEF53 >01:43:29,221 INFO program: Filesystem revision #: 1 (dynamic) >01:43:29,222 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 >01:43:29,222 INFO program: Filesystem flags: signed_directory_hash >01:43:29,222 INFO program: Default mount options: user_xattr acl >01:43:29,222 INFO program: Filesystem state: clean >01:43:29,222 INFO program: Errors behavior: Continue >01:43:29,223 INFO program: Filesystem OS type: Linux >01:43:29,223 INFO program: Inode count: 221184 >01:43:29,223 INFO program: Block count: 861710 >01:43:29,223 INFO program: Reserved block count: 8615 >01:43:29,223 INFO program: Free blocks: 4486 >01:43:29,224 INFO program: Free inodes: 112917 >01:43:29,224 INFO program: First block: 0 >01:43:29,224 INFO program: Block size: 4096 >01:43:29,224 INFO program: Fragment size: 4096 >01:43:29,224 INFO program: Reserved GDT blocks: 255 >01:43:29,225 INFO program: Blocks per group: 32768 >01:43:29,225 INFO program: Fragments per group: 32768 >01:43:29,225 INFO program: Inodes per group: 8192 >01:43:29,225 INFO program: Inode blocks per group: 512 >01:43:29,225 INFO program: Flex block group size: 16 >01:43:29,225 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:43:29,226 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:43:29,226 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:43:29,230 INFO program: Mount count: 0 >01:43:29,230 INFO program: Maximum mount count: -1 >01:43:29,230 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:43:29,230 INFO program: Check interval: 0 (<none>) >01:43:29,231 INFO program: Lifetime writes: 807 MB >01:43:29,231 INFO program: Reserved blocks uid: 0 (user root) >01:43:29,231 INFO program: Reserved blocks gid: 0 (group root) >01:43:29,231 INFO program: First inode: 11 >01:43:29,231 INFO program: Inode size: 256 >01:43:29,232 INFO program: Required extra isize: 28 >01:43:29,232 INFO program: Desired extra isize: 28 >01:43:29,232 INFO program: Journal inode: 8 >01:43:29,232 INFO program: Default directory hash: half_md4 >01:43:29,232 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:43:29,232 INFO program: Journal backup: inode blocks >01:43:29,233 INFO program: Journal features: journal_incompat_revoke >01:43:29,233 INFO program: Journal size: 128M >01:43:29,233 INFO program: Journal length: 32768 >01:43:29,233 INFO program: Journal sequence: 0x000016d0 >01:43:29,233 INFO program: Journal start: 0 >01:43:29,234 INFO program: >01:43:29,234 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:43:29,234 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:43:29,253 INFO program: Couldn't find valid filesystem superblock. >01:43:29,253 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:43:29,254 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:43:29,276 INFO program: Running... udevadm settle --timeout=300 >01:43:29,319 INFO program: Running... udevadm settle --timeout=300 >01:43:29,365 INFO program: Running... udevadm settle --timeout=300 >01:43:29,406 INFO program: Running... udevadm settle --timeout=300 >01:43:29,448 INFO program: Running... udevadm settle --timeout=300 >06:43:29,516 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >06:43:29,528 ERR program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so >01:43:29,530 INFO program: Running... udevadm settle --timeout=300 >06:43:29,645 INFO program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >01:45:14,184 INFO program: Running... udevadm settle --timeout=300 >01:45:14,219 INFO program: Running... multipath -d >01:45:14,233 INFO program: Running... multipath -ll >01:45:14,326 INFO program: Running... dumpe2fs -h /dev/sda1 >01:45:14,339 INFO program: Filesystem volume name: <none> >01:45:14,340 INFO program: Last mounted on: /mnt/sysimage/boot >01:45:14,340 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:45:14,340 INFO program: Filesystem magic number: 0xEF53 >01:45:14,340 INFO program: Filesystem revision #: 1 (dynamic) >01:45:14,340 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 >01:45:14,341 INFO program: Filesystem flags: signed_directory_hash >01:45:14,341 INFO program: Default mount options: user_xattr acl >01:45:14,341 INFO program: Filesystem state: clean >01:45:14,341 INFO program: Errors behavior: Continue >01:45:14,341 INFO program: Filesystem OS type: Linux >01:45:14,342 INFO program: Inode count: 128016 >01:45:14,342 INFO program: Block count: 512000 >01:45:14,342 INFO program: Reserved block count: 25600 >01:45:14,342 INFO program: Free blocks: 424191 >01:45:14,342 INFO program: Free inodes: 127651 >01:45:14,342 INFO program: First block: 1 >01:45:14,342 INFO program: Block size: 1024 >01:45:14,342 INFO program: Fragment size: 1024 >01:45:14,342 INFO program: Reserved GDT blocks: 256 >01:45:14,342 INFO program: Blocks per group: 8192 >01:45:14,342 INFO program: Fragments per group: 8192 >01:45:14,342 INFO program: Inodes per group: 2032 >01:45:14,342 INFO program: Inode blocks per group: 254 >01:45:14,342 INFO program: Flex block group size: 16 >01:45:14,342 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:45:14,342 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:45:14,342 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:45:14,343 INFO program: Mount count: 1 >01:45:14,343 INFO program: Maximum mount count: -1 >01:45:14,343 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:45:14,343 INFO program: Check interval: 0 (<none>) >01:45:14,343 INFO program: Lifetime writes: 84 MB >01:45:14,343 INFO program: Reserved blocks uid: 0 (user root) >01:45:14,343 INFO program: Reserved blocks gid: 0 (group root) >01:45:14,343 INFO program: First inode: 11 >01:45:14,343 INFO program: Inode size: 128 >01:45:14,343 INFO program: Journal inode: 8 >01:45:14,343 INFO program: Default directory hash: half_md4 >01:45:14,343 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:45:14,343 INFO program: Journal backup: inode blocks >01:45:14,343 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:14,343 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:45:14,344 INFO program: Running... dumpe2fs -h /dev/sda1 >01:45:14,350 INFO program: Filesystem volume name: <none> >01:45:14,350 INFO program: Last mounted on: /mnt/sysimage/boot >01:45:14,350 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:45:14,350 INFO program: Filesystem magic number: 0xEF53 >01:45:14,350 INFO program: Filesystem revision #: 1 (dynamic) >01:45:14,350 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 >01:45:14,350 INFO program: Filesystem flags: signed_directory_hash >01:45:14,351 INFO program: Default mount options: user_xattr acl >01:45:14,351 INFO program: Filesystem state: clean >01:45:14,351 INFO program: Errors behavior: Continue >01:45:14,351 INFO program: Filesystem OS type: Linux >01:45:14,351 INFO program: Inode count: 128016 >01:45:14,351 INFO program: Block count: 512000 >01:45:14,351 INFO program: Reserved block count: 25600 >01:45:14,351 INFO program: Free blocks: 424191 >01:45:14,351 INFO program: Free inodes: 127651 >01:45:14,351 INFO program: First block: 1 >01:45:14,351 INFO program: Block size: 1024 >01:45:14,351 INFO program: Fragment size: 1024 >01:45:14,352 INFO program: Reserved GDT blocks: 256 >01:45:14,352 INFO program: Blocks per group: 8192 >01:45:14,352 INFO program: Fragments per group: 8192 >01:45:14,352 INFO program: Inodes per group: 2032 >01:45:14,352 INFO program: Inode blocks per group: 254 >01:45:14,352 INFO program: Flex block group size: 16 >01:45:14,352 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:45:14,352 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:45:14,352 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:45:14,352 INFO program: Mount count: 1 >01:45:14,352 INFO program: Maximum mount count: -1 >01:45:14,352 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:45:14,352 INFO program: Check interval: 0 (<none>) >01:45:14,352 INFO program: Lifetime writes: 84 MB >01:45:14,352 INFO program: Reserved blocks uid: 0 (user root) >01:45:14,352 INFO program: Reserved blocks gid: 0 (group root) >01:45:14,352 INFO program: First inode: 11 >01:45:14,352 INFO program: Inode size: 128 >01:45:14,353 INFO program: Journal inode: 8 >01:45:14,353 INFO program: Default directory hash: half_md4 >01:45:14,353 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:45:14,353 INFO program: Journal backup: inode blocks >01:45:14,353 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:14,353 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:45:14,353 INFO program: Running... resize2fs -P /dev/sda1 >01:45:14,362 INFO program: Estimated minimum size of the filesystem: 78174 >01:45:14,362 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:45:14,491 INFO program: Running... dumpe2fs -h /dev/loop3 >01:45:14,496 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:45:14,496 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:45:14,496 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:45:14,496 INFO program: Filesystem magic number: 0xEF53 >01:45:14,496 INFO program: Filesystem revision #: 1 (dynamic) >01:45:14,496 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 >01:45:14,496 INFO program: Filesystem flags: signed_directory_hash >01:45:14,497 INFO program: Default mount options: user_xattr acl >01:45:14,497 INFO program: Filesystem state: clean >01:45:14,497 INFO program: Errors behavior: Continue >01:45:14,497 INFO program: Filesystem OS type: Linux >01:45:14,497 INFO program: Inode count: 262144 >01:45:14,497 INFO program: Block count: 1048576 >01:45:14,497 INFO program: Reserved block count: 10484 >01:45:14,497 INFO program: Free blocks: 188525 >01:45:14,497 INFO program: Free inodes: 153877 >01:45:14,497 INFO program: First block: 0 >01:45:14,497 INFO program: Block size: 4096 >01:45:14,497 INFO program: Fragment size: 4096 >01:45:14,497 INFO program: Reserved GDT blocks: 255 >01:45:14,497 INFO program: Blocks per group: 32768 >01:45:14,497 INFO program: Fragments per group: 32768 >01:45:14,497 INFO program: Inodes per group: 8192 >01:45:14,497 INFO program: Inode blocks per group: 512 >01:45:14,497 INFO program: Flex block group size: 16 >01:45:14,497 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:45:14,497 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:45:14,497 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:45:14,498 INFO program: Mount count: 0 >01:45:14,498 INFO program: Maximum mount count: -1 >01:45:14,498 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:45:14,498 INFO program: Check interval: 0 (<none>) >01:45:14,498 INFO program: Lifetime writes: 805 MB >01:45:14,498 INFO program: Reserved blocks uid: 0 (user root) >01:45:14,498 INFO program: Reserved blocks gid: 0 (group root) >01:45:14,498 INFO program: First inode: 11 >01:45:14,498 INFO program: Inode size: 256 >01:45:14,498 INFO program: Required extra isize: 28 >01:45:14,498 INFO program: Desired extra isize: 28 >01:45:14,498 INFO program: Journal inode: 8 >01:45:14,498 INFO program: Default directory hash: half_md4 >01:45:14,498 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:45:14,498 INFO program: Journal backup: inode blocks >01:45:14,498 INFO program: Journal features: journal_incompat_revoke >01:45:14,498 INFO program: Journal size: 128M >01:45:14,498 INFO program: Journal length: 32768 >01:45:14,498 INFO program: Journal sequence: 0x000016d0 >01:45:14,498 INFO program: Journal start: 0 >01:45:14,498 INFO program: >01:45:14,499 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:14,499 INFO program: Running... dumpe2fs -h /dev/loop3 >01:45:14,504 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:45:14,504 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:45:14,504 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:45:14,504 INFO program: Filesystem magic number: 0xEF53 >01:45:14,504 INFO program: Filesystem revision #: 1 (dynamic) >01:45:14,504 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 >01:45:14,504 INFO program: Filesystem flags: signed_directory_hash >01:45:14,504 INFO program: Default mount options: user_xattr acl >01:45:14,504 INFO program: Filesystem state: clean >01:45:14,504 INFO program: Errors behavior: Continue >01:45:14,504 INFO program: Filesystem OS type: Linux >01:45:14,504 INFO program: Inode count: 262144 >01:45:14,505 INFO program: Block count: 1048576 >01:45:14,505 INFO program: Reserved block count: 10484 >01:45:14,505 INFO program: Free blocks: 188525 >01:45:14,505 INFO program: Free inodes: 153877 >01:45:14,505 INFO program: First block: 0 >01:45:14,505 INFO program: Block size: 4096 >01:45:14,505 INFO program: Fragment size: 4096 >01:45:14,505 INFO program: Reserved GDT blocks: 255 >01:45:14,505 INFO program: Blocks per group: 32768 >01:45:14,505 INFO program: Fragments per group: 32768 >01:45:14,505 INFO program: Inodes per group: 8192 >01:45:14,505 INFO program: Inode blocks per group: 512 >01:45:14,505 INFO program: Flex block group size: 16 >01:45:14,505 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:45:14,505 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:45:14,505 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:45:14,505 INFO program: Mount count: 0 >01:45:14,505 INFO program: Maximum mount count: -1 >01:45:14,505 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:45:14,505 INFO program: Check interval: 0 (<none>) >01:45:14,505 INFO program: Lifetime writes: 805 MB >01:45:14,506 INFO program: Reserved blocks uid: 0 (user root) >01:45:14,506 INFO program: Reserved blocks gid: 0 (group root) >01:45:14,506 INFO program: First inode: 11 >01:45:14,506 INFO program: Inode size: 256 >01:45:14,506 INFO program: Required extra isize: 28 >01:45:14,506 INFO program: Desired extra isize: 28 >01:45:14,506 INFO program: Journal inode: 8 >01:45:14,506 INFO program: Default directory hash: half_md4 >01:45:14,506 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:45:14,506 INFO program: Journal backup: inode blocks >01:45:14,506 INFO program: Journal features: journal_incompat_revoke >01:45:14,506 INFO program: Journal size: 128M >01:45:14,506 INFO program: Journal length: 32768 >01:45:14,506 INFO program: Journal sequence: 0x000016d0 >01:45:14,506 INFO program: Journal start: 0 >01:45:14,506 INFO program: >01:45:14,506 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:14,506 INFO program: Running... resize2fs -P /dev/loop3 >01:45:14,514 INFO program: Couldn't find valid filesystem superblock. >01:45:14,514 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:45:14,514 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:45:14,538 INFO program: Running... udevadm settle --timeout=300 >01:45:14,567 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:45:14,572 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:45:14,573 INFO program: Last mounted on: /sysroot >01:45:14,573 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:45:14,573 INFO program: Filesystem magic number: 0xEF53 >01:45:14,573 INFO program: Filesystem revision #: 1 (dynamic) >01:45:14,573 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:45:14,573 INFO program: Filesystem flags: signed_directory_hash >01:45:14,573 INFO program: Default mount options: user_xattr acl >01:45:14,573 INFO program: Filesystem state: clean >01:45:14,573 INFO program: Errors behavior: Continue >01:45:14,573 INFO program: Filesystem OS type: Linux >01:45:14,573 INFO program: Inode count: 262144 >01:45:14,573 INFO program: Block count: 1048576 >01:45:14,573 INFO program: Reserved block count: 10484 >01:45:14,573 INFO program: Free blocks: 188525 >01:45:14,573 INFO program: Free inodes: 153877 >01:45:14,573 INFO program: First block: 0 >01:45:14,573 INFO program: Block size: 4096 >01:45:14,573 INFO program: Fragment size: 4096 >01:45:14,574 INFO program: Reserved GDT blocks: 255 >01:45:14,574 INFO program: Blocks per group: 32768 >01:45:14,574 INFO program: Fragments per group: 32768 >01:45:14,574 INFO program: Inodes per group: 8192 >01:45:14,574 INFO program: Inode blocks per group: 512 >01:45:14,574 INFO program: Flex block group size: 16 >01:45:14,574 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:45:14,574 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:45:14,574 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:45:14,574 INFO program: Mount count: 1 >01:45:14,574 INFO program: Maximum mount count: -1 >01:45:14,574 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:45:14,574 INFO program: Check interval: 0 (<none>) >01:45:14,574 INFO program: Lifetime writes: 805 MB >01:45:14,574 INFO program: Reserved blocks uid: 0 (user root) >01:45:14,574 INFO program: Reserved blocks gid: 0 (group root) >01:45:14,574 INFO program: First inode: 11 >01:45:14,574 INFO program: Inode size: 256 >01:45:14,574 INFO program: Required extra isize: 28 >01:45:14,574 INFO program: Desired extra isize: 28 >01:45:14,574 INFO program: Journal inode: 8 >01:45:14,575 INFO program: First orphan inode: 38553 >01:45:14,575 INFO program: Default directory hash: half_md4 >01:45:14,575 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:45:14,575 INFO program: Journal backup: inode blocks >01:45:14,575 INFO program: Journal features: journal_incompat_revoke >01:45:14,575 INFO program: Journal size: 128M >01:45:14,575 INFO program: Journal length: 32768 >01:45:14,575 INFO program: Journal sequence: 0x000016d1 >01:45:14,575 INFO program: Journal start: 1 >01:45:14,575 INFO program: >01:45:14,575 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:14,575 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:45:14,580 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:45:14,581 INFO program: Last mounted on: /sysroot >01:45:14,581 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:45:14,581 INFO program: Filesystem magic number: 0xEF53 >01:45:14,581 INFO program: Filesystem revision #: 1 (dynamic) >01:45:14,581 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:45:14,581 INFO program: Filesystem flags: signed_directory_hash >01:45:14,581 INFO program: Default mount options: user_xattr acl >01:45:14,581 INFO program: Filesystem state: clean >01:45:14,581 INFO program: Errors behavior: Continue >01:45:14,581 INFO program: Filesystem OS type: Linux >01:45:14,581 INFO program: Inode count: 262144 >01:45:14,581 INFO program: Block count: 1048576 >01:45:14,581 INFO program: Reserved block count: 10484 >01:45:14,581 INFO program: Free blocks: 188525 >01:45:14,581 INFO program: Free inodes: 153877 >01:45:14,581 INFO program: First block: 0 >01:45:14,581 INFO program: Block size: 4096 >01:45:14,581 INFO program: Fragment size: 4096 >01:45:14,581 INFO program: Reserved GDT blocks: 255 >01:45:14,582 INFO program: Blocks per group: 32768 >01:45:14,582 INFO program: Fragments per group: 32768 >01:45:14,582 INFO program: Inodes per group: 8192 >01:45:14,582 INFO program: Inode blocks per group: 512 >01:45:14,582 INFO program: Flex block group size: 16 >01:45:14,582 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:45:14,582 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:45:14,582 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:45:14,582 INFO program: Mount count: 1 >01:45:14,582 INFO program: Maximum mount count: -1 >01:45:14,582 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:45:14,582 INFO program: Check interval: 0 (<none>) >01:45:14,582 INFO program: Lifetime writes: 805 MB >01:45:14,582 INFO program: Reserved blocks uid: 0 (user root) >01:45:14,582 INFO program: Reserved blocks gid: 0 (group root) >01:45:14,582 INFO program: First inode: 11 >01:45:14,582 INFO program: Inode size: 256 >01:45:14,582 INFO program: Required extra isize: 28 >01:45:14,582 INFO program: Desired extra isize: 28 >01:45:14,582 INFO program: Journal inode: 8 >01:45:14,582 INFO program: First orphan inode: 38553 >01:45:14,583 INFO program: Default directory hash: half_md4 >01:45:14,583 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:45:14,583 INFO program: Journal backup: inode blocks >01:45:14,583 INFO program: Journal features: journal_incompat_revoke >01:45:14,583 INFO program: Journal size: 128M >01:45:14,583 INFO program: Journal length: 32768 >01:45:14,583 INFO program: Journal sequence: 0x000016d1 >01:45:14,583 INFO program: Journal start: 1 >01:45:14,583 INFO program: >01:45:14,583 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:14,583 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:45:14,591 INFO program: Estimated minimum size of the filesystem: 861710 >01:45:14,591 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:45:14,612 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:45:14,617 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:45:14,617 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:45:14,617 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:45:14,618 INFO program: Filesystem magic number: 0xEF53 >01:45:14,618 INFO program: Filesystem revision #: 1 (dynamic) >01:45:14,618 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 >01:45:14,618 INFO program: Filesystem flags: signed_directory_hash >01:45:14,618 INFO program: Default mount options: user_xattr acl >01:45:14,618 INFO program: Filesystem state: clean >01:45:14,618 INFO program: Errors behavior: Continue >01:45:14,618 INFO program: Filesystem OS type: Linux >01:45:14,618 INFO program: Inode count: 221184 >01:45:14,618 INFO program: Block count: 861710 >01:45:14,618 INFO program: Reserved block count: 8615 >01:45:14,618 INFO program: Free blocks: 4486 >01:45:14,618 INFO program: Free inodes: 112917 >01:45:14,618 INFO program: First block: 0 >01:45:14,618 INFO program: Block size: 4096 >01:45:14,618 INFO program: Fragment size: 4096 >01:45:14,618 INFO program: Reserved GDT blocks: 255 >01:45:14,618 INFO program: Blocks per group: 32768 >01:45:14,618 INFO program: Fragments per group: 32768 >01:45:14,618 INFO program: Inodes per group: 8192 >01:45:14,619 INFO program: Inode blocks per group: 512 >01:45:14,619 INFO program: Flex block group size: 16 >01:45:14,619 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:45:14,619 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:45:14,619 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:45:14,619 INFO program: Mount count: 0 >01:45:14,619 INFO program: Maximum mount count: -1 >01:45:14,619 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:45:14,619 INFO program: Check interval: 0 (<none>) >01:45:14,619 INFO program: Lifetime writes: 807 MB >01:45:14,619 INFO program: Reserved blocks uid: 0 (user root) >01:45:14,619 INFO program: Reserved blocks gid: 0 (group root) >01:45:14,619 INFO program: First inode: 11 >01:45:14,619 INFO program: Inode size: 256 >01:45:14,619 INFO program: Required extra isize: 28 >01:45:14,619 INFO program: Desired extra isize: 28 >01:45:14,619 INFO program: Journal inode: 8 >01:45:14,619 INFO program: Default directory hash: half_md4 >01:45:14,619 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:45:14,619 INFO program: Journal backup: inode blocks >01:45:14,619 INFO program: Journal features: journal_incompat_revoke >01:45:14,619 INFO program: Journal size: 128M >01:45:14,620 INFO program: Journal length: 32768 >01:45:14,620 INFO program: Journal sequence: 0x000016d0 >01:45:14,620 INFO program: Journal start: 0 >01:45:14,620 INFO program: >01:45:14,620 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:14,620 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:45:14,625 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:45:14,625 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:45:14,625 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:45:14,625 INFO program: Filesystem magic number: 0xEF53 >01:45:14,626 INFO program: Filesystem revision #: 1 (dynamic) >01:45:14,626 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 >01:45:14,626 INFO program: Filesystem flags: signed_directory_hash >01:45:14,626 INFO program: Default mount options: user_xattr acl >01:45:14,626 INFO program: Filesystem state: clean >01:45:14,626 INFO program: Errors behavior: Continue >01:45:14,626 INFO program: Filesystem OS type: Linux >01:45:14,626 INFO program: Inode count: 221184 >01:45:14,626 INFO program: Block count: 861710 >01:45:14,626 INFO program: Reserved block count: 8615 >01:45:14,626 INFO program: Free blocks: 4486 >01:45:14,626 INFO program: Free inodes: 112917 >01:45:14,626 INFO program: First block: 0 >01:45:14,626 INFO program: Block size: 4096 >01:45:14,626 INFO program: Fragment size: 4096 >01:45:14,626 INFO program: Reserved GDT blocks: 255 >01:45:14,626 INFO program: Blocks per group: 32768 >01:45:14,626 INFO program: Fragments per group: 32768 >01:45:14,626 INFO program: Inodes per group: 8192 >01:45:14,626 INFO program: Inode blocks per group: 512 >01:45:14,627 INFO program: Flex block group size: 16 >01:45:14,627 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:45:14,627 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:45:14,627 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:45:14,627 INFO program: Mount count: 0 >01:45:14,627 INFO program: Maximum mount count: -1 >01:45:14,627 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:45:14,627 INFO program: Check interval: 0 (<none>) >01:45:14,627 INFO program: Lifetime writes: 807 MB >01:45:14,627 INFO program: Reserved blocks uid: 0 (user root) >01:45:14,627 INFO program: Reserved blocks gid: 0 (group root) >01:45:14,627 INFO program: First inode: 11 >01:45:14,627 INFO program: Inode size: 256 >01:45:14,627 INFO program: Required extra isize: 28 >01:45:14,627 INFO program: Desired extra isize: 28 >01:45:14,627 INFO program: Journal inode: 8 >01:45:14,627 INFO program: Default directory hash: half_md4 >01:45:14,627 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:45:14,627 INFO program: Journal backup: inode blocks >01:45:14,627 INFO program: Journal features: journal_incompat_revoke >01:45:14,627 INFO program: Journal size: 128M >01:45:14,628 INFO program: Journal length: 32768 >01:45:14,628 INFO program: Journal sequence: 0x000016d0 >01:45:14,628 INFO program: Journal start: 0 >01:45:14,628 INFO program: >01:45:14,628 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:14,628 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:45:14,637 INFO program: Couldn't find valid filesystem superblock. >01:45:14,637 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:45:14,637 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:45:14,646 INFO program: Running... udevadm settle --timeout=300 >01:45:14,662 INFO program: Running... udevadm settle --timeout=300 >01:45:14,676 INFO program: Running... udevadm settle --timeout=300 >01:45:14,690 INFO program: Running... udevadm settle --timeout=300 >01:45:14,704 INFO program: Running... udevadm settle --timeout=300 >01:45:14,719 INFO program: Running... udevadm settle --timeout=300 >01:45:14,733 INFO program: Running... udevadm settle --timeout=300 >01:45:14,747 INFO program: Running... udevadm settle --timeout=300 >01:45:14,761 INFO program: Running... udevadm settle --timeout=300 >01:45:15,123 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:45:15,142 INFO program: Running... udevadm settle --timeout=300 >01:45:15,514 INFO program: Running... modprobe fcoe >01:45:15,520 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >01:45:15,528 INFO program: No FCoE boot disk information is found in EDD! >01:45:15,530 INFO program: Running... udevadm settle --timeout=300 >01:45:15,585 INFO program: Running... multipath -d >01:45:15,603 INFO program: Running... multipath -ll >01:45:15,837 INFO program: Running... udevadm control --property=ANACONDA=1 >01:45:15,843 INFO program: Running... systemctl start chronyd.service >01:45:15,912 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:45:15,971 INFO program: Running... udevadm settle --timeout=300 >01:45:16,699 INFO program: Running... udevadm settle --timeout=300 >01:45:16,738 INFO program: Running... udevadm settle --timeout=300 >01:45:16,800 INFO program: Running... multipath -d >01:45:16,826 INFO program: Running... multipath -ll >01:45:17,080 INFO program: Running... dumpe2fs -h /dev/sda1 >01:45:17,101 INFO program: Filesystem volume name: <none> >01:45:17,102 INFO program: Last mounted on: /mnt/sysimage/boot >01:45:17,102 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:45:17,103 INFO program: Filesystem magic number: 0xEF53 >01:45:17,103 INFO program: Filesystem revision #: 1 (dynamic) >01:45:17,104 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 >01:45:17,104 INFO program: Filesystem flags: signed_directory_hash >01:45:17,104 INFO program: Default mount options: user_xattr acl >01:45:17,105 INFO program: Filesystem state: clean >01:45:17,105 INFO program: Errors behavior: Continue >01:45:17,106 INFO program: Filesystem OS type: Linux >01:45:17,106 INFO program: Inode count: 128016 >01:45:17,106 INFO program: Block count: 512000 >01:45:17,106 INFO program: Reserved block count: 25600 >01:45:17,106 INFO program: Free blocks: 424191 >01:45:17,106 INFO program: Free inodes: 127651 >01:45:17,106 INFO program: First block: 1 >01:45:17,106 INFO program: Block size: 1024 >01:45:17,106 INFO program: Fragment size: 1024 >01:45:17,106 INFO program: Reserved GDT blocks: 256 >01:45:17,107 INFO program: Blocks per group: 8192 >01:45:17,107 INFO program: Fragments per group: 8192 >01:45:17,109 INFO program: Inodes per group: 2032 >01:45:17,110 INFO program: Inode blocks per group: 254 >01:45:17,110 INFO program: Flex block group size: 16 >01:45:17,110 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:45:17,110 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:45:17,110 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:45:17,110 INFO program: Mount count: 1 >01:45:17,110 INFO program: Maximum mount count: -1 >01:45:17,110 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:45:17,110 INFO program: Check interval: 0 (<none>) >01:45:17,110 INFO program: Lifetime writes: 84 MB >01:45:17,117 INFO program: Reserved blocks uid: 0 (user root) >01:45:17,117 INFO program: Reserved blocks gid: 0 (group root) >01:45:17,117 INFO program: First inode: 11 >01:45:17,117 INFO program: Inode size: 128 >01:45:17,118 INFO program: Journal inode: 8 >01:45:17,118 INFO program: Default directory hash: half_md4 >01:45:17,118 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:45:17,118 INFO program: Journal backup: inode blocks >01:45:17,118 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:17,118 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:45:17,120 INFO program: Running... dumpe2fs -h /dev/sda1 >01:45:17,137 INFO program: Filesystem volume name: <none> >01:45:17,138 INFO program: Last mounted on: /mnt/sysimage/boot >01:45:17,138 INFO program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >01:45:17,139 INFO program: Filesystem magic number: 0xEF53 >01:45:17,139 INFO program: Filesystem revision #: 1 (dynamic) >01:45:17,140 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 >01:45:17,140 INFO program: Filesystem flags: signed_directory_hash >01:45:17,140 INFO program: Default mount options: user_xattr acl >01:45:17,141 INFO program: Filesystem state: clean >01:45:17,141 INFO program: Errors behavior: Continue >01:45:17,142 INFO program: Filesystem OS type: Linux >01:45:17,142 INFO program: Inode count: 128016 >01:45:17,142 INFO program: Block count: 512000 >01:45:17,142 INFO program: Reserved block count: 25600 >01:45:17,142 INFO program: Free blocks: 424191 >01:45:17,142 INFO program: Free inodes: 127651 >01:45:17,142 INFO program: First block: 1 >01:45:17,142 INFO program: Block size: 1024 >01:45:17,142 INFO program: Fragment size: 1024 >01:45:17,142 INFO program: Reserved GDT blocks: 256 >01:45:17,142 INFO program: Blocks per group: 8192 >01:45:17,143 INFO program: Fragments per group: 8192 >01:45:17,145 INFO program: Inodes per group: 2032 >01:45:17,146 INFO program: Inode blocks per group: 254 >01:45:17,146 INFO program: Flex block group size: 16 >01:45:17,146 INFO program: Filesystem created: Tue Dec 18 23:18:11 2012 >01:45:17,146 INFO program: Last mount time: Tue Dec 18 23:18:23 2012 >01:45:17,146 INFO program: Last write time: Tue Dec 18 23:25:21 2012 >01:45:17,146 INFO program: Mount count: 1 >01:45:17,146 INFO program: Maximum mount count: -1 >01:45:17,146 INFO program: Last checked: Tue Dec 18 23:18:11 2012 >01:45:17,146 INFO program: Check interval: 0 (<none>) >01:45:17,146 INFO program: Lifetime writes: 84 MB >01:45:17,153 INFO program: Reserved blocks uid: 0 (user root) >01:45:17,153 INFO program: Reserved blocks gid: 0 (group root) >01:45:17,153 INFO program: First inode: 11 >01:45:17,153 INFO program: Inode size: 128 >01:45:17,154 INFO program: Journal inode: 8 >01:45:17,154 INFO program: Default directory hash: half_md4 >01:45:17,154 INFO program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >01:45:17,154 INFO program: Journal backup: inode blocks >01:45:17,154 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:17,154 ERR program: dumpe2fs: Invalid argument while reading journal super block >01:45:17,156 INFO program: Running... resize2fs -P /dev/sda1 >01:45:17,174 INFO program: Estimated minimum size of the filesystem: 78174 >01:45:17,177 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:45:17,578 INFO program: Running... dumpe2fs -h /dev/loop3 >01:45:17,592 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:45:17,593 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:45:17,594 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:45:17,594 INFO program: Filesystem magic number: 0xEF53 >01:45:17,594 INFO program: Filesystem revision #: 1 (dynamic) >01:45:17,595 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 >01:45:17,595 INFO program: Filesystem flags: signed_directory_hash >01:45:17,596 INFO program: Default mount options: user_xattr acl >01:45:17,596 INFO program: Filesystem state: clean >01:45:17,596 INFO program: Errors behavior: Continue >01:45:17,597 INFO program: Filesystem OS type: Linux >01:45:17,597 INFO program: Inode count: 262144 >01:45:17,597 INFO program: Block count: 1048576 >01:45:17,597 INFO program: Reserved block count: 10484 >01:45:17,597 INFO program: Free blocks: 188525 >01:45:17,597 INFO program: Free inodes: 153877 >01:45:17,597 INFO program: First block: 0 >01:45:17,597 INFO program: Block size: 4096 >01:45:17,598 INFO program: Fragment size: 4096 >01:45:17,598 INFO program: Reserved GDT blocks: 255 >01:45:17,598 INFO program: Blocks per group: 32768 >01:45:17,598 INFO program: Fragments per group: 32768 >01:45:17,601 INFO program: Inodes per group: 8192 >01:45:17,601 INFO program: Inode blocks per group: 512 >01:45:17,602 INFO program: Flex block group size: 16 >01:45:17,602 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:45:17,602 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:45:17,602 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:45:17,602 INFO program: Mount count: 0 >01:45:17,602 INFO program: Maximum mount count: -1 >01:45:17,602 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:45:17,602 INFO program: Check interval: 0 (<none>) >01:45:17,602 INFO program: Lifetime writes: 805 MB >01:45:17,609 INFO program: Reserved blocks uid: 0 (user root) >01:45:17,609 INFO program: Reserved blocks gid: 0 (group root) >01:45:17,609 INFO program: First inode: 11 >01:45:17,609 INFO program: Inode size: 256 >01:45:17,609 INFO program: Required extra isize: 28 >01:45:17,609 INFO program: Desired extra isize: 28 >01:45:17,609 INFO program: Journal inode: 8 >01:45:17,609 INFO program: Default directory hash: half_md4 >01:45:17,610 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:45:17,610 INFO program: Journal backup: inode blocks >01:45:17,610 INFO program: Journal features: journal_incompat_revoke >01:45:17,612 INFO program: Journal size: 128M >01:45:17,612 INFO program: Journal length: 32768 >01:45:17,612 INFO program: Journal sequence: 0x000016d0 >01:45:17,612 INFO program: Journal start: 0 >01:45:17,612 INFO program: >01:45:17,613 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:17,613 INFO program: Running... dumpe2fs -h /dev/loop3 >01:45:17,629 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:45:17,630 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:45:17,631 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:45:17,631 INFO program: Filesystem magic number: 0xEF53 >01:45:17,631 INFO program: Filesystem revision #: 1 (dynamic) >01:45:17,632 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 >01:45:17,632 INFO program: Filesystem flags: signed_directory_hash >01:45:17,633 INFO program: Default mount options: user_xattr acl >01:45:17,633 INFO program: Filesystem state: clean >01:45:17,634 INFO program: Errors behavior: Continue >01:45:17,634 INFO program: Filesystem OS type: Linux >01:45:17,634 INFO program: Inode count: 262144 >01:45:17,634 INFO program: Block count: 1048576 >01:45:17,634 INFO program: Reserved block count: 10484 >01:45:17,634 INFO program: Free blocks: 188525 >01:45:17,634 INFO program: Free inodes: 153877 >01:45:17,634 INFO program: First block: 0 >01:45:17,634 INFO program: Block size: 4096 >01:45:17,635 INFO program: Fragment size: 4096 >01:45:17,635 INFO program: Reserved GDT blocks: 255 >01:45:17,635 INFO program: Blocks per group: 32768 >01:45:17,635 INFO program: Fragments per group: 32768 >01:45:17,638 INFO program: Inodes per group: 8192 >01:45:17,638 INFO program: Inode blocks per group: 512 >01:45:17,638 INFO program: Flex block group size: 16 >01:45:17,638 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:45:17,638 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:45:17,638 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >01:45:17,638 INFO program: Mount count: 0 >01:45:17,638 INFO program: Maximum mount count: -1 >01:45:17,638 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:45:17,638 INFO program: Check interval: 0 (<none>) >01:45:17,638 INFO program: Lifetime writes: 805 MB >01:45:17,645 INFO program: Reserved blocks uid: 0 (user root) >01:45:17,645 INFO program: Reserved blocks gid: 0 (group root) >01:45:17,645 INFO program: First inode: 11 >01:45:17,645 INFO program: Inode size: 256 >01:45:17,646 INFO program: Required extra isize: 28 >01:45:17,646 INFO program: Desired extra isize: 28 >01:45:17,646 INFO program: Journal inode: 8 >01:45:17,646 INFO program: Default directory hash: half_md4 >01:45:17,646 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:45:17,646 INFO program: Journal backup: inode blocks >01:45:17,646 INFO program: Journal features: journal_incompat_revoke >01:45:17,652 INFO program: Journal size: 128M >01:45:17,652 INFO program: Journal length: 32768 >01:45:17,652 INFO program: Journal sequence: 0x000016d0 >01:45:17,652 INFO program: Journal start: 0 >01:45:17,652 INFO program: >01:45:17,652 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:17,654 INFO program: Running... resize2fs -P /dev/loop3 >01:45:17,672 INFO program: Couldn't find valid filesystem superblock. >01:45:17,673 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:45:17,673 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >01:45:17,749 INFO program: Running... udevadm settle --timeout=300 >01:45:17,834 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:45:17,848 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:45:17,849 INFO program: Last mounted on: /sysroot >01:45:17,849 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:45:17,849 INFO program: Filesystem magic number: 0xEF53 >01:45:17,849 INFO program: Filesystem revision #: 1 (dynamic) >01:45:17,850 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:45:17,850 INFO program: Filesystem flags: signed_directory_hash >01:45:17,850 INFO program: Default mount options: user_xattr acl >01:45:17,850 INFO program: Filesystem state: clean >01:45:17,850 INFO program: Errors behavior: Continue >01:45:17,850 INFO program: Filesystem OS type: Linux >01:45:17,851 INFO program: Inode count: 262144 >01:45:17,851 INFO program: Block count: 1048576 >01:45:17,851 INFO program: Reserved block count: 10484 >01:45:17,851 INFO program: Free blocks: 188525 >01:45:17,851 INFO program: Free inodes: 153877 >01:45:17,852 INFO program: First block: 0 >01:45:17,852 INFO program: Block size: 4096 >01:45:17,852 INFO program: Fragment size: 4096 >01:45:17,852 INFO program: Reserved GDT blocks: 255 >01:45:17,852 INFO program: Blocks per group: 32768 >01:45:17,852 INFO program: Fragments per group: 32768 >01:45:17,853 INFO program: Inodes per group: 8192 >01:45:17,853 INFO program: Inode blocks per group: 512 >01:45:17,853 INFO program: Flex block group size: 16 >01:45:17,853 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:45:17,853 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:45:17,854 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:45:17,854 INFO program: Mount count: 1 >01:45:17,854 INFO program: Maximum mount count: -1 >01:45:17,854 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:45:17,854 INFO program: Check interval: 0 (<none>) >01:45:17,854 INFO program: Lifetime writes: 805 MB >01:45:17,855 INFO program: Reserved blocks uid: 0 (user root) >01:45:17,855 INFO program: Reserved blocks gid: 0 (group root) >01:45:17,855 INFO program: First inode: 11 >01:45:17,855 INFO program: Inode size: 256 >01:45:17,855 INFO program: Required extra isize: 28 >01:45:17,855 INFO program: Desired extra isize: 28 >01:45:17,856 INFO program: Journal inode: 8 >01:45:17,856 INFO program: First orphan inode: 38553 >01:45:17,856 INFO program: Default directory hash: half_md4 >01:45:17,856 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:45:17,856 INFO program: Journal backup: inode blocks >01:45:17,857 INFO program: Journal features: journal_incompat_revoke >01:45:17,857 INFO program: Journal size: 128M >01:45:17,857 INFO program: Journal length: 32768 >01:45:17,857 INFO program: Journal sequence: 0x000016d1 >01:45:17,861 INFO program: Journal start: 1 >01:45:17,861 INFO program: >01:45:17,861 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:17,862 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:45:17,876 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:45:17,876 INFO program: Last mounted on: /sysroot >01:45:17,876 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:45:17,877 INFO program: Filesystem magic number: 0xEF53 >01:45:17,877 INFO program: Filesystem revision #: 1 (dynamic) >01:45:17,877 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:45:17,877 INFO program: Filesystem flags: signed_directory_hash >01:45:17,877 INFO program: Default mount options: user_xattr acl >01:45:17,878 INFO program: Filesystem state: clean >01:45:17,878 INFO program: Errors behavior: Continue >01:45:17,878 INFO program: Filesystem OS type: Linux >01:45:17,878 INFO program: Inode count: 262144 >01:45:17,878 INFO program: Block count: 1048576 >01:45:17,878 INFO program: Reserved block count: 10484 >01:45:17,879 INFO program: Free blocks: 188525 >01:45:17,879 INFO program: Free inodes: 153877 >01:45:17,879 INFO program: First block: 0 >01:45:17,879 INFO program: Block size: 4096 >01:45:17,879 INFO program: Fragment size: 4096 >01:45:17,880 INFO program: Reserved GDT blocks: 255 >01:45:17,880 INFO program: Blocks per group: 32768 >01:45:17,880 INFO program: Fragments per group: 32768 >01:45:17,880 INFO program: Inodes per group: 8192 >01:45:17,880 INFO program: Inode blocks per group: 512 >01:45:17,880 INFO program: Flex block group size: 16 >01:45:17,881 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:45:17,881 INFO program: Last mount time: Tue Dec 18 23:50:30 2012 >01:45:17,881 INFO program: Last write time: Tue Dec 18 23:50:30 2012 >01:45:17,881 INFO program: Mount count: 1 >01:45:17,881 INFO program: Maximum mount count: -1 >01:45:17,881 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >01:45:17,882 INFO program: Check interval: 0 (<none>) >01:45:17,882 INFO program: Lifetime writes: 805 MB >01:45:17,882 INFO program: Reserved blocks uid: 0 (user root) >01:45:17,882 INFO program: Reserved blocks gid: 0 (group root) >01:45:17,882 INFO program: First inode: 11 >01:45:17,883 INFO program: Inode size: 256 >01:45:17,883 INFO program: Required extra isize: 28 >01:45:17,883 INFO program: Desired extra isize: 28 >01:45:17,883 INFO program: Journal inode: 8 >01:45:17,883 INFO program: First orphan inode: 38553 >01:45:17,883 INFO program: Default directory hash: half_md4 >01:45:17,884 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:45:17,884 INFO program: Journal backup: inode blocks >01:45:17,884 INFO program: Journal features: journal_incompat_revoke >01:45:17,884 INFO program: Journal size: 128M >01:45:17,884 INFO program: Journal length: 32768 >01:45:17,885 INFO program: Journal sequence: 0x000016d1 >01:45:17,885 INFO program: Journal start: 1 >01:45:17,885 INFO program: >01:45:17,885 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:17,889 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:45:17,906 INFO program: Estimated minimum size of the filesystem: 861710 >01:45:17,906 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:45:17,964 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:45:17,978 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:45:17,979 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:45:17,979 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:45:17,979 INFO program: Filesystem magic number: 0xEF53 >01:45:17,979 INFO program: Filesystem revision #: 1 (dynamic) >01:45:17,980 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 >01:45:17,980 INFO program: Filesystem flags: signed_directory_hash >01:45:17,980 INFO program: Default mount options: user_xattr acl >01:45:17,980 INFO program: Filesystem state: clean >01:45:17,980 INFO program: Errors behavior: Continue >01:45:17,981 INFO program: Filesystem OS type: Linux >01:45:17,981 INFO program: Inode count: 221184 >01:45:17,981 INFO program: Block count: 861710 >01:45:17,981 INFO program: Reserved block count: 8615 >01:45:17,981 INFO program: Free blocks: 4486 >01:45:17,981 INFO program: Free inodes: 112917 >01:45:17,982 INFO program: First block: 0 >01:45:17,982 INFO program: Block size: 4096 >01:45:17,982 INFO program: Fragment size: 4096 >01:45:17,982 INFO program: Reserved GDT blocks: 255 >01:45:17,982 INFO program: Blocks per group: 32768 >01:45:17,983 INFO program: Fragments per group: 32768 >01:45:17,983 INFO program: Inodes per group: 8192 >01:45:17,983 INFO program: Inode blocks per group: 512 >01:45:17,983 INFO program: Flex block group size: 16 >01:45:17,983 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:45:17,983 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:45:17,984 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:45:17,984 INFO program: Mount count: 0 >01:45:17,988 INFO program: Maximum mount count: -1 >01:45:17,988 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:45:17,988 INFO program: Check interval: 0 (<none>) >01:45:17,988 INFO program: Lifetime writes: 807 MB >01:45:17,989 INFO program: Reserved blocks uid: 0 (user root) >01:45:17,989 INFO program: Reserved blocks gid: 0 (group root) >01:45:17,989 INFO program: First inode: 11 >01:45:17,989 INFO program: Inode size: 256 >01:45:17,989 INFO program: Required extra isize: 28 >01:45:17,990 INFO program: Desired extra isize: 28 >01:45:17,990 INFO program: Journal inode: 8 >01:45:17,990 INFO program: Default directory hash: half_md4 >01:45:17,990 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:45:17,990 INFO program: Journal backup: inode blocks >01:45:17,990 INFO program: Journal features: journal_incompat_revoke >01:45:17,991 INFO program: Journal size: 128M >01:45:17,991 INFO program: Journal length: 32768 >01:45:17,991 INFO program: Journal sequence: 0x000016d0 >01:45:17,991 INFO program: Journal start: 0 >01:45:17,991 INFO program: >01:45:17,991 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:17,992 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >01:45:18,006 INFO program: Filesystem volume name: _Fedora-18-TC3-x >01:45:18,007 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >01:45:18,007 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >01:45:18,007 INFO program: Filesystem magic number: 0xEF53 >01:45:18,007 INFO program: Filesystem revision #: 1 (dynamic) >01:45:18,008 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 >01:45:18,008 INFO program: Filesystem flags: signed_directory_hash >01:45:18,008 INFO program: Default mount options: user_xattr acl >01:45:18,008 INFO program: Filesystem state: clean >01:45:18,008 INFO program: Errors behavior: Continue >01:45:18,009 INFO program: Filesystem OS type: Linux >01:45:18,009 INFO program: Inode count: 221184 >01:45:18,009 INFO program: Block count: 861710 >01:45:18,009 INFO program: Reserved block count: 8615 >01:45:18,009 INFO program: Free blocks: 4486 >01:45:18,009 INFO program: Free inodes: 112917 >01:45:18,010 INFO program: First block: 0 >01:45:18,010 INFO program: Block size: 4096 >01:45:18,010 INFO program: Fragment size: 4096 >01:45:18,010 INFO program: Reserved GDT blocks: 255 >01:45:18,010 INFO program: Blocks per group: 32768 >01:45:18,010 INFO program: Fragments per group: 32768 >01:45:18,011 INFO program: Inodes per group: 8192 >01:45:18,011 INFO program: Inode blocks per group: 512 >01:45:18,011 INFO program: Flex block group size: 16 >01:45:18,011 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >01:45:18,011 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >01:45:18,012 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >01:45:18,016 INFO program: Mount count: 0 >01:45:18,016 INFO program: Maximum mount count: -1 >01:45:18,016 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >01:45:18,016 INFO program: Check interval: 0 (<none>) >01:45:18,017 INFO program: Lifetime writes: 807 MB >01:45:18,017 INFO program: Reserved blocks uid: 0 (user root) >01:45:18,017 INFO program: Reserved blocks gid: 0 (group root) >01:45:18,017 INFO program: First inode: 11 >01:45:18,017 INFO program: Inode size: 256 >01:45:18,018 INFO program: Required extra isize: 28 >01:45:18,018 INFO program: Desired extra isize: 28 >01:45:18,018 INFO program: Journal inode: 8 >01:45:18,018 INFO program: Default directory hash: half_md4 >01:45:18,018 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >01:45:18,018 INFO program: Journal backup: inode blocks >01:45:18,019 INFO program: Journal features: journal_incompat_revoke >01:45:18,019 INFO program: Journal size: 128M >01:45:18,019 INFO program: Journal length: 32768 >01:45:18,019 INFO program: Journal sequence: 0x000016d0 >01:45:18,019 INFO program: Journal start: 0 >01:45:18,020 INFO program: >01:45:18,020 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:45:18,020 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >01:45:18,043 INFO program: Couldn't find valid filesystem superblock. >01:45:18,044 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:45:18,044 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >01:45:18,063 INFO program: Running... udevadm settle --timeout=300 >01:45:18,107 INFO program: Running... udevadm settle --timeout=300 >01:45:18,152 INFO program: Running... udevadm settle --timeout=300 >01:45:18,195 INFO program: Running... udevadm settle --timeout=300 >01:45:18,240 INFO program: Running... udevadm settle --timeout=300 >06:45:18,312 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >06:45:18,324 ERR program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so >01:45:18,327 INFO program: Running... udevadm settle --timeout=300 >06:45:18,443 INFO program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >01:45:39,245 INFO program: Running... udevadm settle --timeout=300 > > >/tmp/storage.log: >00:19:41,399 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >00:19:41,424 DEBUG storage: registered device format class Ext2FS as ext2 >00:19:41,424 DEBUG storage: registered device format class Ext3FS as ext3 >00:19:41,424 DEBUG storage: registered device format class Ext4FS as ext4 >00:19:41,425 DEBUG storage: registered device format class FATFS as vfat >00:19:41,425 DEBUG storage: registered device format class EFIFS as efi >00:19:41,425 DEBUG storage: registered device format class BTRFS as btrfs >00:19:41,425 DEBUG storage: registered device format class GFS2 as gfs2 >00:19:41,425 DEBUG storage: registered device format class JFS as jfs >00:19:41,425 DEBUG storage: registered device format class ReiserFS as reiserfs >00:19:41,425 DEBUG storage: registered device format class XFS as xfs >00:19:41,425 DEBUG storage: registered device format class HFS as hfs >00:19:41,425 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >00:19:41,426 DEBUG storage: registered device format class HFSPlus as hfs+ >00:19:41,426 DEBUG storage: registered device format class NTFS as ntfs >00:19:41,426 DEBUG storage: registered device format class NFS as nfs >00:19:41,426 DEBUG storage: registered device format class NFSv4 as nfs4 >00:19:41,426 DEBUG storage: registered device format class Iso9660FS as iso9660 >00:19:41,426 DEBUG storage: registered device format class NoDevFS as nodev >00:19:41,426 DEBUG storage: registered device format class DevPtsFS as devpts >00:19:41,426 DEBUG storage: registered device format class ProcFS as proc >00:19:41,426 DEBUG storage: registered device format class SysFS as sysfs >00:19:41,426 DEBUG storage: registered device format class TmpFS as tmpfs >00:19:41,426 DEBUG storage: registered device format class BindFS as bind >00:19:41,426 DEBUG storage: registered device format class SELinuxFS as selinuxfs >00:19:41,426 DEBUG storage: registered device format class USBFS as usbfs >00:19:41,427 DEBUG storage: registered device format class BIOSBoot as biosboot >00:19:41,427 DEBUG storage: registered device format class DiskLabel as disklabel >00:19:41,428 DEBUG storage: registered device format class DMRaidMember as dmraidmember >00:19:41,432 DEBUG storage: registered device format class MDRaidMember as mdmember >00:19:41,433 DEBUG storage: registered device format class PPCPRePBoot as prepboot >00:19:41,433 DEBUG storage: registered device format class MultipathMember as multipath_member >00:19:41,434 DEBUG storage: registered device format class LUKS as luks >00:19:41,434 DEBUG storage: registered device format class SwapSpace as swap >00:19:42,199 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >00:19:42,199 INFO storage: not going to create backup copy of non-existent /etc/multipath.conf >00:19:42,199 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >00:19:42,200 INFO storage: sr0 looks to be the live device; marking as protected >00:19:42,200 INFO storage: Skipping multipath detection due to running as non-root. >00:19:42,215 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sda3', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >00:19:42,233 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': 'gpt', > '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': '22966', > '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 ; >00:19:42,233 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >00:19:42,234 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:19:42,234 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,235 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >00:19:42,236 INFO storage: sda is a disk >00:19:42,236 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,238 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >00:19:42,238 INFO storage: added disk sda (id 0) to device tree >00:19:42,238 DEBUG storage: looking up parted Device: /dev/sda >00:19:42,243 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >00:19:42,244 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: gpt ; >00:19:42,246 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >00:19:42,251 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >00:19:42,299 DEBUG storage: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x30fd450>, <parted.partition.Partition object at 0x30fd5d0>, <parted.partition.Partition object at 0x30fd810>] > device: <parted.device.Device object at 0x30fd290> > PedDisk: <_ped.Disk object at 0x30fcc68> >00:19:42,300 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >00:19:42,301 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >00:19:42,302 INFO storage: got device: DiskDevice instance (0x3092fd0) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing gpt 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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x2969320> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x30eb450> >00:19:42,304 INFO storage: got format: DiskLabel instance (0x30eb510) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 3 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x30fd450>, <parted.partition.Partition object at 0x30fd5d0>, <parted.partition.Partition object at 0x30fd810>] > device: <parted.device.Device object at 0x30fd290> > PedDisk: <_ped.Disk object at 0x30fcc68> > origPartedDisk = <parted.disk.Disk object at 0x30fd950> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x3000710> > >00:19:42,308 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-partlabel/ext4 /dev/disk/by-partuuid/0aed4191-f40a-42d5-bd88-8227d4a6860e /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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_NAME': 'ext4', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1048576', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '0aed4191-f40a-42d5-bd88-8227d4a6860e', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '95078770', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-partlabel/ext4', > '/dev/disk/by-partuuid/0aed4191-f40a-42d5-bd88-8227d4a6860e', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >00:19:42,308 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >00:19:42,309 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >00:19:42,309 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,310 INFO storage: sda1 is a partition >00:19:42,310 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >00:19:42,311 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:19:42,311 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >00:19:42,312 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >00:19:42,313 DEBUG storage: PartitionDevice._setFormat: sda1 ; >00:19:42,313 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,314 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >00:19:42,314 DEBUG storage: looking up parted Partition: /dev/sda1 >00:19:42,315 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >00:19:42,316 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >00:19:42,316 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >00:19:42,317 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >00:19:42,317 INFO storage: added partition sda1 (id 1) to device tree >00:19:42,317 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >00:19:42,318 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: gpt ; >00:19:42,319 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >00:19:42,319 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: gpt ; exists: True ; >00:19:42,339 WARN storage: disklabel detected but not usable on sda1 >00:19:42,340 INFO storage: type detected on 'sda1' is 'ext4' >00:19:42,421 DEBUG storage: padding min size from 77 up to 84 >00:19:42,424 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:42,425 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:19:42,427 DEBUG storage: PartitionDevice._setFormat: sda1 ; >00:19:42,429 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >00:19:42,430 DEBUG storage: looking up parted Device: /dev/sda1 >00:19:42,433 INFO storage: got device: PartitionDevice instance (0x30eb410) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 512.0 > format = existing ext4 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x3000b00> > target size = 0 path = /dev/sda1 > 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 0x30fd350> fileSystem: <parted.filesystem.FileSystem object at 0x30fd710> > number: 1 path: /dev/sda1 type: 0 > name: ext4 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x30fd510> PedPartition: <_ped.Partition object at 0x30ff050> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 2048 end = 1050623 length = 1048576 > flags = >00:19:42,435 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:42,436 INFO storage: got format: Ext4FS instance (0x30fdd10) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >00:19:42,444 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2 /dev/disk/by-partlabel/ext4 /dev/disk/by-partuuid/5e1411a8-2860-4d8f-bd1d-fe086e1f8812', > '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_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_NAME': 'ext4', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1050624', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '23066624', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '5e1411a8-2860-4d8f-bd1d-fe086e1f8812', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '95078783', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '/dev/disk/by-partlabel/ext4', > '/dev/disk/by-partuuid/5e1411a8-2860-4d8f-bd1d-fe086e1f8812'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >00:19:42,444 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >00:19:42,444 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >00:19:42,445 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,445 INFO storage: sda2 is a partition >00:19:42,445 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >00:19:42,446 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:19:42,447 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >00:19:42,447 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >00:19:42,448 DEBUG storage: PartitionDevice._setFormat: sda2 ; >00:19:42,448 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,449 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >00:19:42,449 DEBUG storage: looking up parted Partition: /dev/sda2 >00:19:42,450 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >00:19:42,450 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >00:19:42,451 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >00:19:42,452 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >00:19:42,452 INFO storage: added partition sda2 (id 2) to device tree >00:19:42,452 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >00:19:42,453 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: gpt ; >00:19:42,454 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >00:19:42,454 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: gpt ; exists: True ; >00:19:42,474 WARN storage: disklabel detected but not usable on sda2 >00:19:42,475 DEBUG storage: no type or existing type for sda2, bailing >00:19:42,476 DEBUG storage: looking up parted Device: /dev/sda2 >00:19:42,481 INFO storage: got device: PartitionDevice instance (0x30eb690) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 11263.0 > format = existing None > 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: 23066624 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (1435, 255, 63) biosGeometry: (1435, 255, 63) > PedDevice: <_ped.Device object at 0x3000c20> > 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 0x30fd350> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: ext4 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x30fd690> PedPartition: <_ped.Partition object at 0x30ff0b0> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 1050624 end = 24117247 length = 23066624 > flags = >00:19:42,489 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part3 /dev/disk/by-partlabel/linux-swap /dev/disk/by-partuuid/b3b83f13-7183-4bd4-bf60-1636b86bc7e9 /dev/disk/by-uuid/854e1b60-7cf9-4dc0-b817-ff4b03e9de65', > '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': '854e1b60-7cf9-4dc0-b817-ff4b03e9de65', > 'ID_FS_UUID_ENC': '854e1b60-7cf9-4dc0-b817-ff4b03e9de65', > '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_NAME': 'linux-swap', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '24117248', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1048543', > 'ID_PART_ENTRY_TYPE': '0657fd6d-a4ab-43c4-84e5-0933c84b4f4f', > 'ID_PART_ENTRY_UUID': 'b3b83f13-7183-4bd4-bf60-1636b86bc7e9', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '1495078792', > 'name': 'sda3', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part3', > '/dev/disk/by-partlabel/linux-swap', > '/dev/disk/by-partuuid/b3b83f13-7183-4bd4-bf60-1636b86bc7e9', > '/dev/disk/by-uuid/854e1b60-7cf9-4dc0-b817-ff4b03e9de65'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3'} ; name: sda3 ; >00:19:42,489 INFO storage: scanning sda3 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3)... >00:19:42,491 DEBUG storage: DeviceTree.getDeviceByName: name: sda3 ; >00:19:42,492 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,492 INFO storage: sda3 is a partition >00:19:42,494 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda3 ; >00:19:42,499 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:19:42,500 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >00:19:42,501 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >00:19:42,502 DEBUG storage: PartitionDevice._setFormat: sda3 ; >00:19:42,502 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,502 DEBUG storage: PartitionDevice._setFormat: sda3 ; current: None ; type: None ; >00:19:42,502 DEBUG storage: looking up parted Partition: /dev/sda3 >00:19:42,503 DEBUG storage: PartitionDevice.probe: sda3 ; exists: True ; >00:19:42,504 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 1 ; >00:19:42,504 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 10 ; >00:19:42,505 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 12 ; >00:19:42,505 INFO storage: added partition sda3 (id 3) to device tree >00:19:42,506 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda3 ; >00:19:42,506 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda3 ; label_type: gpt ; >00:19:42,507 DEBUG storage: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >00:19:42,507 DEBUG storage: DiskLabel.__init__: device: /dev/sda3 ; labelType: gpt ; exists: True ; >00:19:42,529 WARN storage: disklabel detected but not usable on sda3 >00:19:42,533 INFO storage: type detected on 'sda3' is 'swap' >00:19:42,536 DEBUG storage: SwapSpace.__init__: device: /dev/sda3 ; serial: QM00001 ; uuid: 854e1b60-7cf9-4dc0-b817-ff4b03e9de65 ; exists: True ; label: None ; >00:19:42,537 DEBUG storage: getFormat('swap') returning SwapSpace instance >00:19:42,540 DEBUG storage: PartitionDevice._setFormat: sda3 ; >00:19:42,541 DEBUG storage: PartitionDevice._setFormat: sda3 ; current: None ; type: swap ; >00:19:42,543 DEBUG storage: looking up parted Device: /dev/sda3 >00:19:42,546 INFO storage: got device: PartitionDevice instance (0x30fdb10) -- > name = sda3 status = True kids = 0 id = 3 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 511.983886719 > 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: 1048543 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x3000680> > 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 0x30fd350> fileSystem: <parted.filesystem.FileSystem object at 0x30fd8d0> > number: 3 path: /dev/sda3 type: 0 > name: linux-swap active: True busy: False > geometry: <parted.geometry.Geometry object at 0x30fd850> PedPartition: <_ped.Partition object at 0x30ff110> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 24117248 end = 25165790 length = 1048543 > flags = >00:19:42,546 INFO storage: got format: SwapSpace instance (0x3140d50) -- > type = swap name = swap status = False > device = /dev/sda3 uuid = 854e1b60-7cf9-4dc0-b817-ff4b03e9de65 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >00:19:42,553 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FS_LABEL': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >00:19:42,554 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >00:19:42,556 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >00:19:42,559 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,559 INFO storage: sr0 is a cdrom >00:19:42,560 DEBUG storage: DeviceTree.addUdevOpticalDevice: >00:19:42,560 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,561 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >00:19:42,561 INFO storage: added cdrom sr0 (id 4) to device tree >00:19:42,561 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >00:19:42,564 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >00:19:42,564 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >00:19:42,565 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >00:19:42,566 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >00:19:42,577 WARN storage: disklabel detected but not usable on sr0 >00:19:42,578 INFO storage: type detected on 'sr0' is 'iso9660' >00:19:42,579 DEBUG storage: Iso9660FS.supported: supported: True ; >00:19:42,579 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >00:19:42,580 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >00:19:42,580 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >00:19:42,582 DEBUG storage: looking up parted Device: /dev/sr0 >00:19:42,582 INFO storage: got device: OpticalDevice instance (0x30fdb90) -- > name = sr0 status = True kids = 0 id = 4 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x3000d40> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >00:19:42,583 DEBUG storage: Iso9660FS.supported: supported: True ; >00:19:42,583 INFO storage: got format: Iso9660FS instance (0x314b410) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >00:19:42,584 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >00:19:42,585 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >00:19:42,585 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >00:19:42,586 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,586 INFO storage: loop0 is a loop device >00:19:42,586 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >00:19:42,587 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >00:19:42,587 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,587 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,588 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >00:19:42,588 INFO storage: added file /osmin.img (deleted) (id 5) to device tree >00:19:42,589 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >00:19:42,589 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,590 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >00:19:42,590 INFO storage: added loop loop0 (id 6) to device tree >00:19:42,590 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >00:19:42,591 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >00:19:42,591 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:19:42,592 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >00:19:42,592 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >00:19:42,597 WARN storage: disklabel detected but not usable on loop0 >00:19:42,597 INFO storage: type detected on 'loop0' is 'squashfs' >00:19:42,598 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:19:42,598 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >00:19:42,599 INFO storage: got device: LoopDevice instance (0x314b710) -- > name = loop0 status = False kids = 0 id = 6 > parents = ['existing 0MB file /osmin.img (deleted) (5)'] > 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 >00:19:42,600 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >00:19:42,600 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >00:19:42,604 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >00:19:42,605 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,605 INFO storage: loop1 is a loop device >00:19:42,605 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >00:19:42,606 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >00:19:42,606 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,607 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,607 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >00:19:42,607 INFO storage: added file /osmin (id 7) to device tree >00:19:42,608 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >00:19:42,608 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,609 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >00:19:42,609 INFO storage: added loop loop1 (id 8) to device tree >00:19:42,609 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >00:19:42,610 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >00:19:42,610 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:19:42,611 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >00:19:42,611 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >00:19:42,617 WARN storage: disklabel detected but not usable on loop1 >00:19:42,617 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >00:19:42,618 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:19:42,618 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >00:19:42,619 INFO storage: got device: LoopDevice instance (0x30eb590) -- > name = loop1 status = False kids = 0 id = 8 > parents = ['existing 0MB file /osmin (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/loop1 > format args = [] originalFormat = None >00:19:42,620 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >00:19:42,620 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >00:19:42,620 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >00:19:42,621 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,621 INFO storage: loop2 is a loop device >00:19:42,621 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >00:19:42,622 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >00:19:42,622 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,623 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,624 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >00:19:42,624 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 9) to device tree >00:19:42,624 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >00:19:42,625 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,625 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >00:19:42,625 INFO storage: added loop loop2 (id 10) to device tree >00:19:42,626 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >00:19:42,626 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >00:19:42,626 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:19:42,627 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >00:19:42,628 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >00:19:42,633 WARN storage: disklabel detected but not usable on loop2 >00:19:42,633 INFO storage: type detected on 'loop2' is 'squashfs' >00:19:42,634 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:19:42,634 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >00:19:42,635 INFO storage: got device: LoopDevice instance (0x314b810) -- > name = loop2 status = False kids = 0 id = 10 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (9)'] > 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 >00:19:42,636 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >00:19:42,636 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >00:19:42,637 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >00:19:42,637 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,637 INFO storage: loop3 is a loop device >00:19:42,638 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >00:19:42,639 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >00:19:42,639 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,639 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,640 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >00:19:42,640 INFO storage: added file /LiveOS/ext3fs.img (id 11) to device tree >00:19:42,641 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >00:19:42,641 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,641 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >00:19:42,642 INFO storage: added loop loop3 (id 12) to device tree >00:19:42,642 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >00:19:42,643 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >00:19:42,643 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:42,643 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:19:42,644 DEBUG storage: device loop3 does not contain a disklabel >00:19:42,644 INFO storage: type detected on 'loop3' is 'ext4' >00:19:42,669 DEBUG storage: using current size 0 as min size >00:19:42,670 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:42,670 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:19:42,670 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >00:19:42,671 INFO storage: got device: LoopDevice instance (0x314b290) -- > name = loop3 status = False kids = 0 id = 12 > parents = ['existing 0MB file /LiveOS/ext3fs.img (11)'] > 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/loop3 > format args = [] originalFormat = None >00:19:42,672 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:42,672 INFO storage: got format: Ext4FS instance (0x314bbd0) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >00:19:42,673 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >00:19:42,673 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >00:19:42,674 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >00:19:42,674 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,674 INFO storage: loop4 is a loop device >00:19:42,675 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >00:19:42,675 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >00:19:42,676 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,676 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,677 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >00:19:42,677 INFO storage: added file /overlay (deleted) (id 13) to device tree >00:19:42,678 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >00:19:42,678 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,678 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >00:19:42,679 INFO storage: added loop loop4 (id 14) to device tree >00:19:42,679 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >00:19:42,680 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >00:19:42,680 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:19:42,680 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >00:19:42,682 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >00:19:42,687 WARN storage: disklabel detected but not usable on loop4 >00:19:42,687 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >00:19:42,688 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:19:42,688 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >00:19:42,689 INFO storage: got device: LoopDevice instance (0x314b910) -- > name = loop4 status = False kids = 0 id = 14 > parents = ['existing 0MB file /overlay (deleted) (13)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >00:19:42,690 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >00:19:42,690 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >00:19:42,690 DEBUG storage: lvm filter: adding loop5 to the reject list >00:19:42,691 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >00:19:42,691 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >00:19:42,691 DEBUG storage: lvm filter: adding loop6 to the reject list >00:19:42,692 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >00:19:42,692 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >00:19:42,692 DEBUG storage: lvm filter: adding loop7 to the reject list >00:19:42,694 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >00:19:42,694 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >00:19:42,694 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >00:19:42,695 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,695 INFO storage: live-rw is a device-mapper device >00:19:42,695 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >00:19:42,696 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >00:19:42,697 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (12) with existing ext4 filesystem >00:19:42,698 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >00:19:42,698 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (14) >00:19:42,699 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >00:19:42,700 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,701 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >00:19:42,701 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,701 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >00:19:42,701 INFO storage: added dm live-rw (id 15) to device tree >00:19:42,702 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >00:19:42,703 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >00:19:42,703 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:42,703 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:19:42,703 DEBUG storage: device live-rw does not contain a disklabel >00:19:42,704 INFO storage: type detected on 'live-rw' is 'ext4' >00:19:42,727 DEBUG storage: padding min size from 3367 up to 3703 >00:19:42,728 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:42,728 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:19:42,729 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >00:19:42,729 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >00:19:42,736 INFO storage: got device: DMDevice instance (0x30eb5d0) -- > name = live-rw status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop4 (14)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x3000b90> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >00:19:42,737 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:42,737 INFO storage: got format: Ext4FS instance (0x314b790) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >00:19:42,739 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >00:19:42,739 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >00:19:42,740 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >00:19:42,741 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,741 INFO storage: live-osimg-min is a device-mapper device >00:19:42,741 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >00:19:42,742 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >00:19:42,742 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >00:19:42,743 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (8) >00:19:42,744 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >00:19:42,745 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (12) with existing ext4 filesystem >00:19:42,746 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >00:19:42,746 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:42,747 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >00:19:42,747 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:42,748 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >00:19:42,748 INFO storage: added dm live-osimg-min (id 16) to device tree >00:19:42,749 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >00:19:42,749 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >00:19:42,750 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:42,750 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:19:42,750 DEBUG storage: device live-osimg-min does not contain a disklabel >00:19:42,750 INFO storage: type detected on 'live-osimg-min' is 'ext4' >00:19:42,777 DEBUG storage: using current size 0 as min size >00:19:42,778 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:42,778 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:19:42,779 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >00:19:42,779 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >00:19:42,782 INFO storage: got device: DMDevice instance (0x314bb50) -- > name = live-osimg-min status = True kids = 0 id = 16 > parents = ['existing 0MB loop loop3 (12) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x3000e60> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >00:19:42,783 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:42,784 INFO storage: got format: Ext4FS instance (0x314bfd0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >00:19:42,802 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >00:19:42,814 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:19:42,815 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:42,817 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:42,828 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >00:19:42,829 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >00:19:42,830 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >00:19:42,841 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:19:42,842 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:42,844 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:42,855 DEBUG storage: PartitionDevice.teardown: sda3 ; status: True ; controllable: True ; >00:19:42,856 DEBUG storage: SwapSpace.teardown: device: /dev/sda3 ; status: False ; type: swap ; >00:19:42,857 DEBUG storage: SwapSpace.teardown: device: /dev/sda3 ; status: False ; type: swap ; >00:19:42,870 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:19:42,872 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:42,874 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:42,885 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >00:19:42,886 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >00:19:42,886 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >00:19:42,886 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >00:19:42,886 INFO storage: not going to restore from backup of non-existent /etc/multipath.conf >00:19:42,887 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >00:19:42,900 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:19:42,901 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:42,902 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:42,914 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >00:19:42,914 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >00:19:42,916 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >00:19:42,927 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:19:42,928 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:42,930 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:42,941 DEBUG storage: PartitionDevice.teardown: sda3 ; status: True ; controllable: True ; >00:19:42,942 DEBUG storage: SwapSpace.teardown: device: /dev/sda3 ; status: False ; type: swap ; >00:19:42,943 DEBUG storage: SwapSpace.teardown: device: /dev/sda3 ; status: False ; type: swap ; >00:19:42,954 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:19:42,955 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:42,957 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:42,969 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >00:19:42,969 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >00:19:42,970 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >00:19:43,228 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >00:19:43,239 DEBUG storage: registered device format class Ext2FS as ext2 >00:19:43,240 DEBUG storage: registered device format class Ext3FS as ext3 >00:19:43,240 DEBUG storage: registered device format class Ext4FS as ext4 >00:19:43,241 DEBUG storage: registered device format class FATFS as vfat >00:19:43,241 DEBUG storage: registered device format class EFIFS as efi >00:19:43,242 DEBUG storage: registered device format class BTRFS as btrfs >00:19:43,242 DEBUG storage: registered device format class GFS2 as gfs2 >00:19:43,243 DEBUG storage: registered device format class JFS as jfs >00:19:43,243 DEBUG storage: registered device format class ReiserFS as reiserfs >00:19:43,244 DEBUG storage: registered device format class XFS as xfs >00:19:43,244 DEBUG storage: registered device format class HFS as hfs >00:19:43,244 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >00:19:43,245 DEBUG storage: registered device format class HFSPlus as hfs+ >00:19:43,245 DEBUG storage: registered device format class NTFS as ntfs >00:19:43,246 DEBUG storage: registered device format class NFS as nfs >00:19:43,246 DEBUG storage: registered device format class NFSv4 as nfs4 >00:19:43,247 DEBUG storage: registered device format class Iso9660FS as iso9660 >00:19:43,247 DEBUG storage: registered device format class NoDevFS as nodev >00:19:43,247 DEBUG storage: registered device format class DevPtsFS as devpts >00:19:43,247 DEBUG storage: registered device format class ProcFS as proc >00:19:43,247 DEBUG storage: registered device format class SysFS as sysfs >00:19:43,247 DEBUG storage: registered device format class TmpFS as tmpfs >00:19:43,248 DEBUG storage: registered device format class BindFS as bind >00:19:43,248 DEBUG storage: registered device format class SELinuxFS as selinuxfs >00:19:43,248 DEBUG storage: registered device format class USBFS as usbfs >00:19:43,248 DEBUG storage: registered device format class BIOSBoot as biosboot >00:19:43,249 DEBUG storage: registered device format class DiskLabel as disklabel >00:19:43,249 DEBUG storage: registered device format class DMRaidMember as dmraidmember >00:19:43,253 DEBUG storage: registered device format class MDRaidMember as mdmember >00:19:43,254 DEBUG storage: registered device format class PPCPRePBoot as prepboot >00:19:43,254 DEBUG storage: registered device format class MultipathMember as multipath_member >00:19:43,254 DEBUG storage: registered device format class LUKS as luks >00:19:43,255 DEBUG storage: registered device format class SwapSpace as swap >00:19:44,098 DEBUG storage: MultipathTopology._build_topology: >00:19:44,099 DEBUG storage: /etc/multipath.conf contents: >00:19:44,099 DEBUG storage: # multipath.conf written by anaconda >00:19:44,100 DEBUG storage: >00:19:44,100 DEBUG storage: defaults { >00:19:44,101 DEBUG storage: user_friendly_names yes >00:19:44,101 DEBUG storage: } >00:19:44,101 DEBUG storage: blacklist { >00:19:44,102 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >00:19:44,102 DEBUG storage: devnode "^hd[a-z]" >00:19:44,103 DEBUG storage: devnode "^dcssblk[0-9]*" >00:19:44,103 DEBUG storage: device { >00:19:44,103 DEBUG storage: vendor "DGC" >00:19:44,103 DEBUG storage: product "LUNZ" >00:19:44,104 DEBUG storage: } >00:19:44,104 DEBUG storage: device { >00:19:44,104 DEBUG storage: vendor "IBM" >00:19:44,104 DEBUG storage: product "S/390.*" >00:19:44,104 DEBUG storage: } >00:19:44,104 DEBUG storage: # don't count normal SATA devices as multipaths >00:19:44,104 DEBUG storage: device { >00:19:44,104 DEBUG storage: vendor "ATA" >00:19:44,104 DEBUG storage: } >00:19:44,104 DEBUG storage: # don't count 3ware devices as multipaths >00:19:44,107 DEBUG storage: device { >00:19:44,107 DEBUG storage: vendor "3ware" >00:19:44,107 DEBUG storage: } >00:19:44,107 DEBUG storage: device { >00:19:44,108 DEBUG storage: vendor "AMCC" >00:19:44,108 DEBUG storage: } >00:19:44,108 DEBUG storage: # nor highpoint devices >00:19:44,108 DEBUG storage: device { >00:19:44,108 DEBUG storage: vendor "HPT" >00:19:44,108 DEBUG storage: } >00:19:44,108 DEBUG storage: } >00:19:44,109 DEBUG storage: multipaths { >00:19:44,109 DEBUG storage: } >00:19:44,109 DEBUG storage: (end of /etc/multipath.conf) >00:19:44,174 INFO storage: MultipathTopology: found singlepath device: sda >00:19:44,176 INFO storage: MultipathTopology: found non-disk device: sda1 >00:19:44,178 INFO storage: MultipathTopology: found non-disk device: sda2 >00:19:44,180 INFO storage: MultipathTopology: found non-disk device: sda3 >00:19:44,180 INFO storage: MultipathTopology: found non-disk device: sr0 >00:19:44,180 INFO storage: MultipathTopology: found singlepath device: loop0 >00:19:44,180 INFO storage: MultipathTopology: found singlepath device: loop1 >00:19:44,180 INFO storage: MultipathTopology: found singlepath device: loop2 >00:19:44,180 INFO storage: MultipathTopology: found singlepath device: loop3 >00:19:44,180 INFO storage: MultipathTopology: found singlepath device: loop4 >00:19:44,180 INFO storage: MultipathTopology: found singlepath device: loop5 >00:19:44,180 INFO storage: MultipathTopology: found singlepath device: loop6 >00:19:44,181 INFO storage: MultipathTopology: found singlepath device: loop7 >00:19:44,181 INFO storage: MultipathTopology: found singlepath device: dm-0 >00:19:44,181 INFO storage: MultipathTopology: found singlepath device: dm-1 >00:19:46,300 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >00:19:46,302 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >00:19:46,360 DEBUG storage: protected device spec /dev/sr0 resolved to sr0 >00:19:46,371 INFO storage: sr0 looks to be the live device; marking as protected >00:19:46,525 DEBUG storage: MultipathTopology._build_topology: >00:19:46,525 DEBUG storage: /etc/multipath.conf contents: >00:19:46,525 DEBUG storage: # multipath.conf written by anaconda >00:19:46,525 DEBUG storage: >00:19:46,526 DEBUG storage: defaults { >00:19:46,526 DEBUG storage: user_friendly_names yes >00:19:46,537 DEBUG storage: } >00:19:46,541 DEBUG storage: blacklist { >00:19:46,541 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >00:19:46,541 DEBUG storage: devnode "^hd[a-z]" >00:19:46,541 DEBUG storage: devnode "^dcssblk[0-9]*" >00:19:46,542 DEBUG storage: device { >00:19:46,542 DEBUG storage: vendor "DGC" >00:19:46,542 DEBUG storage: product "LUNZ" >00:19:46,542 DEBUG storage: } >00:19:46,542 DEBUG storage: device { >00:19:46,542 DEBUG storage: vendor "IBM" >00:19:46,550 DEBUG storage: product "S/390.*" >00:19:46,550 DEBUG storage: } >00:19:46,550 DEBUG storage: # don't count normal SATA devices as multipaths >00:19:46,550 DEBUG storage: device { >00:19:46,550 DEBUG storage: vendor "ATA" >00:19:46,557 DEBUG storage: } >00:19:46,557 DEBUG storage: # don't count 3ware devices as multipaths >00:19:46,557 DEBUG storage: device { >00:19:46,558 DEBUG storage: vendor "3ware" >00:19:46,558 DEBUG storage: } >00:19:46,558 DEBUG storage: device { >00:19:46,577 DEBUG storage: vendor "AMCC" >00:19:46,582 DEBUG storage: } >00:19:46,582 DEBUG storage: # nor highpoint devices >00:19:46,582 DEBUG storage: device { >00:19:46,582 DEBUG storage: vendor "HPT" >00:19:46,587 DEBUG storage: } >00:19:46,587 DEBUG storage: } >00:19:46,588 DEBUG storage: multipaths { >00:19:46,592 DEBUG storage: } >00:19:46,592 DEBUG storage: (end of /etc/multipath.conf) >00:19:46,747 INFO storage: MultipathTopology: found singlepath device: sda >00:19:46,747 INFO storage: MultipathTopology: found non-disk device: sda1 >00:19:46,747 INFO storage: MultipathTopology: found non-disk device: sda2 >00:19:46,748 INFO storage: MultipathTopology: found non-disk device: sda3 >00:19:46,748 INFO storage: MultipathTopology: found non-disk device: sr0 >00:19:46,748 INFO storage: MultipathTopology: found singlepath device: loop0 >00:19:46,748 INFO storage: MultipathTopology: found singlepath device: loop1 >00:19:46,748 INFO storage: MultipathTopology: found singlepath device: loop2 >00:19:46,748 INFO storage: MultipathTopology: found singlepath device: loop3 >00:19:46,748 INFO storage: MultipathTopology: found singlepath device: loop4 >00:19:46,748 INFO storage: MultipathTopology: found singlepath device: loop5 >00:19:46,748 INFO storage: MultipathTopology: found singlepath device: loop6 >00:19:46,750 INFO storage: MultipathTopology: found singlepath device: loop7 >00:19:46,750 INFO storage: MultipathTopology: found singlepath device: dm-0 >00:19:46,750 INFO storage: MultipathTopology: found singlepath device: dm-1 >00:19:46,750 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sda3', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >00:19:46,761 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': 'gpt', > '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': '22966', > '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 ; >00:19:46,761 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >00:19:46,777 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:19:46,778 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:46,785 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >00:19:46,786 INFO storage: sda is a disk >00:19:46,789 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:46,798 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >00:19:46,799 INFO storage: added disk sda (id 0) to device tree >00:19:46,799 DEBUG storage: looking up parted Device: /dev/sda >00:19:46,812 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >00:19:46,812 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: gpt ; >00:19:46,837 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >00:19:46,841 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >00:19:46,861 DEBUG storage: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7fc2b4109610>, <parted.partition.Partition object at 0x7fc2b4109910>, <parted.partition.Partition object at 0x7fc2b4109b50>] > device: <parted.device.Device object at 0x7fc2b4109050> > PedDisk: <_ped.Disk object at 0x7fc2b4108170> >00:19:46,861 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >00:19:46,869 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >00:19:46,879 INFO storage: got device: DiskDevice instance (0x7fc2b4089750) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing gpt 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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7fc2b4046320> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fc2b40dee50> >00:19:46,884 INFO storage: got format: DiskLabel instance (0x7fc2b40e9310) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 3 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7fc2b4109610>, <parted.partition.Partition object at 0x7fc2b4109910>, <parted.partition.Partition object at 0x7fc2b4109b50>] > device: <parted.device.Device object at 0x7fc2b4109050> > PedDisk: <_ped.Disk object at 0x7fc2b4108170> > origPartedDisk = <parted.disk.Disk object at 0x7fc2b4109c90> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7fc2b4046680> > >00:19:46,902 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-partlabel/ext4 /dev/disk/by-partuuid/0aed4191-f40a-42d5-bd88-8227d4a6860e /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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_NAME': 'ext4', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1048576', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '0aed4191-f40a-42d5-bd88-8227d4a6860e', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '95078770', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-partlabel/ext4', > '/dev/disk/by-partuuid/0aed4191-f40a-42d5-bd88-8227d4a6860e', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >00:19:46,903 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >00:19:46,903 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >00:19:46,911 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:46,912 INFO storage: sda1 is a partition >00:19:46,913 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >00:19:46,923 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:19:46,924 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >00:19:46,925 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >00:19:46,926 DEBUG storage: PartitionDevice._setFormat: sda1 ; >00:19:46,927 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:46,940 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >00:19:46,940 DEBUG storage: looking up parted Partition: /dev/sda1 >00:19:46,942 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >00:19:46,944 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >00:19:46,949 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >00:19:46,960 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >00:19:46,960 INFO storage: added partition sda1 (id 1) to device tree >00:19:46,964 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >00:19:46,965 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: gpt ; >00:19:46,976 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >00:19:46,981 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: gpt ; exists: True ; >00:19:46,992 WARN storage: disklabel detected but not usable on sda1 >00:19:46,993 INFO storage: type detected on 'sda1' is 'ext4' >00:19:47,154 DEBUG storage: padding min size from 77 up to 84 >00:19:47,156 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:47,156 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:19:47,158 DEBUG storage: PartitionDevice._setFormat: sda1 ; >00:19:47,169 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >00:19:47,180 DEBUG storage: looking up parted Device: /dev/sda1 >00:19:47,189 INFO storage: got device: PartitionDevice instance (0x7fc2b410c410) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 512.0 > format = existing ext4 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32706 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7fc2b4046b00> > target size = 0 path = /dev/sda1 > 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 0x7fc2b4109150> fileSystem: <parted.filesystem.FileSystem object at 0x7fc2b4109a50> > number: 1 path: /dev/sda1 type: 0 > name: ext4 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc2b41096d0> PedPartition: <_ped.Partition object at 0x7fc2b4104650> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 2048 end = 1050623 length = 1048576 > flags = >00:19:47,190 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:47,190 INFO storage: got format: Ext4FS instance (0x7fc2b4115490) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >00:19:47,198 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2 /dev/disk/by-partlabel/ext4 /dev/disk/by-partuuid/5e1411a8-2860-4d8f-bd1d-fe086e1f8812', > '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_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_NAME': 'ext4', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1050624', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '23066624', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '5e1411a8-2860-4d8f-bd1d-fe086e1f8812', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '95078783', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '/dev/disk/by-partlabel/ext4', > '/dev/disk/by-partuuid/5e1411a8-2860-4d8f-bd1d-fe086e1f8812'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >00:19:47,203 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >00:19:47,204 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >00:19:47,206 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:47,210 INFO storage: sda2 is a partition >00:19:47,211 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >00:19:47,213 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:19:47,214 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >00:19:47,219 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >00:19:47,220 DEBUG storage: PartitionDevice._setFormat: sda2 ; >00:19:47,221 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:47,223 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >00:19:47,227 DEBUG storage: looking up parted Partition: /dev/sda2 >00:19:47,228 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >00:19:47,230 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >00:19:47,234 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >00:19:47,235 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >00:19:47,240 INFO storage: added partition sda2 (id 2) to device tree >00:19:47,241 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >00:19:47,243 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: gpt ; >00:19:47,254 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >00:19:47,256 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: gpt ; exists: True ; >00:19:47,280 WARN storage: disklabel detected but not usable on sda2 >00:19:47,283 DEBUG storage: no type or existing type for sda2, bailing >00:19:47,283 DEBUG storage: looking up parted Device: /dev/sda2 >00:19:47,285 INFO storage: got device: PartitionDevice instance (0x7fc2b4132310) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 11263.0 > format = existing None > 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: 23066624 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32706 did: 0 busy: False > hardwareGeometry: (1435, 255, 63) biosGeometry: (1435, 255, 63) > PedDevice: <_ped.Device object at 0x7fc2b4046e60> > 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 0x7fc2b4109150> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: ext4 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc2b41099d0> PedPartition: <_ped.Partition object at 0x7fc2b41046b0> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 1050624 end = 24117247 length = 23066624 > flags = >00:19:47,304 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part3 /dev/disk/by-partlabel/linux-swap /dev/disk/by-partuuid/b3b83f13-7183-4bd4-bf60-1636b86bc7e9 /dev/disk/by-uuid/854e1b60-7cf9-4dc0-b817-ff4b03e9de65', > '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': '854e1b60-7cf9-4dc0-b817-ff4b03e9de65', > 'ID_FS_UUID_ENC': '854e1b60-7cf9-4dc0-b817-ff4b03e9de65', > '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_NAME': 'linux-swap', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '24117248', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1048543', > 'ID_PART_ENTRY_TYPE': '0657fd6d-a4ab-43c4-84e5-0933c84b4f4f', > 'ID_PART_ENTRY_UUID': 'b3b83f13-7183-4bd4-bf60-1636b86bc7e9', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '1495078792', > 'name': 'sda3', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part3', > '/dev/disk/by-partlabel/linux-swap', > '/dev/disk/by-partuuid/b3b83f13-7183-4bd4-bf60-1636b86bc7e9', > '/dev/disk/by-uuid/854e1b60-7cf9-4dc0-b817-ff4b03e9de65'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3'} ; name: sda3 ; >00:19:47,309 INFO storage: scanning sda3 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3)... >00:19:47,310 DEBUG storage: DeviceTree.getDeviceByName: name: sda3 ; >00:19:47,312 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:47,312 INFO storage: sda3 is a partition >00:19:47,313 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda3 ; >00:19:47,318 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:19:47,320 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >00:19:47,323 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >00:19:47,329 DEBUG storage: PartitionDevice._setFormat: sda3 ; >00:19:47,329 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:47,331 DEBUG storage: PartitionDevice._setFormat: sda3 ; current: None ; type: None ; >00:19:47,331 DEBUG storage: looking up parted Partition: /dev/sda3 >00:19:47,333 DEBUG storage: PartitionDevice.probe: sda3 ; exists: True ; >00:19:47,335 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 1 ; >00:19:47,340 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 10 ; >00:19:47,341 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 12 ; >00:19:47,342 INFO storage: added partition sda3 (id 3) to device tree >00:19:47,346 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda3 ; >00:19:47,348 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda3 ; label_type: gpt ; >00:19:47,349 DEBUG storage: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >00:19:47,350 DEBUG storage: DiskLabel.__init__: device: /dev/sda3 ; labelType: gpt ; exists: True ; >00:19:47,372 WARN storage: disklabel detected but not usable on sda3 >00:19:47,374 INFO storage: type detected on 'sda3' is 'swap' >00:19:47,380 DEBUG storage: SwapSpace.__init__: device: /dev/sda3 ; serial: QM00001 ; uuid: 854e1b60-7cf9-4dc0-b817-ff4b03e9de65 ; exists: True ; label: None ; >00:19:47,391 DEBUG storage: getFormat('swap') returning SwapSpace instance >00:19:47,392 DEBUG storage: PartitionDevice._setFormat: sda3 ; >00:19:47,393 DEBUG storage: PartitionDevice._setFormat: sda3 ; current: None ; type: swap ; >00:19:47,395 DEBUG storage: looking up parted Device: /dev/sda3 >00:19:47,398 INFO storage: got device: PartitionDevice instance (0x3a3c4d0) -- > name = sda3 status = True kids = 0 id = 3 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 511.983886719 > 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: 1048543 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 24864 did: 26482 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x3a31200> > 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 0x7fc2b4109150> fileSystem: <parted.filesystem.FileSystem object at 0x7fc2b4109c10> > number: 3 path: /dev/sda3 type: 0 > name: linux-swap active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc2b4109b90> PedPartition: <_ped.Partition object at 0x7fc2b4104710> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 24117248 end = 25165790 length = 1048543 > flags = >00:19:47,406 INFO storage: got format: SwapSpace instance (0x3c8a950) -- > type = swap name = swap status = False > device = /dev/sda3 uuid = 854e1b60-7cf9-4dc0-b817-ff4b03e9de65 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >00:19:47,430 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >00:19:47,435 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >00:19:47,437 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >00:19:47,440 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:47,441 INFO storage: sr0 is a cdrom >00:19:47,446 DEBUG storage: DeviceTree.addUdevOpticalDevice: >00:19:47,446 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:47,451 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >00:19:47,454 INFO storage: added cdrom sr0 (id 4) to device tree >00:19:47,455 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >00:19:47,461 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >00:19:47,467 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >00:19:47,469 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >00:19:47,472 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >00:19:47,491 WARN storage: disklabel detected but not usable on sr0 >00:19:47,492 INFO storage: type detected on 'sr0' is 'iso9660' >00:19:47,494 DEBUG storage: Iso9660FS.supported: supported: True ; >00:19:47,495 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >00:19:47,499 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >00:19:47,502 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >00:19:47,509 DEBUG storage: looking up parted Device: /dev/sr0 >00:19:47,510 INFO storage: got device: OpticalDevice instance (0x3c8aa10) -- > name = sr0 status = True kids = 0 id = 4 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x7fc2b4046dd0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >00:19:47,511 DEBUG storage: Iso9660FS.supported: supported: True ; >00:19:47,512 INFO storage: got format: Iso9660FS instance (0x3c90ed0) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >00:19:47,514 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >00:19:47,518 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >00:19:47,519 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >00:19:47,521 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:47,521 INFO storage: loop0 is a loop device >00:19:47,522 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >00:19:47,528 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >00:19:47,529 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:47,530 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:47,531 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >00:19:47,532 INFO storage: added file /osmin.img (deleted) (id 5) to device tree >00:19:47,533 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >00:19:47,536 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:47,541 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >00:19:47,541 INFO storage: added loop loop0 (id 6) to device tree >00:19:47,543 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >00:19:47,544 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >00:19:47,548 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:19:47,549 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >00:19:47,551 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >00:19:47,556 WARN storage: disklabel detected but not usable on loop0 >00:19:47,557 INFO storage: type detected on 'loop0' is 'squashfs' >00:19:47,557 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:19:47,562 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >00:19:47,563 INFO storage: got device: LoopDevice instance (0x3c960d0) -- > name = loop0 status = False kids = 0 id = 6 > parents = ['existing 0MB file /osmin.img (deleted) (5)'] > 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 >00:19:47,565 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >00:19:47,567 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >00:19:47,569 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >00:19:47,573 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:47,574 INFO storage: loop1 is a loop device >00:19:47,575 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >00:19:47,577 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >00:19:47,581 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:47,582 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:47,584 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >00:19:47,584 INFO storage: added file /osmin (id 7) to device tree >00:19:47,586 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >00:19:47,590 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:47,592 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >00:19:47,593 INFO storage: added loop loop1 (id 8) to device tree >00:19:47,594 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >00:19:47,600 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >00:19:47,600 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:19:47,602 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >00:19:47,603 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >00:19:47,609 WARN storage: disklabel detected but not usable on loop1 >00:19:47,610 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >00:19:47,610 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:19:47,611 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >00:19:47,611 INFO storage: got device: LoopDevice instance (0x3c96f10) -- > name = loop1 status = False kids = 0 id = 8 > parents = ['existing 0MB file /osmin (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/loop1 > format args = [] originalFormat = None >00:19:47,618 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >00:19:47,622 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >00:19:47,624 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >00:19:47,625 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:47,626 INFO storage: loop2 is a loop device >00:19:47,627 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >00:19:47,632 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >00:19:47,633 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:47,634 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:47,635 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >00:19:47,640 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 9) to device tree >00:19:47,642 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >00:19:47,642 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:47,643 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >00:19:47,644 INFO storage: added loop loop2 (id 10) to device tree >00:19:47,648 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >00:19:47,650 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >00:19:47,650 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:19:47,652 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >00:19:47,657 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >00:19:47,663 WARN storage: disklabel detected but not usable on loop2 >00:19:47,663 INFO storage: type detected on 'loop2' is 'squashfs' >00:19:47,663 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:19:47,664 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >00:19:47,664 INFO storage: got device: LoopDevice instance (0x3c9e950) -- > name = loop2 status = False kids = 0 id = 10 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (9)'] > 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 >00:19:47,672 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >00:19:47,673 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >00:19:47,675 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >00:19:47,679 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:47,680 INFO storage: loop3 is a loop device >00:19:47,681 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >00:19:47,687 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >00:19:47,688 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:47,689 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:47,690 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >00:19:47,694 INFO storage: added file /LiveOS/ext3fs.img (id 11) to device tree >00:19:47,695 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >00:19:47,696 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:47,697 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >00:19:47,698 INFO storage: added loop loop3 (id 12) to device tree >00:19:47,699 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >00:19:47,705 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >00:19:47,706 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:47,707 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:19:47,708 DEBUG storage: device loop3 does not contain a disklabel >00:19:47,708 INFO storage: type detected on 'loop3' is 'ext4' >00:19:47,816 DEBUG storage: using current size 0 as min size >00:19:47,818 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:47,818 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:19:47,824 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >00:19:47,825 INFO storage: got device: LoopDevice instance (0x3ca3a10) -- > name = loop3 status = False kids = 0 id = 12 > parents = ['existing 0MB file /LiveOS/ext3fs.img (11)'] > 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/loop3 > format args = [] originalFormat = None >00:19:47,826 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:47,826 INFO storage: got format: Ext4FS instance (0x3c9efd0) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >00:19:47,837 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >00:19:47,839 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >00:19:47,841 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >00:19:47,846 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:47,847 INFO storage: loop4 is a loop device >00:19:47,857 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >00:19:47,858 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >00:19:47,862 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:47,865 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:47,869 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >00:19:47,872 INFO storage: added file /overlay (deleted) (id 13) to device tree >00:19:47,873 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >00:19:47,876 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:47,877 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >00:19:47,880 INFO storage: added loop loop4 (id 14) to device tree >00:19:47,881 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >00:19:47,885 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >00:19:47,888 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:19:47,889 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >00:19:47,893 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >00:19:47,902 WARN storage: disklabel detected but not usable on loop4 >00:19:47,902 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >00:19:47,902 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:19:47,910 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >00:19:47,911 INFO storage: got device: LoopDevice instance (0x3cae1d0) -- > name = loop4 status = False kids = 0 id = 14 > parents = ['existing 0MB file /overlay (deleted) (13)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >00:19:47,913 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >00:19:47,920 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >00:19:47,920 DEBUG storage: lvm filter: adding loop5 to the reject list >00:19:47,922 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >00:19:47,925 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >00:19:47,925 DEBUG storage: lvm filter: adding loop6 to the reject list >00:19:47,927 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >00:19:47,927 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >00:19:47,927 DEBUG storage: lvm filter: adding loop7 to the reject list >00:19:47,928 DEBUG storage: Skipping a device mapper drive (dm-0) for now >00:19:47,928 DEBUG storage: Skipping a device mapper drive (dm-1) for now >00:19:47,980 INFO storage: devices to scan: ['dm-0', 'dm-1'] >00:19:47,988 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >00:19:47,991 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >00:19:47,994 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >00:19:47,999 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:48,002 INFO storage: live-rw is a device-mapper device >00:19:48,003 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >00:19:48,007 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >00:19:48,008 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (12) with existing ext4 filesystem >00:19:48,012 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >00:19:48,017 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (14) >00:19:48,022 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >00:19:48,028 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:48,035 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >00:19:48,035 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:48,042 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >00:19:48,042 INFO storage: added dm live-rw (id 15) to device tree >00:19:48,043 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >00:19:48,051 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >00:19:48,052 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:48,052 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:19:48,053 DEBUG storage: device live-rw does not contain a disklabel >00:19:48,063 INFO storage: type detected on 'live-rw' is 'ext4' >00:19:48,201 DEBUG storage: padding min size from 3367 up to 3703 >00:19:48,203 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:48,203 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:19:48,204 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >00:19:48,207 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >00:19:48,212 INFO storage: got device: DMDevice instance (0x3cb3fd0) -- > name = live-rw status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop4 (14)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32706 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x3a31710> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >00:19:48,213 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:48,221 INFO storage: got format: Ext4FS instance (0x3cc1250) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >00:19:48,224 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >00:19:48,224 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >00:19:48,232 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >00:19:48,233 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:48,233 INFO storage: live-osimg-min is a device-mapper device >00:19:48,234 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >00:19:48,242 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >00:19:48,243 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >00:19:48,247 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (8) >00:19:48,249 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >00:19:48,253 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (12) with existing ext4 filesystem >00:19:48,257 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >00:19:48,263 DEBUG storage: DeviceTree.getDeviceByName returned None >00:19:48,271 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >00:19:48,271 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:19:48,272 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >00:19:48,280 INFO storage: added dm live-osimg-min (id 16) to device tree >00:19:48,281 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >00:19:48,282 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >00:19:48,290 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:48,290 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:19:48,290 DEBUG storage: device live-osimg-min does not contain a disklabel >00:19:48,293 INFO storage: type detected on 'live-osimg-min' is 'ext4' >00:19:48,409 DEBUG storage: using current size 0 as min size >00:19:48,411 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:48,411 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:19:48,414 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >00:19:48,415 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >00:19:48,416 INFO storage: got device: DMDevice instance (0x3cc8350) -- > name = live-osimg-min status = True kids = 0 id = 16 > parents = ['existing 0MB loop loop3 (12) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32706 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x3a31d40> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >00:19:48,430 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:48,431 INFO storage: got format: Ext4FS instance (0x3d43950) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >00:19:48,527 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >00:19:48,590 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:19:48,591 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:48,593 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:48,651 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >00:19:48,653 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >00:19:48,654 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >00:19:48,724 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:19:48,730 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:48,737 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:48,784 DEBUG storage: PartitionDevice.teardown: sda3 ; status: True ; controllable: True ; >00:19:48,786 DEBUG storage: SwapSpace.teardown: device: /dev/sda3 ; status: False ; type: swap ; >00:19:48,788 DEBUG storage: SwapSpace.teardown: device: /dev/sda3 ; status: False ; type: swap ; >00:19:48,825 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:19:48,826 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:48,828 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:48,866 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >00:19:48,867 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >00:19:48,868 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >00:19:48,872 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >00:19:48,874 INFO storage: edd: MBR signature on sda is zero. new disk image? >00:19:48,874 INFO storage: edd: collected mbr signatures: {} >00:19:48,876 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >00:19:48,895 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >00:19:48,938 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >00:19:49,016 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:19:49,018 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:49,020 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:19:49,205 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:49,212 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:49,215 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:49,221 DEBUG storage: Ext4FS.supported: supported: True ; >00:19:49,241 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >00:19:49,244 DEBUG storage: Iso9660FS.supported: supported: True ; >00:19:49,285 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/live-osimg-min ; >00:19:49,286 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4096MB dm live-osimg-min (16) with existing ext4 filesystem >00:20:00,846 DEBUG storage: Iso9660FS.supported: supported: True ; >00:20:00,847 DEBUG storage: Iso9660FS.supported: supported: True ; >00:20:00,849 DEBUG storage: NFSv4.supported: supported: False ; >00:20:00,850 DEBUG storage: NFSv4.supported: supported: False ; >00:20:00,852 DEBUG storage: SELinuxFS.supported: supported: False ; >00:20:00,853 DEBUG storage: SELinuxFS.supported: supported: False ; >00:20:00,855 DEBUG storage: Ext4FS.supported: supported: True ; >00:20:00,856 DEBUG storage: Ext4FS.supported: supported: True ; >00:20:00,858 DEBUG storage: Ext3FS.supported: supported: True ; >00:20:00,860 DEBUG storage: Ext3FS.supported: supported: True ; >00:20:00,861 DEBUG storage: Ext2FS.supported: supported: True ; >00:20:00,863 DEBUG storage: Ext2FS.supported: supported: True ; >00:20:00,865 DEBUG storage: SysFS.supported: supported: False ; >00:20:00,866 DEBUG storage: SysFS.supported: supported: False ; >00:20:00,868 DEBUG storage: MultipathMember.__init__: >00:20:00,870 DEBUG storage: MDRaidMember.__init__: >00:20:00,872 DEBUG storage: ProcFS.supported: supported: False ; >00:20:00,873 DEBUG storage: ProcFS.supported: supported: False ; >00:20:00,874 DEBUG storage: SwapSpace.__init__: >00:20:00,876 DEBUG storage: NoDevFS.supported: supported: False ; >00:20:00,877 DEBUG storage: NoDevFS.supported: supported: False ; >00:20:00,879 DEBUG storage: DevPtsFS.supported: supported: False ; >00:20:00,880 DEBUG storage: DevPtsFS.supported: supported: False ; >00:20:00,882 DEBUG storage: BTRFS.supported: supported: True ; >00:20:00,970 DEBUG storage: USBFS.supported: supported: False ; >00:20:00,976 DEBUG storage: USBFS.supported: supported: False ; >00:20:00,977 DEBUG storage: DiskLabel.__init__: >00:20:00,977 INFO storage: DiskLabel.partedDevice returning None >00:20:00,978 DEBUG storage: HFSPlus.supported: supported: False ; >00:20:00,979 DEBUG storage: HFSPlus.supported: supported: False ; >00:20:00,981 DEBUG storage: XFS.supported: supported: True ; >00:20:01,055 DEBUG storage: XFS.supported: supported: True ; >00:20:01,058 DEBUG storage: TmpFS.supported: supported: False ; >00:20:01,059 DEBUG storage: TmpFS.supported: supported: False ; >00:20:01,061 DEBUG storage: LUKS.__init__: >00:20:01,062 DEBUG storage: NTFS.supported: supported: False ; >00:20:01,063 DEBUG storage: NTFS.supported: supported: False ; >00:20:01,065 DEBUG storage: BindFS.supported: supported: False ; >00:20:01,066 DEBUG storage: BindFS.supported: supported: False ; >00:20:01,068 DEBUG storage: HFS.supported: supported: False ; >00:20:01,069 DEBUG storage: HFS.supported: supported: False ; >00:20:01,071 DEBUG storage: LVMPhysicalVolume.__init__: >00:20:01,075 DEBUG storage: NFS.supported: supported: False ; >00:20:01,077 DEBUG storage: NFS.supported: supported: False ; >00:20:01,078 DEBUG storage: FATFS.supported: supported: True ; >00:20:01,080 DEBUG storage: FATFS.supported: supported: True ; >00:20:01,082 DEBUG storage: DMRaidMember.__init__: >00:20:16,575 DEBUG storage: clearpart: looking at sda3 >00:20:16,576 DEBUG storage: clearpart: looking at sda2 >00:20:16,576 DEBUG storage: clearpart: looking at sda1 >00:20:16,577 DEBUG storage: checking whether disk sda has an empty extended >00:20:16,578 DEBUG storage: extended is None ; logicals is [] >00:20:16,582 DEBUG storage: new disk order: [] >00:20:16,638 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:20:16,644 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >00:20:16,645 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:20:16,646 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >00:20:16,646 DEBUG storage: resolved 'sda' to 'sda' (disk) >00:20:16,649 DEBUG storage: _is_valid_disklabel(sda) returning True >00:20:16,649 DEBUG storage: _is_valid_size(sda) returning True >00:20:16,649 DEBUG storage: _is_valid_location(sda) returning True >00:20:16,650 DEBUG storage: _is_valid_format(sda) returning True >00:20:16,650 DEBUG storage: is_valid_stage1_device(sda) returning True >00:20:16,717 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >00:20:16,721 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66adad0> fileSystem: <parted.filesystem.FileSystem object at 0x66c2d90> > number: 1 path: /dev/sda1 type: 0 > name: ext4 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66c2b90> PedPartition: <_ped.Partition object at 0x66b2530> >00:20:16,723 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >00:20:16,725 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66adad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: ext4 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66c2d10> PedPartition: <_ped.Partition object at 0x66b24d0> >00:20:16,729 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >00:20:16,729 DEBUG storage: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66adad0> fileSystem: <parted.filesystem.FileSystem object at 0x66c2f50> > number: 3 path: /dev/sda3 type: 0 > name: linux-swap active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66c2ed0> PedPartition: <_ped.Partition object at 0x66b2590> >00:20:20,102 DEBUG storage: Ext4FS.supported: supported: True ; >00:20:20,103 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:20:31,506 DEBUG storage: Ext4FS.supported: supported: True ; >00:20:31,506 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:20:39,478 DEBUG storage: Ext4FS.supported: supported: True ; >00:20:39,479 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:20:39,483 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6229f10>, 512.0, ['sda'], None >00:20:39,485 DEBUG storage.ui: Ext4FS.supported: supported: True ; >00:20:39,486 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >00:20:39,488 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; >00:20:39,492 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >00:20:39,494 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; current: ext4 ; type: None ; >00:20:39,494 INFO storage.ui: registered action: [0] Destroy Format ext4 filesystem on partition sda1 (id 1) >00:20:39,496 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/sda1 ; status: False ; type: None ; >00:20:39,497 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; >00:20:39,501 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >00:20:39,505 INFO storage.ui: registered action: [1] Create Format ext4 filesystem mounted at /boot on partition sda1 (id 1) >00:20:42,220 DEBUG storage: Ext4FS.supported: supported: True ; >00:20:42,220 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:20:42,221 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6229f10>, 512.0, ['sda'], None >00:20:42,228 DEBUG storage: getFormat('Unknown') returning DeviceFormat instance >00:20:44,632 DEBUG storage: getFormat('Unknown') returning DeviceFormat instance >00:20:48,996 DEBUG storage: getFormat('Unknown') returning DeviceFormat instance >00:20:48,996 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6229f10>, 11263.0, ['sda'], None >00:20:48,997 DEBUG storage.ui: getFormat('Unknown') returning DeviceFormat instance >00:20:49,001 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >00:20:49,003 DEBUG storage.ui: PartitionDevice._setFormat: sda2 ; >00:20:49,003 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >00:20:49,010 DEBUG storage.ui: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >00:20:49,011 INFO storage.ui: registered action: [2] Destroy Format None on partition sda2 (id 2) >00:20:49,012 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >00:20:49,014 DEBUG storage.ui: PartitionDevice._setFormat: sda2 ; >00:20:49,015 DEBUG storage.ui: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >00:20:49,016 INFO storage.ui: registered action: [3] Create Format None on partition sda2 (id 2) >00:20:49,025 DEBUG storage: getFormat('Unknown') returning DeviceFormat instance >00:20:49,036 DEBUG storage: getFormat('Unknown') returning DeviceFormat instance >00:20:53,409 DEBUG storage: getFormat('Unknown') returning DeviceFormat instance >00:20:53,411 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6229f10>, 11263.0, ['sda'], None >00:20:53,418 DEBUG storage: Ext4FS.supported: supported: True ; >00:20:53,418 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:20:56,339 DEBUG storage: Ext4FS.supported: supported: True ; >00:20:56,339 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:20:56,340 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6229f10>, 512.0, ['sda'], None >00:20:56,346 DEBUG storage: getFormat('Unknown') returning DeviceFormat instance >00:21:06,241 DEBUG storage: Ext4FS.supported: supported: True ; >00:21:06,241 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:21:20,606 DEBUG storage: Ext4FS.supported: supported: True ; >00:21:20,606 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:21:20,607 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6229f10>, 11263.0, ['sda'], None >00:21:20,614 DEBUG storage.ui: Ext4FS.supported: supported: True ; >00:21:20,615 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >00:21:20,616 DEBUG storage.ui: PartitionDevice._setFormat: sda2 ; >00:21:20,617 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >00:21:20,618 DEBUG storage.ui: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >00:21:20,622 INFO storage.ui: registered action: [4] Destroy Format None on partition sda2 (id 2) >00:21:20,624 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >00:21:20,625 DEBUG storage.ui: PartitionDevice._setFormat: sda2 ; >00:21:20,626 DEBUG storage.ui: PartitionDevice._setFormat: sda2 ; current: None ; type: ext4 ; >00:21:20,631 INFO storage.ui: registered action: [5] Create Format ext4 filesystem mounted at / on partition sda2 (id 2) >00:21:24,420 DEBUG storage: Ext4FS.supported: supported: True ; >00:21:24,421 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:21:24,422 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6229f10>, 11263.0, ['sda'], None >00:21:33,590 DEBUG storage: Ext4FS.supported: supported: True ; >00:21:33,590 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:21:33,591 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6229f10>, 512.0, ['sda'], None >00:21:33,598 DEBUG storage: SwapSpace.__init__: >00:21:33,599 DEBUG storage: getFormat('swap') returning SwapSpace instance >00:21:39,553 DEBUG storage: SwapSpace.__init__: >00:21:39,553 DEBUG storage: getFormat('swap') returning SwapSpace instance >00:21:41,707 DEBUG storage: SwapSpace.__init__: >00:21:41,707 DEBUG storage: getFormat('swap') returning SwapSpace instance >00:21:41,708 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6229f10>, 511.983886719, ['sda'], None >00:21:41,710 DEBUG storage.ui: SwapSpace.__init__: device: /dev/sda3 ; mountpoint: None ; label: ; >00:21:41,711 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance >00:21:41,716 DEBUG storage.ui: SwapSpace.teardown: device: /dev/sda3 ; status: False ; type: swap ; >00:21:41,717 DEBUG storage.ui: PartitionDevice._setFormat: sda3 ; >00:21:41,718 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >00:21:41,719 DEBUG storage.ui: PartitionDevice._setFormat: sda3 ; current: swap ; type: None ; >00:21:41,724 INFO storage.ui: registered action: [6] Destroy Format swap on partition sda3 (id 3) >00:21:41,726 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/sda3 ; status: False ; type: None ; >00:21:41,727 DEBUG storage.ui: PartitionDevice._setFormat: sda3 ; >00:21:41,729 DEBUG storage.ui: PartitionDevice._setFormat: sda3 ; current: None ; type: swap ; >00:21:41,733 INFO storage.ui: registered action: [7] Create Format swap on partition sda3 (id 3) >00:21:47,238 DEBUG storage: SwapSpace.__init__: >00:21:47,238 DEBUG storage: getFormat('swap') returning SwapSpace instance >00:21:47,239 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6229f10>, 511.983886719, ['sda'], None >00:21:52,700 DEBUG storage: SwapSpace.__init__: >00:21:52,700 DEBUG storage: getFormat('swap') returning SwapSpace instance >00:21:52,700 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6229f10>, 511.983886719, ['sda'], None >00:21:52,707 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:21:52,708 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >00:21:52,708 DEBUG storage: resolved 'sda' to 'sda' (disk) >00:21:52,712 DEBUG storage: _is_valid_disklabel(sda) returning True >00:21:52,712 DEBUG storage: _is_valid_size(sda) returning True >00:21:52,712 DEBUG storage: _is_valid_location(sda) returning True >00:21:52,712 DEBUG storage: _is_valid_format(sda) returning True >00:21:52,712 DEBUG storage: is_valid_stage1_device(sda) returning True >00:21:52,728 DEBUG storage: _is_valid_disklabel(sda) returning True >00:21:52,735 DEBUG storage: _is_valid_size(sda) returning True >00:21:52,735 DEBUG storage: _is_valid_location(sda) returning True >00:21:52,736 DEBUG storage: _is_valid_format(sda) returning True >00:21:52,737 DEBUG storage: is_valid_stage1_device(sda) returning True >00:21:52,737 DEBUG storage: _is_valid_disklabel(sda1) returning True >00:21:52,740 DEBUG storage: _is_valid_size(sda1) returning True >00:21:52,743 DEBUG storage: _is_valid_location(sda1) returning True >00:21:52,743 DEBUG storage: _is_valid_partition(sda1) returning True >00:21:52,743 DEBUG storage: _is_valid_format(sda1) returning True >00:21:52,743 DEBUG storage: is_valid_stage2_device(sda1) returning True >00:22:20,311 DEBUG storage: clearpart: looking at sda3 >00:22:20,313 DEBUG storage: clearpart: looking at sda2 >00:22:20,314 DEBUG storage: clearpart: looking at sda1 >00:22:20,318 DEBUG storage: checking whether disk sda has an empty extended >00:22:20,319 DEBUG storage: extended is None ; logicals is [] >00:22:20,320 DEBUG storage: new disk order: [] >00:22:20,376 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:22:20,379 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >00:22:20,381 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:22:20,384 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >00:22:20,385 DEBUG storage: resolved 'sda' to 'sda' (disk) >00:22:20,387 DEBUG storage: _is_valid_disklabel(sda) returning True >00:22:20,387 DEBUG storage: _is_valid_size(sda) returning True >00:22:20,387 DEBUG storage: _is_valid_location(sda) returning True >00:22:20,387 DEBUG storage: _is_valid_format(sda) returning True >00:22:20,387 DEBUG storage: is_valid_stage1_device(sda) returning True >00:22:20,459 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >00:22:20,464 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x69774d0> fileSystem: <parted.filesystem.FileSystem object at 0x698ab10> > number: 1 path: /dev/sda1 type: 0 > name: ext4 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x698a910> PedPartition: <_ped.Partition object at 0x6973f50> >00:22:20,469 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >00:22:20,470 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x69774d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: ext4 active: True busy: False > geometry: <parted.geometry.Geometry object at 0x698aa90> PedPartition: <_ped.Partition object at 0x6973ef0> >00:22:20,472 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >00:22:20,476 DEBUG storage: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x69774d0> fileSystem: <parted.filesystem.FileSystem object at 0x698acd0> > number: 3 path: /dev/sda3 type: 0 > name: linux-swap active: True busy: False > geometry: <parted.geometry.Geometry object at 0x698ac50> PedPartition: <_ped.Partition object at 0x6973e90> >00:22:20,515 DEBUG storage: Ext4FS.supported: supported: True ; >00:22:20,520 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:22:24,884 DEBUG storage: Ext4FS.supported: supported: True ; >00:22:24,884 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:22:24,887 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x3cc8350>, 512.0, ['sda'], None >00:22:40,171 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x3cc8350>, 1.0, [], None >00:22:40,177 DEBUG storage.ui: Storage.newDevice: 2 ; 1.0 ; mountpoint: None ; disks: [DiskDevice instance (0x6977290) -- > name = sda status = True kids = 3 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing gpt 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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7fc2b4046320> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x6977310>] ; fstype: biosboot ; encrypted: False ; >00:22:40,182 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x3cc8350>, 1.0, ['sda'], None >00:22:40,183 DEBUG storage.ui: Storage.setContainerMembers: device: None ; container: None ; factory: <pyanaconda.storage.PartitionFactory object at 0x69925d0> ; members: [] ; >00:22:40,183 DEBUG storage.ui: creating new device >00:22:40,183 DEBUG storage.ui: getFormat('biosboot') returning BIOSBoot instance >00:22:40,184 DEBUG storage.ui: DiskDevice.addChild: kids: 3 ; name: sda ; >00:22:40,187 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >00:22:40,188 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: None ; type: biosboot ; >00:22:40,189 DEBUG storage.ui: DiskDevice.removeChild: kids: 4 ; name: sda ; >00:22:40,189 INFO storage.ui: added partition req0 (id 17) to device tree >00:22:40,189 INFO storage.ui: registered action: [8] Create Device partition req0 (id 17) >00:22:40,194 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >00:22:40,195 INFO storage.ui: registered action: [9] Create Format biosboot on partition req0 (id 17) >00:22:40,197 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >00:22:40,202 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 17)'] from disk(s) ['sda'] >00:22:40,203 DEBUG storage.ui: allocatePartitions: disks=['sda'] ; partitions=['req0(id 17)'] >00:22:40,203 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 17)'] from disk(s) ['sda'] >00:22:40,204 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >00:22:40,205 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >00:22:40,205 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >00:22:40,208 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >00:22:40,210 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >00:22:40,210 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >00:22:40,210 DEBUG storage.ui: allocating partition: req0 ; id: 17 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1MB ; grow: True ; max_size: 1.0 >00:22:40,210 DEBUG storage.ui: checking freespace on sda >00:22:40,211 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=1MB boot=True best=None grow=True >00:22:40,216 DEBUG storage.ui: current free range is 34-2047 (0MB) >00:22:40,216 DEBUG storage.ui: not enough free space for primary -- trying logical >00:22:40,217 ERR storage.ui: failed to allocate partitions: not enough free space on disks >00:22:40,217 ERR storage.ui: device post-create method failed: not enough free space on disks >00:22:40,217 INFO storage.ui: removed partition req0 (id 17) from device tree >00:22:40,217 INFO storage.ui: registered action: [10] Destroy Device partition req0 (id 17) >00:22:56,317 DEBUG storage: clearpart: looking at sda3 >00:22:56,318 DEBUG storage: clearpart: looking at sda2 >00:22:56,318 DEBUG storage: clearpart: looking at sda1 >00:22:56,319 DEBUG storage: checking whether disk sda has an empty extended >00:22:56,325 DEBUG storage: extended is None ; logicals is [] >00:22:56,326 DEBUG storage: new disk order: [] >00:22:56,386 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:22:56,391 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >00:22:56,392 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:22:56,398 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >00:22:56,398 DEBUG storage: resolved 'sda' to 'sda' (disk) >00:22:56,400 DEBUG storage: _is_valid_disklabel(sda) returning True >00:22:56,400 DEBUG storage: _is_valid_size(sda) returning True >00:22:56,401 DEBUG storage: _is_valid_location(sda) returning True >00:22:56,401 DEBUG storage: _is_valid_format(sda) returning True >00:22:56,402 DEBUG storage: is_valid_stage1_device(sda) returning True >01:26:31,710 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:26:31,728 DEBUG storage: registered device format class Ext2FS as ext2 >01:26:31,729 DEBUG storage: registered device format class Ext3FS as ext3 >01:26:31,729 DEBUG storage: registered device format class Ext4FS as ext4 >01:26:31,729 DEBUG storage: registered device format class FATFS as vfat >01:26:31,729 DEBUG storage: registered device format class EFIFS as efi >01:26:31,729 DEBUG storage: registered device format class BTRFS as btrfs >01:26:31,729 DEBUG storage: registered device format class GFS2 as gfs2 >01:26:31,729 DEBUG storage: registered device format class JFS as jfs >01:26:31,729 DEBUG storage: registered device format class ReiserFS as reiserfs >01:26:31,730 DEBUG storage: registered device format class XFS as xfs >01:26:31,730 DEBUG storage: registered device format class HFS as hfs >01:26:31,734 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:26:31,734 DEBUG storage: registered device format class HFSPlus as hfs+ >01:26:31,734 DEBUG storage: registered device format class NTFS as ntfs >01:26:31,734 DEBUG storage: registered device format class NFS as nfs >01:26:31,734 DEBUG storage: registered device format class NFSv4 as nfs4 >01:26:31,734 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:26:31,734 DEBUG storage: registered device format class NoDevFS as nodev >01:26:31,734 DEBUG storage: registered device format class DevPtsFS as devpts >01:26:31,735 DEBUG storage: registered device format class ProcFS as proc >01:26:31,735 DEBUG storage: registered device format class SysFS as sysfs >01:26:31,735 DEBUG storage: registered device format class TmpFS as tmpfs >01:26:31,735 DEBUG storage: registered device format class BindFS as bind >01:26:31,735 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:26:31,735 DEBUG storage: registered device format class USBFS as usbfs >01:26:31,735 DEBUG storage: registered device format class BIOSBoot as biosboot >01:26:31,736 DEBUG storage: registered device format class DiskLabel as disklabel >01:26:31,736 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:26:31,737 DEBUG storage: registered device format class MDRaidMember as mdmember >01:26:31,737 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:26:31,737 DEBUG storage: registered device format class MultipathMember as multipath_member >01:26:31,742 DEBUG storage: registered device format class LUKS as luks >01:26:31,743 DEBUG storage: registered device format class SwapSpace as swap >01:26:32,251 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:26:32,252 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:26:32,253 INFO storage: sr0 looks to be the live device; marking as protected >01:26:32,287 DEBUG storage: MultipathTopology._build_topology: >01:26:32,287 DEBUG storage: /etc/multipath.conf contents: >01:26:32,287 DEBUG storage: # multipath.conf written by anaconda >01:26:32,287 DEBUG storage: >01:26:32,287 DEBUG storage: defaults { >01:26:32,287 DEBUG storage: user_friendly_names yes >01:26:32,287 DEBUG storage: } >01:26:32,287 DEBUG storage: blacklist { >01:26:32,287 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:26:32,287 DEBUG storage: devnode "^hd[a-z]" >01:26:32,287 DEBUG storage: devnode "^dcssblk[0-9]*" >01:26:32,287 DEBUG storage: device { >01:26:32,287 DEBUG storage: vendor "DGC" >01:26:32,287 DEBUG storage: product "LUNZ" >01:26:32,287 DEBUG storage: } >01:26:32,288 DEBUG storage: device { >01:26:32,288 DEBUG storage: vendor "IBM" >01:26:32,288 DEBUG storage: product "S/390.*" >01:26:32,288 DEBUG storage: } >01:26:32,288 DEBUG storage: # don't count normal SATA devices as multipaths >01:26:32,288 DEBUG storage: device { >01:26:32,288 DEBUG storage: vendor "ATA" >01:26:32,288 DEBUG storage: } >01:26:32,288 DEBUG storage: # don't count 3ware devices as multipaths >01:26:32,288 DEBUG storage: device { >01:26:32,288 DEBUG storage: vendor "3ware" >01:26:32,288 DEBUG storage: } >01:26:32,288 DEBUG storage: device { >01:26:32,288 DEBUG storage: vendor "AMCC" >01:26:32,288 DEBUG storage: } >01:26:32,288 DEBUG storage: # nor highpoint devices >01:26:32,288 DEBUG storage: device { >01:26:32,288 DEBUG storage: vendor "HPT" >01:26:32,288 DEBUG storage: } >01:26:32,288 DEBUG storage: } >01:26:32,289 DEBUG storage: multipaths { >01:26:32,289 DEBUG storage: } >01:26:32,289 DEBUG storage: (end of /etc/multipath.conf) >01:26:32,337 INFO storage: MultipathTopology: found singlepath device: sda >01:26:32,337 INFO storage: MultipathTopology: found non-disk device: sda1 >01:26:32,337 INFO storage: MultipathTopology: found non-disk device: sda2 >01:26:32,337 INFO storage: MultipathTopology: found non-disk device: sr0 >01:26:32,337 INFO storage: MultipathTopology: found singlepath device: loop0 >01:26:32,337 INFO storage: MultipathTopology: found singlepath device: loop1 >01:26:32,337 INFO storage: MultipathTopology: found singlepath device: loop2 >01:26:32,338 INFO storage: MultipathTopology: found singlepath device: loop3 >01:26:32,338 INFO storage: MultipathTopology: found singlepath device: loop4 >01:26:32,338 INFO storage: MultipathTopology: found singlepath device: loop5 >01:26:32,338 INFO storage: MultipathTopology: found singlepath device: loop6 >01:26:32,338 INFO storage: MultipathTopology: found singlepath device: loop7 >01:26:32,338 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:26:32,338 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:26:32,338 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:26:32,344 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': 'gpt', > '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': '22966', > '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 ; >01:26:32,346 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:26:32,347 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:26:32,348 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,350 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:26:32,352 INFO storage: sda is a disk >01:26:32,353 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,357 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:26:32,358 INFO storage: added disk sda (id 0) to device tree >01:26:32,359 DEBUG storage: looking up parted Device: /dev/sda >01:26:32,361 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:26:32,363 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: gpt ; >01:26:32,364 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:26:32,369 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:26:32,388 DEBUG storage: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x1b09bd0>, <parted.partition.Partition object at 0x1b09d50>] > device: <parted.device.Device object at 0x1b09a10> > PedDisk: <_ped.Disk object at 0x1b0bb90> >01:26:32,388 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:26:32,393 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:26:32,394 INFO storage: got device: DiskDevice instance (0x1a9e7d0) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing gpt 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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x1371320> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x1af6bd0> >01:26:32,395 INFO storage: got format: DiskLabel instance (0x1af6c90) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x1b09bd0>, <parted.partition.Partition object at 0x1b09d50>] > device: <parted.device.Device object at 0x1b09a10> > PedDisk: <_ped.Disk object at 0x1b0bb90> > origPartedDisk = <parted.disk.Disk object at 0x1b09f10> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x1a087a0> > >01:26:32,402 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-partlabel/biosboot /dev/disk/by-partuuid/959bb44a-69ce-4041-88b4-d832961ec1e3 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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_NAME': 'biosboot', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '2048', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '959bb44a-69ce-4041-88b4-d832961ec1e3', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '5710914526', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-partlabel/biosboot', > '/dev/disk/by-partuuid/959bb44a-69ce-4041-88b4-d832961ec1e3', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:26:32,404 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:26:32,406 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:26:32,407 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,408 INFO storage: sda1 is a partition >01:26:32,409 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:26:32,411 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:26:32,412 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:26:32,416 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:26:32,419 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:26:32,422 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,423 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:26:32,423 DEBUG storage: looking up parted Partition: /dev/sda1 >01:26:32,423 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:26:32,424 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:26:32,425 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:26:32,425 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:26:32,425 INFO storage: added partition sda1 (id 1) to device tree >01:26:32,426 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:26:32,426 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: gpt ; >01:26:32,427 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:26:32,428 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: gpt ; exists: True ; >01:26:32,434 WARN storage: disklabel detected but not usable on sda1 >01:26:32,434 INFO storage: type detected on 'sda1' is 'ext4' >01:26:32,463 DEBUG storage: padding min size from 77 up to 84 >01:26:32,464 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:32,464 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:26:32,465 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:26:32,465 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:26:32,466 DEBUG storage: looking up parted Device: /dev/sda1 >01:26:32,467 INFO storage: got device: PartitionDevice instance (0x1af6b90) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x1a08b00> > target size = 0 path = /dev/sda1 > 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 0x1b09ad0> fileSystem: <parted.filesystem.FileSystem object at 0x1b09e90> > number: 1 path: /dev/sda1 type: 0 > name: biosboot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1b09c90> PedPartition: <_ped.Partition object at 0x1b087d0> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:26:32,468 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:32,468 INFO storage: got format: Ext4FS instance (0x1b10110) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:26:32,471 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2 /dev/disk/by-partlabel/boot /dev/disk/by-partuuid/fdeef343-daae-436c-97d9-0a825ac22e9f', > '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_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_NAME': 'boot', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '4096', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1048576', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': 'fdeef343-daae-436c-97d9-0a825ac22e9f', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '10914832', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '/dev/disk/by-partlabel/boot', > '/dev/disk/by-partuuid/fdeef343-daae-436c-97d9-0a825ac22e9f'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:26:32,471 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:26:32,471 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:26:32,472 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,472 INFO storage: sda2 is a partition >01:26:32,472 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:26:32,473 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:26:32,474 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:26:32,474 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:26:32,475 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:26:32,475 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,476 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:26:32,476 DEBUG storage: looking up parted Partition: /dev/sda2 >01:26:32,477 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:26:32,477 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:26:32,478 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:26:32,478 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:26:32,479 INFO storage: added partition sda2 (id 2) to device tree >01:26:32,479 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:26:32,480 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: gpt ; >01:26:32,480 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:26:32,481 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: gpt ; exists: True ; >01:26:32,492 WARN storage: disklabel detected but not usable on sda2 >01:26:32,493 DEBUG storage: no type or existing type for sda2, bailing >01:26:32,494 DEBUG storage: looking up parted Device: /dev/sda2 >01:26:32,495 INFO storage: got device: PartitionDevice instance (0x1b85f50) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x1a08c20> > 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 0x1b09ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: boot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1b09e10> PedPartition: <_ped.Partition object at 0x1b08830> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:26:32,500 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:26:32,501 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:26:32,503 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:26:32,506 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,507 INFO storage: sr0 is a cdrom >01:26:32,508 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:26:32,509 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,511 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:26:32,511 INFO storage: added cdrom sr0 (id 3) to device tree >01:26:32,515 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:26:32,517 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:26:32,518 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:26:32,518 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:26:32,519 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:26:32,528 WARN storage: disklabel detected but not usable on sr0 >01:26:32,528 INFO storage: type detected on 'sr0' is 'iso9660' >01:26:32,529 DEBUG storage: Iso9660FS.supported: supported: True ; >01:26:32,529 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:26:32,529 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:26:32,530 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:26:32,532 DEBUG storage: looking up parted Device: /dev/sr0 >01:26:32,532 INFO storage: got device: OpticalDevice instance (0x1b85fd0) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x1a08710> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:26:32,533 DEBUG storage: Iso9660FS.supported: supported: True ; >01:26:32,533 INFO storage: got format: Iso9660FS instance (0x1af6d90) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:26:32,534 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:26:32,534 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:26:32,535 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:26:32,535 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,536 INFO storage: loop0 is a loop device >01:26:32,536 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:26:32,537 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:26:32,537 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,537 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,538 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:26:32,538 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:26:32,539 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:26:32,539 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,540 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:26:32,540 INFO storage: added loop loop0 (id 5) to device tree >01:26:32,540 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:26:32,541 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:26:32,541 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:26:32,541 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:26:32,542 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:26:32,547 WARN storage: disklabel detected but not usable on loop0 >01:26:32,547 INFO storage: type detected on 'loop0' is 'squashfs' >01:26:32,547 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:26:32,548 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:26:32,548 INFO storage: got device: LoopDevice instance (0x1b8f150) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:26:32,549 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:26:32,550 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:26:32,550 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:26:32,551 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,551 INFO storage: loop1 is a loop device >01:26:32,551 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:26:32,552 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:26:32,552 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,552 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,553 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:26:32,553 INFO storage: added file /osmin (id 6) to device tree >01:26:32,554 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:26:32,554 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,555 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:26:32,555 INFO storage: added loop loop1 (id 7) to device tree >01:26:32,555 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:26:32,556 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:26:32,556 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:26:32,557 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:26:32,557 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:26:32,562 WARN storage: disklabel detected but not usable on loop1 >01:26:32,563 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:26:32,563 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:26:32,563 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:26:32,564 INFO storage: got device: LoopDevice instance (0x1b8f050) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:26:32,565 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:26:32,565 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:26:32,566 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:26:32,566 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,566 INFO storage: loop2 is a loop device >01:26:32,567 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:26:32,567 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:26:32,568 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,568 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,573 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:26:32,573 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:26:32,574 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:26:32,574 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,574 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:26:32,575 INFO storage: added loop loop2 (id 9) to device tree >01:26:32,575 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:26:32,576 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:26:32,576 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:26:32,576 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:26:32,577 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:26:32,582 WARN storage: disklabel detected but not usable on loop2 >01:26:32,583 INFO storage: type detected on 'loop2' is 'squashfs' >01:26:32,583 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:26:32,584 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:26:32,584 INFO storage: got device: LoopDevice instance (0x1a9e790) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:26:32,585 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:26:32,586 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:26:32,586 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:26:32,587 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,587 INFO storage: loop3 is a loop device >01:26:32,587 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:26:32,588 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:26:32,588 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,588 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,589 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:26:32,589 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:26:32,590 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:26:32,590 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,591 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:26:32,591 INFO storage: added loop loop3 (id 11) to device tree >01:26:32,591 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:26:32,592 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:26:32,593 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:32,593 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:26:32,593 DEBUG storage: device loop3 does not contain a disklabel >01:26:32,593 INFO storage: type detected on 'loop3' is 'ext4' >01:26:32,618 DEBUG storage: using current size 0 as min size >01:26:32,619 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:32,619 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:26:32,619 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:26:32,620 INFO storage: got device: LoopDevice instance (0x1b8f850) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:26:32,621 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:32,621 INFO storage: got format: Ext4FS instance (0x1b8f550) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:26:32,622 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:26:32,622 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:26:32,623 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:26:32,623 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,623 INFO storage: loop4 is a loop device >01:26:32,624 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:26:32,624 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:26:32,625 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,625 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,626 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:26:32,626 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:26:32,627 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:26:32,627 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,627 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:26:32,627 INFO storage: added loop loop4 (id 13) to device tree >01:26:32,628 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:26:32,628 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:26:32,629 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:26:32,629 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:26:32,630 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:26:32,635 WARN storage: disklabel detected but not usable on loop4 >01:26:32,636 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:26:32,636 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:26:32,637 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:26:32,637 INFO storage: got device: LoopDevice instance (0x1b8f7d0) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:26:32,638 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:26:32,638 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:26:32,638 DEBUG storage: lvm filter: adding loop5 to the reject list >01:26:32,639 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:26:32,639 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:26:32,639 DEBUG storage: lvm filter: adding loop6 to the reject list >01:26:32,640 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:26:32,640 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:26:32,640 DEBUG storage: lvm filter: adding loop7 to the reject list >01:26:32,640 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:26:32,640 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:26:32,656 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:26:32,658 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:26:32,659 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:26:32,659 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:26:32,660 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,660 INFO storage: live-rw is a device-mapper device >01:26:32,660 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:26:32,662 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:26:32,662 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:26:32,664 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:26:32,664 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:26:32,665 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:26:32,666 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,667 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:26:32,667 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,667 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:26:32,668 INFO storage: added dm live-rw (id 14) to device tree >01:26:32,668 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:26:32,669 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:26:32,670 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:32,670 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:26:32,670 DEBUG storage: device live-rw does not contain a disklabel >01:26:32,670 INFO storage: type detected on 'live-rw' is 'ext4' >01:26:32,694 DEBUG storage: padding min size from 3367 up to 3703 >01:26:32,695 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:32,695 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:26:32,696 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:26:32,696 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:26:32,700 INFO storage: got device: DMDevice instance (0x1b8fe50) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x1a08d40> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:26:32,701 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:32,701 INFO storage: got format: Ext4FS instance (0x1b8fb50) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:26:32,703 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:26:32,704 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:26:32,704 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:26:32,705 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,705 INFO storage: live-osimg-min is a device-mapper device >01:26:32,705 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:26:32,706 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:26:32,707 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:26:32,707 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:26:32,708 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:26:32,709 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:26:32,710 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:26:32,711 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:32,712 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:26:32,712 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:32,713 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:26:32,713 INFO storage: added dm live-osimg-min (id 15) to device tree >01:26:32,713 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:26:32,714 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:26:32,714 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:32,715 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:26:32,715 DEBUG storage: device live-osimg-min does not contain a disklabel >01:26:32,715 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:26:32,740 DEBUG storage: using current size 0 as min size >01:26:32,741 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:32,741 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:26:32,742 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:26:32,743 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:26:32,743 INFO storage: got device: DMDevice instance (0x1b8fc90) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x1a08dd0> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:26:32,747 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:32,747 INFO storage: got format: Ext4FS instance (0x1b100d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:26:32,763 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:26:32,775 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:26:32,776 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:26:32,778 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:26:32,789 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:26:32,790 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:26:32,791 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:26:32,803 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:26:32,804 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:26:32,805 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:26:32,817 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:26:32,817 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:26:32,818 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:26:32,818 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:26:32,819 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:26:32,832 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:26:32,833 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:26:32,834 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:26:32,846 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:26:32,846 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:26:32,848 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:26:32,859 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:26:32,860 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:26:32,861 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:26:32,872 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:26:32,873 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:26:32,873 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:26:33,073 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:26:33,084 DEBUG storage: registered device format class Ext2FS as ext2 >01:26:33,084 DEBUG storage: registered device format class Ext3FS as ext3 >01:26:33,085 DEBUG storage: registered device format class Ext4FS as ext4 >01:26:33,086 DEBUG storage: registered device format class FATFS as vfat >01:26:33,086 DEBUG storage: registered device format class EFIFS as efi >01:26:33,087 DEBUG storage: registered device format class BTRFS as btrfs >01:26:33,087 DEBUG storage: registered device format class GFS2 as gfs2 >01:26:33,088 DEBUG storage: registered device format class JFS as jfs >01:26:33,088 DEBUG storage: registered device format class ReiserFS as reiserfs >01:26:33,089 DEBUG storage: registered device format class XFS as xfs >01:26:33,089 DEBUG storage: registered device format class HFS as hfs >01:26:33,090 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:26:33,090 DEBUG storage: registered device format class HFSPlus as hfs+ >01:26:33,090 DEBUG storage: registered device format class NTFS as ntfs >01:26:33,091 DEBUG storage: registered device format class NFS as nfs >01:26:33,091 DEBUG storage: registered device format class NFSv4 as nfs4 >01:26:33,092 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:26:33,092 DEBUG storage: registered device format class NoDevFS as nodev >01:26:33,092 DEBUG storage: registered device format class DevPtsFS as devpts >01:26:33,092 DEBUG storage: registered device format class ProcFS as proc >01:26:33,092 DEBUG storage: registered device format class SysFS as sysfs >01:26:33,092 DEBUG storage: registered device format class TmpFS as tmpfs >01:26:33,092 DEBUG storage: registered device format class BindFS as bind >01:26:33,093 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:26:33,093 DEBUG storage: registered device format class USBFS as usbfs >01:26:33,093 DEBUG storage: registered device format class BIOSBoot as biosboot >01:26:33,094 DEBUG storage: registered device format class DiskLabel as disklabel >01:26:33,094 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:26:33,098 DEBUG storage: registered device format class MDRaidMember as mdmember >01:26:33,098 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:26:33,098 DEBUG storage: registered device format class MultipathMember as multipath_member >01:26:33,099 DEBUG storage: registered device format class LUKS as luks >01:26:33,099 DEBUG storage: registered device format class SwapSpace as swap >01:26:33,689 DEBUG storage: MultipathTopology._build_topology: >01:26:33,689 DEBUG storage: /etc/multipath.conf contents: >01:26:33,690 DEBUG storage: # multipath.conf written by anaconda >01:26:33,690 DEBUG storage: >01:26:33,691 DEBUG storage: defaults { >01:26:33,691 DEBUG storage: user_friendly_names yes >01:26:33,691 DEBUG storage: } >01:26:33,692 DEBUG storage: blacklist { >01:26:33,692 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:26:33,693 DEBUG storage: devnode "^hd[a-z]" >01:26:33,693 DEBUG storage: devnode "^dcssblk[0-9]*" >01:26:33,693 DEBUG storage: device { >01:26:33,693 DEBUG storage: vendor "DGC" >01:26:33,694 DEBUG storage: product "LUNZ" >01:26:33,694 DEBUG storage: } >01:26:33,694 DEBUG storage: device { >01:26:33,694 DEBUG storage: vendor "IBM" >01:26:33,694 DEBUG storage: product "S/390.*" >01:26:33,694 DEBUG storage: } >01:26:33,694 DEBUG storage: # don't count normal SATA devices as multipaths >01:26:33,694 DEBUG storage: device { >01:26:33,694 DEBUG storage: vendor "ATA" >01:26:33,694 DEBUG storage: } >01:26:33,697 DEBUG storage: # don't count 3ware devices as multipaths >01:26:33,697 DEBUG storage: device { >01:26:33,697 DEBUG storage: vendor "3ware" >01:26:33,698 DEBUG storage: } >01:26:33,698 DEBUG storage: device { >01:26:33,698 DEBUG storage: vendor "AMCC" >01:26:33,698 DEBUG storage: } >01:26:33,698 DEBUG storage: # nor highpoint devices >01:26:33,698 DEBUG storage: device { >01:26:33,698 DEBUG storage: vendor "HPT" >01:26:33,698 DEBUG storage: } >01:26:33,699 DEBUG storage: } >01:26:33,699 DEBUG storage: multipaths { >01:26:33,699 DEBUG storage: } >01:26:33,699 DEBUG storage: (end of /etc/multipath.conf) >01:26:33,744 INFO storage: MultipathTopology: found singlepath device: sda >01:26:33,746 INFO storage: MultipathTopology: found non-disk device: sda1 >01:26:33,746 INFO storage: MultipathTopology: found non-disk device: sda2 >01:26:33,746 INFO storage: MultipathTopology: found non-disk device: sr0 >01:26:33,746 INFO storage: MultipathTopology: found singlepath device: loop0 >01:26:33,746 INFO storage: MultipathTopology: found singlepath device: loop1 >01:26:33,747 INFO storage: MultipathTopology: found singlepath device: loop2 >01:26:33,747 INFO storage: MultipathTopology: found singlepath device: loop3 >01:26:33,747 INFO storage: MultipathTopology: found singlepath device: loop4 >01:26:33,747 INFO storage: MultipathTopology: found singlepath device: loop5 >01:26:33,747 INFO storage: MultipathTopology: found singlepath device: loop6 >01:26:33,749 INFO storage: MultipathTopology: found singlepath device: loop7 >01:26:33,749 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:26:33,749 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:26:34,941 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:26:34,943 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:26:34,977 DEBUG storage: protected device spec /dev/sr0 resolved to sr0 >01:26:34,982 INFO storage: sr0 looks to be the live device; marking as protected >01:26:35,024 DEBUG storage: MultipathTopology._build_topology: >01:26:35,029 DEBUG storage: /etc/multipath.conf contents: >01:26:35,029 DEBUG storage: # multipath.conf written by anaconda >01:26:35,030 DEBUG storage: >01:26:35,030 DEBUG storage: defaults { >01:26:35,031 DEBUG storage: user_friendly_names yes >01:26:35,031 DEBUG storage: } >01:26:35,031 DEBUG storage: blacklist { >01:26:35,032 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:26:35,032 DEBUG storage: devnode "^hd[a-z]" >01:26:35,033 DEBUG storage: devnode "^dcssblk[0-9]*" >01:26:35,033 DEBUG storage: device { >01:26:35,033 DEBUG storage: vendor "DGC" >01:26:35,034 DEBUG storage: product "LUNZ" >01:26:35,034 DEBUG storage: } >01:26:35,034 DEBUG storage: device { >01:26:35,034 DEBUG storage: vendor "IBM" >01:26:35,034 DEBUG storage: product "S/390.*" >01:26:35,034 DEBUG storage: } >01:26:35,034 DEBUG storage: # don't count normal SATA devices as multipaths >01:26:35,034 DEBUG storage: device { >01:26:35,034 DEBUG storage: vendor "ATA" >01:26:35,034 DEBUG storage: } >01:26:35,035 DEBUG storage: # don't count 3ware devices as multipaths >01:26:35,035 DEBUG storage: device { >01:26:35,042 DEBUG storage: vendor "3ware" >01:26:35,043 DEBUG storage: } >01:26:35,043 DEBUG storage: device { >01:26:35,043 DEBUG storage: vendor "AMCC" >01:26:35,044 DEBUG storage: } >01:26:35,044 DEBUG storage: # nor highpoint devices >01:26:35,045 DEBUG storage: device { >01:26:35,045 DEBUG storage: vendor "HPT" >01:26:35,045 DEBUG storage: } >01:26:35,046 DEBUG storage: } >01:26:35,046 DEBUG storage: multipaths { >01:26:35,046 DEBUG storage: } >01:26:35,046 DEBUG storage: (end of /etc/multipath.conf) >01:26:35,106 INFO storage: MultipathTopology: found singlepath device: sda >01:26:35,109 INFO storage: MultipathTopology: found non-disk device: sda1 >01:26:35,110 INFO storage: MultipathTopology: found non-disk device: sda2 >01:26:35,110 INFO storage: MultipathTopology: found non-disk device: sr0 >01:26:35,111 INFO storage: MultipathTopology: found singlepath device: loop0 >01:26:35,111 INFO storage: MultipathTopology: found singlepath device: loop1 >01:26:35,112 INFO storage: MultipathTopology: found singlepath device: loop2 >01:26:35,112 INFO storage: MultipathTopology: found singlepath device: loop3 >01:26:35,112 INFO storage: MultipathTopology: found singlepath device: loop4 >01:26:35,112 INFO storage: MultipathTopology: found singlepath device: loop5 >01:26:35,112 INFO storage: MultipathTopology: found singlepath device: loop6 >01:26:35,112 INFO storage: MultipathTopology: found singlepath device: loop7 >01:26:35,112 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:26:35,112 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:26:35,112 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:26:35,120 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': 'gpt', > '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': '22966', > '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 ; >01:26:35,123 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:26:35,131 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:26:35,136 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:35,143 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:26:35,149 INFO storage: sda is a disk >01:26:35,150 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:35,156 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:26:35,156 INFO storage: added disk sda (id 0) to device tree >01:26:35,157 DEBUG storage: looking up parted Device: /dev/sda >01:26:35,165 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:26:35,170 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: gpt ; >01:26:35,194 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:26:35,202 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:26:35,225 DEBUG storage: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7fe404105210>, <parted.partition.Partition object at 0x7fe4041055d0>] > device: <parted.device.Device object at 0x7fe4040fec10> > PedDisk: <_ped.Disk object at 0x7fe404101b00> >01:26:35,229 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:26:35,236 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:26:35,247 INFO storage: got device: DiskDevice instance (0x7fe40408b750) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing gpt 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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7fe404048200> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fe4040e0d50> >01:26:35,249 INFO storage: got format: DiskLabel instance (0x7fe4040e0e50) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7fe404105210>, <parted.partition.Partition object at 0x7fe4041055d0>] > device: <parted.device.Device object at 0x7fe4040fec10> > PedDisk: <_ped.Disk object at 0x7fe404101b00> > origPartedDisk = <parted.disk.Disk object at 0x7fe4041059d0> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7fe4040485f0> > >01:26:35,256 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-partlabel/biosboot /dev/disk/by-partuuid/959bb44a-69ce-4041-88b4-d832961ec1e3 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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_NAME': 'biosboot', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '2048', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '959bb44a-69ce-4041-88b4-d832961ec1e3', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '5710914526', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-partlabel/biosboot', > '/dev/disk/by-partuuid/959bb44a-69ce-4041-88b4-d832961ec1e3', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:26:35,260 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:26:35,261 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:26:35,263 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:35,263 INFO storage: sda1 is a partition >01:26:35,265 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:26:35,269 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:26:35,271 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:26:35,272 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:26:35,277 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:26:35,277 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:35,279 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:26:35,283 DEBUG storage: looking up parted Partition: /dev/sda1 >01:26:35,284 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:26:35,286 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:26:35,287 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:26:35,293 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:26:35,293 INFO storage: added partition sda1 (id 1) to device tree >01:26:35,295 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:26:35,296 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: gpt ; >01:26:35,302 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:26:35,303 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: gpt ; exists: True ; >01:26:35,322 WARN storage: disklabel detected but not usable on sda1 >01:26:35,322 INFO storage: type detected on 'sda1' is 'ext4' >01:26:35,423 DEBUG storage: padding min size from 77 up to 84 >01:26:35,424 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:35,424 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:26:35,428 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:26:35,430 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:26:35,434 DEBUG storage: looking up parted Device: /dev/sda1 >01:26:35,436 INFO storage: got device: PartitionDevice instance (0x7fe40408b7d0) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32740 did: 0 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7fe404048950> > target size = 0 path = /dev/sda1 > 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 0x7fe4040fecd0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe404105710> > number: 1 path: /dev/sda1 type: 0 > name: biosboot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe404105390> PedPartition: <_ped.Partition object at 0x7fe4040ff710> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:26:35,438 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:35,442 INFO storage: got format: Ext4FS instance (0x7fe404107e10) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:26:35,445 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2 /dev/disk/by-partlabel/boot /dev/disk/by-partuuid/fdeef343-daae-436c-97d9-0a825ac22e9f', > '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_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_NAME': 'boot', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '4096', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1048576', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': 'fdeef343-daae-436c-97d9-0a825ac22e9f', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '10914832', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '/dev/disk/by-partlabel/boot', > '/dev/disk/by-partuuid/fdeef343-daae-436c-97d9-0a825ac22e9f'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:26:35,450 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:26:35,451 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:26:35,453 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:35,453 INFO storage: sda2 is a partition >01:26:35,454 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:26:35,456 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:26:35,461 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:26:35,462 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:26:35,464 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:26:35,468 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:35,469 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:26:35,470 DEBUG storage: looking up parted Partition: /dev/sda2 >01:26:35,471 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:26:35,473 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:26:35,478 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:26:35,479 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:26:35,486 INFO storage: added partition sda2 (id 2) to device tree >01:26:35,487 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:26:35,489 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: gpt ; >01:26:35,490 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:26:35,495 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: gpt ; exists: True ; >01:26:35,513 WARN storage: disklabel detected but not usable on sda2 >01:26:35,515 DEBUG storage: no type or existing type for sda2, bailing >01:26:35,515 DEBUG storage: looking up parted Device: /dev/sda2 >01:26:35,522 INFO storage: got device: PartitionDevice instance (0x7fe404107150) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32740 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7fe404048560> > 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 0x7fe4040fecd0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: boot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe404105690> PedPartition: <_ped.Partition object at 0x7fe4040ff770> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:26:35,540 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:26:35,541 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:26:35,542 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:26:35,543 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:35,548 INFO storage: sr0 is a cdrom >01:26:35,549 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:26:35,550 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:35,551 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:26:35,552 INFO storage: added cdrom sr0 (id 3) to device tree >01:26:35,553 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:26:35,560 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:26:35,561 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:26:35,562 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:26:35,564 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:26:35,577 WARN storage: disklabel detected but not usable on sr0 >01:26:35,582 INFO storage: type detected on 'sr0' is 'iso9660' >01:26:35,584 DEBUG storage: Iso9660FS.supported: supported: True ; >01:26:35,584 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:26:35,585 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:26:35,587 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:26:35,593 DEBUG storage: looking up parted Device: /dev/sr0 >01:26:35,594 INFO storage: got device: OpticalDevice instance (0x7fe40412edd0) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x7fe404048ef0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:26:35,596 DEBUG storage: Iso9660FS.supported: supported: True ; >01:26:35,596 INFO storage: got format: Iso9660FS instance (0x7fe404137a10) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:26:35,598 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:26:35,603 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:26:35,604 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:26:35,606 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:35,606 INFO storage: loop0 is a loop device >01:26:35,607 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:26:35,609 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:26:35,613 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:35,614 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:35,616 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:26:35,616 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:26:35,618 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:26:35,622 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:35,623 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:26:35,624 INFO storage: added loop loop0 (id 5) to device tree >01:26:35,625 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:26:35,627 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:26:35,631 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:26:35,632 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:26:35,634 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:26:35,643 WARN storage: disklabel detected but not usable on loop0 >01:26:35,643 INFO storage: type detected on 'loop0' is 'squashfs' >01:26:35,643 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:26:35,644 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:26:35,645 INFO storage: got device: LoopDevice instance (0x273a290) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:26:35,647 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:26:35,649 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:26:35,653 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:26:35,655 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:35,655 INFO storage: loop1 is a loop device >01:26:35,657 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:26:35,662 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:26:35,663 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:35,664 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:35,665 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:26:35,669 INFO storage: added file /osmin (id 6) to device tree >01:26:35,671 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:26:35,671 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:35,673 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:26:35,677 INFO storage: added loop loop1 (id 7) to device tree >01:26:35,678 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:26:35,680 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:26:35,680 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:26:35,681 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:26:35,683 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:26:35,692 WARN storage: disklabel detected but not usable on loop1 >01:26:35,692 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:26:35,692 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:26:35,693 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:26:35,694 INFO storage: got device: LoopDevice instance (0x273ad10) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:26:35,701 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:26:35,701 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:26:35,703 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:26:35,704 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:35,708 INFO storage: loop2 is a loop device >01:26:35,709 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:26:35,710 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:26:35,712 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:35,716 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:35,718 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:26:35,718 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:26:35,720 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:26:35,724 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:35,725 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:26:35,726 INFO storage: added loop loop2 (id 9) to device tree >01:26:35,727 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:26:35,728 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:26:35,733 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:26:35,734 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:26:35,736 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:26:35,742 WARN storage: disklabel detected but not usable on loop2 >01:26:35,743 INFO storage: type detected on 'loop2' is 'squashfs' >01:26:35,743 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:26:35,749 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:26:35,750 INFO storage: got device: LoopDevice instance (0x2744d50) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:26:35,753 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:26:35,757 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:26:35,758 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:26:35,760 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:35,760 INFO storage: loop3 is a loop device >01:26:35,764 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:26:35,766 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:26:35,767 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:35,768 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:35,770 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:26:35,774 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:26:35,776 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:26:35,776 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:35,777 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:26:35,782 INFO storage: added loop loop3 (id 11) to device tree >01:26:35,783 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:26:35,785 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:26:35,786 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:35,787 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:26:35,787 DEBUG storage: device loop3 does not contain a disklabel >01:26:35,791 INFO storage: type detected on 'loop3' is 'ext4' >01:26:35,890 DEBUG storage: using current size 0 as min size >01:26:35,891 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:35,891 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:26:35,893 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:26:35,894 INFO storage: got device: LoopDevice instance (0x2746a90) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:26:35,895 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:35,896 INFO storage: got format: Ext4FS instance (0x2746f90) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:26:35,898 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:26:35,902 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:26:35,903 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:26:35,904 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:35,909 INFO storage: loop4 is a loop device >01:26:35,910 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:26:35,911 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:26:35,913 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:35,913 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:35,915 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:26:35,919 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:26:35,920 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:26:35,921 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:35,922 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:26:35,923 INFO storage: added loop loop4 (id 13) to device tree >01:26:35,927 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:26:35,929 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:26:35,930 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:26:35,931 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:26:35,934 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:26:35,943 WARN storage: disklabel detected but not usable on loop4 >01:26:35,944 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:26:35,944 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:26:35,945 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:26:35,946 INFO storage: got device: LoopDevice instance (0x274ed10) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:26:35,947 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:26:35,947 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:26:35,948 DEBUG storage: lvm filter: adding loop5 to the reject list >01:26:35,955 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:26:35,956 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:26:35,956 DEBUG storage: lvm filter: adding loop6 to the reject list >01:26:35,958 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:26:35,962 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:26:35,962 DEBUG storage: lvm filter: adding loop7 to the reject list >01:26:35,963 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:26:35,963 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:26:35,996 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:26:36,003 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:26:36,004 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:26:36,005 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:26:36,009 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:36,010 INFO storage: live-rw is a device-mapper device >01:26:36,011 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:26:36,012 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:26:36,017 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:26:36,018 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:26:36,020 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:26:36,025 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:26:36,026 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:36,027 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:26:36,031 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:36,032 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:26:36,033 INFO storage: added dm live-rw (id 14) to device tree >01:26:36,034 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:26:36,038 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:26:36,040 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:36,040 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:26:36,040 DEBUG storage: device live-rw does not contain a disklabel >01:26:36,041 INFO storage: type detected on 'live-rw' is 'ext4' >01:26:36,117 DEBUG storage: padding min size from 3367 up to 3703 >01:26:36,118 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:36,119 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:26:36,120 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:26:36,124 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:26:36,128 INFO storage: got device: DMDevice instance (0x27534d0) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32740 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x7fe404048f80> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:26:36,130 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:36,130 INFO storage: got format: Ext4FS instance (0x2764410) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:26:36,136 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:26:36,136 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:26:36,137 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:26:36,142 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:36,143 INFO storage: live-osimg-min is a device-mapper device >01:26:36,144 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:26:36,145 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:26:36,146 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:26:36,150 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:26:36,152 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:26:36,153 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:26:36,158 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:26:36,159 DEBUG storage: DeviceTree.getDeviceByName returned None >01:26:36,160 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:26:36,164 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:26:36,165 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:26:36,165 INFO storage: added dm live-osimg-min (id 15) to device tree >01:26:36,166 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:26:36,171 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:26:36,173 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:36,173 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:26:36,173 DEBUG storage: device live-osimg-min does not contain a disklabel >01:26:36,174 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:26:36,252 DEBUG storage: using current size 0 as min size >01:26:36,253 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:36,254 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:26:36,254 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:26:36,258 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:26:36,259 INFO storage: got device: DMDevice instance (0x2753490) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32740 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x273b710> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:26:36,270 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:36,270 INFO storage: got format: Ext4FS instance (0x27d0a10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:26:36,310 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:26:36,350 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:26:36,351 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:26:36,353 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:26:36,390 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:26:36,391 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:26:36,393 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:26:36,431 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:26:36,432 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:26:36,434 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:26:36,472 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:26:36,473 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:26:36,474 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:26:36,478 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:26:36,480 INFO storage: edd: MBR signature on sda is zero. new disk image? >01:26:36,480 INFO storage: edd: collected mbr signatures: {} >01:26:36,482 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:26:36,498 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >01:26:36,518 WARN storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >01:26:36,520 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:26:36,578 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:36,580 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:36,581 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:36,587 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:36,590 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:26:36,596 DEBUG storage: Iso9660FS.supported: supported: True ; >01:26:36,623 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/live-osimg-min ; >01:26:36,628 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4096MB dm live-osimg-min (15) with existing ext4 filesystem >01:26:47,767 DEBUG storage: Iso9660FS.supported: supported: True ; >01:26:47,769 DEBUG storage: Iso9660FS.supported: supported: True ; >01:26:47,770 DEBUG storage: NFSv4.supported: supported: False ; >01:26:47,772 DEBUG storage: NFSv4.supported: supported: False ; >01:26:47,773 DEBUG storage: SELinuxFS.supported: supported: False ; >01:26:47,775 DEBUG storage: SELinuxFS.supported: supported: False ; >01:26:47,776 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:47,778 DEBUG storage: Ext4FS.supported: supported: True ; >01:26:47,779 DEBUG storage: Ext3FS.supported: supported: True ; >01:26:47,781 DEBUG storage: Ext3FS.supported: supported: True ; >01:26:47,783 DEBUG storage: Ext2FS.supported: supported: True ; >01:26:47,784 DEBUG storage: Ext2FS.supported: supported: True ; >01:26:47,786 DEBUG storage: SysFS.supported: supported: False ; >01:26:47,788 DEBUG storage: SysFS.supported: supported: False ; >01:26:47,789 DEBUG storage: MultipathMember.__init__: >01:26:47,791 DEBUG storage: MDRaidMember.__init__: >01:26:47,793 DEBUG storage: ProcFS.supported: supported: False ; >01:26:47,794 DEBUG storage: ProcFS.supported: supported: False ; >01:26:47,796 DEBUG storage: SwapSpace.__init__: >01:26:47,797 DEBUG storage: NoDevFS.supported: supported: False ; >01:26:47,799 DEBUG storage: NoDevFS.supported: supported: False ; >01:26:47,800 DEBUG storage: DevPtsFS.supported: supported: False ; >01:26:47,802 DEBUG storage: DevPtsFS.supported: supported: False ; >01:26:47,803 DEBUG storage: BTRFS.supported: supported: True ; >01:26:47,805 DEBUG storage: USBFS.supported: supported: False ; >01:26:47,807 DEBUG storage: USBFS.supported: supported: False ; >01:26:47,808 DEBUG storage: DiskLabel.__init__: >01:26:47,808 INFO storage: DiskLabel.partedDevice returning None >01:26:47,810 DEBUG storage: HFSPlus.supported: supported: False ; >01:26:47,811 DEBUG storage: HFSPlus.supported: supported: False ; >01:26:47,813 DEBUG storage: XFS.supported: supported: True ; >01:26:47,814 DEBUG storage: XFS.supported: supported: True ; >01:26:47,816 DEBUG storage: TmpFS.supported: supported: False ; >01:26:47,817 DEBUG storage: TmpFS.supported: supported: False ; >01:26:47,819 DEBUG storage: LUKS.__init__: >01:26:47,820 DEBUG storage: NTFS.supported: supported: False ; >01:26:47,822 DEBUG storage: NTFS.supported: supported: False ; >01:26:47,823 DEBUG storage: BindFS.supported: supported: False ; >01:26:47,824 DEBUG storage: BindFS.supported: supported: False ; >01:26:47,826 DEBUG storage: HFS.supported: supported: False ; >01:26:47,827 DEBUG storage: HFS.supported: supported: False ; >01:26:47,828 DEBUG storage: LVMPhysicalVolume.__init__: >01:26:47,830 DEBUG storage: NFS.supported: supported: False ; >01:26:47,831 DEBUG storage: NFS.supported: supported: False ; >01:26:47,833 DEBUG storage: FATFS.supported: supported: True ; >01:26:47,835 DEBUG storage: FATFS.supported: supported: True ; >01:26:47,837 DEBUG storage: DMRaidMember.__init__: >01:26:59,176 DEBUG storage: clearpart: looking at sda2 >01:26:59,176 DEBUG storage: clearpart: looking at sda1 >01:26:59,177 DEBUG storage: checking whether disk sda has an empty extended >01:26:59,179 DEBUG storage: extended is None ; logicals is [] >01:26:59,181 DEBUG storage: new disk order: [] >01:26:59,238 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:26:59,243 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:26:59,246 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:26:59,248 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:26:59,250 DEBUG storage: resolved 'sda' to 'sda' (disk) >01:26:59,251 DEBUG storage: _is_valid_disklabel(sda) returning True >01:26:59,251 DEBUG storage: _is_valid_size(sda) returning True >01:26:59,251 DEBUG storage: _is_valid_location(sda) returning True >01:26:59,251 DEBUG storage: _is_valid_format(sda) returning True >01:26:59,251 DEBUG storage: is_valid_stage1_device(sda) returning True >01:26:59,317 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >01:26:59,323 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5162710> fileSystem: <parted.filesystem.FileSystem object at 0x5469410> > number: 1 path: /dev/sda1 type: 0 > name: biosboot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5469210> PedPartition: <_ped.Partition object at 0x5163350> >01:26:59,324 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >01:26:59,329 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5162710> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: boot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5469390> PedPartition: <_ped.Partition object at 0x51632f0> >01:27:02,814 DEBUG storage: Ext4FS.supported: supported: True ; >01:27:02,815 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:27:11,788 DEBUG storage: Ext4FS.supported: supported: True ; >01:27:11,788 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:27:23,555 DEBUG storage: getFormat('BIOS Boot') returning BIOSBoot instance >01:27:26,554 DEBUG storage: getFormat('BIOS Boot') returning BIOSBoot instance >01:27:26,554 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x513cb90>, 84.7, ['sda'], None >01:27:26,557 DEBUG storage.ui: PartitionDevice._computeResize: sda1 ; status: True ; >01:28:58,832 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:28:58,852 DEBUG storage: registered device format class Ext2FS as ext2 >01:28:58,852 DEBUG storage: registered device format class Ext3FS as ext3 >01:28:58,852 DEBUG storage: registered device format class Ext4FS as ext4 >01:28:58,857 DEBUG storage: registered device format class FATFS as vfat >01:28:58,857 DEBUG storage: registered device format class EFIFS as efi >01:28:58,857 DEBUG storage: registered device format class BTRFS as btrfs >01:28:58,857 DEBUG storage: registered device format class GFS2 as gfs2 >01:28:58,857 DEBUG storage: registered device format class JFS as jfs >01:28:58,857 DEBUG storage: registered device format class ReiserFS as reiserfs >01:28:58,857 DEBUG storage: registered device format class XFS as xfs >01:28:58,857 DEBUG storage: registered device format class HFS as hfs >01:28:58,857 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:28:58,858 DEBUG storage: registered device format class HFSPlus as hfs+ >01:28:58,858 DEBUG storage: registered device format class NTFS as ntfs >01:28:58,858 DEBUG storage: registered device format class NFS as nfs >01:28:58,858 DEBUG storage: registered device format class NFSv4 as nfs4 >01:28:58,858 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:28:58,858 DEBUG storage: registered device format class NoDevFS as nodev >01:28:58,858 DEBUG storage: registered device format class DevPtsFS as devpts >01:28:58,858 DEBUG storage: registered device format class ProcFS as proc >01:28:58,858 DEBUG storage: registered device format class SysFS as sysfs >01:28:58,858 DEBUG storage: registered device format class TmpFS as tmpfs >01:28:58,858 DEBUG storage: registered device format class BindFS as bind >01:28:58,858 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:28:58,858 DEBUG storage: registered device format class USBFS as usbfs >01:28:58,859 DEBUG storage: registered device format class BIOSBoot as biosboot >01:28:58,859 DEBUG storage: registered device format class DiskLabel as disklabel >01:28:58,860 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:28:58,864 DEBUG storage: registered device format class MDRaidMember as mdmember >01:28:58,865 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:28:58,865 DEBUG storage: registered device format class MultipathMember as multipath_member >01:28:58,866 DEBUG storage: registered device format class LUKS as luks >01:28:58,866 DEBUG storage: registered device format class SwapSpace as swap >01:28:59,416 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:28:59,418 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:28:59,418 INFO storage: sr0 looks to be the live device; marking as protected >01:28:59,454 DEBUG storage: MultipathTopology._build_topology: >01:28:59,454 DEBUG storage: /etc/multipath.conf contents: >01:28:59,454 DEBUG storage: # multipath.conf written by anaconda >01:28:59,454 DEBUG storage: >01:28:59,454 DEBUG storage: defaults { >01:28:59,454 DEBUG storage: user_friendly_names yes >01:28:59,454 DEBUG storage: } >01:28:59,454 DEBUG storage: blacklist { >01:28:59,454 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:28:59,454 DEBUG storage: devnode "^hd[a-z]" >01:28:59,455 DEBUG storage: devnode "^dcssblk[0-9]*" >01:28:59,455 DEBUG storage: device { >01:28:59,455 DEBUG storage: vendor "DGC" >01:28:59,455 DEBUG storage: product "LUNZ" >01:28:59,455 DEBUG storage: } >01:28:59,455 DEBUG storage: device { >01:28:59,455 DEBUG storage: vendor "IBM" >01:28:59,455 DEBUG storage: product "S/390.*" >01:28:59,456 DEBUG storage: } >01:28:59,456 DEBUG storage: # don't count normal SATA devices as multipaths >01:28:59,456 DEBUG storage: device { >01:28:59,456 DEBUG storage: vendor "ATA" >01:28:59,456 DEBUG storage: } >01:28:59,456 DEBUG storage: # don't count 3ware devices as multipaths >01:28:59,456 DEBUG storage: device { >01:28:59,456 DEBUG storage: vendor "3ware" >01:28:59,456 DEBUG storage: } >01:28:59,456 DEBUG storage: device { >01:28:59,456 DEBUG storage: vendor "AMCC" >01:28:59,456 DEBUG storage: } >01:28:59,456 DEBUG storage: # nor highpoint devices >01:28:59,456 DEBUG storage: device { >01:28:59,456 DEBUG storage: vendor "HPT" >01:28:59,456 DEBUG storage: } >01:28:59,456 DEBUG storage: } >01:28:59,456 DEBUG storage: multipaths { >01:28:59,456 DEBUG storage: } >01:28:59,456 DEBUG storage: (end of /etc/multipath.conf) >01:28:59,492 INFO storage: MultipathTopology: found singlepath device: sda >01:28:59,492 INFO storage: MultipathTopology: found non-disk device: sda1 >01:28:59,492 INFO storage: MultipathTopology: found non-disk device: sda2 >01:28:59,492 INFO storage: MultipathTopology: found non-disk device: sr0 >01:28:59,492 INFO storage: MultipathTopology: found singlepath device: loop0 >01:28:59,493 INFO storage: MultipathTopology: found singlepath device: loop1 >01:28:59,493 INFO storage: MultipathTopology: found singlepath device: loop2 >01:28:59,493 INFO storage: MultipathTopology: found singlepath device: loop3 >01:28:59,493 INFO storage: MultipathTopology: found singlepath device: loop4 >01:28:59,493 INFO storage: MultipathTopology: found singlepath device: loop5 >01:28:59,493 INFO storage: MultipathTopology: found singlepath device: loop6 >01:28:59,493 INFO storage: MultipathTopology: found singlepath device: loop7 >01:28:59,493 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:28:59,493 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:28:59,493 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:28:59,498 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': 'gpt', > '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': '22966', > '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 ; >01:28:59,499 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:28:59,500 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:28:59,502 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,503 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:28:59,507 INFO storage: sda is a disk >01:28:59,507 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,512 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:28:59,512 INFO storage: added disk sda (id 0) to device tree >01:28:59,512 DEBUG storage: looking up parted Device: /dev/sda >01:28:59,515 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:28:59,516 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: gpt ; >01:28:59,517 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:28:59,521 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:28:59,536 DEBUG storage: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x2adebd0>, <parted.partition.Partition object at 0x2aded50>] > device: <parted.device.Device object at 0x2adea10> > PedDisk: <_ped.Disk object at 0x2ae0b90> >01:28:59,537 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:28:59,540 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:28:59,542 INFO storage: got device: DiskDevice instance (0x2a737d0) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing gpt 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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x2346320> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x2acbbd0> >01:28:59,545 INFO storage: got format: DiskLabel instance (0x2acbc90) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x2adebd0>, <parted.partition.Partition object at 0x2aded50>] > device: <parted.device.Device object at 0x2adea10> > PedDisk: <_ped.Disk object at 0x2ae0b90> > origPartedDisk = <parted.disk.Disk object at 0x2adef10> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x29dd7a0> > >01:28:59,554 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-partlabel/biosboot /dev/disk/by-partuuid/959bb44a-69ce-4041-88b4-d832961ec1e3 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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_NAME': 'biosboot', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '2048', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '959bb44a-69ce-4041-88b4-d832961ec1e3', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '5710914526', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-partlabel/biosboot', > '/dev/disk/by-partuuid/959bb44a-69ce-4041-88b4-d832961ec1e3', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:28:59,555 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:28:59,556 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:28:59,560 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,560 INFO storage: sda1 is a partition >01:28:59,561 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:28:59,561 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:28:59,562 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:28:59,563 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:28:59,564 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:28:59,564 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,565 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:28:59,565 DEBUG storage: looking up parted Partition: /dev/sda1 >01:28:59,566 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:28:59,566 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:28:59,567 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:28:59,567 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:28:59,568 INFO storage: added partition sda1 (id 1) to device tree >01:28:59,568 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:28:59,569 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: gpt ; >01:28:59,569 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:28:59,570 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: gpt ; exists: True ; >01:28:59,591 WARN storage: disklabel detected but not usable on sda1 >01:28:59,592 INFO storage: type detected on 'sda1' is 'ext4' >01:28:59,633 DEBUG storage: padding min size from 77 up to 84 >01:28:59,634 DEBUG storage: Ext4FS.supported: supported: True ; >01:28:59,634 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:28:59,635 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:28:59,636 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:28:59,636 DEBUG storage: looking up parted Device: /dev/sda1 >01:28:59,637 INFO storage: got device: PartitionDevice instance (0x2acbb90) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x29ddb00> > target size = 0 path = /dev/sda1 > 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 0x2adead0> fileSystem: <parted.filesystem.FileSystem object at 0x2adee90> > number: 1 path: /dev/sda1 type: 0 > name: biosboot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x2adec90> PedPartition: <_ped.Partition object at 0x2add7d0> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:28:59,638 DEBUG storage: Ext4FS.supported: supported: True ; >01:28:59,638 INFO storage: got format: Ext4FS instance (0x2ae5110) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:28:59,642 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2 /dev/disk/by-partlabel/boot /dev/disk/by-partuuid/fdeef343-daae-436c-97d9-0a825ac22e9f', > '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_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_NAME': 'boot', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '4096', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1048576', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': 'fdeef343-daae-436c-97d9-0a825ac22e9f', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '10914832', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '/dev/disk/by-partlabel/boot', > '/dev/disk/by-partuuid/fdeef343-daae-436c-97d9-0a825ac22e9f'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:28:59,642 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:28:59,643 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:28:59,643 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,644 INFO storage: sda2 is a partition >01:28:59,644 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:28:59,645 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:28:59,645 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:28:59,646 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:28:59,647 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:28:59,647 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,647 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:28:59,647 DEBUG storage: looking up parted Partition: /dev/sda2 >01:28:59,648 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:28:59,649 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:28:59,649 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:28:59,650 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:28:59,650 INFO storage: added partition sda2 (id 2) to device tree >01:28:59,651 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:28:59,651 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: gpt ; >01:28:59,652 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:28:59,652 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: gpt ; exists: True ; >01:28:59,661 WARN storage: disklabel detected but not usable on sda2 >01:28:59,662 DEBUG storage: no type or existing type for sda2, bailing >01:28:59,662 DEBUG storage: looking up parted Device: /dev/sda2 >01:28:59,664 INFO storage: got device: PartitionDevice instance (0x2b5af50) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x29ddc20> > 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 0x2adead0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: boot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x2adee10> PedPartition: <_ped.Partition object at 0x2add830> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:28:59,667 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:28:59,667 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:28:59,672 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:28:59,674 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,675 INFO storage: sr0 is a cdrom >01:28:59,676 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:28:59,676 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,678 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:28:59,678 INFO storage: added cdrom sr0 (id 3) to device tree >01:28:59,680 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:28:59,685 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:28:59,686 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:28:59,689 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:28:59,692 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:28:59,701 WARN storage: disklabel detected but not usable on sr0 >01:28:59,701 INFO storage: type detected on 'sr0' is 'iso9660' >01:28:59,702 DEBUG storage: Iso9660FS.supported: supported: True ; >01:28:59,702 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:28:59,703 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:28:59,704 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:28:59,705 DEBUG storage: looking up parted Device: /dev/sr0 >01:28:59,706 INFO storage: got device: OpticalDevice instance (0x2b5afd0) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x29dd710> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:28:59,706 DEBUG storage: Iso9660FS.supported: supported: True ; >01:28:59,707 INFO storage: got format: Iso9660FS instance (0x2acbd90) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:28:59,708 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:28:59,708 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:28:59,709 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:28:59,709 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,709 INFO storage: loop0 is a loop device >01:28:59,710 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:28:59,710 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:28:59,711 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,711 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,712 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:28:59,712 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:28:59,713 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:28:59,713 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,713 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:28:59,714 INFO storage: added loop loop0 (id 5) to device tree >01:28:59,714 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:28:59,715 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:28:59,715 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:28:59,715 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:28:59,716 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:28:59,721 WARN storage: disklabel detected but not usable on loop0 >01:28:59,721 INFO storage: type detected on 'loop0' is 'squashfs' >01:28:59,721 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:28:59,722 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:28:59,722 INFO storage: got device: LoopDevice instance (0x2b64150) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:28:59,723 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:28:59,724 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:28:59,724 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:28:59,725 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,725 INFO storage: loop1 is a loop device >01:28:59,725 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:28:59,726 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:28:59,726 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,726 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,727 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:28:59,727 INFO storage: added file /osmin (id 6) to device tree >01:28:59,728 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:28:59,728 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,729 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:28:59,729 INFO storage: added loop loop1 (id 7) to device tree >01:28:59,729 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:28:59,730 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:28:59,730 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:28:59,730 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:28:59,731 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:28:59,736 WARN storage: disklabel detected but not usable on loop1 >01:28:59,737 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:28:59,737 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:28:59,738 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:28:59,738 INFO storage: got device: LoopDevice instance (0x2b64050) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:28:59,739 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:28:59,739 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:28:59,740 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:28:59,740 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,740 INFO storage: loop2 is a loop device >01:28:59,741 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:28:59,741 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:28:59,742 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,742 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,747 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:28:59,747 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:28:59,748 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:28:59,748 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,748 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:28:59,749 INFO storage: added loop loop2 (id 9) to device tree >01:28:59,749 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:28:59,750 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:28:59,750 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:28:59,750 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:28:59,751 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:28:59,756 WARN storage: disklabel detected but not usable on loop2 >01:28:59,757 INFO storage: type detected on 'loop2' is 'squashfs' >01:28:59,757 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:28:59,757 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:28:59,758 INFO storage: got device: LoopDevice instance (0x2a73790) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:28:59,759 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:28:59,760 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:28:59,760 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:28:59,761 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,761 INFO storage: loop3 is a loop device >01:28:59,761 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:28:59,762 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:28:59,762 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,762 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,763 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:28:59,763 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:28:59,764 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:28:59,764 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,765 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:28:59,765 INFO storage: added loop loop3 (id 11) to device tree >01:28:59,765 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:28:59,766 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:28:59,766 DEBUG storage: Ext4FS.supported: supported: True ; >01:28:59,767 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:28:59,767 DEBUG storage: device loop3 does not contain a disklabel >01:28:59,767 INFO storage: type detected on 'loop3' is 'ext4' >01:28:59,791 DEBUG storage: using current size 0 as min size >01:28:59,792 DEBUG storage: Ext4FS.supported: supported: True ; >01:28:59,792 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:28:59,793 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:28:59,793 INFO storage: got device: LoopDevice instance (0x2b64850) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:28:59,794 DEBUG storage: Ext4FS.supported: supported: True ; >01:28:59,794 INFO storage: got format: Ext4FS instance (0x2b64550) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:28:59,795 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:28:59,795 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:28:59,796 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:28:59,796 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,796 INFO storage: loop4 is a loop device >01:28:59,797 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:28:59,797 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:28:59,798 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,798 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,799 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:28:59,799 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:28:59,800 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:28:59,800 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,800 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:28:59,800 INFO storage: added loop loop4 (id 13) to device tree >01:28:59,801 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:28:59,801 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:28:59,802 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:28:59,802 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:28:59,803 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:28:59,808 WARN storage: disklabel detected but not usable on loop4 >01:28:59,809 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:28:59,809 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:28:59,810 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:28:59,810 INFO storage: got device: LoopDevice instance (0x2b647d0) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:28:59,811 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:28:59,811 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:28:59,811 DEBUG storage: lvm filter: adding loop5 to the reject list >01:28:59,812 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:28:59,813 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:28:59,813 DEBUG storage: lvm filter: adding loop6 to the reject list >01:28:59,814 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:28:59,814 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:28:59,814 DEBUG storage: lvm filter: adding loop7 to the reject list >01:28:59,814 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:28:59,814 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:28:59,830 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:28:59,832 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:28:59,832 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:28:59,833 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:28:59,833 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,834 INFO storage: live-rw is a device-mapper device >01:28:59,834 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:28:59,835 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:28:59,836 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:28:59,837 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:28:59,838 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:28:59,839 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:28:59,839 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,840 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:28:59,840 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,841 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:28:59,841 INFO storage: added dm live-rw (id 14) to device tree >01:28:59,842 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:28:59,843 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:28:59,844 DEBUG storage: Ext4FS.supported: supported: True ; >01:28:59,844 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:28:59,844 DEBUG storage: device live-rw does not contain a disklabel >01:28:59,844 INFO storage: type detected on 'live-rw' is 'ext4' >01:28:59,869 DEBUG storage: padding min size from 3367 up to 3703 >01:28:59,870 DEBUG storage: Ext4FS.supported: supported: True ; >01:28:59,870 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:28:59,871 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:28:59,871 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:28:59,875 INFO storage: got device: DMDevice instance (0x2b64e50) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x29ddd40> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:28:59,876 DEBUG storage: Ext4FS.supported: supported: True ; >01:28:59,876 INFO storage: got format: Ext4FS instance (0x2b64b50) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:28:59,878 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:28:59,879 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:28:59,879 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:28:59,880 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,880 INFO storage: live-osimg-min is a device-mapper device >01:28:59,880 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:28:59,881 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:28:59,881 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:28:59,882 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:28:59,883 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:28:59,884 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:28:59,885 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:28:59,885 DEBUG storage: DeviceTree.getDeviceByName returned None >01:28:59,886 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:28:59,886 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:28:59,887 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:28:59,887 INFO storage: added dm live-osimg-min (id 15) to device tree >01:28:59,887 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:28:59,888 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:28:59,889 DEBUG storage: Ext4FS.supported: supported: True ; >01:28:59,889 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:28:59,889 DEBUG storage: device live-osimg-min does not contain a disklabel >01:28:59,889 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:28:59,916 DEBUG storage: using current size 0 as min size >01:28:59,916 DEBUG storage: Ext4FS.supported: supported: True ; >01:28:59,917 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:28:59,917 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:28:59,918 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:28:59,922 INFO storage: got device: DMDevice instance (0x2b64c90) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x29dddd0> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:28:59,923 DEBUG storage: Ext4FS.supported: supported: True ; >01:28:59,923 INFO storage: got format: Ext4FS instance (0x2ae50d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:28:59,938 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:28:59,951 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:28:59,952 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:28:59,953 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:28:59,965 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:28:59,965 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:28:59,967 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:28:59,978 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:28:59,979 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:28:59,981 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:28:59,992 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:28:59,993 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:28:59,993 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:28:59,994 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:28:59,995 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:29:00,020 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:29:00,021 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:00,022 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:00,048 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:29:00,049 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:29:00,050 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:29:00,075 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:29:00,076 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:00,077 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:00,106 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:29:00,106 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:29:00,107 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:29:00,338 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:29:00,348 DEBUG storage: registered device format class Ext2FS as ext2 >01:29:00,349 DEBUG storage: registered device format class Ext3FS as ext3 >01:29:00,349 DEBUG storage: registered device format class Ext4FS as ext4 >01:29:00,350 DEBUG storage: registered device format class FATFS as vfat >01:29:00,351 DEBUG storage: registered device format class EFIFS as efi >01:29:00,351 DEBUG storage: registered device format class BTRFS as btrfs >01:29:00,352 DEBUG storage: registered device format class GFS2 as gfs2 >01:29:00,352 DEBUG storage: registered device format class JFS as jfs >01:29:00,353 DEBUG storage: registered device format class ReiserFS as reiserfs >01:29:00,353 DEBUG storage: registered device format class XFS as xfs >01:29:00,354 DEBUG storage: registered device format class HFS as hfs >01:29:00,354 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:29:00,355 DEBUG storage: registered device format class HFSPlus as hfs+ >01:29:00,355 DEBUG storage: registered device format class NTFS as ntfs >01:29:00,356 DEBUG storage: registered device format class NFS as nfs >01:29:00,356 DEBUG storage: registered device format class NFSv4 as nfs4 >01:29:00,356 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:29:00,356 DEBUG storage: registered device format class NoDevFS as nodev >01:29:00,356 DEBUG storage: registered device format class DevPtsFS as devpts >01:29:00,356 DEBUG storage: registered device format class ProcFS as proc >01:29:00,356 DEBUG storage: registered device format class SysFS as sysfs >01:29:00,356 DEBUG storage: registered device format class TmpFS as tmpfs >01:29:00,356 DEBUG storage: registered device format class BindFS as bind >01:29:00,357 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:29:00,357 DEBUG storage: registered device format class USBFS as usbfs >01:29:00,357 DEBUG storage: registered device format class BIOSBoot as biosboot >01:29:00,361 DEBUG storage: registered device format class DiskLabel as disklabel >01:29:00,361 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:29:00,362 DEBUG storage: registered device format class MDRaidMember as mdmember >01:29:00,362 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:29:00,362 DEBUG storage: registered device format class MultipathMember as multipath_member >01:29:00,363 DEBUG storage: registered device format class LUKS as luks >01:29:00,363 DEBUG storage: registered device format class SwapSpace as swap >01:29:00,934 DEBUG storage: MultipathTopology._build_topology: >01:29:00,935 DEBUG storage: /etc/multipath.conf contents: >01:29:00,935 DEBUG storage: # multipath.conf written by anaconda >01:29:00,936 DEBUG storage: >01:29:00,936 DEBUG storage: defaults { >01:29:00,937 DEBUG storage: user_friendly_names yes >01:29:00,937 DEBUG storage: } >01:29:00,937 DEBUG storage: blacklist { >01:29:00,938 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:29:00,938 DEBUG storage: devnode "^hd[a-z]" >01:29:00,939 DEBUG storage: devnode "^dcssblk[0-9]*" >01:29:00,939 DEBUG storage: device { >01:29:00,939 DEBUG storage: vendor "DGC" >01:29:00,939 DEBUG storage: product "LUNZ" >01:29:00,939 DEBUG storage: } >01:29:00,940 DEBUG storage: device { >01:29:00,940 DEBUG storage: vendor "IBM" >01:29:00,940 DEBUG storage: product "S/390.*" >01:29:00,940 DEBUG storage: } >01:29:00,940 DEBUG storage: # don't count normal SATA devices as multipaths >01:29:00,940 DEBUG storage: device { >01:29:00,940 DEBUG storage: vendor "ATA" >01:29:00,940 DEBUG storage: } >01:29:00,940 DEBUG storage: # don't count 3ware devices as multipaths >01:29:00,943 DEBUG storage: device { >01:29:00,943 DEBUG storage: vendor "3ware" >01:29:00,943 DEBUG storage: } >01:29:00,944 DEBUG storage: device { >01:29:00,944 DEBUG storage: vendor "AMCC" >01:29:00,944 DEBUG storage: } >01:29:00,944 DEBUG storage: # nor highpoint devices >01:29:00,944 DEBUG storage: device { >01:29:00,944 DEBUG storage: vendor "HPT" >01:29:00,944 DEBUG storage: } >01:29:00,944 DEBUG storage: } >01:29:00,945 DEBUG storage: multipaths { >01:29:00,945 DEBUG storage: } >01:29:00,945 DEBUG storage: (end of /etc/multipath.conf) >01:29:00,987 INFO storage: MultipathTopology: found singlepath device: sda >01:29:00,987 INFO storage: MultipathTopology: found non-disk device: sda1 >01:29:00,988 INFO storage: MultipathTopology: found non-disk device: sda2 >01:29:00,988 INFO storage: MultipathTopology: found non-disk device: sr0 >01:29:00,988 INFO storage: MultipathTopology: found singlepath device: loop0 >01:29:00,988 INFO storage: MultipathTopology: found singlepath device: loop1 >01:29:00,988 INFO storage: MultipathTopology: found singlepath device: loop2 >01:29:00,989 INFO storage: MultipathTopology: found singlepath device: loop3 >01:29:00,989 INFO storage: MultipathTopology: found singlepath device: loop4 >01:29:00,989 INFO storage: MultipathTopology: found singlepath device: loop5 >01:29:00,989 INFO storage: MultipathTopology: found singlepath device: loop6 >01:29:00,989 INFO storage: MultipathTopology: found singlepath device: loop7 >01:29:00,993 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:29:00,994 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:29:02,041 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:29:02,043 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:29:02,078 DEBUG storage: protected device spec /dev/sr0 resolved to sr0 >01:29:02,083 INFO storage: sr0 looks to be the live device; marking as protected >01:29:02,119 DEBUG storage: MultipathTopology._build_topology: >01:29:02,123 DEBUG storage: /etc/multipath.conf contents: >01:29:02,124 DEBUG storage: # multipath.conf written by anaconda >01:29:02,124 DEBUG storage: >01:29:02,128 DEBUG storage: defaults { >01:29:02,128 DEBUG storage: user_friendly_names yes >01:29:02,129 DEBUG storage: } >01:29:02,129 DEBUG storage: blacklist { >01:29:02,130 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:29:02,130 DEBUG storage: devnode "^hd[a-z]" >01:29:02,131 DEBUG storage: devnode "^dcssblk[0-9]*" >01:29:02,131 DEBUG storage: device { >01:29:02,131 DEBUG storage: vendor "DGC" >01:29:02,132 DEBUG storage: product "LUNZ" >01:29:02,132 DEBUG storage: } >01:29:02,132 DEBUG storage: device { >01:29:02,132 DEBUG storage: vendor "IBM" >01:29:02,132 DEBUG storage: product "S/390.*" >01:29:02,133 DEBUG storage: } >01:29:02,133 DEBUG storage: # don't count normal SATA devices as multipaths >01:29:02,133 DEBUG storage: device { >01:29:02,133 DEBUG storage: vendor "ATA" >01:29:02,133 DEBUG storage: } >01:29:02,133 DEBUG storage: # don't count 3ware devices as multipaths >01:29:02,133 DEBUG storage: device { >01:29:02,133 DEBUG storage: vendor "3ware" >01:29:02,136 DEBUG storage: } >01:29:02,136 DEBUG storage: device { >01:29:02,136 DEBUG storage: vendor "AMCC" >01:29:02,136 DEBUG storage: } >01:29:02,136 DEBUG storage: # nor highpoint devices >01:29:02,137 DEBUG storage: device { >01:29:02,137 DEBUG storage: vendor "HPT" >01:29:02,137 DEBUG storage: } >01:29:02,137 DEBUG storage: } >01:29:02,137 DEBUG storage: multipaths { >01:29:02,137 DEBUG storage: } >01:29:02,144 DEBUG storage: (end of /etc/multipath.conf) >01:29:02,204 INFO storage: MultipathTopology: found singlepath device: sda >01:29:02,207 INFO storage: MultipathTopology: found non-disk device: sda1 >01:29:02,208 INFO storage: MultipathTopology: found non-disk device: sda2 >01:29:02,209 INFO storage: MultipathTopology: found non-disk device: sr0 >01:29:02,210 INFO storage: MultipathTopology: found singlepath device: loop0 >01:29:02,210 INFO storage: MultipathTopology: found singlepath device: loop1 >01:29:02,211 INFO storage: MultipathTopology: found singlepath device: loop2 >01:29:02,211 INFO storage: MultipathTopology: found singlepath device: loop3 >01:29:02,211 INFO storage: MultipathTopology: found singlepath device: loop4 >01:29:02,211 INFO storage: MultipathTopology: found singlepath device: loop5 >01:29:02,211 INFO storage: MultipathTopology: found singlepath device: loop6 >01:29:02,211 INFO storage: MultipathTopology: found singlepath device: loop7 >01:29:02,211 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:29:02,211 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:29:02,211 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:29:02,224 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': 'gpt', > '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': '22966', > '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 ; >01:29:02,227 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:29:02,234 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:29:02,242 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:02,255 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:29:02,256 INFO storage: sda is a disk >01:29:02,256 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:02,266 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:29:02,267 INFO storage: added disk sda (id 0) to device tree >01:29:02,268 DEBUG storage: looking up parted Device: /dev/sda >01:29:02,274 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:29:02,281 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: gpt ; >01:29:02,292 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:29:02,303 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:29:02,332 DEBUG storage: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7f14280ea990>, <parted.partition.Partition object at 0x7f14280ead50>] > device: <parted.device.Device object at 0x7f14280ea690> > PedDisk: <_ped.Disk object at 0x7f14280fb518> >01:29:02,337 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:29:02,342 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:29:02,352 INFO storage: got device: DiskDevice instance (0x7f1428085090) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing gpt 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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7f1428060200> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f14280d97d0> >01:29:02,358 INFO storage: got format: DiskLabel instance (0x7f14280d9950) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7f14280ea990>, <parted.partition.Partition object at 0x7f14280ead50>] > device: <parted.device.Device object at 0x7f14280ea690> > PedDisk: <_ped.Disk object at 0x7f14280fb518> > origPartedDisk = <parted.disk.Disk object at 0x7f14280fe0d0> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7f1428060560> > >01:29:02,368 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-partlabel/biosboot /dev/disk/by-partuuid/959bb44a-69ce-4041-88b4-d832961ec1e3 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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_NAME': 'biosboot', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '2048', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '959bb44a-69ce-4041-88b4-d832961ec1e3', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '5710914526', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-partlabel/biosboot', > '/dev/disk/by-partuuid/959bb44a-69ce-4041-88b4-d832961ec1e3', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:29:02,372 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:29:02,373 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:29:02,378 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:02,379 INFO storage: sda1 is a partition >01:29:02,381 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:29:02,382 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:29:02,387 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:29:02,388 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:29:02,390 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:29:02,394 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:02,395 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:29:02,396 DEBUG storage: looking up parted Partition: /dev/sda1 >01:29:02,398 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:29:02,399 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:29:02,404 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:29:02,405 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:29:02,406 INFO storage: added partition sda1 (id 1) to device tree >01:29:02,417 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:29:02,419 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: gpt ; >01:29:02,420 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:29:02,425 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: gpt ; exists: True ; >01:29:02,445 WARN storage: disklabel detected but not usable on sda1 >01:29:02,446 INFO storage: type detected on 'sda1' is 'ext4' >01:29:02,564 DEBUG storage: padding min size from 77 up to 84 >01:29:02,566 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:02,566 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:02,570 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:29:02,572 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:29:02,577 DEBUG storage: looking up parted Device: /dev/sda1 >01:29:02,579 INFO storage: got device: PartitionDevice instance (0x7f1428085290) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 11891 did: 31088 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7f14280609e0> > target size = 0 path = /dev/sda1 > 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 0x7f14280ea750> fileSystem: <parted.filesystem.FileSystem object at 0x7f14280eae90> > number: 1 path: /dev/sda1 type: 0 > name: biosboot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f14280eab10> PedPartition: <_ped.Partition object at 0x7f14280eb410> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:29:02,581 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:02,585 INFO storage: got format: Ext4FS instance (0x7f1428106850) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:29:02,588 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2 /dev/disk/by-partlabel/boot /dev/disk/by-partuuid/fdeef343-daae-436c-97d9-0a825ac22e9f', > '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_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_NAME': 'boot', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '4096', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1048576', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': 'fdeef343-daae-436c-97d9-0a825ac22e9f', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '10914832', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '/dev/disk/by-partlabel/boot', > '/dev/disk/by-partuuid/fdeef343-daae-436c-97d9-0a825ac22e9f'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:29:02,591 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:29:02,593 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:29:02,594 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:02,598 INFO storage: sda2 is a partition >01:29:02,599 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:29:02,601 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:29:02,602 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:29:02,607 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:29:02,608 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:29:02,609 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:02,610 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:29:02,615 DEBUG storage: looking up parted Partition: /dev/sda2 >01:29:02,617 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:29:02,618 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:29:02,620 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:29:02,624 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:29:02,625 INFO storage: added partition sda2 (id 2) to device tree >01:29:02,626 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:29:02,632 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: gpt ; >01:29:02,633 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:29:02,634 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: gpt ; exists: True ; >01:29:02,654 WARN storage: disklabel detected but not usable on sda2 >01:29:02,658 DEBUG storage: no type or existing type for sda2, bailing >01:29:02,661 DEBUG storage: looking up parted Device: /dev/sda2 >01:29:02,668 INFO storage: got device: PartitionDevice instance (0x7f1428124fd0) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32532 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f1428060b90> > 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 0x7f14280ea750> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: boot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f14280eae10> PedPartition: <_ped.Partition object at 0x7f14280eb470> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:29:02,685 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:29:02,688 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:29:02,692 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:29:02,694 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:02,694 INFO storage: sr0 is a cdrom >01:29:02,696 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:29:02,700 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:02,702 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:29:02,702 INFO storage: added cdrom sr0 (id 3) to device tree >01:29:02,704 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:29:02,706 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:29:02,712 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:29:02,713 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:29:02,715 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:29:02,728 WARN storage: disklabel detected but not usable on sr0 >01:29:02,729 INFO storage: type detected on 'sr0' is 'iso9660' >01:29:02,730 DEBUG storage: Iso9660FS.supported: supported: True ; >01:29:02,731 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:29:02,732 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:29:02,736 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:29:02,742 DEBUG storage: looking up parted Device: /dev/sr0 >01:29:02,743 INFO storage: got device: OpticalDevice instance (0x7f1428129690) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x7f1428060e60> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:29:02,744 DEBUG storage: Iso9660FS.supported: supported: True ; >01:29:02,745 INFO storage: got format: Iso9660FS instance (0x7f1428132c10) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:29:02,747 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:29:02,752 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:29:02,753 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:29:02,755 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:02,755 INFO storage: loop0 is a loop device >01:29:02,756 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:29:02,762 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:29:02,763 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:02,764 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:02,765 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:29:02,766 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:29:02,768 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:29:02,773 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:02,774 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:29:02,775 INFO storage: added loop loop0 (id 5) to device tree >01:29:02,776 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:29:02,778 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:29:02,779 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:29:02,780 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:29:02,786 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:29:02,791 WARN storage: disklabel detected but not usable on loop0 >01:29:02,792 INFO storage: type detected on 'loop0' is 'squashfs' >01:29:02,792 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:29:02,793 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:29:02,795 INFO storage: got device: LoopDevice instance (0x7f1428135610) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:29:02,796 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:29:02,796 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:29:02,802 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:29:02,804 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:02,808 INFO storage: loop1 is a loop device >01:29:02,809 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:29:02,810 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:29:02,812 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:02,816 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:02,817 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:29:02,818 INFO storage: added file /osmin (id 6) to device tree >01:29:02,820 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:29:02,824 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:02,825 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:29:02,826 INFO storage: added loop loop1 (id 7) to device tree >01:29:02,827 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:29:02,829 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:29:02,833 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:29:02,834 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:29:02,836 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:29:02,841 WARN storage: disklabel detected but not usable on loop1 >01:29:02,842 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:29:02,842 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:29:02,843 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:29:02,843 INFO storage: got device: LoopDevice instance (0x7f1428172090) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:29:02,853 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:29:02,854 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:29:02,855 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:29:02,856 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:02,857 INFO storage: loop2 is a loop device >01:29:02,858 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:29:02,863 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:29:02,864 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:02,865 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:02,866 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:29:02,871 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:29:02,873 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:29:02,873 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:02,875 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:29:02,875 INFO storage: added loop loop2 (id 9) to device tree >01:29:02,881 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:29:02,882 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:29:02,883 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:29:02,884 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:29:02,885 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:29:02,895 WARN storage: disklabel detected but not usable on loop2 >01:29:02,896 INFO storage: type detected on 'loop2' is 'squashfs' >01:29:02,896 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:29:02,898 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:29:02,898 INFO storage: got device: LoopDevice instance (0x7f14281770d0) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:29:02,904 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:29:02,905 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:29:02,907 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:29:02,908 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:02,912 INFO storage: loop3 is a loop device >01:29:02,913 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:29:02,915 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:29:02,916 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:02,920 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:02,922 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:29:02,922 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:29:02,924 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:29:02,924 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:02,926 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:29:02,931 INFO storage: added loop loop3 (id 11) to device tree >01:29:02,932 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:29:02,934 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:29:02,935 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:02,939 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:02,939 DEBUG storage: device loop3 does not contain a disklabel >01:29:02,940 INFO storage: type detected on 'loop3' is 'ext4' >01:29:03,030 DEBUG storage: using current size 0 as min size >01:29:03,032 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:03,032 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:03,034 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:29:03,038 INFO storage: got device: LoopDevice instance (0x7f1428177cd0) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:29:03,039 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:03,040 INFO storage: got format: Ext4FS instance (0x7f1428177f90) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:29:03,042 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:29:03,046 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:29:03,048 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:29:03,049 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:03,050 INFO storage: loop4 is a loop device >01:29:03,051 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:29:03,054 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:29:03,059 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:03,059 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:03,061 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:29:03,061 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:29:03,063 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:29:03,068 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:03,069 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:29:03,070 INFO storage: added loop loop4 (id 13) to device tree >01:29:03,071 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:29:03,073 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:29:03,077 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:29:03,078 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:29:03,080 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:29:03,087 WARN storage: disklabel detected but not usable on loop4 >01:29:03,088 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:29:03,088 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:29:03,090 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:29:03,090 INFO storage: got device: LoopDevice instance (0x7f142817f910) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:29:03,096 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:29:03,096 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:29:03,097 DEBUG storage: lvm filter: adding loop5 to the reject list >01:29:03,102 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:29:03,103 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:29:03,103 DEBUG storage: lvm filter: adding loop6 to the reject list >01:29:03,105 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:29:03,105 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:29:03,106 DEBUG storage: lvm filter: adding loop7 to the reject list >01:29:03,110 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:29:03,110 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:29:03,141 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:29:03,148 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:29:03,149 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:29:03,150 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:29:03,156 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:03,156 INFO storage: live-rw is a device-mapper device >01:29:03,157 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:29:03,158 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:29:03,163 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:29:03,164 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:29:03,165 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:29:03,169 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:29:03,175 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:03,176 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:29:03,176 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:03,177 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:29:03,178 INFO storage: added dm live-rw (id 14) to device tree >01:29:03,182 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:29:03,184 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:29:03,185 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:03,185 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:03,185 DEBUG storage: device live-rw does not contain a disklabel >01:29:03,186 INFO storage: type detected on 'live-rw' is 'ext4' >01:29:03,266 DEBUG storage: padding min size from 3367 up to 3703 >01:29:03,268 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:03,268 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:03,269 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:29:03,270 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:29:03,274 INFO storage: got device: DMDevice instance (0x7f1428183750) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32532 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x7f1428060f80> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:29:03,275 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:03,278 INFO storage: got format: Ext4FS instance (0x7f1428188ed0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:29:03,281 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:29:03,285 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:29:03,286 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:29:03,287 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:03,288 INFO storage: live-osimg-min is a device-mapper device >01:29:03,289 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:29:03,294 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:29:03,295 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:29:03,296 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:29:03,301 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:29:03,302 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:29:03,304 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:29:03,309 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:03,310 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:29:03,310 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:03,311 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:29:03,315 INFO storage: added dm live-osimg-min (id 15) to device tree >01:29:03,316 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:29:03,317 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:29:03,318 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:03,322 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:03,322 DEBUG storage: device live-osimg-min does not contain a disklabel >01:29:03,323 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:29:03,401 DEBUG storage: using current size 0 as min size >01:29:03,403 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:03,403 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:03,407 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:29:03,407 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:29:03,417 INFO storage: got device: DMDevice instance (0x7f14281832d0) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32532 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x7f1428174440> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:29:03,419 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:03,423 INFO storage: got format: Ext4FS instance (0x7f1428198dd0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:29:03,465 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:29:03,500 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:29:03,501 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:03,503 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:03,545 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:29:03,546 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:29:03,548 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:29:03,585 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:29:03,586 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:03,588 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:03,621 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:29:03,622 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:29:03,623 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:29:03,623 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:29:03,629 INFO storage: edd: MBR signature on sda is zero. new disk image? >01:29:03,629 INFO storage: edd: collected mbr signatures: {} >01:29:03,631 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:29:03,648 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >01:29:03,668 WARN storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >01:29:03,670 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:29:03,722 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:03,727 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:03,729 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:03,734 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:03,737 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:29:03,743 DEBUG storage: Iso9660FS.supported: supported: True ; >01:29:03,771 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/live-osimg-min ; >01:29:03,776 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4096MB dm live-osimg-min (15) with existing ext4 filesystem >01:29:13,875 DEBUG storage: Iso9660FS.supported: supported: True ; >01:29:13,877 DEBUG storage: Iso9660FS.supported: supported: True ; >01:29:13,878 DEBUG storage: NFSv4.supported: supported: False ; >01:29:13,880 DEBUG storage: NFSv4.supported: supported: False ; >01:29:13,881 DEBUG storage: SELinuxFS.supported: supported: False ; >01:29:13,883 DEBUG storage: SELinuxFS.supported: supported: False ; >01:29:13,884 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:13,886 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:13,887 DEBUG storage: Ext3FS.supported: supported: True ; >01:29:13,889 DEBUG storage: Ext3FS.supported: supported: True ; >01:29:13,891 DEBUG storage: Ext2FS.supported: supported: True ; >01:29:13,892 DEBUG storage: Ext2FS.supported: supported: True ; >01:29:13,894 DEBUG storage: SysFS.supported: supported: False ; >01:29:13,896 DEBUG storage: SysFS.supported: supported: False ; >01:29:13,897 DEBUG storage: MultipathMember.__init__: >01:29:13,899 DEBUG storage: MDRaidMember.__init__: >01:29:13,901 DEBUG storage: ProcFS.supported: supported: False ; >01:29:13,902 DEBUG storage: ProcFS.supported: supported: False ; >01:29:13,904 DEBUG storage: SwapSpace.__init__: >01:29:13,905 DEBUG storage: NoDevFS.supported: supported: False ; >01:29:13,907 DEBUG storage: NoDevFS.supported: supported: False ; >01:29:13,908 DEBUG storage: DevPtsFS.supported: supported: False ; >01:29:13,910 DEBUG storage: DevPtsFS.supported: supported: False ; >01:29:13,911 DEBUG storage: BTRFS.supported: supported: True ; >01:29:13,913 DEBUG storage: USBFS.supported: supported: False ; >01:29:13,915 DEBUG storage: USBFS.supported: supported: False ; >01:29:13,916 DEBUG storage: DiskLabel.__init__: >01:29:13,917 INFO storage: DiskLabel.partedDevice returning None >01:29:13,918 DEBUG storage: HFSPlus.supported: supported: False ; >01:29:13,919 DEBUG storage: HFSPlus.supported: supported: False ; >01:29:13,921 DEBUG storage: XFS.supported: supported: True ; >01:29:13,922 DEBUG storage: XFS.supported: supported: True ; >01:29:13,924 DEBUG storage: TmpFS.supported: supported: False ; >01:29:13,926 DEBUG storage: TmpFS.supported: supported: False ; >01:29:13,927 DEBUG storage: LUKS.__init__: >01:29:13,929 DEBUG storage: NTFS.supported: supported: False ; >01:29:13,930 DEBUG storage: NTFS.supported: supported: False ; >01:29:13,931 DEBUG storage: BindFS.supported: supported: False ; >01:29:13,933 DEBUG storage: BindFS.supported: supported: False ; >01:29:13,934 DEBUG storage: HFS.supported: supported: False ; >01:29:13,935 DEBUG storage: HFS.supported: supported: False ; >01:29:13,937 DEBUG storage: LVMPhysicalVolume.__init__: >01:29:13,938 DEBUG storage: NFS.supported: supported: False ; >01:29:13,940 DEBUG storage: NFS.supported: supported: False ; >01:29:13,941 DEBUG storage: FATFS.supported: supported: True ; >01:29:13,943 DEBUG storage: FATFS.supported: supported: True ; >01:29:13,945 DEBUG storage: DMRaidMember.__init__: >01:29:28,503 DEBUG storage: clearpart: looking at sda2 >01:29:28,504 DEBUG storage: clearpart: looking at sda1 >01:29:28,505 DEBUG storage: checking whether disk sda has an empty extended >01:29:28,509 DEBUG storage: extended is None ; logicals is [] >01:29:28,510 DEBUG storage: new disk order: [] >01:29:28,563 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:29:28,568 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:29:28,569 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:29:28,570 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:29:28,570 DEBUG storage: resolved 'sda' to 'sda' (disk) >01:29:28,573 DEBUG storage: _is_valid_disklabel(sda) returning True >01:29:28,577 DEBUG storage: _is_valid_size(sda) returning True >01:29:28,577 DEBUG storage: _is_valid_location(sda) returning True >01:29:28,577 DEBUG storage: _is_valid_format(sda) returning True >01:29:28,577 DEBUG storage: is_valid_stage1_device(sda) returning True >01:29:28,645 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >01:29:28,647 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4c76710> fileSystem: <parted.filesystem.FileSystem object at 0x4c8b410> > number: 1 path: /dev/sda1 type: 0 > name: biosboot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4c8b210> PedPartition: <_ped.Partition object at 0x4c74350> >01:29:28,652 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >01:29:28,653 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4c76710> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: boot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4c8b390> PedPartition: <_ped.Partition object at 0x4c742f0> >01:29:31,334 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:31,334 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:36,965 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:36,968 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:41,300 DEBUG storage: getFormat('BIOS Boot') returning BIOSBoot instance >01:29:42,573 DEBUG storage: getFormat('BIOS Boot') returning BIOSBoot instance >01:29:42,573 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x47f6210>, 84.7, ['sda'], None >01:29:42,576 DEBUG storage.ui: PartitionDevice._computeResize: sda1 ; status: True ; >01:29:57,041 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:29:57,065 DEBUG storage: registered device format class Ext2FS as ext2 >01:29:57,066 DEBUG storage: registered device format class Ext3FS as ext3 >01:29:57,066 DEBUG storage: registered device format class Ext4FS as ext4 >01:29:57,066 DEBUG storage: registered device format class FATFS as vfat >01:29:57,066 DEBUG storage: registered device format class EFIFS as efi >01:29:57,066 DEBUG storage: registered device format class BTRFS as btrfs >01:29:57,066 DEBUG storage: registered device format class GFS2 as gfs2 >01:29:57,066 DEBUG storage: registered device format class JFS as jfs >01:29:57,066 DEBUG storage: registered device format class ReiserFS as reiserfs >01:29:57,067 DEBUG storage: registered device format class XFS as xfs >01:29:57,067 DEBUG storage: registered device format class HFS as hfs >01:29:57,067 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:29:57,067 DEBUG storage: registered device format class HFSPlus as hfs+ >01:29:57,067 DEBUG storage: registered device format class NTFS as ntfs >01:29:57,067 DEBUG storage: registered device format class NFS as nfs >01:29:57,067 DEBUG storage: registered device format class NFSv4 as nfs4 >01:29:57,067 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:29:57,067 DEBUG storage: registered device format class NoDevFS as nodev >01:29:57,067 DEBUG storage: registered device format class DevPtsFS as devpts >01:29:57,067 DEBUG storage: registered device format class ProcFS as proc >01:29:57,067 DEBUG storage: registered device format class SysFS as sysfs >01:29:57,068 DEBUG storage: registered device format class TmpFS as tmpfs >01:29:57,068 DEBUG storage: registered device format class BindFS as bind >01:29:57,068 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:29:57,068 DEBUG storage: registered device format class USBFS as usbfs >01:29:57,068 DEBUG storage: registered device format class BIOSBoot as biosboot >01:29:57,069 DEBUG storage: registered device format class DiskLabel as disklabel >01:29:57,074 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:29:57,075 DEBUG storage: registered device format class MDRaidMember as mdmember >01:29:57,075 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:29:57,075 DEBUG storage: registered device format class MultipathMember as multipath_member >01:29:57,075 DEBUG storage: registered device format class LUKS as luks >01:29:57,076 DEBUG storage: registered device format class SwapSpace as swap >01:29:57,631 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:29:57,632 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:29:57,633 INFO storage: sr0 looks to be the live device; marking as protected >01:29:57,667 DEBUG storage: MultipathTopology._build_topology: >01:29:57,667 DEBUG storage: /etc/multipath.conf contents: >01:29:57,667 DEBUG storage: # multipath.conf written by anaconda >01:29:57,667 DEBUG storage: >01:29:57,668 DEBUG storage: defaults { >01:29:57,668 DEBUG storage: user_friendly_names yes >01:29:57,668 DEBUG storage: } >01:29:57,668 DEBUG storage: blacklist { >01:29:57,668 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:29:57,668 DEBUG storage: devnode "^hd[a-z]" >01:29:57,668 DEBUG storage: devnode "^dcssblk[0-9]*" >01:29:57,668 DEBUG storage: device { >01:29:57,668 DEBUG storage: vendor "DGC" >01:29:57,668 DEBUG storage: product "LUNZ" >01:29:57,668 DEBUG storage: } >01:29:57,668 DEBUG storage: device { >01:29:57,668 DEBUG storage: vendor "IBM" >01:29:57,668 DEBUG storage: product "S/390.*" >01:29:57,668 DEBUG storage: } >01:29:57,668 DEBUG storage: # don't count normal SATA devices as multipaths >01:29:57,668 DEBUG storage: device { >01:29:57,668 DEBUG storage: vendor "ATA" >01:29:57,668 DEBUG storage: } >01:29:57,668 DEBUG storage: # don't count 3ware devices as multipaths >01:29:57,669 DEBUG storage: device { >01:29:57,669 DEBUG storage: vendor "3ware" >01:29:57,669 DEBUG storage: } >01:29:57,669 DEBUG storage: device { >01:29:57,669 DEBUG storage: vendor "AMCC" >01:29:57,669 DEBUG storage: } >01:29:57,669 DEBUG storage: # nor highpoint devices >01:29:57,669 DEBUG storage: device { >01:29:57,669 DEBUG storage: vendor "HPT" >01:29:57,669 DEBUG storage: } >01:29:57,669 DEBUG storage: } >01:29:57,669 DEBUG storage: multipaths { >01:29:57,669 DEBUG storage: } >01:29:57,669 DEBUG storage: (end of /etc/multipath.conf) >01:29:57,706 INFO storage: MultipathTopology: found singlepath device: sda >01:29:57,706 INFO storage: MultipathTopology: found non-disk device: sda1 >01:29:57,706 INFO storage: MultipathTopology: found non-disk device: sda2 >01:29:57,706 INFO storage: MultipathTopology: found non-disk device: sr0 >01:29:57,707 INFO storage: MultipathTopology: found singlepath device: loop0 >01:29:57,707 INFO storage: MultipathTopology: found singlepath device: loop1 >01:29:57,707 INFO storage: MultipathTopology: found singlepath device: loop2 >01:29:57,707 INFO storage: MultipathTopology: found singlepath device: loop3 >01:29:57,707 INFO storage: MultipathTopology: found singlepath device: loop4 >01:29:57,707 INFO storage: MultipathTopology: found singlepath device: loop5 >01:29:57,707 INFO storage: MultipathTopology: found singlepath device: loop6 >01:29:57,708 INFO storage: MultipathTopology: found singlepath device: loop7 >01:29:57,708 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:29:57,708 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:29:57,708 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:29:57,715 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': 'gpt', > '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': '22966', > '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 ; >01:29:57,716 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:29:57,716 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:29:57,717 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:57,717 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:29:57,718 INFO storage: sda is a disk >01:29:57,719 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:57,720 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:29:57,721 INFO storage: added disk sda (id 0) to device tree >01:29:57,721 DEBUG storage: looking up parted Device: /dev/sda >01:29:57,726 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:29:57,728 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: gpt ; >01:29:57,729 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:29:57,733 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:29:57,773 DEBUG storage: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x2dc9bd0>, <parted.partition.Partition object at 0x2dc9d50>] > device: <parted.device.Device object at 0x2dc9a10> > PedDisk: <_ped.Disk object at 0x2dcbb90> >01:29:57,773 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:29:57,774 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:29:57,775 INFO storage: got device: DiskDevice instance (0x2d5e7d0) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing gpt 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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x2631320> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x2db6bd0> >01:29:57,779 INFO storage: got format: DiskLabel instance (0x2db6c90) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x2dc9bd0>, <parted.partition.Partition object at 0x2dc9d50>] > device: <parted.device.Device object at 0x2dc9a10> > PedDisk: <_ped.Disk object at 0x2dcbb90> > origPartedDisk = <parted.disk.Disk object at 0x2dc9f10> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x2cc87a0> > >01:29:57,787 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-partlabel/biosboot /dev/disk/by-partuuid/959bb44a-69ce-4041-88b4-d832961ec1e3 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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_NAME': 'biosboot', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '2048', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '959bb44a-69ce-4041-88b4-d832961ec1e3', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '5710914526', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-partlabel/biosboot', > '/dev/disk/by-partuuid/959bb44a-69ce-4041-88b4-d832961ec1e3', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:29:57,788 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:29:57,790 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:29:57,791 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:57,792 INFO storage: sda1 is a partition >01:29:57,793 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:29:57,794 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:29:57,796 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:29:57,800 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:29:57,802 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:29:57,805 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:57,806 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:29:57,806 DEBUG storage: looking up parted Partition: /dev/sda1 >01:29:57,807 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:29:57,808 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:29:57,808 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:29:57,809 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:29:57,809 INFO storage: added partition sda1 (id 1) to device tree >01:29:57,810 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:29:57,810 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: gpt ; >01:29:57,811 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:29:57,811 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: gpt ; exists: True ; >01:29:57,826 WARN storage: disklabel detected but not usable on sda1 >01:29:57,827 INFO storage: type detected on 'sda1' is 'ext4' >01:29:57,864 DEBUG storage: padding min size from 77 up to 84 >01:29:57,865 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:57,865 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:57,866 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:29:57,866 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:29:57,871 DEBUG storage: looking up parted Device: /dev/sda1 >01:29:57,873 INFO storage: got device: PartitionDevice instance (0x2db6b90) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x2cc8b00> > target size = 0 path = /dev/sda1 > 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 0x2dc9ad0> fileSystem: <parted.filesystem.FileSystem object at 0x2dc9e90> > number: 1 path: /dev/sda1 type: 0 > name: biosboot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x2dc9c90> PedPartition: <_ped.Partition object at 0x2dc87d0> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:29:57,873 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:57,874 INFO storage: got format: Ext4FS instance (0x2dd0110) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:29:57,876 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2 /dev/disk/by-partlabel/boot /dev/disk/by-partuuid/fdeef343-daae-436c-97d9-0a825ac22e9f', > '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_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_NAME': 'boot', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '4096', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1048576', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': 'fdeef343-daae-436c-97d9-0a825ac22e9f', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '10914832', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '/dev/disk/by-partlabel/boot', > '/dev/disk/by-partuuid/fdeef343-daae-436c-97d9-0a825ac22e9f'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:29:57,877 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:29:57,877 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:29:57,878 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:57,878 INFO storage: sda2 is a partition >01:29:57,878 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:29:57,880 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:29:57,880 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:29:57,881 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:29:57,882 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:29:57,882 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:57,883 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:29:57,883 DEBUG storage: looking up parted Partition: /dev/sda2 >01:29:57,883 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:29:57,884 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:29:57,885 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:29:57,885 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:29:57,885 INFO storage: added partition sda2 (id 2) to device tree >01:29:57,886 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:29:57,886 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: gpt ; >01:29:57,887 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:29:57,888 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: gpt ; exists: True ; >01:29:57,897 WARN storage: disklabel detected but not usable on sda2 >01:29:57,899 DEBUG storage: no type or existing type for sda2, bailing >01:29:57,899 DEBUG storage: looking up parted Device: /dev/sda2 >01:29:57,901 INFO storage: got device: PartitionDevice instance (0x2e45f50) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x2cc8c20> > 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 0x2dc9ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: boot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x2dc9e10> PedPartition: <_ped.Partition object at 0x2dc8830> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:29:57,910 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:29:57,912 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:29:57,913 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:29:57,914 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:57,914 INFO storage: sr0 is a cdrom >01:29:57,915 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:29:57,915 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:57,915 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:29:57,916 INFO storage: added cdrom sr0 (id 3) to device tree >01:29:57,916 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:29:57,918 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:29:57,919 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:29:57,920 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:29:57,921 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:29:57,929 WARN storage: disklabel detected but not usable on sr0 >01:29:57,929 INFO storage: type detected on 'sr0' is 'iso9660' >01:29:57,930 DEBUG storage: Iso9660FS.supported: supported: True ; >01:29:57,930 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:29:57,931 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:29:57,931 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:29:57,934 DEBUG storage: looking up parted Device: /dev/sr0 >01:29:57,934 INFO storage: got device: OpticalDevice instance (0x2e45fd0) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x2cc8710> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:29:57,935 DEBUG storage: Iso9660FS.supported: supported: True ; >01:29:57,935 INFO storage: got format: Iso9660FS instance (0x2db6d90) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:29:57,937 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:29:57,937 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:29:57,937 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:29:57,938 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:57,938 INFO storage: loop0 is a loop device >01:29:57,938 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:29:57,939 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:29:57,939 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:57,939 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:57,940 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:29:57,940 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:29:57,941 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:29:57,941 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:57,942 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:29:57,942 INFO storage: added loop loop0 (id 5) to device tree >01:29:57,942 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:29:57,943 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:29:57,943 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:29:57,944 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:29:57,945 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:29:57,947 WARN storage: disklabel detected but not usable on loop0 >01:29:57,948 INFO storage: type detected on 'loop0' is 'squashfs' >01:29:57,948 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:29:57,948 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:29:57,949 INFO storage: got device: LoopDevice instance (0x2e4f150) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:29:57,950 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:29:57,950 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:29:57,953 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:29:57,954 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:57,954 INFO storage: loop1 is a loop device >01:29:57,954 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:29:57,955 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:29:57,955 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:57,956 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:57,956 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:29:57,956 INFO storage: added file /osmin (id 6) to device tree >01:29:57,957 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:29:57,957 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:57,958 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:29:57,958 INFO storage: added loop loop1 (id 7) to device tree >01:29:57,958 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:29:57,959 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:29:57,959 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:29:57,960 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:29:57,960 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:29:57,965 WARN storage: disklabel detected but not usable on loop1 >01:29:57,966 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:29:57,966 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:29:57,966 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:29:57,967 INFO storage: got device: LoopDevice instance (0x2e4f050) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:29:57,968 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:29:57,968 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:29:57,969 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:29:57,969 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:57,969 INFO storage: loop2 is a loop device >01:29:57,970 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:29:57,970 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:29:57,971 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:57,971 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:57,976 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:29:57,976 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:29:57,977 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:29:57,977 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:57,978 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:29:57,978 INFO storage: added loop loop2 (id 9) to device tree >01:29:57,978 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:29:57,979 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:29:57,979 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:29:57,980 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:29:57,981 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:29:57,986 WARN storage: disklabel detected but not usable on loop2 >01:29:57,986 INFO storage: type detected on 'loop2' is 'squashfs' >01:29:57,987 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:29:57,987 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:29:57,988 INFO storage: got device: LoopDevice instance (0x2d5e790) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:29:57,989 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:29:57,989 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:29:57,990 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:29:57,990 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:57,990 INFO storage: loop3 is a loop device >01:29:57,991 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:29:57,991 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:29:57,992 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:57,992 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:57,993 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:29:57,993 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:29:57,994 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:29:57,994 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:57,994 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:29:57,994 INFO storage: added loop loop3 (id 11) to device tree >01:29:57,995 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:29:57,995 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:29:57,996 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:57,996 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:57,996 DEBUG storage: device loop3 does not contain a disklabel >01:29:57,996 INFO storage: type detected on 'loop3' is 'ext4' >01:29:58,020 DEBUG storage: using current size 0 as min size >01:29:58,021 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:58,021 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:58,022 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:29:58,023 INFO storage: got device: LoopDevice instance (0x2e4f850) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:29:58,023 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:58,023 INFO storage: got format: Ext4FS instance (0x2e4f550) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:29:58,025 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:29:58,025 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:29:58,025 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:29:58,026 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:58,026 INFO storage: loop4 is a loop device >01:29:58,026 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:29:58,027 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:29:58,027 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:58,028 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:58,028 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:29:58,028 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:29:58,029 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:29:58,029 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:58,030 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:29:58,030 INFO storage: added loop loop4 (id 13) to device tree >01:29:58,030 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:29:58,031 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:29:58,031 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:29:58,032 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:29:58,032 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:29:58,038 WARN storage: disklabel detected but not usable on loop4 >01:29:58,038 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:29:58,038 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:29:58,039 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:29:58,040 INFO storage: got device: LoopDevice instance (0x2e4f7d0) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:29:58,041 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:29:58,041 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:29:58,041 DEBUG storage: lvm filter: adding loop5 to the reject list >01:29:58,042 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:29:58,042 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:29:58,042 DEBUG storage: lvm filter: adding loop6 to the reject list >01:29:58,043 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:29:58,043 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:29:58,043 DEBUG storage: lvm filter: adding loop7 to the reject list >01:29:58,043 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:29:58,043 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:29:58,059 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:29:58,062 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:29:58,062 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:29:58,062 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:29:58,065 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:58,065 INFO storage: live-rw is a device-mapper device >01:29:58,066 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:29:58,066 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:29:58,067 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:29:58,068 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:29:58,069 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:29:58,070 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:29:58,070 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:58,071 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:29:58,071 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:58,072 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:29:58,072 INFO storage: added dm live-rw (id 14) to device tree >01:29:58,073 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:29:58,074 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:29:58,075 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:58,075 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:58,075 DEBUG storage: device live-rw does not contain a disklabel >01:29:58,075 INFO storage: type detected on 'live-rw' is 'ext4' >01:29:58,100 DEBUG storage: padding min size from 3367 up to 3703 >01:29:58,101 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:58,101 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:58,102 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:29:58,103 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:29:58,107 INFO storage: got device: DMDevice instance (0x2e4fe50) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x2cc8d40> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:29:58,108 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:58,108 INFO storage: got format: Ext4FS instance (0x2e4fb50) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:29:58,110 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:29:58,110 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:29:58,110 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:29:58,111 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:58,111 INFO storage: live-osimg-min is a device-mapper device >01:29:58,112 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:29:58,112 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:29:58,113 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:29:58,113 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:29:58,115 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:29:58,115 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:29:58,116 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:29:58,117 DEBUG storage: DeviceTree.getDeviceByName returned None >01:29:58,117 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:29:58,118 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:29:58,118 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:29:58,118 INFO storage: added dm live-osimg-min (id 15) to device tree >01:29:58,119 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:29:58,119 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:29:58,120 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:58,120 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:58,120 DEBUG storage: device live-osimg-min does not contain a disklabel >01:29:58,120 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:29:58,147 DEBUG storage: using current size 0 as min size >01:29:58,148 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:58,149 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:29:58,149 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:29:58,150 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:29:58,154 INFO storage: got device: DMDevice instance (0x2e4fc90) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x2cc8dd0> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:29:58,155 DEBUG storage: Ext4FS.supported: supported: True ; >01:29:58,155 INFO storage: got format: Ext4FS instance (0x2dd00d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:29:58,171 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:29:58,184 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:29:58,185 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:58,186 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:58,199 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:29:58,199 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:29:58,201 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:29:58,212 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:29:58,213 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:58,215 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:58,227 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:29:58,228 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:29:58,228 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:29:58,229 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:29:58,230 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:29:58,243 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:29:58,243 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:58,245 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:58,258 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:29:58,258 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:29:58,260 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:29:58,271 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:29:58,272 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:58,273 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:29:58,298 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:29:58,298 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:29:58,299 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:29:58,722 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:29:58,736 DEBUG storage: registered device format class Ext2FS as ext2 >01:29:58,737 DEBUG storage: registered device format class Ext3FS as ext3 >01:29:58,738 DEBUG storage: registered device format class Ext4FS as ext4 >01:29:58,738 DEBUG storage: registered device format class FATFS as vfat >01:29:58,739 DEBUG storage: registered device format class EFIFS as efi >01:29:58,740 DEBUG storage: registered device format class BTRFS as btrfs >01:29:58,740 DEBUG storage: registered device format class GFS2 as gfs2 >01:29:58,740 DEBUG storage: registered device format class JFS as jfs >01:29:58,741 DEBUG storage: registered device format class ReiserFS as reiserfs >01:29:58,741 DEBUG storage: registered device format class XFS as xfs >01:29:58,742 DEBUG storage: registered device format class HFS as hfs >01:29:58,742 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:29:58,743 DEBUG storage: registered device format class HFSPlus as hfs+ >01:29:58,743 DEBUG storage: registered device format class NTFS as ntfs >01:29:58,744 DEBUG storage: registered device format class NFS as nfs >01:29:58,744 DEBUG storage: registered device format class NFSv4 as nfs4 >01:29:58,744 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:29:58,745 DEBUG storage: registered device format class NoDevFS as nodev >01:29:58,745 DEBUG storage: registered device format class DevPtsFS as devpts >01:29:58,746 DEBUG storage: registered device format class ProcFS as proc >01:29:58,746 DEBUG storage: registered device format class SysFS as sysfs >01:29:58,746 DEBUG storage: registered device format class TmpFS as tmpfs >01:29:58,746 DEBUG storage: registered device format class BindFS as bind >01:29:58,746 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:29:58,747 DEBUG storage: registered device format class USBFS as usbfs >01:29:58,747 DEBUG storage: registered device format class BIOSBoot as biosboot >01:29:58,747 DEBUG storage: registered device format class DiskLabel as disklabel >01:29:58,748 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:29:58,748 DEBUG storage: registered device format class MDRaidMember as mdmember >01:29:58,749 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:29:58,749 DEBUG storage: registered device format class MultipathMember as multipath_member >01:29:58,753 DEBUG storage: registered device format class LUKS as luks >01:29:58,753 DEBUG storage: registered device format class SwapSpace as swap >01:29:59,323 DEBUG storage: MultipathTopology._build_topology: >01:29:59,324 DEBUG storage: /etc/multipath.conf contents: >01:29:59,325 DEBUG storage: # multipath.conf written by anaconda >01:29:59,325 DEBUG storage: >01:29:59,325 DEBUG storage: defaults { >01:29:59,326 DEBUG storage: user_friendly_names yes >01:29:59,326 DEBUG storage: } >01:29:59,327 DEBUG storage: blacklist { >01:29:59,327 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:29:59,327 DEBUG storage: devnode "^hd[a-z]" >01:29:59,328 DEBUG storage: devnode "^dcssblk[0-9]*" >01:29:59,329 DEBUG storage: device { >01:29:59,329 DEBUG storage: vendor "DGC" >01:29:59,329 DEBUG storage: product "LUNZ" >01:29:59,329 DEBUG storage: } >01:29:59,329 DEBUG storage: device { >01:29:59,329 DEBUG storage: vendor "IBM" >01:29:59,330 DEBUG storage: product "S/390.*" >01:29:59,330 DEBUG storage: } >01:29:59,330 DEBUG storage: # don't count normal SATA devices as multipaths >01:29:59,330 DEBUG storage: device { >01:29:59,330 DEBUG storage: vendor "ATA" >01:29:59,330 DEBUG storage: } >01:29:59,330 DEBUG storage: # don't count 3ware devices as multipaths >01:29:59,333 DEBUG storage: device { >01:29:59,333 DEBUG storage: vendor "3ware" >01:29:59,333 DEBUG storage: } >01:29:59,333 DEBUG storage: device { >01:29:59,333 DEBUG storage: vendor "AMCC" >01:29:59,333 DEBUG storage: } >01:29:59,333 DEBUG storage: # nor highpoint devices >01:29:59,333 DEBUG storage: device { >01:29:59,334 DEBUG storage: vendor "HPT" >01:29:59,334 DEBUG storage: } >01:29:59,334 DEBUG storage: } >01:29:59,335 DEBUG storage: multipaths { >01:29:59,335 DEBUG storage: } >01:29:59,335 DEBUG storage: (end of /etc/multipath.conf) >01:29:59,374 INFO storage: MultipathTopology: found singlepath device: sda >01:29:59,376 INFO storage: MultipathTopology: found non-disk device: sda1 >01:29:59,378 INFO storage: MultipathTopology: found non-disk device: sda2 >01:29:59,378 INFO storage: MultipathTopology: found non-disk device: sr0 >01:29:59,378 INFO storage: MultipathTopology: found singlepath device: loop0 >01:29:59,378 INFO storage: MultipathTopology: found singlepath device: loop1 >01:29:59,378 INFO storage: MultipathTopology: found singlepath device: loop2 >01:29:59,378 INFO storage: MultipathTopology: found singlepath device: loop3 >01:29:59,379 INFO storage: MultipathTopology: found singlepath device: loop4 >01:29:59,379 INFO storage: MultipathTopology: found singlepath device: loop5 >01:29:59,379 INFO storage: MultipathTopology: found singlepath device: loop6 >01:29:59,379 INFO storage: MultipathTopology: found singlepath device: loop7 >01:29:59,379 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:29:59,379 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:30:00,518 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:30:00,520 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:30:00,559 DEBUG storage: protected device spec /dev/sr0 resolved to sr0 >01:30:00,564 INFO storage: sr0 looks to be the live device; marking as protected >01:30:00,608 DEBUG storage: MultipathTopology._build_topology: >01:30:00,609 DEBUG storage: /etc/multipath.conf contents: >01:30:00,609 DEBUG storage: # multipath.conf written by anaconda >01:30:00,609 DEBUG storage: >01:30:00,614 DEBUG storage: defaults { >01:30:00,614 DEBUG storage: user_friendly_names yes >01:30:00,615 DEBUG storage: } >01:30:00,615 DEBUG storage: blacklist { >01:30:00,616 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:30:00,616 DEBUG storage: devnode "^hd[a-z]" >01:30:00,616 DEBUG storage: devnode "^dcssblk[0-9]*" >01:30:00,617 DEBUG storage: device { >01:30:00,617 DEBUG storage: vendor "DGC" >01:30:00,618 DEBUG storage: product "LUNZ" >01:30:00,618 DEBUG storage: } >01:30:00,618 DEBUG storage: device { >01:30:00,618 DEBUG storage: vendor "IBM" >01:30:00,618 DEBUG storage: product "S/390.*" >01:30:00,619 DEBUG storage: } >01:30:00,619 DEBUG storage: # don't count normal SATA devices as multipaths >01:30:00,619 DEBUG storage: device { >01:30:00,619 DEBUG storage: vendor "ATA" >01:30:00,619 DEBUG storage: } >01:30:00,619 DEBUG storage: # don't count 3ware devices as multipaths >01:30:00,619 DEBUG storage: device { >01:30:00,619 DEBUG storage: vendor "3ware" >01:30:00,619 DEBUG storage: } >01:30:00,622 DEBUG storage: device { >01:30:00,622 DEBUG storage: vendor "AMCC" >01:30:00,622 DEBUG storage: } >01:30:00,622 DEBUG storage: # nor highpoint devices >01:30:00,623 DEBUG storage: device { >01:30:00,623 DEBUG storage: vendor "HPT" >01:30:00,623 DEBUG storage: } >01:30:00,623 DEBUG storage: } >01:30:00,623 DEBUG storage: multipaths { >01:30:00,623 DEBUG storage: } >01:30:00,623 DEBUG storage: (end of /etc/multipath.conf) >01:30:00,690 INFO storage: MultipathTopology: found singlepath device: sda >01:30:00,692 INFO storage: MultipathTopology: found non-disk device: sda1 >01:30:00,692 INFO storage: MultipathTopology: found non-disk device: sda2 >01:30:00,694 INFO storage: MultipathTopology: found non-disk device: sr0 >01:30:00,694 INFO storage: MultipathTopology: found singlepath device: loop0 >01:30:00,694 INFO storage: MultipathTopology: found singlepath device: loop1 >01:30:00,694 INFO storage: MultipathTopology: found singlepath device: loop2 >01:30:00,694 INFO storage: MultipathTopology: found singlepath device: loop3 >01:30:00,695 INFO storage: MultipathTopology: found singlepath device: loop4 >01:30:00,695 INFO storage: MultipathTopology: found singlepath device: loop5 >01:30:00,695 INFO storage: MultipathTopology: found singlepath device: loop6 >01:30:00,695 INFO storage: MultipathTopology: found singlepath device: loop7 >01:30:00,695 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:30:00,695 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:30:00,695 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:30:00,707 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': 'gpt', > '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': '22966', > '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 ; >01:30:00,712 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:30:00,718 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:30:00,723 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:00,728 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:30:00,729 INFO storage: sda is a disk >01:30:00,730 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:00,737 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:30:00,742 INFO storage: added disk sda (id 0) to device tree >01:30:00,743 DEBUG storage: looking up parted Device: /dev/sda >01:30:00,750 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:30:00,751 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: gpt ; >01:30:00,761 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:30:00,777 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:30:00,802 DEBUG storage: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7f83b81011d0>, <parted.partition.Partition object at 0x7f83b8101590>] > device: <parted.device.Device object at 0x7f83b80ecf10> > PedDisk: <_ped.Disk object at 0x7f83b80fc998> >01:30:00,807 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:30:00,814 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:30:00,822 INFO storage: got device: DiskDevice instance (0x7f83b8085310) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing gpt 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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7f83b8044200> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f83b80db9d0> >01:30:00,833 INFO storage: got format: DiskLabel instance (0x7f83b80dbcd0) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7f83b81011d0>, <parted.partition.Partition object at 0x7f83b8101590>] > device: <parted.device.Device object at 0x7f83b80ecf10> > PedDisk: <_ped.Disk object at 0x7f83b80fc998> > origPartedDisk = <parted.disk.Disk object at 0x7f83b8101810> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7f83b8044560> > >01:30:00,840 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-partlabel/biosboot /dev/disk/by-partuuid/959bb44a-69ce-4041-88b4-d832961ec1e3 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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_NAME': 'biosboot', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '2048', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '959bb44a-69ce-4041-88b4-d832961ec1e3', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '5710914526', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-partlabel/biosboot', > '/dev/disk/by-partuuid/959bb44a-69ce-4041-88b4-d832961ec1e3', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:30:00,845 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:30:00,847 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:30:00,848 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:00,848 INFO storage: sda1 is a partition >01:30:00,850 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:30:00,854 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:30:00,856 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:30:00,857 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:30:00,863 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:30:00,863 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:00,865 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:30:00,865 DEBUG storage: looking up parted Partition: /dev/sda1 >01:30:00,867 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:30:00,872 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:30:00,873 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:30:00,883 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:30:00,887 INFO storage: added partition sda1 (id 1) to device tree >01:30:00,889 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:30:00,890 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: gpt ; >01:30:00,892 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:30:00,897 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: gpt ; exists: True ; >01:30:00,913 WARN storage: disklabel detected but not usable on sda1 >01:30:00,914 INFO storage: type detected on 'sda1' is 'ext4' >01:30:01,013 DEBUG storage: padding min size from 77 up to 84 >01:30:01,015 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:01,015 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:30:01,021 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:30:01,023 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:30:01,024 DEBUG storage: looking up parted Device: /dev/sda1 >01:30:01,026 INFO storage: got device: PartitionDevice instance (0x7f83b80854d0) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32643 did: 0 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7f83b8044950> > target size = 0 path = /dev/sda1 > 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 0x7f83b80ecfd0> fileSystem: <parted.filesystem.FileSystem object at 0x7f83b81016d0> > number: 1 path: /dev/sda1 type: 0 > name: biosboot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f83b8101350> PedPartition: <_ped.Partition object at 0x7f83b80fe410> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:30:01,031 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:01,032 INFO storage: got format: Ext4FS instance (0x7f83b8104f10) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:30:01,035 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2 /dev/disk/by-partlabel/boot /dev/disk/by-partuuid/fdeef343-daae-436c-97d9-0a825ac22e9f', > '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_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_NAME': 'boot', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '4096', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1048576', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': 'fdeef343-daae-436c-97d9-0a825ac22e9f', > 'ID_PART_TABLE_TYPE': 'gpt', > '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': '10914832', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '/dev/disk/by-partlabel/boot', > '/dev/disk/by-partuuid/fdeef343-daae-436c-97d9-0a825ac22e9f'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:30:01,040 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:30:01,041 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:30:01,043 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,043 INFO storage: sda2 is a partition >01:30:01,045 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:30:01,049 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:30:01,051 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:30:01,053 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:30:01,058 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:30:01,058 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:01,060 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:30:01,060 DEBUG storage: looking up parted Partition: /dev/sda2 >01:30:01,062 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:30:01,065 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:30:01,070 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:30:01,072 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:30:01,076 INFO storage: added partition sda2 (id 2) to device tree >01:30:01,077 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:30:01,079 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: gpt ; >01:30:01,080 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:30:01,081 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: gpt ; exists: True ; >01:30:01,100 WARN storage: disklabel detected but not usable on sda2 >01:30:01,101 DEBUG storage: no type or existing type for sda2, bailing >01:30:01,109 DEBUG storage: looking up parted Device: /dev/sda2 >01:30:01,116 INFO storage: got device: PartitionDevice instance (0x7f83b81044d0) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32643 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f83b8044b90> > 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 0x7f83b80ecfd0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: boot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f83b8101650> PedPartition: <_ped.Partition object at 0x7f83b80fe470> > disk = existing 12288MB disk sda (0) with existing gpt disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:30:01,132 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:30:01,133 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:30:01,134 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:30:01,136 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,136 INFO storage: sr0 is a cdrom >01:30:01,138 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:30:01,143 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:01,144 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:30:01,145 INFO storage: added cdrom sr0 (id 3) to device tree >01:30:01,146 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:30:01,150 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:30:01,155 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:30:01,156 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:30:01,158 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:30:01,170 WARN storage: disklabel detected but not usable on sr0 >01:30:01,171 INFO storage: type detected on 'sr0' is 'iso9660' >01:30:01,173 DEBUG storage: Iso9660FS.supported: supported: True ; >01:30:01,177 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:30:01,178 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:30:01,180 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:30:01,186 DEBUG storage: looking up parted Device: /dev/sr0 >01:30:01,187 INFO storage: got device: OpticalDevice instance (0x7f83b8132750) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x7f83b8044ef0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:30:01,189 DEBUG storage: Iso9660FS.supported: supported: True ; >01:30:01,189 INFO storage: got format: Iso9660FS instance (0x7f83b8132f50) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:30:01,191 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:30:01,196 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:30:01,197 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:30:01,199 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,199 INFO storage: loop0 is a loop device >01:30:01,200 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:30:01,206 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:30:01,207 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,208 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:01,209 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:30:01,214 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:30:01,216 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:30:01,216 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:01,218 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:30:01,218 INFO storage: added loop loop0 (id 5) to device tree >01:30:01,219 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:30:01,225 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:30:01,225 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:30:01,227 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:30:01,228 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:30:01,236 WARN storage: disklabel detected but not usable on loop0 >01:30:01,237 INFO storage: type detected on 'loop0' is 'squashfs' >01:30:01,237 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:30:01,238 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:30:01,238 INFO storage: got device: LoopDevice instance (0x7f83b8132c50) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:30:01,243 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:30:01,247 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:30:01,248 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:30:01,250 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,250 INFO storage: loop1 is a loop device >01:30:01,251 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:30:01,257 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:30:01,258 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,259 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:01,260 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:30:01,261 INFO storage: added file /osmin (id 6) to device tree >01:30:01,262 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:30:01,266 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:01,267 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:30:01,268 INFO storage: added loop loop1 (id 7) to device tree >01:30:01,269 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:30:01,275 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:30:01,275 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:30:01,277 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:30:01,278 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:30:01,284 WARN storage: disklabel detected but not usable on loop1 >01:30:01,285 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:30:01,285 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:30:01,291 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:30:01,292 INFO storage: got device: LoopDevice instance (0x2f202d0) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:30:01,294 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:30:01,294 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:30:01,299 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:30:01,301 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,301 INFO storage: loop2 is a loop device >01:30:01,303 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:30:01,304 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:30:01,310 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,310 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:01,312 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:30:01,312 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:30:01,314 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:30:01,318 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:01,320 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:30:01,320 INFO storage: added loop loop2 (id 9) to device tree >01:30:01,321 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:30:01,323 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:30:01,327 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:30:01,328 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:30:01,330 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:30:01,336 WARN storage: disklabel detected but not usable on loop2 >01:30:01,336 INFO storage: type detected on 'loop2' is 'squashfs' >01:30:01,337 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:30:01,338 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:30:01,343 INFO storage: got device: LoopDevice instance (0x2f254d0) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:30:01,346 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:30:01,350 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:30:01,351 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:30:01,353 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,353 INFO storage: loop3 is a loop device >01:30:01,354 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:30:01,360 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:30:01,361 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,362 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:01,363 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:30:01,364 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:30:01,369 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:30:01,369 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:01,371 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:30:01,371 INFO storage: added loop loop3 (id 11) to device tree >01:30:01,373 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:30:01,378 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:30:01,379 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:01,380 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:30:01,380 DEBUG storage: device loop3 does not contain a disklabel >01:30:01,381 INFO storage: type detected on 'loop3' is 'ext4' >01:30:01,482 DEBUG storage: using current size 0 as min size >01:30:01,483 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:01,484 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:30:01,485 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:30:01,486 INFO storage: got device: LoopDevice instance (0x2f25e50) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:30:01,487 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:01,488 INFO storage: got format: Ext4FS instance (0x2f2b6d0) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:30:01,490 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:30:01,494 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:30:01,495 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:30:01,496 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,497 INFO storage: loop4 is a loop device >01:30:01,498 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:30:01,503 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:30:01,504 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,505 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:01,506 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:30:01,510 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:30:01,512 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:30:01,512 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:01,514 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:30:01,518 INFO storage: added loop loop4 (id 13) to device tree >01:30:01,519 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:30:01,520 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:30:01,521 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:30:01,522 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:30:01,528 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:30:01,534 WARN storage: disklabel detected but not usable on loop4 >01:30:01,534 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:30:01,534 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:30:01,535 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:30:01,535 INFO storage: got device: LoopDevice instance (0x2f2ef10) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:30:01,540 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:30:01,545 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:30:01,546 DEBUG storage: lvm filter: adding loop5 to the reject list >01:30:01,547 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:30:01,548 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:30:01,548 DEBUG storage: lvm filter: adding loop6 to the reject list >01:30:01,550 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:30:01,554 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:30:01,554 DEBUG storage: lvm filter: adding loop7 to the reject list >01:30:01,555 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:30:01,555 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:30:01,591 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:30:01,594 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:30:01,598 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:30:01,599 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:30:01,600 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,601 INFO storage: live-rw is a device-mapper device >01:30:01,602 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:30:01,607 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:30:01,608 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:30:01,609 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:30:01,615 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:30:01,616 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:30:01,617 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,622 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:30:01,622 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:01,624 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:30:01,624 INFO storage: added dm live-rw (id 14) to device tree >01:30:01,625 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:30:01,630 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:30:01,631 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:01,631 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:30:01,631 DEBUG storage: device live-rw does not contain a disklabel >01:30:01,632 INFO storage: type detected on 'live-rw' is 'ext4' >01:30:01,712 DEBUG storage: padding min size from 3367 up to 3703 >01:30:01,713 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:01,714 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:30:01,714 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:30:01,715 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:30:01,719 INFO storage: got device: DMDevice instance (0x2f33d50) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32643 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x7f83b80444d0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:30:01,725 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:01,725 INFO storage: got format: Ext4FS instance (0x2f3f750) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:30:01,728 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:30:01,732 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:30:01,733 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:30:01,734 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,734 INFO storage: live-osimg-min is a device-mapper device >01:30:01,735 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:30:01,740 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:30:01,741 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:30:01,742 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:30:01,743 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:30:01,747 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:30:01,752 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:30:01,753 DEBUG storage: DeviceTree.getDeviceByName returned None >01:30:01,754 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:30:01,758 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:30:01,759 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:30:01,759 INFO storage: added dm live-osimg-min (id 15) to device tree >01:30:01,760 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:30:01,762 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:30:01,767 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:01,767 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:30:01,767 DEBUG storage: device live-osimg-min does not contain a disklabel >01:30:01,767 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:30:01,846 DEBUG storage: using current size 0 as min size >01:30:01,847 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:01,848 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:30:01,848 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:30:01,852 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:30:01,853 INFO storage: got device: DMDevice instance (0x2f3f590) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32643 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x2f24440> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:30:01,864 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:01,864 INFO storage: got format: Ext4FS instance (0x2f49550) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:30:01,904 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:30:01,940 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:30:01,941 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:30:01,943 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:30:01,983 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:30:01,985 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:30:01,986 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:30:02,025 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:30:02,026 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:30:02,028 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:30:02,066 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:30:02,067 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:30:02,068 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:30:02,072 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:30:02,073 INFO storage: edd: MBR signature on sda is zero. new disk image? >01:30:02,074 INFO storage: edd: collected mbr signatures: {} >01:30:02,075 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:30:02,092 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >01:30:02,111 WARN storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >01:30:02,112 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:30:02,165 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:02,167 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:02,172 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:02,174 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:02,180 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:30:02,186 DEBUG storage: Iso9660FS.supported: supported: True ; >01:30:02,219 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/live-osimg-min ; >01:30:02,220 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4096MB dm live-osimg-min (15) with existing ext4 filesystem >01:30:11,187 DEBUG storage: Iso9660FS.supported: supported: True ; >01:30:11,189 DEBUG storage: Iso9660FS.supported: supported: True ; >01:30:11,190 DEBUG storage: NFSv4.supported: supported: False ; >01:30:11,191 DEBUG storage: NFSv4.supported: supported: False ; >01:30:11,193 DEBUG storage: SELinuxFS.supported: supported: False ; >01:30:11,194 DEBUG storage: SELinuxFS.supported: supported: False ; >01:30:11,196 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:11,197 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:11,199 DEBUG storage: Ext3FS.supported: supported: True ; >01:30:11,200 DEBUG storage: Ext3FS.supported: supported: True ; >01:30:11,202 DEBUG storage: Ext2FS.supported: supported: True ; >01:30:11,204 DEBUG storage: Ext2FS.supported: supported: True ; >01:30:11,206 DEBUG storage: SysFS.supported: supported: False ; >01:30:11,207 DEBUG storage: SysFS.supported: supported: False ; >01:30:11,208 DEBUG storage: MultipathMember.__init__: >01:30:11,210 DEBUG storage: MDRaidMember.__init__: >01:30:11,212 DEBUG storage: ProcFS.supported: supported: False ; >01:30:11,214 DEBUG storage: ProcFS.supported: supported: False ; >01:30:11,215 DEBUG storage: SwapSpace.__init__: >01:30:11,217 DEBUG storage: NoDevFS.supported: supported: False ; >01:30:11,218 DEBUG storage: NoDevFS.supported: supported: False ; >01:30:11,220 DEBUG storage: DevPtsFS.supported: supported: False ; >01:30:11,221 DEBUG storage: DevPtsFS.supported: supported: False ; >01:30:11,222 DEBUG storage: BTRFS.supported: supported: True ; >01:30:11,224 DEBUG storage: USBFS.supported: supported: False ; >01:30:11,226 DEBUG storage: USBFS.supported: supported: False ; >01:30:11,227 DEBUG storage: DiskLabel.__init__: >01:30:11,228 INFO storage: DiskLabel.partedDevice returning None >01:30:11,229 DEBUG storage: HFSPlus.supported: supported: False ; >01:30:11,230 DEBUG storage: HFSPlus.supported: supported: False ; >01:30:11,232 DEBUG storage: XFS.supported: supported: True ; >01:30:11,233 DEBUG storage: XFS.supported: supported: True ; >01:30:11,235 DEBUG storage: TmpFS.supported: supported: False ; >01:30:11,236 DEBUG storage: TmpFS.supported: supported: False ; >01:30:11,238 DEBUG storage: LUKS.__init__: >01:30:11,239 DEBUG storage: NTFS.supported: supported: False ; >01:30:11,241 DEBUG storage: NTFS.supported: supported: False ; >01:30:11,242 DEBUG storage: BindFS.supported: supported: False ; >01:30:11,243 DEBUG storage: BindFS.supported: supported: False ; >01:30:11,245 DEBUG storage: HFS.supported: supported: False ; >01:30:11,246 DEBUG storage: HFS.supported: supported: False ; >01:30:11,248 DEBUG storage: LVMPhysicalVolume.__init__: >01:30:11,249 DEBUG storage: NFS.supported: supported: False ; >01:30:11,250 DEBUG storage: NFS.supported: supported: False ; >01:30:11,252 DEBUG storage: FATFS.supported: supported: True ; >01:30:11,254 DEBUG storage: FATFS.supported: supported: True ; >01:30:11,255 DEBUG storage: DMRaidMember.__init__: >01:30:26,960 DEBUG storage: clearpart: looking at sda2 >01:30:26,961 DEBUG storage: clearpart: looking at sda1 >01:30:26,962 DEBUG storage: checking whether disk sda has an empty extended >01:30:26,966 DEBUG storage: extended is None ; logicals is [] >01:30:26,967 DEBUG storage: new disk order: [] >01:30:27,021 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:30:27,022 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:30:27,026 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:30:27,030 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing gpt disklabel >01:30:27,030 DEBUG storage: resolved 'sda' to 'sda' (disk) >01:30:27,031 DEBUG storage: _is_valid_disklabel(sda) returning True >01:30:27,032 DEBUG storage: _is_valid_size(sda) returning True >01:30:27,032 DEBUG storage: _is_valid_location(sda) returning True >01:30:27,032 DEBUG storage: _is_valid_format(sda) returning True >01:30:27,032 DEBUG storage: is_valid_stage1_device(sda) returning True >01:30:27,102 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >01:30:27,104 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x592f210> fileSystem: <parted.filesystem.FileSystem object at 0x594a410> > number: 1 path: /dev/sda1 type: 0 > name: biosboot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x594a210> PedPartition: <_ped.Partition object at 0x5933350> >01:30:27,110 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >01:30:27,111 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x592f210> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: boot active: True busy: False > geometry: <parted.geometry.Geometry object at 0x594a390> PedPartition: <_ped.Partition object at 0x59332f0> >01:30:30,063 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:30,064 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:30:31,880 DEBUG storage: Ext4FS.supported: supported: True ; >01:30:31,880 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:30:31,880 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x549f210>, 84.7, ['sda'], None >01:30:31,884 DEBUG storage.ui: PartitionDevice._computeResize: sda1 ; status: True ; >01:33:56,180 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:33:56,207 DEBUG storage: registered device format class Ext2FS as ext2 >01:33:56,207 DEBUG storage: registered device format class Ext3FS as ext3 >01:33:56,207 DEBUG storage: registered device format class Ext4FS as ext4 >01:33:56,207 DEBUG storage: registered device format class FATFS as vfat >01:33:56,207 DEBUG storage: registered device format class EFIFS as efi >01:33:56,208 DEBUG storage: registered device format class BTRFS as btrfs >01:33:56,208 DEBUG storage: registered device format class GFS2 as gfs2 >01:33:56,208 DEBUG storage: registered device format class JFS as jfs >01:33:56,208 DEBUG storage: registered device format class ReiserFS as reiserfs >01:33:56,208 DEBUG storage: registered device format class XFS as xfs >01:33:56,208 DEBUG storage: registered device format class HFS as hfs >01:33:56,208 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:33:56,208 DEBUG storage: registered device format class HFSPlus as hfs+ >01:33:56,208 DEBUG storage: registered device format class NTFS as ntfs >01:33:56,208 DEBUG storage: registered device format class NFS as nfs >01:33:56,208 DEBUG storage: registered device format class NFSv4 as nfs4 >01:33:56,208 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:33:56,209 DEBUG storage: registered device format class NoDevFS as nodev >01:33:56,209 DEBUG storage: registered device format class DevPtsFS as devpts >01:33:56,213 DEBUG storage: registered device format class ProcFS as proc >01:33:56,213 DEBUG storage: registered device format class SysFS as sysfs >01:33:56,213 DEBUG storage: registered device format class TmpFS as tmpfs >01:33:56,213 DEBUG storage: registered device format class BindFS as bind >01:33:56,213 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:33:56,213 DEBUG storage: registered device format class USBFS as usbfs >01:33:56,214 DEBUG storage: registered device format class BIOSBoot as biosboot >01:33:56,214 DEBUG storage: registered device format class DiskLabel as disklabel >01:33:56,214 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:33:56,215 DEBUG storage: registered device format class MDRaidMember as mdmember >01:33:56,215 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:33:56,215 DEBUG storage: registered device format class MultipathMember as multipath_member >01:33:56,216 DEBUG storage: registered device format class LUKS as luks >01:33:56,216 DEBUG storage: registered device format class SwapSpace as swap >01:33:56,730 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:33:56,731 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:33:56,731 INFO storage: sr0 looks to be the live device; marking as protected >01:33:56,765 DEBUG storage: MultipathTopology._build_topology: >01:33:56,765 DEBUG storage: /etc/multipath.conf contents: >01:33:56,765 DEBUG storage: # multipath.conf written by anaconda >01:33:56,765 DEBUG storage: >01:33:56,765 DEBUG storage: defaults { >01:33:56,765 DEBUG storage: user_friendly_names yes >01:33:56,765 DEBUG storage: } >01:33:56,765 DEBUG storage: blacklist { >01:33:56,766 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:33:56,766 DEBUG storage: devnode "^hd[a-z]" >01:33:56,766 DEBUG storage: devnode "^dcssblk[0-9]*" >01:33:56,766 DEBUG storage: device { >01:33:56,766 DEBUG storage: vendor "DGC" >01:33:56,766 DEBUG storage: product "LUNZ" >01:33:56,766 DEBUG storage: } >01:33:56,766 DEBUG storage: device { >01:33:56,766 DEBUG storage: vendor "IBM" >01:33:56,766 DEBUG storage: product "S/390.*" >01:33:56,766 DEBUG storage: } >01:33:56,766 DEBUG storage: # don't count normal SATA devices as multipaths >01:33:56,766 DEBUG storage: device { >01:33:56,766 DEBUG storage: vendor "ATA" >01:33:56,766 DEBUG storage: } >01:33:56,766 DEBUG storage: # don't count 3ware devices as multipaths >01:33:56,766 DEBUG storage: device { >01:33:56,766 DEBUG storage: vendor "3ware" >01:33:56,766 DEBUG storage: } >01:33:56,766 DEBUG storage: device { >01:33:56,767 DEBUG storage: vendor "AMCC" >01:33:56,767 DEBUG storage: } >01:33:56,767 DEBUG storage: # nor highpoint devices >01:33:56,767 DEBUG storage: device { >01:33:56,767 DEBUG storage: vendor "HPT" >01:33:56,767 DEBUG storage: } >01:33:56,767 DEBUG storage: } >01:33:56,767 DEBUG storage: multipaths { >01:33:56,767 DEBUG storage: } >01:33:56,767 DEBUG storage: (end of /etc/multipath.conf) >01:33:56,811 INFO storage: MultipathTopology: found singlepath device: sda >01:33:56,811 INFO storage: MultipathTopology: found non-disk device: sda1 >01:33:56,812 INFO storage: MultipathTopology: found non-disk device: sda2 >01:33:56,812 INFO storage: MultipathTopology: found non-disk device: sr0 >01:33:56,812 INFO storage: MultipathTopology: found singlepath device: loop0 >01:33:56,812 INFO storage: MultipathTopology: found singlepath device: loop1 >01:33:56,812 INFO storage: MultipathTopology: found singlepath device: loop2 >01:33:56,812 INFO storage: MultipathTopology: found singlepath device: loop3 >01:33:56,812 INFO storage: MultipathTopology: found singlepath device: loop4 >01:33:56,812 INFO storage: MultipathTopology: found singlepath device: loop5 >01:33:56,812 INFO storage: MultipathTopology: found singlepath device: loop6 >01:33:56,812 INFO storage: MultipathTopology: found singlepath device: loop7 >01:33:56,812 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:33:56,813 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:33:56,813 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:33:56,819 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': '22966', > '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 ; >01:33:56,819 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:33:56,820 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:33:56,820 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:56,821 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:33:56,821 INFO storage: sda is a disk >01:33:56,822 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:56,823 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:33:56,824 INFO storage: added disk sda (id 0) to device tree >01:33:56,824 DEBUG storage: looking up parted Device: /dev/sda >01:33:56,830 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:33:56,830 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >01:33:56,831 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:33:56,837 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:33:56,848 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x2f24b90>, <parted.partition.Partition object at 0x2f24d10>] > device: <parted.device.Device object at 0x2f249d0> > PedDisk: <_ped.Disk object at 0x2f26b48> >01:33:56,849 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:33:56,850 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:33:56,857 INFO storage: got device: DiskDevice instance (0x2eb8790) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x2e23290> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x2f11b90> >01:33:56,858 INFO storage: got format: DiskLabel instance (0x2f11c50) -- > 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 = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x2f24b90>, <parted.partition.Partition object at 0x2f24d10>] > device: <parted.device.Device object at 0x2f249d0> > PedDisk: <_ped.Disk object at 0x2f26b48> > origPartedDisk = <parted.disk.Disk object at 0x2f24ed0> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x2e23830> > >01:33:56,862 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2048', > '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': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '28554541', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:33:56,862 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:33:56,863 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:33:56,863 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:56,864 INFO storage: sda1 is a partition >01:33:56,864 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:33:56,865 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:33:56,865 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:33:56,866 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:33:56,867 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:33:56,867 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:56,868 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:33:56,868 DEBUG storage: looking up parted Partition: /dev/sda1 >01:33:56,869 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:33:56,870 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:33:56,870 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:33:56,871 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:33:56,871 INFO storage: added partition sda1 (id 1) to device tree >01:33:56,871 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:33:56,872 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >01:33:56,873 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:33:56,873 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >01:33:56,882 WARN storage: disklabel detected but not usable on sda1 >01:33:56,884 INFO storage: type detected on 'sda1' is 'ext4' >01:33:56,920 DEBUG storage: padding min size from 77 up to 84 >01:33:56,922 DEBUG storage: Ext4FS.supported: supported: True ; >01:33:56,922 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:33:56,923 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:33:56,923 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:33:56,925 DEBUG storage: looking up parted Device: /dev/sda1 >01:33:56,929 INFO storage: got device: PartitionDevice instance (0x2f11b50) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x2e23b90> > target size = 0 path = /dev/sda1 > 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 0x2f24a90> fileSystem: <parted.filesystem.FileSystem object at 0x2f24e50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x2f24c50> PedPartition: <_ped.Partition object at 0x2f23710> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:33:56,930 DEBUG storage: Ext4FS.supported: supported: True ; >01:33:56,930 INFO storage: got format: Ext4FS instance (0x2f2b090) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:33:56,932 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '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_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': '4096', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1048576', > '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': '28554577', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:33:56,932 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:33:56,933 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:33:56,933 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:56,934 INFO storage: sda2 is a partition >01:33:56,934 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:33:56,935 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:33:56,935 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:33:56,936 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:33:56,937 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:33:56,937 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:56,937 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:33:56,938 DEBUG storage: looking up parted Partition: /dev/sda2 >01:33:56,938 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:33:56,939 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:33:56,940 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:33:56,940 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:33:56,940 INFO storage: added partition sda2 (id 2) to device tree >01:33:56,941 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:33:56,941 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >01:33:56,942 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:33:56,943 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >01:33:56,950 WARN storage: disklabel detected but not usable on sda2 >01:33:56,950 DEBUG storage: no type or existing type for sda2, bailing >01:33:56,951 DEBUG storage: looking up parted Device: /dev/sda2 >01:33:56,953 INFO storage: got device: PartitionDevice instance (0x2fa1f10) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x2e23cb0> > 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 0x2f24a90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x2f24dd0> PedPartition: <_ped.Partition object at 0x2f23770> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:33:56,962 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:33:56,963 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:33:56,965 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:33:56,967 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:56,967 INFO storage: sr0 is a cdrom >01:33:56,969 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:33:56,969 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:56,971 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:33:56,971 INFO storage: added cdrom sr0 (id 3) to device tree >01:33:56,973 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:33:56,979 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:33:56,980 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:33:56,980 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:33:56,981 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:33:56,990 WARN storage: disklabel detected but not usable on sr0 >01:33:56,990 INFO storage: type detected on 'sr0' is 'iso9660' >01:33:56,991 DEBUG storage: Iso9660FS.supported: supported: True ; >01:33:56,991 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:33:56,991 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:33:56,992 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:33:56,994 DEBUG storage: looking up parted Device: /dev/sr0 >01:33:56,994 INFO storage: got device: OpticalDevice instance (0x2fa1fd0) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x2e237a0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:33:56,995 DEBUG storage: Iso9660FS.supported: supported: True ; >01:33:56,995 INFO storage: got format: Iso9660FS instance (0x2f11c90) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:33:56,996 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:33:56,996 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:33:56,997 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:33:56,997 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:56,997 INFO storage: loop0 is a loop device >01:33:56,998 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:33:56,998 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:33:56,999 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:56,999 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:57,000 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:33:57,000 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:33:57,001 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:33:57,001 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:57,001 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:33:57,002 INFO storage: added loop loop0 (id 5) to device tree >01:33:57,002 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:33:57,003 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:33:57,003 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:33:57,003 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:33:57,004 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:33:57,007 WARN storage: disklabel detected but not usable on loop0 >01:33:57,007 INFO storage: type detected on 'loop0' is 'squashfs' >01:33:57,007 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:33:57,008 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:33:57,008 INFO storage: got device: LoopDevice instance (0x2fac150) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:33:57,009 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:33:57,010 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:33:57,013 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:33:57,014 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:57,014 INFO storage: loop1 is a loop device >01:33:57,014 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:33:57,015 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:33:57,016 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:57,016 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:57,017 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:33:57,017 INFO storage: added file /osmin (id 6) to device tree >01:33:57,017 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:33:57,018 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:57,018 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:33:57,018 INFO storage: added loop loop1 (id 7) to device tree >01:33:57,019 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:33:57,019 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:33:57,019 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:33:57,020 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:33:57,021 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:33:57,026 WARN storage: disklabel detected but not usable on loop1 >01:33:57,026 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:33:57,026 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:33:57,027 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:33:57,027 INFO storage: got device: LoopDevice instance (0x2fac090) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:33:57,028 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:33:57,029 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:33:57,029 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:33:57,030 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:57,030 INFO storage: loop2 is a loop device >01:33:57,030 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:33:57,031 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:33:57,031 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:57,032 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:57,037 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:33:57,037 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:33:57,038 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:33:57,038 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:57,039 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:33:57,039 INFO storage: added loop loop2 (id 9) to device tree >01:33:57,039 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:33:57,040 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:33:57,040 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:33:57,040 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:33:57,041 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:33:57,047 WARN storage: disklabel detected but not usable on loop2 >01:33:57,047 INFO storage: type detected on 'loop2' is 'squashfs' >01:33:57,047 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:33:57,048 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:33:57,048 INFO storage: got device: LoopDevice instance (0x2eb8750) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:33:57,050 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:33:57,050 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:33:57,050 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:33:57,051 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:57,051 INFO storage: loop3 is a loop device >01:33:57,051 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:33:57,052 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:33:57,052 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:57,053 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:57,053 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:33:57,053 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:33:57,054 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:33:57,054 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:57,055 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:33:57,055 INFO storage: added loop loop3 (id 11) to device tree >01:33:57,055 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:33:57,056 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:33:57,057 DEBUG storage: Ext4FS.supported: supported: True ; >01:33:57,057 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:33:57,057 DEBUG storage: device loop3 does not contain a disklabel >01:33:57,057 INFO storage: type detected on 'loop3' is 'ext4' >01:33:57,082 DEBUG storage: using current size 0 as min size >01:33:57,083 DEBUG storage: Ext4FS.supported: supported: True ; >01:33:57,083 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:33:57,083 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:33:57,084 INFO storage: got device: LoopDevice instance (0x2fac810) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:33:57,085 DEBUG storage: Ext4FS.supported: supported: True ; >01:33:57,085 INFO storage: got format: Ext4FS instance (0x2fac510) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:33:57,086 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:33:57,086 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:33:57,087 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:33:57,087 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:57,088 INFO storage: loop4 is a loop device >01:33:57,088 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:33:57,089 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:33:57,089 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:57,089 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:57,090 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:33:57,090 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:33:57,091 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:33:57,091 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:57,092 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:33:57,092 INFO storage: added loop loop4 (id 13) to device tree >01:33:57,092 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:33:57,093 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:33:57,093 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:33:57,094 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:33:57,094 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:33:57,100 WARN storage: disklabel detected but not usable on loop4 >01:33:57,100 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:33:57,101 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:33:57,101 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:33:57,102 INFO storage: got device: LoopDevice instance (0x2fac790) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:33:57,103 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:33:57,103 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:33:57,103 DEBUG storage: lvm filter: adding loop5 to the reject list >01:33:57,104 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:33:57,104 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:33:57,104 DEBUG storage: lvm filter: adding loop6 to the reject list >01:33:57,105 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:33:57,105 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:33:57,106 DEBUG storage: lvm filter: adding loop7 to the reject list >01:33:57,106 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:33:57,106 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:33:57,123 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:33:57,125 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:33:57,125 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:33:57,126 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:33:57,127 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:57,127 INFO storage: live-rw is a device-mapper device >01:33:57,127 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:33:57,128 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:33:57,129 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:33:57,130 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:33:57,131 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:33:57,132 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:33:57,133 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:57,134 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:33:57,134 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:57,134 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:33:57,135 INFO storage: added dm live-rw (id 14) to device tree >01:33:57,135 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:33:57,136 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:33:57,137 DEBUG storage: Ext4FS.supported: supported: True ; >01:33:57,137 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:33:57,137 DEBUG storage: device live-rw does not contain a disklabel >01:33:57,137 INFO storage: type detected on 'live-rw' is 'ext4' >01:33:57,162 DEBUG storage: padding min size from 3367 up to 3703 >01:33:57,163 DEBUG storage: Ext4FS.supported: supported: True ; >01:33:57,163 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:33:57,164 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:33:57,165 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:33:57,169 INFO storage: got device: DMDevice instance (0x2face10) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x2e23dd0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:33:57,169 DEBUG storage: Ext4FS.supported: supported: True ; >01:33:57,170 INFO storage: got format: Ext4FS instance (0x2facb10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:33:57,172 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:33:57,172 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:33:57,172 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:33:57,173 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:57,173 INFO storage: live-osimg-min is a device-mapper device >01:33:57,174 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:33:57,174 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:33:57,175 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:33:57,175 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:33:57,176 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:33:57,177 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:33:57,178 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:33:57,179 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:57,179 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:33:57,180 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:57,180 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:33:57,180 INFO storage: added dm live-osimg-min (id 15) to device tree >01:33:57,181 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:33:57,181 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:33:57,182 DEBUG storage: Ext4FS.supported: supported: True ; >01:33:57,182 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:33:57,182 DEBUG storage: device live-osimg-min does not contain a disklabel >01:33:57,182 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:33:57,209 DEBUG storage: using current size 0 as min size >01:33:57,210 DEBUG storage: Ext4FS.supported: supported: True ; >01:33:57,210 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:33:57,210 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:33:57,211 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:33:57,215 INFO storage: got device: DMDevice instance (0x2facc50) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x2e23c20> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:33:57,216 DEBUG storage: Ext4FS.supported: supported: True ; >01:33:57,216 INFO storage: got format: Ext4FS instance (0x2f11d10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:33:57,232 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:33:57,245 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:33:57,245 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:33:57,247 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:33:57,258 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:33:57,259 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:33:57,261 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:33:57,272 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:33:57,273 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:33:57,275 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:33:57,286 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:33:57,287 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:33:57,287 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:33:57,288 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:33:57,289 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:33:57,302 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:33:57,303 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:33:57,304 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:33:57,316 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:33:57,317 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:33:57,318 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:33:57,330 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:33:57,331 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:33:57,332 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:33:57,344 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:33:57,344 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:33:57,345 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:33:57,543 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:33:57,553 DEBUG storage: registered device format class Ext2FS as ext2 >01:33:57,554 DEBUG storage: registered device format class Ext3FS as ext3 >01:33:57,555 DEBUG storage: registered device format class Ext4FS as ext4 >01:33:57,555 DEBUG storage: registered device format class FATFS as vfat >01:33:57,556 DEBUG storage: registered device format class EFIFS as efi >01:33:57,556 DEBUG storage: registered device format class BTRFS as btrfs >01:33:57,557 DEBUG storage: registered device format class GFS2 as gfs2 >01:33:57,557 DEBUG storage: registered device format class JFS as jfs >01:33:57,558 DEBUG storage: registered device format class ReiserFS as reiserfs >01:33:57,558 DEBUG storage: registered device format class XFS as xfs >01:33:57,559 DEBUG storage: registered device format class HFS as hfs >01:33:57,559 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:33:57,559 DEBUG storage: registered device format class HFSPlus as hfs+ >01:33:57,560 DEBUG storage: registered device format class NTFS as ntfs >01:33:57,560 DEBUG storage: registered device format class NFS as nfs >01:33:57,561 DEBUG storage: registered device format class NFSv4 as nfs4 >01:33:57,561 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:33:57,561 DEBUG storage: registered device format class NoDevFS as nodev >01:33:57,562 DEBUG storage: registered device format class DevPtsFS as devpts >01:33:57,562 DEBUG storage: registered device format class ProcFS as proc >01:33:57,562 DEBUG storage: registered device format class SysFS as sysfs >01:33:57,562 DEBUG storage: registered device format class TmpFS as tmpfs >01:33:57,562 DEBUG storage: registered device format class BindFS as bind >01:33:57,562 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:33:57,562 DEBUG storage: registered device format class USBFS as usbfs >01:33:57,562 DEBUG storage: registered device format class BIOSBoot as biosboot >01:33:57,563 DEBUG storage: registered device format class DiskLabel as disklabel >01:33:57,563 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:33:57,567 DEBUG storage: registered device format class MDRaidMember as mdmember >01:33:57,568 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:33:57,568 DEBUG storage: registered device format class MultipathMember as multipath_member >01:33:57,568 DEBUG storage: registered device format class LUKS as luks >01:33:57,569 DEBUG storage: registered device format class SwapSpace as swap >01:33:58,140 DEBUG storage: MultipathTopology._build_topology: >01:33:58,140 DEBUG storage: /etc/multipath.conf contents: >01:33:58,141 DEBUG storage: # multipath.conf written by anaconda >01:33:58,141 DEBUG storage: >01:33:58,142 DEBUG storage: defaults { >01:33:58,142 DEBUG storage: user_friendly_names yes >01:33:58,142 DEBUG storage: } >01:33:58,143 DEBUG storage: blacklist { >01:33:58,143 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:33:58,144 DEBUG storage: devnode "^hd[a-z]" >01:33:58,144 DEBUG storage: devnode "^dcssblk[0-9]*" >01:33:58,144 DEBUG storage: device { >01:33:58,145 DEBUG storage: vendor "DGC" >01:33:58,145 DEBUG storage: product "LUNZ" >01:33:58,145 DEBUG storage: } >01:33:58,145 DEBUG storage: device { >01:33:58,145 DEBUG storage: vendor "IBM" >01:33:58,145 DEBUG storage: product "S/390.*" >01:33:58,145 DEBUG storage: } >01:33:58,145 DEBUG storage: # don't count normal SATA devices as multipaths >01:33:58,145 DEBUG storage: device { >01:33:58,145 DEBUG storage: vendor "ATA" >01:33:58,145 DEBUG storage: } >01:33:58,148 DEBUG storage: # don't count 3ware devices as multipaths >01:33:58,148 DEBUG storage: device { >01:33:58,148 DEBUG storage: vendor "3ware" >01:33:58,149 DEBUG storage: } >01:33:58,149 DEBUG storage: device { >01:33:58,149 DEBUG storage: vendor "AMCC" >01:33:58,149 DEBUG storage: } >01:33:58,149 DEBUG storage: # nor highpoint devices >01:33:58,149 DEBUG storage: device { >01:33:58,149 DEBUG storage: vendor "HPT" >01:33:58,149 DEBUG storage: } >01:33:58,150 DEBUG storage: } >01:33:58,150 DEBUG storage: multipaths { >01:33:58,150 DEBUG storage: } >01:33:58,150 DEBUG storage: (end of /etc/multipath.conf) >01:33:58,198 INFO storage: MultipathTopology: found singlepath device: sda >01:33:58,199 INFO storage: MultipathTopology: found non-disk device: sda1 >01:33:58,199 INFO storage: MultipathTopology: found non-disk device: sda2 >01:33:58,199 INFO storage: MultipathTopology: found non-disk device: sr0 >01:33:58,199 INFO storage: MultipathTopology: found singlepath device: loop0 >01:33:58,199 INFO storage: MultipathTopology: found singlepath device: loop1 >01:33:58,200 INFO storage: MultipathTopology: found singlepath device: loop2 >01:33:58,200 INFO storage: MultipathTopology: found singlepath device: loop3 >01:33:58,200 INFO storage: MultipathTopology: found singlepath device: loop4 >01:33:58,200 INFO storage: MultipathTopology: found singlepath device: loop5 >01:33:58,200 INFO storage: MultipathTopology: found singlepath device: loop6 >01:33:58,204 INFO storage: MultipathTopology: found singlepath device: loop7 >01:33:58,204 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:33:58,205 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:33:59,286 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:33:59,288 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:33:59,327 DEBUG storage: protected device spec /dev/sr0 resolved to sr0 >01:33:59,332 INFO storage: sr0 looks to be the live device; marking as protected >01:33:59,371 DEBUG storage: MultipathTopology._build_topology: >01:33:59,372 DEBUG storage: /etc/multipath.conf contents: >01:33:59,372 DEBUG storage: # multipath.conf written by anaconda >01:33:59,376 DEBUG storage: >01:33:59,376 DEBUG storage: defaults { >01:33:59,377 DEBUG storage: user_friendly_names yes >01:33:59,377 DEBUG storage: } >01:33:59,378 DEBUG storage: blacklist { >01:33:59,378 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:33:59,378 DEBUG storage: devnode "^hd[a-z]" >01:33:59,379 DEBUG storage: devnode "^dcssblk[0-9]*" >01:33:59,379 DEBUG storage: device { >01:33:59,380 DEBUG storage: vendor "DGC" >01:33:59,380 DEBUG storage: product "LUNZ" >01:33:59,380 DEBUG storage: } >01:33:59,381 DEBUG storage: device { >01:33:59,381 DEBUG storage: vendor "IBM" >01:33:59,381 DEBUG storage: product "S/390.*" >01:33:59,381 DEBUG storage: } >01:33:59,381 DEBUG storage: # don't count normal SATA devices as multipaths >01:33:59,381 DEBUG storage: device { >01:33:59,381 DEBUG storage: vendor "ATA" >01:33:59,381 DEBUG storage: } >01:33:59,381 DEBUG storage: # don't count 3ware devices as multipaths >01:33:59,382 DEBUG storage: device { >01:33:59,382 DEBUG storage: vendor "3ware" >01:33:59,382 DEBUG storage: } >01:33:59,385 DEBUG storage: device { >01:33:59,385 DEBUG storage: vendor "AMCC" >01:33:59,385 DEBUG storage: } >01:33:59,385 DEBUG storage: # nor highpoint devices >01:33:59,385 DEBUG storage: device { >01:33:59,385 DEBUG storage: vendor "HPT" >01:33:59,385 DEBUG storage: } >01:33:59,385 DEBUG storage: } >01:33:59,385 DEBUG storage: multipaths { >01:33:59,385 DEBUG storage: } >01:33:59,385 DEBUG storage: (end of /etc/multipath.conf) >01:33:59,451 INFO storage: MultipathTopology: found singlepath device: sda >01:33:59,453 INFO storage: MultipathTopology: found non-disk device: sda1 >01:33:59,454 INFO storage: MultipathTopology: found non-disk device: sda2 >01:33:59,455 INFO storage: MultipathTopology: found non-disk device: sr0 >01:33:59,456 INFO storage: MultipathTopology: found singlepath device: loop0 >01:33:59,456 INFO storage: MultipathTopology: found singlepath device: loop1 >01:33:59,456 INFO storage: MultipathTopology: found singlepath device: loop2 >01:33:59,456 INFO storage: MultipathTopology: found singlepath device: loop3 >01:33:59,456 INFO storage: MultipathTopology: found singlepath device: loop4 >01:33:59,456 INFO storage: MultipathTopology: found singlepath device: loop5 >01:33:59,456 INFO storage: MultipathTopology: found singlepath device: loop6 >01:33:59,457 INFO storage: MultipathTopology: found singlepath device: loop7 >01:33:59,457 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:33:59,457 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:33:59,457 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:33:59,464 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': '22966', > '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 ; >01:33:59,470 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:33:59,476 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:33:59,480 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:59,487 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:33:59,494 INFO storage: sda is a disk >01:33:59,494 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:59,500 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:33:59,503 INFO storage: added disk sda (id 0) to device tree >01:33:59,504 DEBUG storage: looking up parted Device: /dev/sda >01:33:59,510 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:33:59,517 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >01:33:59,524 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:33:59,538 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:33:59,565 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7ffc78147750>, <parted.partition.Partition object at 0x7ffc78147a10>] > device: <parted.device.Device object at 0x7ffc78147450> > PedDisk: <_ped.Disk object at 0x7ffc78143f38> >01:33:59,568 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:33:59,574 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:33:59,581 INFO storage: got device: DiskDevice instance (0x7ffc780c5790) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7ffc78085320> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7ffc78122150> >01:33:59,589 INFO storage: got format: DiskLabel instance (0x7ffc781226d0) -- > 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 = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7ffc78147750>, <parted.partition.Partition object at 0x7ffc78147a10>] > device: <parted.device.Device object at 0x7ffc78147450> > PedDisk: <_ped.Disk object at 0x7ffc78143f38> > origPartedDisk = <parted.disk.Disk object at 0x7ffc78147bd0> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7ffc78085710> > >01:33:59,601 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2048', > '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': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '28554541', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:33:59,602 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:33:59,604 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:33:59,605 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:59,609 INFO storage: sda1 is a partition >01:33:59,611 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:33:59,612 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:33:59,614 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:33:59,619 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:33:59,620 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:33:59,621 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:59,622 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:33:59,627 DEBUG storage: looking up parted Partition: /dev/sda1 >01:33:59,628 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:33:59,630 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:33:59,631 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:33:59,637 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:33:59,637 INFO storage: added partition sda1 (id 1) to device tree >01:33:59,639 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:33:59,640 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >01:33:59,641 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:33:59,647 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >01:33:59,667 WARN storage: disklabel detected but not usable on sda1 >01:33:59,668 INFO storage: type detected on 'sda1' is 'ext4' >01:33:59,775 DEBUG storage: padding min size from 77 up to 84 >01:33:59,777 DEBUG storage: Ext4FS.supported: supported: True ; >01:33:59,777 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:33:59,779 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:33:59,784 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:33:59,785 DEBUG storage: looking up parted Device: /dev/sda1 >01:33:59,787 INFO storage: got device: PartitionDevice instance (0x7ffc78147f90) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 19515 did: 24387 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7ffc78085b00> > target size = 0 path = /dev/sda1 > 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 0x7ffc78147550> fileSystem: <parted.filesystem.FileSystem object at 0x7ffc78147b50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ffc781477d0> PedPartition: <_ped.Partition object at 0x7ffc781453b0> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:33:59,793 DEBUG storage: Ext4FS.supported: supported: True ; >01:33:59,793 INFO storage: got format: Ext4FS instance (0x7ffc78153090) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:33:59,796 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '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_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': '4096', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1048576', > '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': '28554577', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:33:59,801 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:33:59,802 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:33:59,804 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:59,804 INFO storage: sda2 is a partition >01:33:59,805 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:33:59,810 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:33:59,812 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:33:59,814 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:33:59,819 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:33:59,819 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:59,821 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:33:59,821 DEBUG storage: looking up parted Partition: /dev/sda2 >01:33:59,823 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:33:59,828 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:33:59,829 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:33:59,831 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:33:59,835 INFO storage: added partition sda2 (id 2) to device tree >01:33:59,836 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:33:59,838 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >01:33:59,839 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:33:59,840 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >01:33:59,862 WARN storage: disklabel detected but not usable on sda2 >01:33:59,862 DEBUG storage: no type or existing type for sda2, bailing >01:33:59,862 DEBUG storage: looking up parted Device: /dev/sda2 >01:33:59,873 INFO storage: got device: PartitionDevice instance (0x7ffc78148750) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 19515 did: 24387 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7ffc78085cb0> > 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 0x7ffc78147550> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ffc78147ad0> PedPartition: <_ped.Partition object at 0x7ffc78145470> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:33:59,891 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:33:59,896 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:33:59,897 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:33:59,899 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:59,899 INFO storage: sr0 is a cdrom >01:33:59,900 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:33:59,905 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:59,907 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:33:59,907 INFO storage: added cdrom sr0 (id 3) to device tree >01:33:59,908 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:33:59,911 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:33:59,917 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:33:59,918 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:33:59,919 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:33:59,931 WARN storage: disklabel detected but not usable on sr0 >01:33:59,932 INFO storage: type detected on 'sr0' is 'iso9660' >01:33:59,934 DEBUG storage: Iso9660FS.supported: supported: True ; >01:33:59,938 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:33:59,939 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:33:59,941 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:33:59,943 DEBUG storage: looking up parted Device: /dev/sr0 >01:33:59,944 INFO storage: got device: OpticalDevice instance (0x7ffc7816bed0) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x7ffc78085f80> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:33:59,949 DEBUG storage: Iso9660FS.supported: supported: True ; >01:33:59,949 INFO storage: got format: Iso9660FS instance (0x7ffc78179310) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:33:59,951 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:33:59,956 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:33:59,957 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:33:59,959 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:59,959 INFO storage: loop0 is a loop device >01:33:59,960 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:33:59,962 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:33:59,966 DEBUG storage: DeviceTree.getDeviceByName returned None >01:33:59,967 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:59,969 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:33:59,969 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:33:59,971 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:33:59,976 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:33:59,977 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:33:59,978 INFO storage: added loop loop0 (id 5) to device tree >01:33:59,979 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:33:59,981 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:33:59,985 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:33:59,986 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:33:59,988 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:33:59,993 WARN storage: disklabel detected but not usable on loop0 >01:33:59,993 INFO storage: type detected on 'loop0' is 'squashfs' >01:33:59,994 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:34:00,004 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:34:00,005 INFO storage: got device: LoopDevice instance (0x7ffc78179e90) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:34:00,009 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:34:00,013 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:34:00,014 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:34:00,018 DEBUG storage: DeviceTree.getDeviceByName returned None >01:34:00,019 INFO storage: loop1 is a loop device >01:34:00,027 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:34:00,028 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:34:00,029 DEBUG storage: DeviceTree.getDeviceByName returned None >01:34:00,033 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:34:00,034 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:34:00,035 INFO storage: added file /osmin (id 6) to device tree >01:34:00,036 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:34:00,043 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:34:00,044 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:34:00,045 INFO storage: added loop loop1 (id 7) to device tree >01:34:00,046 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:34:00,053 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:34:00,054 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:34:00,056 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:34:00,057 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:34:00,068 WARN storage: disklabel detected but not usable on loop1 >01:34:00,068 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:34:00,068 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:34:00,073 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:34:00,077 INFO storage: got device: LoopDevice instance (0x3612b10) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:34:00,079 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:34:00,082 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:34:00,090 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:34:00,091 DEBUG storage: DeviceTree.getDeviceByName returned None >01:34:00,092 INFO storage: loop2 is a loop device >01:34:00,093 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:34:00,097 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:34:00,098 DEBUG storage: DeviceTree.getDeviceByName returned None >01:34:00,101 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:34:00,105 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:34:00,105 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:34:00,110 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:34:00,113 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:34:00,114 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:34:00,118 INFO storage: added loop loop2 (id 9) to device tree >01:34:00,121 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:34:00,123 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:34:00,126 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:34:00,127 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:34:00,132 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:34:00,141 WARN storage: disklabel detected but not usable on loop2 >01:34:00,142 INFO storage: type detected on 'loop2' is 'squashfs' >01:34:00,142 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:34:00,147 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:34:00,151 INFO storage: got device: LoopDevice instance (0x361c9d0) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:34:00,154 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:34:00,160 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:34:00,161 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:34:00,163 DEBUG storage: DeviceTree.getDeviceByName returned None >01:34:00,168 INFO storage: loop3 is a loop device >01:34:00,169 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:34:00,171 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:34:00,178 DEBUG storage: DeviceTree.getDeviceByName returned None >01:34:00,179 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:34:00,179 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:34:00,186 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:34:00,187 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:34:00,187 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:34:00,193 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:34:00,193 INFO storage: added loop loop3 (id 11) to device tree >01:34:00,197 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:34:00,198 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:34:00,209 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:00,209 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:34:00,209 DEBUG storage: device loop3 does not contain a disklabel >01:34:00,210 INFO storage: type detected on 'loop3' is 'ext4' >01:34:00,341 DEBUG storage: using current size 0 as min size >01:34:00,342 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:00,343 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:34:00,344 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:34:00,345 INFO storage: got device: LoopDevice instance (0x3612fd0) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:34:00,347 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:00,351 INFO storage: got format: Ext4FS instance (0x3620ad0) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:34:00,353 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:34:00,353 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:34:00,355 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:34:00,356 DEBUG storage: DeviceTree.getDeviceByName returned None >01:34:00,360 INFO storage: loop4 is a loop device >01:34:00,361 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:34:00,362 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:34:00,364 DEBUG storage: DeviceTree.getDeviceByName returned None >01:34:00,368 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:34:00,369 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:34:00,370 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:34:00,372 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:34:00,372 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:34:00,378 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:34:00,378 INFO storage: added loop loop4 (id 13) to device tree >01:34:00,379 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:34:00,381 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:34:00,381 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:34:00,383 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:34:00,389 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:34:00,395 WARN storage: disklabel detected but not usable on loop4 >01:34:00,395 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:34:00,396 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:34:00,397 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:34:00,403 INFO storage: got device: LoopDevice instance (0x3625b10) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:34:00,405 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:34:00,405 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:34:00,406 DEBUG storage: lvm filter: adding loop5 to the reject list >01:34:00,407 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:34:00,412 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:34:00,412 DEBUG storage: lvm filter: adding loop6 to the reject list >01:34:00,414 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:34:00,415 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:34:00,415 DEBUG storage: lvm filter: adding loop7 to the reject list >01:34:00,416 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:34:00,416 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:34:00,454 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:34:00,456 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:34:00,461 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:34:00,462 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:34:00,463 DEBUG storage: DeviceTree.getDeviceByName returned None >01:34:00,464 INFO storage: live-rw is a device-mapper device >01:34:00,465 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:34:00,470 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:34:00,471 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:34:00,473 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:34:00,478 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:34:00,479 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:34:00,480 DEBUG storage: DeviceTree.getDeviceByName returned None >01:34:00,485 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:34:00,485 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:34:00,486 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:34:00,490 INFO storage: added dm live-rw (id 14) to device tree >01:34:00,491 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:34:00,492 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:34:00,493 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:00,497 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:34:00,497 DEBUG storage: device live-rw does not contain a disklabel >01:34:00,498 INFO storage: type detected on 'live-rw' is 'ext4' >01:34:00,577 DEBUG storage: padding min size from 3367 up to 3703 >01:34:00,578 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:00,578 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:34:00,580 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:34:00,584 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:34:00,589 INFO storage: got device: DMDevice instance (0x362c390) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32764 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x3611710> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:34:00,590 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:00,591 INFO storage: got format: Ext4FS instance (0x363a150) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:34:00,597 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:34:00,597 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:34:00,598 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:34:00,603 DEBUG storage: DeviceTree.getDeviceByName returned None >01:34:00,604 INFO storage: live-osimg-min is a device-mapper device >01:34:00,605 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:34:00,606 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:34:00,607 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:34:00,611 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:34:00,613 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:34:00,614 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:34:00,619 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:34:00,620 DEBUG storage: DeviceTree.getDeviceByName returned None >01:34:00,621 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:34:00,625 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:34:00,626 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:34:00,626 INFO storage: added dm live-osimg-min (id 15) to device tree >01:34:00,627 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:34:00,633 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:34:00,634 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:00,634 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:34:00,634 DEBUG storage: device live-osimg-min does not contain a disklabel >01:34:00,635 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:34:00,716 DEBUG storage: using current size 0 as min size >01:34:00,717 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:00,717 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:34:00,721 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:34:00,722 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:34:00,732 INFO storage: got device: DMDevice instance (0x3625f90) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32764 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x36117a0> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:34:00,733 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:00,737 INFO storage: got format: Ext4FS instance (0x3645dd0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:34:00,777 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:34:00,821 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:34:00,822 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:34:00,824 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:34:00,861 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:34:00,863 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:34:00,864 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:34:00,906 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:34:00,907 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:34:00,909 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:34:00,943 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:34:00,944 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:34:00,945 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:34:00,949 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:34:00,951 INFO storage: edd: collected mbr signatures: {'sda': '0x000a740d'} >01:34:00,952 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:34:00,969 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >01:34:00,988 WARN storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >01:34:00,989 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:34:01,047 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:01,049 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:01,054 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:01,056 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:01,062 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:34:01,069 DEBUG storage: Iso9660FS.supported: supported: True ; >01:34:01,093 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/live-osimg-min ; >01:34:01,098 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4096MB dm live-osimg-min (15) with existing ext4 filesystem >01:34:10,307 DEBUG storage: Iso9660FS.supported: supported: True ; >01:34:10,308 DEBUG storage: Iso9660FS.supported: supported: True ; >01:34:10,310 DEBUG storage: NFSv4.supported: supported: False ; >01:34:10,311 DEBUG storage: NFSv4.supported: supported: False ; >01:34:10,313 DEBUG storage: SELinuxFS.supported: supported: False ; >01:34:10,314 DEBUG storage: SELinuxFS.supported: supported: False ; >01:34:10,315 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:10,317 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:10,319 DEBUG storage: Ext3FS.supported: supported: True ; >01:34:10,320 DEBUG storage: Ext3FS.supported: supported: True ; >01:34:10,322 DEBUG storage: Ext2FS.supported: supported: True ; >01:34:10,324 DEBUG storage: Ext2FS.supported: supported: True ; >01:34:10,326 DEBUG storage: SysFS.supported: supported: False ; >01:34:10,327 DEBUG storage: SysFS.supported: supported: False ; >01:34:10,329 DEBUG storage: MultipathMember.__init__: >01:34:10,330 DEBUG storage: MDRaidMember.__init__: >01:34:10,332 DEBUG storage: ProcFS.supported: supported: False ; >01:34:10,334 DEBUG storage: ProcFS.supported: supported: False ; >01:34:10,335 DEBUG storage: SwapSpace.__init__: >01:34:10,337 DEBUG storage: NoDevFS.supported: supported: False ; >01:34:10,338 DEBUG storage: NoDevFS.supported: supported: False ; >01:34:10,340 DEBUG storage: DevPtsFS.supported: supported: False ; >01:34:10,341 DEBUG storage: DevPtsFS.supported: supported: False ; >01:34:10,343 DEBUG storage: BTRFS.supported: supported: True ; >01:34:10,344 DEBUG storage: USBFS.supported: supported: False ; >01:34:10,346 DEBUG storage: USBFS.supported: supported: False ; >01:34:10,347 DEBUG storage: DiskLabel.__init__: >01:34:10,348 INFO storage: DiskLabel.partedDevice returning None >01:34:10,349 DEBUG storage: HFSPlus.supported: supported: False ; >01:34:10,351 DEBUG storage: HFSPlus.supported: supported: False ; >01:34:10,352 DEBUG storage: XFS.supported: supported: True ; >01:34:10,353 DEBUG storage: XFS.supported: supported: True ; >01:34:10,355 DEBUG storage: TmpFS.supported: supported: False ; >01:34:10,357 DEBUG storage: TmpFS.supported: supported: False ; >01:34:10,358 DEBUG storage: LUKS.__init__: >01:34:10,360 DEBUG storage: NTFS.supported: supported: False ; >01:34:10,361 DEBUG storage: NTFS.supported: supported: False ; >01:34:10,362 DEBUG storage: BindFS.supported: supported: False ; >01:34:10,364 DEBUG storage: BindFS.supported: supported: False ; >01:34:10,365 DEBUG storage: HFS.supported: supported: False ; >01:34:10,366 DEBUG storage: HFS.supported: supported: False ; >01:34:10,368 DEBUG storage: LVMPhysicalVolume.__init__: >01:34:10,369 DEBUG storage: NFS.supported: supported: False ; >01:34:10,371 DEBUG storage: NFS.supported: supported: False ; >01:34:10,372 DEBUG storage: FATFS.supported: supported: True ; >01:34:10,374 DEBUG storage: FATFS.supported: supported: True ; >01:34:10,376 DEBUG storage: DMRaidMember.__init__: >01:34:27,878 DEBUG storage: clearpart: looking at sda2 >01:34:27,881 DEBUG storage: clearpart: looking at sda1 >01:34:27,882 DEBUG storage: checking whether disk sda has an empty extended >01:34:27,886 DEBUG storage: extended is None ; logicals is [] >01:34:27,887 DEBUG storage: new disk order: [] >01:34:27,944 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:34:27,948 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:34:27,951 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:34:27,953 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:34:27,955 DEBUG storage: resolved 'sda' to 'sda' (disk) >01:34:27,956 DEBUG storage: _is_valid_disklabel(sda) returning True >01:34:27,956 DEBUG storage: _is_valid_size(sda) returning True >01:34:27,956 DEBUG storage: _is_valid_location(sda) returning True >01:34:27,957 DEBUG storage: _is_valid_format(sda) returning True >01:34:27,957 DEBUG storage: is_valid_stage1_device(sda) returning True >01:34:28,019 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >01:34:28,025 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x6022650> fileSystem: <parted.filesystem.FileSystem object at 0x62f8390> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x62f8190> PedPartition: <_ped.Partition object at 0x603c1d0> >01:34:28,031 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >01:34:28,032 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x6022650> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x62f8310> PedPartition: <_ped.Partition object at 0x603c170> >01:34:30,724 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:30,725 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:34:39,448 DEBUG storage: Ext4FS.supported: supported: True ; >01:34:39,449 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:34:42,303 DEBUG storage: getFormat('BIOS Boot') returning BIOSBoot instance >01:34:44,026 DEBUG storage: getFormat('BIOS Boot') returning BIOSBoot instance >01:34:44,027 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x5bb80d0>, 84.7, ['sda'], None >01:34:44,029 DEBUG storage.ui: PartitionDevice._computeResize: sda1 ; status: True ; >01:38:21,073 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:38:21,104 DEBUG storage: registered device format class Ext2FS as ext2 >01:38:21,104 DEBUG storage: registered device format class Ext3FS as ext3 >01:38:21,104 DEBUG storage: registered device format class Ext4FS as ext4 >01:38:21,105 DEBUG storage: registered device format class FATFS as vfat >01:38:21,105 DEBUG storage: registered device format class EFIFS as efi >01:38:21,105 DEBUG storage: registered device format class BTRFS as btrfs >01:38:21,105 DEBUG storage: registered device format class GFS2 as gfs2 >01:38:21,105 DEBUG storage: registered device format class JFS as jfs >01:38:21,105 DEBUG storage: registered device format class ReiserFS as reiserfs >01:38:21,105 DEBUG storage: registered device format class XFS as xfs >01:38:21,105 DEBUG storage: registered device format class HFS as hfs >01:38:21,105 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:38:21,105 DEBUG storage: registered device format class HFSPlus as hfs+ >01:38:21,106 DEBUG storage: registered device format class NTFS as ntfs >01:38:21,106 DEBUG storage: registered device format class NFS as nfs >01:38:21,106 DEBUG storage: registered device format class NFSv4 as nfs4 >01:38:21,106 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:38:21,106 DEBUG storage: registered device format class NoDevFS as nodev >01:38:21,106 DEBUG storage: registered device format class DevPtsFS as devpts >01:38:21,106 DEBUG storage: registered device format class ProcFS as proc >01:38:21,106 DEBUG storage: registered device format class SysFS as sysfs >01:38:21,106 DEBUG storage: registered device format class TmpFS as tmpfs >01:38:21,106 DEBUG storage: registered device format class BindFS as bind >01:38:21,106 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:38:21,106 DEBUG storage: registered device format class USBFS as usbfs >01:38:21,110 DEBUG storage: registered device format class BIOSBoot as biosboot >01:38:21,110 DEBUG storage: registered device format class DiskLabel as disklabel >01:38:21,111 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:38:21,111 DEBUG storage: registered device format class MDRaidMember as mdmember >01:38:21,112 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:38:21,112 DEBUG storage: registered device format class MultipathMember as multipath_member >01:38:21,112 DEBUG storage: registered device format class LUKS as luks >01:38:21,117 DEBUG storage: registered device format class SwapSpace as swap >01:38:21,670 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:38:21,670 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:38:21,671 INFO storage: sr0 looks to be the live device; marking as protected >01:38:21,704 DEBUG storage: MultipathTopology._build_topology: >01:38:21,704 DEBUG storage: /etc/multipath.conf contents: >01:38:21,704 DEBUG storage: # multipath.conf written by anaconda >01:38:21,704 DEBUG storage: >01:38:21,704 DEBUG storage: defaults { >01:38:21,704 DEBUG storage: user_friendly_names yes >01:38:21,704 DEBUG storage: } >01:38:21,704 DEBUG storage: blacklist { >01:38:21,704 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:38:21,704 DEBUG storage: devnode "^hd[a-z]" >01:38:21,704 DEBUG storage: devnode "^dcssblk[0-9]*" >01:38:21,704 DEBUG storage: device { >01:38:21,704 DEBUG storage: vendor "DGC" >01:38:21,704 DEBUG storage: product "LUNZ" >01:38:21,705 DEBUG storage: } >01:38:21,705 DEBUG storage: device { >01:38:21,705 DEBUG storage: vendor "IBM" >01:38:21,705 DEBUG storage: product "S/390.*" >01:38:21,705 DEBUG storage: } >01:38:21,705 DEBUG storage: # don't count normal SATA devices as multipaths >01:38:21,705 DEBUG storage: device { >01:38:21,705 DEBUG storage: vendor "ATA" >01:38:21,705 DEBUG storage: } >01:38:21,705 DEBUG storage: # don't count 3ware devices as multipaths >01:38:21,705 DEBUG storage: device { >01:38:21,705 DEBUG storage: vendor "3ware" >01:38:21,705 DEBUG storage: } >01:38:21,705 DEBUG storage: device { >01:38:21,705 DEBUG storage: vendor "AMCC" >01:38:21,705 DEBUG storage: } >01:38:21,705 DEBUG storage: # nor highpoint devices >01:38:21,705 DEBUG storage: device { >01:38:21,705 DEBUG storage: vendor "HPT" >01:38:21,705 DEBUG storage: } >01:38:21,705 DEBUG storage: } >01:38:21,706 DEBUG storage: multipaths { >01:38:21,706 DEBUG storage: } >01:38:21,706 DEBUG storage: (end of /etc/multipath.conf) >01:38:21,744 INFO storage: MultipathTopology: found singlepath device: sda >01:38:21,747 INFO storage: MultipathTopology: found non-disk device: sda1 >01:38:21,747 INFO storage: MultipathTopology: found non-disk device: sda2 >01:38:21,747 INFO storage: MultipathTopology: found non-disk device: sr0 >01:38:21,747 INFO storage: MultipathTopology: found singlepath device: loop0 >01:38:21,747 INFO storage: MultipathTopology: found singlepath device: loop1 >01:38:21,747 INFO storage: MultipathTopology: found singlepath device: loop2 >01:38:21,747 INFO storage: MultipathTopology: found singlepath device: loop3 >01:38:21,747 INFO storage: MultipathTopology: found singlepath device: loop4 >01:38:21,748 INFO storage: MultipathTopology: found singlepath device: loop5 >01:38:21,748 INFO storage: MultipathTopology: found singlepath device: loop6 >01:38:21,748 INFO storage: MultipathTopology: found singlepath device: loop7 >01:38:21,748 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:38:21,748 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:38:21,748 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:38:21,750 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': '22966', > '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 ; >01:38:21,750 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:38:21,751 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:38:21,752 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:21,752 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:38:21,753 INFO storage: sda is a disk >01:38:21,753 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:21,755 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:38:21,755 INFO storage: added disk sda (id 0) to device tree >01:38:21,756 DEBUG storage: looking up parted Device: /dev/sda >01:38:21,760 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:38:21,762 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >01:38:21,764 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:38:21,768 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:38:21,787 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x1c4eb90>, <parted.partition.Partition object at 0x1c4ed10>] > device: <parted.device.Device object at 0x1c4e9d0> > PedDisk: <_ped.Disk object at 0x1c50b48> >01:38:21,788 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:38:21,793 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:38:21,796 INFO storage: got device: DiskDevice instance (0x1be2790) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x1b4d290> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x1c3bb90> >01:38:21,800 INFO storage: got format: DiskLabel instance (0x1c3bc50) -- > 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 = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x1c4eb90>, <parted.partition.Partition object at 0x1c4ed10>] > device: <parted.device.Device object at 0x1c4e9d0> > PedDisk: <_ped.Disk object at 0x1c50b48> > origPartedDisk = <parted.disk.Disk object at 0x1c4eed0> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x1b4d830> > >01:38:21,803 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2048', > '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': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '28554541', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:38:21,803 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:38:21,804 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:38:21,804 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:21,805 INFO storage: sda1 is a partition >01:38:21,805 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:38:21,806 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:38:21,806 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:38:21,808 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:38:21,808 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:38:21,809 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:21,809 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:38:21,809 DEBUG storage: looking up parted Partition: /dev/sda1 >01:38:21,810 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:38:21,811 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:38:21,811 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:38:21,812 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:38:21,812 INFO storage: added partition sda1 (id 1) to device tree >01:38:21,813 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:38:21,813 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >01:38:21,814 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:38:21,814 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >01:38:21,827 WARN storage: disklabel detected but not usable on sda1 >01:38:21,828 INFO storage: type detected on 'sda1' is 'ext4' >01:38:21,864 DEBUG storage: padding min size from 77 up to 84 >01:38:21,865 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:21,865 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:21,866 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:38:21,867 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:38:21,867 DEBUG storage: looking up parted Device: /dev/sda1 >01:38:21,872 INFO storage: got device: PartitionDevice instance (0x1c3bb50) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x1b4db90> > target size = 0 path = /dev/sda1 > 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 0x1c4ea90> fileSystem: <parted.filesystem.FileSystem object at 0x1c4ee50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1c4ec50> PedPartition: <_ped.Partition object at 0x1c4d710> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:38:21,873 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:21,874 INFO storage: got format: Ext4FS instance (0x1c55090) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:38:21,876 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '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_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': '4096', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1048576', > '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': '28554577', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:38:21,876 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:38:21,876 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:38:21,877 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:21,877 INFO storage: sda2 is a partition >01:38:21,877 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:38:21,878 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:38:21,879 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:38:21,879 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:38:21,880 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:38:21,880 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:21,881 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:38:21,881 DEBUG storage: looking up parted Partition: /dev/sda2 >01:38:21,882 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:38:21,882 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:38:21,883 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:38:21,884 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:38:21,884 INFO storage: added partition sda2 (id 2) to device tree >01:38:21,884 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:38:21,885 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >01:38:21,885 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:38:21,886 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >01:38:21,898 WARN storage: disklabel detected but not usable on sda2 >01:38:21,899 DEBUG storage: no type or existing type for sda2, bailing >01:38:21,900 DEBUG storage: looking up parted Device: /dev/sda2 >01:38:21,905 INFO storage: got device: PartitionDevice instance (0x1ccbf10) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x1b4dcb0> > 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 0x1c4ea90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1c4edd0> PedPartition: <_ped.Partition object at 0x1c4d770> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:38:21,915 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:38:21,917 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:38:21,918 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:38:21,919 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:21,919 INFO storage: sr0 is a cdrom >01:38:21,920 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:38:21,920 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:21,920 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:38:21,921 INFO storage: added cdrom sr0 (id 3) to device tree >01:38:21,921 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:38:21,923 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:38:21,924 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:38:21,925 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:38:21,925 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:38:21,933 WARN storage: disklabel detected but not usable on sr0 >01:38:21,933 INFO storage: type detected on 'sr0' is 'iso9660' >01:38:21,934 DEBUG storage: Iso9660FS.supported: supported: True ; >01:38:21,934 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:38:21,934 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:38:21,935 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:38:21,937 DEBUG storage: looking up parted Device: /dev/sr0 >01:38:21,937 INFO storage: got device: OpticalDevice instance (0x1ccbfd0) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x1b4d7a0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:38:21,938 DEBUG storage: Iso9660FS.supported: supported: True ; >01:38:21,938 INFO storage: got format: Iso9660FS instance (0x1c3bc90) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:38:21,939 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:38:21,939 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:38:21,940 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:38:21,940 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:21,940 INFO storage: loop0 is a loop device >01:38:21,941 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:38:21,941 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:38:21,942 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:21,942 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:21,943 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:38:21,943 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:38:21,944 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:38:21,944 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:21,944 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:38:21,944 INFO storage: added loop loop0 (id 5) to device tree >01:38:21,945 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:38:21,945 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:38:21,946 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:38:21,946 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:38:21,947 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:38:21,950 WARN storage: disklabel detected but not usable on loop0 >01:38:21,950 INFO storage: type detected on 'loop0' is 'squashfs' >01:38:21,950 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:38:21,951 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:38:21,951 INFO storage: got device: LoopDevice instance (0x1cd6150) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:38:21,955 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:38:21,955 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:38:21,955 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:38:21,956 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:21,956 INFO storage: loop1 is a loop device >01:38:21,956 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:38:21,957 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:38:21,957 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:21,958 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:21,958 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:38:21,958 INFO storage: added file /osmin (id 6) to device tree >01:38:21,959 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:38:21,959 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:21,960 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:38:21,960 INFO storage: added loop loop1 (id 7) to device tree >01:38:21,960 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:38:21,961 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:38:21,961 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:38:21,962 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:38:21,962 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:38:21,967 WARN storage: disklabel detected but not usable on loop1 >01:38:21,968 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:38:21,968 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:38:21,969 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:38:21,969 INFO storage: got device: LoopDevice instance (0x1cd6090) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:38:21,970 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:38:21,970 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:38:21,971 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:38:21,971 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:21,971 INFO storage: loop2 is a loop device >01:38:21,972 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:38:21,972 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:38:21,973 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:21,973 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:21,978 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:38:21,978 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:38:21,979 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:38:21,979 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:21,980 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:38:21,980 INFO storage: added loop loop2 (id 9) to device tree >01:38:21,980 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:38:21,981 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:38:21,981 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:38:21,981 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:38:21,982 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:38:21,987 WARN storage: disklabel detected but not usable on loop2 >01:38:21,988 INFO storage: type detected on 'loop2' is 'squashfs' >01:38:21,988 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:38:21,989 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:38:21,989 INFO storage: got device: LoopDevice instance (0x1be2750) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:38:21,991 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:38:21,991 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:38:21,991 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:38:21,992 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:21,992 INFO storage: loop3 is a loop device >01:38:21,993 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:38:21,993 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:38:21,994 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:21,994 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:21,994 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:38:21,995 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:38:21,995 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:38:21,995 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:21,996 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:38:21,996 INFO storage: added loop loop3 (id 11) to device tree >01:38:21,997 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:38:21,997 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:38:21,998 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:21,998 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:21,998 DEBUG storage: device loop3 does not contain a disklabel >01:38:21,998 INFO storage: type detected on 'loop3' is 'ext4' >01:38:22,022 DEBUG storage: using current size 0 as min size >01:38:22,023 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:22,023 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:22,024 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:38:22,024 INFO storage: got device: LoopDevice instance (0x1cd6810) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:38:22,025 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:22,025 INFO storage: got format: Ext4FS instance (0x1cd6510) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:38:22,026 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:38:22,027 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:38:22,027 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:38:22,028 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:22,028 INFO storage: loop4 is a loop device >01:38:22,028 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:38:22,029 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:38:22,029 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:22,029 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:22,030 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:38:22,030 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:38:22,031 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:38:22,031 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:22,032 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:38:22,032 INFO storage: added loop loop4 (id 13) to device tree >01:38:22,032 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:38:22,033 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:38:22,033 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:38:22,034 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:38:22,034 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:38:22,040 WARN storage: disklabel detected but not usable on loop4 >01:38:22,040 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:38:22,040 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:38:22,041 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:38:22,041 INFO storage: got device: LoopDevice instance (0x1cd6790) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:38:22,042 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:38:22,042 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:38:22,042 DEBUG storage: lvm filter: adding loop5 to the reject list >01:38:22,043 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:38:22,043 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:38:22,043 DEBUG storage: lvm filter: adding loop6 to the reject list >01:38:22,044 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:38:22,044 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:38:22,045 DEBUG storage: lvm filter: adding loop7 to the reject list >01:38:22,045 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:38:22,045 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:38:22,061 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:38:22,063 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:38:22,063 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:38:22,064 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:38:22,064 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:22,065 INFO storage: live-rw is a device-mapper device >01:38:22,065 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:38:22,066 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:38:22,067 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:38:22,068 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:38:22,069 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:38:22,070 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:38:22,070 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:22,071 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:38:22,071 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:22,072 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:38:22,072 INFO storage: added dm live-rw (id 14) to device tree >01:38:22,073 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:38:22,073 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:38:22,075 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:22,075 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:22,075 DEBUG storage: device live-rw does not contain a disklabel >01:38:22,075 INFO storage: type detected on 'live-rw' is 'ext4' >01:38:22,100 DEBUG storage: padding min size from 3367 up to 3703 >01:38:22,100 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:22,101 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:22,101 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:38:22,102 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:38:22,106 INFO storage: got device: DMDevice instance (0x1cd6e10) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x1b4ddd0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:38:22,107 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:22,107 INFO storage: got format: Ext4FS instance (0x1cd6b10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:38:22,109 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:38:22,109 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:38:22,110 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:38:22,110 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:22,110 INFO storage: live-osimg-min is a device-mapper device >01:38:22,111 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:38:22,111 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:38:22,112 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:38:22,113 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:38:22,114 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:38:22,114 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:38:22,115 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:38:22,116 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:22,117 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:38:22,117 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:22,117 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:38:22,118 INFO storage: added dm live-osimg-min (id 15) to device tree >01:38:22,118 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:38:22,119 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:38:22,119 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:22,120 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:22,120 DEBUG storage: device live-osimg-min does not contain a disklabel >01:38:22,120 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:38:22,146 DEBUG storage: using current size 0 as min size >01:38:22,147 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:22,147 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:22,148 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:38:22,148 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:38:22,149 INFO storage: got device: DMDevice instance (0x1cd6c50) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x1b4dc20> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:38:22,153 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:22,153 INFO storage: got format: Ext4FS instance (0x1c3bd10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:38:22,169 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:38:22,182 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:38:22,183 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:38:22,184 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:38:22,196 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:38:22,196 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:38:22,198 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:38:22,209 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:38:22,210 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:38:22,212 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:38:22,223 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:38:22,224 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:38:22,225 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:38:22,225 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:38:22,226 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:38:22,239 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:38:22,240 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:38:22,241 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:38:22,253 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:38:22,254 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:38:22,255 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:38:22,267 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:38:22,267 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:38:22,269 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:38:22,281 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:38:22,281 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:38:22,282 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:38:22,478 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:38:22,489 DEBUG storage: registered device format class Ext2FS as ext2 >01:38:22,489 DEBUG storage: registered device format class Ext3FS as ext3 >01:38:22,490 DEBUG storage: registered device format class Ext4FS as ext4 >01:38:22,490 DEBUG storage: registered device format class FATFS as vfat >01:38:22,491 DEBUG storage: registered device format class EFIFS as efi >01:38:22,491 DEBUG storage: registered device format class BTRFS as btrfs >01:38:22,492 DEBUG storage: registered device format class GFS2 as gfs2 >01:38:22,492 DEBUG storage: registered device format class JFS as jfs >01:38:22,493 DEBUG storage: registered device format class ReiserFS as reiserfs >01:38:22,493 DEBUG storage: registered device format class XFS as xfs >01:38:22,494 DEBUG storage: registered device format class HFS as hfs >01:38:22,494 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:38:22,495 DEBUG storage: registered device format class HFSPlus as hfs+ >01:38:22,495 DEBUG storage: registered device format class NTFS as ntfs >01:38:22,496 DEBUG storage: registered device format class NFS as nfs >01:38:22,496 DEBUG storage: registered device format class NFSv4 as nfs4 >01:38:22,496 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:38:22,496 DEBUG storage: registered device format class NoDevFS as nodev >01:38:22,496 DEBUG storage: registered device format class DevPtsFS as devpts >01:38:22,497 DEBUG storage: registered device format class ProcFS as proc >01:38:22,497 DEBUG storage: registered device format class SysFS as sysfs >01:38:22,497 DEBUG storage: registered device format class TmpFS as tmpfs >01:38:22,497 DEBUG storage: registered device format class BindFS as bind >01:38:22,497 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:38:22,497 DEBUG storage: registered device format class USBFS as usbfs >01:38:22,497 DEBUG storage: registered device format class BIOSBoot as biosboot >01:38:22,498 DEBUG storage: registered device format class DiskLabel as disklabel >01:38:22,502 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:38:22,502 DEBUG storage: registered device format class MDRaidMember as mdmember >01:38:22,504 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:38:22,504 DEBUG storage: registered device format class MultipathMember as multipath_member >01:38:22,505 DEBUG storage: registered device format class LUKS as luks >01:38:22,505 DEBUG storage: registered device format class SwapSpace as swap >01:38:23,077 DEBUG storage: MultipathTopology._build_topology: >01:38:23,077 DEBUG storage: /etc/multipath.conf contents: >01:38:23,078 DEBUG storage: # multipath.conf written by anaconda >01:38:23,078 DEBUG storage: >01:38:23,079 DEBUG storage: defaults { >01:38:23,079 DEBUG storage: user_friendly_names yes >01:38:23,079 DEBUG storage: } >01:38:23,080 DEBUG storage: blacklist { >01:38:23,080 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:38:23,080 DEBUG storage: devnode "^hd[a-z]" >01:38:23,081 DEBUG storage: devnode "^dcssblk[0-9]*" >01:38:23,081 DEBUG storage: device { >01:38:23,081 DEBUG storage: vendor "DGC" >01:38:23,081 DEBUG storage: product "LUNZ" >01:38:23,081 DEBUG storage: } >01:38:23,082 DEBUG storage: device { >01:38:23,082 DEBUG storage: vendor "IBM" >01:38:23,082 DEBUG storage: product "S/390.*" >01:38:23,082 DEBUG storage: } >01:38:23,082 DEBUG storage: # don't count normal SATA devices as multipaths >01:38:23,082 DEBUG storage: device { >01:38:23,082 DEBUG storage: vendor "ATA" >01:38:23,082 DEBUG storage: } >01:38:23,085 DEBUG storage: # don't count 3ware devices as multipaths >01:38:23,085 DEBUG storage: device { >01:38:23,085 DEBUG storage: vendor "3ware" >01:38:23,085 DEBUG storage: } >01:38:23,085 DEBUG storage: device { >01:38:23,086 DEBUG storage: vendor "AMCC" >01:38:23,086 DEBUG storage: } >01:38:23,086 DEBUG storage: # nor highpoint devices >01:38:23,086 DEBUG storage: device { >01:38:23,086 DEBUG storage: vendor "HPT" >01:38:23,086 DEBUG storage: } >01:38:23,087 DEBUG storage: } >01:38:23,087 DEBUG storage: multipaths { >01:38:23,087 DEBUG storage: } >01:38:23,087 DEBUG storage: (end of /etc/multipath.conf) >01:38:23,130 INFO storage: MultipathTopology: found singlepath device: sda >01:38:23,130 INFO storage: MultipathTopology: found non-disk device: sda1 >01:38:23,130 INFO storage: MultipathTopology: found non-disk device: sda2 >01:38:23,131 INFO storage: MultipathTopology: found non-disk device: sr0 >01:38:23,131 INFO storage: MultipathTopology: found singlepath device: loop0 >01:38:23,131 INFO storage: MultipathTopology: found singlepath device: loop1 >01:38:23,131 INFO storage: MultipathTopology: found singlepath device: loop2 >01:38:23,131 INFO storage: MultipathTopology: found singlepath device: loop3 >01:38:23,131 INFO storage: MultipathTopology: found singlepath device: loop4 >01:38:23,131 INFO storage: MultipathTopology: found singlepath device: loop5 >01:38:23,131 INFO storage: MultipathTopology: found singlepath device: loop6 >01:38:23,131 INFO storage: MultipathTopology: found singlepath device: loop7 >01:38:23,133 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:38:23,133 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:38:24,218 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:38:24,220 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:38:24,257 DEBUG storage: protected device spec /dev/sr0 resolved to sr0 >01:38:24,258 INFO storage: sr0 looks to be the live device; marking as protected >01:38:24,302 DEBUG storage: MultipathTopology._build_topology: >01:38:24,306 DEBUG storage: /etc/multipath.conf contents: >01:38:24,306 DEBUG storage: # multipath.conf written by anaconda >01:38:24,307 DEBUG storage: >01:38:24,307 DEBUG storage: defaults { >01:38:24,308 DEBUG storage: user_friendly_names yes >01:38:24,308 DEBUG storage: } >01:38:24,309 DEBUG storage: blacklist { >01:38:24,309 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:38:24,309 DEBUG storage: devnode "^hd[a-z]" >01:38:24,310 DEBUG storage: devnode "^dcssblk[0-9]*" >01:38:24,310 DEBUG storage: device { >01:38:24,311 DEBUG storage: vendor "DGC" >01:38:24,311 DEBUG storage: product "LUNZ" >01:38:24,311 DEBUG storage: } >01:38:24,311 DEBUG storage: device { >01:38:24,311 DEBUG storage: vendor "IBM" >01:38:24,311 DEBUG storage: product "S/390.*" >01:38:24,311 DEBUG storage: } >01:38:24,311 DEBUG storage: # don't count normal SATA devices as multipaths >01:38:24,311 DEBUG storage: device { >01:38:24,311 DEBUG storage: vendor "ATA" >01:38:24,311 DEBUG storage: } >01:38:24,311 DEBUG storage: # don't count 3ware devices as multipaths >01:38:24,317 DEBUG storage: device { >01:38:24,317 DEBUG storage: vendor "3ware" >01:38:24,317 DEBUG storage: } >01:38:24,317 DEBUG storage: device { >01:38:24,317 DEBUG storage: vendor "AMCC" >01:38:24,317 DEBUG storage: } >01:38:24,317 DEBUG storage: # nor highpoint devices >01:38:24,317 DEBUG storage: device { >01:38:24,318 DEBUG storage: vendor "HPT" >01:38:24,318 DEBUG storage: } >01:38:24,318 DEBUG storage: } >01:38:24,321 DEBUG storage: multipaths { >01:38:24,321 DEBUG storage: } >01:38:24,321 DEBUG storage: (end of /etc/multipath.conf) >01:38:24,385 INFO storage: MultipathTopology: found singlepath device: sda >01:38:24,387 INFO storage: MultipathTopology: found non-disk device: sda1 >01:38:24,388 INFO storage: MultipathTopology: found non-disk device: sda2 >01:38:24,389 INFO storage: MultipathTopology: found non-disk device: sr0 >01:38:24,389 INFO storage: MultipathTopology: found singlepath device: loop0 >01:38:24,389 INFO storage: MultipathTopology: found singlepath device: loop1 >01:38:24,390 INFO storage: MultipathTopology: found singlepath device: loop2 >01:38:24,390 INFO storage: MultipathTopology: found singlepath device: loop3 >01:38:24,390 INFO storage: MultipathTopology: found singlepath device: loop4 >01:38:24,390 INFO storage: MultipathTopology: found singlepath device: loop5 >01:38:24,390 INFO storage: MultipathTopology: found singlepath device: loop6 >01:38:24,390 INFO storage: MultipathTopology: found singlepath device: loop7 >01:38:24,390 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:38:24,390 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:38:24,394 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:38:24,403 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': '22966', > '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 ; >01:38:24,408 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:38:24,415 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:38:24,422 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:24,423 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:38:24,428 INFO storage: sda is a disk >01:38:24,440 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:24,442 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:38:24,445 INFO storage: added disk sda (id 0) to device tree >01:38:24,446 DEBUG storage: looking up parted Device: /dev/sda >01:38:24,454 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:38:24,460 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >01:38:24,467 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:38:24,474 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:38:24,499 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7faa4812ac50>, <parted.partition.Partition object at 0x7faa4813e050>] > device: <parted.device.Device object at 0x7faa4812a890> > PedDisk: <_ped.Disk object at 0x7faa4812c878> >01:38:24,499 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:38:24,500 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:38:24,512 INFO storage: got device: DiskDevice instance (0x7faa480c6210) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7faa48084320> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7faa48119810> >01:38:24,517 INFO storage: got format: DiskLabel instance (0x7faa48119b50) -- > 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 = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7faa4812ac50>, <parted.partition.Partition object at 0x7faa4813e050>] > device: <parted.device.Device object at 0x7faa4812a890> > PedDisk: <_ped.Disk object at 0x7faa4812c878> > origPartedDisk = <parted.disk.Disk object at 0x7faa4813e210> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7faa48084680> > >01:38:24,532 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2048', > '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': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '28554541', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:38:24,535 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:38:24,536 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:38:24,542 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:24,543 INFO storage: sda1 is a partition >01:38:24,544 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:38:24,546 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:38:24,552 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:38:24,553 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:38:24,555 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:38:24,560 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:24,561 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:38:24,562 DEBUG storage: looking up parted Partition: /dev/sda1 >01:38:24,563 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:38:24,565 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:38:24,570 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:38:24,571 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:38:24,572 INFO storage: added partition sda1 (id 1) to device tree >01:38:24,573 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:38:24,578 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >01:38:24,580 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:38:24,581 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >01:38:24,602 WARN storage: disklabel detected but not usable on sda1 >01:38:24,606 INFO storage: type detected on 'sda1' is 'ext4' >01:38:24,706 DEBUG storage: padding min size from 77 up to 84 >01:38:24,708 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:24,708 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:24,709 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:38:24,711 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:38:24,716 DEBUG storage: looking up parted Device: /dev/sda1 >01:38:24,718 INFO storage: got device: PartitionDevice instance (0x7faa4813edd0) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7faa48084b00> > target size = 0 path = /dev/sda1 > 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 0x7faa4812a990> fileSystem: <parted.filesystem.FileSystem object at 0x7faa4813e190> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faa4812add0> PedPartition: <_ped.Partition object at 0x7faa4812b290> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:38:24,724 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:24,724 INFO storage: got format: Ext4FS instance (0x7faa481498d0) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:38:24,727 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '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_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': '4096', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1048576', > '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': '28554577', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:38:24,732 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:38:24,733 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:38:24,734 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:24,735 INFO storage: sda2 is a partition >01:38:24,736 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:38:24,740 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:38:24,743 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:38:24,748 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:38:24,750 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:38:24,750 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:24,752 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:38:24,756 DEBUG storage: looking up parted Partition: /dev/sda2 >01:38:24,757 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:38:24,759 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:38:24,764 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:38:24,765 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:38:24,766 INFO storage: added partition sda2 (id 2) to device tree >01:38:24,767 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:38:24,772 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >01:38:24,773 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:38:24,775 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >01:38:24,783 WARN storage: disklabel detected but not usable on sda2 >01:38:24,787 DEBUG storage: no type or existing type for sda2, bailing >01:38:24,789 DEBUG storage: looking up parted Device: /dev/sda2 >01:38:24,790 INFO storage: got device: PartitionDevice instance (0x7faa48165fd0) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32682 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7faa48084cb0> > 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 0x7faa4812a990> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faa4813e110> PedPartition: <_ped.Partition object at 0x7faa4812b2f0> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:38:24,809 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:38:24,813 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:38:24,814 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:38:24,815 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:24,816 INFO storage: sr0 is a cdrom >01:38:24,817 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:38:24,822 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:24,823 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:38:24,824 INFO storage: added cdrom sr0 (id 3) to device tree >01:38:24,825 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:38:24,832 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:38:24,833 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:38:24,835 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:38:24,836 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:38:24,851 WARN storage: disklabel detected but not usable on sr0 >01:38:24,855 INFO storage: type detected on 'sr0' is 'iso9660' >01:38:24,857 DEBUG storage: Iso9660FS.supported: supported: True ; >01:38:24,857 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:38:24,858 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:38:24,860 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:38:24,867 DEBUG storage: looking up parted Device: /dev/sr0 >01:38:24,869 INFO storage: got device: OpticalDevice instance (0x7faa481721d0) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x7faa48084ef0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:38:24,870 DEBUG storage: Iso9660FS.supported: supported: True ; >01:38:24,871 INFO storage: got format: Iso9660FS instance (0x7faa48172a50) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:38:24,873 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:38:24,877 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:38:24,878 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:38:24,880 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:24,880 INFO storage: loop0 is a loop device >01:38:24,881 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:38:24,887 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:38:24,888 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:24,889 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:24,890 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:38:24,891 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:38:24,896 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:38:24,896 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:24,898 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:38:24,898 INFO storage: added loop loop0 (id 5) to device tree >01:38:24,900 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:38:24,905 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:38:24,905 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:38:24,907 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:38:24,908 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:38:24,917 WARN storage: disklabel detected but not usable on loop0 >01:38:24,917 INFO storage: type detected on 'loop0' is 'squashfs' >01:38:24,917 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:38:24,918 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:38:24,918 INFO storage: got device: LoopDevice instance (0x7faa4816ba50) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:38:24,922 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:38:24,926 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:38:24,927 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:38:24,929 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:24,931 INFO storage: loop1 is a loop device >01:38:24,933 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:38:24,934 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:38:24,938 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:24,939 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:24,941 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:38:24,941 INFO storage: added file /osmin (id 6) to device tree >01:38:24,947 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:38:24,947 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:24,949 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:38:24,949 INFO storage: added loop loop1 (id 7) to device tree >01:38:24,951 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:38:24,952 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:38:24,955 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:38:24,957 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:38:24,962 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:38:24,963 WARN storage: disklabel detected but not usable on loop1 >01:38:24,964 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:38:24,965 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:38:24,966 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:38:24,971 INFO storage: got device: LoopDevice instance (0x3fb9e50) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:38:24,973 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:38:24,974 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:38:24,975 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:38:24,980 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:24,982 INFO storage: loop2 is a loop device >01:38:24,984 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:38:24,985 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:38:24,986 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:24,991 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:24,993 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:38:24,993 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:38:24,995 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:38:24,999 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:25,000 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:38:25,001 INFO storage: added loop loop2 (id 9) to device tree >01:38:25,002 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:38:25,004 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:38:25,008 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:38:25,009 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:38:25,011 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:38:25,018 WARN storage: disklabel detected but not usable on loop2 >01:38:25,018 INFO storage: type detected on 'loop2' is 'squashfs' >01:38:25,018 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:38:25,021 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:38:25,024 INFO storage: got device: LoopDevice instance (0x3fbd410) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:38:25,027 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:38:25,031 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:38:25,032 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:38:25,034 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:25,038 INFO storage: loop3 is a loop device >01:38:25,039 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:38:25,041 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:38:25,042 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:25,042 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:25,048 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:38:25,048 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:38:25,050 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:38:25,050 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:25,052 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:38:25,057 INFO storage: added loop loop3 (id 11) to device tree >01:38:25,058 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:38:25,060 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:38:25,061 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:25,065 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:25,065 DEBUG storage: device loop3 does not contain a disklabel >01:38:25,066 INFO storage: type detected on 'loop3' is 'ext4' >01:38:25,163 DEBUG storage: using current size 0 as min size >01:38:25,164 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:25,164 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:25,166 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:38:25,167 INFO storage: got device: LoopDevice instance (0x3fc6ad0) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:38:25,168 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:25,173 INFO storage: got format: Ext4FS instance (0x3fc6e90) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:38:25,175 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:38:25,175 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:38:25,177 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:38:25,180 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:25,185 INFO storage: loop4 is a loop device >01:38:25,186 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:38:25,187 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:38:25,189 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:25,189 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:25,191 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:38:25,195 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:38:25,196 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:38:25,197 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:25,198 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:38:25,199 INFO storage: added loop loop4 (id 13) to device tree >01:38:25,204 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:38:25,205 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:38:25,206 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:38:25,207 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:38:25,208 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:38:25,217 WARN storage: disklabel detected but not usable on loop4 >01:38:25,217 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:38:25,217 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:38:25,218 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:38:25,218 INFO storage: got device: LoopDevice instance (0x3fbdf50) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:38:25,227 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:38:25,228 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:38:25,228 DEBUG storage: lvm filter: adding loop5 to the reject list >01:38:25,230 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:38:25,234 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:38:25,234 DEBUG storage: lvm filter: adding loop6 to the reject list >01:38:25,236 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:38:25,237 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:38:25,237 DEBUG storage: lvm filter: adding loop7 to the reject list >01:38:25,238 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:38:25,238 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:38:25,275 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:38:25,282 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:38:25,283 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:38:25,284 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:38:25,289 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:25,289 INFO storage: live-rw is a device-mapper device >01:38:25,290 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:38:25,291 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:38:25,296 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:38:25,297 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:38:25,303 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:38:25,304 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:38:25,305 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:25,307 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:38:25,312 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:25,313 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:38:25,314 INFO storage: added dm live-rw (id 14) to device tree >01:38:25,315 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:38:25,320 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:38:25,321 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:25,322 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:25,322 DEBUG storage: device live-rw does not contain a disklabel >01:38:25,322 INFO storage: type detected on 'live-rw' is 'ext4' >01:38:25,406 DEBUG storage: padding min size from 3367 up to 3703 >01:38:25,408 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:25,408 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:25,409 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:38:25,410 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:38:25,414 INFO storage: got device: DMDevice instance (0x3fcd710) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32682 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x7faa480845f0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:38:25,415 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:25,416 INFO storage: got format: Ext4FS instance (0x3fcd6d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:38:25,418 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:38:25,422 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:38:25,426 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:38:25,428 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:25,428 INFO storage: live-osimg-min is a device-mapper device >01:38:25,429 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:38:25,430 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:38:25,435 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:38:25,436 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:38:25,437 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:38:25,442 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:38:25,443 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:38:25,444 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:25,449 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:38:25,449 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:25,450 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:38:25,451 INFO storage: added dm live-osimg-min (id 15) to device tree >01:38:25,456 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:38:25,457 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:38:25,458 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:25,458 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:25,459 DEBUG storage: device live-osimg-min does not contain a disklabel >01:38:25,459 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:38:25,544 DEBUG storage: using current size 0 as min size >01:38:25,545 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:25,546 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:25,547 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:38:25,550 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:38:25,551 INFO storage: got device: DMDevice instance (0x3fd59d0) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32682 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x3fba7a0> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:38:25,563 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:25,563 INFO storage: got format: Ext4FS instance (0x3fe6d90) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:38:25,607 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:38:25,646 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:38:25,648 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:38:25,650 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:38:25,691 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:38:25,693 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:38:25,695 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:38:25,733 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:38:25,735 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:38:25,737 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:38:25,776 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:38:25,777 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:38:25,778 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:38:25,783 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:38:25,785 INFO storage: edd: collected mbr signatures: {'sda': '0x000a740d'} >01:38:25,787 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:38:25,804 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >01:38:25,822 WARN storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >01:38:25,823 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:38:25,886 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:25,888 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:25,889 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:25,894 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:25,897 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:38:25,903 DEBUG storage: Iso9660FS.supported: supported: True ; >01:38:25,931 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/live-osimg-min ; >01:38:25,936 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4096MB dm live-osimg-min (15) with existing ext4 filesystem >01:38:36,343 DEBUG storage: Iso9660FS.supported: supported: True ; >01:38:36,345 DEBUG storage: Iso9660FS.supported: supported: True ; >01:38:36,347 DEBUG storage: NFSv4.supported: supported: False ; >01:38:36,348 DEBUG storage: NFSv4.supported: supported: False ; >01:38:36,349 DEBUG storage: SELinuxFS.supported: supported: False ; >01:38:36,351 DEBUG storage: SELinuxFS.supported: supported: False ; >01:38:36,352 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:36,354 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:36,355 DEBUG storage: Ext3FS.supported: supported: True ; >01:38:36,357 DEBUG storage: Ext3FS.supported: supported: True ; >01:38:36,359 DEBUG storage: Ext2FS.supported: supported: True ; >01:38:36,360 DEBUG storage: Ext2FS.supported: supported: True ; >01:38:36,362 DEBUG storage: SysFS.supported: supported: False ; >01:38:36,364 DEBUG storage: SysFS.supported: supported: False ; >01:38:36,365 DEBUG storage: MultipathMember.__init__: >01:38:36,367 DEBUG storage: MDRaidMember.__init__: >01:38:36,369 DEBUG storage: ProcFS.supported: supported: False ; >01:38:36,370 DEBUG storage: ProcFS.supported: supported: False ; >01:38:36,371 DEBUG storage: SwapSpace.__init__: >01:38:36,373 DEBUG storage: NoDevFS.supported: supported: False ; >01:38:36,375 DEBUG storage: NoDevFS.supported: supported: False ; >01:38:36,376 DEBUG storage: DevPtsFS.supported: supported: False ; >01:38:36,377 DEBUG storage: DevPtsFS.supported: supported: False ; >01:38:36,379 DEBUG storage: BTRFS.supported: supported: True ; >01:38:36,381 DEBUG storage: USBFS.supported: supported: False ; >01:38:36,382 DEBUG storage: USBFS.supported: supported: False ; >01:38:36,384 DEBUG storage: DiskLabel.__init__: >01:38:36,384 INFO storage: DiskLabel.partedDevice returning None >01:38:36,386 DEBUG storage: HFSPlus.supported: supported: False ; >01:38:36,387 DEBUG storage: HFSPlus.supported: supported: False ; >01:38:36,388 DEBUG storage: XFS.supported: supported: True ; >01:38:36,390 DEBUG storage: XFS.supported: supported: True ; >01:38:36,392 DEBUG storage: TmpFS.supported: supported: False ; >01:38:36,393 DEBUG storage: TmpFS.supported: supported: False ; >01:38:36,395 DEBUG storage: LUKS.__init__: >01:38:36,396 DEBUG storage: NTFS.supported: supported: False ; >01:38:36,397 DEBUG storage: NTFS.supported: supported: False ; >01:38:36,399 DEBUG storage: BindFS.supported: supported: False ; >01:38:36,400 DEBUG storage: BindFS.supported: supported: False ; >01:38:36,401 DEBUG storage: HFS.supported: supported: False ; >01:38:36,403 DEBUG storage: HFS.supported: supported: False ; >01:38:36,404 DEBUG storage: LVMPhysicalVolume.__init__: >01:38:36,406 DEBUG storage: NFS.supported: supported: False ; >01:38:36,407 DEBUG storage: NFS.supported: supported: False ; >01:38:36,409 DEBUG storage: FATFS.supported: supported: True ; >01:38:36,410 DEBUG storage: FATFS.supported: supported: True ; >01:38:36,412 DEBUG storage: DMRaidMember.__init__: >01:38:57,974 DEBUG storage: clearpart: looking at sda2 >01:38:57,978 DEBUG storage: clearpart: looking at sda1 >01:38:57,979 DEBUG storage: checking whether disk sda has an empty extended >01:38:57,983 DEBUG storage: extended is None ; logicals is [] >01:38:57,984 DEBUG storage: new disk order: [] >01:38:58,049 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:38:58,052 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:38:58,054 DEBUG storage: doAutoPart: True >01:38:58,054 DEBUG storage: encryptedAutoPart: False >01:38:58,054 DEBUG storage: autoPartType: 2 >01:38:58,054 DEBUG storage: clearPartType: 2 >01:38:58,055 DEBUG storage: clearPartDisks: ['sda'] >01:38:58,055 DEBUG storage: autoPartitionRequests: >PartSpec instance (0x68d4390) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x68d43d0) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0x68d4410) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0x68d4450) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0x68d4490) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 4032 maxSize = None grow = False > >01:38:58,055 DEBUG storage: storage.disks: ['sda'] >01:38:58,055 DEBUG storage: storage.partitioned: ['sda'] >01:38:58,055 DEBUG storage: all names: ['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sda1', 'sda2', 'sr0'] >01:38:58,063 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:38:58,064 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:38:58,064 DEBUG storage: resolved 'sda' to 'sda' (disk) >01:38:58,065 DEBUG storage: boot disk: sda >01:38:58,066 DEBUG storage: LVMPhysicalVolume.__init__: mountpoint: None ; >01:38:58,066 DEBUG storage: getFormat('lvmpv') returning LVMPhysicalVolume instance >01:38:58,072 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >01:38:58,073 DEBUG storage: PartitionDevice._setFormat: req0 ; >01:38:58,074 DEBUG storage: PartitionDevice._setFormat: req0 ; current: None ; type: lvmpv ; >01:38:58,075 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: sda ; >01:38:58,076 INFO storage: added partition req0 (id 16) to device tree >01:38:58,076 INFO storage: registered action: [0] Create Device partition req0 (id 16) >01:38:58,076 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:58,076 INFO storage: registered action: [1] Create Format lvmpv on partition req0 (id 16) >01:38:58,077 DEBUG storage: candidate disks: [DiskDevice instance (0x7faa480c6210) -- > name = sda status = True kids = 2 id = 0 > parents = [] > uuid = None size = 12288.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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7faa48084320> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7faa48119810>] >01:38:58,078 DEBUG storage: devs: [PartitionDevice instance (0x7faa2c027f90) -- > name = req0 status = False kids = 0 id = 16 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False > partedPartition = None > disk = None >] >01:38:58,078 DEBUG storage: _is_valid_disklabel(sda) returning True >01:38:58,078 DEBUG storage: _is_valid_size(sda) returning True >01:38:58,082 DEBUG storage: _is_valid_location(sda) returning True >01:38:58,086 DEBUG storage: _is_valid_format(sda) returning True >01:38:58,086 DEBUG storage: is_valid_stage1_device(sda) returning True >01:38:58,092 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:58,092 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:58,093 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >01:38:58,094 DEBUG storage: PartitionDevice._setFormat: req1 ; >01:38:58,097 DEBUG storage: PartitionDevice._setFormat: req1 ; current: None ; type: ext4 ; >01:38:58,100 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: sda ; >01:38:58,100 INFO storage: added partition req1 (id 17) to device tree >01:38:58,100 INFO storage: registered action: [2] Create Device partition req1 (id 17) >01:38:58,100 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:58,101 INFO storage: registered action: [3] Create Format ext4 filesystem mounted at /boot on partition req1 (id 17) >01:38:58,101 INFO storage: skipping unneeded stage1 biosboot request >01:38:58,101 DEBUG storage: PartSpec instance (0x68d4450) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >01:38:58,101 DEBUG storage: existing 12288MB disk sda (0) with existing msdos disklabel >01:38:58,102 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:38:58,108 DEBUG storage: removing all non-preexisting partitions ['req0(id 16)', 'req1(id 17)'] from disk(s) ['sda'] >01:38:58,109 DEBUG storage: allocatePartitions: disks=['sda'] ; partitions=['req0(id 16)', 'req1(id 17)'] >01:38:58,109 DEBUG storage: removing all non-preexisting partitions ['req1(id 17)', 'req0(id 16)'] from disk(s) ['sda'] >01:38:58,110 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:38:58,114 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:38:58,114 DEBUG storage: resolved 'sda' to 'sda' (disk) >01:38:58,115 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:38:58,116 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:38:58,116 DEBUG storage: resolved 'sda' to 'sda' (disk) >01:38:58,116 DEBUG storage: allocating partition: req1 ; id: 17 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 >01:38:58,117 DEBUG storage: checking freespace on sda >01:38:58,117 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=True best=None grow=False >01:38:58,117 DEBUG storage: current free range is 63-2047 (0MB) >01:38:58,117 DEBUG storage: current free range is 1052672-25165823 (11774MB) >01:38:58,118 DEBUG storage: updating use_disk to sda, type: 0 >01:38:58,122 DEBUG storage: new free: 1052672-25165823 / 11774MB >01:38:58,123 DEBUG storage: new free allows for 0 sectors of growth >01:38:58,123 DEBUG storage: found free space for bootable request >01:38:58,123 DEBUG storage: created partition sda3 of 500MB and added it to /dev/sda >01:38:58,124 DEBUG storage: PartitionDevice._setPartedPartition: req1 ; >01:38:58,124 DEBUG storage: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faa4812a990> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faa2c031d90> PedPartition: <_ped.Partition object at 0x7faa2c02dd10> >01:38:58,125 DEBUG storage: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >01:38:58,130 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >01:38:58,131 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >01:38:58,132 DEBUG storage: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faa4812a990> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faa2c031fd0> PedPartition: <_ped.Partition object at 0x7faa2c02de90> >01:38:58,133 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:38:58,138 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:38:58,138 DEBUG storage: resolved 'sda' to 'sda' (disk) >01:38:58,139 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:38:58,140 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:38:58,140 DEBUG storage: resolved 'sda' to 'sda' (disk) >01:38:58,140 DEBUG storage: allocating partition: req0 ; id: 16 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 >01:38:58,141 DEBUG storage: checking freespace on sda >01:38:58,145 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=2 req_size=500MB boot=False best=None grow=True >01:38:58,145 DEBUG storage: current free range is 63-2047 (0MB) >01:38:58,146 DEBUG storage: current free range is 2076672-25165823 (11274MB) >01:38:58,146 DEBUG storage: evaluating growth potential for new layout >01:38:58,146 DEBUG storage: calculating growth for disk /dev/sda >01:38:58,146 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=500MB boot=False best=None grow=True >01:38:58,147 DEBUG storage: looking for intersection between extended (2076672-25165823) and free (63-2047) >01:38:58,147 DEBUG storage: free region not suitable for request >01:38:58,147 DEBUG storage: looking for intersection between extended (2076672-25165823) and free (2076735-25165823) >01:38:58,147 DEBUG storage: current free range is 2076735-25165823 (11273MB) >01:38:58,147 DEBUG storage: adjusted start sector from 2076735 to 2080768 >01:38:58,152 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >01:38:58,152 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faa4812a990> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faa2c039150> PedPartition: <_ped.Partition object at 0x7faa2c02dcb0> >01:38:58,153 DEBUG storage: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >01:38:58,161 DEBUG storage: DiskDevice.addChild: kids: 3 ; name: sda ; >01:38:58,161 DEBUG storage: adding request 17 to chunk 24113152 (1052672-25165823) on /dev/sda >01:38:58,161 DEBUG storage: adding request 16 to chunk 24113152 (1052672-25165823) on /dev/sda >01:38:58,162 DEBUG storage: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >01:38:58,162 DEBUG storage: Chunk.growRequests: 24113152 on /dev/sda start = 1052672 end = 25165823 >sectorSize = 512 > >01:38:58,162 DEBUG storage: req: PartitionRequest instance -- >id = 17 name = sda3 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >01:38:58,162 DEBUG storage: req: PartitionRequest instance -- >id = 16 name = sda5 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >01:38:58,162 DEBUG storage: 1 requests and 22065152 (10774MB) left in chunk >01:38:58,162 DEBUG storage: adding 22065152 (10774MB) to 16 (sda5) >01:38:58,162 DEBUG storage: new grow amount for request 16 (sda5) is 22065152 units, or 10774MB >01:38:58,162 DEBUG storage: request 17 (sda3) growth: 0 (0MB) size: 500MB >01:38:58,166 DEBUG storage: request 16 (sda5) growth: 22065152 (10774MB) size: 11274MB >01:38:58,167 DEBUG storage: disk /dev/sda growth: 22065152 (10774MB) >01:38:58,168 DEBUG storage: PartitionDevice._setPartedPartition: sda5 ; >01:38:58,168 DEBUG storage: device sda5 new partedPartition None >01:38:58,168 DEBUG storage: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >01:38:58,169 DEBUG storage: DiskDevice.removeChild: kids: 4 ; name: sda ; >01:38:58,170 DEBUG storage: total growth: 22065152 sectors >01:38:58,181 DEBUG storage: updating use_disk to sda, type: 2 >01:38:58,183 DEBUG storage: new free: 2076672-25165823 / 11274MB >01:38:58,184 DEBUG storage: new free allows for 22065152 sectors of growth >01:38:58,187 DEBUG storage: creating extended partition >01:38:58,188 DEBUG storage: recalculating free space >01:38:58,191 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=500MB boot=False best=None grow=True >01:38:58,192 DEBUG storage: looking for intersection between extended (2076672-25165823) and free (63-2047) >01:38:58,192 DEBUG storage: free region not suitable for request >01:38:58,193 DEBUG storage: looking for intersection between extended (2076672-25165823) and free (2076735-25165823) >01:38:58,193 DEBUG storage: current free range is 2076735-25165823 (11273MB) >01:38:58,194 DEBUG storage: adjusted start sector from 2076735 to 2080768 >01:38:58,197 DEBUG storage: created partition sda5 of 500MB and added it to /dev/sda >01:38:58,206 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >01:38:58,208 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faa4812a990> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faa2c039590> PedPartition: <_ped.Partition object at 0x7faa2c02dd70> >01:38:58,209 DEBUG storage: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >01:38:58,213 DEBUG storage: DiskDevice.addChild: kids: 3 ; name: sda ; >01:38:58,214 DEBUG storage: PartitionDevice._setPartedPartition: sda5 ; >01:38:58,215 DEBUG storage: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faa4812a990> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faa2c039b50> PedPartition: <_ped.Partition object at 0x7faa2c0300b0> >01:38:58,215 DEBUG storage: growPartitions: disks=['sda'], partitions=['sda5(id 16)', 'sda3(id 17)'] >01:38:58,215 DEBUG storage: growable partitions are ['sda5'] >01:38:58,215 DEBUG storage: adding request 16 to chunk 24113152 (1052672-25165823) on /dev/sda >01:38:58,215 DEBUG storage: adding request 17 to chunk 24113152 (1052672-25165823) on /dev/sda >01:38:58,215 DEBUG storage: disk sda has 2 chunks >01:38:58,216 DEBUG storage: Chunk.growRequests: 24113152 on /dev/sda start = 1052672 end = 25165823 >sectorSize = 512 > >01:38:58,219 DEBUG storage: req: PartitionRequest instance -- >id = 17 name = sda3 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >01:38:58,219 DEBUG storage: req: PartitionRequest instance -- >id = 16 name = sda5 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >01:38:58,219 DEBUG storage: 1 requests and 22065152 (10774MB) left in chunk >01:38:58,219 DEBUG storage: adding 22065152 (10774MB) to 16 (sda5) >01:38:58,219 DEBUG storage: new grow amount for request 16 (sda5) is 22065152 units, or 10774MB >01:38:58,219 DEBUG storage: growing partitions on sda >01:38:58,220 DEBUG storage: partition sda3 (17): 0 >01:38:58,220 DEBUG storage: new geometry for sda3: parted.Geometry instance -- > start: 1052672 end: 2076671 length: 1024000 > device: <parted.device.Device object at 0x7faa4812a890> PedGeometry: <_ped.Geometry object at 0x7faa2c031e50> >01:38:58,220 DEBUG storage: partition sda5 (16): 1 >01:38:58,220 DEBUG storage: new geometry for sda5: parted.Geometry instance -- > start: 2078720 end: 25165823 length: 23087104 > device: <parted.device.Device object at 0x7faa4812a890> PedGeometry: <_ped.Geometry object at 0x7faa2c039d10> >01:38:58,220 DEBUG storage: removing all non-preexisting partitions ['sda3(id 17)', 'sda5(id 16)'] from disk(s) ['sda'] >01:38:58,226 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >01:38:58,226 DEBUG storage: device sda3 new partedPartition None >01:38:58,227 DEBUG storage: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >01:38:58,228 DEBUG storage: DiskDevice.removeChild: kids: 4 ; name: sda ; >01:38:58,229 DEBUG storage: PartitionDevice._setPartedPartition: sda5 ; >01:38:58,229 DEBUG storage: device sda5 new partedPartition None >01:38:58,234 DEBUG storage: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >01:38:58,235 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: sda ; >01:38:58,236 DEBUG storage: removing empty extended partition from sda >01:38:58,236 DEBUG storage: back from removeNewPartitions >01:38:58,236 DEBUG storage: extended: parted.Geometry instance -- > start: 2076672 end: 25165823 length: 23089152 > device: <parted.device.Device object at 0x7faa2c031bd0> PedGeometry: <_ped.Geometry object at 0x7faa2c031c10> >01:38:58,236 DEBUG storage: setting up new geometry for extended on sda >01:38:58,236 DEBUG storage: new geometry for extended: parted.Geometry instance -- > start: 2076672 end: 25165823 length: 23089152 > device: <parted.device.Device object at 0x7faa4812a890> PedGeometry: <_ped.Geometry object at 0x7faa2c031dd0> >01:38:58,236 DEBUG storage: setting req1 new geometry: parted.Geometry instance -- > start: 1052672 end: 2076671 length: 1024000 > device: <parted.device.Device object at 0x7faa4812a890> PedGeometry: <_ped.Geometry object at 0x7faa2c031e50> >01:38:58,242 DEBUG storage: PartitionDevice._setPartedPartition: req1 ; >01:38:58,242 DEBUG storage: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faa4812a990> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faa2c039410> PedPartition: <_ped.Partition object at 0x7faa2c02ddd0> >01:38:58,243 DEBUG storage: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >01:38:58,244 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >01:38:58,249 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >01:38:58,249 DEBUG storage: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faa4812a990> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faa2c03c2d0> PedPartition: <_ped.Partition object at 0x7faa2c030290> >01:38:58,250 DEBUG storage: setting sda-1 new geometry: parted.Geometry instance -- > start: 2076672 end: 25165823 length: 23089152 > device: <parted.device.Device object at 0x7faa4812a890> PedGeometry: <_ped.Geometry object at 0x7faa2c031dd0> >01:38:58,250 DEBUG storage: setting req0 new geometry: parted.Geometry instance -- > start: 2078720 end: 25165823 length: 23087104 > device: <parted.device.Device object at 0x7faa4812a890> PedGeometry: <_ped.Geometry object at 0x7faa2c039d10> >01:38:58,251 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >01:38:58,251 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faa4812a990> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faa2c039fd0> PedPartition: <_ped.Partition object at 0x7faa2c02de30> >01:38:58,256 DEBUG storage: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >01:38:58,257 DEBUG storage: DiskDevice.addChild: kids: 3 ; name: sda ; >01:38:58,258 DEBUG storage: PartitionDevice._setPartedPartition: sda5 ; >01:38:58,262 DEBUG storage: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faa4812a990> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faa2c03c990> PedPartition: <_ped.Partition object at 0x7faa2c0302f0> >01:38:58,263 DEBUG storage: fixing size of existing 1MB partition sda1 (1) with existing ext4 filesystem at 1.00 >01:38:58,263 DEBUG storage: fixing size of existing 512MB partition sda2 (2) at 512.00 >01:38:58,264 DEBUG storage: fixing size of non-existent 500MB partition sda3 (17) with non-existent ext4 filesystem mounted at /boot at 500.00 >01:38:58,264 DEBUG storage: fixing size of non-existent 11273MB partition sda5 (16) with non-existent lvmpv at 11273.00 >01:38:58,265 DEBUG storage: DeviceTree.getDeviceByName: name: sda4 ; >01:38:58,270 DEBUG storage: DeviceTree.getDeviceByName returned None >01:38:58,271 DEBUG storage: DiskDevice.addChild: kids: 4 ; name: sda ; >01:38:58,272 DEBUG storage: PartitionDevice._setFormat: sda4 ; >01:38:58,272 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:58,276 DEBUG storage: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >01:38:58,277 DEBUG storage: DiskDevice.removeChild: kids: 5 ; name: sda ; >01:38:58,278 DEBUG storage: PartitionDevice._setPartedPartition: sda4 ; >01:38:58,278 DEBUG storage: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faa4812a990> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faa2c0398d0> PedPartition: <_ped.Partition object at 0x7faa2c02dd10> >01:38:58,278 INFO storage: added partition sda4 (id 18) to device tree >01:38:58,283 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sda5 ; >01:38:58,285 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:58,286 DEBUG storage: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >01:38:58,286 INFO storage: added lvmvg fedora (id 19) to device tree >01:38:58,286 INFO storage: registered action: [4] Create Device lvmvg fedora (id 19) >01:38:58,287 DEBUG storage: Ext4FS.supported: supported: True ; >01:38:58,287 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:38:58,292 DEBUG storage: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >01:38:58,295 DEBUG storage: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: ext4 ; >01:38:58,297 DEBUG storage: fedora size is 11272MB >01:38:58,297 DEBUG storage: vg fedora has 11272MB free >01:38:58,297 DEBUG storage: Adding fedora-root/1024MB to fedora >01:38:58,297 INFO storage: added lvmlv fedora-root (id 20) to device tree >01:38:58,297 INFO storage: registered action: [5] Create Device lvmlv fedora-root (id 20) >01:38:58,298 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:58,298 INFO storage: registered action: [6] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 20) >01:38:58,299 DEBUG storage: SwapSpace.__init__: mountpoint: None ; >01:38:58,299 DEBUG storage: getFormat('swap') returning SwapSpace instance >01:38:58,304 DEBUG storage: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >01:38:58,306 DEBUG storage: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: swap ; >01:38:58,306 DEBUG storage: fedora size is 11272MB >01:38:58,306 DEBUG storage: vg fedora has 10248MB free >01:38:58,306 DEBUG storage: Adding fedora-swap/4032MB to fedora >01:38:58,306 INFO storage: added lvmlv fedora-swap (id 21) to device tree >01:38:58,306 INFO storage: registered action: [7] Create Device lvmlv fedora-swap (id 21) >01:38:58,307 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:38:58,307 INFO storage: registered action: [8] Create Format swap on lvmlv fedora-swap (id 21) >01:38:58,307 DEBUG storage: fedora size is 11272MB >01:38:58,307 DEBUG storage: vg fedora has 6216MB free >01:38:58,307 DEBUG storage: vg fedora: 6216MB free ; lvs: ['root', 'swap'] >01:38:58,312 DEBUG storage: adding request 20 to chunk 2818 on /dev/mapper/fedora >01:38:58,312 DEBUG storage: adding request 21 to chunk 2818 on /dev/mapper/fedora >01:38:58,312 DEBUG storage: Chunk.growRequests: VGChunk instance -- >device = /dev/mapper/fedora length = 2818 size = 11272 >remaining = 1 pool = 1554 >01:38:58,312 DEBUG storage: req: LVRequest instance -- >id = 21 name = fedora-swap growable = False >base = 1008 growth = 0 max_grow = 0 >done = True >01:38:58,312 DEBUG storage: req: LVRequest instance -- >id = 20 name = fedora-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >01:38:58,312 DEBUG storage: 1 requests and 1554 (6216MB) left in chunk >01:38:58,312 DEBUG storage: adding 1554 (6216MB) to 20 (fedora-root) >01:38:58,312 DEBUG storage: new grow amount for request 20 (fedora-root) is 1554 units, or 6216MB >01:38:58,314 DEBUG storage: trying to set lv fedora-root size to 7240MB >01:38:58,314 DEBUG storage: fedora size is 11272MB >01:38:58,315 DEBUG storage: vg fedora has 6216MB free >01:38:58,316 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:38:58,318 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:38:58,319 DEBUG storage: resolved 'sda' to 'sda' (disk) >01:38:58,321 DEBUG storage: stage1 device cannot be of type lvmvg >01:38:58,323 DEBUG storage: stage1 device cannot be of type lvmlv >01:38:58,323 DEBUG storage: stage1 device cannot be of type lvmlv >01:38:58,324 DEBUG storage: _is_valid_disklabel(sda) returning True >01:38:58,325 DEBUG storage: _is_valid_size(sda) returning True >01:38:58,326 DEBUG storage: _is_valid_location(sda) returning True >01:38:58,327 DEBUG storage: _is_valid_format(sda) returning True >01:38:58,327 DEBUG storage: is_valid_stage1_device(sda) returning True >01:38:58,331 DEBUG storage: _is_valid_disklabel(sda) returning True >01:38:58,332 DEBUG storage: _is_valid_size(sda) returning True >01:38:58,334 DEBUG storage: _is_valid_location(sda) returning True >01:38:58,334 DEBUG storage: _is_valid_format(sda) returning True >01:38:58,335 DEBUG storage: is_valid_stage1_device(sda) returning True >01:38:58,341 DEBUG storage: _is_valid_disklabel(sda3) returning True >01:38:58,341 DEBUG storage: _is_valid_size(sda3) returning True >01:38:58,341 DEBUG storage: _is_valid_location(sda3) returning True >01:38:58,349 DEBUG storage: _is_valid_partition(sda3) returning True >01:38:58,349 DEBUG storage: _is_valid_format(sda3) returning True >01:38:58,349 DEBUG storage: is_valid_stage2_device(sda3) returning True >01:38:58,350 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:38:58,354 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:38:58,354 DEBUG storage: resolved 'sda' to 'sda' (disk) >01:38:58,366 DEBUG storage: stage1 device cannot be of type lvmvg >01:38:58,367 DEBUG storage: stage1 device cannot be of type lvmlv >01:38:58,367 DEBUG storage: stage1 device cannot be of type lvmlv >01:38:58,368 DEBUG storage: _is_valid_disklabel(sda) returning True >01:38:58,368 DEBUG storage: _is_valid_size(sda) returning True >01:38:58,369 DEBUG storage: _is_valid_location(sda) returning True >01:38:58,372 DEBUG storage: _is_valid_format(sda) returning True >01:38:58,372 DEBUG storage: is_valid_stage1_device(sda) returning True >01:38:58,382 DEBUG storage: _is_valid_disklabel(sda) returning True >01:38:58,389 DEBUG storage: _is_valid_size(sda) returning True >01:38:58,389 DEBUG storage: _is_valid_location(sda) returning True >01:38:58,390 DEBUG storage: _is_valid_format(sda) returning True >01:38:58,390 DEBUG storage: is_valid_stage1_device(sda) returning True >01:38:58,391 DEBUG storage: _is_valid_disklabel(sda3) returning True >01:38:58,394 DEBUG storage: _is_valid_size(sda3) returning True >01:38:58,395 DEBUG storage: _is_valid_location(sda3) returning True >01:38:58,395 DEBUG storage: _is_valid_partition(sda3) returning True >01:38:58,396 DEBUG storage: _is_valid_format(sda3) returning True >01:38:58,396 DEBUG storage: is_valid_stage2_device(sda3) returning True >01:39:08,194 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:39:08,219 DEBUG storage: registered device format class Ext2FS as ext2 >01:39:08,219 DEBUG storage: registered device format class Ext3FS as ext3 >01:39:08,220 DEBUG storage: registered device format class Ext4FS as ext4 >01:39:08,224 DEBUG storage: registered device format class FATFS as vfat >01:39:08,224 DEBUG storage: registered device format class EFIFS as efi >01:39:08,225 DEBUG storage: registered device format class BTRFS as btrfs >01:39:08,225 DEBUG storage: registered device format class GFS2 as gfs2 >01:39:08,225 DEBUG storage: registered device format class JFS as jfs >01:39:08,226 DEBUG storage: registered device format class ReiserFS as reiserfs >01:39:08,226 DEBUG storage: registered device format class XFS as xfs >01:39:08,226 DEBUG storage: registered device format class HFS as hfs >01:39:08,231 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:39:08,232 DEBUG storage: registered device format class HFSPlus as hfs+ >01:39:08,232 DEBUG storage: registered device format class NTFS as ntfs >01:39:08,232 DEBUG storage: registered device format class NFS as nfs >01:39:08,232 DEBUG storage: registered device format class NFSv4 as nfs4 >01:39:08,232 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:39:08,232 DEBUG storage: registered device format class NoDevFS as nodev >01:39:08,232 DEBUG storage: registered device format class DevPtsFS as devpts >01:39:08,232 DEBUG storage: registered device format class ProcFS as proc >01:39:08,232 DEBUG storage: registered device format class SysFS as sysfs >01:39:08,233 DEBUG storage: registered device format class TmpFS as tmpfs >01:39:08,233 DEBUG storage: registered device format class BindFS as bind >01:39:08,233 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:39:08,233 DEBUG storage: registered device format class USBFS as usbfs >01:39:08,233 DEBUG storage: registered device format class BIOSBoot as biosboot >01:39:08,234 DEBUG storage: registered device format class DiskLabel as disklabel >01:39:08,234 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:39:08,234 DEBUG storage: registered device format class MDRaidMember as mdmember >01:39:08,239 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:39:08,239 DEBUG storage: registered device format class MultipathMember as multipath_member >01:39:08,239 DEBUG storage: registered device format class LUKS as luks >01:39:08,240 DEBUG storage: registered device format class SwapSpace as swap >01:39:08,789 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:39:08,790 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:39:08,790 INFO storage: sr0 looks to be the live device; marking as protected >01:39:08,823 DEBUG storage: MultipathTopology._build_topology: >01:39:08,823 DEBUG storage: /etc/multipath.conf contents: >01:39:08,823 DEBUG storage: # multipath.conf written by anaconda >01:39:08,823 DEBUG storage: >01:39:08,823 DEBUG storage: defaults { >01:39:08,823 DEBUG storage: user_friendly_names yes >01:39:08,823 DEBUG storage: } >01:39:08,823 DEBUG storage: blacklist { >01:39:08,823 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:39:08,823 DEBUG storage: devnode "^hd[a-z]" >01:39:08,824 DEBUG storage: devnode "^dcssblk[0-9]*" >01:39:08,824 DEBUG storage: device { >01:39:08,824 DEBUG storage: vendor "DGC" >01:39:08,824 DEBUG storage: product "LUNZ" >01:39:08,824 DEBUG storage: } >01:39:08,824 DEBUG storage: device { >01:39:08,824 DEBUG storage: vendor "IBM" >01:39:08,824 DEBUG storage: product "S/390.*" >01:39:08,824 DEBUG storage: } >01:39:08,824 DEBUG storage: # don't count normal SATA devices as multipaths >01:39:08,824 DEBUG storage: device { >01:39:08,824 DEBUG storage: vendor "ATA" >01:39:08,824 DEBUG storage: } >01:39:08,824 DEBUG storage: # don't count 3ware devices as multipaths >01:39:08,824 DEBUG storage: device { >01:39:08,824 DEBUG storage: vendor "3ware" >01:39:08,824 DEBUG storage: } >01:39:08,824 DEBUG storage: device { >01:39:08,824 DEBUG storage: vendor "AMCC" >01:39:08,825 DEBUG storage: } >01:39:08,825 DEBUG storage: # nor highpoint devices >01:39:08,825 DEBUG storage: device { >01:39:08,825 DEBUG storage: vendor "HPT" >01:39:08,825 DEBUG storage: } >01:39:08,825 DEBUG storage: } >01:39:08,825 DEBUG storage: multipaths { >01:39:08,825 DEBUG storage: } >01:39:08,825 DEBUG storage: (end of /etc/multipath.conf) >01:39:08,868 INFO storage: MultipathTopology: found singlepath device: sda >01:39:08,869 INFO storage: MultipathTopology: found non-disk device: sda1 >01:39:08,869 INFO storage: MultipathTopology: found non-disk device: sda2 >01:39:08,870 INFO storage: MultipathTopology: found non-disk device: sr0 >01:39:08,870 INFO storage: MultipathTopology: found singlepath device: loop0 >01:39:08,871 INFO storage: MultipathTopology: found singlepath device: loop1 >01:39:08,871 INFO storage: MultipathTopology: found singlepath device: loop2 >01:39:08,871 INFO storage: MultipathTopology: found singlepath device: loop3 >01:39:08,874 INFO storage: MultipathTopology: found singlepath device: loop4 >01:39:08,874 INFO storage: MultipathTopology: found singlepath device: loop5 >01:39:08,875 INFO storage: MultipathTopology: found singlepath device: loop6 >01:39:08,875 INFO storage: MultipathTopology: found singlepath device: loop7 >01:39:08,875 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:39:08,875 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:39:08,875 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:39:08,877 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': '22966', > '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 ; >01:39:08,877 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:39:08,878 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:39:08,878 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:08,879 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:39:08,880 INFO storage: sda is a disk >01:39:08,880 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:08,882 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:39:08,882 INFO storage: added disk sda (id 0) to device tree >01:39:08,882 DEBUG storage: looking up parted Device: /dev/sda >01:39:08,888 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:39:08,890 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >01:39:08,891 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:39:08,895 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:39:08,914 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x16cdb90>, <parted.partition.Partition object at 0x16cdd10>] > device: <parted.device.Device object at 0x16cd9d0> > PedDisk: <_ped.Disk object at 0x16cfb48> >01:39:08,914 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:39:08,916 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:39:08,921 INFO storage: got device: DiskDevice instance (0x1661790) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x15cc290> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x16bab90> >01:39:08,923 INFO storage: got format: DiskLabel instance (0x16bac50) -- > 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 = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x16cdb90>, <parted.partition.Partition object at 0x16cdd10>] > device: <parted.device.Device object at 0x16cd9d0> > PedDisk: <_ped.Disk object at 0x16cfb48> > origPartedDisk = <parted.disk.Disk object at 0x16cded0> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x15cc830> > >01:39:08,925 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2048', > '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': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '28554541', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:39:08,926 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:39:08,926 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:39:08,927 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:08,927 INFO storage: sda1 is a partition >01:39:08,927 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:39:08,928 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:39:08,929 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:39:08,930 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:39:08,931 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:39:08,931 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:08,932 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:39:08,932 DEBUG storage: looking up parted Partition: /dev/sda1 >01:39:08,932 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:39:08,933 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:39:08,934 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:39:08,934 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:39:08,934 INFO storage: added partition sda1 (id 1) to device tree >01:39:08,935 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:39:08,935 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >01:39:08,936 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:39:08,937 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >01:39:08,946 WARN storage: disklabel detected but not usable on sda1 >01:39:08,946 INFO storage: type detected on 'sda1' is 'ext4' >01:39:08,983 DEBUG storage: padding min size from 77 up to 84 >01:39:08,984 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:08,984 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:08,985 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:39:08,986 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:39:08,986 DEBUG storage: looking up parted Device: /dev/sda1 >01:39:08,992 INFO storage: got device: PartitionDevice instance (0x16bab50) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x15ccb90> > target size = 0 path = /dev/sda1 > 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 0x16cda90> fileSystem: <parted.filesystem.FileSystem object at 0x16cde50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x16cdc50> PedPartition: <_ped.Partition object at 0x16cc710> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:39:08,992 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:08,993 INFO storage: got format: Ext4FS instance (0x16d4090) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:39:08,995 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '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_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': '4096', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1048576', > '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': '28554577', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:39:08,995 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:39:08,996 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:39:08,996 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:08,996 INFO storage: sda2 is a partition >01:39:08,997 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:39:08,997 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:39:08,998 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:39:08,999 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:39:08,999 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:39:08,999 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:09,000 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:39:09,000 DEBUG storage: looking up parted Partition: /dev/sda2 >01:39:09,001 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:39:09,001 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:39:09,002 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:39:09,003 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:39:09,003 INFO storage: added partition sda2 (id 2) to device tree >01:39:09,003 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:39:09,004 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >01:39:09,004 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:39:09,005 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >01:39:09,022 WARN storage: disklabel detected but not usable on sda2 >01:39:09,023 DEBUG storage: no type or existing type for sda2, bailing >01:39:09,025 DEBUG storage: looking up parted Device: /dev/sda2 >01:39:09,028 INFO storage: got device: PartitionDevice instance (0x174af10) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x15cccb0> > 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 0x16cda90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x16cddd0> PedPartition: <_ped.Partition object at 0x16cc770> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:39:09,035 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:39:09,036 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:39:09,037 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:39:09,040 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:09,040 INFO storage: sr0 is a cdrom >01:39:09,044 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:39:09,044 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:09,045 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:39:09,045 INFO storage: added cdrom sr0 (id 3) to device tree >01:39:09,045 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:39:09,047 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:39:09,048 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:39:09,049 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:39:09,049 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:39:09,058 WARN storage: disklabel detected but not usable on sr0 >01:39:09,059 INFO storage: type detected on 'sr0' is 'iso9660' >01:39:09,059 DEBUG storage: Iso9660FS.supported: supported: True ; >01:39:09,059 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:39:09,060 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:39:09,061 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:39:09,062 DEBUG storage: looking up parted Device: /dev/sr0 >01:39:09,063 INFO storage: got device: OpticalDevice instance (0x174afd0) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x15cc7a0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:39:09,064 DEBUG storage: Iso9660FS.supported: supported: True ; >01:39:09,064 INFO storage: got format: Iso9660FS instance (0x16bac90) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:39:09,065 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:39:09,065 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:39:09,066 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:39:09,066 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:09,066 INFO storage: loop0 is a loop device >01:39:09,067 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:39:09,067 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:39:09,068 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:09,068 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:09,068 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:39:09,069 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:39:09,069 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:39:09,069 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:09,070 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:39:09,070 INFO storage: added loop loop0 (id 5) to device tree >01:39:09,071 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:39:09,071 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:39:09,071 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:39:09,072 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:39:09,073 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:39:09,075 WARN storage: disklabel detected but not usable on loop0 >01:39:09,076 INFO storage: type detected on 'loop0' is 'squashfs' >01:39:09,076 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:39:09,076 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:39:09,077 INFO storage: got device: LoopDevice instance (0x1755150) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:39:09,080 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:39:09,080 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:39:09,081 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:39:09,081 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:09,082 INFO storage: loop1 is a loop device >01:39:09,082 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:39:09,083 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:39:09,083 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:09,083 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:09,084 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:39:09,084 INFO storage: added file /osmin (id 6) to device tree >01:39:09,085 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:39:09,085 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:09,085 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:39:09,086 INFO storage: added loop loop1 (id 7) to device tree >01:39:09,086 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:39:09,087 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:39:09,087 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:39:09,087 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:39:09,088 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:39:09,093 WARN storage: disklabel detected but not usable on loop1 >01:39:09,093 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:39:09,093 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:39:09,094 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:39:09,094 INFO storage: got device: LoopDevice instance (0x1755090) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:39:09,096 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:39:09,096 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:39:09,096 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:39:09,097 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:09,097 INFO storage: loop2 is a loop device >01:39:09,097 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:39:09,098 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:39:09,098 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:09,099 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:09,103 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:39:09,104 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:39:09,104 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:39:09,104 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:09,105 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:39:09,105 INFO storage: added loop loop2 (id 9) to device tree >01:39:09,106 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:39:09,106 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:39:09,106 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:39:09,107 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:39:09,108 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:39:09,113 WARN storage: disklabel detected but not usable on loop2 >01:39:09,113 INFO storage: type detected on 'loop2' is 'squashfs' >01:39:09,113 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:39:09,114 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:39:09,114 INFO storage: got device: LoopDevice instance (0x1661750) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:39:09,116 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:39:09,116 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:39:09,117 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:39:09,117 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:09,117 INFO storage: loop3 is a loop device >01:39:09,118 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:39:09,118 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:39:09,119 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:09,119 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:09,120 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:39:09,120 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:39:09,121 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:39:09,121 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:09,121 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:39:09,121 INFO storage: added loop loop3 (id 11) to device tree >01:39:09,122 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:39:09,122 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:39:09,123 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:09,123 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:09,123 DEBUG storage: device loop3 does not contain a disklabel >01:39:09,124 INFO storage: type detected on 'loop3' is 'ext4' >01:39:09,147 DEBUG storage: using current size 0 as min size >01:39:09,148 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:09,148 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:09,149 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:39:09,149 INFO storage: got device: LoopDevice instance (0x1755810) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:39:09,150 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:09,150 INFO storage: got format: Ext4FS instance (0x1755510) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:39:09,151 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:39:09,152 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:39:09,152 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:39:09,153 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:09,153 INFO storage: loop4 is a loop device >01:39:09,153 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:39:09,154 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:39:09,154 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:09,155 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:09,155 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:39:09,155 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:39:09,156 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:39:09,156 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:09,157 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:39:09,157 INFO storage: added loop loop4 (id 13) to device tree >01:39:09,157 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:39:09,158 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:39:09,158 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:39:09,159 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:39:09,159 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:39:09,165 WARN storage: disklabel detected but not usable on loop4 >01:39:09,165 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:39:09,165 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:39:09,166 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:39:09,166 INFO storage: got device: LoopDevice instance (0x1755790) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:39:09,167 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:39:09,168 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:39:09,168 DEBUG storage: lvm filter: adding loop5 to the reject list >01:39:09,169 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:39:09,169 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:39:09,169 DEBUG storage: lvm filter: adding loop6 to the reject list >01:39:09,170 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:39:09,170 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:39:09,170 DEBUG storage: lvm filter: adding loop7 to the reject list >01:39:09,170 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:39:09,170 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:39:09,186 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:39:09,188 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:39:09,188 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:39:09,189 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:39:09,189 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:09,189 INFO storage: live-rw is a device-mapper device >01:39:09,190 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:39:09,191 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:39:09,192 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:39:09,193 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:39:09,194 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:39:09,195 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:39:09,195 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:09,196 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:39:09,196 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:09,197 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:39:09,197 INFO storage: added dm live-rw (id 14) to device tree >01:39:09,197 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:39:09,198 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:39:09,199 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:09,200 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:09,200 DEBUG storage: device live-rw does not contain a disklabel >01:39:09,200 INFO storage: type detected on 'live-rw' is 'ext4' >01:39:09,224 DEBUG storage: padding min size from 3367 up to 3703 >01:39:09,225 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:09,225 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:09,226 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:39:09,226 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:39:09,231 INFO storage: got device: DMDevice instance (0x1755e10) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x15ccdd0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:39:09,231 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:09,232 INFO storage: got format: Ext4FS instance (0x1755b10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:39:09,234 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:39:09,234 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:39:09,234 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:39:09,235 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:09,235 INFO storage: live-osimg-min is a device-mapper device >01:39:09,236 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:39:09,236 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:39:09,237 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:39:09,238 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:39:09,239 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:39:09,239 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:39:09,240 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:39:09,241 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:09,242 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:39:09,242 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:09,242 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:39:09,243 INFO storage: added dm live-osimg-min (id 15) to device tree >01:39:09,243 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:39:09,244 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:39:09,244 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:09,244 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:09,244 DEBUG storage: device live-osimg-min does not contain a disklabel >01:39:09,245 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:39:09,271 DEBUG storage: using current size 0 as min size >01:39:09,272 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:09,272 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:09,273 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:39:09,273 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:39:09,274 INFO storage: got device: DMDevice instance (0x1755c50) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x15ccc20> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:39:09,278 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:09,278 INFO storage: got format: Ext4FS instance (0x16bad10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:39:09,294 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:39:09,306 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:39:09,307 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:39:09,309 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:39:09,320 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:39:09,321 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:39:09,322 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:39:09,334 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:39:09,335 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:39:09,337 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:39:09,348 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:39:09,349 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:39:09,349 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:39:09,350 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:39:09,351 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:39:09,364 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:39:09,364 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:39:09,366 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:39:09,378 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:39:09,379 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:39:09,380 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:39:09,391 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:39:09,392 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:39:09,394 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:39:09,405 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:39:09,406 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:39:09,406 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:39:09,602 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:39:09,613 DEBUG storage: registered device format class Ext2FS as ext2 >01:39:09,613 DEBUG storage: registered device format class Ext3FS as ext3 >01:39:09,614 DEBUG storage: registered device format class Ext4FS as ext4 >01:39:09,615 DEBUG storage: registered device format class FATFS as vfat >01:39:09,615 DEBUG storage: registered device format class EFIFS as efi >01:39:09,616 DEBUG storage: registered device format class BTRFS as btrfs >01:39:09,616 DEBUG storage: registered device format class GFS2 as gfs2 >01:39:09,617 DEBUG storage: registered device format class JFS as jfs >01:39:09,617 DEBUG storage: registered device format class ReiserFS as reiserfs >01:39:09,617 DEBUG storage: registered device format class XFS as xfs >01:39:09,618 DEBUG storage: registered device format class HFS as hfs >01:39:09,618 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:39:09,619 DEBUG storage: registered device format class HFSPlus as hfs+ >01:39:09,619 DEBUG storage: registered device format class NTFS as ntfs >01:39:09,620 DEBUG storage: registered device format class NFS as nfs >01:39:09,620 DEBUG storage: registered device format class NFSv4 as nfs4 >01:39:09,620 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:39:09,621 DEBUG storage: registered device format class NoDevFS as nodev >01:39:09,621 DEBUG storage: registered device format class DevPtsFS as devpts >01:39:09,621 DEBUG storage: registered device format class ProcFS as proc >01:39:09,621 DEBUG storage: registered device format class SysFS as sysfs >01:39:09,621 DEBUG storage: registered device format class TmpFS as tmpfs >01:39:09,621 DEBUG storage: registered device format class BindFS as bind >01:39:09,621 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:39:09,621 DEBUG storage: registered device format class USBFS as usbfs >01:39:09,622 DEBUG storage: registered device format class BIOSBoot as biosboot >01:39:09,622 DEBUG storage: registered device format class DiskLabel as disklabel >01:39:09,626 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:39:09,627 DEBUG storage: registered device format class MDRaidMember as mdmember >01:39:09,627 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:39:09,627 DEBUG storage: registered device format class MultipathMember as multipath_member >01:39:09,628 DEBUG storage: registered device format class LUKS as luks >01:39:09,628 DEBUG storage: registered device format class SwapSpace as swap >01:39:10,197 DEBUG storage: MultipathTopology._build_topology: >01:39:10,197 DEBUG storage: /etc/multipath.conf contents: >01:39:10,198 DEBUG storage: # multipath.conf written by anaconda >01:39:10,198 DEBUG storage: >01:39:10,199 DEBUG storage: defaults { >01:39:10,199 DEBUG storage: user_friendly_names yes >01:39:10,199 DEBUG storage: } >01:39:10,200 DEBUG storage: blacklist { >01:39:10,200 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:39:10,201 DEBUG storage: devnode "^hd[a-z]" >01:39:10,201 DEBUG storage: devnode "^dcssblk[0-9]*" >01:39:10,201 DEBUG storage: device { >01:39:10,202 DEBUG storage: vendor "DGC" >01:39:10,202 DEBUG storage: product "LUNZ" >01:39:10,202 DEBUG storage: } >01:39:10,202 DEBUG storage: device { >01:39:10,202 DEBUG storage: vendor "IBM" >01:39:10,202 DEBUG storage: product "S/390.*" >01:39:10,202 DEBUG storage: } >01:39:10,202 DEBUG storage: # don't count normal SATA devices as multipaths >01:39:10,202 DEBUG storage: device { >01:39:10,202 DEBUG storage: vendor "ATA" >01:39:10,202 DEBUG storage: } >01:39:10,205 DEBUG storage: # don't count 3ware devices as multipaths >01:39:10,206 DEBUG storage: device { >01:39:10,206 DEBUG storage: vendor "3ware" >01:39:10,206 DEBUG storage: } >01:39:10,206 DEBUG storage: device { >01:39:10,206 DEBUG storage: vendor "AMCC" >01:39:10,206 DEBUG storage: } >01:39:10,206 DEBUG storage: # nor highpoint devices >01:39:10,206 DEBUG storage: device { >01:39:10,206 DEBUG storage: vendor "HPT" >01:39:10,206 DEBUG storage: } >01:39:10,207 DEBUG storage: } >01:39:10,207 DEBUG storage: multipaths { >01:39:10,207 DEBUG storage: } >01:39:10,207 DEBUG storage: (end of /etc/multipath.conf) >01:39:10,252 INFO storage: MultipathTopology: found singlepath device: sda >01:39:10,254 INFO storage: MultipathTopology: found non-disk device: sda1 >01:39:10,255 INFO storage: MultipathTopology: found non-disk device: sda2 >01:39:10,256 INFO storage: MultipathTopology: found non-disk device: sr0 >01:39:10,257 INFO storage: MultipathTopology: found singlepath device: loop0 >01:39:10,259 INFO storage: MultipathTopology: found singlepath device: loop1 >01:39:10,260 INFO storage: MultipathTopology: found singlepath device: loop2 >01:39:10,263 INFO storage: MultipathTopology: found singlepath device: loop3 >01:39:10,263 INFO storage: MultipathTopology: found singlepath device: loop4 >01:39:10,263 INFO storage: MultipathTopology: found singlepath device: loop5 >01:39:10,263 INFO storage: MultipathTopology: found singlepath device: loop6 >01:39:10,263 INFO storage: MultipathTopology: found singlepath device: loop7 >01:39:10,263 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:39:10,264 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:39:11,310 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:39:11,311 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:39:11,349 DEBUG storage: protected device spec /dev/sr0 resolved to sr0 >01:39:11,349 INFO storage: sr0 looks to be the live device; marking as protected >01:39:11,389 DEBUG storage: MultipathTopology._build_topology: >01:39:11,393 DEBUG storage: /etc/multipath.conf contents: >01:39:11,394 DEBUG storage: # multipath.conf written by anaconda >01:39:11,394 DEBUG storage: >01:39:11,394 DEBUG storage: defaults { >01:39:11,395 DEBUG storage: user_friendly_names yes >01:39:11,395 DEBUG storage: } >01:39:11,396 DEBUG storage: blacklist { >01:39:11,396 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:39:11,396 DEBUG storage: devnode "^hd[a-z]" >01:39:11,397 DEBUG storage: devnode "^dcssblk[0-9]*" >01:39:11,397 DEBUG storage: device { >01:39:11,398 DEBUG storage: vendor "DGC" >01:39:11,398 DEBUG storage: product "LUNZ" >01:39:11,398 DEBUG storage: } >01:39:11,398 DEBUG storage: device { >01:39:11,398 DEBUG storage: vendor "IBM" >01:39:11,398 DEBUG storage: product "S/390.*" >01:39:11,398 DEBUG storage: } >01:39:11,398 DEBUG storage: # don't count normal SATA devices as multipaths >01:39:11,398 DEBUG storage: device { >01:39:11,398 DEBUG storage: vendor "ATA" >01:39:11,398 DEBUG storage: } >01:39:11,398 DEBUG storage: # don't count 3ware devices as multipaths >01:39:11,405 DEBUG storage: device { >01:39:11,406 DEBUG storage: vendor "3ware" >01:39:11,406 DEBUG storage: } >01:39:11,407 DEBUG storage: device { >01:39:11,407 DEBUG storage: vendor "AMCC" >01:39:11,407 DEBUG storage: } >01:39:11,407 DEBUG storage: # nor highpoint devices >01:39:11,408 DEBUG storage: device { >01:39:11,408 DEBUG storage: vendor "HPT" >01:39:11,408 DEBUG storage: } >01:39:11,408 DEBUG storage: } >01:39:11,408 DEBUG storage: multipaths { >01:39:11,408 DEBUG storage: } >01:39:11,408 DEBUG storage: (end of /etc/multipath.conf) >01:39:11,473 INFO storage: MultipathTopology: found singlepath device: sda >01:39:11,474 INFO storage: MultipathTopology: found non-disk device: sda1 >01:39:11,476 INFO storage: MultipathTopology: found non-disk device: sda2 >01:39:11,477 INFO storage: MultipathTopology: found non-disk device: sr0 >01:39:11,477 INFO storage: MultipathTopology: found singlepath device: loop0 >01:39:11,477 INFO storage: MultipathTopology: found singlepath device: loop1 >01:39:11,478 INFO storage: MultipathTopology: found singlepath device: loop2 >01:39:11,478 INFO storage: MultipathTopology: found singlepath device: loop3 >01:39:11,478 INFO storage: MultipathTopology: found singlepath device: loop4 >01:39:11,478 INFO storage: MultipathTopology: found singlepath device: loop5 >01:39:11,478 INFO storage: MultipathTopology: found singlepath device: loop6 >01:39:11,478 INFO storage: MultipathTopology: found singlepath device: loop7 >01:39:11,478 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:39:11,478 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:39:11,478 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:39:11,488 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': '22966', > '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 ; >01:39:11,496 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:39:11,500 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:39:11,508 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:11,513 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:39:11,515 INFO storage: sda is a disk >01:39:11,520 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:11,523 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:39:11,527 INFO storage: added disk sda (id 0) to device tree >01:39:11,528 DEBUG storage: looking up parted Device: /dev/sda >01:39:11,534 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:39:11,537 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >01:39:11,543 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:39:11,559 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:39:11,580 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f251412d6d0>, <parted.partition.Partition object at 0x7f251412da90>] > device: <parted.device.Device object at 0x7f251412d410> > PedDisk: <_ped.Disk object at 0x7f251413d320> >01:39:11,580 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:39:11,581 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:39:11,593 INFO storage: got device: DiskDevice instance (0x7f25140c2e10) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7f2514082290> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f251411a490> >01:39:11,606 INFO storage: got format: DiskLabel instance (0x7f251411a6d0) -- > 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 = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f251412d6d0>, <parted.partition.Partition object at 0x7f251412da90>] > device: <parted.device.Device object at 0x7f251412d410> > PedDisk: <_ped.Disk object at 0x7f251413d320> > origPartedDisk = <parted.disk.Disk object at 0x7f251412dc50> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7f2514082680> > >01:39:11,609 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2048', > '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': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '28554541', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:39:11,614 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:39:11,615 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:39:11,617 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:11,617 INFO storage: sda1 is a partition >01:39:11,627 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:39:11,628 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:39:11,630 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:39:11,631 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:39:11,637 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:39:11,637 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:11,639 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:39:11,639 DEBUG storage: looking up parted Partition: /dev/sda1 >01:39:11,641 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:39:11,646 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:39:11,647 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:39:11,650 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:39:11,651 INFO storage: added partition sda1 (id 1) to device tree >01:39:11,655 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:39:11,657 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >01:39:11,658 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:39:11,660 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >01:39:11,682 WARN storage: disklabel detected but not usable on sda1 >01:39:11,682 INFO storage: type detected on 'sda1' is 'ext4' >01:39:11,788 DEBUG storage: padding min size from 77 up to 84 >01:39:11,790 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:11,790 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:11,791 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:39:11,793 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:39:11,794 DEBUG storage: looking up parted Device: /dev/sda1 >01:39:11,800 INFO storage: got device: PartitionDevice instance (0x7f251411a450) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7f2514082a70> > target size = 0 path = /dev/sda1 > 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 0x7f251412d510> fileSystem: <parted.filesystem.FileSystem object at 0x7f251412dbd0> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f251412d850> PedPartition: <_ped.Partition object at 0x7f251412b290> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:39:11,802 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:11,803 INFO storage: got format: Ext4FS instance (0x7f2514141150) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:39:11,806 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '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_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': '4096', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1048576', > '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': '28554577', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:39:11,810 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:39:11,812 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:39:11,816 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:11,817 INFO storage: sda2 is a partition >01:39:11,819 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:39:11,820 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:39:11,825 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:39:11,826 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:39:11,828 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:39:11,832 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:11,833 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:39:11,834 DEBUG storage: looking up parted Partition: /dev/sda2 >01:39:11,835 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:39:11,837 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:39:11,842 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:39:11,843 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:39:11,844 INFO storage: added partition sda2 (id 2) to device tree >01:39:11,845 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:39:11,849 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >01:39:11,851 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:39:11,852 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >01:39:11,877 WARN storage: disklabel detected but not usable on sda2 >01:39:11,878 DEBUG storage: no type or existing type for sda2, bailing >01:39:11,882 DEBUG storage: looking up parted Device: /dev/sda2 >01:39:11,894 INFO storage: got device: PartitionDevice instance (0x2a208d0) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32549 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7f2514082cb0> > 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 0x7f251412d510> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f251412db50> PedPartition: <_ped.Partition object at 0x7f251412b2f0> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:39:11,908 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:39:11,912 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:39:11,913 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:39:11,915 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:11,915 INFO storage: sr0 is a cdrom >01:39:11,916 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:39:11,921 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:11,922 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:39:11,923 INFO storage: added cdrom sr0 (id 3) to device tree >01:39:11,924 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:39:11,927 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:39:11,933 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:39:11,934 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:39:11,935 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:39:11,949 WARN storage: disklabel detected but not usable on sr0 >01:39:11,950 INFO storage: type detected on 'sr0' is 'iso9660' >01:39:11,951 DEBUG storage: Iso9660FS.supported: supported: True ; >01:39:11,952 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:39:11,957 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:39:11,958 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:39:11,961 DEBUG storage: looking up parted Device: /dev/sr0 >01:39:11,965 INFO storage: got device: OpticalDevice instance (0x7f2514163d90) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x7f2514082dd0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:39:11,967 DEBUG storage: Iso9660FS.supported: supported: True ; >01:39:11,967 INFO storage: got format: Iso9660FS instance (0x7f2514166990) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:39:11,969 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:39:11,974 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:39:11,975 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:39:11,977 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:11,977 INFO storage: loop0 is a loop device >01:39:11,978 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:39:11,980 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:39:11,984 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:11,985 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:11,987 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:39:11,987 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:39:11,989 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:39:11,993 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:11,994 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:39:11,995 INFO storage: added loop loop0 (id 5) to device tree >01:39:11,996 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:39:11,998 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:39:12,002 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:39:12,003 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:39:12,005 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:39:12,010 WARN storage: disklabel detected but not usable on loop0 >01:39:12,010 INFO storage: type detected on 'loop0' is 'squashfs' >01:39:12,011 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:39:12,012 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:39:12,015 INFO storage: got device: LoopDevice instance (0x7f251416d190) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:39:12,020 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:39:12,021 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:39:12,022 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:39:12,027 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:12,028 INFO storage: loop1 is a loop device >01:39:12,029 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:39:12,031 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:39:12,032 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:12,036 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:12,037 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:39:12,038 INFO storage: added file /osmin (id 6) to device tree >01:39:12,039 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:39:12,040 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:12,045 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:39:12,045 INFO storage: added loop loop1 (id 7) to device tree >01:39:12,047 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:39:12,048 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:39:12,052 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:39:12,053 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:39:12,055 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:39:12,061 WARN storage: disklabel detected but not usable on loop1 >01:39:12,062 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:39:12,062 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:39:12,068 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:39:12,069 INFO storage: got device: LoopDevice instance (0x7f2514170150) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:39:12,071 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:39:12,072 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:39:12,076 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:39:12,078 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:12,078 INFO storage: loop2 is a loop device >01:39:12,080 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:39:12,081 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:39:12,085 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:12,086 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:12,088 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:39:12,088 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:39:12,090 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:39:12,094 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:12,095 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:39:12,096 INFO storage: added loop loop2 (id 9) to device tree >01:39:12,097 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:39:12,102 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:39:12,103 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:39:12,105 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:39:12,106 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:39:12,116 WARN storage: disklabel detected but not usable on loop2 >01:39:12,117 INFO storage: type detected on 'loop2' is 'squashfs' >01:39:12,117 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:39:12,118 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:39:12,119 INFO storage: got device: LoopDevice instance (0x7f25141707d0) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:39:12,122 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:39:12,127 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:39:12,128 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:39:12,130 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:12,130 INFO storage: loop3 is a loop device >01:39:12,131 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:39:12,137 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:39:12,138 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:12,139 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:12,140 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:39:12,141 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:39:12,146 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:39:12,146 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:12,148 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:39:12,148 INFO storage: added loop loop3 (id 11) to device tree >01:39:12,150 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:39:12,155 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:39:12,156 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:12,157 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:12,157 DEBUG storage: device loop3 does not contain a disklabel >01:39:12,158 INFO storage: type detected on 'loop3' is 'ext4' >01:39:12,253 DEBUG storage: using current size 0 as min size >01:39:12,254 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:12,254 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:12,256 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:39:12,257 INFO storage: got device: LoopDevice instance (0x7f2514177890) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:39:12,258 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:12,263 INFO storage: got format: Ext4FS instance (0x7f251417b090) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:39:12,265 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:39:12,265 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:39:12,266 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:39:12,271 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:12,272 INFO storage: loop4 is a loop device >01:39:12,273 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:39:12,274 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:39:12,276 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:12,280 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:12,281 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:39:12,282 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:39:12,283 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:39:12,288 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:12,289 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:39:12,290 INFO storage: added loop loop4 (id 13) to device tree >01:39:12,291 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:39:12,292 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:39:12,293 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:39:12,298 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:39:12,299 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:39:12,305 WARN storage: disklabel detected but not usable on loop4 >01:39:12,306 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:39:12,306 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:39:12,307 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:39:12,313 INFO storage: got device: LoopDevice instance (0x2dcb290) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:39:12,314 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:39:12,315 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:39:12,315 DEBUG storage: lvm filter: adding loop5 to the reject list >01:39:12,317 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:39:12,321 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:39:12,321 DEBUG storage: lvm filter: adding loop6 to the reject list >01:39:12,323 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:39:12,324 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:39:12,324 DEBUG storage: lvm filter: adding loop7 to the reject list >01:39:12,324 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:39:12,329 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:39:12,365 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:39:12,368 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:39:12,372 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:39:12,373 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:39:12,374 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:12,379 INFO storage: live-rw is a device-mapper device >01:39:12,380 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:39:12,381 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:39:12,383 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:39:12,384 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:39:12,389 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:39:12,390 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:39:12,395 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:12,396 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:39:12,396 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:12,398 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:39:12,402 INFO storage: added dm live-rw (id 14) to device tree >01:39:12,403 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:39:12,404 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:39:12,405 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:12,406 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:12,410 DEBUG storage: device live-rw does not contain a disklabel >01:39:12,410 INFO storage: type detected on 'live-rw' is 'ext4' >01:39:12,482 DEBUG storage: padding min size from 3367 up to 3703 >01:39:12,483 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:12,484 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:12,485 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:39:12,486 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:39:12,490 INFO storage: got device: DMDevice instance (0x2dce090) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32549 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x7f25141750e0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:39:12,495 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:12,495 INFO storage: got format: Ext4FS instance (0x7f2514177e50) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:39:12,498 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:39:12,502 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:39:12,503 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:39:12,504 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:12,504 INFO storage: live-osimg-min is a device-mapper device >01:39:12,505 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:39:12,510 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:39:12,511 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:39:12,512 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:39:12,517 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:39:12,518 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:39:12,520 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:39:12,525 DEBUG storage: DeviceTree.getDeviceByName returned None >01:39:12,526 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:39:12,526 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:39:12,527 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:39:12,531 INFO storage: added dm live-osimg-min (id 15) to device tree >01:39:12,532 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:39:12,533 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:39:12,534 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:12,538 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:12,538 DEBUG storage: device live-osimg-min does not contain a disklabel >01:39:12,538 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:39:12,618 DEBUG storage: using current size 0 as min size >01:39:12,619 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:12,619 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:12,623 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:39:12,624 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:39:12,634 INFO storage: got device: DMDevice instance (0x2dddb90) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32549 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x7f25141757a0> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:39:12,635 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:12,635 INFO storage: got format: Ext4FS instance (0x2de2b10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:39:12,677 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:39:12,715 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:39:12,716 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:39:12,718 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:39:12,755 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:39:12,757 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:39:12,758 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:39:12,800 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:39:12,801 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:39:12,803 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:39:12,840 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:39:12,841 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:39:12,842 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:39:12,846 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:39:12,848 INFO storage: edd: collected mbr signatures: {'sda': '0x000a740d'} >01:39:12,849 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:39:12,866 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >01:39:12,885 WARN storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >01:39:12,886 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:39:12,941 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:12,947 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:12,949 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:12,954 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:12,957 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:39:12,963 DEBUG storage: Iso9660FS.supported: supported: True ; >01:39:12,996 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/live-osimg-min ; >01:39:12,998 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4096MB dm live-osimg-min (15) with existing ext4 filesystem >01:39:24,202 DEBUG storage: Iso9660FS.supported: supported: True ; >01:39:24,203 DEBUG storage: Iso9660FS.supported: supported: True ; >01:39:24,205 DEBUG storage: NFSv4.supported: supported: False ; >01:39:24,206 DEBUG storage: NFSv4.supported: supported: False ; >01:39:24,208 DEBUG storage: SELinuxFS.supported: supported: False ; >01:39:24,209 DEBUG storage: SELinuxFS.supported: supported: False ; >01:39:24,211 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:24,212 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:24,214 DEBUG storage: Ext3FS.supported: supported: True ; >01:39:24,216 DEBUG storage: Ext3FS.supported: supported: True ; >01:39:24,217 DEBUG storage: Ext2FS.supported: supported: True ; >01:39:24,219 DEBUG storage: Ext2FS.supported: supported: True ; >01:39:24,221 DEBUG storage: SysFS.supported: supported: False ; >01:39:24,222 DEBUG storage: SysFS.supported: supported: False ; >01:39:24,224 DEBUG storage: MultipathMember.__init__: >01:39:24,226 DEBUG storage: MDRaidMember.__init__: >01:39:24,227 DEBUG storage: ProcFS.supported: supported: False ; >01:39:24,229 DEBUG storage: ProcFS.supported: supported: False ; >01:39:24,230 DEBUG storage: SwapSpace.__init__: >01:39:24,232 DEBUG storage: NoDevFS.supported: supported: False ; >01:39:24,233 DEBUG storage: NoDevFS.supported: supported: False ; >01:39:24,235 DEBUG storage: DevPtsFS.supported: supported: False ; >01:39:24,236 DEBUG storage: DevPtsFS.supported: supported: False ; >01:39:24,238 DEBUG storage: BTRFS.supported: supported: True ; >01:39:24,240 DEBUG storage: USBFS.supported: supported: False ; >01:39:24,241 DEBUG storage: USBFS.supported: supported: False ; >01:39:24,243 DEBUG storage: DiskLabel.__init__: >01:39:24,243 INFO storage: DiskLabel.partedDevice returning None >01:39:24,245 DEBUG storage: HFSPlus.supported: supported: False ; >01:39:24,246 DEBUG storage: HFSPlus.supported: supported: False ; >01:39:24,247 DEBUG storage: XFS.supported: supported: True ; >01:39:24,249 DEBUG storage: XFS.supported: supported: True ; >01:39:24,251 DEBUG storage: TmpFS.supported: supported: False ; >01:39:24,252 DEBUG storage: TmpFS.supported: supported: False ; >01:39:24,254 DEBUG storage: LUKS.__init__: >01:39:24,255 DEBUG storage: NTFS.supported: supported: False ; >01:39:24,256 DEBUG storage: NTFS.supported: supported: False ; >01:39:24,258 DEBUG storage: BindFS.supported: supported: False ; >01:39:24,259 DEBUG storage: BindFS.supported: supported: False ; >01:39:24,261 DEBUG storage: HFS.supported: supported: False ; >01:39:24,262 DEBUG storage: HFS.supported: supported: False ; >01:39:24,264 DEBUG storage: LVMPhysicalVolume.__init__: >01:39:24,265 DEBUG storage: NFS.supported: supported: False ; >01:39:24,266 DEBUG storage: NFS.supported: supported: False ; >01:39:24,268 DEBUG storage: FATFS.supported: supported: True ; >01:39:24,270 DEBUG storage: FATFS.supported: supported: True ; >01:39:24,271 DEBUG storage: DMRaidMember.__init__: >01:39:35,032 DEBUG storage: clearpart: looking at sda2 >01:39:35,033 DEBUG storage: clearpart: looking at sda1 >01:39:35,034 DEBUG storage: checking whether disk sda has an empty extended >01:39:35,036 DEBUG storage: extended is None ; logicals is [] >01:39:35,038 DEBUG storage: new disk order: [] >01:39:35,093 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:39:35,095 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:39:35,097 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:39:35,102 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:39:35,102 DEBUG storage: resolved 'sda' to 'sda' (disk) >01:39:35,104 DEBUG storage: _is_valid_disklabel(sda) returning True >01:39:35,108 DEBUG storage: _is_valid_size(sda) returning True >01:39:35,108 DEBUG storage: _is_valid_location(sda) returning True >01:39:35,109 DEBUG storage: _is_valid_format(sda) returning True >01:39:35,109 DEBUG storage: is_valid_stage1_device(sda) returning True >01:39:35,168 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >01:39:35,173 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x57dd690> fileSystem: <parted.filesystem.FileSystem object at 0x57f2390> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x57f2190> PedPartition: <_ped.Partition object at 0x57e11d0> >01:39:35,174 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >01:39:35,179 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x57dd690> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x57f2310> PedPartition: <_ped.Partition object at 0x57e1170> >01:39:38,015 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:38,016 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:44,409 DEBUG storage: Ext4FS.supported: supported: True ; >01:39:44,410 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:39:47,838 DEBUG storage: getFormat('BIOS Boot') returning BIOSBoot instance >01:39:49,414 DEBUG storage: getFormat('BIOS Boot') returning BIOSBoot instance >01:39:49,414 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x53abe50>, 84.7, ['sda'], None >01:39:49,417 DEBUG storage.ui: PartitionDevice._computeResize: sda1 ; status: True ; >01:43:24,855 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:43:24,878 DEBUG storage: registered device format class Ext2FS as ext2 >01:43:24,878 DEBUG storage: registered device format class Ext3FS as ext3 >01:43:24,878 DEBUG storage: registered device format class Ext4FS as ext4 >01:43:24,879 DEBUG storage: registered device format class FATFS as vfat >01:43:24,879 DEBUG storage: registered device format class EFIFS as efi >01:43:24,879 DEBUG storage: registered device format class BTRFS as btrfs >01:43:24,879 DEBUG storage: registered device format class GFS2 as gfs2 >01:43:24,879 DEBUG storage: registered device format class JFS as jfs >01:43:24,879 DEBUG storage: registered device format class ReiserFS as reiserfs >01:43:24,879 DEBUG storage: registered device format class XFS as xfs >01:43:24,879 DEBUG storage: registered device format class HFS as hfs >01:43:24,879 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:43:24,880 DEBUG storage: registered device format class HFSPlus as hfs+ >01:43:24,880 DEBUG storage: registered device format class NTFS as ntfs >01:43:24,880 DEBUG storage: registered device format class NFS as nfs >01:43:24,880 DEBUG storage: registered device format class NFSv4 as nfs4 >01:43:24,880 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:43:24,880 DEBUG storage: registered device format class NoDevFS as nodev >01:43:24,880 DEBUG storage: registered device format class DevPtsFS as devpts >01:43:24,880 DEBUG storage: registered device format class ProcFS as proc >01:43:24,880 DEBUG storage: registered device format class SysFS as sysfs >01:43:24,880 DEBUG storage: registered device format class TmpFS as tmpfs >01:43:24,880 DEBUG storage: registered device format class BindFS as bind >01:43:24,880 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:43:24,881 DEBUG storage: registered device format class USBFS as usbfs >01:43:24,881 DEBUG storage: registered device format class BIOSBoot as biosboot >01:43:24,881 DEBUG storage: registered device format class DiskLabel as disklabel >01:43:24,882 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:43:24,886 DEBUG storage: registered device format class MDRaidMember as mdmember >01:43:24,887 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:43:24,887 DEBUG storage: registered device format class MultipathMember as multipath_member >01:43:24,888 DEBUG storage: registered device format class LUKS as luks >01:43:24,888 DEBUG storage: registered device format class SwapSpace as swap >01:43:25,409 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:43:25,410 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:43:25,410 INFO storage: sr0 looks to be the live device; marking as protected >01:43:25,443 DEBUG storage: MultipathTopology._build_topology: >01:43:25,443 DEBUG storage: /etc/multipath.conf contents: >01:43:25,443 DEBUG storage: # multipath.conf written by anaconda >01:43:25,443 DEBUG storage: >01:43:25,443 DEBUG storage: defaults { >01:43:25,443 DEBUG storage: user_friendly_names yes >01:43:25,443 DEBUG storage: } >01:43:25,443 DEBUG storage: blacklist { >01:43:25,444 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:43:25,444 DEBUG storage: devnode "^hd[a-z]" >01:43:25,444 DEBUG storage: devnode "^dcssblk[0-9]*" >01:43:25,444 DEBUG storage: device { >01:43:25,444 DEBUG storage: vendor "DGC" >01:43:25,444 DEBUG storage: product "LUNZ" >01:43:25,444 DEBUG storage: } >01:43:25,444 DEBUG storage: device { >01:43:25,444 DEBUG storage: vendor "IBM" >01:43:25,444 DEBUG storage: product "S/390.*" >01:43:25,444 DEBUG storage: } >01:43:25,444 DEBUG storage: # don't count normal SATA devices as multipaths >01:43:25,444 DEBUG storage: device { >01:43:25,444 DEBUG storage: vendor "ATA" >01:43:25,444 DEBUG storage: } >01:43:25,444 DEBUG storage: # don't count 3ware devices as multipaths >01:43:25,444 DEBUG storage: device { >01:43:25,444 DEBUG storage: vendor "3ware" >01:43:25,444 DEBUG storage: } >01:43:25,444 DEBUG storage: device { >01:43:25,445 DEBUG storage: vendor "AMCC" >01:43:25,445 DEBUG storage: } >01:43:25,445 DEBUG storage: # nor highpoint devices >01:43:25,445 DEBUG storage: device { >01:43:25,445 DEBUG storage: vendor "HPT" >01:43:25,445 DEBUG storage: } >01:43:25,445 DEBUG storage: } >01:43:25,445 DEBUG storage: multipaths { >01:43:25,445 DEBUG storage: } >01:43:25,445 DEBUG storage: (end of /etc/multipath.conf) >01:43:25,488 INFO storage: MultipathTopology: found singlepath device: sda >01:43:25,489 INFO storage: MultipathTopology: found non-disk device: sda1 >01:43:25,489 INFO storage: MultipathTopology: found non-disk device: sda2 >01:43:25,490 INFO storage: MultipathTopology: found non-disk device: sr0 >01:43:25,490 INFO storage: MultipathTopology: found singlepath device: loop0 >01:43:25,490 INFO storage: MultipathTopology: found singlepath device: loop1 >01:43:25,494 INFO storage: MultipathTopology: found singlepath device: loop2 >01:43:25,495 INFO storage: MultipathTopology: found singlepath device: loop3 >01:43:25,495 INFO storage: MultipathTopology: found singlepath device: loop4 >01:43:25,495 INFO storage: MultipathTopology: found singlepath device: loop5 >01:43:25,495 INFO storage: MultipathTopology: found singlepath device: loop6 >01:43:25,495 INFO storage: MultipathTopology: found singlepath device: loop7 >01:43:25,495 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:43:25,495 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:43:25,495 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:43:25,497 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': '22966', > '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 ; >01:43:25,498 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:43:25,498 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:43:25,499 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,499 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:43:25,500 INFO storage: sda is a disk >01:43:25,500 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,502 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:43:25,502 INFO storage: added disk sda (id 0) to device tree >01:43:25,503 DEBUG storage: looking up parted Device: /dev/sda >01:43:25,508 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:43:25,509 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >01:43:25,511 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:43:25,515 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:43:25,533 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x138cb90>, <parted.partition.Partition object at 0x138cd10>] > device: <parted.device.Device object at 0x138c9d0> > PedDisk: <_ped.Disk object at 0x138eb48> >01:43:25,533 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:43:25,534 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:43:25,535 INFO storage: got device: DiskDevice instance (0x1320790) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x128b290> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x1379b90> >01:43:25,536 INFO storage: got format: DiskLabel instance (0x1379c50) -- > 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 = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x138cb90>, <parted.partition.Partition object at 0x138cd10>] > device: <parted.device.Device object at 0x138c9d0> > PedDisk: <_ped.Disk object at 0x138eb48> > origPartedDisk = <parted.disk.Disk object at 0x138ced0> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x128b830> > >01:43:25,546 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2048', > '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': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '28554541', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:43:25,546 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:43:25,547 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:43:25,547 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,547 INFO storage: sda1 is a partition >01:43:25,548 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:43:25,548 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:43:25,549 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:43:25,550 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:43:25,551 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:43:25,551 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,552 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:43:25,552 DEBUG storage: looking up parted Partition: /dev/sda1 >01:43:25,553 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:43:25,554 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:43:25,554 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:43:25,555 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:43:25,555 INFO storage: added partition sda1 (id 1) to device tree >01:43:25,555 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:43:25,556 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >01:43:25,557 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:43:25,557 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >01:43:25,569 WARN storage: disklabel detected but not usable on sda1 >01:43:25,570 INFO storage: type detected on 'sda1' is 'ext4' >01:43:25,612 DEBUG storage: padding min size from 77 up to 84 >01:43:25,614 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:25,614 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:43:25,614 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:43:25,615 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:43:25,615 DEBUG storage: looking up parted Device: /dev/sda1 >01:43:25,617 INFO storage: got device: PartitionDevice instance (0x1379b50) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x128bb90> > target size = 0 path = /dev/sda1 > 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 0x138ca90> fileSystem: <parted.filesystem.FileSystem object at 0x138ce50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x138cc50> PedPartition: <_ped.Partition object at 0x138b710> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:43:25,617 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:25,618 INFO storage: got format: Ext4FS instance (0x1393090) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:43:25,620 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '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_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': '4096', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1048576', > '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': '28554577', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:43:25,620 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:43:25,620 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:43:25,621 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,621 INFO storage: sda2 is a partition >01:43:25,621 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:43:25,622 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:43:25,623 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:43:25,623 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:43:25,624 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:43:25,624 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,625 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:43:25,625 DEBUG storage: looking up parted Partition: /dev/sda2 >01:43:25,626 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:43:25,626 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:43:25,627 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:43:25,628 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:43:25,628 INFO storage: added partition sda2 (id 2) to device tree >01:43:25,628 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:43:25,629 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >01:43:25,629 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:43:25,630 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >01:43:25,649 WARN storage: disklabel detected but not usable on sda2 >01:43:25,651 DEBUG storage: no type or existing type for sda2, bailing >01:43:25,652 DEBUG storage: looking up parted Device: /dev/sda2 >01:43:25,653 INFO storage: got device: PartitionDevice instance (0x1409f10) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x128bcb0> > 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 0x138ca90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x138cdd0> PedPartition: <_ped.Partition object at 0x138b770> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:43:25,660 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:43:25,661 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:43:25,662 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:43:25,665 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,665 INFO storage: sr0 is a cdrom >01:43:25,667 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:43:25,667 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,669 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:43:25,670 INFO storage: added cdrom sr0 (id 3) to device tree >01:43:25,671 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:43:25,676 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:43:25,677 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:43:25,678 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:43:25,678 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:43:25,687 WARN storage: disklabel detected but not usable on sr0 >01:43:25,687 INFO storage: type detected on 'sr0' is 'iso9660' >01:43:25,688 DEBUG storage: Iso9660FS.supported: supported: True ; >01:43:25,688 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:43:25,688 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:43:25,689 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:43:25,691 DEBUG storage: looking up parted Device: /dev/sr0 >01:43:25,691 INFO storage: got device: OpticalDevice instance (0x1409fd0) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x128b7a0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:43:25,692 DEBUG storage: Iso9660FS.supported: supported: True ; >01:43:25,692 INFO storage: got format: Iso9660FS instance (0x1379c90) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:43:25,693 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:43:25,693 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:43:25,694 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:43:25,694 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,694 INFO storage: loop0 is a loop device >01:43:25,695 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:43:25,695 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:43:25,696 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,696 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,697 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:43:25,697 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:43:25,698 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:43:25,698 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,698 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:43:25,698 INFO storage: added loop loop0 (id 5) to device tree >01:43:25,699 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:43:25,699 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:43:25,700 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:43:25,700 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:43:25,701 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:43:25,704 WARN storage: disklabel detected but not usable on loop0 >01:43:25,704 INFO storage: type detected on 'loop0' is 'squashfs' >01:43:25,704 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:43:25,705 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:43:25,705 INFO storage: got device: LoopDevice instance (0x1414150) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:43:25,709 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:43:25,709 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:43:25,709 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:43:25,710 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,710 INFO storage: loop1 is a loop device >01:43:25,710 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:43:25,711 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:43:25,711 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,712 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,712 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:43:25,712 INFO storage: added file /osmin (id 6) to device tree >01:43:25,713 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:43:25,713 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,714 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:43:25,714 INFO storage: added loop loop1 (id 7) to device tree >01:43:25,714 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:43:25,715 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:43:25,715 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:43:25,716 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:43:25,716 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:43:25,721 WARN storage: disklabel detected but not usable on loop1 >01:43:25,722 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:43:25,722 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:43:25,722 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:43:25,723 INFO storage: got device: LoopDevice instance (0x1414090) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:43:25,724 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:43:25,724 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:43:25,725 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:43:25,725 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,725 INFO storage: loop2 is a loop device >01:43:25,726 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:43:25,726 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:43:25,727 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,727 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,732 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:43:25,732 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:43:25,733 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:43:25,733 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,733 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:43:25,733 INFO storage: added loop loop2 (id 9) to device tree >01:43:25,734 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:43:25,734 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:43:25,734 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:43:25,735 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:43:25,736 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:43:25,741 WARN storage: disklabel detected but not usable on loop2 >01:43:25,741 INFO storage: type detected on 'loop2' is 'squashfs' >01:43:25,742 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:43:25,742 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:43:25,743 INFO storage: got device: LoopDevice instance (0x1320750) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:43:25,744 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:43:25,744 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:43:25,745 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:43:25,745 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,745 INFO storage: loop3 is a loop device >01:43:25,746 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:43:25,746 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:43:25,747 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,747 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,748 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:43:25,748 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:43:25,749 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:43:25,749 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,749 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:43:25,749 INFO storage: added loop loop3 (id 11) to device tree >01:43:25,750 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:43:25,750 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:43:25,751 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:25,751 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:43:25,751 DEBUG storage: device loop3 does not contain a disklabel >01:43:25,751 INFO storage: type detected on 'loop3' is 'ext4' >01:43:25,775 DEBUG storage: using current size 0 as min size >01:43:25,776 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:25,776 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:43:25,777 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:43:25,777 INFO storage: got device: LoopDevice instance (0x1414810) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:43:25,778 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:25,778 INFO storage: got format: Ext4FS instance (0x1414510) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:43:25,779 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:43:25,779 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:43:25,780 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:43:25,780 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,781 INFO storage: loop4 is a loop device >01:43:25,781 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:43:25,782 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:43:25,782 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,782 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,783 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:43:25,783 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:43:25,784 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:43:25,784 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,785 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:43:25,785 INFO storage: added loop loop4 (id 13) to device tree >01:43:25,785 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:43:25,786 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:43:25,786 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:43:25,786 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:43:25,787 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:43:25,793 WARN storage: disklabel detected but not usable on loop4 >01:43:25,793 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:43:25,793 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:43:25,794 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:43:25,794 INFO storage: got device: LoopDevice instance (0x1414790) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:43:25,795 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:43:25,795 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:43:25,795 DEBUG storage: lvm filter: adding loop5 to the reject list >01:43:25,796 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:43:25,796 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:43:25,796 DEBUG storage: lvm filter: adding loop6 to the reject list >01:43:25,797 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:43:25,797 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:43:25,797 DEBUG storage: lvm filter: adding loop7 to the reject list >01:43:25,797 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:43:25,797 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:43:25,813 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:43:25,816 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:43:25,816 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:43:25,816 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:43:25,817 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,817 INFO storage: live-rw is a device-mapper device >01:43:25,817 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:43:25,819 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:43:25,819 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:43:25,821 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:43:25,821 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:43:25,822 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:43:25,823 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,823 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:43:25,824 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,824 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:43:25,824 INFO storage: added dm live-rw (id 14) to device tree >01:43:25,825 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:43:25,826 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:43:25,827 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:25,827 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:43:25,827 DEBUG storage: device live-rw does not contain a disklabel >01:43:25,827 INFO storage: type detected on 'live-rw' is 'ext4' >01:43:25,851 DEBUG storage: padding min size from 3367 up to 3703 >01:43:25,852 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:25,852 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:43:25,853 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:43:25,854 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:43:25,858 INFO storage: got device: DMDevice instance (0x1414e10) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x128bdd0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:43:25,859 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:25,859 INFO storage: got format: Ext4FS instance (0x1414b10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:43:25,861 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:43:25,861 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:43:25,862 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:43:25,862 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,862 INFO storage: live-osimg-min is a device-mapper device >01:43:25,863 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:43:25,863 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:43:25,864 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:43:25,865 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:43:25,866 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:43:25,866 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:43:25,867 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:43:25,868 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:25,869 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:43:25,869 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:25,869 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:43:25,869 INFO storage: added dm live-osimg-min (id 15) to device tree >01:43:25,870 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:43:25,870 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:43:25,871 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:25,871 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:43:25,871 DEBUG storage: device live-osimg-min does not contain a disklabel >01:43:25,872 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:43:25,898 DEBUG storage: using current size 0 as min size >01:43:25,899 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:25,899 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:43:25,899 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:43:25,900 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:43:25,904 INFO storage: got device: DMDevice instance (0x1414c50) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x128bc20> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:43:25,905 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:25,905 INFO storage: got format: Ext4FS instance (0x1379d10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:43:25,920 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:43:25,933 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:43:25,934 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:43:25,935 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:43:25,946 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:43:25,947 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:43:25,949 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:43:25,960 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:43:25,961 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:43:25,963 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:43:25,974 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:43:25,975 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:43:25,975 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:43:25,975 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:43:25,977 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:43:25,989 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:43:25,990 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:43:25,992 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:43:26,004 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:43:26,004 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:43:26,006 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:43:26,017 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:43:26,018 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:43:26,019 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:43:26,031 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:43:26,031 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:43:26,032 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:43:26,228 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:43:26,239 DEBUG storage: registered device format class Ext2FS as ext2 >01:43:26,239 DEBUG storage: registered device format class Ext3FS as ext3 >01:43:26,240 DEBUG storage: registered device format class Ext4FS as ext4 >01:43:26,241 DEBUG storage: registered device format class FATFS as vfat >01:43:26,241 DEBUG storage: registered device format class EFIFS as efi >01:43:26,242 DEBUG storage: registered device format class BTRFS as btrfs >01:43:26,242 DEBUG storage: registered device format class GFS2 as gfs2 >01:43:26,243 DEBUG storage: registered device format class JFS as jfs >01:43:26,243 DEBUG storage: registered device format class ReiserFS as reiserfs >01:43:26,244 DEBUG storage: registered device format class XFS as xfs >01:43:26,244 DEBUG storage: registered device format class HFS as hfs >01:43:26,244 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:43:26,245 DEBUG storage: registered device format class HFSPlus as hfs+ >01:43:26,245 DEBUG storage: registered device format class NTFS as ntfs >01:43:26,246 DEBUG storage: registered device format class NFS as nfs >01:43:26,246 DEBUG storage: registered device format class NFSv4 as nfs4 >01:43:26,247 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:43:26,247 DEBUG storage: registered device format class NoDevFS as nodev >01:43:26,247 DEBUG storage: registered device format class DevPtsFS as devpts >01:43:26,247 DEBUG storage: registered device format class ProcFS as proc >01:43:26,247 DEBUG storage: registered device format class SysFS as sysfs >01:43:26,247 DEBUG storage: registered device format class TmpFS as tmpfs >01:43:26,247 DEBUG storage: registered device format class BindFS as bind >01:43:26,248 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:43:26,248 DEBUG storage: registered device format class USBFS as usbfs >01:43:26,248 DEBUG storage: registered device format class BIOSBoot as biosboot >01:43:26,249 DEBUG storage: registered device format class DiskLabel as disklabel >01:43:26,249 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:43:26,253 DEBUG storage: registered device format class MDRaidMember as mdmember >01:43:26,253 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:43:26,253 DEBUG storage: registered device format class MultipathMember as multipath_member >01:43:26,254 DEBUG storage: registered device format class LUKS as luks >01:43:26,254 DEBUG storage: registered device format class SwapSpace as swap >01:43:26,821 DEBUG storage: MultipathTopology._build_topology: >01:43:26,822 DEBUG storage: /etc/multipath.conf contents: >01:43:26,822 DEBUG storage: # multipath.conf written by anaconda >01:43:26,823 DEBUG storage: >01:43:26,823 DEBUG storage: defaults { >01:43:26,824 DEBUG storage: user_friendly_names yes >01:43:26,824 DEBUG storage: } >01:43:26,824 DEBUG storage: blacklist { >01:43:26,825 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:43:26,825 DEBUG storage: devnode "^hd[a-z]" >01:43:26,826 DEBUG storage: devnode "^dcssblk[0-9]*" >01:43:26,826 DEBUG storage: device { >01:43:26,826 DEBUG storage: vendor "DGC" >01:43:26,826 DEBUG storage: product "LUNZ" >01:43:26,826 DEBUG storage: } >01:43:26,826 DEBUG storage: device { >01:43:26,826 DEBUG storage: vendor "IBM" >01:43:26,826 DEBUG storage: product "S/390.*" >01:43:26,826 DEBUG storage: } >01:43:26,827 DEBUG storage: # don't count normal SATA devices as multipaths >01:43:26,827 DEBUG storage: device { >01:43:26,827 DEBUG storage: vendor "ATA" >01:43:26,827 DEBUG storage: } >01:43:26,830 DEBUG storage: # don't count 3ware devices as multipaths >01:43:26,830 DEBUG storage: device { >01:43:26,830 DEBUG storage: vendor "3ware" >01:43:26,830 DEBUG storage: } >01:43:26,830 DEBUG storage: device { >01:43:26,830 DEBUG storage: vendor "AMCC" >01:43:26,830 DEBUG storage: } >01:43:26,830 DEBUG storage: # nor highpoint devices >01:43:26,830 DEBUG storage: device { >01:43:26,830 DEBUG storage: vendor "HPT" >01:43:26,831 DEBUG storage: } >01:43:26,832 DEBUG storage: } >01:43:26,832 DEBUG storage: multipaths { >01:43:26,832 DEBUG storage: } >01:43:26,832 DEBUG storage: (end of /etc/multipath.conf) >01:43:26,880 INFO storage: MultipathTopology: found singlepath device: sda >01:43:26,882 INFO storage: MultipathTopology: found non-disk device: sda1 >01:43:26,883 INFO storage: MultipathTopology: found non-disk device: sda2 >01:43:26,883 INFO storage: MultipathTopology: found non-disk device: sr0 >01:43:26,883 INFO storage: MultipathTopology: found singlepath device: loop0 >01:43:26,883 INFO storage: MultipathTopology: found singlepath device: loop1 >01:43:26,883 INFO storage: MultipathTopology: found singlepath device: loop2 >01:43:26,883 INFO storage: MultipathTopology: found singlepath device: loop3 >01:43:26,883 INFO storage: MultipathTopology: found singlepath device: loop4 >01:43:26,883 INFO storage: MultipathTopology: found singlepath device: loop5 >01:43:26,883 INFO storage: MultipathTopology: found singlepath device: loop6 >01:43:26,884 INFO storage: MultipathTopology: found singlepath device: loop7 >01:43:26,884 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:43:26,887 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:43:27,931 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:43:27,932 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:43:27,972 DEBUG storage: protected device spec /dev/sr0 resolved to sr0 >01:43:27,977 INFO storage: sr0 looks to be the live device; marking as protected >01:43:28,016 DEBUG storage: MultipathTopology._build_topology: >01:43:28,017 DEBUG storage: /etc/multipath.conf contents: >01:43:28,017 DEBUG storage: # multipath.conf written by anaconda >01:43:28,018 DEBUG storage: >01:43:28,018 DEBUG storage: defaults { >01:43:28,022 DEBUG storage: user_friendly_names yes >01:43:28,022 DEBUG storage: } >01:43:28,023 DEBUG storage: blacklist { >01:43:28,023 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:43:28,024 DEBUG storage: devnode "^hd[a-z]" >01:43:28,024 DEBUG storage: devnode "^dcssblk[0-9]*" >01:43:28,024 DEBUG storage: device { >01:43:28,025 DEBUG storage: vendor "DGC" >01:43:28,025 DEBUG storage: product "LUNZ" >01:43:28,026 DEBUG storage: } >01:43:28,026 DEBUG storage: device { >01:43:28,026 DEBUG storage: vendor "IBM" >01:43:28,027 DEBUG storage: product "S/390.*" >01:43:28,027 DEBUG storage: } >01:43:28,027 DEBUG storage: # don't count normal SATA devices as multipaths >01:43:28,027 DEBUG storage: device { >01:43:28,027 DEBUG storage: vendor "ATA" >01:43:28,027 DEBUG storage: } >01:43:28,027 DEBUG storage: # don't count 3ware devices as multipaths >01:43:28,027 DEBUG storage: device { >01:43:28,027 DEBUG storage: vendor "3ware" >01:43:28,027 DEBUG storage: } >01:43:28,027 DEBUG storage: device { >01:43:28,030 DEBUG storage: vendor "AMCC" >01:43:28,030 DEBUG storage: } >01:43:28,030 DEBUG storage: # nor highpoint devices >01:43:28,031 DEBUG storage: device { >01:43:28,031 DEBUG storage: vendor "HPT" >01:43:28,031 DEBUG storage: } >01:43:28,031 DEBUG storage: } >01:43:28,031 DEBUG storage: multipaths { >01:43:28,031 DEBUG storage: } >01:43:28,031 DEBUG storage: (end of /etc/multipath.conf) >01:43:28,098 INFO storage: MultipathTopology: found singlepath device: sda >01:43:28,100 INFO storage: MultipathTopology: found non-disk device: sda1 >01:43:28,101 INFO storage: MultipathTopology: found non-disk device: sda2 >01:43:28,103 INFO storage: MultipathTopology: found non-disk device: sr0 >01:43:28,103 INFO storage: MultipathTopology: found singlepath device: loop0 >01:43:28,103 INFO storage: MultipathTopology: found singlepath device: loop1 >01:43:28,103 INFO storage: MultipathTopology: found singlepath device: loop2 >01:43:28,104 INFO storage: MultipathTopology: found singlepath device: loop3 >01:43:28,104 INFO storage: MultipathTopology: found singlepath device: loop4 >01:43:28,104 INFO storage: MultipathTopology: found singlepath device: loop5 >01:43:28,104 INFO storage: MultipathTopology: found singlepath device: loop6 >01:43:28,104 INFO storage: MultipathTopology: found singlepath device: loop7 >01:43:28,104 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:43:28,104 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:43:28,104 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:43:28,119 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': '22966', > '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 ; >01:43:28,124 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:43:28,125 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:43:28,126 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:28,127 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:43:28,134 INFO storage: sda is a disk >01:43:28,137 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:28,146 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:43:28,146 INFO storage: added disk sda (id 0) to device tree >01:43:28,146 DEBUG storage: looking up parted Device: /dev/sda >01:43:28,176 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:43:28,185 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >01:43:28,187 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:43:28,190 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:43:28,213 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7ffa5812bad0>, <parted.partition.Partition object at 0x7ffa5812be90>] > device: <parted.device.Device object at 0x7ffa5812b650> > PedDisk: <_ped.Disk object at 0x7ffa5812c7e8> >01:43:28,213 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:43:28,214 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:43:28,224 INFO storage: got device: DiskDevice instance (0x7ffa580c7150) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7ffa58083320> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7ffa5811a5d0> >01:43:28,232 INFO storage: got format: DiskLabel instance (0x7ffa5811a8d0) -- > 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 = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7ffa5812bad0>, <parted.partition.Partition object at 0x7ffa5812be90>] > device: <parted.device.Device object at 0x7ffa5812b650> > PedDisk: <_ped.Disk object at 0x7ffa5812c7e8> > origPartedDisk = <parted.disk.Disk object at 0x7ffa5813e090> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7ffa58083680> > >01:43:28,249 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2048', > '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': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '28554541', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:43:28,254 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:43:28,255 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:43:28,257 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:28,257 INFO storage: sda1 is a partition >01:43:28,258 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:43:28,260 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:43:28,265 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:43:28,266 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:43:28,268 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:43:28,272 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:28,273 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:43:28,274 DEBUG storage: looking up parted Partition: /dev/sda1 >01:43:28,275 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:43:28,281 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:43:28,283 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:43:28,284 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:43:28,288 INFO storage: added partition sda1 (id 1) to device tree >01:43:28,289 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:43:28,291 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >01:43:28,292 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:43:28,297 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >01:43:28,322 WARN storage: disklabel detected but not usable on sda1 >01:43:28,323 INFO storage: type detected on 'sda1' is 'ext4' >01:43:28,427 DEBUG storage: padding min size from 77 up to 84 >01:43:28,429 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:28,430 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:43:28,432 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:43:28,437 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:43:28,438 DEBUG storage: looking up parted Device: /dev/sda1 >01:43:28,440 INFO storage: got device: PartitionDevice instance (0x7ffa5813e850) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32762 did: 0 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7ffa58083b00> > target size = 0 path = /dev/sda1 > 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 0x7ffa5812b810> fileSystem: <parted.filesystem.FileSystem object at 0x7ffa5812bfd0> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ffa5812bc50> PedPartition: <_ped.Partition object at 0x7ffa5813b290> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:43:28,445 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:28,445 INFO storage: got format: Ext4FS instance (0x7ffa58149750) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:43:28,448 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '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_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': '4096', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1048576', > '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': '28554577', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:43:28,453 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:43:28,454 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:43:28,456 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:28,456 INFO storage: sda2 is a partition >01:43:28,457 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:43:28,462 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:43:28,465 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:43:28,466 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:43:28,472 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:43:28,472 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:28,474 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:43:28,475 DEBUG storage: looking up parted Partition: /dev/sda2 >01:43:28,476 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:43:28,482 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:43:28,483 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:43:28,485 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:43:28,489 INFO storage: added partition sda2 (id 2) to device tree >01:43:28,490 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:43:28,492 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >01:43:28,493 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:43:28,498 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >01:43:28,503 WARN storage: disklabel detected but not usable on sda2 >01:43:28,507 DEBUG storage: no type or existing type for sda2, bailing >01:43:28,509 DEBUG storage: looking up parted Device: /dev/sda2 >01:43:28,510 INFO storage: got device: PartitionDevice instance (0x7ffa58164ed0) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32762 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7ffa58083cb0> > 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 0x7ffa5812b810> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7ffa5812bf50> PedPartition: <_ped.Partition object at 0x7ffa5813b2f0> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:43:28,525 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:43:28,529 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:43:28,530 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:43:28,531 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:28,532 INFO storage: sr0 is a cdrom >01:43:28,537 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:43:28,538 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:28,540 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:43:28,540 INFO storage: added cdrom sr0 (id 3) to device tree >01:43:28,541 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:43:28,544 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:43:28,550 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:43:28,551 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:43:28,552 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:43:28,565 WARN storage: disklabel detected but not usable on sr0 >01:43:28,566 INFO storage: type detected on 'sr0' is 'iso9660' >01:43:28,568 DEBUG storage: Iso9660FS.supported: supported: True ; >01:43:28,572 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:43:28,573 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:43:28,575 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:43:28,581 DEBUG storage: looking up parted Device: /dev/sr0 >01:43:28,582 INFO storage: got device: OpticalDevice instance (0x7ffa5816af10) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x7ffa58177050> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:43:28,585 DEBUG storage: Iso9660FS.supported: supported: True ; >01:43:28,585 INFO storage: got format: Iso9660FS instance (0x7ffa58172c90) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:43:28,587 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:43:28,588 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:43:28,592 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:43:28,594 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:28,594 INFO storage: loop0 is a loop device >01:43:28,596 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:43:28,597 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:43:28,601 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:28,602 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:28,604 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:43:28,604 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:43:28,610 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:43:28,610 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:28,612 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:43:28,612 INFO storage: added loop loop0 (id 5) to device tree >01:43:28,614 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:43:28,619 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:43:28,619 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:43:28,621 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:43:28,622 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:43:28,628 WARN storage: disklabel detected but not usable on loop0 >01:43:28,628 INFO storage: type detected on 'loop0' is 'squashfs' >01:43:28,628 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:43:28,629 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:43:28,631 INFO storage: got device: LoopDevice instance (0x7ffa5816add0) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:43:28,637 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:43:28,641 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:43:28,642 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:43:28,644 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:28,644 INFO storage: loop1 is a loop device >01:43:28,645 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:43:28,647 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:43:28,651 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:28,652 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:28,654 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:43:28,654 INFO storage: added file /osmin (id 6) to device tree >01:43:28,656 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:43:28,660 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:28,661 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:43:28,662 INFO storage: added loop loop1 (id 7) to device tree >01:43:28,663 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:43:28,665 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:43:28,670 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:43:28,671 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:43:28,673 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:43:28,680 WARN storage: disklabel detected but not usable on loop1 >01:43:28,681 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:43:28,682 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:43:28,683 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:43:28,687 INFO storage: got device: LoopDevice instance (0x7ffa58178e90) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:43:28,689 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:43:28,690 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:43:28,691 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:43:28,696 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:28,697 INFO storage: loop2 is a loop device >01:43:28,698 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:43:28,700 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:43:28,701 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:28,704 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:28,706 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:43:28,707 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:43:28,713 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:43:28,713 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:28,715 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:43:28,715 INFO storage: added loop loop2 (id 9) to device tree >01:43:28,717 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:43:28,718 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:43:28,722 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:43:28,723 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:43:28,725 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:43:28,731 WARN storage: disklabel detected but not usable on loop2 >01:43:28,731 INFO storage: type detected on 'loop2' is 'squashfs' >01:43:28,731 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:43:28,737 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:43:28,738 INFO storage: got device: LoopDevice instance (0x7ffa58178f90) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:43:28,741 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:43:28,745 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:43:28,746 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:43:28,748 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:28,752 INFO storage: loop3 is a loop device >01:43:28,753 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:43:28,754 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:43:28,756 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:28,756 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:28,758 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:43:28,762 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:43:28,764 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:43:28,764 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:28,765 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:43:28,770 INFO storage: added loop loop3 (id 11) to device tree >01:43:28,771 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:43:28,773 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:43:28,774 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:28,775 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:43:28,775 DEBUG storage: device loop3 does not contain a disklabel >01:43:28,779 INFO storage: type detected on 'loop3' is 'ext4' >01:43:28,883 DEBUG storage: using current size 0 as min size >01:43:28,884 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:28,884 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:43:28,886 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:43:28,887 INFO storage: got device: LoopDevice instance (0x7ffa581b9ad0) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:43:28,888 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:28,889 INFO storage: got format: Ext4FS instance (0x7ffa581b9ed0) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:43:28,890 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:43:28,895 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:43:28,896 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:43:28,897 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:28,898 INFO storage: loop4 is a loop device >01:43:28,899 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:43:28,904 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:43:28,905 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:28,906 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:28,908 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:43:28,912 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:43:28,913 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:43:28,914 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:28,915 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:43:28,920 INFO storage: added loop loop4 (id 13) to device tree >01:43:28,921 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:43:28,922 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:43:28,923 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:43:28,924 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:43:28,930 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:43:28,936 WARN storage: disklabel detected but not usable on loop4 >01:43:28,936 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:43:28,936 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:43:28,937 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:43:28,938 INFO storage: got device: LoopDevice instance (0x7ffa581b9d10) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:43:28,940 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:43:28,945 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:43:28,945 DEBUG storage: lvm filter: adding loop5 to the reject list >01:43:28,947 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:43:28,951 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:43:28,951 DEBUG storage: lvm filter: adding loop6 to the reject list >01:43:28,953 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:43:28,954 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:43:28,955 DEBUG storage: lvm filter: adding loop7 to the reject list >01:43:28,955 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:43:28,959 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:43:28,995 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:43:28,998 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:43:29,002 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:43:29,003 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:43:29,008 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:29,008 INFO storage: live-rw is a device-mapper device >01:43:29,009 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:43:29,010 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:43:29,015 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:43:29,016 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:43:29,017 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:43:29,023 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:43:29,024 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:29,025 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:43:29,029 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:29,030 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:43:29,031 INFO storage: added dm live-rw (id 14) to device tree >01:43:29,032 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:43:29,033 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:43:29,038 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:29,038 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:43:29,038 DEBUG storage: device live-rw does not contain a disklabel >01:43:29,039 INFO storage: type detected on 'live-rw' is 'ext4' >01:43:29,120 DEBUG storage: padding min size from 3367 up to 3703 >01:43:29,121 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:29,122 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:43:29,123 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:43:29,124 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:43:29,128 INFO storage: got device: DMDevice instance (0x7ffa581c3d50) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32762 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x7ffa580835f0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:43:29,133 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:29,133 INFO storage: got format: Ext4FS instance (0x7ffa581d1710) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:43:29,136 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:43:29,140 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:43:29,141 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:43:29,142 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:29,142 INFO storage: live-osimg-min is a device-mapper device >01:43:29,143 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:43:29,148 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:43:29,149 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:43:29,150 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:43:29,155 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:43:29,156 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:43:29,158 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:43:29,163 DEBUG storage: DeviceTree.getDeviceByName returned None >01:43:29,164 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:43:29,164 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:43:29,165 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:43:29,169 INFO storage: added dm live-osimg-min (id 15) to device tree >01:43:29,170 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:43:29,171 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:43:29,172 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:29,176 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:43:29,176 DEBUG storage: device live-osimg-min does not contain a disklabel >01:43:29,176 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:43:29,254 DEBUG storage: using current size 0 as min size >01:43:29,256 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:29,256 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:43:29,260 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:43:29,260 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:43:29,270 INFO storage: got device: DMDevice instance (0x7ffa581c8f90) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32762 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x7ffa581777a0> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:43:29,272 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:29,272 INFO storage: got format: Ext4FS instance (0x7ffa581dc6d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:43:29,315 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:43:29,358 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:43:29,359 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:43:29,361 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:43:29,399 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:43:29,400 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:43:29,402 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:43:29,441 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:43:29,442 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:43:29,444 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:43:29,484 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:43:29,486 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:43:29,487 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:43:29,491 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:43:29,493 INFO storage: edd: collected mbr signatures: {'sda': '0x000a740d'} >01:43:29,494 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:43:29,508 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >01:43:29,528 WARN storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >01:43:29,529 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:43:29,585 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:29,591 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:29,593 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:29,599 DEBUG storage: Ext4FS.supported: supported: True ; >01:43:29,601 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:43:29,607 DEBUG storage: Iso9660FS.supported: supported: True ; >01:43:29,634 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/live-osimg-min ; >01:43:29,639 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4096MB dm live-osimg-min (15) with existing ext4 filesystem >01:45:13,620 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:45:13,645 DEBUG storage: registered device format class Ext2FS as ext2 >01:45:13,645 DEBUG storage: registered device format class Ext3FS as ext3 >01:45:13,645 DEBUG storage: registered device format class Ext4FS as ext4 >01:45:13,646 DEBUG storage: registered device format class FATFS as vfat >01:45:13,651 DEBUG storage: registered device format class EFIFS as efi >01:45:13,651 DEBUG storage: registered device format class BTRFS as btrfs >01:45:13,651 DEBUG storage: registered device format class GFS2 as gfs2 >01:45:13,651 DEBUG storage: registered device format class JFS as jfs >01:45:13,651 DEBUG storage: registered device format class ReiserFS as reiserfs >01:45:13,651 DEBUG storage: registered device format class XFS as xfs >01:45:13,651 DEBUG storage: registered device format class HFS as hfs >01:45:13,651 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:45:13,652 DEBUG storage: registered device format class HFSPlus as hfs+ >01:45:13,652 DEBUG storage: registered device format class NTFS as ntfs >01:45:13,652 DEBUG storage: registered device format class NFS as nfs >01:45:13,652 DEBUG storage: registered device format class NFSv4 as nfs4 >01:45:13,652 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:45:13,652 DEBUG storage: registered device format class NoDevFS as nodev >01:45:13,652 DEBUG storage: registered device format class DevPtsFS as devpts >01:45:13,652 DEBUG storage: registered device format class ProcFS as proc >01:45:13,652 DEBUG storage: registered device format class SysFS as sysfs >01:45:13,652 DEBUG storage: registered device format class TmpFS as tmpfs >01:45:13,652 DEBUG storage: registered device format class BindFS as bind >01:45:13,652 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:45:13,653 DEBUG storage: registered device format class USBFS as usbfs >01:45:13,653 DEBUG storage: registered device format class BIOSBoot as biosboot >01:45:13,653 DEBUG storage: registered device format class DiskLabel as disklabel >01:45:13,654 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:45:13,654 DEBUG storage: registered device format class MDRaidMember as mdmember >01:45:13,654 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:45:13,659 DEBUG storage: registered device format class MultipathMember as multipath_member >01:45:13,660 DEBUG storage: registered device format class LUKS as luks >01:45:13,660 DEBUG storage: registered device format class SwapSpace as swap >01:45:14,183 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:45:14,184 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:45:14,184 INFO storage: sr0 looks to be the live device; marking as protected >01:45:14,217 DEBUG storage: MultipathTopology._build_topology: >01:45:14,217 DEBUG storage: /etc/multipath.conf contents: >01:45:14,217 DEBUG storage: # multipath.conf written by anaconda >01:45:14,217 DEBUG storage: >01:45:14,217 DEBUG storage: defaults { >01:45:14,217 DEBUG storage: user_friendly_names yes >01:45:14,217 DEBUG storage: } >01:45:14,217 DEBUG storage: blacklist { >01:45:14,217 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:45:14,218 DEBUG storage: devnode "^hd[a-z]" >01:45:14,218 DEBUG storage: devnode "^dcssblk[0-9]*" >01:45:14,218 DEBUG storage: device { >01:45:14,218 DEBUG storage: vendor "DGC" >01:45:14,218 DEBUG storage: product "LUNZ" >01:45:14,218 DEBUG storage: } >01:45:14,218 DEBUG storage: device { >01:45:14,218 DEBUG storage: vendor "IBM" >01:45:14,218 DEBUG storage: product "S/390.*" >01:45:14,218 DEBUG storage: } >01:45:14,218 DEBUG storage: # don't count normal SATA devices as multipaths >01:45:14,218 DEBUG storage: device { >01:45:14,218 DEBUG storage: vendor "ATA" >01:45:14,218 DEBUG storage: } >01:45:14,218 DEBUG storage: # don't count 3ware devices as multipaths >01:45:14,218 DEBUG storage: device { >01:45:14,218 DEBUG storage: vendor "3ware" >01:45:14,218 DEBUG storage: } >01:45:14,218 DEBUG storage: device { >01:45:14,218 DEBUG storage: vendor "AMCC" >01:45:14,219 DEBUG storage: } >01:45:14,219 DEBUG storage: # nor highpoint devices >01:45:14,219 DEBUG storage: device { >01:45:14,219 DEBUG storage: vendor "HPT" >01:45:14,219 DEBUG storage: } >01:45:14,219 DEBUG storage: } >01:45:14,219 DEBUG storage: multipaths { >01:45:14,219 DEBUG storage: } >01:45:14,219 DEBUG storage: (end of /etc/multipath.conf) >01:45:14,249 INFO storage: MultipathTopology: found singlepath device: sda >01:45:14,250 INFO storage: MultipathTopology: found non-disk device: sda1 >01:45:14,251 INFO storage: MultipathTopology: found non-disk device: sda2 >01:45:14,251 INFO storage: MultipathTopology: found non-disk device: sr0 >01:45:14,251 INFO storage: MultipathTopology: found singlepath device: loop0 >01:45:14,251 INFO storage: MultipathTopology: found singlepath device: loop1 >01:45:14,251 INFO storage: MultipathTopology: found singlepath device: loop2 >01:45:14,252 INFO storage: MultipathTopology: found singlepath device: loop3 >01:45:14,252 INFO storage: MultipathTopology: found singlepath device: loop4 >01:45:14,252 INFO storage: MultipathTopology: found singlepath device: loop5 >01:45:14,252 INFO storage: MultipathTopology: found singlepath device: loop6 >01:45:14,252 INFO storage: MultipathTopology: found singlepath device: loop7 >01:45:14,253 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:45:14,253 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:45:14,254 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:45:14,258 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': '22966', > '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 ; >01:45:14,259 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:45:14,260 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:45:14,260 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,261 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:45:14,261 INFO storage: sda is a disk >01:45:14,262 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,263 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:45:14,264 INFO storage: added disk sda (id 0) to device tree >01:45:14,264 DEBUG storage: looking up parted Device: /dev/sda >01:45:14,269 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:45:14,271 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >01:45:14,272 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:45:14,276 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:45:14,294 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x1be6b90>, <parted.partition.Partition object at 0x1be6d10>] > device: <parted.device.Device object at 0x1be69d0> > PedDisk: <_ped.Disk object at 0x1be8b48> >01:45:14,295 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:45:14,297 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:45:14,302 INFO storage: got device: DiskDevice instance (0x1b7a790) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x1ae5290> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x1bd3b90> >01:45:14,303 INFO storage: got format: DiskLabel instance (0x1bd3c50) -- > 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 = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x1be6b90>, <parted.partition.Partition object at 0x1be6d10>] > device: <parted.device.Device object at 0x1be69d0> > PedDisk: <_ped.Disk object at 0x1be8b48> > origPartedDisk = <parted.disk.Disk object at 0x1be6ed0> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x1ae5830> > >01:45:14,307 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2048', > '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': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '28554541', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:45:14,307 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:45:14,308 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:45:14,308 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,308 INFO storage: sda1 is a partition >01:45:14,309 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:45:14,309 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:45:14,310 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:45:14,311 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:45:14,312 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:45:14,312 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,313 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:45:14,313 DEBUG storage: looking up parted Partition: /dev/sda1 >01:45:14,314 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:45:14,314 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:45:14,315 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:45:14,316 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:45:14,316 INFO storage: added partition sda1 (id 1) to device tree >01:45:14,316 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:45:14,317 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >01:45:14,317 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:45:14,318 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >01:45:14,325 WARN storage: disklabel detected but not usable on sda1 >01:45:14,325 INFO storage: type detected on 'sda1' is 'ext4' >01:45:14,363 DEBUG storage: padding min size from 77 up to 84 >01:45:14,364 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:14,364 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:45:14,365 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:45:14,365 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:45:14,368 DEBUG storage: looking up parted Device: /dev/sda1 >01:45:14,371 INFO storage: got device: PartitionDevice instance (0x1bd3b50) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x1ae5b90> > target size = 0 path = /dev/sda1 > 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 0x1be6a90> fileSystem: <parted.filesystem.FileSystem object at 0x1be6e50> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1be6c50> PedPartition: <_ped.Partition object at 0x1be5710> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:45:14,372 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:14,372 INFO storage: got format: Ext4FS instance (0x1bed090) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:45:14,374 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '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_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': '4096', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1048576', > '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': '28554577', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:45:14,374 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:45:14,375 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:45:14,375 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,376 INFO storage: sda2 is a partition >01:45:14,376 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:45:14,377 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:45:14,377 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:45:14,378 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:45:14,379 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:45:14,379 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,379 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:45:14,380 DEBUG storage: looking up parted Partition: /dev/sda2 >01:45:14,380 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:45:14,381 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:45:14,381 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:45:14,382 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:45:14,382 INFO storage: added partition sda2 (id 2) to device tree >01:45:14,383 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:45:14,383 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >01:45:14,384 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:45:14,384 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >01:45:14,393 WARN storage: disklabel detected but not usable on sda2 >01:45:14,396 DEBUG storage: no type or existing type for sda2, bailing >01:45:14,397 DEBUG storage: looking up parted Device: /dev/sda2 >01:45:14,399 INFO storage: got device: PartitionDevice instance (0x1c63f10) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x1ae5cb0> > 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 0x1be6a90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1be6dd0> PedPartition: <_ped.Partition object at 0x1be5770> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:45:14,410 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:45:14,410 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:45:14,410 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:45:14,411 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,411 INFO storage: sr0 is a cdrom >01:45:14,412 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:45:14,412 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,413 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:45:14,413 INFO storage: added cdrom sr0 (id 3) to device tree >01:45:14,414 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:45:14,416 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:45:14,416 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:45:14,417 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:45:14,418 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:45:14,426 WARN storage: disklabel detected but not usable on sr0 >01:45:14,426 INFO storage: type detected on 'sr0' is 'iso9660' >01:45:14,427 DEBUG storage: Iso9660FS.supported: supported: True ; >01:45:14,427 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:45:14,427 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:45:14,428 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:45:14,430 DEBUG storage: looking up parted Device: /dev/sr0 >01:45:14,430 INFO storage: got device: OpticalDevice instance (0x1c63fd0) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x1ae57a0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:45:14,431 DEBUG storage: Iso9660FS.supported: supported: True ; >01:45:14,431 INFO storage: got format: Iso9660FS instance (0x1bd3c90) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:45:14,432 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:45:14,432 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:45:14,433 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:45:14,433 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,433 INFO storage: loop0 is a loop device >01:45:14,434 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:45:14,434 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:45:14,435 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,435 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,436 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:45:14,436 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:45:14,436 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:45:14,437 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,437 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:45:14,437 INFO storage: added loop loop0 (id 5) to device tree >01:45:14,438 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:45:14,438 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:45:14,438 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:45:14,439 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:45:14,440 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:45:14,443 WARN storage: disklabel detected but not usable on loop0 >01:45:14,443 INFO storage: type detected on 'loop0' is 'squashfs' >01:45:14,443 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:45:14,444 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:45:14,444 INFO storage: got device: LoopDevice instance (0x1c6e150) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:45:14,447 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:45:14,448 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:45:14,448 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:45:14,449 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,449 INFO storage: loop1 is a loop device >01:45:14,449 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:45:14,450 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:45:14,450 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,451 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,451 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:45:14,451 INFO storage: added file /osmin (id 6) to device tree >01:45:14,452 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:45:14,452 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,453 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:45:14,453 INFO storage: added loop loop1 (id 7) to device tree >01:45:14,453 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:45:14,454 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:45:14,454 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:45:14,455 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:45:14,455 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:45:14,460 WARN storage: disklabel detected but not usable on loop1 >01:45:14,461 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:45:14,461 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:45:14,461 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:45:14,462 INFO storage: got device: LoopDevice instance (0x1c6e090) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:45:14,463 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:45:14,463 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:45:14,464 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:45:14,464 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,464 INFO storage: loop2 is a loop device >01:45:14,465 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:45:14,465 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:45:14,466 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,466 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,471 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:45:14,471 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:45:14,472 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:45:14,472 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,472 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:45:14,472 INFO storage: added loop loop2 (id 9) to device tree >01:45:14,473 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:45:14,473 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:45:14,474 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:45:14,474 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:45:14,475 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:45:14,480 WARN storage: disklabel detected but not usable on loop2 >01:45:14,481 INFO storage: type detected on 'loop2' is 'squashfs' >01:45:14,481 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:45:14,481 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:45:14,482 INFO storage: got device: LoopDevice instance (0x1b7a750) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:45:14,483 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:45:14,484 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:45:14,484 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:45:14,485 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,485 INFO storage: loop3 is a loop device >01:45:14,485 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:45:14,486 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:45:14,486 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,486 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,487 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:45:14,487 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:45:14,488 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:45:14,488 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,489 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:45:14,489 INFO storage: added loop loop3 (id 11) to device tree >01:45:14,489 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:45:14,490 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:45:14,490 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:14,490 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:45:14,491 DEBUG storage: device loop3 does not contain a disklabel >01:45:14,491 INFO storage: type detected on 'loop3' is 'ext4' >01:45:14,515 DEBUG storage: using current size 0 as min size >01:45:14,516 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:14,516 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:45:14,516 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:45:14,517 INFO storage: got device: LoopDevice instance (0x1c6e810) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:45:14,517 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:14,518 INFO storage: got format: Ext4FS instance (0x1c6e510) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:45:14,519 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:45:14,519 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:45:14,519 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:45:14,520 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,520 INFO storage: loop4 is a loop device >01:45:14,521 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:45:14,521 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:45:14,522 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,522 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,522 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:45:14,523 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:45:14,523 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:45:14,523 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,524 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:45:14,524 INFO storage: added loop loop4 (id 13) to device tree >01:45:14,525 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:45:14,525 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:45:14,525 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:45:14,526 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:45:14,527 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:45:14,532 WARN storage: disklabel detected but not usable on loop4 >01:45:14,532 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:45:14,533 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:45:14,533 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:45:14,534 INFO storage: got device: LoopDevice instance (0x1c6e790) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:45:14,535 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:45:14,535 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:45:14,535 DEBUG storage: lvm filter: adding loop5 to the reject list >01:45:14,536 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:45:14,536 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:45:14,536 DEBUG storage: lvm filter: adding loop6 to the reject list >01:45:14,537 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:45:14,537 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:45:14,537 DEBUG storage: lvm filter: adding loop7 to the reject list >01:45:14,537 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:45:14,537 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:45:14,553 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:45:14,555 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:45:14,556 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:45:14,556 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:45:14,557 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,557 INFO storage: live-rw is a device-mapper device >01:45:14,557 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:45:14,559 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:45:14,559 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:45:14,560 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:45:14,561 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:45:14,562 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:45:14,563 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,563 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:45:14,563 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,564 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:45:14,564 INFO storage: added dm live-rw (id 14) to device tree >01:45:14,565 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:45:14,565 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:45:14,567 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:14,567 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:45:14,567 DEBUG storage: device live-rw does not contain a disklabel >01:45:14,567 INFO storage: type detected on 'live-rw' is 'ext4' >01:45:14,592 DEBUG storage: padding min size from 3367 up to 3703 >01:45:14,592 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:14,593 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:45:14,593 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:45:14,594 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:45:14,598 INFO storage: got device: DMDevice instance (0x1c6ee10) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x1ae5dd0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:45:14,599 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:14,599 INFO storage: got format: Ext4FS instance (0x1c6eb10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:45:14,601 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:45:14,601 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:45:14,602 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:45:14,602 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,602 INFO storage: live-osimg-min is a device-mapper device >01:45:14,603 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:45:14,604 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:45:14,604 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:45:14,605 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:45:14,606 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:45:14,606 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:45:14,607 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:45:14,608 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:14,609 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:45:14,609 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:14,610 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:45:14,610 INFO storage: added dm live-osimg-min (id 15) to device tree >01:45:14,610 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:45:14,611 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:45:14,611 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:14,612 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:45:14,612 DEBUG storage: device live-osimg-min does not contain a disklabel >01:45:14,612 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:45:14,638 DEBUG storage: using current size 0 as min size >01:45:14,639 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:14,639 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:45:14,640 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:45:14,640 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:45:14,641 INFO storage: got device: DMDevice instance (0x1c6ec50) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x1ae5c20> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:45:14,645 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:14,645 INFO storage: got format: Ext4FS instance (0x1bd3d10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:45:14,661 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:45:14,674 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:45:14,675 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:45:14,676 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:45:14,688 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:45:14,688 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:45:14,690 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:45:14,701 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:45:14,702 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:45:14,704 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:45:14,715 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:45:14,716 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:45:14,717 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:45:14,717 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:45:14,718 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:45:14,731 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:45:14,732 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:45:14,733 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:45:14,745 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:45:14,746 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:45:14,747 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:45:14,759 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:45:14,760 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:45:14,761 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:45:14,772 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:45:14,773 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:45:14,773 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:45:14,969 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:45:14,980 DEBUG storage: registered device format class Ext2FS as ext2 >01:45:14,981 DEBUG storage: registered device format class Ext3FS as ext3 >01:45:14,981 DEBUG storage: registered device format class Ext4FS as ext4 >01:45:14,982 DEBUG storage: registered device format class FATFS as vfat >01:45:14,982 DEBUG storage: registered device format class EFIFS as efi >01:45:14,983 DEBUG storage: registered device format class BTRFS as btrfs >01:45:14,983 DEBUG storage: registered device format class GFS2 as gfs2 >01:45:14,984 DEBUG storage: registered device format class JFS as jfs >01:45:14,984 DEBUG storage: registered device format class ReiserFS as reiserfs >01:45:14,985 DEBUG storage: registered device format class XFS as xfs >01:45:14,985 DEBUG storage: registered device format class HFS as hfs >01:45:14,986 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:45:14,986 DEBUG storage: registered device format class HFSPlus as hfs+ >01:45:14,987 DEBUG storage: registered device format class NTFS as ntfs >01:45:14,987 DEBUG storage: registered device format class NFS as nfs >01:45:14,988 DEBUG storage: registered device format class NFSv4 as nfs4 >01:45:14,988 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:45:14,988 DEBUG storage: registered device format class NoDevFS as nodev >01:45:14,988 DEBUG storage: registered device format class DevPtsFS as devpts >01:45:14,988 DEBUG storage: registered device format class ProcFS as proc >01:45:14,988 DEBUG storage: registered device format class SysFS as sysfs >01:45:14,989 DEBUG storage: registered device format class TmpFS as tmpfs >01:45:14,989 DEBUG storage: registered device format class BindFS as bind >01:45:14,989 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:45:14,989 DEBUG storage: registered device format class USBFS as usbfs >01:45:14,989 DEBUG storage: registered device format class BIOSBoot as biosboot >01:45:14,990 DEBUG storage: registered device format class DiskLabel as disklabel >01:45:14,990 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:45:14,994 DEBUG storage: registered device format class MDRaidMember as mdmember >01:45:14,994 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:45:14,995 DEBUG storage: registered device format class MultipathMember as multipath_member >01:45:14,995 DEBUG storage: registered device format class LUKS as luks >01:45:14,996 DEBUG storage: registered device format class SwapSpace as swap >01:45:15,573 DEBUG storage: MultipathTopology._build_topology: >01:45:15,574 DEBUG storage: /etc/multipath.conf contents: >01:45:15,575 DEBUG storage: # multipath.conf written by anaconda >01:45:15,575 DEBUG storage: >01:45:15,575 DEBUG storage: defaults { >01:45:15,576 DEBUG storage: user_friendly_names yes >01:45:15,576 DEBUG storage: } >01:45:15,577 DEBUG storage: blacklist { >01:45:15,577 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:45:15,577 DEBUG storage: devnode "^hd[a-z]" >01:45:15,578 DEBUG storage: devnode "^dcssblk[0-9]*" >01:45:15,578 DEBUG storage: device { >01:45:15,578 DEBUG storage: vendor "DGC" >01:45:15,578 DEBUG storage: product "LUNZ" >01:45:15,578 DEBUG storage: } >01:45:15,579 DEBUG storage: device { >01:45:15,579 DEBUG storage: vendor "IBM" >01:45:15,579 DEBUG storage: product "S/390.*" >01:45:15,579 DEBUG storage: } >01:45:15,579 DEBUG storage: # don't count normal SATA devices as multipaths >01:45:15,579 DEBUG storage: device { >01:45:15,579 DEBUG storage: vendor "ATA" >01:45:15,579 DEBUG storage: } >01:45:15,582 DEBUG storage: # don't count 3ware devices as multipaths >01:45:15,582 DEBUG storage: device { >01:45:15,582 DEBUG storage: vendor "3ware" >01:45:15,582 DEBUG storage: } >01:45:15,582 DEBUG storage: device { >01:45:15,583 DEBUG storage: vendor "AMCC" >01:45:15,583 DEBUG storage: } >01:45:15,583 DEBUG storage: # nor highpoint devices >01:45:15,583 DEBUG storage: device { >01:45:15,583 DEBUG storage: vendor "HPT" >01:45:15,583 DEBUG storage: } >01:45:15,584 DEBUG storage: } >01:45:15,584 DEBUG storage: multipaths { >01:45:15,584 DEBUG storage: } >01:45:15,584 DEBUG storage: (end of /etc/multipath.conf) >01:45:15,632 INFO storage: MultipathTopology: found singlepath device: sda >01:45:15,632 INFO storage: MultipathTopology: found non-disk device: sda1 >01:45:15,633 INFO storage: MultipathTopology: found non-disk device: sda2 >01:45:15,633 INFO storage: MultipathTopology: found non-disk device: sr0 >01:45:15,633 INFO storage: MultipathTopology: found singlepath device: loop0 >01:45:15,633 INFO storage: MultipathTopology: found singlepath device: loop1 >01:45:15,633 INFO storage: MultipathTopology: found singlepath device: loop2 >01:45:15,633 INFO storage: MultipathTopology: found singlepath device: loop3 >01:45:15,633 INFO storage: MultipathTopology: found singlepath device: loop4 >01:45:15,633 INFO storage: MultipathTopology: found singlepath device: loop5 >01:45:15,633 INFO storage: MultipathTopology: found singlepath device: loop6 >01:45:15,634 INFO storage: MultipathTopology: found singlepath device: loop7 >01:45:15,637 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:45:15,637 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:45:16,696 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:45:16,698 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:45:16,736 DEBUG storage: protected device spec /dev/sr0 resolved to sr0 >01:45:16,737 INFO storage: sr0 looks to be the live device; marking as protected >01:45:16,780 DEBUG storage: MultipathTopology._build_topology: >01:45:16,784 DEBUG storage: /etc/multipath.conf contents: >01:45:16,785 DEBUG storage: # multipath.conf written by anaconda >01:45:16,785 DEBUG storage: >01:45:16,786 DEBUG storage: defaults { >01:45:16,786 DEBUG storage: user_friendly_names yes >01:45:16,786 DEBUG storage: } >01:45:16,791 DEBUG storage: blacklist { >01:45:16,791 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:45:16,792 DEBUG storage: devnode "^hd[a-z]" >01:45:16,792 DEBUG storage: devnode "^dcssblk[0-9]*" >01:45:16,793 DEBUG storage: device { >01:45:16,793 DEBUG storage: vendor "DGC" >01:45:16,793 DEBUG storage: product "LUNZ" >01:45:16,794 DEBUG storage: } >01:45:16,794 DEBUG storage: device { >01:45:16,795 DEBUG storage: vendor "IBM" >01:45:16,795 DEBUG storage: product "S/390.*" >01:45:16,795 DEBUG storage: } >01:45:16,795 DEBUG storage: # don't count normal SATA devices as multipaths >01:45:16,796 DEBUG storage: device { >01:45:16,796 DEBUG storage: vendor "ATA" >01:45:16,796 DEBUG storage: } >01:45:16,796 DEBUG storage: # don't count 3ware devices as multipaths >01:45:16,796 DEBUG storage: device { >01:45:16,796 DEBUG storage: vendor "3ware" >01:45:16,796 DEBUG storage: } >01:45:16,796 DEBUG storage: device { >01:45:16,796 DEBUG storage: vendor "AMCC" >01:45:16,796 DEBUG storage: } >01:45:16,799 DEBUG storage: # nor highpoint devices >01:45:16,799 DEBUG storage: device { >01:45:16,799 DEBUG storage: vendor "HPT" >01:45:16,799 DEBUG storage: } >01:45:16,800 DEBUG storage: } >01:45:16,800 DEBUG storage: multipaths { >01:45:16,800 DEBUG storage: } >01:45:16,800 DEBUG storage: (end of /etc/multipath.conf) >01:45:16,868 INFO storage: MultipathTopology: found singlepath device: sda >01:45:16,869 INFO storage: MultipathTopology: found non-disk device: sda1 >01:45:16,869 INFO storage: MultipathTopology: found non-disk device: sda2 >01:45:16,870 INFO storage: MultipathTopology: found non-disk device: sr0 >01:45:16,870 INFO storage: MultipathTopology: found singlepath device: loop0 >01:45:16,870 INFO storage: MultipathTopology: found singlepath device: loop1 >01:45:16,870 INFO storage: MultipathTopology: found singlepath device: loop2 >01:45:16,870 INFO storage: MultipathTopology: found singlepath device: loop3 >01:45:16,870 INFO storage: MultipathTopology: found singlepath device: loop4 >01:45:16,873 INFO storage: MultipathTopology: found singlepath device: loop5 >01:45:16,873 INFO storage: MultipathTopology: found singlepath device: loop6 >01:45:16,873 INFO storage: MultipathTopology: found singlepath device: loop7 >01:45:16,873 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:45:16,874 INFO storage: MultipathTopology: found singlepath device: dm-1 >01:45:16,874 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >01:45:16,878 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': '22966', > '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 ; >01:45:16,878 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >01:45:16,882 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:45:16,883 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:16,895 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >01:45:16,902 INFO storage: sda is a disk >01:45:16,905 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:16,909 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >01:45:16,915 INFO storage: added disk sda (id 0) to device tree >01:45:16,915 DEBUG storage: looking up parted Device: /dev/sda >01:45:16,925 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >01:45:16,929 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >01:45:16,937 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >01:45:16,952 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >01:45:16,985 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe2241488d0>, <parted.partition.Partition object at 0x7fe224148a50>] > device: <parted.device.Device object at 0x7fe224148450> > PedDisk: <_ped.Disk object at 0x7fe224149170> >01:45:16,988 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:45:16,993 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >01:45:17,003 INFO storage: got device: DiskDevice instance (0x7fe2240c65d0) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.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: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7fe224085320> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fe224123150> >01:45:17,005 INFO storage: got format: DiskLabel instance (0x7fe2241234d0) -- > 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 = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe2241488d0>, <parted.partition.Partition object at 0x7fe224148a50>] > device: <parted.device.Device object at 0x7fe224148450> > PedDisk: <_ped.Disk object at 0x7fe224149170> > origPartedDisk = <parted.disk.Disk object at 0x7fe224148d10> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7fe224085710> > >01:45:17,009 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63', > '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': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '621ad576-5856-4579-8c6f-7c18f5141b63', > 'ID_FS_UUID_ENC': '621ad576-5856-4579-8c6f-7c18f5141b63', > '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': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2048', > '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': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '28554541', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-uuid/621ad576-5856-4579-8c6f-7c18f5141b63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >01:45:17,013 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >01:45:17,014 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >01:45:17,019 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,020 INFO storage: sda1 is a partition >01:45:17,021 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >01:45:17,023 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:45:17,024 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:45:17,029 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >01:45:17,030 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:45:17,031 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:17,032 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >01:45:17,037 DEBUG storage: looking up parted Partition: /dev/sda1 >01:45:17,038 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >01:45:17,040 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >01:45:17,041 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >01:45:17,047 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >01:45:17,047 INFO storage: added partition sda1 (id 1) to device tree >01:45:17,049 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >01:45:17,050 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >01:45:17,055 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:45:17,056 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >01:45:17,073 WARN storage: disklabel detected but not usable on sda1 >01:45:17,074 INFO storage: type detected on 'sda1' is 'ext4' >01:45:17,178 DEBUG storage: padding min size from 77 up to 84 >01:45:17,179 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:17,180 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:45:17,182 DEBUG storage: PartitionDevice._setFormat: sda1 ; >01:45:17,187 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >01:45:17,188 DEBUG storage: looking up parted Device: /dev/sda1 >01:45:17,190 INFO storage: got device: PartitionDevice instance (0x7fe224148fd0) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 1.0 > format = existing ext4 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: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 19515 did: 24387 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7fe224085950> > target size = 0 path = /dev/sda1 > 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 0x7fe224148550> fileSystem: <parted.filesystem.FileSystem object at 0x7fe224148b90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe224148950> PedPartition: <_ped.Partition object at 0x7fe2241463b0> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 2048 end = 4095 length = 2048 > flags = >01:45:17,195 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:17,195 INFO storage: got format: Ext4FS instance (0x7fe224154090) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 621ad576-5856-4579-8c6f-7c18f5141b63 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:45:17,198 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > '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_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': '4096', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1048576', > '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': '28554577', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >01:45:17,203 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >01:45:17,204 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >01:45:17,209 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,210 INFO storage: sda2 is a partition >01:45:17,212 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >01:45:17,213 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:45:17,214 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:45:17,220 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >01:45:17,221 DEBUG storage: PartitionDevice._setFormat: sda2 ; >01:45:17,222 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:17,223 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >01:45:17,228 DEBUG storage: looking up parted Partition: /dev/sda2 >01:45:17,229 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >01:45:17,231 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >01:45:17,232 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >01:45:17,238 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >01:45:17,238 INFO storage: added partition sda2 (id 2) to device tree >01:45:17,240 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >01:45:17,241 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >01:45:17,242 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >01:45:17,248 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >01:45:17,268 WARN storage: disklabel detected but not usable on sda2 >01:45:17,270 DEBUG storage: no type or existing type for sda2, bailing >01:45:17,276 DEBUG storage: looking up parted Device: /dev/sda2 >01:45:17,284 INFO storage: got device: PartitionDevice instance (0x7fe22414b790) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 512.0 > format = existing None > 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: 1048576 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 19515 did: 24387 busy: False > hardwareGeometry: (65, 255, 63) biosGeometry: (65, 255, 63) > PedDevice: <_ped.Device object at 0x7fe224085cb0> > 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 0x7fe224148550> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe224148b10> PedPartition: <_ped.Partition object at 0x7fe224146470> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 4096 end = 1052671 length = 1048576 > flags = >01:45:17,300 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-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-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-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', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '33961', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:45:17,301 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:45:17,311 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:45:17,315 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,316 INFO storage: sr0 is a cdrom >01:45:17,317 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:45:17,321 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:17,322 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:45:17,323 INFO storage: added cdrom sr0 (id 3) to device tree >01:45:17,324 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:45:17,331 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:45:17,333 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:45:17,335 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:45:17,336 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:45:17,357 WARN storage: disklabel detected but not usable on sr0 >01:45:17,362 INFO storage: type detected on 'sr0' is 'iso9660' >01:45:17,364 DEBUG storage: Iso9660FS.supported: supported: True ; >01:45:17,364 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:45:17,365 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:45:17,367 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:45:17,373 DEBUG storage: looking up parted Device: /dev/sr0 >01:45:17,374 INFO storage: got device: OpticalDevice instance (0x7fe22416bfd0) -- > name = sr0 status = True kids = 0 id = 3 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > 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: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x7fe224085f80> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:45:17,376 DEBUG storage: Iso9660FS.supported: supported: True ; >01:45:17,376 INFO storage: got format: Iso9660FS instance (0x7fe22417a190) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >01:45:17,379 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': '30240', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:45:17,384 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:45:17,386 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:45:17,387 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,392 INFO storage: loop0 is a loop device >01:45:17,394 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:45:17,395 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >01:45:17,397 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,401 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:17,402 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >01:45:17,403 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >01:45:17,405 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >01:45:17,409 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:17,410 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:45:17,411 INFO storage: added loop loop0 (id 5) to device tree >01:45:17,412 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:45:17,414 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:45:17,418 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:45:17,419 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:45:17,421 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:45:17,426 WARN storage: disklabel detected but not usable on loop0 >01:45:17,426 INFO storage: type detected on 'loop0' is 'squashfs' >01:45:17,427 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:45:17,427 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:45:17,433 INFO storage: got device: LoopDevice instance (0x7fe22417aed0) -- > name = loop0 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin.img (deleted) (4)'] > 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 >01:45:17,436 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31507', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:45:17,440 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:45:17,441 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:45:17,443 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,443 INFO storage: loop1 is a loop device >01:45:17,444 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:45:17,450 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >01:45:17,451 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,452 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:17,453 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >01:45:17,454 INFO storage: added file /osmin (id 6) to device tree >01:45:17,459 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >01:45:17,459 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:17,461 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:45:17,461 INFO storage: added loop loop1 (id 7) to device tree >01:45:17,463 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:45:17,467 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:45:17,468 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:45:17,470 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >01:45:17,471 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >01:45:17,478 WARN storage: disklabel detected but not usable on loop1 >01:45:17,478 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >01:45:17,483 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:45:17,484 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:45:17,485 INFO storage: got device: LoopDevice instance (0x2d34b50) -- > name = loop1 status = False kids = 0 id = 7 > parents = ['existing 0MB file /osmin (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >01:45:17,487 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31528', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:45:17,488 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:45:17,492 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:45:17,494 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,494 INFO storage: loop2 is a loop device >01:45:17,496 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:45:17,497 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >01:45:17,501 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,502 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:17,504 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >01:45:17,504 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >01:45:17,506 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >01:45:17,510 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:17,511 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:45:17,512 INFO storage: added loop loop2 (id 9) to device tree >01:45:17,513 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:45:17,518 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:45:17,519 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:45:17,520 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:45:17,522 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:45:17,528 WARN storage: disklabel detected but not usable on loop2 >01:45:17,528 INFO storage: type detected on 'loop2' is 'squashfs' >01:45:17,528 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:45:17,529 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:45:17,535 INFO storage: got device: LoopDevice instance (0x2d40b90) -- > name = loop2 status = False kids = 0 id = 9 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (8)'] > 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 >01:45:17,538 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '31542', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:45:17,542 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >01:45:17,543 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:45:17,545 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,549 INFO storage: loop3 is a loop device >01:45:17,550 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >01:45:17,551 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >01:45:17,553 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,558 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:17,560 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >01:45:17,560 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >01:45:17,562 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >01:45:17,562 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:17,564 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >01:45:17,568 INFO storage: added loop loop3 (id 11) to device tree >01:45:17,569 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >01:45:17,571 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >01:45:17,572 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:17,576 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:45:17,576 DEBUG storage: device loop3 does not contain a disklabel >01:45:17,577 INFO storage: type detected on 'loop3' is 'ext4' >01:45:17,674 DEBUG storage: using current size 0 as min size >01:45:17,675 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:17,676 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:45:17,678 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >01:45:17,679 INFO storage: got device: LoopDevice instance (0x2d42910) -- > name = loop3 status = False kids = 0 id = 11 > parents = ['existing 0MB file /LiveOS/ext3fs.img (10)'] > 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/loop3 > format args = [] originalFormat = None >01:45:17,680 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:17,681 INFO storage: got format: Ext4FS instance (0x2d42b50) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:45:17,683 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '33393', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:45:17,687 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >01:45:17,688 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:45:17,689 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,690 INFO storage: loop4 is a loop device >01:45:17,691 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >01:45:17,696 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:45:17,697 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,698 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:17,699 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:45:17,703 INFO storage: added file /overlay (deleted) (id 12) to device tree >01:45:17,704 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:45:17,705 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:17,706 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:45:17,711 INFO storage: added loop loop4 (id 13) to device tree >01:45:17,712 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >01:45:17,713 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >01:45:17,714 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:45:17,715 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >01:45:17,717 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >01:45:17,725 WARN storage: disklabel detected but not usable on loop4 >01:45:17,725 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >01:45:17,725 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:45:17,730 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >01:45:17,731 INFO storage: got device: LoopDevice instance (0x2d4a890) -- > name = loop4 status = False kids = 0 id = 13 > parents = ['existing 0MB file /overlay (deleted) (12)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >01:45:17,733 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': '33420', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:45:17,737 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:45:17,737 DEBUG storage: lvm filter: adding loop5 to the reject list >01:45:17,739 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': '34136', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:45:17,740 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:45:17,744 DEBUG storage: lvm filter: adding loop6 to the reject list >01:45:17,746 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': '34573', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:45:17,746 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:45:17,747 DEBUG storage: lvm filter: adding loop7 to the reject list >01:45:17,747 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:45:17,747 DEBUG storage: Skipping a device mapper drive (dm-1) for now >01:45:17,791 INFO storage: devices to scan: ['dm-0', 'dm-1'] >01:45:17,795 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /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': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86694', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:45:17,796 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:45:17,800 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:45:17,802 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,802 INFO storage: live-rw is a device-mapper device >01:45:17,803 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:45:17,805 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:45:17,810 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:45:17,811 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >01:45:17,813 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >01:45:17,818 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:45:17,819 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,820 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >01:45:17,821 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:17,822 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:45:17,826 INFO storage: added dm live-rw (id 14) to device tree >01:45:17,827 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:45:17,828 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:45:17,829 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:17,833 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:45:17,833 DEBUG storage: device live-rw does not contain a disklabel >01:45:17,833 INFO storage: type detected on 'live-rw' is 'ext4' >01:45:17,907 DEBUG storage: padding min size from 3367 up to 3703 >01:45:17,908 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:17,909 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:45:17,910 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:45:17,911 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:45:17,915 INFO storage: got device: DMDevice instance (0x2d56450) -- > name = live-rw status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop4 (13)'] > uuid = None size = 4096.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: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32738 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x2d36710> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:45:17,917 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:17,921 INFO storage: got format: Ext4FS instance (0x2d5f090) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >01:45:17,924 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '97000', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >01:45:17,928 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >01:45:17,929 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:45:17,930 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,930 INFO storage: live-osimg-min is a device-mapper device >01:45:17,931 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >01:45:17,932 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >01:45:17,936 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:45:17,938 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >01:45:17,939 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >01:45:17,944 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >01:45:17,945 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >01:45:17,946 DEBUG storage: DeviceTree.getDeviceByName returned None >01:45:17,951 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >01:45:17,951 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:45:17,952 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >01:45:17,952 INFO storage: added dm live-osimg-min (id 15) to device tree >01:45:17,953 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >01:45:17,957 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >01:45:17,959 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:17,959 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:45:17,959 DEBUG storage: device live-osimg-min does not contain a disklabel >01:45:17,959 INFO storage: type detected on 'live-osimg-min' is 'ext4' >01:45:18,044 DEBUG storage: using current size 0 as min size >01:45:18,046 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:18,046 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:45:18,047 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >01:45:18,050 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >01:45:18,051 INFO storage: got device: DMDevice instance (0x2d4afd0) -- > name = live-osimg-min status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop3 (11) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32738 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x2d36dd0> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >01:45:18,062 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:18,062 INFO storage: got format: Ext4FS instance (0x2d62750) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >01:45:18,102 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:45:18,145 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:45:18,146 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:45:18,148 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:45:18,187 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >01:45:18,188 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:45:18,190 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >01:45:18,233 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >01:45:18,234 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:45:18,236 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >01:45:18,277 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:45:18,278 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:45:18,279 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >01:45:18,283 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:45:18,285 INFO storage: edd: collected mbr signatures: {'sda': '0x000a740d'} >01:45:18,286 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >01:45:18,304 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >01:45:18,324 WARN storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >01:45:18,325 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >01:45:18,380 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:18,385 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:18,387 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:18,392 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:18,396 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:45:18,403 DEBUG storage: Iso9660FS.supported: supported: True ; >01:45:18,435 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/live-osimg-min ; >01:45:18,437 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4096MB dm live-osimg-min (15) with existing ext4 filesystem >01:45:27,782 DEBUG storage: Iso9660FS.supported: supported: True ; >01:45:27,783 DEBUG storage: Iso9660FS.supported: supported: True ; >01:45:27,785 DEBUG storage: NFSv4.supported: supported: False ; >01:45:27,786 DEBUG storage: NFSv4.supported: supported: False ; >01:45:27,788 DEBUG storage: SELinuxFS.supported: supported: False ; >01:45:27,789 DEBUG storage: SELinuxFS.supported: supported: False ; >01:45:27,791 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:27,792 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:27,794 DEBUG storage: Ext3FS.supported: supported: True ; >01:45:27,796 DEBUG storage: Ext3FS.supported: supported: True ; >01:45:27,797 DEBUG storage: Ext2FS.supported: supported: True ; >01:45:27,799 DEBUG storage: Ext2FS.supported: supported: True ; >01:45:27,801 DEBUG storage: SysFS.supported: supported: False ; >01:45:27,802 DEBUG storage: SysFS.supported: supported: False ; >01:45:27,804 DEBUG storage: MultipathMember.__init__: >01:45:27,806 DEBUG storage: MDRaidMember.__init__: >01:45:27,807 DEBUG storage: ProcFS.supported: supported: False ; >01:45:27,809 DEBUG storage: ProcFS.supported: supported: False ; >01:45:27,810 DEBUG storage: SwapSpace.__init__: >01:45:27,812 DEBUG storage: NoDevFS.supported: supported: False ; >01:45:27,814 DEBUG storage: NoDevFS.supported: supported: False ; >01:45:27,815 DEBUG storage: DevPtsFS.supported: supported: False ; >01:45:27,816 DEBUG storage: DevPtsFS.supported: supported: False ; >01:45:27,818 DEBUG storage: BTRFS.supported: supported: True ; >01:45:27,820 DEBUG storage: USBFS.supported: supported: False ; >01:45:27,821 DEBUG storage: USBFS.supported: supported: False ; >01:45:27,823 DEBUG storage: DiskLabel.__init__: >01:45:27,823 INFO storage: DiskLabel.partedDevice returning None >01:45:27,825 DEBUG storage: HFSPlus.supported: supported: False ; >01:45:27,826 DEBUG storage: HFSPlus.supported: supported: False ; >01:45:27,827 DEBUG storage: XFS.supported: supported: True ; >01:45:27,829 DEBUG storage: XFS.supported: supported: True ; >01:45:27,831 DEBUG storage: TmpFS.supported: supported: False ; >01:45:27,832 DEBUG storage: TmpFS.supported: supported: False ; >01:45:27,834 DEBUG storage: LUKS.__init__: >01:45:27,835 DEBUG storage: NTFS.supported: supported: False ; >01:45:27,836 DEBUG storage: NTFS.supported: supported: False ; >01:45:27,838 DEBUG storage: BindFS.supported: supported: False ; >01:45:27,839 DEBUG storage: BindFS.supported: supported: False ; >01:45:27,841 DEBUG storage: HFS.supported: supported: False ; >01:45:27,842 DEBUG storage: HFS.supported: supported: False ; >01:45:27,843 DEBUG storage: LVMPhysicalVolume.__init__: >01:45:27,845 DEBUG storage: NFS.supported: supported: False ; >01:45:27,846 DEBUG storage: NFS.supported: supported: False ; >01:45:27,848 DEBUG storage: FATFS.supported: supported: True ; >01:45:27,849 DEBUG storage: FATFS.supported: supported: True ; >01:45:27,851 DEBUG storage: DMRaidMember.__init__: >01:45:39,236 DEBUG storage: clearpart: looking at sda2 >01:45:39,238 DEBUG storage: clearpart: looking at sda1 >01:45:39,242 DEBUG storage: checking whether disk sda has an empty extended >01:45:39,243 DEBUG storage: extended is None ; logicals is [] >01:45:39,244 DEBUG storage: new disk order: [] >01:45:39,300 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:45:39,303 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:45:39,306 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >01:45:39,308 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >01:45:39,310 DEBUG storage: resolved 'sda' to 'sda' (disk) >01:45:39,311 DEBUG storage: _is_valid_disklabel(sda) returning True >01:45:39,311 DEBUG storage: _is_valid_size(sda) returning True >01:45:39,311 DEBUG storage: _is_valid_location(sda) returning True >01:45:39,311 DEBUG storage: _is_valid_format(sda) returning True >01:45:39,312 DEBUG storage: is_valid_stage1_device(sda) returning True >01:45:39,375 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >01:45:39,381 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x55cb550> fileSystem: <parted.filesystem.FileSystem object at 0x58e6390> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x58e6190> PedPartition: <_ped.Partition object at 0x55e51d0> >01:45:39,386 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >01:45:39,387 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x55cb550> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x58e6310> PedPartition: <_ped.Partition object at 0x55e5170> >01:45:42,875 DEBUG storage: Ext4FS.supported: supported: True ; >01:45:42,876 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:46:18,500 DEBUG storage: Ext4FS.supported: supported: True ; >01:46:18,500 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:46:22,504 DEBUG storage: getFormat('BIOS Boot') returning BIOSBoot instance >01:46:45,159 DEBUG storage: getFormat('BIOS Boot') returning BIOSBoot instance >01:46:45,160 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x5288ad0>, 84.7, ['sda'], None >01:46:45,162 DEBUG storage.ui: PartitionDevice._computeResize: sda1 ; status: True ; > > >/tmp/ifcfg.log: >00:19:44,474 DEBUG ifcfg: content of files (network initialization): >00:19:44,623 DEBUG ifcfg: content of files (ifcfgs created): >00:19:44,623 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >HWADDR=52:54:00:12:34:56 >TYPE=Ethernet >BOOTPROTO=dhcp >DEFROUTE=yes >PEERDNS=yes >PEERROUTES=yes >IPV4_FAILURE_FATAL=no >NAME=eth0 >UUID=65cc8380-9742-43a6-9798-b687209823da >ONBOOT=yes > >01:26:34,067 DEBUG ifcfg: content of files (network initialization): >01:26:34,067 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >HWADDR=52:54:00:12:34:56 >TYPE=Ethernet >BOOTPROTO=dhcp >DEFROUTE=yes >PEERDNS=yes >PEERROUTES=yes >IPV4_FAILURE_FATAL=no >NAME=eth0 >UUID=65cc8380-9742-43a6-9798-b687209823da >ONBOOT=yes > >01:29:01,204 DEBUG ifcfg: content of files (network initialization): >01:29:01,205 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >HWADDR=52:54:00:12:34:56 >TYPE=Ethernet >BOOTPROTO=dhcp >DEFROUTE=yes >PEERDNS=yes >PEERROUTES=yes >IPV4_FAILURE_FATAL=no >NAME=eth0 >UUID=65cc8380-9742-43a6-9798-b687209823da >ONBOOT=yes > >01:29:59,590 DEBUG ifcfg: content of files (network initialization): >01:29:59,591 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >HWADDR=52:54:00:12:34:56 >TYPE=Ethernet >BOOTPROTO=dhcp >DEFROUTE=yes >PEERDNS=yes >PEERROUTES=yes >IPV4_FAILURE_FATAL=no >NAME=eth0 >UUID=65cc8380-9742-43a6-9798-b687209823da >ONBOOT=yes > >01:33:58,437 DEBUG ifcfg: content of files (network initialization): >01:33:58,438 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >HWADDR=52:54:00:12:34:56 >TYPE=Ethernet >BOOTPROTO=dhcp >DEFROUTE=yes >PEERDNS=yes >PEERROUTES=yes >IPV4_FAILURE_FATAL=no >NAME=eth0 >UUID=65cc8380-9742-43a6-9798-b687209823da >ONBOOT=yes > >01:38:23,361 DEBUG ifcfg: content of files (network initialization): >01:38:23,362 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >HWADDR=52:54:00:12:34:56 >TYPE=Ethernet >BOOTPROTO=dhcp >DEFROUTE=yes >PEERDNS=yes >PEERROUTES=yes >IPV4_FAILURE_FATAL=no >NAME=eth0 >UUID=65cc8380-9742-43a6-9798-b687209823da >ONBOOT=yes > >01:39:10,474 DEBUG ifcfg: content of files (network initialization): >01:39:10,475 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >HWADDR=52:54:00:12:34:56 >TYPE=Ethernet >BOOTPROTO=dhcp >DEFROUTE=yes >PEERDNS=yes >PEERROUTES=yes >IPV4_FAILURE_FATAL=no >NAME=eth0 >UUID=65cc8380-9742-43a6-9798-b687209823da >ONBOOT=yes > >01:43:27,098 DEBUG ifcfg: content of files (network initialization): >01:43:27,098 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >HWADDR=52:54:00:12:34:56 >TYPE=Ethernet >BOOTPROTO=dhcp >DEFROUTE=yes >PEERDNS=yes >PEERROUTES=yes >IPV4_FAILURE_FATAL=no >NAME=eth0 >UUID=65cc8380-9742-43a6-9798-b687209823da >ONBOOT=yes > >01:45:15,845 DEBUG ifcfg: content of files (network initialization): >01:45:15,846 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >HWADDR=52:54:00:12:34:56 >TYPE=Ethernet >BOOTPROTO=dhcp >DEFROUTE=yes >PEERDNS=yes >PEERROUTES=yes >IPV4_FAILURE_FATAL=no >NAME=eth0 >UUID=65cc8380-9742-43a6-9798-b687209823da >ONBOOT=yes > > > >/proc/cmdline: >initrd=initrd0.img root=live:CDLABEL=Fedora-18-TC3-x86_64-Live-Deskto rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 > > >/var/log/messages: >Dec 18 23:50:35 localhost rsyslogd: [origin software="rsyslogd" swVersion="7.2.4" x-pid="517" x-info="http://www.rsyslog.com"] start >Dec 18 23:50:35 localhost rsyslogd-2184: action '*' treated as ':omusrmsg:*' - please change syntax, '*' will not be supported in the future [try http://www.rsyslog.com/e/2184 ] >Dec 18 23:50:35 localhost kernel: [ 0.000000] Initializing cgroup subsys cpuset >Dec 18 23:50:35 localhost kernel: [ 0.000000] Initializing cgroup subsys cpu >Dec 18 23:50:35 localhost kernel: [ 0.000000] Linux version 3.6.10-4.fc18.x86_64 (mockbuild@) (gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) ) #1 SMP Tue Dec 11 18:01:27 UTC 2012 >Dec 18 23:50:35 localhost kernel: [ 0.000000] Command line: initrd=initrd0.img root=live:CDLABEL=Fedora-18-TC3-x86_64-Live-Deskto rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 >Dec 18 23:50:35 localhost kernel: [ 0.000000] e820: BIOS-provided physical RAM map: >Dec 18 23:50:35 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >Dec 18 23:50:35 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >Dec 18 23:50:35 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >Dec 18 23:50:35 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007fffcfff] usable >Dec 18 23:50:35 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000007fffd000-0x000000007fffffff] reserved >Dec 18 23:50:35 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >Dec 18 23:50:35 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >Dec 18 23:50:35 localhost kernel: [ 0.000000] NX (Execute Disable) protection: active >Dec 18 23:50:35 localhost kernel: [ 0.000000] DMI 2.4 present. >Dec 18 23:50:35 localhost kernel: [ 0.000000] Hypervisor detected: KVM >Dec 18 23:50:35 localhost kernel: [ 0.000000] No AGP bridge found >Dec 18 23:50:35 localhost kernel: [ 0.000000] e820: last_pfn = 0x7fffd max_arch_pfn = 0x400000000 >Dec 18 23:50:35 localhost kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106 >Dec 18 23:50:35 localhost kernel: [ 0.000000] found SMP MP-table at [mem 0x000fdaf0-0x000fdaff] mapped at [ffff8800000fdaf0] >Dec 18 23:50:35 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x7fffcfff] >Dec 18 23:50:35 localhost kernel: [ 0.000000] RAMDISK: [mem 0x7e5b0000-0x7ffdbfff] >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: RSDP 00000000000fd990 00014 (v00 BOCHS ) >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: RSDT 000000007fffe440 00038 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: FACP 000000007fffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: DSDT 000000007fffe480 0124A (v01 BXPC BXDSDT 00000001 INTL 20100528) >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: FACS 000000007fffff40 00040 >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: SSDT 000000007ffffe90 000AF (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: APIC 000000007ffffd70 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: HPET 000000007ffffd30 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: SSDT 000000007ffff6d0 00654 (v01 BXPC BXSSDTPC 00000001 INTL 20100528) >Dec 18 23:50:35 localhost kernel: [ 0.000000] No NUMA configuration found >Dec 18 23:50:35 localhost kernel: [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007fffcfff] >Dec 18 23:50:35 localhost kernel: [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7fffcfff] >Dec 18 23:50:35 localhost kernel: [ 0.000000] NODE_DATA [mem 0x7ffe9000-0x7fffcfff] >Dec 18 23:50:35 localhost kernel: [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >Dec 18 23:50:35 localhost kernel: [ 0.000000] kvm-clock: cpu 0, msr 0:1cfac01, boot clock >Dec 18 23:50:35 localhost kernel: [ 0.000000] Zone ranges: >Dec 18 23:50:35 localhost kernel: [ 0.000000] DMA [mem 0x00010000-0x00ffffff] >Dec 18 23:50:35 localhost kernel: [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >Dec 18 23:50:35 localhost kernel: [ 0.000000] Normal empty >Dec 18 23:50:35 localhost kernel: [ 0.000000] Movable zone start for each node >Dec 18 23:50:35 localhost kernel: [ 0.000000] Early memory node ranges >Dec 18 23:50:35 localhost kernel: [ 0.000000] node 0: [mem 0x00010000-0x0009efff] >Dec 18 23:50:35 localhost kernel: [ 0.000000] node 0: [mem 0x00100000-0x7fffcfff] >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) >Dec 18 23:50:35 localhost kernel: [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >Dec 18 23:50:35 localhost kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information >Dec 18 23:50:35 localhost kernel: [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 >Dec 18 23:50:35 localhost kernel: [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >Dec 18 23:50:35 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 >Dec 18 23:50:35 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 >Dec 18 23:50:35 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 >Dec 18 23:50:35 localhost kernel: [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices >Dec 18 23:50:35 localhost kernel: [ 0.000000] Booting paravirtualized kernel on KVM >Dec 18 23:50:35 localhost kernel: [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:1 nr_node_ids:1 >Dec 18 23:50:35 localhost kernel: [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007e200000 s84288 r8192 d22208 u2097152 >Dec 18 23:50:35 localhost kernel: [ 0.000000] kvm-clock: cpu 0, msr 0:7e213c01, primary cpu clock >Dec 18 23:50:35 localhost kernel: [ 0.000000] KVM setup async PF for cpu 0 >Dec 18 23:50:35 localhost kernel: [ 0.000000] kvm-stealtime: cpu 0, msr 7e20dec0 >Dec 18 23:50:35 localhost kernel: [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515974 >Dec 18 23:50:35 localhost kernel: [ 0.000000] Policy zone: DMA32 >Dec 18 23:50:35 localhost kernel: [ 0.000000] Kernel command line: initrd=initrd0.img root=live:CDLABEL=Fedora-18-TC3-x86_64-Live-Deskto rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 >Dec 18 23:50:35 localhost kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >Dec 18 23:50:35 localhost kernel: [ 0.000000] __ex_table already sorted, skipping sort >Dec 18 23:50:35 localhost kernel: [ 0.000000] Checking aperture... >Dec 18 23:50:35 localhost kernel: [ 0.000000] No AGP bridge found >Dec 18 23:50:35 localhost kernel: [ 0.000000] Memory: 2020768k/2097140k available (6334k kernel code, 452k absent, 75920k reserved, 6870k data, 1036k init) >Dec 18 23:50:35 localhost kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >Dec 18 23:50:35 localhost kernel: [ 0.000000] Hierarchical RCU implementation. >Dec 18 23:50:35 localhost kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=1. >Dec 18 23:50:35 localhost kernel: [ 0.000000] NR_IRQS:8448 nr_irqs:256 16 >Dec 18 23:50:35 localhost kernel: [ 0.000000] Console: colour VGA+ 80x25 >Dec 18 23:50:35 localhost kernel: [ 0.000000] console [tty0] enabled >Dec 18 23:50:35 localhost kernel: [ 0.000000] allocated 8388608 bytes of page_cgroup >Dec 18 23:50:35 localhost kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >Dec 18 23:50:35 localhost kernel: [ 0.000000] tsc: Detected 3200.180 MHz processor >Dec 18 23:50:35 localhost kernel: [ 0.001999] Calibrating delay loop (skipped) preset value.. 6400.36 BogoMIPS (lpj=3200180) >Dec 18 23:50:35 localhost kernel: [ 0.001999] pid_max: default: 32768 minimum: 301 >Dec 18 23:50:35 localhost kernel: [ 0.001999] Security Framework initialized >Dec 18 23:50:35 localhost kernel: [ 0.001999] SELinux: Initializing. >Dec 18 23:50:35 localhost kernel: [ 0.001999] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >Dec 18 23:50:35 localhost kernel: [ 0.002186] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >Dec 18 23:50:35 localhost kernel: [ 0.002483] Mount-cache hash table entries: 256 >Dec 18 23:50:35 localhost kernel: [ 0.002660] Initializing cgroup subsys cpuacct >Dec 18 23:50:35 localhost kernel: [ 0.002663] Initializing cgroup subsys memory >Dec 18 23:50:35 localhost kernel: [ 0.002675] Initializing cgroup subsys devices >Dec 18 23:50:35 localhost kernel: [ 0.002677] Initializing cgroup subsys freezer >Dec 18 23:50:35 localhost kernel: [ 0.003005] Initializing cgroup subsys net_cls >Dec 18 23:50:35 localhost kernel: [ 0.003007] Initializing cgroup subsys blkio >Dec 18 23:50:35 localhost kernel: [ 0.003008] Initializing cgroup subsys perf_event >Dec 18 23:50:35 localhost kernel: [ 0.003073] mce: CPU supports 10 MCE banks >Dec 18 23:50:35 localhost kernel: [ 0.003117] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >Dec 18 23:50:35 localhost kernel: [ 0.003117] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >Dec 18 23:50:35 localhost kernel: [ 0.003117] tlb_flushall_shift is 0xffffffff >Dec 18 23:50:35 localhost kernel: [ 0.003196] SMP alternatives: switching to UP code >Dec 18 23:50:35 localhost kernel: [ 0.013403] Freeing SMP alternatives: 24k freed >Dec 18 23:50:35 localhost kernel: [ 0.013425] ACPI: Core revision 20120711 >Dec 18 23:50:35 localhost kernel: [ 0.014014] ftrace: allocating 23489 entries in 92 pages >Dec 18 23:50:35 localhost kernel: [ 0.021841] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >Dec 18 23:50:35 localhost kernel: [ 0.021845] smpboot: CPU0: AMD QEMU Virtual CPU version 1.0.1 stepping 03 >Dec 18 23:50:35 localhost kernel: [ 0.021996] APIC calibration not consistent with PM-Timer: 101ms instead of 100ms >Dec 18 23:50:35 localhost kernel: [ 0.021996] APIC delta adjusted to PM-Timer: 6249996 (6313779) >Dec 18 23:50:35 localhost kernel: [ 0.021996] Performance Events: Broken PMU hardware detected, using software events only. >Dec 18 23:50:35 localhost kernel: [ 0.021996] Failed to access perfctr msr (MSR c0010001 is ffffffffffffffff) >Dec 18 23:50:35 localhost kernel: [ 0.021996] NMI watchdog: disabled (cpu0): hardware events not enabled >Dec 18 23:50:35 localhost kernel: [ 0.021996] Brought up 1 CPUs >Dec 18 23:50:35 localhost kernel: [ 0.021996] smpboot: Total of 1 processors activated (6400.36 BogoMIPS) >Dec 18 23:50:35 localhost kernel: [ 0.022720] devtmpfs: initialized >Dec 18 23:50:35 localhost kernel: [ 0.023493] atomic64 test passed for x86-64 platform with CX8 and with SSE >Dec 18 23:50:35 localhost kernel: [ 0.023600] RTC time: 4:50:28, date: 12/19/12 >Dec 18 23:50:35 localhost kernel: [ 0.023640] NET: Registered protocol family 16 >Dec 18 23:50:35 localhost kernel: [ 0.023837] ACPI: bus type pci registered >Dec 18 23:50:35 localhost kernel: [ 0.023916] PCI: Using configuration type 1 for base access >Dec 18 23:50:35 localhost kernel: [ 0.024472] bio: create slab <bio-0> at 0 >Dec 18 23:50:35 localhost kernel: [ 0.024528] ACPI: Added _OSI(Module Device) >Dec 18 23:50:35 localhost kernel: [ 0.024529] ACPI: Added _OSI(Processor Device) >Dec 18 23:50:35 localhost kernel: [ 0.024530] ACPI: Added _OSI(3.0 _SCP Extensions) >Dec 18 23:50:35 localhost kernel: [ 0.024531] ACPI: Added _OSI(Processor Aggregator Device) >Dec 18 23:50:35 localhost kernel: [ 0.025806] ACPI: Interpreter enabled >Dec 18 23:50:35 localhost kernel: [ 0.025808] ACPI: (supports S0 S5) >Dec 18 23:50:35 localhost kernel: [ 0.025814] ACPI: Using IOAPIC for interrupt routing >Dec 18 23:50:35 localhost kernel: [ 0.030185] ACPI: No dock devices found. >Dec 18 23:50:35 localhost kernel: [ 0.030192] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >Dec 18 23:50:35 localhost kernel: [ 0.030289] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >Dec 18 23:50:35 localhost kernel: [ 0.030366] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >Dec 18 23:50:35 localhost kernel: [ 0.030396] PCI host bridge to bus 0000:00 >Dec 18 23:50:35 localhost kernel: [ 0.030400] pci_bus 0000:00: root bus resource [bus 00-ff] >Dec 18 23:50:35 localhost kernel: [ 0.030402] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >Dec 18 23:50:35 localhost kernel: [ 0.030403] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >Dec 18 23:50:35 localhost kernel: [ 0.030405] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >Dec 18 23:50:35 localhost kernel: [ 0.030406] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] >Dec 18 23:50:35 localhost kernel: [ 0.032950] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >Dec 18 23:50:35 localhost kernel: [ 0.032962] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >Dec 18 23:50:35 localhost kernel: [ 0.045043] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM >Dec 18 23:50:35 localhost kernel: [ 0.045045] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) >Dec 18 23:50:35 localhost kernel: [ 0.046143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >Dec 18 23:50:35 localhost kernel: [ 0.046206] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >Dec 18 23:50:35 localhost kernel: [ 0.046257] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >Dec 18 23:50:35 localhost kernel: [ 0.046305] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >Dec 18 23:50:35 localhost kernel: [ 0.046351] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0 >Dec 18 23:50:35 localhost kernel: [ 0.046571] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >Dec 18 23:50:35 localhost kernel: [ 0.046575] vgaarb: loaded >Dec 18 23:50:35 localhost kernel: [ 0.046576] vgaarb: bridge control possible 0000:00:02.0 >Dec 18 23:50:35 localhost kernel: [ 0.046641] SCSI subsystem initialized >Dec 18 23:50:35 localhost kernel: [ 0.046643] ACPI: bus type scsi registered >Dec 18 23:50:35 localhost kernel: [ 0.046713] ACPI: bus type usb registered >Dec 18 23:50:35 localhost kernel: [ 0.046728] usbcore: registered new interface driver usbfs >Dec 18 23:50:35 localhost kernel: [ 0.046733] usbcore: registered new interface driver hub >Dec 18 23:50:35 localhost kernel: [ 0.046747] usbcore: registered new device driver usb >Dec 18 23:50:35 localhost kernel: [ 0.046785] PCI: Using ACPI for IRQ routing >Dec 18 23:50:35 localhost kernel: [ 0.047075] NetLabel: Initializing >Dec 18 23:50:35 localhost kernel: [ 0.047076] NetLabel: domain hash size = 128 >Dec 18 23:50:35 localhost kernel: [ 0.047077] NetLabel: protocols = UNLABELED CIPSOv4 >Dec 18 23:50:35 localhost kernel: [ 0.047084] NetLabel: unlabeled traffic allowed by default >Dec 18 23:50:35 localhost kernel: [ 0.047140] HPET: 3 timers in total, 0 timers will be used for per-cpu timer >Dec 18 23:50:35 localhost kernel: [ 0.047154] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 >Dec 18 23:50:35 localhost kernel: [ 0.047157] hpet0: 3 comparators, 64-bit 100.000000 MHz counter >Dec 18 23:50:35 localhost kernel: [ 0.051056] Switching to clocksource kvm-clock >Dec 18 23:50:35 localhost kernel: [ 0.056545] pnp: PnP ACPI init >Dec 18 23:50:35 localhost kernel: [ 0.056561] ACPI: bus type pnp registered >Dec 18 23:50:35 localhost kernel: [ 0.057198] pnp: PnP ACPI: found 8 devices >Dec 18 23:50:35 localhost kernel: [ 0.057199] ACPI: ACPI bus type pnp unregistered >Dec 18 23:50:35 localhost kernel: [ 0.062879] NET: Registered protocol family 2 >Dec 18 23:50:35 localhost kernel: [ 0.063791] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) >Dec 18 23:50:35 localhost kernel: [ 0.066314] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >Dec 18 23:50:35 localhost kernel: [ 0.066616] TCP: Hash tables configured (established 262144 bind 65536) >Dec 18 23:50:35 localhost kernel: [ 0.066659] TCP: reno registered >Dec 18 23:50:35 localhost kernel: [ 0.066668] UDP hash table entries: 1024 (order: 3, 32768 bytes) >Dec 18 23:50:35 localhost kernel: [ 0.066682] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) >Dec 18 23:50:35 localhost kernel: [ 0.066796] NET: Registered protocol family 1 >Dec 18 23:50:35 localhost kernel: [ 0.066806] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >Dec 18 23:50:35 localhost kernel: [ 0.066840] pci 0000:00:01.0: PIIX3: Enabling Passive Release >Dec 18 23:50:35 localhost kernel: [ 0.066856] pci 0000:00:01.0: Activating ISA DMA hang workarounds >Dec 18 23:50:35 localhost kernel: [ 0.066989] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 >Dec 18 23:50:35 localhost kernel: [ 0.067155] Unpacking initramfs... >Dec 18 23:50:35 localhost kernel: [ 0.462692] Freeing initrd memory: 26800k freed >Dec 18 23:50:35 localhost kernel: [ 0.470997] Initialise module verification >Dec 18 23:50:35 localhost kernel: [ 0.471054] audit: initializing netlink socket (disabled) >Dec 18 23:50:35 localhost kernel: [ 0.471064] type=2000 audit(1355892629.470:1): initialized >Dec 18 23:50:35 localhost kernel: [ 0.485333] HugeTLB registered 2 MB page size, pre-allocated 0 pages >Dec 18 23:50:35 localhost kernel: [ 0.486371] VFS: Disk quotas dquot_6.5.2 >Dec 18 23:50:35 localhost kernel: [ 0.486403] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >Dec 18 23:50:35 localhost kernel: [ 0.486687] msgmni has been set to 3999 >Dec 18 23:50:35 localhost kernel: [ 0.487065] alg: No test for stdrng (krng) >Dec 18 23:50:35 localhost kernel: [ 0.487068] NET: Registered protocol family 38 >Dec 18 23:50:35 localhost kernel: [ 0.487070] Key type asymmetric registered >Dec 18 23:50:35 localhost kernel: [ 0.487071] Asymmetric key parser 'x509' registered >Dec 18 23:50:35 localhost kernel: [ 0.487097] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >Dec 18 23:50:35 localhost kernel: [ 0.487112] io scheduler noop registered >Dec 18 23:50:35 localhost kernel: [ 0.487113] io scheduler deadline registered >Dec 18 23:50:35 localhost kernel: [ 0.487131] io scheduler cfq registered (default) >Dec 18 23:50:35 localhost kernel: [ 0.487198] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >Dec 18 23:50:35 localhost kernel: [ 0.487211] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >Dec 18 23:50:35 localhost kernel: [ 0.487211] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >Dec 18 23:50:35 localhost kernel: [ 0.487260] acpiphp: Slot [3] registered >Dec 18 23:50:35 localhost kernel: [ 0.487268] acpiphp: Slot [4] registered >Dec 18 23:50:35 localhost kernel: [ 0.487277] acpiphp: Slot [5] registered >Dec 18 23:50:35 localhost kernel: [ 0.487288] acpiphp: Slot [6] registered >Dec 18 23:50:35 localhost kernel: [ 0.487296] acpiphp: Slot [7] registered >Dec 18 23:50:35 localhost kernel: [ 0.487304] acpiphp: Slot [8] registered >Dec 18 23:50:35 localhost kernel: [ 0.487312] acpiphp: Slot [9] registered >Dec 18 23:50:35 localhost kernel: [ 0.487321] acpiphp: Slot [10] registered >Dec 18 23:50:35 localhost kernel: [ 0.487330] acpiphp: Slot [11] registered >Dec 18 23:50:35 localhost kernel: [ 0.487338] acpiphp: Slot [12] registered >Dec 18 23:50:35 localhost kernel: [ 0.487347] acpiphp: Slot [13] registered >Dec 18 23:50:35 localhost kernel: [ 0.487356] acpiphp: Slot [14] registered >Dec 18 23:50:35 localhost kernel: [ 0.487364] acpiphp: Slot [15] registered >Dec 18 23:50:35 localhost kernel: [ 0.487371] acpiphp: Slot [16] registered >Dec 18 23:50:35 localhost kernel: [ 0.487379] acpiphp: Slot [17] registered >Dec 18 23:50:35 localhost kernel: [ 0.487390] acpiphp: Slot [18] registered >Dec 18 23:50:35 localhost kernel: [ 0.487398] acpiphp: Slot [19] registered >Dec 18 23:50:35 localhost kernel: [ 0.487406] acpiphp: Slot [20] registered >Dec 18 23:50:35 localhost kernel: [ 0.487414] acpiphp: Slot [21] registered >Dec 18 23:50:35 localhost kernel: [ 0.487423] acpiphp: Slot [22] registered >Dec 18 23:50:35 localhost kernel: [ 0.487431] acpiphp: Slot [23] registered >Dec 18 23:50:35 localhost kernel: [ 0.487441] acpiphp: Slot [24] registered >Dec 18 23:50:35 localhost kernel: [ 0.487449] acpiphp: Slot [25] registered >Dec 18 23:50:35 localhost kernel: [ 0.487459] acpiphp: Slot [26] registered >Dec 18 23:50:35 localhost kernel: [ 0.487467] acpiphp: Slot [27] registered >Dec 18 23:50:35 localhost kernel: [ 0.487475] acpiphp: Slot [28] registered >Dec 18 23:50:35 localhost kernel: [ 0.487483] acpiphp: Slot [29] registered >Dec 18 23:50:35 localhost kernel: [ 0.487492] acpiphp: Slot [30] registered >Dec 18 23:50:35 localhost kernel: [ 0.487500] acpiphp: Slot [31] registered >Dec 18 23:50:35 localhost kernel: [ 0.487619] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >Dec 18 23:50:35 localhost kernel: [ 0.487622] ACPI: Power Button [PWRF] >Dec 18 23:50:35 localhost kernel: [ 0.488729] GHES: HEST is not enabled! >Dec 18 23:50:35 localhost kernel: [ 0.488776] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >Dec 18 23:50:35 localhost kernel: [ 0.510327] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >Dec 18 23:50:35 localhost kernel: [ 0.532344] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >Dec 18 23:50:35 localhost kernel: [ 0.532589] Non-volatile memory driver v1.3 >Dec 18 23:50:35 localhost kernel: [ 0.532590] Linux agpgart interface v0.103 >Dec 18 23:50:35 localhost kernel: [ 0.533146] loop: module loaded >Dec 18 23:50:35 localhost kernel: [ 0.533492] scsi0 : ata_piix >Dec 18 23:50:35 localhost kernel: [ 0.533531] scsi1 : ata_piix >Dec 18 23:50:35 localhost kernel: [ 0.533550] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc140 irq 14 >Dec 18 23:50:35 localhost kernel: [ 0.533551] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc148 irq 15 >Dec 18 23:50:35 localhost kernel: [ 0.533597] libphy: Fixed MDIO Bus: probed >Dec 18 23:50:35 localhost kernel: [ 0.533626] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >Dec 18 23:50:35 localhost kernel: [ 0.533634] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >Dec 18 23:50:35 localhost kernel: [ 0.533638] uhci_hcd: USB Universal Host Controller Interface driver >Dec 18 23:50:35 localhost kernel: [ 0.533682] uhci_hcd 0000:00:01.2: UHCI Host Controller >Dec 18 23:50:35 localhost kernel: [ 0.533714] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 >Dec 18 23:50:35 localhost kernel: [ 0.533792] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c100 >Dec 18 23:50:35 localhost kernel: [ 0.533845] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >Dec 18 23:50:35 localhost kernel: [ 0.533846] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 18 23:50:35 localhost kernel: [ 0.533848] usb usb1: Product: UHCI Host Controller >Dec 18 23:50:35 localhost kernel: [ 0.533849] usb usb1: Manufacturer: Linux 3.6.10-4.fc18.x86_64 uhci_hcd >Dec 18 23:50:35 localhost kernel: [ 0.533850] usb usb1: SerialNumber: 0000:00:01.2 >Dec 18 23:50:35 localhost kernel: [ 0.533917] hub 1-0:1.0: USB hub found >Dec 18 23:50:35 localhost kernel: [ 0.533920] hub 1-0:1.0: 2 ports detected >Dec 18 23:50:35 localhost kernel: [ 0.533991] usbcore: registered new interface driver usbserial >Dec 18 23:50:35 localhost kernel: [ 0.533997] usbcore: registered new interface driver usbserial_generic >Dec 18 23:50:35 localhost kernel: [ 0.534001] USB Serial support registered for generic >Dec 18 23:50:35 localhost kernel: [ 0.534002] usbserial: USB Serial Driver core >Dec 18 23:50:35 localhost kernel: [ 0.534041] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >Dec 18 23:50:35 localhost kernel: [ 0.534644] serio: i8042 KBD port at 0x60,0x64 irq 1 >Dec 18 23:50:35 localhost kernel: [ 0.534647] serio: i8042 AUX port at 0x60,0x64 irq 12 >Dec 18 23:50:35 localhost kernel: [ 0.534695] mousedev: PS/2 mouse device common for all mice >Dec 18 23:50:35 localhost kernel: [ 0.534896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >Dec 18 23:50:35 localhost kernel: [ 0.537129] rtc_cmos 00:01: RTC can wake from S4 >Dec 18 23:50:35 localhost kernel: [ 0.537397] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 >Dec 18 23:50:35 localhost kernel: [ 0.537488] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs >Dec 18 23:50:35 localhost kernel: [ 0.537545] device-mapper: uevent: version 1.0.3 >Dec 18 23:50:35 localhost kernel: [ 0.537586] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com >Dec 18 23:50:35 localhost kernel: [ 0.537629] cpuidle: using governor ladder >Dec 18 23:50:35 localhost kernel: [ 0.537630] cpuidle: using governor menu >Dec 18 23:50:35 localhost kernel: [ 0.537667] EFI Variables Facility v0.08 2004-May-17 >Dec 18 23:50:35 localhost kernel: [ 0.537747] usbcore: registered new interface driver usbhid >Dec 18 23:50:35 localhost kernel: [ 0.537748] usbhid: USB HID core driver >Dec 18 23:50:35 localhost kernel: [ 0.537765] drop_monitor: Initializing network drop monitor service >Dec 18 23:50:35 localhost kernel: [ 0.537827] ip_tables: (C) 2000-2006 Netfilter Core Team >Dec 18 23:50:35 localhost kernel: [ 0.537850] TCP: cubic registered >Dec 18 23:50:35 localhost kernel: [ 0.537851] Initializing XFRM netlink socket >Dec 18 23:50:35 localhost kernel: [ 0.537919] NET: Registered protocol family 10 >Dec 18 23:50:35 localhost kernel: [ 0.538059] mip6: Mobile IPv6 >Dec 18 23:50:35 localhost kernel: [ 0.538060] NET: Registered protocol family 17 >Dec 18 23:50:35 localhost kernel: [ 0.538192] Loading module verification certificates >Dec 18 23:50:35 localhost kernel: [ 0.539081] MODSIGN: Loaded cert 'Fedora kernel signing key: 7686e1f22bbf511e76885be3fb6c7a462be60dda' >Dec 18 23:50:35 localhost kernel: [ 0.539090] registered taskstats version 1 >Dec 18 23:50:35 localhost kernel: [ 0.539387] Magic number: 8:673:818 >Dec 18 23:50:35 localhost kernel: [ 0.539483] rtc_cmos 00:01: setting system clock to 2012-12-19 04:50:29 UTC (1355892629) >Dec 18 23:50:35 localhost kernel: [ 0.693991] ata2.00: ATAPI: QEMU DVD-ROM, 1.0.1, max UDMA/100 >Dec 18 23:50:35 localhost kernel: [ 0.694539] ata1.00: ATA-7: QEMU HARDDISK, 1.0.1, max UDMA/100 >Dec 18 23:50:35 localhost kernel: [ 0.694546] ata1.00: 25165824 sectors, multi 16: LBA48 >Dec 18 23:50:35 localhost kernel: [ 0.696390] ata2.00: configured for MWDMA2 >Dec 18 23:50:35 localhost kernel: [ 0.696837] ata1.00: configured for MWDMA2 >Dec 18 23:50:35 localhost kernel: [ 0.697118] scsi 0:0:0:0: Direct-Access ATA QEMU HARDDISK 1.0. PQ: 0 ANSI: 5 >Dec 18 23:50:35 localhost kernel: [ 0.697447] sd 0:0:0:0: Attached scsi generic sg0 type 0 >Dec 18 23:50:35 localhost kernel: [ 0.697602] sd 0:0:0:0: [sda] 25165824 512-byte logical blocks: (12.8 GB/12.0 GiB) >Dec 18 23:50:35 localhost kernel: [ 0.697698] sd 0:0:0:0: [sda] Write Protect is off >Dec 18 23:50:35 localhost kernel: [ 0.697769] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >Dec 18 23:50:35 localhost kernel: [ 0.699199] sda: sda1 sda2 >Dec 18 23:50:35 localhost kernel: [ 0.699632] sd 0:0:0:0: [sda] Attached SCSI disk >Dec 18 23:50:35 localhost kernel: [ 0.700269] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 1.0. PQ: 0 ANSI: 5 >Dec 18 23:50:35 localhost kernel: [ 0.701451] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray >Dec 18 23:50:35 localhost kernel: [ 0.701457] cdrom: Uniform CD-ROM driver Revision: 3.20 >Dec 18 23:50:35 localhost kernel: [ 0.701745] sr 1:0:0:0: Attached scsi generic sg1 type 5 >Dec 18 23:50:35 localhost kernel: [ 0.705975] Freeing unused kernel memory: 1036k freed >Dec 18 23:50:35 localhost kernel: [ 0.706600] Write protecting the kernel read-only data: 12288k >Dec 18 23:50:35 localhost kernel: [ 0.714523] Freeing unused kernel memory: 1848k freed >Dec 18 23:50:35 localhost kernel: [ 0.718093] Freeing unused kernel memory: 1412k freed >Dec 18 23:50:35 localhost kernel: [ 0.835026] usb 1-1: new full-speed USB device number 2 using uhci_hcd >Dec 18 23:50:35 localhost kernel: [ 0.848828] RPC: Registered named UNIX socket transport module. >Dec 18 23:50:35 localhost kernel: [ 0.848831] RPC: Registered udp transport module. >Dec 18 23:50:35 localhost kernel: [ 0.848832] RPC: Registered tcp transport module. >Dec 18 23:50:35 localhost kernel: [ 0.848837] RPC: Registered tcp NFSv4.1 backchannel transport module. >Dec 18 23:50:35 localhost kernel: [ 0.967931] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 >Dec 18 23:50:35 localhost kernel: [ 1.009005] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >Dec 18 23:50:35 localhost kernel: [ 1.009026] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5 >Dec 18 23:50:35 localhost kernel: [ 1.009028] usb 1-1: Product: QEMU USB Mouse >Dec 18 23:50:35 localhost kernel: [ 1.009029] usb 1-1: Manufacturer: QEMU 1.0.1 >Dec 18 23:50:35 localhost kernel: [ 1.009031] usb 1-1: SerialNumber: 42 >Dec 18 23:50:35 localhost kernel: [ 1.017310] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) >Dec 18 23:50:35 localhost kernel: [ 1.017448] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 >Dec 18 23:50:35 localhost kernel: [ 1.021624] 8139cp 0000:00:03.0: eth0: RTL-8139C+ at 0xffffc90000852000, 52:54:00:12:34:56, IRQ 10 >Dec 18 23:50:35 localhost kernel: [ 1.031952] 8139too: 8139too Fast Ethernet driver 0.9.28 >Dec 18 23:50:35 localhost kernel: [ 1.037256] input: QEMU 1.0.1 QEMU USB Mouse as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input3 >Dec 18 23:50:35 localhost kernel: [ 1.037320] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU 1.0.1 QEMU USB Mouse] on usb-0000:00:01.2-1/input0 >Dec 18 23:50:35 localhost kernel: [ 1.231200] squashfs: version 4.0 (2009/01/31) Phillip Lougher >Dec 18 23:50:35 localhost kernel: [ 1.326451] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >Dec 18 23:50:35 localhost kernel: [ 1.472267] tsc: Refined TSC clocksource calibration: 3200.077 MHz >Dec 18 23:50:35 localhost kernel: [ 1.993587] type=1404 audit(1355892630.953:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 >Dec 18 23:50:35 localhost kernel: [ 2.402948] type=1403 audit(1355892631.362:3): policy loaded auid=4294967295 ses=4294967295 >Dec 18 23:50:35 localhost kernel: [ 3.592893] EXT4-fs (dm-0): re-mounted. Opts: (null) >Dec 18 23:50:35 localhost kernel: [ 3.731022] kvm: Nested Virtualization enabled >Dec 18 23:50:35 localhost kernel: [ 3.860569] tun: Universal TUN/TAP device driver, 1.6 >Dec 18 23:50:35 localhost kernel: [ 3.860570] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> >Dec 18 23:50:35 localhost kernel: [ 4.021462] parport_pc 00:05: reported by Plug and Play ACPI >Dec 18 23:50:35 localhost kernel: [ 4.021574] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE] >Dec 18 23:50:35 localhost kernel: [ 4.056796] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >Dec 18 23:50:35 localhost kernel: [ 4.080928] microcode: AMD CPU family 0x6 not supported >Dec 18 23:50:35 localhost kernel: [ 4.383865] ppdev: user-space parallel port driver >Dec 18 23:50:35 localhost systemd[1]: systemd 195 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; fedora) >Dec 18 23:50:35 localhost systemd[1]: Detected virtualization 'kvm'. >Dec 18 23:50:35 localhost systemd[1]: Mounted Debug File System. >Dec 18 23:50:35 localhost systemd[1]: Mounted Huge Pages File System. >Dec 18 23:50:35 localhost systemd[1]: Mounted POSIX Message Queue File System. >Dec 18 23:50:35 localhost systemd[1]: Started Apply Kernel Variables. >Dec 18 23:50:35 localhost systemd-modules-load[363]: Inserted module 'uinput' >Dec 18 23:50:35 localhost systemd[1]: Started Load Kernel Modules. >Dec 18 23:50:35 localhost systemd[1]: Mounting Configuration File System... >Dec 18 23:50:35 localhost systemd[1]: Mounted FUSE Control File System. >Dec 18 23:50:35 localhost systemd[1]: Mounted Configuration File System. >Dec 18 23:50:35 localhost audispd: audispd initialized with q_depth=120 and 1 active plugins >Dec 18 23:50:35 localhost auditd[501]: Init complete, auditd 2.2.1 listening for events (startup state enable) >Dec 18 23:50:35 localhost systemd[1]: Started Kernel Samepage Merging (KSM) Tuning Daemon. >Dec 18 23:50:35 localhost systemd[1]: Started Install ABRT coredump hook. >Dec 18 23:50:35 localhost alsactl[498]: /sbin/alsactl: load_state:1647: Cannot open /var/lib/alsa/asound.state for reading: No such file or directory >Dec 18 23:50:35 localhost auditctl[502]: No rules >Dec 18 23:50:35 localhost auditctl[502]: AUDIT_STATUS: enabled=0 flag=1 pid=0 rate_limit=0 backlog_limit=320 lost=0 backlog=0 >Dec 18 23:50:35 localhost restorecond: Unable to watch (/root/.ssh/*) No such file or directory >Dec 18 23:50:35 localhost chrony-helper[507]: tr: write error: Broken pipe >Dec 18 23:50:35 localhost chrony-helper[507]: tr: write error >Dec 18 23:50:35 localhost systemd[1]: Started Restorecon maintaining path file context. >Dec 18 23:50:35 localhost systemd[1]: Started RealtimeKit Scheduling Policy Service. >Dec 18 23:50:35 localhost systemd[1]: Started Avahi mDNS/DNS-SD Stack. >Dec 18 23:50:35 localhost systemd-logind[513]: Watching system buttons on /dev/input/event0 (Power Button) >Dec 18 23:50:36 localhost systemd-logind[513]: New seat seat0. >Dec 18 23:50:36 localhost systemd[1]: Started Login Service. >Dec 18 23:50:36 localhost avahi-daemon[515]: Successfully called chroot(). >Dec 18 23:50:36 localhost avahi-daemon[515]: Successfully dropped remaining capabilities. >Dec 18 23:50:36 localhost avahi-daemon[515]: No service file found in /etc/avahi/services. >Dec 18 23:50:36 localhost avahi-daemon[515]: System host name is set to 'localhost'. This is not a suitable mDNS host name, looking for alternatives. >Dec 18 23:50:36 localhost avahi-daemon[515]: Network interface enumeration completed. >Dec 18 23:50:36 localhost avahi-daemon[515]: Registering HINFO record with values 'X86_64'/'LINUX'. >Dec 18 23:50:36 localhost avahi-daemon[515]: Server startup complete. Host name is linux.local. Local service cookie is 2201305551. >Dec 18 23:50:36 localhost systemd[1]: Started GNOME Display Manager. >Dec 18 23:50:36 localhost chronyd[593]: chronyd version 1.27-git1ca844 starting >Dec 18 23:50:36 localhost dbus-daemon[518]: dbus[518]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Dec 18 23:50:36 localhost dbus[518]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Dec 18 23:50:36 localhost systemd[1]: Starting Authorization Manager... >Dec 18 23:50:36 localhost chronyd[593]: Linux kernel major=3 minor=6 patch=10 >Dec 18 23:50:36 localhost chronyd[593]: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 >Dec 18 23:50:36 localhost polkitd[595]: Started polkitd version 0.107 >Dec 18 23:50:36 localhost systemd[1]: Started NTP client/server. >Dec 18 23:50:36 localhost dbus-daemon[518]: dbus[518]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=523 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.6" (uid=0 pid=591 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Dec 18 23:50:36 localhost dbus[518]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=523 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.6" (uid=0 pid=591 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Dec 18 23:50:36 localhost dbus-daemon[518]: dbus[518]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Dec 18 23:50:36 localhost dbus[518]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Dec 18 23:50:36 localhost systemd[1]: Started Authorization Manager. >Dec 18 23:50:36 localhost accounts-daemon[519]: started daemon version 0.6.25 >Dec 18 23:50:36 localhost systemd[1]: Started Accounts Service. >Dec 18 23:50:37 localhost livesys[499]: Enabling swap partition /dev/mapper/fedora-swap [ OK ] >Dec 18 23:50:37 localhost kernel: [ 8.082646] Adding 511996k swap on /dev/mapper/fedora-swap. Priority:-1 extents:1 across:511996k >Dec 18 23:50:37 localhost livesys[499]: Adding live user [ OK ] >Dec 18 23:50:37 localhost systemd[1]: Stopped firstboot configuration program (graphical mode). >Dec 18 23:50:37 localhost systemd[1]: Stopped Software RAID monitoring and management. >Dec 18 23:50:37 localhost systemd[1]: Stopping Software RAID Monitor Takeover... >Dec 18 23:50:37 localhost systemd[1]: Stopped Software RAID Monitor Takeover. >Dec 18 23:50:37 localhost systemd[1]: Started firewalld - dynamic firewall daemon. >Dec 18 23:50:37 localhost systemd[1]: Starting Network Manager... >Dec 18 23:50:38 localhost livesys[499]: ** (process:631): WARNING **: failed to commit changes to dconf: Error spawning command line `dbus-launch --autolaunch=8555fc29eab370833756b1cb6eed77e7 --binary-syntax --close-stderr': Child process exited with code 1 >Dec 18 23:50:38 localhost NetworkManager[633]: <info> NetworkManager (version 0.9.7.0-9.git20121004.fc18) is starting... >Dec 18 23:50:38 localhost NetworkManager[633]: <info> Read config file /etc/NetworkManager/NetworkManager.conf >Dec 18 23:50:38 localhost NetworkManager[633]: <info> WEXT support is enabled >Dec 18 23:50:38 localhost kernel: [ 9.212992] ip6_tables: (C) 2000-2006 Netfilter Core Team >Dec 18 23:50:38 localhost systemd[1]: Stopping Command Scheduler... >Dec 18 23:50:38 localhost systemd[1]: Stopped Command Scheduler. >Dec 18 23:50:38 localhost NetworkManager[633]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn >Dec 18 23:50:38 localhost NetworkManager[633]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect >Dec 18 23:50:38 localhost NetworkManager[633]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp >Dec 18 23:50:38 localhost NetworkManager[633]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc >Dec 18 23:50:38 localhost systemd[1]: Stopping Job spooling tools... >Dec 18 23:50:38 localhost systemd[1]: Stopped Job spooling tools. >Dec 18 23:50:38 localhost kernel: [ 9.291038] Ebtables v2.0 registered >Dec 18 23:50:38 localhost NetworkManager[633]: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >Dec 18 23:50:38 localhost NetworkManager[633]: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Dec 18 23:50:38 localhost NetworkManager[633]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Dec 18 23:50:38 localhost NetworkManager[633]: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >Dec 18 23:50:38 localhost dbus-daemon[518]: dbus[518]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Dec 18 23:50:38 localhost dbus[518]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Dec 18 23:50:38 localhost NetworkManager[633]: <info> monitoring kernel firmware directory '/lib/firmware'. >Dec 18 23:50:38 localhost dbus-daemon[518]: dbus[518]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Dec 18 23:50:38 localhost dbus[518]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Dec 18 23:50:38 localhost systemd[1]: Starting Bluetooth service... >Dec 18 23:50:38 localhost bluetoothd[663]: bluetoothd[663]: Bluetooth daemon 4.101 >Dec 18 23:50:38 localhost NetworkManager[633]: <info> WiFi enabled by radio killswitch; enabled by state file >Dec 18 23:50:38 localhost systemd[1]: Started Network Manager. >Dec 18 23:50:38 localhost systemd[1]: Starting Network Manager Wait Online... >Dec 18 23:50:38 localhost bluetoothd[663]: Bluetooth daemon 4.101 >Dec 18 23:50:38 localhost NetworkManager[633]: <info> WWAN enabled by radio killswitch; enabled by state file >Dec 18 23:50:38 localhost NetworkManager[633]: <info> WiMAX enabled by radio killswitch; enabled by state file >Dec 18 23:50:38 localhost NetworkManager[633]: <info> Networking is enabled by state file >Dec 18 23:50:38 localhost NetworkManager[633]: <warn> failed to allocate link cache: (-10) Operation not supported >Dec 18 23:50:38 localhost NetworkManager[633]: <info> (eth0): carrier is OFF >Dec 18 23:50:38 localhost NetworkManager[633]: <info> (eth0): new Ethernet device (driver: '8139cp' ifindex: 2) >Dec 18 23:50:38 localhost dbus-daemon[518]: dbus[518]: [system] Successfully activated service 'org.bluez' >Dec 18 23:50:38 localhost NetworkManager[633]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0 >Dec 18 23:50:38 localhost NetworkManager[633]: <info> (eth0): now managed >Dec 18 23:50:38 localhost NetworkManager[633]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >Dec 18 23:50:38 localhost NetworkManager[633]: <info> (eth0): bringing up device. >Dec 18 23:50:38 localhost kernel: [ 9.438092] 8139cp 0000:00:03.0: eth0: link up, 100Mbps, full-duplex, lpa 0x05E1 >Dec 18 23:50:38 localhost dbus[518]: [system] Successfully activated service 'org.bluez' >Dec 18 23:50:38 localhost NetworkManager[633]: <info> (eth0): carrier now ON (device state 20) >Dec 18 23:50:38 localhost NetworkManager[633]: <info> (eth0): preparing device. >Dec 18 23:50:38 localhost NetworkManager[633]: <info> (eth0): deactivating device (reason 'managed') [2] >Dec 18 23:50:38 localhost NetworkManager[633]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:03.0/net/eth0 >Dec 18 23:50:38 localhost livesys[499]: sed: can't read : No such file or directory >Dec 18 23:50:38 localhost bluetoothd[663]: bluetoothd[663]: Starting SDP server >Dec 18 23:50:38 localhost bluetoothd[663]: Starting SDP server >Dec 18 23:50:38 localhost NetworkManager[633]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Dec 18 23:50:38 localhost NetworkManager[633]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Dec 18 23:50:38 localhost kernel: [ 9.517597] Bluetooth: Core ver 2.16 >Dec 18 23:50:38 localhost kernel: [ 9.517698] NET: Registered protocol family 31 >Dec 18 23:50:38 localhost kernel: [ 9.517699] Bluetooth: HCI device and connection manager initialized >Dec 18 23:50:38 localhost kernel: [ 9.517701] Bluetooth: HCI socket layer initialized >Dec 18 23:50:38 localhost kernel: [ 9.517702] Bluetooth: L2CAP socket layer initialized >Dec 18 23:50:38 localhost kernel: [ 9.517705] Bluetooth: SCO socket layer initialized >Dec 18 23:50:38 localhost systemd[1]: Started Bluetooth service. >Dec 18 23:50:38 localhost kernel: [ 9.535675] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 >Dec 18 23:50:38 localhost kernel: [ 9.535678] Bluetooth: BNEP filters: protocol multicast >Dec 18 23:50:38 localhost bluetoothd[663]: bluetoothd[663]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Dec 18 23:50:38 localhost bluetoothd[663]: bluetoothd[663]: Bluetooth Management interface initialized >Dec 18 23:50:38 localhost bluetoothd[663]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Dec 18 23:50:38 localhost bluetoothd[663]: Bluetooth Management interface initialized >Dec 18 23:50:38 localhost NetworkManager[633]: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >Dec 18 23:50:38 localhost NetworkManager[633]: <info> Auto-activating connection 'Wired connection 1'. >Dec 18 23:50:38 localhost NetworkManager[633]: <info> Activation (eth0) starting connection 'Wired connection 1' >Dec 18 23:50:38 localhost NetworkManager[633]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Dec 18 23:50:38 localhost NetworkManager[633]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >Dec 18 23:50:38 localhost NetworkManager[633]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >Dec 18 23:50:38 localhost NetworkManager[633]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >Dec 18 23:50:38 localhost NetworkManager[633]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >Dec 18 23:50:38 localhost NetworkManager[633]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >Dec 18 23:50:38 localhost modem-manager[660]: <info> ModemManager (version 0.6.0.0-2.fc18) starting... >Dec 18 23:50:38 localhost NetworkManager[633]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >Dec 18 23:50:38 localhost NetworkManager[633]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >Dec 18 23:50:38 localhost NetworkManager[633]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >Dec 18 23:50:38 localhost dbus[518]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Dec 18 23:50:38 localhost NetworkManager[633]: <info> modem-manager is now available >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> ModemManager (version 0.6.0.0-2.fc18) starting... >Dec 18 23:50:38 localhost dbus-daemon[518]: dbus[518]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'Option' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'Option' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'MotoC' >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.freedesktop.Geoclue' has path '/apps/geoclue/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'MotoC' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'SimTech' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'Wavecom' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'Ericsson MBM' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'Linktop' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'Samsung' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'Gobi' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'AnyData' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'Nokia' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'Sierra' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'Novatel' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'Option High-Speed' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'ZTE' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'X22X' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'Longcheer' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'Huawei' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'Iridium' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'Cinterion' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Loaded plugin 'Generic' >Dec 18 23:50:38 localhost modem-manager[660]: <info> Successfully loaded 20 plugins >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'SimTech' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'Wavecom' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'Ericsson MBM' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'Linktop' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'Samsung' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'Gobi' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'AnyData' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'Nokia' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'Sierra' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'Novatel' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'Option High-Speed' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'ZTE' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'X22X' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'Longcheer' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'Huawei' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'Iridium' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'Cinterion' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Loaded plugin 'Generic' >Dec 18 23:50:38 localhost dbus-daemon[518]: modem-manager[660]: <info> Successfully loaded 20 plugins >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.freedesktop.Telepathy.Logger' has path '/apps/telepathy-logger/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.freedesktop.gstreamer-0.10.default-elements' has path '/desktop/gstreamer/0.10/default-elements/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost kernel: [ 9.887459] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.freedesktop.ibus.general.xkblayoutconfig' has path '/desktop/ibus/general/xkblayoutconfig/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.gnome.Cheese' has path '/apps/cheese/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.gnome.seahorse' has path '/apps/seahorse/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.gnome.seahorse.manager' has path '/apps/seahorse/listing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:38 localhost livesys[499]: warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 23:50:39 localhost systemd[1]: Started SYSV: Init script for live image.. >Dec 18 23:50:39 localhost systemd[1]: Starting LSB: Starts and stops login iSCSI daemon.... >Dec 18 23:50:39 localhost kernel: [ 10.224599] Loading iSCSI transport class v2.0-870. >Dec 18 23:50:39 localhost kernel: [ 10.258580] iscsi: registered transport (tcp) >Dec 18 23:50:39 localhost kernel: [ 10.338656] iscsi: registered transport (iser) >Dec 18 23:50:39 localhost kernel: [ 10.362425] libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits. >Dec 18 23:50:39 localhost kernel: [ 10.362429] libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0. >Dec 18 23:50:39 localhost kernel: [ 10.395103] Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010) >Dec 18 23:50:39 localhost kernel: [ 10.395383] iscsi: registered transport (cxgb3i) >Dec 18 23:50:39 localhost kernel: [ 10.421119] Chelsio T4 iSCSI Driver cxgb4i v0.9.1 (Aug. 2010) >Dec 18 23:50:39 localhost kernel: [ 10.421518] iscsi: registered transport (cxgb4i) >Dec 18 23:50:39 localhost kernel: [ 10.460368] cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.12 (June 29, 2012) >Dec 18 23:50:39 localhost kernel: [ 10.483404] Broadcom NetXtreme II iSCSI Driver bnx2i v2.7.2.2 (Apr 25, 2012) >Dec 18 23:50:39 localhost kernel: [ 10.483661] iscsi: registered transport (bnx2i) >Dec 18 23:50:39 localhost kernel: [ 10.517676] iscsi: registered transport (be2iscsi) >Dec 18 23:50:39 localhost iscsid: iSCSI logger with pid=781 started! >Dec 18 23:50:39 localhost iscsid: transport class version 2.0-870. iscsid version 2.0-872.18.f17 >Dec 18 23:50:39 localhost iscsid[707]: Starting iscsid: [ OK ]#015[ OK ] >Dec 18 23:50:39 localhost iscsid: iSCSI daemon with pid=782 started! >Dec 18 23:50:39 localhost systemd[1]: Started LSB: Starts and stops login iSCSI daemon.. >Dec 18 23:50:39 localhost avahi-daemon[515]: Registering new address record for fe80::5054:ff:fe12:3456 on eth0.*. >Dec 18 23:50:41 localhost NetworkManager[633]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >Dec 18 23:50:41 localhost NetworkManager[633]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >Dec 18 23:50:41 localhost NetworkManager[633]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >Dec 18 23:50:41 localhost NetworkManager[633]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >Dec 18 23:50:41 localhost NetworkManager[633]: <info> dhclient started with pid 975 >Dec 18 23:50:41 localhost NetworkManager[633]: <info> Activation (eth0) Beginning IP6 addrconf. >Dec 18 23:50:41 localhost avahi-daemon[515]: Withdrawing address record for fe80::5054:ff:fe12:3456 on eth0. >Dec 18 23:50:41 localhost NetworkManager[633]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >Dec 18 23:50:41 localhost gdm-simple-slave[591]: WARNING: Failed to give slave programs access to the display. Trying to proceed. >Dec 18 23:50:41 localhost dhclient[975]: Internet Systems Consortium DHCP Client 4.2.4-P2 >Dec 18 23:50:41 localhost dhclient[975]: Copyright 2004-2012 Internet Systems Consortium. >Dec 18 23:50:41 localhost dhclient[975]: All rights reserved. >Dec 18 23:50:41 localhost dhclient[975]: For info, please visit https://www.isc.org/software/dhcp/ >Dec 18 23:50:41 localhost dhclient[975]: >Dec 18 23:50:41 localhost NetworkManager[633]: <info> (eth0): DHCPv4 state changed nbi -> preinit >Dec 18 23:50:41 localhost systemd[1]: Started Wait for Plymouth Boot Screen to Quit. >Dec 18 23:50:41 localhost dhclient[975]: Listening on LPF/eth0/52:54:00:12:34:56 >Dec 18 23:50:41 localhost dhclient[975]: Sending on LPF/eth0/52:54:00:12:34:56 >Dec 18 23:50:41 localhost dhclient[975]: Sending on Socket/fallback >Dec 18 23:50:41 localhost dhclient[975]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5 (xid=0x2aa8d5bb) >Dec 18 23:50:41 localhost dhclient[975]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x2aa8d5bb) >Dec 18 23:50:41 localhost dhclient[975]: DHCPOFFER from 10.0.2.2 >Dec 18 23:50:41 localhost dhclient[975]: DHCPACK from 10.0.2.2 (xid=0x2aa8d5bb) >Dec 18 23:50:41 localhost NetworkManager[633]: <info> (eth0): DHCPv4 state changed preinit -> bound >Dec 18 23:50:41 localhost NetworkManager[633]: <info> address 10.0.2.15 >Dec 18 23:50:41 localhost NetworkManager[633]: <info> prefix 24 (255.255.255.0) >Dec 18 23:50:41 localhost NetworkManager[633]: <info> gateway 10.0.2.2 >Dec 18 23:50:41 localhost NetworkManager[633]: <info> nameserver '10.0.2.3' >Dec 18 23:50:41 localhost NetworkManager[633]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Dec 18 23:50:41 localhost NetworkManager[633]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >Dec 18 23:50:41 localhost avahi-daemon[515]: Joining mDNS multicast group on interface eth0.IPv4 with address 10.0.2.15. >Dec 18 23:50:41 localhost avahi-daemon[515]: New relevant interface eth0.IPv4 for mDNS. >Dec 18 23:50:41 localhost avahi-daemon[515]: Registering new address record for 10.0.2.15 on eth0.IPv4. >Dec 18 23:50:41 localhost dhclient[975]: bound to 10.0.2.15 -- renewal in 37117 seconds. >Dec 18 23:50:41 localhost systemd-logind[513]: New session 1 of user gdm. >Dec 18 23:50:41 localhost systemd-logind[513]: Linked /tmp/.X11-unix/X0 to /run/user/42/X11-display. >Dec 18 23:50:42 localhost NetworkManager[633]: <info> (eth0): device state change: ip-config -> secondaries (reason 'none') [70 90 0] >Dec 18 23:50:42 localhost NetworkManager[633]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >Dec 18 23:50:42 localhost NetworkManager[633]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >Dec 18 23:50:42 localhost NetworkManager[633]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS. >Dec 18 23:50:42 localhost systemd[1]: Started Network Manager Wait Online. >Dec 18 23:50:42 localhost systemd[1]: Starting Network. >Dec 18 23:50:42 localhost systemd[1]: Reached target Network. >Dec 18 23:50:42 localhost systemd[1]: Starting LSB: Starts and stops login and scanning of iSCSI devices.... >Dec 18 23:50:43 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 18 23:50:43 localhost systemd[1]: Starting Virtualization daemon... >Dec 18 23:50:43 localhost systemd[1]: Started Virtualization daemon. >Dec 18 23:50:43 localhost systemd[1]: Starting RPC bind service... >Dec 18 23:50:43 localhost systemd[1]: Started RPC bind service. >Dec 18 23:50:43 localhost avahi-daemon[515]: Registering new address record for fe80::5054:ff:fe12:3456 on eth0.*. >Dec 18 23:50:43 localhost NetworkManager[633]: <info> Activation (eth0) successful, device activated. >Dec 18 23:50:43 localhost dbus[518]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 18 23:50:43 localhost rpcbind: Cannot open '/var/lib/rpcbind/rpcbind.xdr' file for reading, errno 2 (No such file or directory) >Dec 18 23:50:43 localhost rpcbind: Cannot open '/var/lib/rpcbind/portmap.xdr' file for reading, errno 2 (No such file or directory) >Dec 18 23:50:43 localhost dbus-daemon[518]: dbus[518]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 18 23:50:43 localhost dbus-daemon[518]: dbus[518]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 18 23:50:43 localhost dbus[518]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 18 23:50:43 localhost iscsi[1001]: Starting iscsi: iscsiadm: No records found >Dec 18 23:50:43 localhost iscsi[1001]: [ OK ] >Dec 18 23:50:43 localhost systemd[1]: Started LSB: Starts and stops login and scanning of iSCSI devices.. >Dec 18 23:50:43 localhost systemd[1]: Starting SYSV: Late init script for live image.... >Dec 18 23:50:43 localhost systemd[1]: Started SYSV: Late init script for live image.. >Dec 18 23:50:44 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Dec 18 23:50:44 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Dec 18 23:50:44 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Dec 18 23:50:44 localhost dbus-daemon[518]: dbus[518]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Dec 18 23:50:44 localhost dbus[518]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Dec 18 23:50:44 localhost systemd[1]: Starting Daemon for power management... >Dec 18 23:50:44 localhost dbus-daemon[518]: dbus[518]: [system] Successfully activated service 'org.freedesktop.UPower' >Dec 18 23:50:44 localhost dbus[518]: [system] Successfully activated service 'org.freedesktop.UPower' >Dec 18 23:50:44 localhost systemd[1]: Started Daemon for power management. >Dec 18 23:50:44 localhost systemd[1]: Started Sendmail Mail Transport Client. >Dec 18 23:50:44 localhost systemd[1]: Starting Multi-User. >Dec 18 23:50:44 localhost systemd[1]: Reached target Multi-User. >Dec 18 23:50:44 localhost systemd[1]: Starting Graphical Interface. >Dec 18 23:50:44 localhost systemd[1]: Reached target Graphical Interface. >Dec 18 23:50:44 localhost systemd[1]: Starting Stop Read-Ahead Data Collection 10s After Completed Startup. >Dec 18 23:50:44 localhost systemd[1]: Started Stop Read-Ahead Data Collection 10s After Completed Startup. >Dec 18 23:50:44 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes... >Dec 18 23:50:44 localhost systemd[1]: Started Update UTMP about System Runlevel Changes. >Dec 18 23:50:44 localhost systemd[1]: Startup finished in 720ms 164us (kernel) + 1s 783ms 485us (initrd) + 12s 800ms 834us (userspace) = 15s 304ms 483us. >Dec 18 23:50:44 localhost systemd[1]: Stopping Sendmail Mail Transport Client... >Dec 18 23:50:44 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Dec 18 23:50:44 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 18 23:50:44 localhost libvirtd[1003]: 2012-12-19 04:50:44.462+0000: 1003: info : libvirt version: 0.10.2.1, package: 3.fc18 (Fedora Project, 2012-11-13-14:04:55, buildvm-15.phx2.fedoraproject.org) >Dec 18 23:50:44 localhost libvirtd[1003]: 2012-12-19 04:50:44.462+0000: 1003: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_xen.so not accessible >Dec 18 23:50:44 localhost libvirtd[1003]: 2012-12-19 04:50:44.492+0000: 1003: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_lxc.so not accessible >Dec 18 23:50:44 localhost libvirtd[1003]: 2012-12-19 04:50:44.492+0000: 1003: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_uml.so not accessible >Dec 18 23:50:44 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Dec 18 23:50:44 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Dec 18 23:50:44 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Dec 18 23:50:44 localhost systemd[1]: PID 1086 read from file /run/sm-client.pid does not exist. >Dec 18 23:50:44 localhost systemd[1]: Started Sendmail Mail Transport Client. >Dec 18 23:50:44 localhost systemd[1]: SELinux Got Sender :1.22 >Dec 18 23:50:44 localhost libvirtd[1003]: 2012-12-19 04:50:44.921+0000: 1126: error : virNWFilterSnoopLeaseFileRefresh:1903 : open("/var/run/libvirt/network/nwfilter.ltmp"): No such file or directory >Dec 18 23:50:45 localhost rtkit-daemon[514]: Successfully made thread 1192 of process 1192 (/usr/bin/pulseaudio) owned by '42' high priority at nice level -11. >Dec 18 23:50:47 localhost dbus-daemon[518]: dbus[518]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Dec 18 23:50:47 localhost dbus[518]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Dec 18 23:50:47 localhost systemd[1]: Starting Disk Manager... >Dec 18 23:50:47 localhost udisksd[1261]: udisks daemon version 1.99.0 starting >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:50:48 localhost dbus-daemon[518]: dbus[518]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Dec 18 23:50:48 localhost dbus[518]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Dec 18 23:50:48 localhost systemd[1]: Started Disk Manager. >Dec 18 23:50:48 localhost udisksd[1261]: Acquired the name org.freedesktop.UDisks2 on the system message bus >Dec 18 23:50:50 localhost dbus-daemon[518]: dbus[518]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 18 23:50:50 localhost dbus[518]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 18 23:50:50 localhost dbus-daemon[518]: Launching FprintObject >Dec 18 23:50:50 localhost dbus-daemon[518]: dbus[518]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 18 23:50:50 localhost dbus[518]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 18 23:50:50 localhost dbus-daemon[518]: dbus[518]: [system] Activating service name='org.freedesktop.realmd' (using servicehelper) >Dec 18 23:50:50 localhost dbus[518]: [system] Activating service name='org.freedesktop.realmd' (using servicehelper) >Dec 18 23:50:50 localhost dbus-daemon[518]: ** Message: D-Bus service launched with name: net.reactivated.Fprint >Dec 18 23:50:50 localhost dbus-daemon[518]: ** Message: entering main loop >Dec 18 23:50:50 localhost chronyd[593]: Selected source 169.229.70.183 >Dec 18 23:50:50 localhost chronyd[593]: System clock wrong by 0.790096 seconds, adjustment started >Dec 18 23:50:50 localhost dbus-daemon[518]: dbus[518]: [system] Successfully activated service 'org.freedesktop.realmd' >Dec 18 23:50:50 localhost dbus[518]: [system] Successfully activated service 'org.freedesktop.realmd' >Dec 18 23:50:54 localhost systemd[1]: Starting Stop Read-Ahead Data Collection... >Dec 18 23:50:54 localhost systemd[1]: Started Stop Read-Ahead Data Collection. >Dec 18 23:50:59 localhost systemd-logind[513]: New session 2 of user liveuser. >Dec 18 23:50:59 localhost systemd-logind[513]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display. >Dec 18 23:50:59 localhost gnome-session[993]: WARNING: Detected that screensaver has left the bus >Dec 18 23:50:59 localhost gnome-session[993]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed >Dec 18 23:50:59 localhost gdm-simple-slave[591]: WARNING: Failed to remove slave program access to the display. Trying to proceed. >Dec 18 23:50:59 localhost systemd[1]: Mounted FUSE Control File System. >Dec 18 23:50:59 localhost kernel: [ 30.815802] fuse init (API version 7.20) >Dec 18 23:51:00 localhost spice-vdagent[1486]: Missing virtio device '/dev/virtio-ports/com.redhat.spice.0': No such file or directory >Dec 18 23:51:00 localhost rtkit-daemon[514]: Successfully made thread 1501 of process 1501 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. >Dec 18 23:51:00 localhost systemd[1]: SELinux Got Sender :1.44 >Dec 18 23:51:00 localhost dbus-daemon[518]: dbus[518]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Dec 18 23:51:00 localhost dbus[518]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Dec 18 23:51:00 localhost systemd[1]: Starting Manage, Install and Generate Color Profiles... >Dec 18 23:51:00 localhost colord: Using config file /etc/colord.conf >Dec 18 23:51:00 localhost colord: Using mapping database file /var/lib/colord/mapping.db >Dec 18 23:51:00 localhost colord: Using device database file /var/lib/colord/storage.db >Dec 18 23:51:00 localhost colord: Loading plugin libcd_plugin_camera.so >Dec 18 23:51:00 localhost colord: Loading plugin libcd_plugin_scanner.so >Dec 18 23:51:00 localhost colord: Daemon ready for requests >Dec 18 23:51:00 localhost dbus-daemon[518]: dbus[518]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Dec 18 23:51:00 localhost dbus[518]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Dec 18 23:51:00 localhost systemd[1]: Started Manage, Install and Generate Color Profiles. >Dec 18 23:51:00 localhost colord: Profile added: icc-607ae7f5824fb5ef63a4600f15a4a7eb >Dec 18 23:51:00 localhost colord: Profile added: icc-c88b946ac4b3b503a2860d21ea68f8bd >Dec 18 23:51:00 localhost colord: Profile added: icc-942691ffe5d2da307d87d209157fa8c5 >Dec 18 23:51:00 localhost colord: Profile added: icc-cc7e433e2982e0a682f332ed378c7d47 >Dec 18 23:51:00 localhost colord: Profile added: icc-d14766a584896acd5810a9f14a3ef15d >Dec 18 23:51:00 localhost colord: Profile added: icc-fdde622468ba0cd232b9f7e00ad52af6 >Dec 18 23:51:00 localhost colord: Profile added: icc-7d744c7ca47e33468b64feb7029fc9b0 >Dec 18 23:51:00 localhost colord: Profile added: icc-dcd6d93e079fc3295cb4d48deb24f851 >Dec 18 23:51:00 localhost colord: Profile added: icc-a1acbaedbc3f054a5f724db41237df9c >Dec 18 23:51:00 localhost colord: Profile added: icc-285bf9a62b68718fe66aa1d69978a97d >Dec 18 23:51:00 localhost colord: Profile added: icc-d9c0a165058a15b86c6663d8ca9e35d7 >Dec 18 23:51:00 localhost colord: Profile added: icc-9c63a713c85fe8dcd9d9e8aa286f7e95 >Dec 18 23:51:00 localhost colord: Profile added: icc-262871936d61effa51c807a5a8daec38 >Dec 18 23:51:00 localhost colord: Profile added: icc-27275f74b03b7a5f4c6c8cde8122b9a1 >Dec 18 23:51:00 localhost colord: Profile added: icc-626fee7d930035c4509ab0c39abe71f7 >Dec 18 23:51:00 localhost colord: Profile added: icc-06bd372c0c828cbe84395111f6986349 >Dec 18 23:51:00 localhost colord: Profile added: icc-34bb9dbd79b7733d83ff9c7089d90162 >Dec 18 23:51:00 localhost colord: Profile added: icc-ba6a5c659db6759a2b4a4739d848127f >Dec 18 23:51:01 localhost colord: Profile added: icc-07aa38f191524daabe72365d8bf549df >Dec 18 23:51:01 localhost colord: Profile added: icc-1fffcf7157b6df5f4bcb186908a88488 >Dec 18 23:51:01 localhost systemd[1]: Starting CUPS Printing Service... >Dec 18 23:51:01 localhost systemd[1]: Started CUPS Printing Service. >Dec 18 23:51:01 localhost NetworkManager[633]: <info> (eth0): IP6 addrconf timed out or failed. >Dec 18 23:51:01 localhost NetworkManager[633]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >Dec 18 23:51:01 localhost NetworkManager[633]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started... >Dec 18 23:51:01 localhost NetworkManager[633]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete. >Dec 18 23:51:03 localhost colord: Device added: xrandr-default >Dec 18 23:51:04 localhost goa[1585]: goa-daemon version 3.6.2 starting [main.c:112, main()] >Dec 18 23:51:19 localhost systemd-logind[513]: Removed session 1. >Dec 18 23:51:19 localhost dbus-daemon[518]: ** Message: No devices in use, exit >Dec 18 23:51:39 localhost dbus-daemon[518]: dbus[518]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 18 23:51:39 localhost dbus[518]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 18 23:51:39 localhost dbus-daemon[518]: dbus[518]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 18 23:51:39 localhost dbus[518]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 18 23:52:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:52:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:52:19 localhost yum[1788]: Installed: python-krbV-1.0.90-5.fc18.x86_64 >Dec 18 23:52:19 localhost yum[1788]: Installed: koji-1.7.1-1.fc18.noarch >Dec 18 23:52:19 localhost dbus-daemon[518]: dbus[518]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 18 23:52:19 localhost dbus[518]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 18 23:52:19 localhost dbus-daemon[518]: dbus[518]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 18 23:52:19 localhost dbus[518]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 18 23:53:01 localhost chronyd[593]: Selected source 140.99.51.114 >Dec 18 23:53:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:53:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:53:36 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:53:40 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:53:40 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:54:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:55:47 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 18 23:58:34 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:00:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:00:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:01:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:01:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:03:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:03:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:05:28 localhost systemd[1]: Starting Cleanup of Temporary Directories... >Dec 19 00:05:28 localhost systemd-tmpfiles[2035]: stat(/run/user/1000/gvfs) failed: Permission denied >Dec 19 00:05:29 localhost systemd[1]: Started Cleanup of Temporary Directories. >Dec 19 00:05:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:06:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:06:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:07:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:08:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:08:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:11:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:11:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:11:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:12:37 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:12:37 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:13:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:13:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:13:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:14:52 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:14:52 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:15:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:15:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:15:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:16:04 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:16:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:16:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:16:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:16:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:16:40 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:16:40 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:16:44 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:16:47 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:16:49 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:18:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:29 localhost dbus-daemon[518]: dbus[518]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 19 00:19:29 localhost dbus[518]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 19 00:19:29 localhost dbus-daemon[518]: dbus[518]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 19 00:19:29 localhost dbus[518]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 19 00:19:32 localhost yum[2154]: Updated: anaconda-widgets-18.37.4-1.fc18.x86_64 >Dec 19 00:19:34 localhost yum[2154]: Updated: anaconda-18.37.4-1.fc18.x86_64 >Dec 19 00:19:34 localhost dbus-daemon[518]: dbus[518]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 19 00:19:34 localhost dbus[518]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 19 00:19:35 localhost dbus-daemon[518]: dbus[518]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 19 00:19:35 localhost dbus[518]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 19 00:19:40 localhost kernel: [ 1751.348918] md: raid0 personality registered for level 0 >Dec 19 00:19:40 localhost kernel: [ 1751.378729] md: raid1 personality registered for level 1 >Dec 19 00:19:40 localhost kernel: [ 1751.445931] async_tx: api initialized (async) >Dec 19 00:19:40 localhost kernel: [ 1751.459274] xor: automatically using best checksumming function: >Dec 19 00:19:40 localhost kernel: [ 1751.469009] generic_sse: 13004.000 MB/sec >Dec 19 00:19:40 localhost kernel: [ 1751.543026] raid6: sse2x1 4101 MB/s >Dec 19 00:19:40 localhost kernel: [ 1751.560018] raid6: sse2x2 7015 MB/s >Dec 19 00:19:40 localhost kernel: [ 1751.577017] raid6: sse2x4 7636 MB/s >Dec 19 00:19:40 localhost kernel: [ 1751.577018] raid6: using algorithm sse2x4 (7636 MB/s) >Dec 19 00:19:40 localhost kernel: [ 1751.577019] raid6: using intx1 recovery algorithm >Dec 19 00:19:40 localhost kernel: [ 1751.698748] md: raid6 personality registered for level 6 >Dec 19 00:19:40 localhost kernel: [ 1751.698751] md: raid5 personality registered for level 5 >Dec 19 00:19:40 localhost kernel: [ 1751.698752] md: raid4 personality registered for level 4 >Dec 19 00:19:40 localhost kernel: [ 1751.723786] md: raid10 personality registered for level 10 >Dec 19 00:19:40 localhost kernel: [ 1751.764023] device-mapper: multipath: version 1.5.0 loaded >Dec 19 00:19:40 localhost kernel: [ 1751.773110] device-mapper: multipath round-robin: version 1.0.0 loaded >Dec 19 00:19:40 localhost kernel: [ 1751.855285] No iBFT detected. >Dec 19 00:19:40 localhost dbus[1471]: avc: received setenforce notice (enforcing=0) >Dec 19 00:19:40 localhost dbus[1320]: avc: received setenforce notice (enforcing=0) >Dec 19 00:19:40 localhost dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 00:19:40 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 00:19:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost anaconda: /sbin/anaconda 18.37.4 >Dec 19 00:19:43 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 00:19:43 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 00:19:43 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 19 00:19:43 localhost anaconda: Default encoding = ascii >Dec 19 00:19:43 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 00:19:43 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:19:43 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:43 localhost anaconda: ISCSID is /sbin/iscsid >Dec 19 00:19:43 localhost anaconda: no initiator set >Dec 19 00:19:43 localhost program: Running... modprobe fcoe >Dec 19 00:19:44 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 19 00:19:44 localhost program: No FCoE boot disk information is found in EDD! >Dec 19 00:19:44 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 19 00:19:44 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 19 00:19:44 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:19:44 localhost program: Running... multipath -d >Dec 19 00:19:44 localhost program: Running... multipath -ll >Dec 19 00:19:44 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 00:19:44 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 00:19:44 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 00:19:44 localhost storage: MultipathTopology: found non-disk device: sda3 >Dec 19 00:19:44 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 00:19:44 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 00:19:44 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 00:19:44 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 00:19:44 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 00:19:44 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 00:19:44 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 00:19:44 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 00:19:44 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 00:19:44 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 00:19:44 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 00:19:44 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:44 localhost anaconda: Display mode = g >Dec 19 00:19:44 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 00:19:44 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 00:19:44 localhost anaconda: using only installclass _Fedora >Dec 19 00:19:44 localhost anaconda: Detected 2016M of memory >Dec 19 00:19:44 localhost anaconda: Swap attempt of 4032M >Dec 19 00:19:44 localhost anaconda: Running Thread: AnaStorageThread (140474340681472) >Dec 19 00:19:44 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 19 00:19:44 localhost anaconda: Running Thread: AnaNetworkThread (140474332288768) >Dec 19 00:19:44 localhost program: Running... systemctl start chronyd.service >Dec 19 00:19:44 localhost anaconda: Running Thread: AnaPayloadThread (140474002118400) >Dec 19 00:19:44 localhost NetworkManager[633]: ifcfg-rh: read connection 'eth0' >Dec 19 00:19:44 localhost NetworkManager[633]: <info> (eth0): device state change: activated -> disconnected (reason 'connection-removed') [100 30 38] >Dec 19 00:19:44 localhost NetworkManager[633]: <info> (eth0): deactivating device (reason 'connection-removed') [38] >Dec 19 00:19:44 localhost systemd[1]: Started NTP client/server. >Dec 19 00:19:44 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 00:19:44 localhost NetworkManager[633]: <info> (eth0): canceled DHCP transaction, DHCP client pid 975 >Dec 19 00:19:44 localhost avahi-daemon[515]: Withdrawing address record for 10.0.2.15 on eth0. >Dec 19 00:19:44 localhost avahi-daemon[515]: Leaving mDNS multicast group on interface eth0.IPv4 with address 10.0.2.15. >Dec 19 00:19:44 localhost avahi-daemon[515]: Interface eth0.IPv4 no longer relevant for mDNS. >Dec 19 00:19:44 localhost NetworkManager[633]: <info> Setting system hostname to 'localhost.localdomain' (no default device) >Dec 19 00:19:44 localhost dbus-daemon[518]: dbus[518]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 19 00:19:44 localhost dbus[518]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 19 00:19:44 localhost NetworkManager[633]: <info> Saved default wired connection 'eth0' to persistent storage >Dec 19 00:19:44 localhost NetworkManager[633]: <info> Auto-activating connection 'eth0'. >Dec 19 00:19:44 localhost NetworkManager[633]: <info> Activation (eth0) starting connection 'eth0' >Dec 19 00:19:44 localhost NetworkManager[633]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Dec 19 00:19:44 localhost NetworkManager[633]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >Dec 19 00:19:44 localhost NetworkManager[633]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >Dec 19 00:19:44 localhost NetworkManager[633]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >Dec 19 00:19:44 localhost NetworkManager[633]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >Dec 19 00:19:44 localhost NetworkManager[633]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >Dec 19 00:19:44 localhost NetworkManager[633]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >Dec 19 00:19:44 localhost NetworkManager[633]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >Dec 19 00:19:44 localhost NetworkManager[633]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >Dec 19 00:19:44 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:19:44 localhost dbus-daemon[518]: dbus[518]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 19 00:19:44 localhost dbus[518]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 19 00:19:44 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:44 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:44 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:44 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:44 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:44 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:44 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:44 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:44 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:45 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:45 localhost NetworkManager[633]: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-eth0 >Dec 19 00:19:45 localhost NetworkManager[633]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >Dec 19 00:19:45 localhost NetworkManager[633]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >Dec 19 00:19:45 localhost NetworkManager[633]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >Dec 19 00:19:45 localhost NetworkManager[633]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >Dec 19 00:19:45 localhost NetworkManager[633]: <info> dhclient started with pid 2412 >Dec 19 00:19:45 localhost NetworkManager[633]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >Dec 19 00:19:45 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:45 localhost dhclient[2412]: Internet Systems Consortium DHCP Client 4.2.4-P2 >Dec 19 00:19:45 localhost dhclient[2412]: Copyright 2004-2012 Internet Systems Consortium. >Dec 19 00:19:45 localhost dhclient[2412]: All rights reserved. >Dec 19 00:19:45 localhost dhclient[2412]: For info, please visit https://www.isc.org/software/dhcp/ >Dec 19 00:19:45 localhost dhclient[2412]: >Dec 19 00:19:45 localhost dhclient[2412]: Listening on LPF/eth0/52:54:00:12:34:56 >Dec 19 00:19:45 localhost dhclient[2412]: Sending on LPF/eth0/52:54:00:12:34:56 >Dec 19 00:19:45 localhost dhclient[2412]: Sending on Socket/fallback >Dec 19 00:19:45 localhost dhclient[2412]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x2be82fb5) >Dec 19 00:19:45 localhost dhclient[2412]: DHCPACK from 10.0.2.2 (xid=0x2be82fb5) >Dec 19 00:19:45 localhost NetworkManager[633]: <info> (eth0): DHCPv4 state changed nbi -> preinit >Dec 19 00:19:45 localhost dhclient[2412]: bound to 10.0.2.15 -- renewal in 40421 seconds. >Dec 19 00:19:45 localhost NetworkManager[633]: <info> (eth0): DHCPv4 state changed preinit -> reboot >Dec 19 00:19:45 localhost NetworkManager[633]: <info> address 10.0.2.15 >Dec 19 00:19:45 localhost NetworkManager[633]: <info> prefix 24 (255.255.255.0) >Dec 19 00:19:45 localhost NetworkManager[633]: <info> gateway 10.0.2.2 >Dec 19 00:19:45 localhost NetworkManager[633]: <info> nameserver '10.0.2.3' >Dec 19 00:19:45 localhost NetworkManager[633]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Dec 19 00:19:45 localhost NetworkManager[633]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >Dec 19 00:19:45 localhost avahi-daemon[515]: Joining mDNS multicast group on interface eth0.IPv4 with address 10.0.2.15. >Dec 19 00:19:45 localhost avahi-daemon[515]: New relevant interface eth0.IPv4 for mDNS. >Dec 19 00:19:45 localhost avahi-daemon[515]: Registering new address record for 10.0.2.15 on eth0.IPv4. >Dec 19 00:19:45 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:45 localhost systemd[1]: Stopping LSB: Starts and stops login and scanning of iSCSI devices.... >Dec 19 00:19:45 localhost iscsi[2433]: Stopping iscsi: [ OK ] >Dec 19 00:19:45 localhost systemd[1]: Stopped LSB: Starts and stops login and scanning of iSCSI devices.. >Dec 19 00:19:45 localhost dbus-daemon[518]: Stopping iscsi (via systemctl): [ OK ] >Dec 19 00:19:45 localhost systemd[1]: Stopping Sendmail Mail Transport Client... >Dec 19 00:19:45 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Dec 19 00:19:45 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 19 00:19:45 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:45 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:45 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Dec 19 00:19:45 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Dec 19 00:19:45 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Dec 19 00:19:45 localhost chronyd[593]: Source 216.230.228.211 offline >Dec 19 00:19:45 localhost chronyd[593]: Source 38.229.71.1 offline >Dec 19 00:19:45 localhost chronyd[593]: Source 169.229.70.183 offline >Dec 19 00:19:45 localhost chronyd[593]: Source 140.99.51.114 offline >Dec 19 00:19:45 localhost systemd[1]: PID 1163 read from file /run/sm-client.pid does not exist. >Dec 19 00:19:45 localhost systemd[1]: Started Sendmail Mail Transport Client. >Dec 19 00:19:46 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:46 localhost anaconda: no initiator set >Dec 19 00:19:46 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 19 00:19:46 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 19 00:19:46 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:19:46 localhost NetworkManager[633]: <info> (eth0): device state change: ip-config -> secondaries (reason 'none') [70 90 0] >Dec 19 00:19:46 localhost NetworkManager[633]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >Dec 19 00:19:46 localhost NetworkManager[633]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >Dec 19 00:19:46 localhost NetworkManager[633]: <info> Policy set 'eth0' (eth0) as default for IPv4 routing and DNS. >Dec 19 00:19:46 localhost NetworkManager[633]: <info> Activation (eth0) successful, device activated. >Dec 19 00:19:46 localhost storage: sr0 looks to be the live device; marking as protected >Dec 19 00:19:46 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:19:46 localhost systemd[1]: Starting LSB: Starts and stops login and scanning of iSCSI devices.... >Dec 19 00:19:46 localhost iscsi[2518]: Starting iscsi: iscsiadm: No records found >Dec 19 00:19:46 localhost iscsi[2518]: [ OK ] >Dec 19 00:19:46 localhost systemd[1]: Started LSB: Starts and stops login and scanning of iSCSI devices.. >Dec 19 00:19:46 localhost dbus-daemon[518]: Starting iscsi (via systemctl): [ OK ] >Dec 19 00:19:46 localhost program: Running... multipath -d >Dec 19 00:19:46 localhost systemd[1]: Stopping Sendmail Mail Transport Client... >Dec 19 00:19:46 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Dec 19 00:19:46 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 19 00:19:46 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Dec 19 00:19:46 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Dec 19 00:19:46 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Dec 19 00:19:46 localhost program: Running... multipath -ll >Dec 19 00:19:46 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 00:19:46 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 00:19:46 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 00:19:46 localhost storage: MultipathTopology: found non-disk device: sda3 >Dec 19 00:19:46 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 00:19:46 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 00:19:46 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 00:19:46 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 00:19:46 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 00:19:46 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 00:19:46 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 00:19:46 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 00:19:46 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 00:19:46 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 00:19:46 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 00:19:46 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sda3', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 19 00:19:46 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 19 00:19:46 localhost storage: sda is a disk >Dec 19 00:19:46 localhost storage: added disk sda (id 0) to device tree >Dec 19 00:19:46 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:46 localhost storage: got device: DiskDevice instance (0x7fc2b4089750) -- >Dec 19 00:19:46 localhost storage: got format: DiskLabel instance (0x7fc2b40e9310) -- >Dec 19 00:19:46 localhost storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >Dec 19 00:19:46 localhost storage: sda1 is a partition >Dec 19 00:19:46 localhost systemd[1]: PID 2488 read from file /run/sm-client.pid does not exist. >Dec 19 00:19:46 localhost systemd[1]: Started Sendmail Mail Transport Client. >Dec 19 00:19:46 localhost storage: added partition sda1 (id 1) to device tree >Dec 19 00:19:46 localhost storage: disklabel detected but not usable on sda1 >Dec 19 00:19:46 localhost storage: type detected on 'sda1' is 'ext4' >Dec 19 00:19:46 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 00:19:47 localhost chronyd[593]: Source 216.230.228.211 online >Dec 19 00:19:47 localhost chronyd[593]: Source 38.229.71.1 online >Dec 19 00:19:47 localhost chronyd[593]: Source 140.99.51.114 online >Dec 19 00:19:47 localhost chronyd[593]: Source 169.229.70.183 online >Dec 19 00:19:47 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:47 localhost program: Filesystem volume name: <none> >Dec 19 00:19:47 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 00:19:47 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 00:19:47 localhost program: Filesystem magic number: 0xEF53 >Dec 19 00:19:47 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 00:19:47 localhost 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 >Dec 19 00:19:47 localhost program: Filesystem flags: signed_directory_hash >Dec 19 00:19:47 localhost program: Default mount options: user_xattr acl >Dec 19 00:19:47 localhost program: Filesystem state: clean >Dec 19 00:19:47 localhost program: Errors behavior: Continue >Dec 19 00:19:47 localhost program: Filesystem OS type: Linux >Dec 19 00:19:47 localhost program: Inode count: 128016 >Dec 19 00:19:47 localhost program: Block count: 512000 >Dec 19 00:19:47 localhost program: Reserved block count: 25600 >Dec 19 00:19:47 localhost program: Free blocks: 424191 >Dec 19 00:19:47 localhost program: Free inodes: 127651 >Dec 19 00:19:47 localhost program: First block: 1 >Dec 19 00:19:47 localhost program: Block size: 1024 >Dec 19 00:19:47 localhost program: Fragment size: 1024 >Dec 19 00:19:47 localhost program: Reserved GDT blocks: 256 >Dec 19 00:19:47 localhost program: Blocks per group: 8192 >Dec 19 00:19:47 localhost program: Fragments per group: 8192 >Dec 19 00:19:47 localhost program: Inodes per group: 2032 >Dec 19 00:19:47 localhost program: Inode blocks per group: 254 >Dec 19 00:19:47 localhost program: Flex block group size: 16 >Dec 19 00:19:47 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 00:19:47 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 00:19:47 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 00:19:47 localhost program: Mount count: 1 >Dec 19 00:19:47 localhost program: Maximum mount count: -1 >Dec 19 00:19:47 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 00:19:47 localhost program: Check interval: 0 (<none>) >Dec 19 00:19:47 localhost program: Lifetime writes: 84 MB >Dec 19 00:19:47 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 00:19:47 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 00:19:47 localhost program: First inode: 11 >Dec 19 00:19:47 localhost program: Inode size:#011 128 >Dec 19 00:19:47 localhost program: Journal inode: 8 >Dec 19 00:19:47 localhost program: Default directory hash: half_md4 >Dec 19 00:19:47 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 00:19:47 localhost program: Journal backup: inode blocks >Dec 19 00:19:47 localhost program: Journal features: (none) >Dec 19 00:19:47 localhost program: Journal size: 8M >Dec 19 00:19:47 localhost program: Journal length: 8192 >Dec 19 00:19:47 localhost program: Journal sequence: 0x00000018 >Dec 19 00:19:47 localhost program: Journal start: 0 >Dec 19 00:19:47 localhost program: >Dec 19 00:19:47 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 00:19:47 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 00:19:47 localhost program: Filesystem volume name: <none> >Dec 19 00:19:47 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 00:19:47 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 00:19:47 localhost program: Filesystem magic number: 0xEF53 >Dec 19 00:19:47 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 00:19:47 localhost 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 >Dec 19 00:19:47 localhost program: Filesystem flags: signed_directory_hash >Dec 19 00:19:47 localhost program: Default mount options: user_xattr acl >Dec 19 00:19:47 localhost program: Filesystem state: clean >Dec 19 00:19:47 localhost program: Errors behavior: Continue >Dec 19 00:19:47 localhost program: Filesystem OS type: Linux >Dec 19 00:19:47 localhost program: Inode count: 128016 >Dec 19 00:19:47 localhost program: Block count: 512000 >Dec 19 00:19:47 localhost program: Reserved block count: 25600 >Dec 19 00:19:47 localhost program: Free blocks: 424191 >Dec 19 00:19:47 localhost program: Free inodes: 127651 >Dec 19 00:19:47 localhost program: First block: 1 >Dec 19 00:19:47 localhost program: Block size: 1024 >Dec 19 00:19:47 localhost program: Fragment size: 1024 >Dec 19 00:19:47 localhost program: Reserved GDT blocks: 256 >Dec 19 00:19:47 localhost program: Blocks per group: 8192 >Dec 19 00:19:47 localhost program: Fragments per group: 8192 >Dec 19 00:19:47 localhost program: Inodes per group: 2032 >Dec 19 00:19:47 localhost program: Inode blocks per group: 254 >Dec 19 00:19:47 localhost program: Flex block group size: 16 >Dec 19 00:19:47 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 00:19:47 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 00:19:47 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 00:19:47 localhost program: Mount count: 1 >Dec 19 00:19:47 localhost program: Maximum mount count: -1 >Dec 19 00:19:47 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 00:19:47 localhost program: Check interval: 0 (<none>) >Dec 19 00:19:47 localhost program: Lifetime writes: 84 MB >Dec 19 00:19:47 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 00:19:47 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 00:19:47 localhost program: First inode: 11 >Dec 19 00:19:47 localhost program: Inode size:#011 128 >Dec 19 00:19:47 localhost program: Journal inode: 8 >Dec 19 00:19:47 localhost program: Default directory hash: half_md4 >Dec 19 00:19:47 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 00:19:47 localhost program: Journal backup: inode blocks >Dec 19 00:19:47 localhost program: Journal features: (none) >Dec 19 00:19:47 localhost program: Journal size: 8M >Dec 19 00:19:47 localhost program: Journal length: 8192 >Dec 19 00:19:47 localhost program: Journal sequence: 0x00000018 >Dec 19 00:19:47 localhost program: Journal start: 0 >Dec 19 00:19:47 localhost program: >Dec 19 00:19:47 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 00:19:47 localhost program: Running... resize2fs -P /dev/sda1 >Dec 19 00:19:47 localhost program: Estimated minimum size of the filesystem: 78174 >Dec 19 00:19:47 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 00:19:47 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:47 localhost storage: got device: PartitionDevice instance (0x7fc2b410c410) -- >Dec 19 00:19:47 localhost storage: got format: Ext4FS instance (0x7fc2b4115490) -- >Dec 19 00:19:47 localhost storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >Dec 19 00:19:47 localhost storage: sda2 is a partition >Dec 19 00:19:47 localhost storage: added partition sda2 (id 2) to device tree >Dec 19 00:19:47 localhost storage: disklabel detected but not usable on sda2 >Dec 19 00:19:47 localhost storage: got device: PartitionDevice instance (0x7fc2b4132310) -- >Dec 19 00:19:47 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:47 localhost storage: scanning sda3 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3)... >Dec 19 00:19:47 localhost storage: sda3 is a partition >Dec 19 00:19:47 localhost storage: added partition sda3 (id 3) to device tree >Dec 19 00:19:47 localhost storage: disklabel detected but not usable on sda3 >Dec 19 00:19:47 localhost storage: type detected on 'sda3' is 'swap' >Dec 19 00:19:47 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:47 localhost storage: got device: PartitionDevice instance (0x3a3c4d0) -- >Dec 19 00:19:47 localhost storage: got format: SwapSpace instance (0x3c8a950) -- >Dec 19 00:19:47 localhost storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >Dec 19 00:19:47 localhost storage: sr0 is a cdrom >Dec 19 00:19:47 localhost storage: added cdrom sr0 (id 4) to device tree >Dec 19 00:19:47 localhost storage: disklabel detected but not usable on sr0 >Dec 19 00:19:47 localhost storage: type detected on 'sr0' is 'iso9660' >Dec 19 00:19:47 localhost anaconda: Thread Done: AnaNetworkThread (140474332288768) >Dec 19 00:19:47 localhost storage: got device: OpticalDevice instance (0x3c8aa10) -- >Dec 19 00:19:47 localhost storage: got format: Iso9660FS instance (0x3c90ed0) -- >Dec 19 00:19:47 localhost storage: scanning loop0 (/devices/virtual/block/loop0)... >Dec 19 00:19:47 localhost storage: loop0 is a loop device >Dec 19 00:19:47 localhost storage: added file /osmin.img (deleted) (id 5) to device tree >Dec 19 00:19:47 localhost storage: added loop loop0 (id 6) to device tree >Dec 19 00:19:47 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:47 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:47 localhost storage: disklabel detected but not usable on loop0 >Dec 19 00:19:47 localhost storage: type detected on 'loop0' is 'squashfs' >Dec 19 00:19:47 localhost storage: got device: LoopDevice instance (0x3c960d0) -- >Dec 19 00:19:47 localhost storage: scanning loop1 (/devices/virtual/block/loop1)... >Dec 19 00:19:47 localhost storage: loop1 is a loop device >Dec 19 00:19:47 localhost storage: added file /osmin (id 7) to device tree >Dec 19 00:19:47 localhost storage: added loop loop1 (id 8) to device tree >Dec 19 00:19:47 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:47 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:47 localhost storage: disklabel detected but not usable on loop1 >Dec 19 00:19:47 localhost storage: type detected on 'loop1' is 'DM_snapshot_cow' >Dec 19 00:19:47 localhost storage: got device: LoopDevice instance (0x3c96f10) -- >Dec 19 00:19:47 localhost storage: scanning loop2 (/devices/virtual/block/loop2)... >Dec 19 00:19:47 localhost storage: loop2 is a loop device >Dec 19 00:19:47 localhost storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 9) to device tree >Dec 19 00:19:47 localhost storage: added loop loop2 (id 10) to device tree >Dec 19 00:19:47 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:47 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:47 localhost storage: disklabel detected but not usable on loop2 >Dec 19 00:19:47 localhost storage: type detected on 'loop2' is 'squashfs' >Dec 19 00:19:47 localhost storage: got device: LoopDevice instance (0x3c9e950) -- >Dec 19 00:19:47 localhost storage: scanning loop3 (/devices/virtual/block/loop3)... >Dec 19 00:19:47 localhost storage: loop3 is a loop device >Dec 19 00:19:47 localhost storage: added file /LiveOS/ext3fs.img (id 11) to device tree >Dec 19 00:19:47 localhost storage: added loop loop3 (id 12) to device tree >Dec 19 00:19:47 localhost storage: type detected on 'loop3' is 'ext4' >Dec 19 00:19:47 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 00:19:47 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 00:19:47 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 00:19:47 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 00:19:47 localhost program: Filesystem magic number: 0xEF53 >Dec 19 00:19:47 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 00:19:47 localhost 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 >Dec 19 00:19:47 localhost program: Filesystem flags: signed_directory_hash >Dec 19 00:19:47 localhost program: Default mount options: user_xattr acl >Dec 19 00:19:47 localhost program: Filesystem state: clean >Dec 19 00:19:47 localhost program: Errors behavior: Continue >Dec 19 00:19:47 localhost program: Filesystem OS type: Linux >Dec 19 00:19:47 localhost program: Inode count: 262144 >Dec 19 00:19:47 localhost program: Block count: 1048576 >Dec 19 00:19:47 localhost program: Reserved block count: 10484 >Dec 19 00:19:47 localhost program: Free blocks: 188525 >Dec 19 00:19:47 localhost program: Free inodes: 153877 >Dec 19 00:19:47 localhost program: First block: 0 >Dec 19 00:19:47 localhost program: Block size: 4096 >Dec 19 00:19:47 localhost program: Fragment size: 4096 >Dec 19 00:19:47 localhost program: Reserved GDT blocks: 255 >Dec 19 00:19:47 localhost program: Blocks per group: 32768 >Dec 19 00:19:47 localhost program: Fragments per group: 32768 >Dec 19 00:19:47 localhost program: Inodes per group: 8192 >Dec 19 00:19:47 localhost program: Inode blocks per group: 512 >Dec 19 00:19:47 localhost program: Flex block group size: 16 >Dec 19 00:19:47 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 00:19:47 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 00:19:47 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 00:19:47 localhost program: Mount count: 0 >Dec 19 00:19:47 localhost program: Maximum mount count: -1 >Dec 19 00:19:47 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 00:19:47 localhost program: Check interval: 0 (<none>) >Dec 19 00:19:47 localhost program: Lifetime writes: 805 MB >Dec 19 00:19:47 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 00:19:47 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 00:19:47 localhost program: First inode: 11 >Dec 19 00:19:47 localhost program: Inode size:#011 256 >Dec 19 00:19:47 localhost program: Required extra isize: 28 >Dec 19 00:19:47 localhost program: Desired extra isize: 28 >Dec 19 00:19:47 localhost program: Journal inode: 8 >Dec 19 00:19:47 localhost program: Default directory hash: half_md4 >Dec 19 00:19:47 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 00:19:47 localhost program: Journal backup: inode blocks >Dec 19 00:19:47 localhost program: Journal features: journal_incompat_revoke >Dec 19 00:19:47 localhost program: Journal size: 128M >Dec 19 00:19:47 localhost program: Journal length: 32768 >Dec 19 00:19:47 localhost program: Journal sequence: 0x000016d0 >Dec 19 00:19:47 localhost program: Journal start: 0 >Dec 19 00:19:47 localhost program: >Dec 19 00:19:47 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 00:19:47 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 00:19:47 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 00:19:47 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 00:19:47 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 00:19:47 localhost program: Filesystem magic number: 0xEF53 >Dec 19 00:19:47 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 00:19:47 localhost 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 >Dec 19 00:19:47 localhost program: Filesystem flags: signed_directory_hash >Dec 19 00:19:47 localhost program: Default mount options: user_xattr acl >Dec 19 00:19:47 localhost program: Filesystem state: clean >Dec 19 00:19:47 localhost program: Errors behavior: Continue >Dec 19 00:19:47 localhost program: Filesystem OS type: Linux >Dec 19 00:19:47 localhost program: Inode count: 262144 >Dec 19 00:19:47 localhost program: Block count: 1048576 >Dec 19 00:19:47 localhost program: Reserved block count: 10484 >Dec 19 00:19:47 localhost program: Free blocks: 188525 >Dec 19 00:19:47 localhost program: Free inodes: 153877 >Dec 19 00:19:47 localhost program: First block: 0 >Dec 19 00:19:47 localhost program: Block size: 4096 >Dec 19 00:19:47 localhost program: Fragment size: 4096 >Dec 19 00:19:47 localhost program: Reserved GDT blocks: 255 >Dec 19 00:19:47 localhost program: Blocks per group: 32768 >Dec 19 00:19:47 localhost program: Fragments per group: 32768 >Dec 19 00:19:47 localhost program: Inodes per group: 8192 >Dec 19 00:19:47 localhost program: Inode blocks per group: 512 >Dec 19 00:19:47 localhost program: Flex block group size: 16 >Dec 19 00:19:47 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 00:19:47 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 00:19:47 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 00:19:47 localhost program: Mount count: 0 >Dec 19 00:19:47 localhost program: Maximum mount count: -1 >Dec 19 00:19:47 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 00:19:47 localhost program: Check interval: 0 (<none>) >Dec 19 00:19:47 localhost program: Lifetime writes: 805 MB >Dec 19 00:19:47 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 00:19:47 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 00:19:47 localhost program: First inode: 11 >Dec 19 00:19:47 localhost program: Inode size:#011 256 >Dec 19 00:19:47 localhost program: Required extra isize: 28 >Dec 19 00:19:47 localhost program: Desired extra isize: 28 >Dec 19 00:19:47 localhost program: Journal inode: 8 >Dec 19 00:19:47 localhost program: Default directory hash: half_md4 >Dec 19 00:19:47 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 00:19:47 localhost program: Journal backup: inode blocks >Dec 19 00:19:47 localhost program: Journal features: journal_incompat_revoke >Dec 19 00:19:47 localhost program: Journal size: 128M >Dec 19 00:19:47 localhost program: Journal length: 32768 >Dec 19 00:19:47 localhost program: Journal sequence: 0x000016d0 >Dec 19 00:19:47 localhost program: Journal start: 0 >Dec 19 00:19:47 localhost program: >Dec 19 00:19:47 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 00:19:47 localhost program: Running... resize2fs -P /dev/loop3 >Dec 19 00:19:47 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:47 localhost program: Couldn't find valid filesystem superblock. >Dec 19 00:19:47 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 00:19:47 localhost program: resize2fs: Device or resource busy while trying to open /dev/loop3 >Dec 19 00:19:47 localhost storage: got device: LoopDevice instance (0x3ca3a10) -- >Dec 19 00:19:47 localhost storage: got format: Ext4FS instance (0x3c9efd0) -- >Dec 19 00:19:47 localhost storage: scanning loop4 (/devices/virtual/block/loop4)... >Dec 19 00:19:47 localhost storage: loop4 is a loop device >Dec 19 00:19:47 localhost storage: added file /overlay (deleted) (id 13) to device tree >Dec 19 00:19:47 localhost storage: added loop loop4 (id 14) to device tree >Dec 19 00:19:47 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:47 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:47 localhost storage: disklabel detected but not usable on loop4 >Dec 19 00:19:47 localhost storage: type detected on 'loop4' is 'DM_snapshot_cow' >Dec 19 00:19:47 localhost storage: got device: LoopDevice instance (0x3cae1d0) -- >Dec 19 00:19:47 localhost storage: ignoring loop5 (/devices/virtual/block/loop5) >Dec 19 00:19:47 localhost storage: ignoring loop6 (/devices/virtual/block/loop6) >Dec 19 00:19:47 localhost storage: ignoring loop7 (/devices/virtual/block/loop7) >Dec 19 00:19:47 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:19:47 localhost storage: devices to scan: ['dm-0', 'dm-1'] >Dec 19 00:19:47 localhost storage: scanning live-rw (/devices/virtual/block/dm-0)... >Dec 19 00:19:48 localhost storage: live-rw is a device-mapper device >Dec 19 00:19:48 localhost storage: added dm live-rw (id 15) to device tree >Dec 19 00:19:48 localhost storage: type detected on 'live-rw' is 'ext4' >Dec 19 00:19:48 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 00:19:48 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 00:19:48 localhost program: Last mounted on: /sysroot >Dec 19 00:19:48 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 00:19:48 localhost program: Filesystem magic number: 0xEF53 >Dec 19 00:19:48 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 00:19:48 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 00:19:48 localhost program: Filesystem flags: signed_directory_hash >Dec 19 00:19:48 localhost program: Default mount options: user_xattr acl >Dec 19 00:19:48 localhost program: Filesystem state: clean >Dec 19 00:19:48 localhost program: Errors behavior: Continue >Dec 19 00:19:48 localhost program: Filesystem OS type: Linux >Dec 19 00:19:48 localhost program: Inode count: 262144 >Dec 19 00:19:48 localhost program: Block count: 1048576 >Dec 19 00:19:48 localhost program: Reserved block count: 10484 >Dec 19 00:19:48 localhost program: Free blocks: 188525 >Dec 19 00:19:48 localhost program: Free inodes: 153877 >Dec 19 00:19:48 localhost program: First block: 0 >Dec 19 00:19:48 localhost program: Block size: 4096 >Dec 19 00:19:48 localhost program: Fragment size: 4096 >Dec 19 00:19:48 localhost program: Reserved GDT blocks: 255 >Dec 19 00:19:48 localhost program: Blocks per group: 32768 >Dec 19 00:19:48 localhost program: Fragments per group: 32768 >Dec 19 00:19:48 localhost program: Inodes per group: 8192 >Dec 19 00:19:48 localhost program: Inode blocks per group: 512 >Dec 19 00:19:48 localhost program: Flex block group size: 16 >Dec 19 00:19:48 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 00:19:48 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 00:19:48 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 00:19:48 localhost program: Mount count: 1 >Dec 19 00:19:48 localhost program: Maximum mount count: -1 >Dec 19 00:19:48 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 00:19:48 localhost program: Check interval: 0 (<none>) >Dec 19 00:19:48 localhost program: Lifetime writes: 805 MB >Dec 19 00:19:48 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 00:19:48 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 00:19:48 localhost program: First inode: 11 >Dec 19 00:19:48 localhost program: Inode size:#011 256 >Dec 19 00:19:48 localhost program: Required extra isize: 28 >Dec 19 00:19:48 localhost program: Desired extra isize: 28 >Dec 19 00:19:48 localhost program: Journal inode: 8 >Dec 19 00:19:48 localhost program: First orphan inode: 38553 >Dec 19 00:19:48 localhost program: Default directory hash: half_md4 >Dec 19 00:19:48 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 00:19:48 localhost program: Journal backup: inode blocks >Dec 19 00:19:48 localhost program: Journal features: journal_incompat_revoke >Dec 19 00:19:48 localhost program: Journal size: 128M >Dec 19 00:19:48 localhost program: Journal length: 32768 >Dec 19 00:19:48 localhost program: Journal sequence: 0x000016d1 >Dec 19 00:19:48 localhost program: Journal start: 1 >Dec 19 00:19:48 localhost program: >Dec 19 00:19:48 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 00:19:48 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 00:19:48 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 00:19:48 localhost program: Last mounted on: /sysroot >Dec 19 00:19:48 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 00:19:48 localhost program: Filesystem magic number: 0xEF53 >Dec 19 00:19:48 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 00:19:48 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 00:19:48 localhost program: Filesystem flags: signed_directory_hash >Dec 19 00:19:48 localhost program: Default mount options: user_xattr acl >Dec 19 00:19:48 localhost program: Filesystem state: clean >Dec 19 00:19:48 localhost program: Errors behavior: Continue >Dec 19 00:19:48 localhost program: Filesystem OS type: Linux >Dec 19 00:19:48 localhost program: Inode count: 262144 >Dec 19 00:19:48 localhost program: Block count: 1048576 >Dec 19 00:19:48 localhost program: Reserved block count: 10484 >Dec 19 00:19:48 localhost program: Free blocks: 188525 >Dec 19 00:19:48 localhost program: Free inodes: 153877 >Dec 19 00:19:48 localhost program: First block: 0 >Dec 19 00:19:48 localhost program: Block size: 4096 >Dec 19 00:19:48 localhost program: Fragment size: 4096 >Dec 19 00:19:48 localhost program: Reserved GDT blocks: 255 >Dec 19 00:19:48 localhost program: Blocks per group: 32768 >Dec 19 00:19:48 localhost program: Fragments per group: 32768 >Dec 19 00:19:48 localhost program: Inodes per group: 8192 >Dec 19 00:19:48 localhost program: Inode blocks per group: 512 >Dec 19 00:19:48 localhost program: Flex block group size: 16 >Dec 19 00:19:48 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 00:19:48 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 00:19:48 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 00:19:48 localhost program: Mount count: 1 >Dec 19 00:19:48 localhost program: Maximum mount count: -1 >Dec 19 00:19:48 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 00:19:48 localhost program: Check interval: 0 (<none>) >Dec 19 00:19:48 localhost program: Lifetime writes: 805 MB >Dec 19 00:19:48 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 00:19:48 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 00:19:48 localhost program: First inode: 11 >Dec 19 00:19:48 localhost program: Inode size:#011 256 >Dec 19 00:19:48 localhost program: Required extra isize: 28 >Dec 19 00:19:48 localhost program: Desired extra isize: 28 >Dec 19 00:19:48 localhost program: Journal inode: 8 >Dec 19 00:19:48 localhost program: First orphan inode: 38553 >Dec 19 00:19:48 localhost program: Default directory hash: half_md4 >Dec 19 00:19:48 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 00:19:48 localhost program: Journal backup: inode blocks >Dec 19 00:19:48 localhost program: Journal features: journal_incompat_revoke >Dec 19 00:19:48 localhost program: Journal size: 128M >Dec 19 00:19:48 localhost program: Journal length: 32768 >Dec 19 00:19:48 localhost program: Journal sequence: 0x000016d1 >Dec 19 00:19:48 localhost program: Journal start: 1 >Dec 19 00:19:48 localhost program: >Dec 19 00:19:48 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 00:19:48 localhost program: Running... resize2fs -P /dev/mapper/live-rw >Dec 19 00:19:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:48 localhost program: Estimated minimum size of the filesystem: 861710 >Dec 19 00:19:48 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 00:19:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:48 localhost storage: got device: DMDevice instance (0x3cb3fd0) -- >Dec 19 00:19:48 localhost storage: got format: Ext4FS instance (0x3cc1250) -- >Dec 19 00:19:48 localhost storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >Dec 19 00:19:48 localhost storage: live-osimg-min is a device-mapper device >Dec 19 00:19:48 localhost storage: added dm live-osimg-min (id 16) to device tree >Dec 19 00:19:48 localhost storage: type detected on 'live-osimg-min' is 'ext4' >Dec 19 00:19:48 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 00:19:48 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 00:19:48 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 00:19:48 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 00:19:48 localhost program: Filesystem magic number: 0xEF53 >Dec 19 00:19:48 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 00:19:48 localhost 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 >Dec 19 00:19:48 localhost program: Filesystem flags: signed_directory_hash >Dec 19 00:19:48 localhost program: Default mount options: user_xattr acl >Dec 19 00:19:48 localhost program: Filesystem state: clean >Dec 19 00:19:48 localhost program: Errors behavior: Continue >Dec 19 00:19:48 localhost program: Filesystem OS type: Linux >Dec 19 00:19:48 localhost program: Inode count: 221184 >Dec 19 00:19:48 localhost program: Block count: 861710 >Dec 19 00:19:48 localhost program: Reserved block count: 8615 >Dec 19 00:19:48 localhost program: Free blocks: 4486 >Dec 19 00:19:48 localhost program: Free inodes: 112917 >Dec 19 00:19:48 localhost program: First block: 0 >Dec 19 00:19:48 localhost program: Block size: 4096 >Dec 19 00:19:48 localhost program: Fragment size: 4096 >Dec 19 00:19:48 localhost program: Reserved GDT blocks: 255 >Dec 19 00:19:48 localhost program: Blocks per group: 32768 >Dec 19 00:19:48 localhost program: Fragments per group: 32768 >Dec 19 00:19:48 localhost program: Inodes per group: 8192 >Dec 19 00:19:48 localhost program: Inode blocks per group: 512 >Dec 19 00:19:48 localhost program: Flex block group size: 16 >Dec 19 00:19:48 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 00:19:48 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 00:19:48 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 00:19:48 localhost program: Mount count: 0 >Dec 19 00:19:48 localhost program: Maximum mount count: -1 >Dec 19 00:19:48 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 00:19:48 localhost program: Check interval: 0 (<none>) >Dec 19 00:19:48 localhost program: Lifetime writes: 807 MB >Dec 19 00:19:48 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 00:19:48 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 00:19:48 localhost program: First inode: 11 >Dec 19 00:19:48 localhost program: Inode size:#011 256 >Dec 19 00:19:48 localhost program: Required extra isize: 28 >Dec 19 00:19:48 localhost program: Desired extra isize: 28 >Dec 19 00:19:48 localhost program: Journal inode: 8 >Dec 19 00:19:48 localhost program: Default directory hash: half_md4 >Dec 19 00:19:48 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 00:19:48 localhost program: Journal backup: inode blocks >Dec 19 00:19:48 localhost program: Journal features: journal_incompat_revoke >Dec 19 00:19:48 localhost program: Journal size: 128M >Dec 19 00:19:48 localhost program: Journal length: 32768 >Dec 19 00:19:48 localhost program: Journal sequence: 0x000016d0 >Dec 19 00:19:48 localhost program: Journal start: 0 >Dec 19 00:19:48 localhost program: >Dec 19 00:19:48 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 00:19:48 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 00:19:48 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 00:19:48 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 00:19:48 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 00:19:48 localhost program: Filesystem magic number: 0xEF53 >Dec 19 00:19:48 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 00:19:48 localhost 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 >Dec 19 00:19:48 localhost program: Filesystem flags: signed_directory_hash >Dec 19 00:19:48 localhost program: Default mount options: user_xattr acl >Dec 19 00:19:48 localhost program: Filesystem state: clean >Dec 19 00:19:48 localhost program: Errors behavior: Continue >Dec 19 00:19:48 localhost program: Filesystem OS type: Linux >Dec 19 00:19:48 localhost program: Inode count: 221184 >Dec 19 00:19:48 localhost program: Block count: 861710 >Dec 19 00:19:48 localhost program: Reserved block count: 8615 >Dec 19 00:19:48 localhost program: Free blocks: 4486 >Dec 19 00:19:48 localhost program: Free inodes: 112917 >Dec 19 00:19:48 localhost program: First block: 0 >Dec 19 00:19:48 localhost program: Block size: 4096 >Dec 19 00:19:48 localhost program: Fragment size: 4096 >Dec 19 00:19:48 localhost program: Reserved GDT blocks: 255 >Dec 19 00:19:48 localhost program: Blocks per group: 32768 >Dec 19 00:19:48 localhost program: Fragments per group: 32768 >Dec 19 00:19:48 localhost program: Inodes per group: 8192 >Dec 19 00:19:48 localhost program: Inode blocks per group: 512 >Dec 19 00:19:48 localhost program: Flex block group size: 16 >Dec 19 00:19:48 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 00:19:48 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 00:19:48 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 00:19:48 localhost program: Mount count: 0 >Dec 19 00:19:48 localhost program: Maximum mount count: -1 >Dec 19 00:19:48 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 00:19:48 localhost program: Check interval: 0 (<none>) >Dec 19 00:19:48 localhost program: Lifetime writes: 807 MB >Dec 19 00:19:48 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 00:19:48 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 00:19:48 localhost program: First inode: 11 >Dec 19 00:19:48 localhost program: Inode size:#011 256 >Dec 19 00:19:48 localhost program: Required extra isize: 28 >Dec 19 00:19:48 localhost program: Desired extra isize: 28 >Dec 19 00:19:48 localhost program: Journal inode: 8 >Dec 19 00:19:48 localhost program: Default directory hash: half_md4 >Dec 19 00:19:48 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 00:19:48 localhost program: Journal backup: inode blocks >Dec 19 00:19:48 localhost program: Journal features: journal_incompat_revoke >Dec 19 00:19:48 localhost program: Journal size: 128M >Dec 19 00:19:48 localhost program: Journal length: 32768 >Dec 19 00:19:48 localhost program: Journal sequence: 0x000016d0 >Dec 19 00:19:48 localhost program: Journal start: 0 >Dec 19 00:19:48 localhost program: >Dec 19 00:19:48 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 00:19:48 localhost program: Running... resize2fs -P /dev/mapper/live-osimg-min >Dec 19 00:19:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:48 localhost program: Couldn't find valid filesystem superblock. >Dec 19 00:19:48 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 00:19:48 localhost program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >Dec 19 00:19:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:48 localhost storage: got device: DMDevice instance (0x3cc8350) -- >Dec 19 00:19:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:48 localhost storage: got format: Ext4FS instance (0x3d43950) -- >Dec 19 00:19:48 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:19:48 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:19:48 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:19:48 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:19:48 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:19:48 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:19:48 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:19:48 localhost storage: not going to restore from backup of non-existent /etc/mdadm.conf >Dec 19 00:19:48 localhost storage: edd: MBR signature on sda is zero. new disk image? >Dec 19 00:19:48 localhost storage: edd: collected mbr signatures: {} >Dec 19 00:19:48 localhost storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >Dec 19 00:19:48 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 19 00:19:48 localhost kernel: [ 1759.968609] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) >Dec 19 00:19:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:48 localhost program: Running... /bin/umount /mnt/sysimage >Dec 19 00:19:48 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:48 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:19:49 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:19:49 localhost anaconda: Thread Done: AnaStorageThread (140474340681472) >Dec 19 00:19:49 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 19 00:19:49 localhost kernel: [ 1760.360066] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 19 00:19:49 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:19:49 localhost anaconda: Thread Done: AnaPayloadThread (140474002118400) >Dec 19 00:19:56 localhost anaconda: Not doing 'replace runtime X layouts' in live installation >Dec 19 00:19:57 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 00:19:57 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 00:19:57 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 00:19:57 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 00:19:57 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 19 00:19:59 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 00:19:59 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 19 00:19:59 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 19 00:19:59 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 19 00:20:00 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 00:20:00 localhost anaconda: Running Thread: AnaStorageWatcher (140474332288768) >Dec 19 00:20:00 localhost program: Running... modprobe btrfs >Dec 19 00:20:00 localhost kernel: [ 1772.006194] Btrfs loaded >Dec 19 00:20:00 localhost storage: DiskLabel.partedDevice returning None >Dec 19 00:20:00 localhost program: Running... modprobe xfs >Dec 19 00:20:01 localhost kernel: [ 1772.090097] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >Dec 19 00:20:01 localhost anaconda: Running Thread: AnaNTPserver0 (140474002118400) >Dec 19 00:20:01 localhost anaconda: Running Thread: AnaNTPserver1 (140473993725696) >Dec 19 00:20:01 localhost anaconda: Running Thread: AnaNTPserver2 (140473453782784) >Dec 19 00:20:01 localhost anaconda: Running Thread: AnaNTPserver3 (140473445390080) >Dec 19 00:20:01 localhost anaconda: Thread Done: AnaStorageWatcher (140474332288768) >Dec 19 00:20:01 localhost anaconda: Thread Done: AnaNTPserver2 (140473453782784) >Dec 19 00:20:01 localhost anaconda: Thread Done: AnaNTPserver3 (140473445390080) >Dec 19 00:20:01 localhost anaconda: Thread Done: AnaNTPserver0 (140474002118400) >Dec 19 00:20:01 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> status to: Probing storage... >Dec 19 00:20:01 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >Dec 19 00:20:11 localhost anaconda: Thread Done: AnaNTPserver1 (140473993725696) >Dec 19 00:20:16 localhost anaconda: Running Thread: AnaExecuteStorageThread (140474340681472) >Dec 19 00:20:16 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:20:16 localhost anaconda: Thread Done: AnaExecuteStorageThread (140474340681472) >Dec 19 00:20:17 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >Dec 19 00:20:17 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> status to: Saving storage configuration... >Dec 19 00:20:17 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >Dec 19 00:20:20 localhost anaconda: getting device type for None >Dec 19 00:20:20 localhost anaconda: unknown device type: 'None' >Dec 19 00:20:20 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:20 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:20 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:20 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:20 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:39 localhost anaconda: ui: saving changes to device sda1 >Dec 19 00:20:39 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:39 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:39 localhost anaconda: scheduling reformat of sda1 as ext4 >Dec 19 00:20:39 localhost storage: registered action: [0] Destroy Format ext4 filesystem on partition sda1 (id 1) >Dec 19 00:20:39 localhost storage: registered action: [1] Create Format ext4 filesystem mounted at /boot on partition sda1 (id 1) >Dec 19 00:20:39 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:39 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:42 localhost anaconda: ui: saving changes to device sda1 >Dec 19 00:20:42 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:42 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:42 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:42 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:48 localhost anaconda: ui: saving changes to device sda2 >Dec 19 00:20:48 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:48 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:49 localhost anaconda: scheduling reformat of sda2 as None >Dec 19 00:20:49 localhost storage: registered action: [2] Destroy Format None on partition sda2 (id 2) >Dec 19 00:20:49 localhost storage: registered action: [3] Create Format None on partition sda2 (id 2) >Dec 19 00:20:49 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:49 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:49 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:49 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:52 localhost chronyd[593]: Selected source 169.229.70.183 >Dec 19 00:20:53 localhost anaconda: ui: saving changes to device sda2 >Dec 19 00:20:53 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:53 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:53 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:53 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:56 localhost anaconda: ui: saving changes to device sda1 >Dec 19 00:20:56 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:56 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:56 localhost anaconda: getting device type for Standard Partition >Dec 19 00:20:56 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:20 localhost anaconda: ui: saving changes to device sda2 >Dec 19 00:21:20 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:20 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:20 localhost anaconda: scheduling reformat of sda2 as ext4 >Dec 19 00:21:20 localhost storage: registered action: [4] Destroy Format None on partition sda2 (id 2) >Dec 19 00:21:20 localhost storage: registered action: [5] Create Format ext4 filesystem mounted at / on partition sda2 (id 2) >Dec 19 00:21:20 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:20 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:24 localhost anaconda: ui: saving changes to device sda2 >Dec 19 00:21:24 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:24 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:24 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:24 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:33 localhost anaconda: ui: saving changes to device sda1 >Dec 19 00:21:33 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:33 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:33 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:33 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:41 localhost anaconda: ui: saving changes to device sda3 >Dec 19 00:21:41 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:41 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:41 localhost anaconda: scheduling reformat of sda3 as swap >Dec 19 00:21:41 localhost storage: registered action: [6] Destroy Format swap on partition sda3 (id 3) >Dec 19 00:21:41 localhost storage: registered action: [7] Create Format swap on partition sda3 (id 3) >Dec 19 00:21:41 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:41 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:47 localhost anaconda: ui: saving changes to device sda3 >Dec 19 00:21:47 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:47 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:47 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:47 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:52 localhost anaconda: ui: saving changes to device sda3 >Dec 19 00:21:52 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:52 localhost anaconda: getting device type for Standard Partition >Dec 19 00:21:52 localhost anaconda: Running Thread: AnaCheckStorageThread (140474340681472) >Dec 19 00:21:52 localhost anaconda: Your BIOS-based system needs a special partition to boot with Fedora's new disk label format (GPT). To continue, please create a 1MB 'BIOS Boot' type partition. >Dec 19 00:21:52 localhost anaconda: Thread Done: AnaCheckStorageThread (140474340681472) >Dec 19 00:21:52 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >Dec 19 00:21:52 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >Dec 19 00:21:52 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> status to: Checking storage configuration... >Dec 19 00:21:52 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >Dec 19 00:22:20 localhost anaconda: Running Thread: AnaExecuteStorageThread (140474340681472) >Dec 19 00:22:20 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:22:20 localhost anaconda: Thread Done: AnaExecuteStorageThread (140474340681472) >Dec 19 00:22:20 localhost anaconda: getting device type for Standard Partition >Dec 19 00:22:20 localhost anaconda: getting device type for Standard Partition >Dec 19 00:22:21 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >Dec 19 00:22:21 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> status to: Saving storage configuration... >Dec 19 00:22:21 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >Dec 19 00:22:24 localhost anaconda: ui: saving changes to device sda1 >Dec 19 00:22:24 localhost anaconda: getting device type for Standard Partition >Dec 19 00:22:24 localhost anaconda: getting device type for Standard Partition >Dec 19 00:22:40 localhost storage: added partition req0 (id 17) to device tree >Dec 19 00:22:40 localhost storage: registered action: [8] Create Device partition req0 (id 17) >Dec 19 00:22:40 localhost storage: registered action: [9] Create Format biosboot on partition req0 (id 17) >Dec 19 00:22:40 localhost storage: failed to allocate partitions: not enough free space on disks >Dec 19 00:22:40 localhost storage: device post-create method failed: not enough free space on disks >Dec 19 00:22:40 localhost storage: removed partition req0 (id 17) from device tree >Dec 19 00:22:40 localhost storage: registered action: [10] Destroy Device partition req0 (id 17) >Dec 19 00:22:40 localhost anaconda: newDevice failed: not enough free space on disks >Dec 19 00:22:40 localhost anaconda: getting device type for Standard Partition >Dec 19 00:22:40 localhost anaconda: getting device type for Standard Partition >Dec 19 00:22:56 localhost anaconda: Running Thread: AnaExecuteStorageThread (140474340681472) >Dec 19 00:22:56 localhost program: Running... udevadm settle --timeout=300 >Dec 19 00:22:56 localhost anaconda: Thread Done: AnaExecuteStorageThread (140474340681472) >Dec 19 00:22:56 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >Dec 19 00:22:56 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> status to: Saving storage configuration... >Dec 19 00:22:56 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x623c990> >Dec 19 00:23:01 localhost dbus[1471]: avc: received setenforce notice (enforcing=1) >Dec 19 00:23:01 localhost dbus[1320]: avc: received setenforce notice (enforcing=1) >Dec 19 00:23:01 localhost dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 00:23:01 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 00:23:01 localhost dbus-daemon[518]: dbus[518]: [system] Reloaded configuration >Dec 19 00:23:01 localhost dbus[518]: [system] Reloaded configuration >Dec 19 00:23:07 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:23:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:24:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:24:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:25:11 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:25:11 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:25:11 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:25:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:25:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:25:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:25:51 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:25:51 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:25:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:26:37 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:26:37 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:29:04 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:29:04 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:29:04 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:31:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:31:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:31:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:31:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:31:54 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:32:03 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:32:11 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:32:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:33:05 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:33:19 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:33:19 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:33:19 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:34:44 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:34:44 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:34:44 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:34:45 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:36:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:36:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:36:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:36:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:36:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:36:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:36:41 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:36:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:36:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:36:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:37:07 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:37:07 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:37:37 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:37:37 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:37:37 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:40:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:40:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:40:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:40:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:43:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:43:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:43:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:45:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:45:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:45:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:45:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:48:51 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:48:51 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:48:51 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:48:53 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:48:53 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:49:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:49:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:49:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:53:05 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:53:05 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:53:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:53:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 00:53:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:00:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:00:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:00:36 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:00:36 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:00:36 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:02:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:02:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:02:55 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:02:55 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:02:55 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:03:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:03:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:03:54 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:03:54 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:03:54 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:04:38 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:04:38 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:05:45 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:05:45 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:05:45 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:13:39 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:13:39 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:13:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:13:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:13:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:14:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:14:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:14:55 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:14:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:14:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:15:54 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:15:54 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:16:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:16:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:16:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:25:39 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:25:39 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:31 localhost dbus[1471]: avc: received setenforce notice (enforcing=0) >Dec 19 01:26:31 localhost dbus[1320]: avc: received setenforce notice (enforcing=0) >Dec 19 01:26:31 localhost dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:26:31 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:26:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:31 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:32 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost anaconda: /sbin/anaconda 18.37.4 >Dec 19 01:26:33 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:26:33 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:26:33 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 19 01:26:33 localhost anaconda: Default encoding = ascii >Dec 19 01:26:33 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:26:33 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:26:33 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost anaconda: ISCSID is /sbin/iscsid >Dec 19 01:26:33 localhost anaconda: no initiator set >Dec 19 01:26:33 localhost program: Running... modprobe fcoe >Dec 19 01:26:33 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 19 01:26:33 localhost program: No FCoE boot disk information is found in EDD! >Dec 19 01:26:33 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 19 01:26:33 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 19 01:26:33 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:26:33 localhost program: Running... multipath -d >Dec 19 01:26:33 localhost program: Running... multipath -ll >Dec 19 01:26:33 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:33 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:26:33 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:26:33 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:26:33 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:26:33 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:26:33 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:26:33 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:26:33 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:26:33 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:26:33 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:26:33 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:26:33 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:26:33 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:26:33 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:26:33 localhost anaconda: Display mode = g >Dec 19 01:26:33 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:26:33 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:26:34 localhost anaconda: using only installclass _Fedora >Dec 19 01:26:34 localhost anaconda: Detected 2016M of memory >Dec 19 01:26:34 localhost anaconda: Swap attempt of 4032M >Dec 19 01:26:34 localhost anaconda: Running Thread: AnaStorageThread (140617397122816) >Dec 19 01:26:34 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 19 01:26:34 localhost anaconda: Running Thread: AnaNetworkThread (140617388730112) >Dec 19 01:26:34 localhost program: Running... systemctl start chronyd.service >Dec 19 01:26:34 localhost anaconda: Running Thread: AnaPayloadThread (140617058748160) >Dec 19 01:26:34 localhost systemd[1]: Started NTP client/server. >Dec 19 01:26:34 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:26:34 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:26:34 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:34 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:34 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:34 localhost anaconda: Thread Done: AnaNetworkThread (140617388730112) >Dec 19 01:26:34 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:34 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:34 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:34 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:34 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:34 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:34 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:34 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:34 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:34 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:34 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:34 localhost anaconda: no initiator set >Dec 19 01:26:34 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 19 01:26:34 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 19 01:26:34 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:26:34 localhost storage: sr0 looks to be the live device; marking as protected >Dec 19 01:26:34 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:26:35 localhost program: Running... multipath -d >Dec 19 01:26:35 localhost program: Running... multipath -ll >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:26:35 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:26:35 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:26:35 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:26:35 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:26:35 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:26:35 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:26:35 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:26:35 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:26:35 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:26:35 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:26:35 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:26:35 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:26:35 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:26:35 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 19 01:26:35 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost storage: sda is a disk >Dec 19 01:26:35 localhost storage: added disk sda (id 0) to device tree >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost storage: got device: DiskDevice instance (0x7fe40408b750) -- >Dec 19 01:26:35 localhost storage: got format: DiskLabel instance (0x7fe4040e0e50) -- >Dec 19 01:26:35 localhost storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >Dec 19 01:26:35 localhost storage: sda1 is a partition >Dec 19 01:26:35 localhost storage: added partition sda1 (id 1) to device tree >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost storage: disklabel detected but not usable on sda1 >Dec 19 01:26:35 localhost storage: type detected on 'sda1' is 'ext4' >Dec 19 01:26:35 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost program: Filesystem volume name: <none> >Dec 19 01:26:35 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:26:35 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:26:35 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:26:35 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:26:35 localhost 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 >Dec 19 01:26:35 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:26:35 localhost program: Default mount options: user_xattr acl >Dec 19 01:26:35 localhost program: Filesystem state: clean >Dec 19 01:26:35 localhost program: Errors behavior: Continue >Dec 19 01:26:35 localhost program: Filesystem OS type: Linux >Dec 19 01:26:35 localhost program: Inode count: 128016 >Dec 19 01:26:35 localhost program: Block count: 512000 >Dec 19 01:26:35 localhost program: Reserved block count: 25600 >Dec 19 01:26:35 localhost program: Free blocks: 424191 >Dec 19 01:26:35 localhost program: Free inodes: 127651 >Dec 19 01:26:35 localhost program: First block: 1 >Dec 19 01:26:35 localhost program: Block size: 1024 >Dec 19 01:26:35 localhost program: Fragment size: 1024 >Dec 19 01:26:35 localhost program: Reserved GDT blocks: 256 >Dec 19 01:26:35 localhost program: Blocks per group: 8192 >Dec 19 01:26:35 localhost program: Fragments per group: 8192 >Dec 19 01:26:35 localhost program: Inodes per group: 2032 >Dec 19 01:26:35 localhost program: Inode blocks per group: 254 >Dec 19 01:26:35 localhost program: Flex block group size: 16 >Dec 19 01:26:35 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:26:35 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:26:35 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:26:35 localhost program: Mount count: 1 >Dec 19 01:26:35 localhost program: Maximum mount count: -1 >Dec 19 01:26:35 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:26:35 localhost program: Check interval: 0 (<none>) >Dec 19 01:26:35 localhost program: Lifetime writes: 84 MB >Dec 19 01:26:35 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:26:35 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:26:35 localhost program: First inode: 11 >Dec 19 01:26:35 localhost program: Inode size:#011 128 >Dec 19 01:26:35 localhost program: Journal inode: 8 >Dec 19 01:26:35 localhost program: Default directory hash: half_md4 >Dec 19 01:26:35 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:26:35 localhost program: Journal backup: inode blocks >Dec 19 01:26:35 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:26:35 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:26:35 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:26:35 localhost program: Filesystem volume name: <none> >Dec 19 01:26:35 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:26:35 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:26:35 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:26:35 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:26:35 localhost 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 >Dec 19 01:26:35 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:26:35 localhost program: Default mount options: user_xattr acl >Dec 19 01:26:35 localhost program: Filesystem state: clean >Dec 19 01:26:35 localhost program: Errors behavior: Continue >Dec 19 01:26:35 localhost program: Filesystem OS type: Linux >Dec 19 01:26:35 localhost program: Inode count: 128016 >Dec 19 01:26:35 localhost program: Block count: 512000 >Dec 19 01:26:35 localhost program: Reserved block count: 25600 >Dec 19 01:26:35 localhost program: Free blocks: 424191 >Dec 19 01:26:35 localhost program: Free inodes: 127651 >Dec 19 01:26:35 localhost program: First block: 1 >Dec 19 01:26:35 localhost program: Block size: 1024 >Dec 19 01:26:35 localhost program: Fragment size: 1024 >Dec 19 01:26:35 localhost program: Reserved GDT blocks: 256 >Dec 19 01:26:35 localhost program: Blocks per group: 8192 >Dec 19 01:26:35 localhost program: Fragments per group: 8192 >Dec 19 01:26:35 localhost program: Inodes per group: 2032 >Dec 19 01:26:35 localhost program: Inode blocks per group: 254 >Dec 19 01:26:35 localhost program: Flex block group size: 16 >Dec 19 01:26:35 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:26:35 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:26:35 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:26:35 localhost program: Mount count: 1 >Dec 19 01:26:35 localhost program: Maximum mount count: -1 >Dec 19 01:26:35 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:26:35 localhost program: Check interval: 0 (<none>) >Dec 19 01:26:35 localhost program: Lifetime writes: 84 MB >Dec 19 01:26:35 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:26:35 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:26:35 localhost program: First inode: 11 >Dec 19 01:26:35 localhost program: Inode size:#011 128 >Dec 19 01:26:35 localhost program: Journal inode: 8 >Dec 19 01:26:35 localhost program: Default directory hash: half_md4 >Dec 19 01:26:35 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:26:35 localhost program: Journal backup: inode blocks >Dec 19 01:26:35 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:26:35 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:26:35 localhost program: Running... resize2fs -P /dev/sda1 >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost program: Estimated minimum size of the filesystem: 78174 >Dec 19 01:26:35 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:26:35 localhost storage: got device: PartitionDevice instance (0x7fe40408b7d0) -- >Dec 19 01:26:35 localhost storage: got format: Ext4FS instance (0x7fe404107e10) -- >Dec 19 01:26:35 localhost storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >Dec 19 01:26:35 localhost storage: sda2 is a partition >Dec 19 01:26:35 localhost storage: added partition sda2 (id 2) to device tree >Dec 19 01:26:35 localhost storage: disklabel detected but not usable on sda2 >Dec 19 01:26:35 localhost storage: got device: PartitionDevice instance (0x7fe404107150) -- >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >Dec 19 01:26:35 localhost storage: sr0 is a cdrom >Dec 19 01:26:35 localhost storage: added cdrom sr0 (id 3) to device tree >Dec 19 01:26:35 localhost storage: disklabel detected but not usable on sr0 >Dec 19 01:26:35 localhost storage: type detected on 'sr0' is 'iso9660' >Dec 19 01:26:35 localhost storage: got device: OpticalDevice instance (0x7fe40412edd0) -- >Dec 19 01:26:35 localhost storage: got format: Iso9660FS instance (0x7fe404137a10) -- >Dec 19 01:26:35 localhost storage: scanning loop0 (/devices/virtual/block/loop0)... >Dec 19 01:26:35 localhost storage: loop0 is a loop device >Dec 19 01:26:35 localhost storage: added file /osmin.img (deleted) (id 4) to device tree >Dec 19 01:26:35 localhost storage: added loop loop0 (id 5) to device tree >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost storage: disklabel detected but not usable on loop0 >Dec 19 01:26:35 localhost storage: type detected on 'loop0' is 'squashfs' >Dec 19 01:26:35 localhost storage: got device: LoopDevice instance (0x273a290) -- >Dec 19 01:26:35 localhost storage: scanning loop1 (/devices/virtual/block/loop1)... >Dec 19 01:26:35 localhost storage: loop1 is a loop device >Dec 19 01:26:35 localhost storage: added file /osmin (id 6) to device tree >Dec 19 01:26:35 localhost storage: added loop loop1 (id 7) to device tree >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost storage: disklabel detected but not usable on loop1 >Dec 19 01:26:35 localhost storage: type detected on 'loop1' is 'DM_snapshot_cow' >Dec 19 01:26:35 localhost storage: got device: LoopDevice instance (0x273ad10) -- >Dec 19 01:26:35 localhost storage: scanning loop2 (/devices/virtual/block/loop2)... >Dec 19 01:26:35 localhost storage: loop2 is a loop device >Dec 19 01:26:35 localhost storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >Dec 19 01:26:35 localhost storage: added loop loop2 (id 9) to device tree >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost storage: disklabel detected but not usable on loop2 >Dec 19 01:26:35 localhost storage: type detected on 'loop2' is 'squashfs' >Dec 19 01:26:35 localhost storage: got device: LoopDevice instance (0x2744d50) -- >Dec 19 01:26:35 localhost storage: scanning loop3 (/devices/virtual/block/loop3)... >Dec 19 01:26:35 localhost storage: loop3 is a loop device >Dec 19 01:26:35 localhost storage: added file /LiveOS/ext3fs.img (id 10) to device tree >Dec 19 01:26:35 localhost storage: added loop loop3 (id 11) to device tree >Dec 19 01:26:35 localhost storage: type detected on 'loop3' is 'ext4' >Dec 19 01:26:35 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:26:35 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:26:35 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:26:35 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:26:35 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:26:35 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:26:35 localhost 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 >Dec 19 01:26:35 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:26:35 localhost program: Default mount options: user_xattr acl >Dec 19 01:26:35 localhost program: Filesystem state: clean >Dec 19 01:26:35 localhost program: Errors behavior: Continue >Dec 19 01:26:35 localhost program: Filesystem OS type: Linux >Dec 19 01:26:35 localhost program: Inode count: 262144 >Dec 19 01:26:35 localhost program: Block count: 1048576 >Dec 19 01:26:35 localhost program: Reserved block count: 10484 >Dec 19 01:26:35 localhost program: Free blocks: 188525 >Dec 19 01:26:35 localhost program: Free inodes: 153877 >Dec 19 01:26:35 localhost program: First block: 0 >Dec 19 01:26:35 localhost program: Block size: 4096 >Dec 19 01:26:35 localhost program: Fragment size: 4096 >Dec 19 01:26:35 localhost program: Reserved GDT blocks: 255 >Dec 19 01:26:35 localhost program: Blocks per group: 32768 >Dec 19 01:26:35 localhost program: Fragments per group: 32768 >Dec 19 01:26:35 localhost program: Inodes per group: 8192 >Dec 19 01:26:35 localhost program: Inode blocks per group: 512 >Dec 19 01:26:35 localhost program: Flex block group size: 16 >Dec 19 01:26:35 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:26:35 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:26:35 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:26:35 localhost program: Mount count: 0 >Dec 19 01:26:35 localhost program: Maximum mount count: -1 >Dec 19 01:26:35 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:26:35 localhost program: Check interval: 0 (<none>) >Dec 19 01:26:35 localhost program: Lifetime writes: 805 MB >Dec 19 01:26:35 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:26:35 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:26:35 localhost program: First inode: 11 >Dec 19 01:26:35 localhost program: Inode size:#011 256 >Dec 19 01:26:35 localhost program: Required extra isize: 28 >Dec 19 01:26:35 localhost program: Desired extra isize: 28 >Dec 19 01:26:35 localhost program: Journal inode: 8 >Dec 19 01:26:35 localhost program: Default directory hash: half_md4 >Dec 19 01:26:35 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:26:35 localhost program: Journal backup: inode blocks >Dec 19 01:26:35 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:26:35 localhost program: Journal size: 128M >Dec 19 01:26:35 localhost program: Journal length: 32768 >Dec 19 01:26:35 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:26:35 localhost program: Journal start: 0 >Dec 19 01:26:35 localhost program: >Dec 19 01:26:35 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:26:35 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:26:35 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:26:35 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:26:35 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:26:35 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:26:35 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:26:35 localhost 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 >Dec 19 01:26:35 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:26:35 localhost program: Default mount options: user_xattr acl >Dec 19 01:26:35 localhost program: Filesystem state: clean >Dec 19 01:26:35 localhost program: Errors behavior: Continue >Dec 19 01:26:35 localhost program: Filesystem OS type: Linux >Dec 19 01:26:35 localhost program: Inode count: 262144 >Dec 19 01:26:35 localhost program: Block count: 1048576 >Dec 19 01:26:35 localhost program: Reserved block count: 10484 >Dec 19 01:26:35 localhost program: Free blocks: 188525 >Dec 19 01:26:35 localhost program: Free inodes: 153877 >Dec 19 01:26:35 localhost program: First block: 0 >Dec 19 01:26:35 localhost program: Block size: 4096 >Dec 19 01:26:35 localhost program: Fragment size: 4096 >Dec 19 01:26:35 localhost program: Reserved GDT blocks: 255 >Dec 19 01:26:35 localhost program: Blocks per group: 32768 >Dec 19 01:26:35 localhost program: Fragments per group: 32768 >Dec 19 01:26:35 localhost program: Inodes per group: 8192 >Dec 19 01:26:35 localhost program: Inode blocks per group: 512 >Dec 19 01:26:35 localhost program: Flex block group size: 16 >Dec 19 01:26:35 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:26:35 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:26:35 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:26:35 localhost program: Mount count: 0 >Dec 19 01:26:35 localhost program: Maximum mount count: -1 >Dec 19 01:26:35 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:26:35 localhost program: Check interval: 0 (<none>) >Dec 19 01:26:35 localhost program: Lifetime writes: 805 MB >Dec 19 01:26:35 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:26:35 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:26:35 localhost program: First inode: 11 >Dec 19 01:26:35 localhost program: Inode size:#011 256 >Dec 19 01:26:35 localhost program: Required extra isize: 28 >Dec 19 01:26:35 localhost program: Desired extra isize: 28 >Dec 19 01:26:35 localhost program: Journal inode: 8 >Dec 19 01:26:35 localhost program: Default directory hash: half_md4 >Dec 19 01:26:35 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:26:35 localhost program: Journal backup: inode blocks >Dec 19 01:26:35 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:26:35 localhost program: Journal size: 128M >Dec 19 01:26:35 localhost program: Journal length: 32768 >Dec 19 01:26:35 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:26:35 localhost program: Journal start: 0 >Dec 19 01:26:35 localhost program: >Dec 19 01:26:35 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:26:35 localhost program: Running... resize2fs -P /dev/loop3 >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:26:35 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:26:35 localhost program: resize2fs: Device or resource busy while trying to open /dev/loop3 >Dec 19 01:26:35 localhost storage: got device: LoopDevice instance (0x2746a90) -- >Dec 19 01:26:35 localhost storage: got format: Ext4FS instance (0x2746f90) -- >Dec 19 01:26:35 localhost storage: scanning loop4 (/devices/virtual/block/loop4)... >Dec 19 01:26:35 localhost storage: loop4 is a loop device >Dec 19 01:26:35 localhost storage: added file /overlay (deleted) (id 12) to device tree >Dec 19 01:26:35 localhost storage: added loop loop4 (id 13) to device tree >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:35 localhost storage: disklabel detected but not usable on loop4 >Dec 19 01:26:35 localhost storage: type detected on 'loop4' is 'DM_snapshot_cow' >Dec 19 01:26:35 localhost storage: got device: LoopDevice instance (0x274ed10) -- >Dec 19 01:26:35 localhost storage: ignoring loop5 (/devices/virtual/block/loop5) >Dec 19 01:26:35 localhost storage: ignoring loop6 (/devices/virtual/block/loop6) >Dec 19 01:26:35 localhost storage: ignoring loop7 (/devices/virtual/block/loop7) >Dec 19 01:26:35 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:26:35 localhost storage: devices to scan: ['dm-0', 'dm-1'] >Dec 19 01:26:36 localhost storage: scanning live-rw (/devices/virtual/block/dm-0)... >Dec 19 01:26:36 localhost storage: live-rw is a device-mapper device >Dec 19 01:26:36 localhost storage: added dm live-rw (id 14) to device tree >Dec 19 01:26:36 localhost storage: type detected on 'live-rw' is 'ext4' >Dec 19 01:26:36 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:26:36 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:26:36 localhost program: Last mounted on: /sysroot >Dec 19 01:26:36 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:26:36 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:26:36 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:26:36 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:26:36 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:26:36 localhost program: Default mount options: user_xattr acl >Dec 19 01:26:36 localhost program: Filesystem state: clean >Dec 19 01:26:36 localhost program: Errors behavior: Continue >Dec 19 01:26:36 localhost program: Filesystem OS type: Linux >Dec 19 01:26:36 localhost program: Inode count: 262144 >Dec 19 01:26:36 localhost program: Block count: 1048576 >Dec 19 01:26:36 localhost program: Reserved block count: 10484 >Dec 19 01:26:36 localhost program: Free blocks: 188525 >Dec 19 01:26:36 localhost program: Free inodes: 153877 >Dec 19 01:26:36 localhost program: First block: 0 >Dec 19 01:26:36 localhost program: Block size: 4096 >Dec 19 01:26:36 localhost program: Fragment size: 4096 >Dec 19 01:26:36 localhost program: Reserved GDT blocks: 255 >Dec 19 01:26:36 localhost program: Blocks per group: 32768 >Dec 19 01:26:36 localhost program: Fragments per group: 32768 >Dec 19 01:26:36 localhost program: Inodes per group: 8192 >Dec 19 01:26:36 localhost program: Inode blocks per group: 512 >Dec 19 01:26:36 localhost program: Flex block group size: 16 >Dec 19 01:26:36 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:26:36 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:26:36 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:26:36 localhost program: Mount count: 1 >Dec 19 01:26:36 localhost program: Maximum mount count: -1 >Dec 19 01:26:36 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:26:36 localhost program: Check interval: 0 (<none>) >Dec 19 01:26:36 localhost program: Lifetime writes: 805 MB >Dec 19 01:26:36 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:26:36 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:26:36 localhost program: First inode: 11 >Dec 19 01:26:36 localhost program: Inode size:#011 256 >Dec 19 01:26:36 localhost program: Required extra isize: 28 >Dec 19 01:26:36 localhost program: Desired extra isize: 28 >Dec 19 01:26:36 localhost program: Journal inode: 8 >Dec 19 01:26:36 localhost program: First orphan inode: 38553 >Dec 19 01:26:36 localhost program: Default directory hash: half_md4 >Dec 19 01:26:36 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:26:36 localhost program: Journal backup: inode blocks >Dec 19 01:26:36 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:26:36 localhost program: Journal size: 128M >Dec 19 01:26:36 localhost program: Journal length: 32768 >Dec 19 01:26:36 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:26:36 localhost program: Journal start: 1 >Dec 19 01:26:36 localhost program: >Dec 19 01:26:36 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:26:36 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:26:36 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:26:36 localhost program: Last mounted on: /sysroot >Dec 19 01:26:36 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:26:36 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:26:36 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:26:36 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:26:36 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:26:36 localhost program: Default mount options: user_xattr acl >Dec 19 01:26:36 localhost program: Filesystem state: clean >Dec 19 01:26:36 localhost program: Errors behavior: Continue >Dec 19 01:26:36 localhost program: Filesystem OS type: Linux >Dec 19 01:26:36 localhost program: Inode count: 262144 >Dec 19 01:26:36 localhost program: Block count: 1048576 >Dec 19 01:26:36 localhost program: Reserved block count: 10484 >Dec 19 01:26:36 localhost program: Free blocks: 188525 >Dec 19 01:26:36 localhost program: Free inodes: 153877 >Dec 19 01:26:36 localhost program: First block: 0 >Dec 19 01:26:36 localhost program: Block size: 4096 >Dec 19 01:26:36 localhost program: Fragment size: 4096 >Dec 19 01:26:36 localhost program: Reserved GDT blocks: 255 >Dec 19 01:26:36 localhost program: Blocks per group: 32768 >Dec 19 01:26:36 localhost program: Fragments per group: 32768 >Dec 19 01:26:36 localhost program: Inodes per group: 8192 >Dec 19 01:26:36 localhost program: Inode blocks per group: 512 >Dec 19 01:26:36 localhost program: Flex block group size: 16 >Dec 19 01:26:36 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:26:36 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:26:36 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:26:36 localhost program: Mount count: 1 >Dec 19 01:26:36 localhost program: Maximum mount count: -1 >Dec 19 01:26:36 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:26:36 localhost program: Check interval: 0 (<none>) >Dec 19 01:26:36 localhost program: Lifetime writes: 805 MB >Dec 19 01:26:36 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:26:36 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:26:36 localhost program: First inode: 11 >Dec 19 01:26:36 localhost program: Inode size:#011 256 >Dec 19 01:26:36 localhost program: Required extra isize: 28 >Dec 19 01:26:36 localhost program: Desired extra isize: 28 >Dec 19 01:26:36 localhost program: Journal inode: 8 >Dec 19 01:26:36 localhost program: First orphan inode: 38553 >Dec 19 01:26:36 localhost program: Default directory hash: half_md4 >Dec 19 01:26:36 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:26:36 localhost program: Journal backup: inode blocks >Dec 19 01:26:36 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:26:36 localhost program: Journal size: 128M >Dec 19 01:26:36 localhost program: Journal length: 32768 >Dec 19 01:26:36 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:26:36 localhost program: Journal start: 1 >Dec 19 01:26:36 localhost program: >Dec 19 01:26:36 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:26:36 localhost program: Running... resize2fs -P /dev/mapper/live-rw >Dec 19 01:26:36 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:36 localhost program: Estimated minimum size of the filesystem: 861710 >Dec 19 01:26:36 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:26:36 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:36 localhost storage: got device: DMDevice instance (0x27534d0) -- >Dec 19 01:26:36 localhost storage: got format: Ext4FS instance (0x2764410) -- >Dec 19 01:26:36 localhost storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >Dec 19 01:26:36 localhost storage: live-osimg-min is a device-mapper device >Dec 19 01:26:36 localhost storage: added dm live-osimg-min (id 15) to device tree >Dec 19 01:26:36 localhost storage: type detected on 'live-osimg-min' is 'ext4' >Dec 19 01:26:36 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:26:36 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:26:36 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:26:36 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:26:36 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:26:36 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:26:36 localhost 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 >Dec 19 01:26:36 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:26:36 localhost program: Default mount options: user_xattr acl >Dec 19 01:26:36 localhost program: Filesystem state: clean >Dec 19 01:26:36 localhost program: Errors behavior: Continue >Dec 19 01:26:36 localhost program: Filesystem OS type: Linux >Dec 19 01:26:36 localhost program: Inode count: 221184 >Dec 19 01:26:36 localhost program: Block count: 861710 >Dec 19 01:26:36 localhost program: Reserved block count: 8615 >Dec 19 01:26:36 localhost program: Free blocks: 4486 >Dec 19 01:26:36 localhost program: Free inodes: 112917 >Dec 19 01:26:36 localhost program: First block: 0 >Dec 19 01:26:36 localhost program: Block size: 4096 >Dec 19 01:26:36 localhost program: Fragment size: 4096 >Dec 19 01:26:36 localhost program: Reserved GDT blocks: 255 >Dec 19 01:26:36 localhost program: Blocks per group: 32768 >Dec 19 01:26:36 localhost program: Fragments per group: 32768 >Dec 19 01:26:36 localhost program: Inodes per group: 8192 >Dec 19 01:26:36 localhost program: Inode blocks per group: 512 >Dec 19 01:26:36 localhost program: Flex block group size: 16 >Dec 19 01:26:36 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:26:36 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:26:36 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:26:36 localhost program: Mount count: 0 >Dec 19 01:26:36 localhost program: Maximum mount count: -1 >Dec 19 01:26:36 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:26:36 localhost program: Check interval: 0 (<none>) >Dec 19 01:26:36 localhost program: Lifetime writes: 807 MB >Dec 19 01:26:36 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:26:36 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:26:36 localhost program: First inode: 11 >Dec 19 01:26:36 localhost program: Inode size:#011 256 >Dec 19 01:26:36 localhost program: Required extra isize: 28 >Dec 19 01:26:36 localhost program: Desired extra isize: 28 >Dec 19 01:26:36 localhost program: Journal inode: 8 >Dec 19 01:26:36 localhost program: Default directory hash: half_md4 >Dec 19 01:26:36 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:26:36 localhost program: Journal backup: inode blocks >Dec 19 01:26:36 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:26:36 localhost program: Journal size: 128M >Dec 19 01:26:36 localhost program: Journal length: 32768 >Dec 19 01:26:36 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:26:36 localhost program: Journal start: 0 >Dec 19 01:26:36 localhost program: >Dec 19 01:26:36 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:26:36 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:26:36 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:26:36 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:26:36 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:26:36 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:26:36 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:26:36 localhost 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 >Dec 19 01:26:36 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:26:36 localhost program: Default mount options: user_xattr acl >Dec 19 01:26:36 localhost program: Filesystem state: clean >Dec 19 01:26:36 localhost program: Errors behavior: Continue >Dec 19 01:26:36 localhost program: Filesystem OS type: Linux >Dec 19 01:26:36 localhost program: Inode count: 221184 >Dec 19 01:26:36 localhost program: Block count: 861710 >Dec 19 01:26:36 localhost program: Reserved block count: 8615 >Dec 19 01:26:36 localhost program: Free blocks: 4486 >Dec 19 01:26:36 localhost program: Free inodes: 112917 >Dec 19 01:26:36 localhost program: First block: 0 >Dec 19 01:26:36 localhost program: Block size: 4096 >Dec 19 01:26:36 localhost program: Fragment size: 4096 >Dec 19 01:26:36 localhost program: Reserved GDT blocks: 255 >Dec 19 01:26:36 localhost program: Blocks per group: 32768 >Dec 19 01:26:36 localhost program: Fragments per group: 32768 >Dec 19 01:26:36 localhost program: Inodes per group: 8192 >Dec 19 01:26:36 localhost program: Inode blocks per group: 512 >Dec 19 01:26:36 localhost program: Flex block group size: 16 >Dec 19 01:26:36 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:26:36 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:26:36 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:26:36 localhost program: Mount count: 0 >Dec 19 01:26:36 localhost program: Maximum mount count: -1 >Dec 19 01:26:36 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:26:36 localhost program: Check interval: 0 (<none>) >Dec 19 01:26:36 localhost program: Lifetime writes: 807 MB >Dec 19 01:26:36 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:26:36 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:26:36 localhost program: First inode: 11 >Dec 19 01:26:36 localhost program: Inode size:#011 256 >Dec 19 01:26:36 localhost program: Required extra isize: 28 >Dec 19 01:26:36 localhost program: Desired extra isize: 28 >Dec 19 01:26:36 localhost program: Journal inode: 8 >Dec 19 01:26:36 localhost program: Default directory hash: half_md4 >Dec 19 01:26:36 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:26:36 localhost program: Journal backup: inode blocks >Dec 19 01:26:36 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:26:36 localhost program: Journal size: 128M >Dec 19 01:26:36 localhost program: Journal length: 32768 >Dec 19 01:26:36 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:26:36 localhost program: Journal start: 0 >Dec 19 01:26:36 localhost program: >Dec 19 01:26:36 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:26:36 localhost program: Running... resize2fs -P /dev/mapper/live-osimg-min >Dec 19 01:26:36 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:36 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:26:36 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:26:36 localhost program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >Dec 19 01:26:36 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:36 localhost storage: got device: DMDevice instance (0x2753490) -- >Dec 19 01:26:36 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:36 localhost storage: got format: Ext4FS instance (0x27d0a10) -- >Dec 19 01:26:36 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:26:36 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:26:36 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:26:36 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:26:36 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:26:36 localhost storage: not going to restore from backup of non-existent /etc/mdadm.conf >Dec 19 01:26:36 localhost storage: edd: MBR signature on sda is zero. new disk image? >Dec 19 01:26:36 localhost storage: edd: collected mbr signatures: {} >Dec 19 01:26:36 localhost storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >Dec 19 01:26:36 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 19 01:26:36 localhost kernel: [ 5767.556032] EXT4-fs (sda1): bad geometry: block count 512000 exceeds size of device (1024 blocks) >Dec 19 01:26:36 localhost program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, >Dec 19 01:26:36 localhost storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >Dec 19 01:26:36 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:26:36 localhost anaconda: Thread Done: AnaStorageThread (140617397122816) >Dec 19 01:26:36 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 19 01:26:36 localhost kernel: [ 5767.695061] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 19 01:26:36 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:26:36 localhost anaconda: Thread Done: AnaPayloadThread (140617058748160) >Dec 19 01:26:44 localhost anaconda: Not doing 'replace runtime X layouts' in live installation >Dec 19 01:26:45 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:26:45 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:26:45 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:26:45 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:26:45 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 19 01:26:46 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 01:26:46 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 19 01:26:46 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 19 01:26:46 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 19 01:26:47 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 01:26:47 localhost anaconda: Running Thread: AnaStorageWatcher (140617041962752) >Dec 19 01:26:47 localhost storage: DiskLabel.partedDevice returning None >Dec 19 01:26:48 localhost anaconda: Running Thread: AnaNTPserver0 (140617058748160) >Dec 19 01:26:48 localhost anaconda: Running Thread: AnaNTPserver1 (140616826615552) >Dec 19 01:26:48 localhost anaconda: Running Thread: AnaNTPserver2 (140616789817088) >Dec 19 01:26:48 localhost anaconda: Running Thread: AnaNTPserver3 (140616774498048) >Dec 19 01:26:48 localhost anaconda: Thread Done: AnaStorageWatcher (140617041962752) >Dec 19 01:26:48 localhost anaconda: Thread Done: AnaNTPserver0 (140617058748160) >Dec 19 01:26:48 localhost anaconda: Thread Done: AnaNTPserver3 (140616774498048) >Dec 19 01:26:48 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4cf1810> status to: Probing storage... >Dec 19 01:26:48 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4cf1810> >Dec 19 01:26:58 localhost anaconda: Thread Done: AnaNTPserver1 (140616826615552) >Dec 19 01:26:58 localhost anaconda: Thread Done: AnaNTPserver2 (140616789817088) >Dec 19 01:26:59 localhost anaconda: Running Thread: AnaExecuteStorageThread (140616789817088) >Dec 19 01:26:59 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:26:59 localhost anaconda: Thread Done: AnaExecuteStorageThread (140616789817088) >Dec 19 01:27:00 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4cf1810> >Dec 19 01:27:00 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4cf1810> status to: Saving storage configuration... >Dec 19 01:27:00 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4cf1810> >Dec 19 01:27:02 localhost anaconda: getting device type for None >Dec 19 01:27:02 localhost anaconda: unknown device type: 'None' >Dec 19 01:27:02 localhost anaconda: getting device type for Standard Partition >Dec 19 01:27:02 localhost anaconda: getting device type for Standard Partition >Dec 19 01:27:02 localhost anaconda: getting device type for Standard Partition >Dec 19 01:27:02 localhost anaconda: getting device type for Standard Partition >Dec 19 01:27:02 localhost anaconda: getting device type for Standard Partition >Dec 19 01:27:26 localhost anaconda: ui: saving changes to device sda1 >Dec 19 01:27:26 localhost anaconda: getting device type for Standard Partition >Dec 19 01:27:26 localhost anaconda: getting device type for Standard Partition >Dec 19 01:27:26 localhost anaconda: Running kickstart %%traceback script(s) >Dec 19 01:27:26 localhost anaconda: All kickstart %%traceback script(s) have been run >Dec 19 01:27:49 localhost dbus[1471]: avc: received setenforce notice (enforcing=1) >Dec 19 01:27:49 localhost dbus[1320]: avc: received setenforce notice (enforcing=1) >Dec 19 01:27:49 localhost dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 01:27:49 localhost dbus[518]: [system] Reloaded configuration >Dec 19 01:27:49 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 01:27:49 localhost dbus-daemon[518]: dbus[518]: [system] Reloaded configuration >Dec 19 01:27:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:58 localhost dbus[1471]: avc: received setenforce notice (enforcing=0) >Dec 19 01:28:58 localhost dbus[1320]: avc: received setenforce notice (enforcing=0) >Dec 19 01:28:58 localhost dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:28:58 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:28:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:28:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:00 localhost anaconda: /sbin/anaconda 18.37.4 >Dec 19 01:29:00 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:29:00 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:29:00 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 19 01:29:00 localhost anaconda: Default encoding = ascii >Dec 19 01:29:00 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:29:00 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:00 localhost anaconda: ISCSID is /sbin/iscsid >Dec 19 01:29:00 localhost anaconda: no initiator set >Dec 19 01:29:00 localhost program: Running... modprobe fcoe >Dec 19 01:29:00 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 19 01:29:00 localhost program: No FCoE boot disk information is found in EDD! >Dec 19 01:29:00 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 19 01:29:00 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 19 01:29:00 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:00 localhost program: Running... multipath -d >Dec 19 01:29:00 localhost program: Running... multipath -ll >Dec 19 01:29:00 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:29:00 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:29:00 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:29:00 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:29:00 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:29:00 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:29:00 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:29:00 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:29:00 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:29:00 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:29:00 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:29:00 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:29:00 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:29:01 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:29:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:01 localhost anaconda: Display mode = g >Dec 19 01:29:01 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:29:01 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:29:01 localhost anaconda: using only installclass _Fedora >Dec 19 01:29:01 localhost anaconda: Detected 2016M of memory >Dec 19 01:29:01 localhost anaconda: Swap attempt of 4032M >Dec 19 01:29:01 localhost anaconda: Running Thread: AnaStorageThread (139724687390464) >Dec 19 01:29:01 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 19 01:29:01 localhost anaconda: Running Thread: AnaNetworkThread (139724678997760) >Dec 19 01:29:01 localhost program: Running... systemctl start chronyd.service >Dec 19 01:29:01 localhost anaconda: Running Thread: AnaPayloadThread (139724349056768) >Dec 19 01:29:01 localhost systemd[1]: Started NTP client/server. >Dec 19 01:29:01 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:29:01 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:01 localhost anaconda: Thread Done: AnaNetworkThread (139724678997760) >Dec 19 01:29:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost anaconda: no initiator set >Dec 19 01:29:02 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 19 01:29:02 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 19 01:29:02 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:02 localhost storage: sr0 looks to be the live device; marking as protected >Dec 19 01:29:02 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:02 localhost program: Running... multipath -d >Dec 19 01:29:02 localhost program: Running... multipath -ll >Dec 19 01:29:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:29:02 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:29:02 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:29:02 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:29:02 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:29:02 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:29:02 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:29:02 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:29:02 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:29:02 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:29:02 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:29:02 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:29:02 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:29:02 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:29:02 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 19 01:29:02 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 19 01:29:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost storage: sda is a disk >Dec 19 01:29:02 localhost storage: added disk sda (id 0) to device tree >Dec 19 01:29:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost storage: got device: DiskDevice instance (0x7f1428085090) -- >Dec 19 01:29:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost storage: got format: DiskLabel instance (0x7f14280d9950) -- >Dec 19 01:29:02 localhost storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >Dec 19 01:29:02 localhost storage: sda1 is a partition >Dec 19 01:29:02 localhost storage: added partition sda1 (id 1) to device tree >Dec 19 01:29:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost storage: disklabel detected but not usable on sda1 >Dec 19 01:29:02 localhost storage: type detected on 'sda1' is 'ext4' >Dec 19 01:29:02 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:29:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost program: Filesystem volume name: <none> >Dec 19 01:29:02 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:29:02 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:29:02 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:29:02 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:29:02 localhost 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 >Dec 19 01:29:02 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:29:02 localhost program: Default mount options: user_xattr acl >Dec 19 01:29:02 localhost program: Filesystem state: clean >Dec 19 01:29:02 localhost program: Errors behavior: Continue >Dec 19 01:29:02 localhost program: Filesystem OS type: Linux >Dec 19 01:29:02 localhost program: Inode count: 128016 >Dec 19 01:29:02 localhost program: Block count: 512000 >Dec 19 01:29:02 localhost program: Reserved block count: 25600 >Dec 19 01:29:02 localhost program: Free blocks: 424191 >Dec 19 01:29:02 localhost program: Free inodes: 127651 >Dec 19 01:29:02 localhost program: First block: 1 >Dec 19 01:29:02 localhost program: Block size: 1024 >Dec 19 01:29:02 localhost program: Fragment size: 1024 >Dec 19 01:29:02 localhost program: Reserved GDT blocks: 256 >Dec 19 01:29:02 localhost program: Blocks per group: 8192 >Dec 19 01:29:02 localhost program: Fragments per group: 8192 >Dec 19 01:29:02 localhost program: Inodes per group: 2032 >Dec 19 01:29:02 localhost program: Inode blocks per group: 254 >Dec 19 01:29:02 localhost program: Flex block group size: 16 >Dec 19 01:29:02 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:29:02 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:29:02 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:29:02 localhost program: Mount count: 1 >Dec 19 01:29:02 localhost program: Maximum mount count: -1 >Dec 19 01:29:02 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:29:02 localhost program: Check interval: 0 (<none>) >Dec 19 01:29:02 localhost program: Lifetime writes: 84 MB >Dec 19 01:29:02 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:29:02 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:29:02 localhost program: First inode: 11 >Dec 19 01:29:02 localhost program: Inode size:#011 128 >Dec 19 01:29:02 localhost program: Journal inode: 8 >Dec 19 01:29:02 localhost program: Default directory hash: half_md4 >Dec 19 01:29:02 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:29:02 localhost program: Journal backup: inode blocks >Dec 19 01:29:02 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:29:02 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:29:02 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:29:02 localhost program: Filesystem volume name: <none> >Dec 19 01:29:02 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:29:02 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:29:02 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:29:02 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:29:02 localhost 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 >Dec 19 01:29:02 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:29:02 localhost program: Default mount options: user_xattr acl >Dec 19 01:29:02 localhost program: Filesystem state: clean >Dec 19 01:29:02 localhost program: Errors behavior: Continue >Dec 19 01:29:02 localhost program: Filesystem OS type: Linux >Dec 19 01:29:02 localhost program: Inode count: 128016 >Dec 19 01:29:02 localhost program: Block count: 512000 >Dec 19 01:29:02 localhost program: Reserved block count: 25600 >Dec 19 01:29:02 localhost program: Free blocks: 424191 >Dec 19 01:29:02 localhost program: Free inodes: 127651 >Dec 19 01:29:02 localhost program: First block: 1 >Dec 19 01:29:02 localhost program: Block size: 1024 >Dec 19 01:29:02 localhost program: Fragment size: 1024 >Dec 19 01:29:02 localhost program: Reserved GDT blocks: 256 >Dec 19 01:29:02 localhost program: Blocks per group: 8192 >Dec 19 01:29:02 localhost program: Fragments per group: 8192 >Dec 19 01:29:02 localhost program: Inodes per group: 2032 >Dec 19 01:29:02 localhost program: Inode blocks per group: 254 >Dec 19 01:29:02 localhost program: Flex block group size: 16 >Dec 19 01:29:02 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:29:02 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:29:02 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:29:02 localhost program: Mount count: 1 >Dec 19 01:29:02 localhost program: Maximum mount count: -1 >Dec 19 01:29:02 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:29:02 localhost program: Check interval: 0 (<none>) >Dec 19 01:29:02 localhost program: Lifetime writes: 84 MB >Dec 19 01:29:02 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:29:02 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:29:02 localhost program: First inode: 11 >Dec 19 01:29:02 localhost program: Inode size:#011 128 >Dec 19 01:29:02 localhost program: Journal inode: 8 >Dec 19 01:29:02 localhost program: Default directory hash: half_md4 >Dec 19 01:29:02 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:29:02 localhost program: Journal backup: inode blocks >Dec 19 01:29:02 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:29:02 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:29:02 localhost program: Running... resize2fs -P /dev/sda1 >Dec 19 01:29:02 localhost program: Estimated minimum size of the filesystem: 78174 >Dec 19 01:29:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:29:02 localhost storage: got device: PartitionDevice instance (0x7f1428085290) -- >Dec 19 01:29:02 localhost storage: got format: Ext4FS instance (0x7f1428106850) -- >Dec 19 01:29:02 localhost storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >Dec 19 01:29:02 localhost storage: sda2 is a partition >Dec 19 01:29:02 localhost storage: added partition sda2 (id 2) to device tree >Dec 19 01:29:02 localhost storage: disklabel detected but not usable on sda2 >Dec 19 01:29:02 localhost storage: got device: PartitionDevice instance (0x7f1428124fd0) -- >Dec 19 01:29:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >Dec 19 01:29:02 localhost storage: sr0 is a cdrom >Dec 19 01:29:02 localhost storage: added cdrom sr0 (id 3) to device tree >Dec 19 01:29:02 localhost storage: disklabel detected but not usable on sr0 >Dec 19 01:29:02 localhost storage: type detected on 'sr0' is 'iso9660' >Dec 19 01:29:02 localhost storage: got device: OpticalDevice instance (0x7f1428129690) -- >Dec 19 01:29:02 localhost storage: got format: Iso9660FS instance (0x7f1428132c10) -- >Dec 19 01:29:02 localhost storage: scanning loop0 (/devices/virtual/block/loop0)... >Dec 19 01:29:02 localhost storage: loop0 is a loop device >Dec 19 01:29:02 localhost storage: added file /osmin.img (deleted) (id 4) to device tree >Dec 19 01:29:02 localhost storage: added loop loop0 (id 5) to device tree >Dec 19 01:29:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost storage: disklabel detected but not usable on loop0 >Dec 19 01:29:02 localhost storage: type detected on 'loop0' is 'squashfs' >Dec 19 01:29:02 localhost storage: got device: LoopDevice instance (0x7f1428135610) -- >Dec 19 01:29:02 localhost storage: scanning loop1 (/devices/virtual/block/loop1)... >Dec 19 01:29:02 localhost storage: loop1 is a loop device >Dec 19 01:29:02 localhost storage: added file /osmin (id 6) to device tree >Dec 19 01:29:02 localhost storage: added loop loop1 (id 7) to device tree >Dec 19 01:29:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost storage: disklabel detected but not usable on loop1 >Dec 19 01:29:02 localhost storage: type detected on 'loop1' is 'DM_snapshot_cow' >Dec 19 01:29:02 localhost storage: got device: LoopDevice instance (0x7f1428172090) -- >Dec 19 01:29:02 localhost storage: scanning loop2 (/devices/virtual/block/loop2)... >Dec 19 01:29:02 localhost storage: loop2 is a loop device >Dec 19 01:29:02 localhost storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >Dec 19 01:29:02 localhost storage: added loop loop2 (id 9) to device tree >Dec 19 01:29:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:02 localhost storage: disklabel detected but not usable on loop2 >Dec 19 01:29:02 localhost storage: type detected on 'loop2' is 'squashfs' >Dec 19 01:29:02 localhost storage: got device: LoopDevice instance (0x7f14281770d0) -- >Dec 19 01:29:02 localhost storage: scanning loop3 (/devices/virtual/block/loop3)... >Dec 19 01:29:02 localhost storage: loop3 is a loop device >Dec 19 01:29:02 localhost storage: added file /LiveOS/ext3fs.img (id 10) to device tree >Dec 19 01:29:02 localhost storage: added loop loop3 (id 11) to device tree >Dec 19 01:29:02 localhost storage: type detected on 'loop3' is 'ext4' >Dec 19 01:29:02 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:29:02 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:29:02 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:29:02 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:29:02 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:29:02 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:29:02 localhost 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 >Dec 19 01:29:02 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:29:02 localhost program: Default mount options: user_xattr acl >Dec 19 01:29:02 localhost program: Filesystem state: clean >Dec 19 01:29:02 localhost program: Errors behavior: Continue >Dec 19 01:29:02 localhost program: Filesystem OS type: Linux >Dec 19 01:29:02 localhost program: Inode count: 262144 >Dec 19 01:29:02 localhost program: Block count: 1048576 >Dec 19 01:29:02 localhost program: Reserved block count: 10484 >Dec 19 01:29:02 localhost program: Free blocks: 188525 >Dec 19 01:29:02 localhost program: Free inodes: 153877 >Dec 19 01:29:02 localhost program: First block: 0 >Dec 19 01:29:02 localhost program: Block size: 4096 >Dec 19 01:29:02 localhost program: Fragment size: 4096 >Dec 19 01:29:02 localhost program: Reserved GDT blocks: 255 >Dec 19 01:29:02 localhost program: Blocks per group: 32768 >Dec 19 01:29:02 localhost program: Fragments per group: 32768 >Dec 19 01:29:02 localhost program: Inodes per group: 8192 >Dec 19 01:29:02 localhost program: Inode blocks per group: 512 >Dec 19 01:29:02 localhost program: Flex block group size: 16 >Dec 19 01:29:02 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:29:02 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:29:02 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:29:02 localhost program: Mount count: 0 >Dec 19 01:29:02 localhost program: Maximum mount count: -1 >Dec 19 01:29:02 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:29:02 localhost program: Check interval: 0 (<none>) >Dec 19 01:29:02 localhost program: Lifetime writes: 805 MB >Dec 19 01:29:02 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:29:02 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:29:02 localhost program: First inode: 11 >Dec 19 01:29:02 localhost program: Inode size:#011 256 >Dec 19 01:29:02 localhost program: Required extra isize: 28 >Dec 19 01:29:02 localhost program: Desired extra isize: 28 >Dec 19 01:29:02 localhost program: Journal inode: 8 >Dec 19 01:29:02 localhost program: Default directory hash: half_md4 >Dec 19 01:29:02 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:29:02 localhost program: Journal backup: inode blocks >Dec 19 01:29:02 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:29:02 localhost program: Journal size: 128M >Dec 19 01:29:02 localhost program: Journal length: 32768 >Dec 19 01:29:02 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:29:02 localhost program: Journal start: 0 >Dec 19 01:29:02 localhost program: >Dec 19 01:29:02 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:29:02 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:29:02 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:29:02 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:29:02 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:29:02 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:29:02 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:29:02 localhost 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 >Dec 19 01:29:02 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:29:02 localhost program: Default mount options: user_xattr acl >Dec 19 01:29:02 localhost program: Filesystem state: clean >Dec 19 01:29:02 localhost program: Errors behavior: Continue >Dec 19 01:29:02 localhost program: Filesystem OS type: Linux >Dec 19 01:29:02 localhost program: Inode count: 262144 >Dec 19 01:29:02 localhost program: Block count: 1048576 >Dec 19 01:29:02 localhost program: Reserved block count: 10484 >Dec 19 01:29:02 localhost program: Free blocks: 188525 >Dec 19 01:29:02 localhost program: Free inodes: 153877 >Dec 19 01:29:02 localhost program: First block: 0 >Dec 19 01:29:02 localhost program: Block size: 4096 >Dec 19 01:29:02 localhost program: Fragment size: 4096 >Dec 19 01:29:02 localhost program: Reserved GDT blocks: 255 >Dec 19 01:29:03 localhost program: Blocks per group: 32768 >Dec 19 01:29:03 localhost program: Fragments per group: 32768 >Dec 19 01:29:03 localhost program: Inodes per group: 8192 >Dec 19 01:29:03 localhost program: Inode blocks per group: 512 >Dec 19 01:29:03 localhost program: Flex block group size: 16 >Dec 19 01:29:03 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:29:03 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:29:03 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:29:03 localhost program: Mount count: 0 >Dec 19 01:29:03 localhost program: Maximum mount count: -1 >Dec 19 01:29:03 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:29:03 localhost program: Check interval: 0 (<none>) >Dec 19 01:29:03 localhost program: Lifetime writes: 805 MB >Dec 19 01:29:03 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:29:03 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:29:03 localhost program: First inode: 11 >Dec 19 01:29:03 localhost program: Inode size:#011 256 >Dec 19 01:29:03 localhost program: Required extra isize: 28 >Dec 19 01:29:03 localhost program: Desired extra isize: 28 >Dec 19 01:29:03 localhost program: Journal inode: 8 >Dec 19 01:29:03 localhost program: Default directory hash: half_md4 >Dec 19 01:29:03 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:29:03 localhost program: Journal backup: inode blocks >Dec 19 01:29:03 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:29:03 localhost program: Journal size: 128M >Dec 19 01:29:03 localhost program: Journal length: 32768 >Dec 19 01:29:03 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:29:03 localhost program: Journal start: 0 >Dec 19 01:29:03 localhost program: >Dec 19 01:29:03 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:29:03 localhost program: Running... resize2fs -P /dev/loop3 >Dec 19 01:29:03 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:03 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:29:03 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:29:03 localhost program: resize2fs: Device or resource busy while trying to open /dev/loop3 >Dec 19 01:29:03 localhost storage: got device: LoopDevice instance (0x7f1428177cd0) -- >Dec 19 01:29:03 localhost storage: got format: Ext4FS instance (0x7f1428177f90) -- >Dec 19 01:29:03 localhost storage: scanning loop4 (/devices/virtual/block/loop4)... >Dec 19 01:29:03 localhost storage: loop4 is a loop device >Dec 19 01:29:03 localhost storage: added file /overlay (deleted) (id 12) to device tree >Dec 19 01:29:03 localhost storage: added loop loop4 (id 13) to device tree >Dec 19 01:29:03 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:03 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:03 localhost storage: disklabel detected but not usable on loop4 >Dec 19 01:29:03 localhost storage: type detected on 'loop4' is 'DM_snapshot_cow' >Dec 19 01:29:03 localhost storage: got device: LoopDevice instance (0x7f142817f910) -- >Dec 19 01:29:03 localhost storage: ignoring loop5 (/devices/virtual/block/loop5) >Dec 19 01:29:03 localhost storage: ignoring loop6 (/devices/virtual/block/loop6) >Dec 19 01:29:03 localhost storage: ignoring loop7 (/devices/virtual/block/loop7) >Dec 19 01:29:03 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:03 localhost storage: devices to scan: ['dm-0', 'dm-1'] >Dec 19 01:29:03 localhost storage: scanning live-rw (/devices/virtual/block/dm-0)... >Dec 19 01:29:03 localhost storage: live-rw is a device-mapper device >Dec 19 01:29:03 localhost storage: added dm live-rw (id 14) to device tree >Dec 19 01:29:03 localhost storage: type detected on 'live-rw' is 'ext4' >Dec 19 01:29:03 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:29:03 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:29:03 localhost program: Last mounted on: /sysroot >Dec 19 01:29:03 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:29:03 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:29:03 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:29:03 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:29:03 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:29:03 localhost program: Default mount options: user_xattr acl >Dec 19 01:29:03 localhost program: Filesystem state: clean >Dec 19 01:29:03 localhost program: Errors behavior: Continue >Dec 19 01:29:03 localhost program: Filesystem OS type: Linux >Dec 19 01:29:03 localhost program: Inode count: 262144 >Dec 19 01:29:03 localhost program: Block count: 1048576 >Dec 19 01:29:03 localhost program: Reserved block count: 10484 >Dec 19 01:29:03 localhost program: Free blocks: 188525 >Dec 19 01:29:03 localhost program: Free inodes: 153877 >Dec 19 01:29:03 localhost program: First block: 0 >Dec 19 01:29:03 localhost program: Block size: 4096 >Dec 19 01:29:03 localhost program: Fragment size: 4096 >Dec 19 01:29:03 localhost program: Reserved GDT blocks: 255 >Dec 19 01:29:03 localhost program: Blocks per group: 32768 >Dec 19 01:29:03 localhost program: Fragments per group: 32768 >Dec 19 01:29:03 localhost program: Inodes per group: 8192 >Dec 19 01:29:03 localhost program: Inode blocks per group: 512 >Dec 19 01:29:03 localhost program: Flex block group size: 16 >Dec 19 01:29:03 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:29:03 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:29:03 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:29:03 localhost program: Mount count: 1 >Dec 19 01:29:03 localhost program: Maximum mount count: -1 >Dec 19 01:29:03 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:29:03 localhost program: Check interval: 0 (<none>) >Dec 19 01:29:03 localhost program: Lifetime writes: 805 MB >Dec 19 01:29:03 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:29:03 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:29:03 localhost program: First inode: 11 >Dec 19 01:29:03 localhost program: Inode size:#011 256 >Dec 19 01:29:03 localhost program: Required extra isize: 28 >Dec 19 01:29:03 localhost program: Desired extra isize: 28 >Dec 19 01:29:03 localhost program: Journal inode: 8 >Dec 19 01:29:03 localhost program: First orphan inode: 38553 >Dec 19 01:29:03 localhost program: Default directory hash: half_md4 >Dec 19 01:29:03 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:29:03 localhost program: Journal backup: inode blocks >Dec 19 01:29:03 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:29:03 localhost program: Journal size: 128M >Dec 19 01:29:03 localhost program: Journal length: 32768 >Dec 19 01:29:03 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:29:03 localhost program: Journal start: 1 >Dec 19 01:29:03 localhost program: >Dec 19 01:29:03 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:29:03 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:29:03 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:29:03 localhost program: Last mounted on: /sysroot >Dec 19 01:29:03 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:29:03 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:29:03 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:29:03 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:29:03 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:29:03 localhost program: Default mount options: user_xattr acl >Dec 19 01:29:03 localhost program: Filesystem state: clean >Dec 19 01:29:03 localhost program: Errors behavior: Continue >Dec 19 01:29:03 localhost program: Filesystem OS type: Linux >Dec 19 01:29:03 localhost program: Inode count: 262144 >Dec 19 01:29:03 localhost program: Block count: 1048576 >Dec 19 01:29:03 localhost program: Reserved block count: 10484 >Dec 19 01:29:03 localhost program: Free blocks: 188525 >Dec 19 01:29:03 localhost program: Free inodes: 153877 >Dec 19 01:29:03 localhost program: First block: 0 >Dec 19 01:29:03 localhost program: Block size: 4096 >Dec 19 01:29:03 localhost program: Fragment size: 4096 >Dec 19 01:29:03 localhost program: Reserved GDT blocks: 255 >Dec 19 01:29:03 localhost program: Blocks per group: 32768 >Dec 19 01:29:03 localhost program: Fragments per group: 32768 >Dec 19 01:29:03 localhost program: Inodes per group: 8192 >Dec 19 01:29:03 localhost program: Inode blocks per group: 512 >Dec 19 01:29:03 localhost program: Flex block group size: 16 >Dec 19 01:29:03 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:29:03 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:29:03 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:29:03 localhost program: Mount count: 1 >Dec 19 01:29:03 localhost program: Maximum mount count: -1 >Dec 19 01:29:03 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:29:03 localhost program: Check interval: 0 (<none>) >Dec 19 01:29:03 localhost program: Lifetime writes: 805 MB >Dec 19 01:29:03 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:29:03 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:29:03 localhost program: First inode: 11 >Dec 19 01:29:03 localhost program: Inode size:#011 256 >Dec 19 01:29:03 localhost program: Required extra isize: 28 >Dec 19 01:29:03 localhost program: Desired extra isize: 28 >Dec 19 01:29:03 localhost program: Journal inode: 8 >Dec 19 01:29:03 localhost program: First orphan inode: 38553 >Dec 19 01:29:03 localhost program: Default directory hash: half_md4 >Dec 19 01:29:03 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:29:03 localhost program: Journal backup: inode blocks >Dec 19 01:29:03 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:29:03 localhost program: Journal size: 128M >Dec 19 01:29:03 localhost program: Journal length: 32768 >Dec 19 01:29:03 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:29:03 localhost program: Journal start: 1 >Dec 19 01:29:03 localhost program: >Dec 19 01:29:03 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:29:03 localhost program: Running... resize2fs -P /dev/mapper/live-rw >Dec 19 01:29:03 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:03 localhost program: Estimated minimum size of the filesystem: 861710 >Dec 19 01:29:03 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:29:03 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:03 localhost storage: got device: DMDevice instance (0x7f1428183750) -- >Dec 19 01:29:03 localhost storage: got format: Ext4FS instance (0x7f1428188ed0) -- >Dec 19 01:29:03 localhost storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >Dec 19 01:29:03 localhost storage: live-osimg-min is a device-mapper device >Dec 19 01:29:03 localhost storage: added dm live-osimg-min (id 15) to device tree >Dec 19 01:29:03 localhost storage: type detected on 'live-osimg-min' is 'ext4' >Dec 19 01:29:03 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:29:03 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:29:03 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:29:03 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:29:03 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:29:03 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:29:03 localhost 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 >Dec 19 01:29:03 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:29:03 localhost program: Default mount options: user_xattr acl >Dec 19 01:29:03 localhost program: Filesystem state: clean >Dec 19 01:29:03 localhost program: Errors behavior: Continue >Dec 19 01:29:03 localhost program: Filesystem OS type: Linux >Dec 19 01:29:03 localhost program: Inode count: 221184 >Dec 19 01:29:03 localhost program: Block count: 861710 >Dec 19 01:29:03 localhost program: Reserved block count: 8615 >Dec 19 01:29:03 localhost program: Free blocks: 4486 >Dec 19 01:29:03 localhost program: Free inodes: 112917 >Dec 19 01:29:03 localhost program: First block: 0 >Dec 19 01:29:03 localhost program: Block size: 4096 >Dec 19 01:29:03 localhost program: Fragment size: 4096 >Dec 19 01:29:03 localhost program: Reserved GDT blocks: 255 >Dec 19 01:29:03 localhost program: Blocks per group: 32768 >Dec 19 01:29:03 localhost program: Fragments per group: 32768 >Dec 19 01:29:03 localhost program: Inodes per group: 8192 >Dec 19 01:29:03 localhost program: Inode blocks per group: 512 >Dec 19 01:29:03 localhost program: Flex block group size: 16 >Dec 19 01:29:03 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:29:03 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:29:03 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:29:03 localhost program: Mount count: 0 >Dec 19 01:29:03 localhost program: Maximum mount count: -1 >Dec 19 01:29:03 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:29:03 localhost program: Check interval: 0 (<none>) >Dec 19 01:29:03 localhost program: Lifetime writes: 807 MB >Dec 19 01:29:03 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:29:03 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:29:03 localhost program: First inode: 11 >Dec 19 01:29:03 localhost program: Inode size:#011 256 >Dec 19 01:29:03 localhost program: Required extra isize: 28 >Dec 19 01:29:03 localhost program: Desired extra isize: 28 >Dec 19 01:29:03 localhost program: Journal inode: 8 >Dec 19 01:29:03 localhost program: Default directory hash: half_md4 >Dec 19 01:29:03 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:29:03 localhost program: Journal backup: inode blocks >Dec 19 01:29:03 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:29:03 localhost program: Journal size: 128M >Dec 19 01:29:03 localhost program: Journal length: 32768 >Dec 19 01:29:03 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:29:03 localhost program: Journal start: 0 >Dec 19 01:29:03 localhost program: >Dec 19 01:29:03 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:29:03 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:29:03 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:29:03 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:29:03 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:29:03 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:29:03 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:29:03 localhost 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 >Dec 19 01:29:03 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:29:03 localhost program: Default mount options: user_xattr acl >Dec 19 01:29:03 localhost program: Filesystem state: clean >Dec 19 01:29:03 localhost program: Errors behavior: Continue >Dec 19 01:29:03 localhost program: Filesystem OS type: Linux >Dec 19 01:29:03 localhost program: Inode count: 221184 >Dec 19 01:29:03 localhost program: Block count: 861710 >Dec 19 01:29:03 localhost program: Reserved block count: 8615 >Dec 19 01:29:03 localhost program: Free blocks: 4486 >Dec 19 01:29:03 localhost program: Free inodes: 112917 >Dec 19 01:29:03 localhost program: First block: 0 >Dec 19 01:29:03 localhost program: Block size: 4096 >Dec 19 01:29:03 localhost program: Fragment size: 4096 >Dec 19 01:29:03 localhost program: Reserved GDT blocks: 255 >Dec 19 01:29:03 localhost program: Blocks per group: 32768 >Dec 19 01:29:03 localhost program: Fragments per group: 32768 >Dec 19 01:29:03 localhost program: Inodes per group: 8192 >Dec 19 01:29:03 localhost program: Inode blocks per group: 512 >Dec 19 01:29:03 localhost program: Flex block group size: 16 >Dec 19 01:29:03 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:29:03 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:29:03 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:29:03 localhost program: Mount count: 0 >Dec 19 01:29:03 localhost program: Maximum mount count: -1 >Dec 19 01:29:03 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:29:03 localhost program: Check interval: 0 (<none>) >Dec 19 01:29:03 localhost program: Lifetime writes: 807 MB >Dec 19 01:29:03 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:29:03 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:29:03 localhost program: First inode: 11 >Dec 19 01:29:03 localhost program: Inode size:#011 256 >Dec 19 01:29:03 localhost program: Required extra isize: 28 >Dec 19 01:29:03 localhost program: Desired extra isize: 28 >Dec 19 01:29:03 localhost program: Journal inode: 8 >Dec 19 01:29:03 localhost program: Default directory hash: half_md4 >Dec 19 01:29:03 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:29:03 localhost program: Journal backup: inode blocks >Dec 19 01:29:03 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:29:03 localhost program: Journal size: 128M >Dec 19 01:29:03 localhost program: Journal length: 32768 >Dec 19 01:29:03 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:29:03 localhost program: Journal start: 0 >Dec 19 01:29:03 localhost program: >Dec 19 01:29:03 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:29:03 localhost program: Running... resize2fs -P /dev/mapper/live-osimg-min >Dec 19 01:29:03 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:03 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:29:03 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:29:03 localhost program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >Dec 19 01:29:03 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:03 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:03 localhost storage: got device: DMDevice instance (0x7f14281832d0) -- >Dec 19 01:29:03 localhost storage: got format: Ext4FS instance (0x7f1428198dd0) -- >Dec 19 01:29:03 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:03 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:03 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:03 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:03 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:03 localhost storage: not going to restore from backup of non-existent /etc/mdadm.conf >Dec 19 01:29:03 localhost storage: edd: MBR signature on sda is zero. new disk image? >Dec 19 01:29:03 localhost storage: edd: collected mbr signatures: {} >Dec 19 01:29:03 localhost storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >Dec 19 01:29:03 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 19 01:29:03 localhost kernel: [ 5914.705021] EXT4-fs (sda1): bad geometry: block count 512000 exceeds size of device (1024 blocks) >Dec 19 01:29:03 localhost program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, >Dec 19 01:29:03 localhost storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >Dec 19 01:29:03 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:03 localhost anaconda: Thread Done: AnaStorageThread (139724687390464) >Dec 19 01:29:03 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 19 01:29:03 localhost kernel: [ 5914.840062] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 19 01:29:03 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:03 localhost anaconda: Thread Done: AnaPayloadThread (139724349056768) >Dec 19 01:29:11 localhost anaconda: Not doing 'replace runtime X layouts' in live installation >Dec 19 01:29:11 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:29:11 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:29:11 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:29:11 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:29:11 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 19 01:29:12 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 01:29:12 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 19 01:29:12 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 19 01:29:12 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 19 01:29:13 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 01:29:13 localhost anaconda: Running Thread: AnaStorageWatcher (139724332271360) >Dec 19 01:29:13 localhost storage: DiskLabel.partedDevice returning None >Dec 19 01:29:14 localhost anaconda: Running Thread: AnaNTPserver0 (139724349056768) >Dec 19 01:29:14 localhost anaconda: Running Thread: AnaNTPserver1 (139724322825984) >Dec 19 01:29:14 localhost anaconda: Running Thread: AnaNTPserver2 (139723798132480) >Dec 19 01:29:14 localhost anaconda: Running Thread: AnaNTPserver3 (139723789739776) >Dec 19 01:29:14 localhost anaconda: Thread Done: AnaStorageWatcher (139724332271360) >Dec 19 01:29:14 localhost anaconda: Thread Done: AnaNTPserver0 (139724349056768) >Dec 19 01:29:14 localhost anaconda: Thread Done: AnaNTPserver1 (139724322825984) >Dec 19 01:29:14 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4819810> status to: Probing storage... >Dec 19 01:29:14 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4819810> >Dec 19 01:29:24 localhost anaconda: Thread Done: AnaNTPserver2 (139723798132480) >Dec 19 01:29:24 localhost anaconda: Thread Done: AnaNTPserver3 (139723789739776) >Dec 19 01:29:28 localhost anaconda: Running Thread: AnaExecuteStorageThread (139723789739776) >Dec 19 01:29:28 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:28 localhost anaconda: Thread Done: AnaExecuteStorageThread (139723789739776) >Dec 19 01:29:29 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4819810> >Dec 19 01:29:29 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4819810> status to: Saving storage configuration... >Dec 19 01:29:29 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4819810> >Dec 19 01:29:31 localhost anaconda: getting device type for None >Dec 19 01:29:31 localhost anaconda: unknown device type: 'None' >Dec 19 01:29:31 localhost anaconda: getting device type for Standard Partition >Dec 19 01:29:31 localhost anaconda: getting device type for Standard Partition >Dec 19 01:29:31 localhost anaconda: getting device type for Standard Partition >Dec 19 01:29:31 localhost anaconda: getting device type for Standard Partition >Dec 19 01:29:31 localhost anaconda: getting device type for Standard Partition >Dec 19 01:29:42 localhost anaconda: ui: saving changes to device sda1 >Dec 19 01:29:42 localhost anaconda: getting device type for Standard Partition >Dec 19 01:29:42 localhost anaconda: getting device type for Standard Partition >Dec 19 01:29:42 localhost anaconda: Running kickstart %%traceback script(s) >Dec 19 01:29:42 localhost anaconda: All kickstart %%traceback script(s) have been run >Dec 19 01:29:52 localhost dbus[1471]: avc: received setenforce notice (enforcing=1) >Dec 19 01:29:52 localhost dbus[1320]: avc: received setenforce notice (enforcing=1) >Dec 19 01:29:52 localhost dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 01:29:52 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 01:29:52 localhost dbus-daemon[518]: dbus[518]: [system] Reloaded configuration >Dec 19 01:29:52 localhost dbus[518]: [system] Reloaded configuration >Dec 19 01:29:56 localhost dbus[1471]: avc: received setenforce notice (enforcing=0) >Dec 19 01:29:56 localhost dbus[1320]: avc: received setenforce notice (enforcing=0) >Dec 19 01:29:56 localhost dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:29:56 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost anaconda: /sbin/anaconda 18.37.4 >Dec 19 01:29:58 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:29:58 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:29:58 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 19 01:29:58 localhost anaconda: Default encoding = ascii >Dec 19 01:29:58 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:29:58 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost systemd-udevd[3860]: rename '/dev/disk/by-label/_Fedora-18-TC3-x.udev-tmp' '/dev/disk/by-label/_Fedora-18-TC3-x' failed: No such file or directory >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost anaconda: ISCSID is /sbin/iscsid >Dec 19 01:29:59 localhost anaconda: no initiator set >Dec 19 01:29:59 localhost program: Running... modprobe fcoe >Dec 19 01:29:59 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 19 01:29:59 localhost program: No FCoE boot disk information is found in EDD! >Dec 19 01:29:59 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 19 01:29:59 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 19 01:29:59 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:59 localhost program: Running... multipath -d >Dec 19 01:29:59 localhost program: Running... multipath -ll >Dec 19 01:29:59 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:29:59 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:29:59 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:29:59 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:29:59 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:29:59 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:29:59 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:29:59 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:29:59 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:29:59 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:29:59 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:29:59 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:29:59 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:29:59 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost anaconda: Display mode = g >Dec 19 01:29:59 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:29:59 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:29:59 localhost anaconda: using only installclass _Fedora >Dec 19 01:29:59 localhost anaconda: Detected 2016M of memory >Dec 19 01:29:59 localhost anaconda: Swap attempt of 4032M >Dec 19 01:29:59 localhost anaconda: Running Thread: AnaStorageThread (140203795076864) >Dec 19 01:29:59 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 19 01:29:59 localhost anaconda: Running Thread: AnaNetworkThread (140203786684160) >Dec 19 01:29:59 localhost program: Running... systemctl start chronyd.service >Dec 19 01:29:59 localhost anaconda: Running Thread: AnaPayloadThread (140203457701632) >Dec 19 01:29:59 localhost systemd[1]: Started NTP client/server. >Dec 19 01:29:59 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:29:59 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost anaconda: Thread Done: AnaNetworkThread (140203786684160) >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:29:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:00 localhost anaconda: no initiator set >Dec 19 01:30:00 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 19 01:30:00 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 19 01:30:00 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:30:00 localhost storage: sr0 looks to be the live device; marking as protected >Dec 19 01:30:00 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:30:00 localhost program: Running... multipath -d >Dec 19 01:30:00 localhost program: Running... multipath -ll >Dec 19 01:30:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:00 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:30:00 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:30:00 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:30:00 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:30:00 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:30:00 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:30:00 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:30:00 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:30:00 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:30:00 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:30:00 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:30:00 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:30:00 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:30:00 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:30:00 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 19 01:30:00 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 19 01:30:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:00 localhost storage: sda is a disk >Dec 19 01:30:00 localhost storage: added disk sda (id 0) to device tree >Dec 19 01:30:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:00 localhost storage: got device: DiskDevice instance (0x7f83b8085310) -- >Dec 19 01:30:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:00 localhost storage: got format: DiskLabel instance (0x7f83b80dbcd0) -- >Dec 19 01:30:00 localhost storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >Dec 19 01:30:00 localhost storage: sda1 is a partition >Dec 19 01:30:00 localhost storage: added partition sda1 (id 1) to device tree >Dec 19 01:30:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:00 localhost storage: disklabel detected but not usable on sda1 >Dec 19 01:30:00 localhost storage: type detected on 'sda1' is 'ext4' >Dec 19 01:30:00 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:30:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:00 localhost program: Filesystem volume name: <none> >Dec 19 01:30:00 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:30:00 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:30:00 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:30:00 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:30:00 localhost 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 >Dec 19 01:30:00 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:30:00 localhost program: Default mount options: user_xattr acl >Dec 19 01:30:00 localhost program: Filesystem state: clean >Dec 19 01:30:00 localhost program: Errors behavior: Continue >Dec 19 01:30:00 localhost program: Filesystem OS type: Linux >Dec 19 01:30:00 localhost program: Inode count: 128016 >Dec 19 01:30:00 localhost program: Block count: 512000 >Dec 19 01:30:00 localhost program: Reserved block count: 25600 >Dec 19 01:30:00 localhost program: Free blocks: 424191 >Dec 19 01:30:00 localhost program: Free inodes: 127651 >Dec 19 01:30:00 localhost program: First block: 1 >Dec 19 01:30:00 localhost program: Block size: 1024 >Dec 19 01:30:00 localhost program: Fragment size: 1024 >Dec 19 01:30:00 localhost program: Reserved GDT blocks: 256 >Dec 19 01:30:00 localhost program: Blocks per group: 8192 >Dec 19 01:30:00 localhost program: Fragments per group: 8192 >Dec 19 01:30:00 localhost program: Inodes per group: 2032 >Dec 19 01:30:00 localhost program: Inode blocks per group: 254 >Dec 19 01:30:00 localhost program: Flex block group size: 16 >Dec 19 01:30:00 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:30:00 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:30:00 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:30:00 localhost program: Mount count: 1 >Dec 19 01:30:00 localhost program: Maximum mount count: -1 >Dec 19 01:30:00 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:30:00 localhost program: Check interval: 0 (<none>) >Dec 19 01:30:00 localhost program: Lifetime writes: 84 MB >Dec 19 01:30:00 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:30:00 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:30:00 localhost program: First inode: 11 >Dec 19 01:30:00 localhost program: Inode size:#011 128 >Dec 19 01:30:00 localhost program: Journal inode: 8 >Dec 19 01:30:00 localhost program: Default directory hash: half_md4 >Dec 19 01:30:00 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:30:00 localhost program: Journal backup: inode blocks >Dec 19 01:30:00 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:30:00 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:30:00 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:30:00 localhost program: Filesystem volume name: <none> >Dec 19 01:30:00 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:30:00 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:30:00 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:30:00 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:30:00 localhost 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 >Dec 19 01:30:00 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:30:00 localhost program: Default mount options: user_xattr acl >Dec 19 01:30:00 localhost program: Filesystem state: clean >Dec 19 01:30:00 localhost program: Errors behavior: Continue >Dec 19 01:30:00 localhost program: Filesystem OS type: Linux >Dec 19 01:30:00 localhost program: Inode count: 128016 >Dec 19 01:30:00 localhost program: Block count: 512000 >Dec 19 01:30:00 localhost program: Reserved block count: 25600 >Dec 19 01:30:00 localhost program: Free blocks: 424191 >Dec 19 01:30:00 localhost program: Free inodes: 127651 >Dec 19 01:30:00 localhost program: First block: 1 >Dec 19 01:30:00 localhost program: Block size: 1024 >Dec 19 01:30:00 localhost program: Fragment size: 1024 >Dec 19 01:30:00 localhost program: Reserved GDT blocks: 256 >Dec 19 01:30:00 localhost program: Blocks per group: 8192 >Dec 19 01:30:00 localhost program: Fragments per group: 8192 >Dec 19 01:30:00 localhost program: Inodes per group: 2032 >Dec 19 01:30:00 localhost program: Inode blocks per group: 254 >Dec 19 01:30:00 localhost program: Flex block group size: 16 >Dec 19 01:30:00 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:30:00 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:30:00 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:30:00 localhost program: Mount count: 1 >Dec 19 01:30:00 localhost program: Maximum mount count: -1 >Dec 19 01:30:00 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:30:00 localhost program: Check interval: 0 (<none>) >Dec 19 01:30:00 localhost program: Lifetime writes: 84 MB >Dec 19 01:30:00 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:30:00 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:30:00 localhost program: First inode: 11 >Dec 19 01:30:00 localhost program: Inode size:#011 128 >Dec 19 01:30:00 localhost program: Journal inode: 8 >Dec 19 01:30:00 localhost program: Default directory hash: half_md4 >Dec 19 01:30:00 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:30:00 localhost program: Journal backup: inode blocks >Dec 19 01:30:00 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:30:00 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:30:00 localhost program: Running... resize2fs -P /dev/sda1 >Dec 19 01:30:01 localhost program: Estimated minimum size of the filesystem: 78174 >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:30:01 localhost storage: got device: PartitionDevice instance (0x7f83b80854d0) -- >Dec 19 01:30:01 localhost storage: got format: Ext4FS instance (0x7f83b8104f10) -- >Dec 19 01:30:01 localhost storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >Dec 19 01:30:01 localhost storage: sda2 is a partition >Dec 19 01:30:01 localhost storage: added partition sda2 (id 2) to device tree >Dec 19 01:30:01 localhost storage: disklabel detected but not usable on sda2 >Dec 19 01:30:01 localhost storage: got device: PartitionDevice instance (0x7f83b81044d0) -- >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >Dec 19 01:30:01 localhost storage: sr0 is a cdrom >Dec 19 01:30:01 localhost storage: added cdrom sr0 (id 3) to device tree >Dec 19 01:30:01 localhost storage: disklabel detected but not usable on sr0 >Dec 19 01:30:01 localhost storage: type detected on 'sr0' is 'iso9660' >Dec 19 01:30:01 localhost storage: got device: OpticalDevice instance (0x7f83b8132750) -- >Dec 19 01:30:01 localhost storage: got format: Iso9660FS instance (0x7f83b8132f50) -- >Dec 19 01:30:01 localhost storage: scanning loop0 (/devices/virtual/block/loop0)... >Dec 19 01:30:01 localhost storage: loop0 is a loop device >Dec 19 01:30:01 localhost storage: added file /osmin.img (deleted) (id 4) to device tree >Dec 19 01:30:01 localhost storage: added loop loop0 (id 5) to device tree >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost storage: disklabel detected but not usable on loop0 >Dec 19 01:30:01 localhost storage: type detected on 'loop0' is 'squashfs' >Dec 19 01:30:01 localhost storage: got device: LoopDevice instance (0x7f83b8132c50) -- >Dec 19 01:30:01 localhost storage: scanning loop1 (/devices/virtual/block/loop1)... >Dec 19 01:30:01 localhost storage: loop1 is a loop device >Dec 19 01:30:01 localhost storage: added file /osmin (id 6) to device tree >Dec 19 01:30:01 localhost storage: added loop loop1 (id 7) to device tree >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost storage: disklabel detected but not usable on loop1 >Dec 19 01:30:01 localhost storage: type detected on 'loop1' is 'DM_snapshot_cow' >Dec 19 01:30:01 localhost storage: got device: LoopDevice instance (0x2f202d0) -- >Dec 19 01:30:01 localhost storage: scanning loop2 (/devices/virtual/block/loop2)... >Dec 19 01:30:01 localhost storage: loop2 is a loop device >Dec 19 01:30:01 localhost storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >Dec 19 01:30:01 localhost storage: added loop loop2 (id 9) to device tree >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost storage: disklabel detected but not usable on loop2 >Dec 19 01:30:01 localhost storage: type detected on 'loop2' is 'squashfs' >Dec 19 01:30:01 localhost storage: got device: LoopDevice instance (0x2f254d0) -- >Dec 19 01:30:01 localhost storage: scanning loop3 (/devices/virtual/block/loop3)... >Dec 19 01:30:01 localhost storage: loop3 is a loop device >Dec 19 01:30:01 localhost storage: added file /LiveOS/ext3fs.img (id 10) to device tree >Dec 19 01:30:01 localhost storage: added loop loop3 (id 11) to device tree >Dec 19 01:30:01 localhost storage: type detected on 'loop3' is 'ext4' >Dec 19 01:30:01 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:30:01 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:30:01 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:30:01 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:30:01 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:30:01 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:30:01 localhost 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 >Dec 19 01:30:01 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:30:01 localhost program: Default mount options: user_xattr acl >Dec 19 01:30:01 localhost program: Filesystem state: clean >Dec 19 01:30:01 localhost program: Errors behavior: Continue >Dec 19 01:30:01 localhost program: Filesystem OS type: Linux >Dec 19 01:30:01 localhost program: Inode count: 262144 >Dec 19 01:30:01 localhost program: Block count: 1048576 >Dec 19 01:30:01 localhost program: Reserved block count: 10484 >Dec 19 01:30:01 localhost program: Free blocks: 188525 >Dec 19 01:30:01 localhost program: Free inodes: 153877 >Dec 19 01:30:01 localhost program: First block: 0 >Dec 19 01:30:01 localhost program: Block size: 4096 >Dec 19 01:30:01 localhost program: Fragment size: 4096 >Dec 19 01:30:01 localhost program: Reserved GDT blocks: 255 >Dec 19 01:30:01 localhost program: Blocks per group: 32768 >Dec 19 01:30:01 localhost program: Fragments per group: 32768 >Dec 19 01:30:01 localhost program: Inodes per group: 8192 >Dec 19 01:30:01 localhost program: Inode blocks per group: 512 >Dec 19 01:30:01 localhost program: Flex block group size: 16 >Dec 19 01:30:01 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:30:01 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:30:01 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:30:01 localhost program: Mount count: 0 >Dec 19 01:30:01 localhost program: Maximum mount count: -1 >Dec 19 01:30:01 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:30:01 localhost program: Check interval: 0 (<none>) >Dec 19 01:30:01 localhost program: Lifetime writes: 805 MB >Dec 19 01:30:01 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:30:01 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:30:01 localhost program: First inode: 11 >Dec 19 01:30:01 localhost program: Inode size:#011 256 >Dec 19 01:30:01 localhost program: Required extra isize: 28 >Dec 19 01:30:01 localhost program: Desired extra isize: 28 >Dec 19 01:30:01 localhost program: Journal inode: 8 >Dec 19 01:30:01 localhost program: Default directory hash: half_md4 >Dec 19 01:30:01 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:30:01 localhost program: Journal backup: inode blocks >Dec 19 01:30:01 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:30:01 localhost program: Journal size: 128M >Dec 19 01:30:01 localhost program: Journal length: 32768 >Dec 19 01:30:01 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:30:01 localhost program: Journal start: 0 >Dec 19 01:30:01 localhost program: >Dec 19 01:30:01 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:30:01 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:30:01 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:30:01 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:30:01 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:30:01 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:30:01 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:30:01 localhost 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 >Dec 19 01:30:01 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:30:01 localhost program: Default mount options: user_xattr acl >Dec 19 01:30:01 localhost program: Filesystem state: clean >Dec 19 01:30:01 localhost program: Errors behavior: Continue >Dec 19 01:30:01 localhost program: Filesystem OS type: Linux >Dec 19 01:30:01 localhost program: Inode count: 262144 >Dec 19 01:30:01 localhost program: Block count: 1048576 >Dec 19 01:30:01 localhost program: Reserved block count: 10484 >Dec 19 01:30:01 localhost program: Free blocks: 188525 >Dec 19 01:30:01 localhost program: Free inodes: 153877 >Dec 19 01:30:01 localhost program: First block: 0 >Dec 19 01:30:01 localhost program: Block size: 4096 >Dec 19 01:30:01 localhost program: Fragment size: 4096 >Dec 19 01:30:01 localhost program: Reserved GDT blocks: 255 >Dec 19 01:30:01 localhost program: Blocks per group: 32768 >Dec 19 01:30:01 localhost program: Fragments per group: 32768 >Dec 19 01:30:01 localhost program: Inodes per group: 8192 >Dec 19 01:30:01 localhost program: Inode blocks per group: 512 >Dec 19 01:30:01 localhost program: Flex block group size: 16 >Dec 19 01:30:01 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:30:01 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:30:01 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:30:01 localhost program: Mount count: 0 >Dec 19 01:30:01 localhost program: Maximum mount count: -1 >Dec 19 01:30:01 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:30:01 localhost program: Check interval: 0 (<none>) >Dec 19 01:30:01 localhost program: Lifetime writes: 805 MB >Dec 19 01:30:01 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:30:01 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:30:01 localhost program: First inode: 11 >Dec 19 01:30:01 localhost program: Inode size:#011 256 >Dec 19 01:30:01 localhost program: Required extra isize: 28 >Dec 19 01:30:01 localhost program: Desired extra isize: 28 >Dec 19 01:30:01 localhost program: Journal inode: 8 >Dec 19 01:30:01 localhost program: Default directory hash: half_md4 >Dec 19 01:30:01 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:30:01 localhost program: Journal backup: inode blocks >Dec 19 01:30:01 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:30:01 localhost program: Journal size: 128M >Dec 19 01:30:01 localhost program: Journal length: 32768 >Dec 19 01:30:01 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:30:01 localhost program: Journal start: 0 >Dec 19 01:30:01 localhost program: >Dec 19 01:30:01 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:30:01 localhost program: Running... resize2fs -P /dev/loop3 >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:30:01 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:30:01 localhost program: resize2fs: Device or resource busy while trying to open /dev/loop3 >Dec 19 01:30:01 localhost storage: got device: LoopDevice instance (0x2f25e50) -- >Dec 19 01:30:01 localhost storage: got format: Ext4FS instance (0x2f2b6d0) -- >Dec 19 01:30:01 localhost storage: scanning loop4 (/devices/virtual/block/loop4)... >Dec 19 01:30:01 localhost storage: loop4 is a loop device >Dec 19 01:30:01 localhost storage: added file /overlay (deleted) (id 12) to device tree >Dec 19 01:30:01 localhost storage: added loop loop4 (id 13) to device tree >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost storage: disklabel detected but not usable on loop4 >Dec 19 01:30:01 localhost storage: type detected on 'loop4' is 'DM_snapshot_cow' >Dec 19 01:30:01 localhost storage: got device: LoopDevice instance (0x2f2ef10) -- >Dec 19 01:30:01 localhost storage: ignoring loop5 (/devices/virtual/block/loop5) >Dec 19 01:30:01 localhost storage: ignoring loop6 (/devices/virtual/block/loop6) >Dec 19 01:30:01 localhost storage: ignoring loop7 (/devices/virtual/block/loop7) >Dec 19 01:30:01 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:30:01 localhost storage: devices to scan: ['dm-0', 'dm-1'] >Dec 19 01:30:01 localhost storage: scanning live-rw (/devices/virtual/block/dm-0)... >Dec 19 01:30:01 localhost storage: live-rw is a device-mapper device >Dec 19 01:30:01 localhost storage: added dm live-rw (id 14) to device tree >Dec 19 01:30:01 localhost storage: type detected on 'live-rw' is 'ext4' >Dec 19 01:30:01 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:30:01 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:30:01 localhost program: Last mounted on: /sysroot >Dec 19 01:30:01 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:30:01 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:30:01 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:30:01 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:30:01 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:30:01 localhost program: Default mount options: user_xattr acl >Dec 19 01:30:01 localhost program: Filesystem state: clean >Dec 19 01:30:01 localhost program: Errors behavior: Continue >Dec 19 01:30:01 localhost program: Filesystem OS type: Linux >Dec 19 01:30:01 localhost program: Inode count: 262144 >Dec 19 01:30:01 localhost program: Block count: 1048576 >Dec 19 01:30:01 localhost program: Reserved block count: 10484 >Dec 19 01:30:01 localhost program: Free blocks: 188525 >Dec 19 01:30:01 localhost program: Free inodes: 153877 >Dec 19 01:30:01 localhost program: First block: 0 >Dec 19 01:30:01 localhost program: Block size: 4096 >Dec 19 01:30:01 localhost program: Fragment size: 4096 >Dec 19 01:30:01 localhost program: Reserved GDT blocks: 255 >Dec 19 01:30:01 localhost program: Blocks per group: 32768 >Dec 19 01:30:01 localhost program: Fragments per group: 32768 >Dec 19 01:30:01 localhost program: Inodes per group: 8192 >Dec 19 01:30:01 localhost program: Inode blocks per group: 512 >Dec 19 01:30:01 localhost program: Flex block group size: 16 >Dec 19 01:30:01 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:30:01 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:30:01 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:30:01 localhost program: Mount count: 1 >Dec 19 01:30:01 localhost program: Maximum mount count: -1 >Dec 19 01:30:01 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:30:01 localhost program: Check interval: 0 (<none>) >Dec 19 01:30:01 localhost program: Lifetime writes: 805 MB >Dec 19 01:30:01 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:30:01 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:30:01 localhost program: First inode: 11 >Dec 19 01:30:01 localhost program: Inode size:#011 256 >Dec 19 01:30:01 localhost program: Required extra isize: 28 >Dec 19 01:30:01 localhost program: Desired extra isize: 28 >Dec 19 01:30:01 localhost program: Journal inode: 8 >Dec 19 01:30:01 localhost program: First orphan inode: 38553 >Dec 19 01:30:01 localhost program: Default directory hash: half_md4 >Dec 19 01:30:01 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:30:01 localhost program: Journal backup: inode blocks >Dec 19 01:30:01 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:30:01 localhost program: Journal size: 128M >Dec 19 01:30:01 localhost program: Journal length: 32768 >Dec 19 01:30:01 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:30:01 localhost program: Journal start: 1 >Dec 19 01:30:01 localhost program: >Dec 19 01:30:01 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:30:01 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:30:01 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:30:01 localhost program: Last mounted on: /sysroot >Dec 19 01:30:01 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:30:01 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:30:01 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:30:01 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:30:01 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:30:01 localhost program: Default mount options: user_xattr acl >Dec 19 01:30:01 localhost program: Filesystem state: clean >Dec 19 01:30:01 localhost program: Errors behavior: Continue >Dec 19 01:30:01 localhost program: Filesystem OS type: Linux >Dec 19 01:30:01 localhost program: Inode count: 262144 >Dec 19 01:30:01 localhost program: Block count: 1048576 >Dec 19 01:30:01 localhost program: Reserved block count: 10484 >Dec 19 01:30:01 localhost program: Free blocks: 188525 >Dec 19 01:30:01 localhost program: Free inodes: 153877 >Dec 19 01:30:01 localhost program: First block: 0 >Dec 19 01:30:01 localhost program: Block size: 4096 >Dec 19 01:30:01 localhost program: Fragment size: 4096 >Dec 19 01:30:01 localhost program: Reserved GDT blocks: 255 >Dec 19 01:30:01 localhost program: Blocks per group: 32768 >Dec 19 01:30:01 localhost program: Fragments per group: 32768 >Dec 19 01:30:01 localhost program: Inodes per group: 8192 >Dec 19 01:30:01 localhost program: Inode blocks per group: 512 >Dec 19 01:30:01 localhost program: Flex block group size: 16 >Dec 19 01:30:01 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:30:01 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:30:01 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:30:01 localhost program: Mount count: 1 >Dec 19 01:30:01 localhost program: Maximum mount count: -1 >Dec 19 01:30:01 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:30:01 localhost program: Check interval: 0 (<none>) >Dec 19 01:30:01 localhost program: Lifetime writes: 805 MB >Dec 19 01:30:01 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:30:01 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:30:01 localhost program: First inode: 11 >Dec 19 01:30:01 localhost program: Inode size:#011 256 >Dec 19 01:30:01 localhost program: Required extra isize: 28 >Dec 19 01:30:01 localhost program: Desired extra isize: 28 >Dec 19 01:30:01 localhost program: Journal inode: 8 >Dec 19 01:30:01 localhost program: First orphan inode: 38553 >Dec 19 01:30:01 localhost program: Default directory hash: half_md4 >Dec 19 01:30:01 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:30:01 localhost program: Journal backup: inode blocks >Dec 19 01:30:01 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:30:01 localhost program: Journal size: 128M >Dec 19 01:30:01 localhost program: Journal length: 32768 >Dec 19 01:30:01 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:30:01 localhost program: Journal start: 1 >Dec 19 01:30:01 localhost program: >Dec 19 01:30:01 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:30:01 localhost program: Running... resize2fs -P /dev/mapper/live-rw >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost program: Estimated minimum size of the filesystem: 861710 >Dec 19 01:30:01 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost storage: got device: DMDevice instance (0x2f33d50) -- >Dec 19 01:30:01 localhost storage: got format: Ext4FS instance (0x2f3f750) -- >Dec 19 01:30:01 localhost storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >Dec 19 01:30:01 localhost storage: live-osimg-min is a device-mapper device >Dec 19 01:30:01 localhost storage: added dm live-osimg-min (id 15) to device tree >Dec 19 01:30:01 localhost storage: type detected on 'live-osimg-min' is 'ext4' >Dec 19 01:30:01 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:30:01 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:30:01 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:30:01 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:30:01 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:30:01 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:30:01 localhost 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 >Dec 19 01:30:01 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:30:01 localhost program: Default mount options: user_xattr acl >Dec 19 01:30:01 localhost program: Filesystem state: clean >Dec 19 01:30:01 localhost program: Errors behavior: Continue >Dec 19 01:30:01 localhost program: Filesystem OS type: Linux >Dec 19 01:30:01 localhost program: Inode count: 221184 >Dec 19 01:30:01 localhost program: Block count: 861710 >Dec 19 01:30:01 localhost program: Reserved block count: 8615 >Dec 19 01:30:01 localhost program: Free blocks: 4486 >Dec 19 01:30:01 localhost program: Free inodes: 112917 >Dec 19 01:30:01 localhost program: First block: 0 >Dec 19 01:30:01 localhost program: Block size: 4096 >Dec 19 01:30:01 localhost program: Fragment size: 4096 >Dec 19 01:30:01 localhost program: Reserved GDT blocks: 255 >Dec 19 01:30:01 localhost program: Blocks per group: 32768 >Dec 19 01:30:01 localhost program: Fragments per group: 32768 >Dec 19 01:30:01 localhost program: Inodes per group: 8192 >Dec 19 01:30:01 localhost program: Inode blocks per group: 512 >Dec 19 01:30:01 localhost program: Flex block group size: 16 >Dec 19 01:30:01 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:30:01 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:30:01 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:30:01 localhost program: Mount count: 0 >Dec 19 01:30:01 localhost program: Maximum mount count: -1 >Dec 19 01:30:01 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:30:01 localhost program: Check interval: 0 (<none>) >Dec 19 01:30:01 localhost program: Lifetime writes: 807 MB >Dec 19 01:30:01 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:30:01 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:30:01 localhost program: First inode: 11 >Dec 19 01:30:01 localhost program: Inode size:#011 256 >Dec 19 01:30:01 localhost program: Required extra isize: 28 >Dec 19 01:30:01 localhost program: Desired extra isize: 28 >Dec 19 01:30:01 localhost program: Journal inode: 8 >Dec 19 01:30:01 localhost program: Default directory hash: half_md4 >Dec 19 01:30:01 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:30:01 localhost program: Journal backup: inode blocks >Dec 19 01:30:01 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:30:01 localhost program: Journal size: 128M >Dec 19 01:30:01 localhost program: Journal length: 32768 >Dec 19 01:30:01 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:30:01 localhost program: Journal start: 0 >Dec 19 01:30:01 localhost program: >Dec 19 01:30:01 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:30:01 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:30:01 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:30:01 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:30:01 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:30:01 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:30:01 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:30:01 localhost 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 >Dec 19 01:30:01 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:30:01 localhost program: Default mount options: user_xattr acl >Dec 19 01:30:01 localhost program: Filesystem state: clean >Dec 19 01:30:01 localhost program: Errors behavior: Continue >Dec 19 01:30:01 localhost program: Filesystem OS type: Linux >Dec 19 01:30:01 localhost program: Inode count: 221184 >Dec 19 01:30:01 localhost program: Block count: 861710 >Dec 19 01:30:01 localhost program: Reserved block count: 8615 >Dec 19 01:30:01 localhost program: Free blocks: 4486 >Dec 19 01:30:01 localhost program: Free inodes: 112917 >Dec 19 01:30:01 localhost program: First block: 0 >Dec 19 01:30:01 localhost program: Block size: 4096 >Dec 19 01:30:01 localhost program: Fragment size: 4096 >Dec 19 01:30:01 localhost program: Reserved GDT blocks: 255 >Dec 19 01:30:01 localhost program: Blocks per group: 32768 >Dec 19 01:30:01 localhost program: Fragments per group: 32768 >Dec 19 01:30:01 localhost program: Inodes per group: 8192 >Dec 19 01:30:01 localhost program: Inode blocks per group: 512 >Dec 19 01:30:01 localhost program: Flex block group size: 16 >Dec 19 01:30:01 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:30:01 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:30:01 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:30:01 localhost program: Mount count: 0 >Dec 19 01:30:01 localhost program: Maximum mount count: -1 >Dec 19 01:30:01 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:30:01 localhost program: Check interval: 0 (<none>) >Dec 19 01:30:01 localhost program: Lifetime writes: 807 MB >Dec 19 01:30:01 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:30:01 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:30:01 localhost program: First inode: 11 >Dec 19 01:30:01 localhost program: Inode size:#011 256 >Dec 19 01:30:01 localhost program: Required extra isize: 28 >Dec 19 01:30:01 localhost program: Desired extra isize: 28 >Dec 19 01:30:01 localhost program: Journal inode: 8 >Dec 19 01:30:01 localhost program: Default directory hash: half_md4 >Dec 19 01:30:01 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:30:01 localhost program: Journal backup: inode blocks >Dec 19 01:30:01 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:30:01 localhost program: Journal size: 128M >Dec 19 01:30:01 localhost program: Journal length: 32768 >Dec 19 01:30:01 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:30:01 localhost program: Journal start: 0 >Dec 19 01:30:01 localhost program: >Dec 19 01:30:01 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:30:01 localhost program: Running... resize2fs -P /dev/mapper/live-osimg-min >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:30:01 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:30:01 localhost program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost storage: got device: DMDevice instance (0x2f3f590) -- >Dec 19 01:30:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:01 localhost storage: got format: Ext4FS instance (0x2f49550) -- >Dec 19 01:30:01 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:30:01 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:30:01 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:30:01 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:30:02 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:30:02 localhost storage: not going to restore from backup of non-existent /etc/mdadm.conf >Dec 19 01:30:02 localhost storage: edd: MBR signature on sda is zero. new disk image? >Dec 19 01:30:02 localhost storage: edd: collected mbr signatures: {} >Dec 19 01:30:02 localhost storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >Dec 19 01:30:02 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 19 01:30:02 localhost kernel: [ 5973.148047] EXT4-fs (sda1): bad geometry: block count 512000 exceeds size of device (1024 blocks) >Dec 19 01:30:02 localhost program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, >Dec 19 01:30:02 localhost storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >Dec 19 01:30:02 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:30:02 localhost anaconda: Thread Done: AnaStorageThread (140203795076864) >Dec 19 01:30:02 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 19 01:30:02 localhost kernel: [ 5973.284093] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 19 01:30:02 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:30:02 localhost anaconda: Thread Done: AnaPayloadThread (140203457701632) >Dec 19 01:30:08 localhost anaconda: Not doing 'replace runtime X layouts' in live installation >Dec 19 01:30:09 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:30:09 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:30:09 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:30:09 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:30:09 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 19 01:30:09 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 01:30:09 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 19 01:30:09 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 19 01:30:09 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 19 01:30:11 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 01:30:11 localhost anaconda: Running Thread: AnaStorageWatcher (140203368904448) >Dec 19 01:30:11 localhost storage: DiskLabel.partedDevice returning None >Dec 19 01:30:11 localhost anaconda: Running Thread: AnaNTPserver0 (140203457701632) >Dec 19 01:30:11 localhost anaconda: Running Thread: AnaNTPserver1 (140203360511744) >Dec 19 01:30:11 localhost anaconda: Running Thread: AnaNTPserver2 (140202908190464) >Dec 19 01:30:11 localhost anaconda: Running Thread: AnaNTPserver3 (140202899797760) >Dec 19 01:30:11 localhost anaconda: Thread Done: AnaStorageWatcher (140203368904448) >Dec 19 01:30:11 localhost anaconda: Thread Done: AnaNTPserver0 (140203457701632) >Dec 19 01:30:11 localhost anaconda: Thread Done: AnaNTPserver1 (140203360511744) >Dec 19 01:30:12 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x54c2810> status to: Probing storage... >Dec 19 01:30:12 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x54c2810> >Dec 19 01:30:21 localhost anaconda: Thread Done: AnaNTPserver2 (140202908190464) >Dec 19 01:30:21 localhost anaconda: Thread Done: AnaNTPserver3 (140202899797760) >Dec 19 01:30:26 localhost anaconda: Running Thread: AnaExecuteStorageThread (140203795076864) >Dec 19 01:30:26 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:30:27 localhost anaconda: Thread Done: AnaExecuteStorageThread (140203795076864) >Dec 19 01:30:27 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x54c2810> >Dec 19 01:30:27 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x54c2810> status to: Saving storage configuration... >Dec 19 01:30:27 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x54c2810> >Dec 19 01:30:30 localhost anaconda: getting device type for None >Dec 19 01:30:30 localhost anaconda: unknown device type: 'None' >Dec 19 01:30:30 localhost anaconda: getting device type for Standard Partition >Dec 19 01:30:30 localhost anaconda: getting device type for Standard Partition >Dec 19 01:30:30 localhost anaconda: getting device type for Standard Partition >Dec 19 01:30:30 localhost anaconda: getting device type for Standard Partition >Dec 19 01:30:30 localhost anaconda: getting device type for Standard Partition >Dec 19 01:30:31 localhost anaconda: ui: saving changes to device sda1 >Dec 19 01:30:31 localhost anaconda: getting device type for Standard Partition >Dec 19 01:30:31 localhost anaconda: getting device type for Standard Partition >Dec 19 01:30:31 localhost anaconda: Running kickstart %%traceback script(s) >Dec 19 01:30:31 localhost anaconda: All kickstart %%traceback script(s) have been run >Dec 19 01:31:20 localhost dbus[1471]: avc: received setenforce notice (enforcing=1) >Dec 19 01:31:20 localhost dbus[1320]: avc: received setenforce notice (enforcing=1) >Dec 19 01:31:20 localhost dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 01:31:20 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 01:31:20 localhost dbus-daemon[518]: dbus[518]: [system] Reloaded configuration >Dec 19 01:31:20 localhost dbus[518]: [system] Reloaded configuration >Dec 19 01:31:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:32:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:32:37 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:32:37 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:36 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:42 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:55 localhost dbus[1471]: avc: received setenforce notice (enforcing=0) >Dec 19 01:33:55 localhost dbus[1320]: avc: received setenforce notice (enforcing=0) >Dec 19 01:33:55 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:33:55 localhost dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:56 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost anaconda: /sbin/anaconda 18.37.4 >Dec 19 01:33:57 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:33:57 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:33:57 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 19 01:33:57 localhost anaconda: Default encoding = ascii >Dec 19 01:33:57 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:33:57 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:57 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost anaconda: ISCSID is /sbin/iscsid >Dec 19 01:33:58 localhost anaconda: no initiator set >Dec 19 01:33:58 localhost program: Running... modprobe fcoe >Dec 19 01:33:58 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 19 01:33:58 localhost program: No FCoE boot disk information is found in EDD! >Dec 19 01:33:58 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 19 01:33:58 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 19 01:33:58 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:33:58 localhost program: Running... multipath -d >Dec 19 01:33:58 localhost program: Running... multipath -ll >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:33:58 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:33:58 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:33:58 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:33:58 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:33:58 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:33:58 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:33:58 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:33:58 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:33:58 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:33:58 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:33:58 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:33:58 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:33:58 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost anaconda: Display mode = g >Dec 19 01:33:58 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:33:58 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:33:58 localhost anaconda: using only installclass _Fedora >Dec 19 01:33:58 localhost anaconda: Detected 2016M of memory >Dec 19 01:33:58 localhost anaconda: Swap attempt of 4032M >Dec 19 01:33:58 localhost anaconda: Running Thread: AnaStorageThread (140722457929472) >Dec 19 01:33:58 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 19 01:33:58 localhost anaconda: Running Thread: AnaNetworkThread (140722449536768) >Dec 19 01:33:58 localhost program: Running... systemctl start chronyd.service >Dec 19 01:33:58 localhost anaconda: Running Thread: AnaPayloadThread (140722120746752) >Dec 19 01:33:58 localhost systemd[1]: Started NTP client/server. >Dec 19 01:33:58 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:33:58 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost anaconda: Thread Done: AnaNetworkThread (140722449536768) >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:58 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:59 localhost anaconda: no initiator set >Dec 19 01:33:59 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 19 01:33:59 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 19 01:33:59 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:33:59 localhost storage: sr0 looks to be the live device; marking as protected >Dec 19 01:33:59 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:33:59 localhost program: Running... multipath -d >Dec 19 01:33:59 localhost program: Running... multipath -ll >Dec 19 01:33:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:59 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:33:59 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:33:59 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:33:59 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:33:59 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:33:59 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:33:59 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:33:59 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:33:59 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:33:59 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:33:59 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:33:59 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:33:59 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:33:59 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:33:59 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 19 01:33:59 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 19 01:33:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:59 localhost storage: sda is a disk >Dec 19 01:33:59 localhost storage: added disk sda (id 0) to device tree >Dec 19 01:33:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:59 localhost storage: got device: DiskDevice instance (0x7ffc780c5790) -- >Dec 19 01:33:59 localhost storage: got format: DiskLabel instance (0x7ffc781226d0) -- >Dec 19 01:33:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:59 localhost storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >Dec 19 01:33:59 localhost storage: sda1 is a partition >Dec 19 01:33:59 localhost storage: added partition sda1 (id 1) to device tree >Dec 19 01:33:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:59 localhost storage: disklabel detected but not usable on sda1 >Dec 19 01:33:59 localhost storage: type detected on 'sda1' is 'ext4' >Dec 19 01:33:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:59 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:33:59 localhost program: Filesystem volume name: <none> >Dec 19 01:33:59 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:33:59 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:33:59 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:33:59 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:33:59 localhost 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 >Dec 19 01:33:59 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:33:59 localhost program: Default mount options: user_xattr acl >Dec 19 01:33:59 localhost program: Filesystem state: clean >Dec 19 01:33:59 localhost program: Errors behavior: Continue >Dec 19 01:33:59 localhost program: Filesystem OS type: Linux >Dec 19 01:33:59 localhost program: Inode count: 128016 >Dec 19 01:33:59 localhost program: Block count: 512000 >Dec 19 01:33:59 localhost program: Reserved block count: 25600 >Dec 19 01:33:59 localhost program: Free blocks: 424191 >Dec 19 01:33:59 localhost program: Free inodes: 127651 >Dec 19 01:33:59 localhost program: First block: 1 >Dec 19 01:33:59 localhost program: Block size: 1024 >Dec 19 01:33:59 localhost program: Fragment size: 1024 >Dec 19 01:33:59 localhost program: Reserved GDT blocks: 256 >Dec 19 01:33:59 localhost program: Blocks per group: 8192 >Dec 19 01:33:59 localhost program: Fragments per group: 8192 >Dec 19 01:33:59 localhost program: Inodes per group: 2032 >Dec 19 01:33:59 localhost program: Inode blocks per group: 254 >Dec 19 01:33:59 localhost program: Flex block group size: 16 >Dec 19 01:33:59 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:33:59 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:33:59 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:33:59 localhost program: Mount count: 1 >Dec 19 01:33:59 localhost program: Maximum mount count: -1 >Dec 19 01:33:59 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:33:59 localhost program: Check interval: 0 (<none>) >Dec 19 01:33:59 localhost program: Lifetime writes: 84 MB >Dec 19 01:33:59 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:33:59 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:33:59 localhost program: First inode: 11 >Dec 19 01:33:59 localhost program: Inode size:#011 128 >Dec 19 01:33:59 localhost program: Journal inode: 8 >Dec 19 01:33:59 localhost program: Default directory hash: half_md4 >Dec 19 01:33:59 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:33:59 localhost program: Journal backup: inode blocks >Dec 19 01:33:59 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:33:59 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:33:59 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:33:59 localhost program: Filesystem volume name: <none> >Dec 19 01:33:59 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:33:59 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:33:59 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:33:59 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:33:59 localhost 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 >Dec 19 01:33:59 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:33:59 localhost program: Default mount options: user_xattr acl >Dec 19 01:33:59 localhost program: Filesystem state: clean >Dec 19 01:33:59 localhost program: Errors behavior: Continue >Dec 19 01:33:59 localhost program: Filesystem OS type: Linux >Dec 19 01:33:59 localhost program: Inode count: 128016 >Dec 19 01:33:59 localhost program: Block count: 512000 >Dec 19 01:33:59 localhost program: Reserved block count: 25600 >Dec 19 01:33:59 localhost program: Free blocks: 424191 >Dec 19 01:33:59 localhost program: Free inodes: 127651 >Dec 19 01:33:59 localhost program: First block: 1 >Dec 19 01:33:59 localhost program: Block size: 1024 >Dec 19 01:33:59 localhost program: Fragment size: 1024 >Dec 19 01:33:59 localhost program: Reserved GDT blocks: 256 >Dec 19 01:33:59 localhost program: Blocks per group: 8192 >Dec 19 01:33:59 localhost program: Fragments per group: 8192 >Dec 19 01:33:59 localhost program: Inodes per group: 2032 >Dec 19 01:33:59 localhost program: Inode blocks per group: 254 >Dec 19 01:33:59 localhost program: Flex block group size: 16 >Dec 19 01:33:59 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:33:59 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:33:59 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:33:59 localhost program: Mount count: 1 >Dec 19 01:33:59 localhost program: Maximum mount count: -1 >Dec 19 01:33:59 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:33:59 localhost program: Check interval: 0 (<none>) >Dec 19 01:33:59 localhost program: Lifetime writes: 84 MB >Dec 19 01:33:59 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:33:59 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:33:59 localhost program: First inode: 11 >Dec 19 01:33:59 localhost program: Inode size:#011 128 >Dec 19 01:33:59 localhost program: Journal inode: 8 >Dec 19 01:33:59 localhost program: Default directory hash: half_md4 >Dec 19 01:33:59 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:33:59 localhost program: Journal backup: inode blocks >Dec 19 01:33:59 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:33:59 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:33:59 localhost program: Running... resize2fs -P /dev/sda1 >Dec 19 01:33:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:59 localhost program: Estimated minimum size of the filesystem: 78174 >Dec 19 01:33:59 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:33:59 localhost storage: got device: PartitionDevice instance (0x7ffc78147f90) -- >Dec 19 01:33:59 localhost storage: got format: Ext4FS instance (0x7ffc78153090) -- >Dec 19 01:33:59 localhost storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >Dec 19 01:33:59 localhost storage: sda2 is a partition >Dec 19 01:33:59 localhost storage: added partition sda2 (id 2) to device tree >Dec 19 01:33:59 localhost storage: disklabel detected but not usable on sda2 >Dec 19 01:33:59 localhost storage: got device: PartitionDevice instance (0x7ffc78148750) -- >Dec 19 01:33:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:59 localhost storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >Dec 19 01:33:59 localhost storage: sr0 is a cdrom >Dec 19 01:33:59 localhost storage: added cdrom sr0 (id 3) to device tree >Dec 19 01:33:59 localhost storage: disklabel detected but not usable on sr0 >Dec 19 01:33:59 localhost storage: type detected on 'sr0' is 'iso9660' >Dec 19 01:33:59 localhost storage: got device: OpticalDevice instance (0x7ffc7816bed0) -- >Dec 19 01:33:59 localhost storage: got format: Iso9660FS instance (0x7ffc78179310) -- >Dec 19 01:33:59 localhost storage: scanning loop0 (/devices/virtual/block/loop0)... >Dec 19 01:33:59 localhost storage: loop0 is a loop device >Dec 19 01:33:59 localhost storage: added file /osmin.img (deleted) (id 4) to device tree >Dec 19 01:33:59 localhost storage: added loop loop0 (id 5) to device tree >Dec 19 01:33:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:59 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:33:59 localhost storage: disklabel detected but not usable on loop0 >Dec 19 01:33:59 localhost storage: type detected on 'loop0' is 'squashfs' >Dec 19 01:34:00 localhost storage: got device: LoopDevice instance (0x7ffc78179e90) -- >Dec 19 01:34:00 localhost storage: scanning loop1 (/devices/virtual/block/loop1)... >Dec 19 01:34:00 localhost storage: loop1 is a loop device >Dec 19 01:34:00 localhost storage: added file /osmin (id 6) to device tree >Dec 19 01:34:00 localhost storage: added loop loop1 (id 7) to device tree >Dec 19 01:34:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:34:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:34:00 localhost storage: disklabel detected but not usable on loop1 >Dec 19 01:34:00 localhost storage: type detected on 'loop1' is 'DM_snapshot_cow' >Dec 19 01:34:00 localhost storage: got device: LoopDevice instance (0x3612b10) -- >Dec 19 01:34:00 localhost storage: scanning loop2 (/devices/virtual/block/loop2)... >Dec 19 01:34:00 localhost storage: loop2 is a loop device >Dec 19 01:34:00 localhost storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >Dec 19 01:34:00 localhost storage: added loop loop2 (id 9) to device tree >Dec 19 01:34:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:34:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:34:00 localhost storage: disklabel detected but not usable on loop2 >Dec 19 01:34:00 localhost storage: type detected on 'loop2' is 'squashfs' >Dec 19 01:34:00 localhost storage: got device: LoopDevice instance (0x361c9d0) -- >Dec 19 01:34:00 localhost storage: scanning loop3 (/devices/virtual/block/loop3)... >Dec 19 01:34:00 localhost storage: loop3 is a loop device >Dec 19 01:34:00 localhost storage: added file /LiveOS/ext3fs.img (id 10) to device tree >Dec 19 01:34:00 localhost storage: added loop loop3 (id 11) to device tree >Dec 19 01:34:00 localhost storage: type detected on 'loop3' is 'ext4' >Dec 19 01:34:00 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:34:00 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:34:00 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:34:00 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:34:00 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:34:00 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:34:00 localhost 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 >Dec 19 01:34:00 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:34:00 localhost program: Default mount options: user_xattr acl >Dec 19 01:34:00 localhost program: Filesystem state: clean >Dec 19 01:34:00 localhost program: Errors behavior: Continue >Dec 19 01:34:00 localhost program: Filesystem OS type: Linux >Dec 19 01:34:00 localhost program: Inode count: 262144 >Dec 19 01:34:00 localhost program: Block count: 1048576 >Dec 19 01:34:00 localhost program: Reserved block count: 10484 >Dec 19 01:34:00 localhost program: Free blocks: 188525 >Dec 19 01:34:00 localhost program: Free inodes: 153877 >Dec 19 01:34:00 localhost program: First block: 0 >Dec 19 01:34:00 localhost program: Block size: 4096 >Dec 19 01:34:00 localhost program: Fragment size: 4096 >Dec 19 01:34:00 localhost program: Reserved GDT blocks: 255 >Dec 19 01:34:00 localhost program: Blocks per group: 32768 >Dec 19 01:34:00 localhost program: Fragments per group: 32768 >Dec 19 01:34:00 localhost program: Inodes per group: 8192 >Dec 19 01:34:00 localhost program: Inode blocks per group: 512 >Dec 19 01:34:00 localhost program: Flex block group size: 16 >Dec 19 01:34:00 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:34:00 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:34:00 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:34:00 localhost program: Mount count: 0 >Dec 19 01:34:00 localhost program: Maximum mount count: -1 >Dec 19 01:34:00 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:34:00 localhost program: Check interval: 0 (<none>) >Dec 19 01:34:00 localhost program: Lifetime writes: 805 MB >Dec 19 01:34:00 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:34:00 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:34:00 localhost program: First inode: 11 >Dec 19 01:34:00 localhost program: Inode size:#011 256 >Dec 19 01:34:00 localhost program: Required extra isize: 28 >Dec 19 01:34:00 localhost program: Desired extra isize: 28 >Dec 19 01:34:00 localhost program: Journal inode: 8 >Dec 19 01:34:00 localhost program: Default directory hash: half_md4 >Dec 19 01:34:00 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:34:00 localhost program: Journal backup: inode blocks >Dec 19 01:34:00 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:34:00 localhost program: Journal size: 128M >Dec 19 01:34:00 localhost program: Journal length: 32768 >Dec 19 01:34:00 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:34:00 localhost program: Journal start: 0 >Dec 19 01:34:00 localhost program: >Dec 19 01:34:00 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:34:00 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:34:00 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:34:00 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:34:00 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:34:00 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:34:00 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:34:00 localhost 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 >Dec 19 01:34:00 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:34:00 localhost program: Default mount options: user_xattr acl >Dec 19 01:34:00 localhost program: Filesystem state: clean >Dec 19 01:34:00 localhost program: Errors behavior: Continue >Dec 19 01:34:00 localhost program: Filesystem OS type: Linux >Dec 19 01:34:00 localhost program: Inode count: 262144 >Dec 19 01:34:00 localhost program: Block count: 1048576 >Dec 19 01:34:00 localhost program: Reserved block count: 10484 >Dec 19 01:34:00 localhost program: Free blocks: 188525 >Dec 19 01:34:00 localhost program: Free inodes: 153877 >Dec 19 01:34:00 localhost program: First block: 0 >Dec 19 01:34:00 localhost program: Block size: 4096 >Dec 19 01:34:00 localhost program: Fragment size: 4096 >Dec 19 01:34:00 localhost program: Reserved GDT blocks: 255 >Dec 19 01:34:00 localhost program: Blocks per group: 32768 >Dec 19 01:34:00 localhost program: Fragments per group: 32768 >Dec 19 01:34:00 localhost program: Inodes per group: 8192 >Dec 19 01:34:00 localhost program: Inode blocks per group: 512 >Dec 19 01:34:00 localhost program: Flex block group size: 16 >Dec 19 01:34:00 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:34:00 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:34:00 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:34:00 localhost program: Mount count: 0 >Dec 19 01:34:00 localhost program: Maximum mount count: -1 >Dec 19 01:34:00 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:34:00 localhost program: Check interval: 0 (<none>) >Dec 19 01:34:00 localhost program: Lifetime writes: 805 MB >Dec 19 01:34:00 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:34:00 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:34:00 localhost program: First inode: 11 >Dec 19 01:34:00 localhost program: Inode size:#011 256 >Dec 19 01:34:00 localhost program: Required extra isize: 28 >Dec 19 01:34:00 localhost program: Desired extra isize: 28 >Dec 19 01:34:00 localhost program: Journal inode: 8 >Dec 19 01:34:00 localhost program: Default directory hash: half_md4 >Dec 19 01:34:00 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:34:00 localhost program: Journal backup: inode blocks >Dec 19 01:34:00 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:34:00 localhost program: Journal size: 128M >Dec 19 01:34:00 localhost program: Journal length: 32768 >Dec 19 01:34:00 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:34:00 localhost program: Journal start: 0 >Dec 19 01:34:00 localhost program: >Dec 19 01:34:00 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:34:00 localhost program: Running... resize2fs -P /dev/loop3 >Dec 19 01:34:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:34:00 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:34:00 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:34:00 localhost program: resize2fs: Device or resource busy while trying to open /dev/loop3 >Dec 19 01:34:00 localhost storage: got device: LoopDevice instance (0x3612fd0) -- >Dec 19 01:34:00 localhost storage: got format: Ext4FS instance (0x3620ad0) -- >Dec 19 01:34:00 localhost storage: scanning loop4 (/devices/virtual/block/loop4)... >Dec 19 01:34:00 localhost storage: loop4 is a loop device >Dec 19 01:34:00 localhost storage: added file /overlay (deleted) (id 12) to device tree >Dec 19 01:34:00 localhost storage: added loop loop4 (id 13) to device tree >Dec 19 01:34:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:34:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:34:00 localhost storage: disklabel detected but not usable on loop4 >Dec 19 01:34:00 localhost storage: type detected on 'loop4' is 'DM_snapshot_cow' >Dec 19 01:34:00 localhost storage: got device: LoopDevice instance (0x3625b10) -- >Dec 19 01:34:00 localhost storage: ignoring loop5 (/devices/virtual/block/loop5) >Dec 19 01:34:00 localhost storage: ignoring loop6 (/devices/virtual/block/loop6) >Dec 19 01:34:00 localhost storage: ignoring loop7 (/devices/virtual/block/loop7) >Dec 19 01:34:00 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:34:00 localhost storage: devices to scan: ['dm-0', 'dm-1'] >Dec 19 01:34:00 localhost storage: scanning live-rw (/devices/virtual/block/dm-0)... >Dec 19 01:34:00 localhost storage: live-rw is a device-mapper device >Dec 19 01:34:00 localhost storage: added dm live-rw (id 14) to device tree >Dec 19 01:34:00 localhost storage: type detected on 'live-rw' is 'ext4' >Dec 19 01:34:00 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:34:00 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:34:00 localhost program: Last mounted on: /sysroot >Dec 19 01:34:00 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:34:00 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:34:00 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:34:00 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:34:00 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:34:00 localhost program: Default mount options: user_xattr acl >Dec 19 01:34:00 localhost program: Filesystem state: clean >Dec 19 01:34:00 localhost program: Errors behavior: Continue >Dec 19 01:34:00 localhost program: Filesystem OS type: Linux >Dec 19 01:34:00 localhost program: Inode count: 262144 >Dec 19 01:34:00 localhost program: Block count: 1048576 >Dec 19 01:34:00 localhost program: Reserved block count: 10484 >Dec 19 01:34:00 localhost program: Free blocks: 188525 >Dec 19 01:34:00 localhost program: Free inodes: 153877 >Dec 19 01:34:00 localhost program: First block: 0 >Dec 19 01:34:00 localhost program: Block size: 4096 >Dec 19 01:34:00 localhost program: Fragment size: 4096 >Dec 19 01:34:00 localhost program: Reserved GDT blocks: 255 >Dec 19 01:34:00 localhost program: Blocks per group: 32768 >Dec 19 01:34:00 localhost program: Fragments per group: 32768 >Dec 19 01:34:00 localhost program: Inodes per group: 8192 >Dec 19 01:34:00 localhost program: Inode blocks per group: 512 >Dec 19 01:34:00 localhost program: Flex block group size: 16 >Dec 19 01:34:00 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:34:00 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:34:00 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:34:00 localhost program: Mount count: 1 >Dec 19 01:34:00 localhost program: Maximum mount count: -1 >Dec 19 01:34:00 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:34:00 localhost program: Check interval: 0 (<none>) >Dec 19 01:34:00 localhost program: Lifetime writes: 805 MB >Dec 19 01:34:00 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:34:00 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:34:00 localhost program: First inode: 11 >Dec 19 01:34:00 localhost program: Inode size:#011 256 >Dec 19 01:34:00 localhost program: Required extra isize: 28 >Dec 19 01:34:00 localhost program: Desired extra isize: 28 >Dec 19 01:34:00 localhost program: Journal inode: 8 >Dec 19 01:34:00 localhost program: First orphan inode: 38553 >Dec 19 01:34:00 localhost program: Default directory hash: half_md4 >Dec 19 01:34:00 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:34:00 localhost program: Journal backup: inode blocks >Dec 19 01:34:00 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:34:00 localhost program: Journal size: 128M >Dec 19 01:34:00 localhost program: Journal length: 32768 >Dec 19 01:34:00 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:34:00 localhost program: Journal start: 1 >Dec 19 01:34:00 localhost program: >Dec 19 01:34:00 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:34:00 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:34:00 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:34:00 localhost program: Last mounted on: /sysroot >Dec 19 01:34:00 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:34:00 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:34:00 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:34:00 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:34:00 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:34:00 localhost program: Default mount options: user_xattr acl >Dec 19 01:34:00 localhost program: Filesystem state: clean >Dec 19 01:34:00 localhost program: Errors behavior: Continue >Dec 19 01:34:00 localhost program: Filesystem OS type: Linux >Dec 19 01:34:00 localhost program: Inode count: 262144 >Dec 19 01:34:00 localhost program: Block count: 1048576 >Dec 19 01:34:00 localhost program: Reserved block count: 10484 >Dec 19 01:34:00 localhost program: Free blocks: 188525 >Dec 19 01:34:00 localhost program: Free inodes: 153877 >Dec 19 01:34:00 localhost program: First block: 0 >Dec 19 01:34:00 localhost program: Block size: 4096 >Dec 19 01:34:00 localhost program: Fragment size: 4096 >Dec 19 01:34:00 localhost program: Reserved GDT blocks: 255 >Dec 19 01:34:00 localhost program: Blocks per group: 32768 >Dec 19 01:34:00 localhost program: Fragments per group: 32768 >Dec 19 01:34:00 localhost program: Inodes per group: 8192 >Dec 19 01:34:00 localhost program: Inode blocks per group: 512 >Dec 19 01:34:00 localhost program: Flex block group size: 16 >Dec 19 01:34:00 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:34:00 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:34:00 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:34:00 localhost program: Mount count: 1 >Dec 19 01:34:00 localhost program: Maximum mount count: -1 >Dec 19 01:34:00 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:34:00 localhost program: Check interval: 0 (<none>) >Dec 19 01:34:00 localhost program: Lifetime writes: 805 MB >Dec 19 01:34:00 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:34:00 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:34:00 localhost program: First inode: 11 >Dec 19 01:34:00 localhost program: Inode size:#011 256 >Dec 19 01:34:00 localhost program: Required extra isize: 28 >Dec 19 01:34:00 localhost program: Desired extra isize: 28 >Dec 19 01:34:00 localhost program: Journal inode: 8 >Dec 19 01:34:00 localhost program: First orphan inode: 38553 >Dec 19 01:34:00 localhost program: Default directory hash: half_md4 >Dec 19 01:34:00 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:34:00 localhost program: Journal backup: inode blocks >Dec 19 01:34:00 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:34:00 localhost program: Journal size: 128M >Dec 19 01:34:00 localhost program: Journal length: 32768 >Dec 19 01:34:00 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:34:00 localhost program: Journal start: 1 >Dec 19 01:34:00 localhost program: >Dec 19 01:34:00 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:34:00 localhost program: Running... resize2fs -P /dev/mapper/live-rw >Dec 19 01:34:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:34:00 localhost program: Estimated minimum size of the filesystem: 861710 >Dec 19 01:34:00 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:34:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:34:00 localhost storage: got device: DMDevice instance (0x362c390) -- >Dec 19 01:34:00 localhost storage: got format: Ext4FS instance (0x363a150) -- >Dec 19 01:34:00 localhost storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >Dec 19 01:34:00 localhost storage: live-osimg-min is a device-mapper device >Dec 19 01:34:00 localhost storage: added dm live-osimg-min (id 15) to device tree >Dec 19 01:34:00 localhost storage: type detected on 'live-osimg-min' is 'ext4' >Dec 19 01:34:00 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:34:00 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:34:00 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:34:00 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:34:00 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:34:00 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:34:00 localhost 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 >Dec 19 01:34:00 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:34:00 localhost program: Default mount options: user_xattr acl >Dec 19 01:34:00 localhost program: Filesystem state: clean >Dec 19 01:34:00 localhost program: Errors behavior: Continue >Dec 19 01:34:00 localhost program: Filesystem OS type: Linux >Dec 19 01:34:00 localhost program: Inode count: 221184 >Dec 19 01:34:00 localhost program: Block count: 861710 >Dec 19 01:34:00 localhost program: Reserved block count: 8615 >Dec 19 01:34:00 localhost program: Free blocks: 4486 >Dec 19 01:34:00 localhost program: Free inodes: 112917 >Dec 19 01:34:00 localhost program: First block: 0 >Dec 19 01:34:00 localhost program: Block size: 4096 >Dec 19 01:34:00 localhost program: Fragment size: 4096 >Dec 19 01:34:00 localhost program: Reserved GDT blocks: 255 >Dec 19 01:34:00 localhost program: Blocks per group: 32768 >Dec 19 01:34:00 localhost program: Fragments per group: 32768 >Dec 19 01:34:00 localhost program: Inodes per group: 8192 >Dec 19 01:34:00 localhost program: Inode blocks per group: 512 >Dec 19 01:34:00 localhost program: Flex block group size: 16 >Dec 19 01:34:00 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:34:00 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:34:00 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:34:00 localhost program: Mount count: 0 >Dec 19 01:34:00 localhost program: Maximum mount count: -1 >Dec 19 01:34:00 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:34:00 localhost program: Check interval: 0 (<none>) >Dec 19 01:34:00 localhost program: Lifetime writes: 807 MB >Dec 19 01:34:00 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:34:00 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:34:00 localhost program: First inode: 11 >Dec 19 01:34:00 localhost program: Inode size:#011 256 >Dec 19 01:34:00 localhost program: Required extra isize: 28 >Dec 19 01:34:00 localhost program: Desired extra isize: 28 >Dec 19 01:34:00 localhost program: Journal inode: 8 >Dec 19 01:34:00 localhost program: Default directory hash: half_md4 >Dec 19 01:34:00 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:34:00 localhost program: Journal backup: inode blocks >Dec 19 01:34:00 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:34:00 localhost program: Journal size: 128M >Dec 19 01:34:00 localhost program: Journal length: 32768 >Dec 19 01:34:00 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:34:00 localhost program: Journal start: 0 >Dec 19 01:34:00 localhost program: >Dec 19 01:34:00 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:34:00 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:34:00 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:34:00 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:34:00 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:34:00 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:34:00 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:34:00 localhost 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 >Dec 19 01:34:00 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:34:00 localhost program: Default mount options: user_xattr acl >Dec 19 01:34:00 localhost program: Filesystem state: clean >Dec 19 01:34:00 localhost program: Errors behavior: Continue >Dec 19 01:34:00 localhost program: Filesystem OS type: Linux >Dec 19 01:34:00 localhost program: Inode count: 221184 >Dec 19 01:34:00 localhost program: Block count: 861710 >Dec 19 01:34:00 localhost program: Reserved block count: 8615 >Dec 19 01:34:00 localhost program: Free blocks: 4486 >Dec 19 01:34:00 localhost program: Free inodes: 112917 >Dec 19 01:34:00 localhost program: First block: 0 >Dec 19 01:34:00 localhost program: Block size: 4096 >Dec 19 01:34:00 localhost program: Fragment size: 4096 >Dec 19 01:34:00 localhost program: Reserved GDT blocks: 255 >Dec 19 01:34:00 localhost program: Blocks per group: 32768 >Dec 19 01:34:00 localhost program: Fragments per group: 32768 >Dec 19 01:34:00 localhost program: Inodes per group: 8192 >Dec 19 01:34:00 localhost program: Inode blocks per group: 512 >Dec 19 01:34:00 localhost program: Flex block group size: 16 >Dec 19 01:34:00 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:34:00 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:34:00 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:34:00 localhost program: Mount count: 0 >Dec 19 01:34:00 localhost program: Maximum mount count: -1 >Dec 19 01:34:00 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:34:00 localhost program: Check interval: 0 (<none>) >Dec 19 01:34:00 localhost program: Lifetime writes: 807 MB >Dec 19 01:34:00 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:34:00 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:34:00 localhost program: First inode: 11 >Dec 19 01:34:00 localhost program: Inode size:#011 256 >Dec 19 01:34:00 localhost program: Required extra isize: 28 >Dec 19 01:34:00 localhost program: Desired extra isize: 28 >Dec 19 01:34:00 localhost program: Journal inode: 8 >Dec 19 01:34:00 localhost program: Default directory hash: half_md4 >Dec 19 01:34:00 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:34:00 localhost program: Journal backup: inode blocks >Dec 19 01:34:00 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:34:00 localhost program: Journal size: 128M >Dec 19 01:34:00 localhost program: Journal length: 32768 >Dec 19 01:34:00 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:34:00 localhost program: Journal start: 0 >Dec 19 01:34:00 localhost program: >Dec 19 01:34:00 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:34:00 localhost program: Running... resize2fs -P /dev/mapper/live-osimg-min >Dec 19 01:34:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:34:00 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:34:00 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:34:00 localhost program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >Dec 19 01:34:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:34:00 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:34:00 localhost storage: got device: DMDevice instance (0x3625f90) -- >Dec 19 01:34:00 localhost storage: got format: Ext4FS instance (0x3645dd0) -- >Dec 19 01:34:00 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:34:00 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:34:00 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:34:00 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:34:00 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:34:00 localhost storage: not going to restore from backup of non-existent /etc/mdadm.conf >Dec 19 01:34:00 localhost storage: edd: collected mbr signatures: {'sda': '0x000a740d'} >Dec 19 01:34:00 localhost storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >Dec 19 01:34:00 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 19 01:34:00 localhost kernel: [ 6212.025740] EXT4-fs (sda1): bad geometry: block count 512000 exceeds size of device (1024 blocks) >Dec 19 01:34:00 localhost program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, >Dec 19 01:34:00 localhost storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >Dec 19 01:34:00 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:34:01 localhost anaconda: Thread Done: AnaStorageThread (140722457929472) >Dec 19 01:34:01 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 19 01:34:01 localhost kernel: [ 6212.164056] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 19 01:34:01 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:34:01 localhost anaconda: Thread Done: AnaPayloadThread (140722120746752) >Dec 19 01:34:07 localhost anaconda: Not doing 'replace runtime X layouts' in live installation >Dec 19 01:34:08 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:34:08 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:34:08 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:34:08 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:34:08 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 19 01:34:09 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 01:34:09 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 19 01:34:09 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 19 01:34:09 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 19 01:34:10 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 01:34:10 localhost anaconda: Running Thread: AnaStorageWatcher (140722103961344) >Dec 19 01:34:10 localhost storage: DiskLabel.partedDevice returning None >Dec 19 01:34:10 localhost anaconda: Running Thread: AnaNTPserver0 (140722120746752) >Dec 19 01:34:10 localhost anaconda: Running Thread: AnaNTPserver1 (140722094515968) >Dec 19 01:34:10 localhost anaconda: Running Thread: AnaNTPserver2 (140721717769984) >Dec 19 01:34:10 localhost anaconda: Running Thread: AnaNTPserver3 (140721709377280) >Dec 19 01:34:10 localhost anaconda: Thread Done: AnaStorageWatcher (140722103961344) >Dec 19 01:34:10 localhost anaconda: Thread Done: AnaNTPserver2 (140721717769984) >Dec 19 01:34:10 localhost anaconda: Thread Done: AnaNTPserver1 (140722094515968) >Dec 19 01:34:11 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5bb8790> status to: Probing storage... >Dec 19 01:34:11 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5bb8790> >Dec 19 01:34:20 localhost anaconda: Thread Done: AnaNTPserver0 (140722120746752) >Dec 19 01:34:20 localhost anaconda: Thread Done: AnaNTPserver3 (140721709377280) >Dec 19 01:34:27 localhost anaconda: Running Thread: AnaExecuteStorageThread (140722457929472) >Dec 19 01:34:27 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:34:27 localhost anaconda: Thread Done: AnaExecuteStorageThread (140722457929472) >Dec 19 01:34:28 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5bb8790> >Dec 19 01:34:28 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5bb8790> status to: Saving storage configuration... >Dec 19 01:34:28 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5bb8790> >Dec 19 01:34:30 localhost anaconda: getting device type for None >Dec 19 01:34:30 localhost anaconda: unknown device type: 'None' >Dec 19 01:34:30 localhost anaconda: getting device type for Standard Partition >Dec 19 01:34:30 localhost anaconda: getting device type for Standard Partition >Dec 19 01:34:30 localhost anaconda: getting device type for Standard Partition >Dec 19 01:34:30 localhost anaconda: getting device type for Standard Partition >Dec 19 01:34:30 localhost anaconda: getting device type for Standard Partition >Dec 19 01:34:44 localhost anaconda: ui: saving changes to device sda1 >Dec 19 01:34:44 localhost anaconda: getting device type for Standard Partition >Dec 19 01:34:44 localhost anaconda: getting device type for Standard Partition >Dec 19 01:34:44 localhost anaconda: Running kickstart %%traceback script(s) >Dec 19 01:34:44 localhost anaconda: All kickstart %%traceback script(s) have been run >Dec 19 01:34:58 localhost dbus[1471]: avc: received setenforce notice (enforcing=1) >Dec 19 01:34:58 localhost dbus[1320]: avc: received setenforce notice (enforcing=1) >Dec 19 01:34:58 localhost dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 01:34:58 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 01:34:58 localhost dbus-daemon[518]: dbus[518]: [system] Reloaded configuration >Dec 19 01:34:58 localhost dbus[518]: [system] Reloaded configuration >Dec 19 01:38:05 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:11 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:20 localhost dbus[1471]: avc: received setenforce notice (enforcing=0) >Dec 19 01:38:20 localhost dbus[1320]: avc: received setenforce notice (enforcing=0) >Dec 19 01:38:20 localhost dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:38:20 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:21 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost anaconda: /sbin/anaconda 18.37.4 >Dec 19 01:38:22 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:38:22 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:38:22 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 19 01:38:22 localhost anaconda: Default encoding = ascii >Dec 19 01:38:22 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:38:22 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost systemd-udevd[4450]: rename '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703.udev-tmp' '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703' failed: No such file or directory >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:22 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost anaconda: ISCSID is /sbin/iscsid >Dec 19 01:38:23 localhost anaconda: no initiator set >Dec 19 01:38:23 localhost program: Running... modprobe fcoe >Dec 19 01:38:23 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 19 01:38:23 localhost program: No FCoE boot disk information is found in EDD! >Dec 19 01:38:23 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 19 01:38:23 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 19 01:38:23 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:38:23 localhost program: Running... multipath -d >Dec 19 01:38:23 localhost program: Running... multipath -ll >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:38:23 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:38:23 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:38:23 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:38:23 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:38:23 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:38:23 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:38:23 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:38:23 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:38:23 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:38:23 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:38:23 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:38:23 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:38:23 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost anaconda: Display mode = g >Dec 19 01:38:23 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:38:23 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:38:23 localhost anaconda: using only installclass _Fedora >Dec 19 01:38:23 localhost anaconda: Detected 2016M of memory >Dec 19 01:38:23 localhost anaconda: Swap attempt of 4032M >Dec 19 01:38:23 localhost anaconda: Running Thread: AnaStorageThread (140369462044416) >Dec 19 01:38:23 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 19 01:38:23 localhost anaconda: Running Thread: AnaNetworkThread (140369453651712) >Dec 19 01:38:23 localhost program: Running... systemctl start chronyd.service >Dec 19 01:38:23 localhost anaconda: Running Thread: AnaPayloadThread (140369124329216) >Dec 19 01:38:23 localhost systemd[1]: Started NTP client/server. >Dec 19 01:38:23 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:38:23 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost anaconda: Thread Done: AnaNetworkThread (140369453651712) >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:23 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:24 localhost anaconda: no initiator set >Dec 19 01:38:24 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 19 01:38:24 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 19 01:38:24 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:38:24 localhost storage: sr0 looks to be the live device; marking as protected >Dec 19 01:38:24 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:38:24 localhost program: Running... multipath -d >Dec 19 01:38:24 localhost program: Running... multipath -ll >Dec 19 01:38:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:24 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:38:24 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:38:24 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:38:24 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:38:24 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:38:24 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:38:24 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:38:24 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:38:24 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:38:24 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:38:24 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:38:24 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:38:24 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:38:24 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:38:24 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 19 01:38:24 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 19 01:38:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:24 localhost storage: sda is a disk >Dec 19 01:38:24 localhost storage: added disk sda (id 0) to device tree >Dec 19 01:38:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:24 localhost storage: got device: DiskDevice instance (0x7faa480c6210) -- >Dec 19 01:38:24 localhost storage: got format: DiskLabel instance (0x7faa48119b50) -- >Dec 19 01:38:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:24 localhost storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >Dec 19 01:38:24 localhost storage: sda1 is a partition >Dec 19 01:38:24 localhost storage: added partition sda1 (id 1) to device tree >Dec 19 01:38:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:24 localhost storage: disklabel detected but not usable on sda1 >Dec 19 01:38:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:24 localhost storage: type detected on 'sda1' is 'ext4' >Dec 19 01:38:24 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:38:24 localhost program: Filesystem volume name: <none> >Dec 19 01:38:24 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:38:24 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:38:24 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:38:24 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:38:24 localhost 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 >Dec 19 01:38:24 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:38:24 localhost program: Default mount options: user_xattr acl >Dec 19 01:38:24 localhost program: Filesystem state: clean >Dec 19 01:38:24 localhost program: Errors behavior: Continue >Dec 19 01:38:24 localhost program: Filesystem OS type: Linux >Dec 19 01:38:24 localhost program: Inode count: 128016 >Dec 19 01:38:24 localhost program: Block count: 512000 >Dec 19 01:38:24 localhost program: Reserved block count: 25600 >Dec 19 01:38:24 localhost program: Free blocks: 424191 >Dec 19 01:38:24 localhost program: Free inodes: 127651 >Dec 19 01:38:24 localhost program: First block: 1 >Dec 19 01:38:24 localhost program: Block size: 1024 >Dec 19 01:38:24 localhost program: Fragment size: 1024 >Dec 19 01:38:24 localhost program: Reserved GDT blocks: 256 >Dec 19 01:38:24 localhost program: Blocks per group: 8192 >Dec 19 01:38:24 localhost program: Fragments per group: 8192 >Dec 19 01:38:24 localhost program: Inodes per group: 2032 >Dec 19 01:38:24 localhost program: Inode blocks per group: 254 >Dec 19 01:38:24 localhost program: Flex block group size: 16 >Dec 19 01:38:24 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:38:24 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:38:24 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:38:24 localhost program: Mount count: 1 >Dec 19 01:38:24 localhost program: Maximum mount count: -1 >Dec 19 01:38:24 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:38:24 localhost program: Check interval: 0 (<none>) >Dec 19 01:38:24 localhost program: Lifetime writes: 84 MB >Dec 19 01:38:24 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:38:24 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:38:24 localhost program: First inode: 11 >Dec 19 01:38:24 localhost program: Inode size:#011 128 >Dec 19 01:38:24 localhost program: Journal inode: 8 >Dec 19 01:38:24 localhost program: Default directory hash: half_md4 >Dec 19 01:38:24 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:38:24 localhost program: Journal backup: inode blocks >Dec 19 01:38:24 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:38:24 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:38:24 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:38:24 localhost program: Filesystem volume name: <none> >Dec 19 01:38:24 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:38:24 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:38:24 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:38:24 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:38:24 localhost 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 >Dec 19 01:38:24 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:38:24 localhost program: Default mount options: user_xattr acl >Dec 19 01:38:24 localhost program: Filesystem state: clean >Dec 19 01:38:24 localhost program: Errors behavior: Continue >Dec 19 01:38:24 localhost program: Filesystem OS type: Linux >Dec 19 01:38:24 localhost program: Inode count: 128016 >Dec 19 01:38:24 localhost program: Block count: 512000 >Dec 19 01:38:24 localhost program: Reserved block count: 25600 >Dec 19 01:38:24 localhost program: Free blocks: 424191 >Dec 19 01:38:24 localhost program: Free inodes: 127651 >Dec 19 01:38:24 localhost program: First block: 1 >Dec 19 01:38:24 localhost program: Block size: 1024 >Dec 19 01:38:24 localhost program: Fragment size: 1024 >Dec 19 01:38:24 localhost program: Reserved GDT blocks: 256 >Dec 19 01:38:24 localhost program: Blocks per group: 8192 >Dec 19 01:38:24 localhost program: Fragments per group: 8192 >Dec 19 01:38:24 localhost program: Inodes per group: 2032 >Dec 19 01:38:24 localhost program: Inode blocks per group: 254 >Dec 19 01:38:24 localhost program: Flex block group size: 16 >Dec 19 01:38:24 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:38:24 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:38:24 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:38:24 localhost program: Mount count: 1 >Dec 19 01:38:24 localhost program: Maximum mount count: -1 >Dec 19 01:38:24 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:38:24 localhost program: Check interval: 0 (<none>) >Dec 19 01:38:24 localhost program: Lifetime writes: 84 MB >Dec 19 01:38:24 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:38:24 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:38:24 localhost program: First inode: 11 >Dec 19 01:38:24 localhost program: Inode size:#011 128 >Dec 19 01:38:24 localhost program: Journal inode: 8 >Dec 19 01:38:24 localhost program: Default directory hash: half_md4 >Dec 19 01:38:24 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:38:24 localhost program: Journal backup: inode blocks >Dec 19 01:38:24 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:38:24 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:38:24 localhost program: Running... resize2fs -P /dev/sda1 >Dec 19 01:38:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:24 localhost program: Estimated minimum size of the filesystem: 78174 >Dec 19 01:38:24 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:38:24 localhost storage: got device: PartitionDevice instance (0x7faa4813edd0) -- >Dec 19 01:38:24 localhost storage: got format: Ext4FS instance (0x7faa481498d0) -- >Dec 19 01:38:24 localhost storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >Dec 19 01:38:24 localhost storage: sda2 is a partition >Dec 19 01:38:24 localhost storage: added partition sda2 (id 2) to device tree >Dec 19 01:38:24 localhost storage: disklabel detected but not usable on sda2 >Dec 19 01:38:24 localhost storage: got device: PartitionDevice instance (0x7faa48165fd0) -- >Dec 19 01:38:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:24 localhost storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >Dec 19 01:38:24 localhost storage: sr0 is a cdrom >Dec 19 01:38:24 localhost storage: added cdrom sr0 (id 3) to device tree >Dec 19 01:38:24 localhost storage: disklabel detected but not usable on sr0 >Dec 19 01:38:24 localhost storage: type detected on 'sr0' is 'iso9660' >Dec 19 01:38:24 localhost storage: got device: OpticalDevice instance (0x7faa481721d0) -- >Dec 19 01:38:24 localhost storage: got format: Iso9660FS instance (0x7faa48172a50) -- >Dec 19 01:38:24 localhost storage: scanning loop0 (/devices/virtual/block/loop0)... >Dec 19 01:38:24 localhost storage: loop0 is a loop device >Dec 19 01:38:24 localhost storage: added file /osmin.img (deleted) (id 4) to device tree >Dec 19 01:38:24 localhost storage: added loop loop0 (id 5) to device tree >Dec 19 01:38:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:24 localhost storage: disklabel detected but not usable on loop0 >Dec 19 01:38:24 localhost storage: type detected on 'loop0' is 'squashfs' >Dec 19 01:38:24 localhost storage: got device: LoopDevice instance (0x7faa4816ba50) -- >Dec 19 01:38:24 localhost storage: scanning loop1 (/devices/virtual/block/loop1)... >Dec 19 01:38:24 localhost storage: loop1 is a loop device >Dec 19 01:38:24 localhost storage: added file /osmin (id 6) to device tree >Dec 19 01:38:24 localhost storage: added loop loop1 (id 7) to device tree >Dec 19 01:38:24 localhost storage: disklabel detected but not usable on loop1 >Dec 19 01:38:24 localhost storage: type detected on 'loop1' is 'DM_snapshot_cow' >Dec 19 01:38:24 localhost storage: got device: LoopDevice instance (0x3fb9e50) -- >Dec 19 01:38:24 localhost storage: scanning loop2 (/devices/virtual/block/loop2)... >Dec 19 01:38:24 localhost storage: loop2 is a loop device >Dec 19 01:38:24 localhost storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >Dec 19 01:38:25 localhost storage: added loop loop2 (id 9) to device tree >Dec 19 01:38:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:25 localhost storage: disklabel detected but not usable on loop2 >Dec 19 01:38:25 localhost storage: type detected on 'loop2' is 'squashfs' >Dec 19 01:38:25 localhost storage: got device: LoopDevice instance (0x3fbd410) -- >Dec 19 01:38:25 localhost storage: scanning loop3 (/devices/virtual/block/loop3)... >Dec 19 01:38:25 localhost storage: loop3 is a loop device >Dec 19 01:38:25 localhost storage: added file /LiveOS/ext3fs.img (id 10) to device tree >Dec 19 01:38:25 localhost storage: added loop loop3 (id 11) to device tree >Dec 19 01:38:25 localhost storage: type detected on 'loop3' is 'ext4' >Dec 19 01:38:25 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:38:25 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:38:25 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:38:25 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:38:25 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:38:25 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:38:25 localhost 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 >Dec 19 01:38:25 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:38:25 localhost program: Default mount options: user_xattr acl >Dec 19 01:38:25 localhost program: Filesystem state: clean >Dec 19 01:38:25 localhost program: Errors behavior: Continue >Dec 19 01:38:25 localhost program: Filesystem OS type: Linux >Dec 19 01:38:25 localhost program: Inode count: 262144 >Dec 19 01:38:25 localhost program: Block count: 1048576 >Dec 19 01:38:25 localhost program: Reserved block count: 10484 >Dec 19 01:38:25 localhost program: Free blocks: 188525 >Dec 19 01:38:25 localhost program: Free inodes: 153877 >Dec 19 01:38:25 localhost program: First block: 0 >Dec 19 01:38:25 localhost program: Block size: 4096 >Dec 19 01:38:25 localhost program: Fragment size: 4096 >Dec 19 01:38:25 localhost program: Reserved GDT blocks: 255 >Dec 19 01:38:25 localhost program: Blocks per group: 32768 >Dec 19 01:38:25 localhost program: Fragments per group: 32768 >Dec 19 01:38:25 localhost program: Inodes per group: 8192 >Dec 19 01:38:25 localhost program: Inode blocks per group: 512 >Dec 19 01:38:25 localhost program: Flex block group size: 16 >Dec 19 01:38:25 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:38:25 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:38:25 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:38:25 localhost program: Mount count: 0 >Dec 19 01:38:25 localhost program: Maximum mount count: -1 >Dec 19 01:38:25 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:38:25 localhost program: Check interval: 0 (<none>) >Dec 19 01:38:25 localhost program: Lifetime writes: 805 MB >Dec 19 01:38:25 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:38:25 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:38:25 localhost program: First inode: 11 >Dec 19 01:38:25 localhost program: Inode size:#011 256 >Dec 19 01:38:25 localhost program: Required extra isize: 28 >Dec 19 01:38:25 localhost program: Desired extra isize: 28 >Dec 19 01:38:25 localhost program: Journal inode: 8 >Dec 19 01:38:25 localhost program: Default directory hash: half_md4 >Dec 19 01:38:25 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:38:25 localhost program: Journal backup: inode blocks >Dec 19 01:38:25 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:38:25 localhost program: Journal size: 128M >Dec 19 01:38:25 localhost program: Journal length: 32768 >Dec 19 01:38:25 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:38:25 localhost program: Journal start: 0 >Dec 19 01:38:25 localhost program: >Dec 19 01:38:25 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:38:25 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:38:25 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:38:25 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:38:25 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:38:25 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:38:25 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:38:25 localhost 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 >Dec 19 01:38:25 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:38:25 localhost program: Default mount options: user_xattr acl >Dec 19 01:38:25 localhost program: Filesystem state: clean >Dec 19 01:38:25 localhost program: Errors behavior: Continue >Dec 19 01:38:25 localhost program: Filesystem OS type: Linux >Dec 19 01:38:25 localhost program: Inode count: 262144 >Dec 19 01:38:25 localhost program: Block count: 1048576 >Dec 19 01:38:25 localhost program: Reserved block count: 10484 >Dec 19 01:38:25 localhost program: Free blocks: 188525 >Dec 19 01:38:25 localhost program: Free inodes: 153877 >Dec 19 01:38:25 localhost program: First block: 0 >Dec 19 01:38:25 localhost program: Block size: 4096 >Dec 19 01:38:25 localhost program: Fragment size: 4096 >Dec 19 01:38:25 localhost program: Reserved GDT blocks: 255 >Dec 19 01:38:25 localhost program: Blocks per group: 32768 >Dec 19 01:38:25 localhost program: Fragments per group: 32768 >Dec 19 01:38:25 localhost program: Inodes per group: 8192 >Dec 19 01:38:25 localhost program: Inode blocks per group: 512 >Dec 19 01:38:25 localhost program: Flex block group size: 16 >Dec 19 01:38:25 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:38:25 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:38:25 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:38:25 localhost program: Mount count: 0 >Dec 19 01:38:25 localhost program: Maximum mount count: -1 >Dec 19 01:38:25 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:38:25 localhost program: Check interval: 0 (<none>) >Dec 19 01:38:25 localhost program: Lifetime writes: 805 MB >Dec 19 01:38:25 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:38:25 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:38:25 localhost program: First inode: 11 >Dec 19 01:38:25 localhost program: Inode size:#011 256 >Dec 19 01:38:25 localhost program: Required extra isize: 28 >Dec 19 01:38:25 localhost program: Desired extra isize: 28 >Dec 19 01:38:25 localhost program: Journal inode: 8 >Dec 19 01:38:25 localhost program: Default directory hash: half_md4 >Dec 19 01:38:25 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:38:25 localhost program: Journal backup: inode blocks >Dec 19 01:38:25 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:38:25 localhost program: Journal size: 128M >Dec 19 01:38:25 localhost program: Journal length: 32768 >Dec 19 01:38:25 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:38:25 localhost program: Journal start: 0 >Dec 19 01:38:25 localhost program: >Dec 19 01:38:25 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:38:25 localhost program: Running... resize2fs -P /dev/loop3 >Dec 19 01:38:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:25 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:38:25 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:38:25 localhost program: resize2fs: Device or resource busy while trying to open /dev/loop3 >Dec 19 01:38:25 localhost storage: got device: LoopDevice instance (0x3fc6ad0) -- >Dec 19 01:38:25 localhost storage: got format: Ext4FS instance (0x3fc6e90) -- >Dec 19 01:38:25 localhost storage: scanning loop4 (/devices/virtual/block/loop4)... >Dec 19 01:38:25 localhost storage: loop4 is a loop device >Dec 19 01:38:25 localhost storage: added file /overlay (deleted) (id 12) to device tree >Dec 19 01:38:25 localhost storage: added loop loop4 (id 13) to device tree >Dec 19 01:38:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:25 localhost storage: disklabel detected but not usable on loop4 >Dec 19 01:38:25 localhost storage: type detected on 'loop4' is 'DM_snapshot_cow' >Dec 19 01:38:25 localhost storage: got device: LoopDevice instance (0x3fbdf50) -- >Dec 19 01:38:25 localhost storage: ignoring loop5 (/devices/virtual/block/loop5) >Dec 19 01:38:25 localhost storage: ignoring loop6 (/devices/virtual/block/loop6) >Dec 19 01:38:25 localhost storage: ignoring loop7 (/devices/virtual/block/loop7) >Dec 19 01:38:25 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:38:25 localhost storage: devices to scan: ['dm-0', 'dm-1'] >Dec 19 01:38:25 localhost storage: scanning live-rw (/devices/virtual/block/dm-0)... >Dec 19 01:38:25 localhost storage: live-rw is a device-mapper device >Dec 19 01:38:25 localhost storage: added dm live-rw (id 14) to device tree >Dec 19 01:38:25 localhost storage: type detected on 'live-rw' is 'ext4' >Dec 19 01:38:25 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:38:25 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:38:25 localhost program: Last mounted on: /sysroot >Dec 19 01:38:25 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:38:25 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:38:25 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:38:25 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:38:25 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:38:25 localhost program: Default mount options: user_xattr acl >Dec 19 01:38:25 localhost program: Filesystem state: clean >Dec 19 01:38:25 localhost program: Errors behavior: Continue >Dec 19 01:38:25 localhost program: Filesystem OS type: Linux >Dec 19 01:38:25 localhost program: Inode count: 262144 >Dec 19 01:38:25 localhost program: Block count: 1048576 >Dec 19 01:38:25 localhost program: Reserved block count: 10484 >Dec 19 01:38:25 localhost program: Free blocks: 188525 >Dec 19 01:38:25 localhost program: Free inodes: 153877 >Dec 19 01:38:25 localhost program: First block: 0 >Dec 19 01:38:25 localhost program: Block size: 4096 >Dec 19 01:38:25 localhost program: Fragment size: 4096 >Dec 19 01:38:25 localhost program: Reserved GDT blocks: 255 >Dec 19 01:38:25 localhost program: Blocks per group: 32768 >Dec 19 01:38:25 localhost program: Fragments per group: 32768 >Dec 19 01:38:25 localhost program: Inodes per group: 8192 >Dec 19 01:38:25 localhost program: Inode blocks per group: 512 >Dec 19 01:38:25 localhost program: Flex block group size: 16 >Dec 19 01:38:25 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:38:25 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:38:25 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:38:25 localhost program: Mount count: 1 >Dec 19 01:38:25 localhost program: Maximum mount count: -1 >Dec 19 01:38:25 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:38:25 localhost program: Check interval: 0 (<none>) >Dec 19 01:38:25 localhost program: Lifetime writes: 805 MB >Dec 19 01:38:25 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:38:25 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:38:25 localhost program: First inode: 11 >Dec 19 01:38:25 localhost program: Inode size:#011 256 >Dec 19 01:38:25 localhost program: Required extra isize: 28 >Dec 19 01:38:25 localhost program: Desired extra isize: 28 >Dec 19 01:38:25 localhost program: Journal inode: 8 >Dec 19 01:38:25 localhost program: First orphan inode: 38553 >Dec 19 01:38:25 localhost program: Default directory hash: half_md4 >Dec 19 01:38:25 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:38:25 localhost program: Journal backup: inode blocks >Dec 19 01:38:25 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:38:25 localhost program: Journal size: 128M >Dec 19 01:38:25 localhost program: Journal length: 32768 >Dec 19 01:38:25 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:38:25 localhost program: Journal start: 1 >Dec 19 01:38:25 localhost program: >Dec 19 01:38:25 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:38:25 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:38:25 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:38:25 localhost program: Last mounted on: /sysroot >Dec 19 01:38:25 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:38:25 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:38:25 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:38:25 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:38:25 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:38:25 localhost program: Default mount options: user_xattr acl >Dec 19 01:38:25 localhost program: Filesystem state: clean >Dec 19 01:38:25 localhost program: Errors behavior: Continue >Dec 19 01:38:25 localhost program: Filesystem OS type: Linux >Dec 19 01:38:25 localhost program: Inode count: 262144 >Dec 19 01:38:25 localhost program: Block count: 1048576 >Dec 19 01:38:25 localhost program: Reserved block count: 10484 >Dec 19 01:38:25 localhost program: Free blocks: 188525 >Dec 19 01:38:25 localhost program: Free inodes: 153877 >Dec 19 01:38:25 localhost program: First block: 0 >Dec 19 01:38:25 localhost program: Block size: 4096 >Dec 19 01:38:25 localhost program: Fragment size: 4096 >Dec 19 01:38:25 localhost program: Reserved GDT blocks: 255 >Dec 19 01:38:25 localhost program: Blocks per group: 32768 >Dec 19 01:38:25 localhost program: Fragments per group: 32768 >Dec 19 01:38:25 localhost program: Inodes per group: 8192 >Dec 19 01:38:25 localhost program: Inode blocks per group: 512 >Dec 19 01:38:25 localhost program: Flex block group size: 16 >Dec 19 01:38:25 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:38:25 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:38:25 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:38:25 localhost program: Mount count: 1 >Dec 19 01:38:25 localhost program: Maximum mount count: -1 >Dec 19 01:38:25 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:38:25 localhost program: Check interval: 0 (<none>) >Dec 19 01:38:25 localhost program: Lifetime writes: 805 MB >Dec 19 01:38:25 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:38:25 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:38:25 localhost program: First inode: 11 >Dec 19 01:38:25 localhost program: Inode size:#011 256 >Dec 19 01:38:25 localhost program: Required extra isize: 28 >Dec 19 01:38:25 localhost program: Desired extra isize: 28 >Dec 19 01:38:25 localhost program: Journal inode: 8 >Dec 19 01:38:25 localhost program: First orphan inode: 38553 >Dec 19 01:38:25 localhost program: Default directory hash: half_md4 >Dec 19 01:38:25 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:38:25 localhost program: Journal backup: inode blocks >Dec 19 01:38:25 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:38:25 localhost program: Journal size: 128M >Dec 19 01:38:25 localhost program: Journal length: 32768 >Dec 19 01:38:25 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:38:25 localhost program: Journal start: 1 >Dec 19 01:38:25 localhost program: >Dec 19 01:38:25 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:38:25 localhost program: Running... resize2fs -P /dev/mapper/live-rw >Dec 19 01:38:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:25 localhost program: Estimated minimum size of the filesystem: 861710 >Dec 19 01:38:25 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:38:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:25 localhost storage: got device: DMDevice instance (0x3fcd710) -- >Dec 19 01:38:25 localhost storage: got format: Ext4FS instance (0x3fcd6d0) -- >Dec 19 01:38:25 localhost storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >Dec 19 01:38:25 localhost storage: live-osimg-min is a device-mapper device >Dec 19 01:38:25 localhost storage: added dm live-osimg-min (id 15) to device tree >Dec 19 01:38:25 localhost storage: type detected on 'live-osimg-min' is 'ext4' >Dec 19 01:38:25 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:38:25 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:38:25 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:38:25 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:38:25 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:38:25 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:38:25 localhost 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 >Dec 19 01:38:25 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:38:25 localhost program: Default mount options: user_xattr acl >Dec 19 01:38:25 localhost program: Filesystem state: clean >Dec 19 01:38:25 localhost program: Errors behavior: Continue >Dec 19 01:38:25 localhost program: Filesystem OS type: Linux >Dec 19 01:38:25 localhost program: Inode count: 221184 >Dec 19 01:38:25 localhost program: Block count: 861710 >Dec 19 01:38:25 localhost program: Reserved block count: 8615 >Dec 19 01:38:25 localhost program: Free blocks: 4486 >Dec 19 01:38:25 localhost program: Free inodes: 112917 >Dec 19 01:38:25 localhost program: First block: 0 >Dec 19 01:38:25 localhost program: Block size: 4096 >Dec 19 01:38:25 localhost program: Fragment size: 4096 >Dec 19 01:38:25 localhost program: Reserved GDT blocks: 255 >Dec 19 01:38:25 localhost program: Blocks per group: 32768 >Dec 19 01:38:25 localhost program: Fragments per group: 32768 >Dec 19 01:38:25 localhost program: Inodes per group: 8192 >Dec 19 01:38:25 localhost program: Inode blocks per group: 512 >Dec 19 01:38:25 localhost program: Flex block group size: 16 >Dec 19 01:38:25 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:38:25 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:38:25 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:38:25 localhost program: Mount count: 0 >Dec 19 01:38:25 localhost program: Maximum mount count: -1 >Dec 19 01:38:25 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:38:25 localhost program: Check interval: 0 (<none>) >Dec 19 01:38:25 localhost program: Lifetime writes: 807 MB >Dec 19 01:38:25 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:38:25 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:38:25 localhost program: First inode: 11 >Dec 19 01:38:25 localhost program: Inode size:#011 256 >Dec 19 01:38:25 localhost program: Required extra isize: 28 >Dec 19 01:38:25 localhost program: Desired extra isize: 28 >Dec 19 01:38:25 localhost program: Journal inode: 8 >Dec 19 01:38:25 localhost program: Default directory hash: half_md4 >Dec 19 01:38:25 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:38:25 localhost program: Journal backup: inode blocks >Dec 19 01:38:25 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:38:25 localhost program: Journal size: 128M >Dec 19 01:38:25 localhost program: Journal length: 32768 >Dec 19 01:38:25 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:38:25 localhost program: Journal start: 0 >Dec 19 01:38:25 localhost program: >Dec 19 01:38:25 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:38:25 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:38:25 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:38:25 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:38:25 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:38:25 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:38:25 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:38:25 localhost 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 >Dec 19 01:38:25 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:38:25 localhost program: Default mount options: user_xattr acl >Dec 19 01:38:25 localhost program: Filesystem state: clean >Dec 19 01:38:25 localhost program: Errors behavior: Continue >Dec 19 01:38:25 localhost program: Filesystem OS type: Linux >Dec 19 01:38:25 localhost program: Inode count: 221184 >Dec 19 01:38:25 localhost program: Block count: 861710 >Dec 19 01:38:25 localhost program: Reserved block count: 8615 >Dec 19 01:38:25 localhost program: Free blocks: 4486 >Dec 19 01:38:25 localhost program: Free inodes: 112917 >Dec 19 01:38:25 localhost program: First block: 0 >Dec 19 01:38:25 localhost program: Block size: 4096 >Dec 19 01:38:25 localhost program: Fragment size: 4096 >Dec 19 01:38:25 localhost program: Reserved GDT blocks: 255 >Dec 19 01:38:25 localhost program: Blocks per group: 32768 >Dec 19 01:38:25 localhost program: Fragments per group: 32768 >Dec 19 01:38:25 localhost program: Inodes per group: 8192 >Dec 19 01:38:25 localhost program: Inode blocks per group: 512 >Dec 19 01:38:25 localhost program: Flex block group size: 16 >Dec 19 01:38:25 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:38:25 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:38:25 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:38:25 localhost program: Mount count: 0 >Dec 19 01:38:25 localhost program: Maximum mount count: -1 >Dec 19 01:38:25 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:38:25 localhost program: Check interval: 0 (<none>) >Dec 19 01:38:25 localhost program: Lifetime writes: 807 MB >Dec 19 01:38:25 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:38:25 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:38:25 localhost program: First inode: 11 >Dec 19 01:38:25 localhost program: Inode size:#011 256 >Dec 19 01:38:25 localhost program: Required extra isize: 28 >Dec 19 01:38:25 localhost program: Desired extra isize: 28 >Dec 19 01:38:25 localhost program: Journal inode: 8 >Dec 19 01:38:25 localhost program: Default directory hash: half_md4 >Dec 19 01:38:25 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:38:25 localhost program: Journal backup: inode blocks >Dec 19 01:38:25 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:38:25 localhost program: Journal size: 128M >Dec 19 01:38:25 localhost program: Journal length: 32768 >Dec 19 01:38:25 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:38:25 localhost program: Journal start: 0 >Dec 19 01:38:25 localhost program: >Dec 19 01:38:25 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:38:25 localhost program: Running... resize2fs -P /dev/mapper/live-osimg-min >Dec 19 01:38:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:25 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:38:25 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:38:25 localhost program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >Dec 19 01:38:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:25 localhost storage: got device: DMDevice instance (0x3fd59d0) -- >Dec 19 01:38:25 localhost storage: got format: Ext4FS instance (0x3fe6d90) -- >Dec 19 01:38:25 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:38:25 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:38:25 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:38:25 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:38:25 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:38:25 localhost storage: not going to restore from backup of non-existent /etc/mdadm.conf >Dec 19 01:38:25 localhost storage: edd: collected mbr signatures: {'sda': '0x000a740d'} >Dec 19 01:38:25 localhost storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >Dec 19 01:38:25 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 19 01:38:25 localhost kernel: [ 6476.860038] EXT4-fs (sda1): bad geometry: block count 512000 exceeds size of device (1024 blocks) >Dec 19 01:38:25 localhost program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, >Dec 19 01:38:25 localhost storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >Dec 19 01:38:25 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:38:25 localhost anaconda: Thread Done: AnaStorageThread (140369462044416) >Dec 19 01:38:25 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 19 01:38:25 localhost kernel: [ 6476.998616] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 19 01:38:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:38:25 localhost anaconda: Thread Done: AnaPayloadThread (140369124329216) >Dec 19 01:38:33 localhost anaconda: Not doing 'replace runtime X layouts' in live installation >Dec 19 01:38:34 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:38:34 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:38:34 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:38:34 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:38:34 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 19 01:38:35 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 01:38:35 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 19 01:38:35 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 19 01:38:35 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 19 01:38:36 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 01:38:36 localhost anaconda: Running Thread: AnaStorageWatcher (140369107543808) >Dec 19 01:38:36 localhost storage: DiskLabel.partedDevice returning None >Dec 19 01:38:36 localhost anaconda: Running Thread: AnaNTPserver0 (140369124329216) >Dec 19 01:38:36 localhost anaconda: Running Thread: AnaNTPserver1 (140369098098432) >Dec 19 01:38:36 localhost anaconda: Running Thread: AnaNTPserver2 (140368601802496) >Dec 19 01:38:36 localhost anaconda: Running Thread: AnaNTPserver3 (140368593409792) >Dec 19 01:38:36 localhost anaconda: Thread Done: AnaStorageWatcher (140369107543808) >Dec 19 01:38:37 localhost anaconda: Thread Done: AnaNTPserver2 (140368601802496) >Dec 19 01:38:37 localhost anaconda: Thread Done: AnaNTPserver1 (140369098098432) >Dec 19 01:38:37 localhost anaconda: Thread Done: AnaNTPserver3 (140368593409792) >Dec 19 01:38:37 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> status to: Probing storage... >Dec 19 01:38:37 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> >Dec 19 01:38:46 localhost anaconda: Thread Done: AnaNTPserver0 (140369124329216) >Dec 19 01:38:57 localhost anaconda: Running Thread: AnaExecuteStorageThread (140369462044416) >Dec 19 01:38:57 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:38:58 localhost anaconda: Detected 2016M of memory >Dec 19 01:38:58 localhost anaconda: Swap attempt of 4032M >Dec 19 01:38:58 localhost storage: added partition req0 (id 16) to device tree >Dec 19 01:38:58 localhost storage: registered action: [0] Create Device partition req0 (id 16) >Dec 19 01:38:58 localhost storage: registered action: [1] Create Format lvmpv on partition req0 (id 16) >Dec 19 01:38:58 localhost storage: added partition req1 (id 17) to device tree >Dec 19 01:38:58 localhost storage: registered action: [2] Create Device partition req1 (id 17) >Dec 19 01:38:58 localhost storage: registered action: [3] Create Format ext4 filesystem mounted at /boot on partition req1 (id 17) >Dec 19 01:38:58 localhost storage: skipping unneeded stage1 biosboot request >Dec 19 01:38:58 localhost storage: added partition sda4 (id 18) to device tree >Dec 19 01:38:58 localhost storage: added lvmvg fedora (id 19) to device tree >Dec 19 01:38:58 localhost storage: registered action: [4] Create Device lvmvg fedora (id 19) >Dec 19 01:38:58 localhost storage: added lvmlv fedora-root (id 20) to device tree >Dec 19 01:38:58 localhost storage: registered action: [5] Create Device lvmlv fedora-root (id 20) >Dec 19 01:38:58 localhost storage: registered action: [6] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 20) >Dec 19 01:38:58 localhost storage: added lvmlv fedora-swap (id 21) to device tree >Dec 19 01:38:58 localhost storage: registered action: [7] Create Device lvmlv fedora-swap (id 21) >Dec 19 01:38:58 localhost storage: registered action: [8] Create Format swap on lvmlv fedora-swap (id 21) >Dec 19 01:38:58 localhost anaconda: Thread Done: AnaExecuteStorageThread (140369462044416) >Dec 19 01:38:58 localhost anaconda: Running Thread: AnaCheckStorageThread (140368593409792) >Dec 19 01:38:58 localhost anaconda: Thread Done: AnaCheckStorageThread (140368593409792) >Dec 19 01:38:59 localhost anaconda: fs space: 7.24 GB needed: 3.11 GB >Dec 19 01:38:59 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> >Dec 19 01:38:59 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> status to: Saving storage configuration... >Dec 19 01:39:00 localhost anaconda: fs space: 7.24 GB needed: 3.11 GB >Dec 19 01:39:00 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> >Dec 19 01:39:01 localhost anaconda: fs space: 7.24 GB needed: 3.11 GB >Dec 19 01:39:01 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> >Dec 19 01:39:01 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> status to: Checking storage configuration... >Dec 19 01:39:02 localhost anaconda: fs space: 7.24 GB needed: 3.11 GB >Dec 19 01:39:02 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x656c790> >Dec 19 01:39:04 localhost dbus[1471]: avc: received setenforce notice (enforcing=1) >Dec 19 01:39:04 localhost dbus[1320]: avc: received setenforce notice (enforcing=1) >Dec 19 01:39:04 localhost dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 01:39:04 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 01:39:04 localhost dbus-daemon[518]: dbus[518]: [system] Reloaded configuration >Dec 19 01:39:04 localhost dbus[518]: [system] Reloaded configuration >Dec 19 01:39:07 localhost dbus[1471]: avc: received setenforce notice (enforcing=0) >Dec 19 01:39:07 localhost dbus[1320]: avc: received setenforce notice (enforcing=0) >Dec 19 01:39:07 localhost dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:39:07 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:08 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost anaconda: /sbin/anaconda 18.37.4 >Dec 19 01:39:09 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:39:09 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:39:09 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 19 01:39:09 localhost anaconda: Default encoding = ascii >Dec 19 01:39:09 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:39:09 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:09 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:10 localhost anaconda: ISCSID is /sbin/iscsid >Dec 19 01:39:10 localhost anaconda: no initiator set >Dec 19 01:39:10 localhost program: Running... modprobe fcoe >Dec 19 01:39:10 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 19 01:39:10 localhost program: No FCoE boot disk information is found in EDD! >Dec 19 01:39:10 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 19 01:39:10 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 19 01:39:10 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:39:10 localhost program: Running... multipath -d >Dec 19 01:39:10 localhost program: Running... multipath -ll >Dec 19 01:39:10 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:39:10 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:39:10 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:39:10 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:39:10 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:39:10 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:39:10 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:39:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:10 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:39:10 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:39:10 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:39:10 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:39:10 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:39:10 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:39:10 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:39:10 localhost anaconda: Display mode = g >Dec 19 01:39:10 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:39:10 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:39:10 localhost anaconda: using only installclass _Fedora >Dec 19 01:39:10 localhost anaconda: Detected 2016M of memory >Dec 19 01:39:10 localhost anaconda: Swap attempt of 4032M >Dec 19 01:39:10 localhost anaconda: Running Thread: AnaStorageThread (139797334406912) >Dec 19 01:39:10 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 19 01:39:10 localhost anaconda: Running Thread: AnaNetworkThread (139797326014208) >Dec 19 01:39:10 localhost program: Running... systemctl start chronyd.service >Dec 19 01:39:10 localhost anaconda: Running Thread: AnaPayloadThread (139796994778880) >Dec 19 01:39:10 localhost systemd[1]: Started NTP client/server. >Dec 19 01:39:10 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:39:10 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:39:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:10 localhost anaconda: Thread Done: AnaNetworkThread (139797326014208) >Dec 19 01:39:10 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:11 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:11 localhost anaconda: no initiator set >Dec 19 01:39:11 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 19 01:39:11 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 19 01:39:11 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:39:11 localhost storage: sr0 looks to be the live device; marking as protected >Dec 19 01:39:11 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:39:11 localhost program: Running... multipath -d >Dec 19 01:39:11 localhost program: Running... multipath -ll >Dec 19 01:39:11 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:11 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:39:11 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:39:11 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:39:11 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:39:11 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:39:11 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:39:11 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:39:11 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:39:11 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:39:11 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:39:11 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:39:11 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:39:11 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:39:11 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:39:11 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 19 01:39:11 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 19 01:39:11 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:11 localhost storage: sda is a disk >Dec 19 01:39:11 localhost storage: added disk sda (id 0) to device tree >Dec 19 01:39:11 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:11 localhost storage: got device: DiskDevice instance (0x7f25140c2e10) -- >Dec 19 01:39:11 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:11 localhost storage: got format: DiskLabel instance (0x7f251411a6d0) -- >Dec 19 01:39:11 localhost storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >Dec 19 01:39:11 localhost storage: sda1 is a partition >Dec 19 01:39:11 localhost storage: added partition sda1 (id 1) to device tree >Dec 19 01:39:11 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:11 localhost storage: disklabel detected but not usable on sda1 >Dec 19 01:39:11 localhost storage: type detected on 'sda1' is 'ext4' >Dec 19 01:39:11 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:39:11 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:11 localhost program: Filesystem volume name: <none> >Dec 19 01:39:11 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:39:11 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:39:11 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:39:11 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:39:11 localhost 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 >Dec 19 01:39:11 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:39:11 localhost program: Default mount options: user_xattr acl >Dec 19 01:39:11 localhost program: Filesystem state: clean >Dec 19 01:39:11 localhost program: Errors behavior: Continue >Dec 19 01:39:11 localhost program: Filesystem OS type: Linux >Dec 19 01:39:11 localhost program: Inode count: 128016 >Dec 19 01:39:11 localhost program: Block count: 512000 >Dec 19 01:39:11 localhost program: Reserved block count: 25600 >Dec 19 01:39:11 localhost program: Free blocks: 424191 >Dec 19 01:39:11 localhost program: Free inodes: 127651 >Dec 19 01:39:11 localhost program: First block: 1 >Dec 19 01:39:11 localhost program: Block size: 1024 >Dec 19 01:39:11 localhost program: Fragment size: 1024 >Dec 19 01:39:11 localhost program: Reserved GDT blocks: 256 >Dec 19 01:39:11 localhost program: Blocks per group: 8192 >Dec 19 01:39:11 localhost program: Fragments per group: 8192 >Dec 19 01:39:11 localhost program: Inodes per group: 2032 >Dec 19 01:39:11 localhost program: Inode blocks per group: 254 >Dec 19 01:39:11 localhost program: Flex block group size: 16 >Dec 19 01:39:11 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:39:11 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:39:11 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:39:11 localhost program: Mount count: 1 >Dec 19 01:39:11 localhost program: Maximum mount count: -1 >Dec 19 01:39:11 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:39:11 localhost program: Check interval: 0 (<none>) >Dec 19 01:39:11 localhost program: Lifetime writes: 84 MB >Dec 19 01:39:11 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:39:11 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:39:11 localhost program: First inode: 11 >Dec 19 01:39:11 localhost program: Inode size:#011 128 >Dec 19 01:39:11 localhost program: Journal inode: 8 >Dec 19 01:39:11 localhost program: Default directory hash: half_md4 >Dec 19 01:39:11 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:39:11 localhost program: Journal backup: inode blocks >Dec 19 01:39:11 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:39:11 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:39:11 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:39:11 localhost program: Filesystem volume name: <none> >Dec 19 01:39:11 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:39:11 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:39:11 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:39:11 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:39:11 localhost 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 >Dec 19 01:39:11 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:39:11 localhost program: Default mount options: user_xattr acl >Dec 19 01:39:11 localhost program: Filesystem state: clean >Dec 19 01:39:11 localhost program: Errors behavior: Continue >Dec 19 01:39:11 localhost program: Filesystem OS type: Linux >Dec 19 01:39:11 localhost program: Inode count: 128016 >Dec 19 01:39:11 localhost program: Block count: 512000 >Dec 19 01:39:11 localhost program: Reserved block count: 25600 >Dec 19 01:39:11 localhost program: Free blocks: 424191 >Dec 19 01:39:11 localhost program: Free inodes: 127651 >Dec 19 01:39:11 localhost program: First block: 1 >Dec 19 01:39:11 localhost program: Block size: 1024 >Dec 19 01:39:11 localhost program: Fragment size: 1024 >Dec 19 01:39:11 localhost program: Reserved GDT blocks: 256 >Dec 19 01:39:11 localhost program: Blocks per group: 8192 >Dec 19 01:39:11 localhost program: Fragments per group: 8192 >Dec 19 01:39:11 localhost program: Inodes per group: 2032 >Dec 19 01:39:11 localhost program: Inode blocks per group: 254 >Dec 19 01:39:11 localhost program: Flex block group size: 16 >Dec 19 01:39:11 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:39:11 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:39:11 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:39:11 localhost program: Mount count: 1 >Dec 19 01:39:11 localhost program: Maximum mount count: -1 >Dec 19 01:39:11 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:39:11 localhost program: Check interval: 0 (<none>) >Dec 19 01:39:11 localhost program: Lifetime writes: 84 MB >Dec 19 01:39:11 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:39:11 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:39:11 localhost program: First inode: 11 >Dec 19 01:39:11 localhost program: Inode size:#011 128 >Dec 19 01:39:11 localhost program: Journal inode: 8 >Dec 19 01:39:11 localhost program: Default directory hash: half_md4 >Dec 19 01:39:11 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:39:11 localhost program: Journal backup: inode blocks >Dec 19 01:39:11 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:39:11 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:39:11 localhost program: Running... resize2fs -P /dev/sda1 >Dec 19 01:39:11 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:11 localhost program: Estimated minimum size of the filesystem: 78174 >Dec 19 01:39:11 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:39:11 localhost storage: got device: PartitionDevice instance (0x7f251411a450) -- >Dec 19 01:39:11 localhost storage: got format: Ext4FS instance (0x7f2514141150) -- >Dec 19 01:39:11 localhost storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >Dec 19 01:39:11 localhost storage: sda2 is a partition >Dec 19 01:39:11 localhost storage: added partition sda2 (id 2) to device tree >Dec 19 01:39:11 localhost storage: disklabel detected but not usable on sda2 >Dec 19 01:39:11 localhost storage: got device: PartitionDevice instance (0x2a208d0) -- >Dec 19 01:39:11 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:11 localhost storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >Dec 19 01:39:11 localhost storage: sr0 is a cdrom >Dec 19 01:39:11 localhost storage: added cdrom sr0 (id 3) to device tree >Dec 19 01:39:11 localhost storage: disklabel detected but not usable on sr0 >Dec 19 01:39:11 localhost storage: type detected on 'sr0' is 'iso9660' >Dec 19 01:39:11 localhost storage: got device: OpticalDevice instance (0x7f2514163d90) -- >Dec 19 01:39:11 localhost storage: got format: Iso9660FS instance (0x7f2514166990) -- >Dec 19 01:39:11 localhost storage: scanning loop0 (/devices/virtual/block/loop0)... >Dec 19 01:39:11 localhost storage: loop0 is a loop device >Dec 19 01:39:11 localhost storage: added file /osmin.img (deleted) (id 4) to device tree >Dec 19 01:39:11 localhost storage: added loop loop0 (id 5) to device tree >Dec 19 01:39:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:12 localhost storage: disklabel detected but not usable on loop0 >Dec 19 01:39:12 localhost storage: type detected on 'loop0' is 'squashfs' >Dec 19 01:39:12 localhost storage: got device: LoopDevice instance (0x7f251416d190) -- >Dec 19 01:39:12 localhost storage: scanning loop1 (/devices/virtual/block/loop1)... >Dec 19 01:39:12 localhost storage: loop1 is a loop device >Dec 19 01:39:12 localhost storage: added file /osmin (id 6) to device tree >Dec 19 01:39:12 localhost storage: added loop loop1 (id 7) to device tree >Dec 19 01:39:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:12 localhost storage: disklabel detected but not usable on loop1 >Dec 19 01:39:12 localhost storage: type detected on 'loop1' is 'DM_snapshot_cow' >Dec 19 01:39:12 localhost storage: got device: LoopDevice instance (0x7f2514170150) -- >Dec 19 01:39:12 localhost storage: scanning loop2 (/devices/virtual/block/loop2)... >Dec 19 01:39:12 localhost storage: loop2 is a loop device >Dec 19 01:39:12 localhost storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >Dec 19 01:39:12 localhost storage: added loop loop2 (id 9) to device tree >Dec 19 01:39:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:12 localhost storage: disklabel detected but not usable on loop2 >Dec 19 01:39:12 localhost storage: type detected on 'loop2' is 'squashfs' >Dec 19 01:39:12 localhost storage: got device: LoopDevice instance (0x7f25141707d0) -- >Dec 19 01:39:12 localhost storage: scanning loop3 (/devices/virtual/block/loop3)... >Dec 19 01:39:12 localhost storage: loop3 is a loop device >Dec 19 01:39:12 localhost storage: added file /LiveOS/ext3fs.img (id 10) to device tree >Dec 19 01:39:12 localhost storage: added loop loop3 (id 11) to device tree >Dec 19 01:39:12 localhost storage: type detected on 'loop3' is 'ext4' >Dec 19 01:39:12 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:39:12 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:39:12 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:39:12 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:39:12 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:39:12 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:39:12 localhost 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 >Dec 19 01:39:12 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:39:12 localhost program: Default mount options: user_xattr acl >Dec 19 01:39:12 localhost program: Filesystem state: clean >Dec 19 01:39:12 localhost program: Errors behavior: Continue >Dec 19 01:39:12 localhost program: Filesystem OS type: Linux >Dec 19 01:39:12 localhost program: Inode count: 262144 >Dec 19 01:39:12 localhost program: Block count: 1048576 >Dec 19 01:39:12 localhost program: Reserved block count: 10484 >Dec 19 01:39:12 localhost program: Free blocks: 188525 >Dec 19 01:39:12 localhost program: Free inodes: 153877 >Dec 19 01:39:12 localhost program: First block: 0 >Dec 19 01:39:12 localhost program: Block size: 4096 >Dec 19 01:39:12 localhost program: Fragment size: 4096 >Dec 19 01:39:12 localhost program: Reserved GDT blocks: 255 >Dec 19 01:39:12 localhost program: Blocks per group: 32768 >Dec 19 01:39:12 localhost program: Fragments per group: 32768 >Dec 19 01:39:12 localhost program: Inodes per group: 8192 >Dec 19 01:39:12 localhost program: Inode blocks per group: 512 >Dec 19 01:39:12 localhost program: Flex block group size: 16 >Dec 19 01:39:12 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:39:12 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:39:12 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:39:12 localhost program: Mount count: 0 >Dec 19 01:39:12 localhost program: Maximum mount count: -1 >Dec 19 01:39:12 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:39:12 localhost program: Check interval: 0 (<none>) >Dec 19 01:39:12 localhost program: Lifetime writes: 805 MB >Dec 19 01:39:12 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:39:12 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:39:12 localhost program: First inode: 11 >Dec 19 01:39:12 localhost program: Inode size:#011 256 >Dec 19 01:39:12 localhost program: Required extra isize: 28 >Dec 19 01:39:12 localhost program: Desired extra isize: 28 >Dec 19 01:39:12 localhost program: Journal inode: 8 >Dec 19 01:39:12 localhost program: Default directory hash: half_md4 >Dec 19 01:39:12 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:39:12 localhost program: Journal backup: inode blocks >Dec 19 01:39:12 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:39:12 localhost program: Journal size: 128M >Dec 19 01:39:12 localhost program: Journal length: 32768 >Dec 19 01:39:12 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:39:12 localhost program: Journal start: 0 >Dec 19 01:39:12 localhost program: >Dec 19 01:39:12 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:39:12 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:39:12 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:39:12 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:39:12 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:39:12 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:39:12 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:39:12 localhost 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 >Dec 19 01:39:12 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:39:12 localhost program: Default mount options: user_xattr acl >Dec 19 01:39:12 localhost program: Filesystem state: clean >Dec 19 01:39:12 localhost program: Errors behavior: Continue >Dec 19 01:39:12 localhost program: Filesystem OS type: Linux >Dec 19 01:39:12 localhost program: Inode count: 262144 >Dec 19 01:39:12 localhost program: Block count: 1048576 >Dec 19 01:39:12 localhost program: Reserved block count: 10484 >Dec 19 01:39:12 localhost program: Free blocks: 188525 >Dec 19 01:39:12 localhost program: Free inodes: 153877 >Dec 19 01:39:12 localhost program: First block: 0 >Dec 19 01:39:12 localhost program: Block size: 4096 >Dec 19 01:39:12 localhost program: Fragment size: 4096 >Dec 19 01:39:12 localhost program: Reserved GDT blocks: 255 >Dec 19 01:39:12 localhost program: Blocks per group: 32768 >Dec 19 01:39:12 localhost program: Fragments per group: 32768 >Dec 19 01:39:12 localhost program: Inodes per group: 8192 >Dec 19 01:39:12 localhost program: Inode blocks per group: 512 >Dec 19 01:39:12 localhost program: Flex block group size: 16 >Dec 19 01:39:12 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:39:12 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:39:12 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:39:12 localhost program: Mount count: 0 >Dec 19 01:39:12 localhost program: Maximum mount count: -1 >Dec 19 01:39:12 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:39:12 localhost program: Check interval: 0 (<none>) >Dec 19 01:39:12 localhost program: Lifetime writes: 805 MB >Dec 19 01:39:12 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:39:12 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:39:12 localhost program: First inode: 11 >Dec 19 01:39:12 localhost program: Inode size:#011 256 >Dec 19 01:39:12 localhost program: Required extra isize: 28 >Dec 19 01:39:12 localhost program: Desired extra isize: 28 >Dec 19 01:39:12 localhost program: Journal inode: 8 >Dec 19 01:39:12 localhost program: Default directory hash: half_md4 >Dec 19 01:39:12 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:39:12 localhost program: Journal backup: inode blocks >Dec 19 01:39:12 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:39:12 localhost program: Journal size: 128M >Dec 19 01:39:12 localhost program: Journal length: 32768 >Dec 19 01:39:12 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:39:12 localhost program: Journal start: 0 >Dec 19 01:39:12 localhost program: >Dec 19 01:39:12 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:39:12 localhost program: Running... resize2fs -P /dev/loop3 >Dec 19 01:39:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:12 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:39:12 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:39:12 localhost program: resize2fs: Device or resource busy while trying to open /dev/loop3 >Dec 19 01:39:12 localhost storage: got device: LoopDevice instance (0x7f2514177890) -- >Dec 19 01:39:12 localhost storage: got format: Ext4FS instance (0x7f251417b090) -- >Dec 19 01:39:12 localhost storage: scanning loop4 (/devices/virtual/block/loop4)... >Dec 19 01:39:12 localhost storage: loop4 is a loop device >Dec 19 01:39:12 localhost storage: added file /overlay (deleted) (id 12) to device tree >Dec 19 01:39:12 localhost storage: added loop loop4 (id 13) to device tree >Dec 19 01:39:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:12 localhost storage: disklabel detected but not usable on loop4 >Dec 19 01:39:12 localhost storage: type detected on 'loop4' is 'DM_snapshot_cow' >Dec 19 01:39:12 localhost storage: got device: LoopDevice instance (0x2dcb290) -- >Dec 19 01:39:12 localhost storage: ignoring loop5 (/devices/virtual/block/loop5) >Dec 19 01:39:12 localhost storage: ignoring loop6 (/devices/virtual/block/loop6) >Dec 19 01:39:12 localhost storage: ignoring loop7 (/devices/virtual/block/loop7) >Dec 19 01:39:12 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:39:12 localhost storage: devices to scan: ['dm-0', 'dm-1'] >Dec 19 01:39:12 localhost storage: scanning live-rw (/devices/virtual/block/dm-0)... >Dec 19 01:39:12 localhost storage: live-rw is a device-mapper device >Dec 19 01:39:12 localhost storage: added dm live-rw (id 14) to device tree >Dec 19 01:39:12 localhost storage: type detected on 'live-rw' is 'ext4' >Dec 19 01:39:12 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:39:12 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:39:12 localhost program: Last mounted on: /sysroot >Dec 19 01:39:12 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:39:12 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:39:12 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:39:12 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:39:12 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:39:12 localhost program: Default mount options: user_xattr acl >Dec 19 01:39:12 localhost program: Filesystem state: clean >Dec 19 01:39:12 localhost program: Errors behavior: Continue >Dec 19 01:39:12 localhost program: Filesystem OS type: Linux >Dec 19 01:39:12 localhost program: Inode count: 262144 >Dec 19 01:39:12 localhost program: Block count: 1048576 >Dec 19 01:39:12 localhost program: Reserved block count: 10484 >Dec 19 01:39:12 localhost program: Free blocks: 188525 >Dec 19 01:39:12 localhost program: Free inodes: 153877 >Dec 19 01:39:12 localhost program: First block: 0 >Dec 19 01:39:12 localhost program: Block size: 4096 >Dec 19 01:39:12 localhost program: Fragment size: 4096 >Dec 19 01:39:12 localhost program: Reserved GDT blocks: 255 >Dec 19 01:39:12 localhost program: Blocks per group: 32768 >Dec 19 01:39:12 localhost program: Fragments per group: 32768 >Dec 19 01:39:12 localhost program: Inodes per group: 8192 >Dec 19 01:39:12 localhost program: Inode blocks per group: 512 >Dec 19 01:39:12 localhost program: Flex block group size: 16 >Dec 19 01:39:12 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:39:12 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:39:12 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:39:12 localhost program: Mount count: 1 >Dec 19 01:39:12 localhost program: Maximum mount count: -1 >Dec 19 01:39:12 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:39:12 localhost program: Check interval: 0 (<none>) >Dec 19 01:39:12 localhost program: Lifetime writes: 805 MB >Dec 19 01:39:12 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:39:12 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:39:12 localhost program: First inode: 11 >Dec 19 01:39:12 localhost program: Inode size:#011 256 >Dec 19 01:39:12 localhost program: Required extra isize: 28 >Dec 19 01:39:12 localhost program: Desired extra isize: 28 >Dec 19 01:39:12 localhost program: Journal inode: 8 >Dec 19 01:39:12 localhost program: First orphan inode: 38553 >Dec 19 01:39:12 localhost program: Default directory hash: half_md4 >Dec 19 01:39:12 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:39:12 localhost program: Journal backup: inode blocks >Dec 19 01:39:12 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:39:12 localhost program: Journal size: 128M >Dec 19 01:39:12 localhost program: Journal length: 32768 >Dec 19 01:39:12 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:39:12 localhost program: Journal start: 1 >Dec 19 01:39:12 localhost program: >Dec 19 01:39:12 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:39:12 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:39:12 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:39:12 localhost program: Last mounted on: /sysroot >Dec 19 01:39:12 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:39:12 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:39:12 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:39:12 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:39:12 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:39:12 localhost program: Default mount options: user_xattr acl >Dec 19 01:39:12 localhost program: Filesystem state: clean >Dec 19 01:39:12 localhost program: Errors behavior: Continue >Dec 19 01:39:12 localhost program: Filesystem OS type: Linux >Dec 19 01:39:12 localhost program: Inode count: 262144 >Dec 19 01:39:12 localhost program: Block count: 1048576 >Dec 19 01:39:12 localhost program: Reserved block count: 10484 >Dec 19 01:39:12 localhost program: Free blocks: 188525 >Dec 19 01:39:12 localhost program: Free inodes: 153877 >Dec 19 01:39:12 localhost program: First block: 0 >Dec 19 01:39:12 localhost program: Block size: 4096 >Dec 19 01:39:12 localhost program: Fragment size: 4096 >Dec 19 01:39:12 localhost program: Reserved GDT blocks: 255 >Dec 19 01:39:12 localhost program: Blocks per group: 32768 >Dec 19 01:39:12 localhost program: Fragments per group: 32768 >Dec 19 01:39:12 localhost program: Inodes per group: 8192 >Dec 19 01:39:12 localhost program: Inode blocks per group: 512 >Dec 19 01:39:12 localhost program: Flex block group size: 16 >Dec 19 01:39:12 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:39:12 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:39:12 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:39:12 localhost program: Mount count: 1 >Dec 19 01:39:12 localhost program: Maximum mount count: -1 >Dec 19 01:39:12 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:39:12 localhost program: Check interval: 0 (<none>) >Dec 19 01:39:12 localhost program: Lifetime writes: 805 MB >Dec 19 01:39:12 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:39:12 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:39:12 localhost program: First inode: 11 >Dec 19 01:39:12 localhost program: Inode size:#011 256 >Dec 19 01:39:12 localhost program: Required extra isize: 28 >Dec 19 01:39:12 localhost program: Desired extra isize: 28 >Dec 19 01:39:12 localhost program: Journal inode: 8 >Dec 19 01:39:12 localhost program: First orphan inode: 38553 >Dec 19 01:39:12 localhost program: Default directory hash: half_md4 >Dec 19 01:39:12 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:39:12 localhost program: Journal backup: inode blocks >Dec 19 01:39:12 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:39:12 localhost program: Journal size: 128M >Dec 19 01:39:12 localhost program: Journal length: 32768 >Dec 19 01:39:12 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:39:12 localhost program: Journal start: 1 >Dec 19 01:39:12 localhost program: >Dec 19 01:39:12 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:39:12 localhost program: Running... resize2fs -P /dev/mapper/live-rw >Dec 19 01:39:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:12 localhost program: Estimated minimum size of the filesystem: 861710 >Dec 19 01:39:12 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:39:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:12 localhost storage: got device: DMDevice instance (0x2dce090) -- >Dec 19 01:39:12 localhost storage: got format: Ext4FS instance (0x7f2514177e50) -- >Dec 19 01:39:12 localhost storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >Dec 19 01:39:12 localhost storage: live-osimg-min is a device-mapper device >Dec 19 01:39:12 localhost storage: added dm live-osimg-min (id 15) to device tree >Dec 19 01:39:12 localhost storage: type detected on 'live-osimg-min' is 'ext4' >Dec 19 01:39:12 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:39:12 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:39:12 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:39:12 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:39:12 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:39:12 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:39:12 localhost 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 >Dec 19 01:39:12 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:39:12 localhost program: Default mount options: user_xattr acl >Dec 19 01:39:12 localhost program: Filesystem state: clean >Dec 19 01:39:12 localhost program: Errors behavior: Continue >Dec 19 01:39:12 localhost program: Filesystem OS type: Linux >Dec 19 01:39:12 localhost program: Inode count: 221184 >Dec 19 01:39:12 localhost program: Block count: 861710 >Dec 19 01:39:12 localhost program: Reserved block count: 8615 >Dec 19 01:39:12 localhost program: Free blocks: 4486 >Dec 19 01:39:12 localhost program: Free inodes: 112917 >Dec 19 01:39:12 localhost program: First block: 0 >Dec 19 01:39:12 localhost program: Block size: 4096 >Dec 19 01:39:12 localhost program: Fragment size: 4096 >Dec 19 01:39:12 localhost program: Reserved GDT blocks: 255 >Dec 19 01:39:12 localhost program: Blocks per group: 32768 >Dec 19 01:39:12 localhost program: Fragments per group: 32768 >Dec 19 01:39:12 localhost program: Inodes per group: 8192 >Dec 19 01:39:12 localhost program: Inode blocks per group: 512 >Dec 19 01:39:12 localhost program: Flex block group size: 16 >Dec 19 01:39:12 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:39:12 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:39:12 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:39:12 localhost program: Mount count: 0 >Dec 19 01:39:12 localhost program: Maximum mount count: -1 >Dec 19 01:39:12 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:39:12 localhost program: Check interval: 0 (<none>) >Dec 19 01:39:12 localhost program: Lifetime writes: 807 MB >Dec 19 01:39:12 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:39:12 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:39:12 localhost program: First inode: 11 >Dec 19 01:39:12 localhost program: Inode size:#011 256 >Dec 19 01:39:12 localhost program: Required extra isize: 28 >Dec 19 01:39:12 localhost program: Desired extra isize: 28 >Dec 19 01:39:12 localhost program: Journal inode: 8 >Dec 19 01:39:12 localhost program: Default directory hash: half_md4 >Dec 19 01:39:12 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:39:12 localhost program: Journal backup: inode blocks >Dec 19 01:39:12 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:39:12 localhost program: Journal size: 128M >Dec 19 01:39:12 localhost program: Journal length: 32768 >Dec 19 01:39:12 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:39:12 localhost program: Journal start: 0 >Dec 19 01:39:12 localhost program: >Dec 19 01:39:12 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:39:12 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:39:12 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:39:12 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:39:12 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:39:12 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:39:12 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:39:12 localhost 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 >Dec 19 01:39:12 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:39:12 localhost program: Default mount options: user_xattr acl >Dec 19 01:39:12 localhost program: Filesystem state: clean >Dec 19 01:39:12 localhost program: Errors behavior: Continue >Dec 19 01:39:12 localhost program: Filesystem OS type: Linux >Dec 19 01:39:12 localhost program: Inode count: 221184 >Dec 19 01:39:12 localhost program: Block count: 861710 >Dec 19 01:39:12 localhost program: Reserved block count: 8615 >Dec 19 01:39:12 localhost program: Free blocks: 4486 >Dec 19 01:39:12 localhost program: Free inodes: 112917 >Dec 19 01:39:12 localhost program: First block: 0 >Dec 19 01:39:12 localhost program: Block size: 4096 >Dec 19 01:39:12 localhost program: Fragment size: 4096 >Dec 19 01:39:12 localhost program: Reserved GDT blocks: 255 >Dec 19 01:39:12 localhost program: Blocks per group: 32768 >Dec 19 01:39:12 localhost program: Fragments per group: 32768 >Dec 19 01:39:12 localhost program: Inodes per group: 8192 >Dec 19 01:39:12 localhost program: Inode blocks per group: 512 >Dec 19 01:39:12 localhost program: Flex block group size: 16 >Dec 19 01:39:12 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:39:12 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:39:12 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:39:12 localhost program: Mount count: 0 >Dec 19 01:39:12 localhost program: Maximum mount count: -1 >Dec 19 01:39:12 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:39:12 localhost program: Check interval: 0 (<none>) >Dec 19 01:39:12 localhost program: Lifetime writes: 807 MB >Dec 19 01:39:12 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:39:12 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:39:12 localhost program: First inode: 11 >Dec 19 01:39:12 localhost program: Inode size:#011 256 >Dec 19 01:39:12 localhost program: Required extra isize: 28 >Dec 19 01:39:12 localhost program: Desired extra isize: 28 >Dec 19 01:39:12 localhost program: Journal inode: 8 >Dec 19 01:39:12 localhost program: Default directory hash: half_md4 >Dec 19 01:39:12 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:39:12 localhost program: Journal backup: inode blocks >Dec 19 01:39:12 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:39:12 localhost program: Journal size: 128M >Dec 19 01:39:12 localhost program: Journal length: 32768 >Dec 19 01:39:12 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:39:12 localhost program: Journal start: 0 >Dec 19 01:39:12 localhost program: >Dec 19 01:39:12 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:39:12 localhost program: Running... resize2fs -P /dev/mapper/live-osimg-min >Dec 19 01:39:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:12 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:39:12 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:39:12 localhost program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >Dec 19 01:39:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:12 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:12 localhost storage: got device: DMDevice instance (0x2dddb90) -- >Dec 19 01:39:12 localhost storage: got format: Ext4FS instance (0x2de2b10) -- >Dec 19 01:39:12 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:39:12 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:39:12 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:39:12 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:39:12 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:39:12 localhost storage: not going to restore from backup of non-existent /etc/mdadm.conf >Dec 19 01:39:12 localhost storage: edd: collected mbr signatures: {'sda': '0x000a740d'} >Dec 19 01:39:12 localhost storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >Dec 19 01:39:12 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 19 01:39:12 localhost kernel: [ 6523.922019] EXT4-fs (sda1): bad geometry: block count 512000 exceeds size of device (1024 blocks) >Dec 19 01:39:12 localhost program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, >Dec 19 01:39:12 localhost storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >Dec 19 01:39:12 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:39:12 localhost anaconda: Thread Done: AnaStorageThread (139797334406912) >Dec 19 01:39:13 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 19 01:39:13 localhost kernel: [ 6524.061079] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 19 01:39:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:39:13 localhost anaconda: Thread Done: AnaPayloadThread (139796994778880) >Dec 19 01:39:21 localhost anaconda: Not doing 'replace runtime X layouts' in live installation >Dec 19 01:39:22 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:39:22 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:39:22 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:39:22 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:39:22 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 19 01:39:22 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 01:39:22 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 19 01:39:22 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 19 01:39:22 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 19 01:39:24 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 01:39:24 localhost anaconda: Running Thread: AnaStorageWatcher (139796977993472) >Dec 19 01:39:24 localhost storage: DiskLabel.partedDevice returning None >Dec 19 01:39:24 localhost anaconda: Running Thread: AnaNTPserver0 (139796994778880) >Dec 19 01:39:24 localhost anaconda: Running Thread: AnaNTPserver1 (139796969600768) >Dec 19 01:39:24 localhost anaconda: Running Thread: AnaNTPserver2 (139796597569280) >Dec 19 01:39:24 localhost anaconda: Running Thread: AnaNTPserver3 (139796589176576) >Dec 19 01:39:24 localhost anaconda: Thread Done: AnaStorageWatcher (139796977993472) >Dec 19 01:39:24 localhost anaconda: Thread Done: AnaNTPserver2 (139796597569280) >Dec 19 01:39:24 localhost anaconda: Thread Done: AnaNTPserver3 (139796589176576) >Dec 19 01:39:25 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x53c2790> status to: Probing storage... >Dec 19 01:39:25 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x53c2790> >Dec 19 01:39:34 localhost anaconda: Thread Done: AnaNTPserver0 (139796994778880) >Dec 19 01:39:34 localhost anaconda: Thread Done: AnaNTPserver1 (139796969600768) >Dec 19 01:39:35 localhost anaconda: Running Thread: AnaExecuteStorageThread (139796969600768) >Dec 19 01:39:35 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:39:35 localhost anaconda: Thread Done: AnaExecuteStorageThread (139796969600768) >Dec 19 01:39:36 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x53c2790> >Dec 19 01:39:36 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x53c2790> status to: Saving storage configuration... >Dec 19 01:39:36 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x53c2790> >Dec 19 01:39:38 localhost anaconda: getting device type for None >Dec 19 01:39:38 localhost anaconda: unknown device type: 'None' >Dec 19 01:39:38 localhost anaconda: getting device type for Standard Partition >Dec 19 01:39:38 localhost anaconda: getting device type for Standard Partition >Dec 19 01:39:38 localhost anaconda: getting device type for Standard Partition >Dec 19 01:39:38 localhost anaconda: getting device type for Standard Partition >Dec 19 01:39:38 localhost anaconda: getting device type for Standard Partition >Dec 19 01:39:49 localhost anaconda: ui: saving changes to device sda1 >Dec 19 01:39:49 localhost anaconda: getting device type for Standard Partition >Dec 19 01:39:49 localhost anaconda: getting device type for Standard Partition >Dec 19 01:39:49 localhost anaconda: Running kickstart %%traceback script(s) >Dec 19 01:39:49 localhost anaconda: All kickstart %%traceback script(s) have been run >Dec 19 01:40:07 localhost gnome-keyring-daemon[4875]: couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files >Dec 19 01:43:20 localhost dbus[4871]: avc: received setenforce notice (enforcing=1) >Dec 19 01:43:20 localhost dbus[1471]: avc: received setenforce notice (enforcing=1) >Dec 19 01:43:20 localhost dbus[1320]: avc: received setenforce notice (enforcing=1) >Dec 19 01:43:20 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 01:43:20 localhost dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 01:43:20 localhost dbus-daemon[518]: dbus[518]: [system] Reloaded configuration >Dec 19 01:43:20 localhost dbus[518]: [system] Reloaded configuration >Dec 19 01:43:24 localhost dbus[4871]: avc: received setenforce notice (enforcing=0) >Dec 19 01:43:24 localhost dbus[1471]: avc: received setenforce notice (enforcing=0) >Dec 19 01:43:24 localhost dbus[1320]: avc: received setenforce notice (enforcing=0) >Dec 19 01:43:24 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:43:24 localhost dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:43:24 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:25 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost anaconda: /sbin/anaconda 18.37.4 >Dec 19 01:43:26 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:43:26 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:43:26 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 19 01:43:26 localhost anaconda: Default encoding = ascii >Dec 19 01:43:26 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:43:26 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:43:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost anaconda: ISCSID is /sbin/iscsid >Dec 19 01:43:26 localhost anaconda: no initiator set >Dec 19 01:43:26 localhost program: Running... modprobe fcoe >Dec 19 01:43:26 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 19 01:43:26 localhost program: No FCoE boot disk information is found in EDD! >Dec 19 01:43:26 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 19 01:43:26 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 19 01:43:26 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:43:26 localhost program: Running... multipath -d >Dec 19 01:43:26 localhost program: Running... multipath -ll >Dec 19 01:43:26 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:43:26 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:43:26 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:43:26 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:43:26 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:43:26 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:43:26 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:43:26 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:43:26 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:43:26 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:43:26 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:43:26 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:43:26 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:43:26 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:43:26 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:26 localhost anaconda: Display mode = g >Dec 19 01:43:26 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:43:26 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:43:27 localhost anaconda: using only installclass _Fedora >Dec 19 01:43:27 localhost anaconda: Detected 2016M of memory >Dec 19 01:43:27 localhost anaconda: Swap attempt of 4032M >Dec 19 01:43:27 localhost anaconda: Running Thread: AnaStorageThread (140713296049920) >Dec 19 01:43:27 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 19 01:43:27 localhost anaconda: Running Thread: AnaNetworkThread (140713287657216) >Dec 19 01:43:27 localhost program: Running... systemctl start chronyd.service >Dec 19 01:43:27 localhost anaconda: Running Thread: AnaPayloadThread (140712957314816) >Dec 19 01:43:27 localhost systemd[1]: Started NTP client/server. >Dec 19 01:43:27 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:43:27 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:43:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:27 localhost anaconda: Thread Done: AnaNetworkThread (140713287657216) >Dec 19 01:43:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:27 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:27 localhost anaconda: no initiator set >Dec 19 01:43:27 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 19 01:43:27 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 19 01:43:27 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:43:27 localhost storage: sr0 looks to be the live device; marking as protected >Dec 19 01:43:27 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:43:28 localhost program: Running... multipath -d >Dec 19 01:43:28 localhost program: Running... multipath -ll >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:43:28 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:43:28 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:43:28 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:43:28 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:43:28 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:43:28 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:43:28 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:43:28 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:43:28 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:43:28 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:43:28 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:43:28 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:43:28 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:43:28 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 19 01:43:28 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 19 01:43:28 localhost storage: sda is a disk >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost storage: added disk sda (id 0) to device tree >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost storage: got device: DiskDevice instance (0x7ffa580c7150) -- >Dec 19 01:43:28 localhost storage: got format: DiskLabel instance (0x7ffa5811a8d0) -- >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >Dec 19 01:43:28 localhost storage: sda1 is a partition >Dec 19 01:43:28 localhost storage: added partition sda1 (id 1) to device tree >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost storage: disklabel detected but not usable on sda1 >Dec 19 01:43:28 localhost storage: type detected on 'sda1' is 'ext4' >Dec 19 01:43:28 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost program: Filesystem volume name: <none> >Dec 19 01:43:28 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:43:28 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:43:28 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:43:28 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:43:28 localhost 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 >Dec 19 01:43:28 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:43:28 localhost program: Default mount options: user_xattr acl >Dec 19 01:43:28 localhost program: Filesystem state: clean >Dec 19 01:43:28 localhost program: Errors behavior: Continue >Dec 19 01:43:28 localhost program: Filesystem OS type: Linux >Dec 19 01:43:28 localhost program: Inode count: 128016 >Dec 19 01:43:28 localhost program: Block count: 512000 >Dec 19 01:43:28 localhost program: Reserved block count: 25600 >Dec 19 01:43:28 localhost program: Free blocks: 424191 >Dec 19 01:43:28 localhost program: Free inodes: 127651 >Dec 19 01:43:28 localhost program: First block: 1 >Dec 19 01:43:28 localhost program: Block size: 1024 >Dec 19 01:43:28 localhost program: Fragment size: 1024 >Dec 19 01:43:28 localhost program: Reserved GDT blocks: 256 >Dec 19 01:43:28 localhost program: Blocks per group: 8192 >Dec 19 01:43:28 localhost program: Fragments per group: 8192 >Dec 19 01:43:28 localhost program: Inodes per group: 2032 >Dec 19 01:43:28 localhost program: Inode blocks per group: 254 >Dec 19 01:43:28 localhost program: Flex block group size: 16 >Dec 19 01:43:28 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:43:28 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:43:28 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:43:28 localhost program: Mount count: 1 >Dec 19 01:43:28 localhost program: Maximum mount count: -1 >Dec 19 01:43:28 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:43:28 localhost program: Check interval: 0 (<none>) >Dec 19 01:43:28 localhost program: Lifetime writes: 84 MB >Dec 19 01:43:28 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:43:28 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:43:28 localhost program: First inode: 11 >Dec 19 01:43:28 localhost program: Inode size:#011 128 >Dec 19 01:43:28 localhost program: Journal inode: 8 >Dec 19 01:43:28 localhost program: Default directory hash: half_md4 >Dec 19 01:43:28 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:43:28 localhost program: Journal backup: inode blocks >Dec 19 01:43:28 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:43:28 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:43:28 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:43:28 localhost program: Filesystem volume name: <none> >Dec 19 01:43:28 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:43:28 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:43:28 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:43:28 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:43:28 localhost 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 >Dec 19 01:43:28 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:43:28 localhost program: Default mount options: user_xattr acl >Dec 19 01:43:28 localhost program: Filesystem state: clean >Dec 19 01:43:28 localhost program: Errors behavior: Continue >Dec 19 01:43:28 localhost program: Filesystem OS type: Linux >Dec 19 01:43:28 localhost program: Inode count: 128016 >Dec 19 01:43:28 localhost program: Block count: 512000 >Dec 19 01:43:28 localhost program: Reserved block count: 25600 >Dec 19 01:43:28 localhost program: Free blocks: 424191 >Dec 19 01:43:28 localhost program: Free inodes: 127651 >Dec 19 01:43:28 localhost program: First block: 1 >Dec 19 01:43:28 localhost program: Block size: 1024 >Dec 19 01:43:28 localhost program: Fragment size: 1024 >Dec 19 01:43:28 localhost program: Reserved GDT blocks: 256 >Dec 19 01:43:28 localhost program: Blocks per group: 8192 >Dec 19 01:43:28 localhost program: Fragments per group: 8192 >Dec 19 01:43:28 localhost program: Inodes per group: 2032 >Dec 19 01:43:28 localhost program: Inode blocks per group: 254 >Dec 19 01:43:28 localhost program: Flex block group size: 16 >Dec 19 01:43:28 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:43:28 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:43:28 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:43:28 localhost program: Mount count: 1 >Dec 19 01:43:28 localhost program: Maximum mount count: -1 >Dec 19 01:43:28 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:43:28 localhost program: Check interval: 0 (<none>) >Dec 19 01:43:28 localhost program: Lifetime writes: 84 MB >Dec 19 01:43:28 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:43:28 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:43:28 localhost program: First inode: 11 >Dec 19 01:43:28 localhost program: Inode size:#011 128 >Dec 19 01:43:28 localhost program: Journal inode: 8 >Dec 19 01:43:28 localhost program: Default directory hash: half_md4 >Dec 19 01:43:28 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:43:28 localhost program: Journal backup: inode blocks >Dec 19 01:43:28 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:43:28 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:43:28 localhost program: Running... resize2fs -P /dev/sda1 >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost program: Estimated minimum size of the filesystem: 78174 >Dec 19 01:43:28 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:43:28 localhost storage: got device: PartitionDevice instance (0x7ffa5813e850) -- >Dec 19 01:43:28 localhost storage: got format: Ext4FS instance (0x7ffa58149750) -- >Dec 19 01:43:28 localhost storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >Dec 19 01:43:28 localhost storage: sda2 is a partition >Dec 19 01:43:28 localhost storage: added partition sda2 (id 2) to device tree >Dec 19 01:43:28 localhost storage: disklabel detected but not usable on sda2 >Dec 19 01:43:28 localhost storage: got device: PartitionDevice instance (0x7ffa58164ed0) -- >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >Dec 19 01:43:28 localhost storage: sr0 is a cdrom >Dec 19 01:43:28 localhost storage: added cdrom sr0 (id 3) to device tree >Dec 19 01:43:28 localhost storage: disklabel detected but not usable on sr0 >Dec 19 01:43:28 localhost storage: type detected on 'sr0' is 'iso9660' >Dec 19 01:43:28 localhost storage: got device: OpticalDevice instance (0x7ffa5816af10) -- >Dec 19 01:43:28 localhost storage: got format: Iso9660FS instance (0x7ffa58172c90) -- >Dec 19 01:43:28 localhost storage: scanning loop0 (/devices/virtual/block/loop0)... >Dec 19 01:43:28 localhost storage: loop0 is a loop device >Dec 19 01:43:28 localhost storage: added file /osmin.img (deleted) (id 4) to device tree >Dec 19 01:43:28 localhost storage: added loop loop0 (id 5) to device tree >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost storage: disklabel detected but not usable on loop0 >Dec 19 01:43:28 localhost storage: type detected on 'loop0' is 'squashfs' >Dec 19 01:43:28 localhost storage: got device: LoopDevice instance (0x7ffa5816add0) -- >Dec 19 01:43:28 localhost storage: scanning loop1 (/devices/virtual/block/loop1)... >Dec 19 01:43:28 localhost storage: loop1 is a loop device >Dec 19 01:43:28 localhost storage: added file /osmin (id 6) to device tree >Dec 19 01:43:28 localhost storage: added loop loop1 (id 7) to device tree >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost storage: disklabel detected but not usable on loop1 >Dec 19 01:43:28 localhost storage: type detected on 'loop1' is 'DM_snapshot_cow' >Dec 19 01:43:28 localhost storage: got device: LoopDevice instance (0x7ffa58178e90) -- >Dec 19 01:43:28 localhost storage: scanning loop2 (/devices/virtual/block/loop2)... >Dec 19 01:43:28 localhost storage: loop2 is a loop device >Dec 19 01:43:28 localhost storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >Dec 19 01:43:28 localhost storage: added loop loop2 (id 9) to device tree >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost storage: disklabel detected but not usable on loop2 >Dec 19 01:43:28 localhost storage: type detected on 'loop2' is 'squashfs' >Dec 19 01:43:28 localhost storage: got device: LoopDevice instance (0x7ffa58178f90) -- >Dec 19 01:43:28 localhost storage: scanning loop3 (/devices/virtual/block/loop3)... >Dec 19 01:43:28 localhost storage: loop3 is a loop device >Dec 19 01:43:28 localhost storage: added file /LiveOS/ext3fs.img (id 10) to device tree >Dec 19 01:43:28 localhost storage: added loop loop3 (id 11) to device tree >Dec 19 01:43:28 localhost storage: type detected on 'loop3' is 'ext4' >Dec 19 01:43:28 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:43:28 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:43:28 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:43:28 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:43:28 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:43:28 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:43:28 localhost 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 >Dec 19 01:43:28 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:43:28 localhost program: Default mount options: user_xattr acl >Dec 19 01:43:28 localhost program: Filesystem state: clean >Dec 19 01:43:28 localhost program: Errors behavior: Continue >Dec 19 01:43:28 localhost program: Filesystem OS type: Linux >Dec 19 01:43:28 localhost program: Inode count: 262144 >Dec 19 01:43:28 localhost program: Block count: 1048576 >Dec 19 01:43:28 localhost program: Reserved block count: 10484 >Dec 19 01:43:28 localhost program: Free blocks: 188525 >Dec 19 01:43:28 localhost program: Free inodes: 153877 >Dec 19 01:43:28 localhost program: First block: 0 >Dec 19 01:43:28 localhost program: Block size: 4096 >Dec 19 01:43:28 localhost program: Fragment size: 4096 >Dec 19 01:43:28 localhost program: Reserved GDT blocks: 255 >Dec 19 01:43:28 localhost program: Blocks per group: 32768 >Dec 19 01:43:28 localhost program: Fragments per group: 32768 >Dec 19 01:43:28 localhost program: Inodes per group: 8192 >Dec 19 01:43:28 localhost program: Inode blocks per group: 512 >Dec 19 01:43:28 localhost program: Flex block group size: 16 >Dec 19 01:43:28 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:43:28 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:43:28 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:43:28 localhost program: Mount count: 0 >Dec 19 01:43:28 localhost program: Maximum mount count: -1 >Dec 19 01:43:28 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:43:28 localhost program: Check interval: 0 (<none>) >Dec 19 01:43:28 localhost program: Lifetime writes: 805 MB >Dec 19 01:43:28 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:43:28 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:43:28 localhost program: First inode: 11 >Dec 19 01:43:28 localhost program: Inode size:#011 256 >Dec 19 01:43:28 localhost program: Required extra isize: 28 >Dec 19 01:43:28 localhost program: Desired extra isize: 28 >Dec 19 01:43:28 localhost program: Journal inode: 8 >Dec 19 01:43:28 localhost program: Default directory hash: half_md4 >Dec 19 01:43:28 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:43:28 localhost program: Journal backup: inode blocks >Dec 19 01:43:28 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:43:28 localhost program: Journal size: 128M >Dec 19 01:43:28 localhost program: Journal length: 32768 >Dec 19 01:43:28 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:43:28 localhost program: Journal start: 0 >Dec 19 01:43:28 localhost program: >Dec 19 01:43:28 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:43:28 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:43:28 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:43:28 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:43:28 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:43:28 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:43:28 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:43:28 localhost 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 >Dec 19 01:43:28 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:43:28 localhost program: Default mount options: user_xattr acl >Dec 19 01:43:28 localhost program: Filesystem state: clean >Dec 19 01:43:28 localhost program: Errors behavior: Continue >Dec 19 01:43:28 localhost program: Filesystem OS type: Linux >Dec 19 01:43:28 localhost program: Inode count: 262144 >Dec 19 01:43:28 localhost program: Block count: 1048576 >Dec 19 01:43:28 localhost program: Reserved block count: 10484 >Dec 19 01:43:28 localhost program: Free blocks: 188525 >Dec 19 01:43:28 localhost program: Free inodes: 153877 >Dec 19 01:43:28 localhost program: First block: 0 >Dec 19 01:43:28 localhost program: Block size: 4096 >Dec 19 01:43:28 localhost program: Fragment size: 4096 >Dec 19 01:43:28 localhost program: Reserved GDT blocks: 255 >Dec 19 01:43:28 localhost program: Blocks per group: 32768 >Dec 19 01:43:28 localhost program: Fragments per group: 32768 >Dec 19 01:43:28 localhost program: Inodes per group: 8192 >Dec 19 01:43:28 localhost program: Inode blocks per group: 512 >Dec 19 01:43:28 localhost program: Flex block group size: 16 >Dec 19 01:43:28 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:43:28 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:43:28 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:43:28 localhost program: Mount count: 0 >Dec 19 01:43:28 localhost program: Maximum mount count: -1 >Dec 19 01:43:28 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:43:28 localhost program: Check interval: 0 (<none>) >Dec 19 01:43:28 localhost program: Lifetime writes: 805 MB >Dec 19 01:43:28 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:43:28 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:43:28 localhost program: First inode: 11 >Dec 19 01:43:28 localhost program: Inode size:#011 256 >Dec 19 01:43:28 localhost program: Required extra isize: 28 >Dec 19 01:43:28 localhost program: Desired extra isize: 28 >Dec 19 01:43:28 localhost program: Journal inode: 8 >Dec 19 01:43:28 localhost program: Default directory hash: half_md4 >Dec 19 01:43:28 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:43:28 localhost program: Journal backup: inode blocks >Dec 19 01:43:28 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:43:28 localhost program: Journal size: 128M >Dec 19 01:43:28 localhost program: Journal length: 32768 >Dec 19 01:43:28 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:43:28 localhost program: Journal start: 0 >Dec 19 01:43:28 localhost program: >Dec 19 01:43:28 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:43:28 localhost program: Running... resize2fs -P /dev/loop3 >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:43:28 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:43:28 localhost program: resize2fs: Device or resource busy while trying to open /dev/loop3 >Dec 19 01:43:28 localhost storage: got device: LoopDevice instance (0x7ffa581b9ad0) -- >Dec 19 01:43:28 localhost storage: got format: Ext4FS instance (0x7ffa581b9ed0) -- >Dec 19 01:43:28 localhost storage: scanning loop4 (/devices/virtual/block/loop4)... >Dec 19 01:43:28 localhost storage: loop4 is a loop device >Dec 19 01:43:28 localhost storage: added file /overlay (deleted) (id 12) to device tree >Dec 19 01:43:28 localhost storage: added loop loop4 (id 13) to device tree >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:28 localhost storage: disklabel detected but not usable on loop4 >Dec 19 01:43:28 localhost storage: type detected on 'loop4' is 'DM_snapshot_cow' >Dec 19 01:43:28 localhost storage: got device: LoopDevice instance (0x7ffa581b9d10) -- >Dec 19 01:43:28 localhost storage: ignoring loop5 (/devices/virtual/block/loop5) >Dec 19 01:43:28 localhost storage: ignoring loop6 (/devices/virtual/block/loop6) >Dec 19 01:43:28 localhost storage: ignoring loop7 (/devices/virtual/block/loop7) >Dec 19 01:43:28 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:43:28 localhost storage: devices to scan: ['dm-0', 'dm-1'] >Dec 19 01:43:29 localhost storage: scanning live-rw (/devices/virtual/block/dm-0)... >Dec 19 01:43:29 localhost storage: live-rw is a device-mapper device >Dec 19 01:43:29 localhost storage: added dm live-rw (id 14) to device tree >Dec 19 01:43:29 localhost storage: type detected on 'live-rw' is 'ext4' >Dec 19 01:43:29 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:43:29 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:43:29 localhost program: Last mounted on: /sysroot >Dec 19 01:43:29 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:43:29 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:43:29 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:43:29 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:43:29 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:43:29 localhost program: Default mount options: user_xattr acl >Dec 19 01:43:29 localhost program: Filesystem state: clean >Dec 19 01:43:29 localhost program: Errors behavior: Continue >Dec 19 01:43:29 localhost program: Filesystem OS type: Linux >Dec 19 01:43:29 localhost program: Inode count: 262144 >Dec 19 01:43:29 localhost program: Block count: 1048576 >Dec 19 01:43:29 localhost program: Reserved block count: 10484 >Dec 19 01:43:29 localhost program: Free blocks: 188525 >Dec 19 01:43:29 localhost program: Free inodes: 153877 >Dec 19 01:43:29 localhost program: First block: 0 >Dec 19 01:43:29 localhost program: Block size: 4096 >Dec 19 01:43:29 localhost program: Fragment size: 4096 >Dec 19 01:43:29 localhost program: Reserved GDT blocks: 255 >Dec 19 01:43:29 localhost program: Blocks per group: 32768 >Dec 19 01:43:29 localhost program: Fragments per group: 32768 >Dec 19 01:43:29 localhost program: Inodes per group: 8192 >Dec 19 01:43:29 localhost program: Inode blocks per group: 512 >Dec 19 01:43:29 localhost program: Flex block group size: 16 >Dec 19 01:43:29 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:43:29 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:43:29 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:43:29 localhost program: Mount count: 1 >Dec 19 01:43:29 localhost program: Maximum mount count: -1 >Dec 19 01:43:29 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:43:29 localhost program: Check interval: 0 (<none>) >Dec 19 01:43:29 localhost program: Lifetime writes: 805 MB >Dec 19 01:43:29 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:43:29 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:43:29 localhost program: First inode: 11 >Dec 19 01:43:29 localhost program: Inode size:#011 256 >Dec 19 01:43:29 localhost program: Required extra isize: 28 >Dec 19 01:43:29 localhost program: Desired extra isize: 28 >Dec 19 01:43:29 localhost program: Journal inode: 8 >Dec 19 01:43:29 localhost program: First orphan inode: 38553 >Dec 19 01:43:29 localhost program: Default directory hash: half_md4 >Dec 19 01:43:29 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:43:29 localhost program: Journal backup: inode blocks >Dec 19 01:43:29 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:43:29 localhost program: Journal size: 128M >Dec 19 01:43:29 localhost program: Journal length: 32768 >Dec 19 01:43:29 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:43:29 localhost program: Journal start: 1 >Dec 19 01:43:29 localhost program: >Dec 19 01:43:29 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:43:29 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:43:29 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:43:29 localhost program: Last mounted on: /sysroot >Dec 19 01:43:29 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:43:29 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:43:29 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:43:29 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:43:29 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:43:29 localhost program: Default mount options: user_xattr acl >Dec 19 01:43:29 localhost program: Filesystem state: clean >Dec 19 01:43:29 localhost program: Errors behavior: Continue >Dec 19 01:43:29 localhost program: Filesystem OS type: Linux >Dec 19 01:43:29 localhost program: Inode count: 262144 >Dec 19 01:43:29 localhost program: Block count: 1048576 >Dec 19 01:43:29 localhost program: Reserved block count: 10484 >Dec 19 01:43:29 localhost program: Free blocks: 188525 >Dec 19 01:43:29 localhost program: Free inodes: 153877 >Dec 19 01:43:29 localhost program: First block: 0 >Dec 19 01:43:29 localhost program: Block size: 4096 >Dec 19 01:43:29 localhost program: Fragment size: 4096 >Dec 19 01:43:29 localhost program: Reserved GDT blocks: 255 >Dec 19 01:43:29 localhost program: Blocks per group: 32768 >Dec 19 01:43:29 localhost program: Fragments per group: 32768 >Dec 19 01:43:29 localhost program: Inodes per group: 8192 >Dec 19 01:43:29 localhost program: Inode blocks per group: 512 >Dec 19 01:43:29 localhost program: Flex block group size: 16 >Dec 19 01:43:29 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:43:29 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:43:29 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:43:29 localhost program: Mount count: 1 >Dec 19 01:43:29 localhost program: Maximum mount count: -1 >Dec 19 01:43:29 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:43:29 localhost program: Check interval: 0 (<none>) >Dec 19 01:43:29 localhost program: Lifetime writes: 805 MB >Dec 19 01:43:29 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:43:29 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:43:29 localhost program: First inode: 11 >Dec 19 01:43:29 localhost program: Inode size:#011 256 >Dec 19 01:43:29 localhost program: Required extra isize: 28 >Dec 19 01:43:29 localhost program: Desired extra isize: 28 >Dec 19 01:43:29 localhost program: Journal inode: 8 >Dec 19 01:43:29 localhost program: First orphan inode: 38553 >Dec 19 01:43:29 localhost program: Default directory hash: half_md4 >Dec 19 01:43:29 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:43:29 localhost program: Journal backup: inode blocks >Dec 19 01:43:29 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:43:29 localhost program: Journal size: 128M >Dec 19 01:43:29 localhost program: Journal length: 32768 >Dec 19 01:43:29 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:43:29 localhost program: Journal start: 1 >Dec 19 01:43:29 localhost program: >Dec 19 01:43:29 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:43:29 localhost program: Running... resize2fs -P /dev/mapper/live-rw >Dec 19 01:43:29 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:29 localhost program: Estimated minimum size of the filesystem: 861710 >Dec 19 01:43:29 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:43:29 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:29 localhost storage: got device: DMDevice instance (0x7ffa581c3d50) -- >Dec 19 01:43:29 localhost storage: got format: Ext4FS instance (0x7ffa581d1710) -- >Dec 19 01:43:29 localhost storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >Dec 19 01:43:29 localhost storage: live-osimg-min is a device-mapper device >Dec 19 01:43:29 localhost storage: added dm live-osimg-min (id 15) to device tree >Dec 19 01:43:29 localhost storage: type detected on 'live-osimg-min' is 'ext4' >Dec 19 01:43:29 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:43:29 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:43:29 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:43:29 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:43:29 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:43:29 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:43:29 localhost 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 >Dec 19 01:43:29 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:43:29 localhost program: Default mount options: user_xattr acl >Dec 19 01:43:29 localhost program: Filesystem state: clean >Dec 19 01:43:29 localhost program: Errors behavior: Continue >Dec 19 01:43:29 localhost program: Filesystem OS type: Linux >Dec 19 01:43:29 localhost program: Inode count: 221184 >Dec 19 01:43:29 localhost program: Block count: 861710 >Dec 19 01:43:29 localhost program: Reserved block count: 8615 >Dec 19 01:43:29 localhost program: Free blocks: 4486 >Dec 19 01:43:29 localhost program: Free inodes: 112917 >Dec 19 01:43:29 localhost program: First block: 0 >Dec 19 01:43:29 localhost program: Block size: 4096 >Dec 19 01:43:29 localhost program: Fragment size: 4096 >Dec 19 01:43:29 localhost program: Reserved GDT blocks: 255 >Dec 19 01:43:29 localhost program: Blocks per group: 32768 >Dec 19 01:43:29 localhost program: Fragments per group: 32768 >Dec 19 01:43:29 localhost program: Inodes per group: 8192 >Dec 19 01:43:29 localhost program: Inode blocks per group: 512 >Dec 19 01:43:29 localhost program: Flex block group size: 16 >Dec 19 01:43:29 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:43:29 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:43:29 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:43:29 localhost program: Mount count: 0 >Dec 19 01:43:29 localhost program: Maximum mount count: -1 >Dec 19 01:43:29 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:43:29 localhost program: Check interval: 0 (<none>) >Dec 19 01:43:29 localhost program: Lifetime writes: 807 MB >Dec 19 01:43:29 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:43:29 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:43:29 localhost program: First inode: 11 >Dec 19 01:43:29 localhost program: Inode size:#011 256 >Dec 19 01:43:29 localhost program: Required extra isize: 28 >Dec 19 01:43:29 localhost program: Desired extra isize: 28 >Dec 19 01:43:29 localhost program: Journal inode: 8 >Dec 19 01:43:29 localhost program: Default directory hash: half_md4 >Dec 19 01:43:29 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:43:29 localhost program: Journal backup: inode blocks >Dec 19 01:43:29 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:43:29 localhost program: Journal size: 128M >Dec 19 01:43:29 localhost program: Journal length: 32768 >Dec 19 01:43:29 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:43:29 localhost program: Journal start: 0 >Dec 19 01:43:29 localhost program: >Dec 19 01:43:29 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:43:29 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:43:29 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:43:29 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:43:29 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:43:29 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:43:29 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:43:29 localhost 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 >Dec 19 01:43:29 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:43:29 localhost program: Default mount options: user_xattr acl >Dec 19 01:43:29 localhost program: Filesystem state: clean >Dec 19 01:43:29 localhost program: Errors behavior: Continue >Dec 19 01:43:29 localhost program: Filesystem OS type: Linux >Dec 19 01:43:29 localhost program: Inode count: 221184 >Dec 19 01:43:29 localhost program: Block count: 861710 >Dec 19 01:43:29 localhost program: Reserved block count: 8615 >Dec 19 01:43:29 localhost program: Free blocks: 4486 >Dec 19 01:43:29 localhost program: Free inodes: 112917 >Dec 19 01:43:29 localhost program: First block: 0 >Dec 19 01:43:29 localhost program: Block size: 4096 >Dec 19 01:43:29 localhost program: Fragment size: 4096 >Dec 19 01:43:29 localhost program: Reserved GDT blocks: 255 >Dec 19 01:43:29 localhost program: Blocks per group: 32768 >Dec 19 01:43:29 localhost program: Fragments per group: 32768 >Dec 19 01:43:29 localhost program: Inodes per group: 8192 >Dec 19 01:43:29 localhost program: Inode blocks per group: 512 >Dec 19 01:43:29 localhost program: Flex block group size: 16 >Dec 19 01:43:29 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:43:29 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:43:29 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:43:29 localhost program: Mount count: 0 >Dec 19 01:43:29 localhost program: Maximum mount count: -1 >Dec 19 01:43:29 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:43:29 localhost program: Check interval: 0 (<none>) >Dec 19 01:43:29 localhost program: Lifetime writes: 807 MB >Dec 19 01:43:29 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:43:29 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:43:29 localhost program: First inode: 11 >Dec 19 01:43:29 localhost program: Inode size:#011 256 >Dec 19 01:43:29 localhost program: Required extra isize: 28 >Dec 19 01:43:29 localhost program: Desired extra isize: 28 >Dec 19 01:43:29 localhost program: Journal inode: 8 >Dec 19 01:43:29 localhost program: Default directory hash: half_md4 >Dec 19 01:43:29 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:43:29 localhost program: Journal backup: inode blocks >Dec 19 01:43:29 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:43:29 localhost program: Journal size: 128M >Dec 19 01:43:29 localhost program: Journal length: 32768 >Dec 19 01:43:29 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:43:29 localhost program: Journal start: 0 >Dec 19 01:43:29 localhost program: >Dec 19 01:43:29 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:43:29 localhost program: Running... resize2fs -P /dev/mapper/live-osimg-min >Dec 19 01:43:29 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:29 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:43:29 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:43:29 localhost program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >Dec 19 01:43:29 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:29 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:29 localhost storage: got device: DMDevice instance (0x7ffa581c8f90) -- >Dec 19 01:43:29 localhost storage: got format: Ext4FS instance (0x7ffa581dc6d0) -- >Dec 19 01:43:29 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:43:29 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:43:29 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:43:29 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:43:29 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:43:29 localhost storage: not going to restore from backup of non-existent /etc/mdadm.conf >Dec 19 01:43:29 localhost storage: edd: collected mbr signatures: {'sda': '0x000a740d'} >Dec 19 01:43:29 localhost storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >Dec 19 01:43:29 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 19 01:43:29 localhost kernel: [ 6780.565029] EXT4-fs (sda1): bad geometry: block count 512000 exceeds size of device (1024 blocks) >Dec 19 01:43:29 localhost program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, >Dec 19 01:43:29 localhost storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >Dec 19 01:43:29 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:43:29 localhost anaconda: Thread Done: AnaStorageThread (140713296049920) >Dec 19 01:43:29 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 19 01:43:29 localhost kernel: [ 6780.703097] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 19 01:43:29 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:43:29 localhost anaconda: Thread Done: AnaPayloadThread (140712957314816) >Dec 19 01:43:44 localhost dbus[4871]: avc: received setenforce notice (enforcing=1) >Dec 19 01:43:44 localhost dbus[1471]: avc: received setenforce notice (enforcing=1) >Dec 19 01:43:44 localhost dbus[1320]: avc: received setenforce notice (enforcing=1) >Dec 19 01:43:44 localhost dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 01:43:44 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=1) >Dec 19 01:43:44 localhost dbus-daemon[518]: dbus[518]: [system] Reloaded configuration >Dec 19 01:43:44 localhost dbus[518]: [system] Reloaded configuration >Dec 19 01:44:19 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:13 localhost dbus[4871]: avc: received setenforce notice (enforcing=0) >Dec 19 01:45:13 localhost dbus[1471]: avc: received setenforce notice (enforcing=0) >Dec 19 01:45:13 localhost dbus[1320]: avc: received setenforce notice (enforcing=0) >Dec 19 01:45:13 localhost dbus-daemon[518]: dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:45:13 localhost dbus[518]: avc: received setenforce notice (enforcing=0) >Dec 19 01:45:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:13 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:14 localhost anaconda: /sbin/anaconda 18.37.4 >Dec 19 01:45:15 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:45:15 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:45:15 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 19 01:45:15 localhost anaconda: Default encoding = ascii >Dec 19 01:45:15 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:45:15 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:15 localhost anaconda: ISCSID is /sbin/iscsid >Dec 19 01:45:15 localhost anaconda: no initiator set >Dec 19 01:45:15 localhost program: Running... modprobe fcoe >Dec 19 01:45:15 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 19 01:45:15 localhost program: No FCoE boot disk information is found in EDD! >Dec 19 01:45:15 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 19 01:45:15 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 19 01:45:15 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:45:15 localhost program: Running... multipath -d >Dec 19 01:45:15 localhost program: Running... multipath -ll >Dec 19 01:45:15 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:45:15 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:45:15 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:45:15 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:45:15 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:45:15 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:45:15 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:45:15 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:45:15 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:45:15 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:45:15 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:45:15 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:45:15 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:45:15 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:15 localhost anaconda: Display mode = g >Dec 19 01:45:15 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 19 01:45:15 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 19 01:45:15 localhost anaconda: using only installclass _Fedora >Dec 19 01:45:15 localhost anaconda: Detected 2016M of memory >Dec 19 01:45:15 localhost anaconda: Swap attempt of 4032M >Dec 19 01:45:15 localhost anaconda: Running Thread: AnaStorageThread (140609323198208) >Dec 19 01:45:15 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 19 01:45:15 localhost anaconda: Running Thread: AnaNetworkThread (140609243313920) >Dec 19 01:45:15 localhost program: Running... systemctl start chronyd.service >Dec 19 01:45:15 localhost anaconda: Running Thread: AnaPayloadThread (140608986142464) >Dec 19 01:45:15 localhost systemd[1]: Started NTP client/server. >Dec 19 01:45:15 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 19 01:45:15 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:45:15 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost anaconda: Thread Done: AnaNetworkThread (140609243313920) >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost anaconda: no initiator set >Dec 19 01:45:16 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 19 01:45:16 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 19 01:45:16 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:45:16 localhost storage: sr0 looks to be the live device; marking as protected >Dec 19 01:45:16 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:45:16 localhost program: Running... multipath -d >Dec 19 01:45:16 localhost program: Running... multipath -ll >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost storage: MultipathTopology: found singlepath device: sda >Dec 19 01:45:16 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 19 01:45:16 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 19 01:45:16 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 19 01:45:16 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 19 01:45:16 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 19 01:45:16 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 19 01:45:16 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 19 01:45:16 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 19 01:45:16 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 19 01:45:16 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 19 01:45:16 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 19 01:45:16 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 19 01:45:16 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 19 01:45:16 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 19 01:45:16 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 19 01:45:16 localhost storage: sda is a disk >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost storage: added disk sda (id 0) to device tree >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:16 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost storage: got device: DiskDevice instance (0x7fe2240c65d0) -- >Dec 19 01:45:17 localhost storage: got format: DiskLabel instance (0x7fe2241234d0) -- >Dec 19 01:45:17 localhost storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >Dec 19 01:45:17 localhost storage: sda1 is a partition >Dec 19 01:45:17 localhost storage: added partition sda1 (id 1) to device tree >Dec 19 01:45:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost storage: disklabel detected but not usable on sda1 >Dec 19 01:45:17 localhost storage: type detected on 'sda1' is 'ext4' >Dec 19 01:45:17 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:45:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost program: Filesystem volume name: <none> >Dec 19 01:45:17 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:45:17 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:45:17 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:45:17 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:45:17 localhost 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 >Dec 19 01:45:17 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:45:17 localhost program: Default mount options: user_xattr acl >Dec 19 01:45:17 localhost program: Filesystem state: clean >Dec 19 01:45:17 localhost program: Errors behavior: Continue >Dec 19 01:45:17 localhost program: Filesystem OS type: Linux >Dec 19 01:45:17 localhost program: Inode count: 128016 >Dec 19 01:45:17 localhost program: Block count: 512000 >Dec 19 01:45:17 localhost program: Reserved block count: 25600 >Dec 19 01:45:17 localhost program: Free blocks: 424191 >Dec 19 01:45:17 localhost program: Free inodes: 127651 >Dec 19 01:45:17 localhost program: First block: 1 >Dec 19 01:45:17 localhost program: Block size: 1024 >Dec 19 01:45:17 localhost program: Fragment size: 1024 >Dec 19 01:45:17 localhost program: Reserved GDT blocks: 256 >Dec 19 01:45:17 localhost program: Blocks per group: 8192 >Dec 19 01:45:17 localhost program: Fragments per group: 8192 >Dec 19 01:45:17 localhost program: Inodes per group: 2032 >Dec 19 01:45:17 localhost program: Inode blocks per group: 254 >Dec 19 01:45:17 localhost program: Flex block group size: 16 >Dec 19 01:45:17 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:45:17 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:45:17 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:45:17 localhost program: Mount count: 1 >Dec 19 01:45:17 localhost program: Maximum mount count: -1 >Dec 19 01:45:17 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:45:17 localhost program: Check interval: 0 (<none>) >Dec 19 01:45:17 localhost program: Lifetime writes: 84 MB >Dec 19 01:45:17 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:45:17 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:45:17 localhost program: First inode: 11 >Dec 19 01:45:17 localhost program: Inode size:#011 128 >Dec 19 01:45:17 localhost program: Journal inode: 8 >Dec 19 01:45:17 localhost program: Default directory hash: half_md4 >Dec 19 01:45:17 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:45:17 localhost program: Journal backup: inode blocks >Dec 19 01:45:17 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:45:17 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:45:17 localhost program: Running... dumpe2fs -h /dev/sda1 >Dec 19 01:45:17 localhost program: Filesystem volume name: <none> >Dec 19 01:45:17 localhost program: Last mounted on: /mnt/sysimage/boot >Dec 19 01:45:17 localhost program: Filesystem UUID: 621ad576-5856-4579-8c6f-7c18f5141b63 >Dec 19 01:45:17 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:45:17 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:45:17 localhost 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 >Dec 19 01:45:17 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:45:17 localhost program: Default mount options: user_xattr acl >Dec 19 01:45:17 localhost program: Filesystem state: clean >Dec 19 01:45:17 localhost program: Errors behavior: Continue >Dec 19 01:45:17 localhost program: Filesystem OS type: Linux >Dec 19 01:45:17 localhost program: Inode count: 128016 >Dec 19 01:45:17 localhost program: Block count: 512000 >Dec 19 01:45:17 localhost program: Reserved block count: 25600 >Dec 19 01:45:17 localhost program: Free blocks: 424191 >Dec 19 01:45:17 localhost program: Free inodes: 127651 >Dec 19 01:45:17 localhost program: First block: 1 >Dec 19 01:45:17 localhost program: Block size: 1024 >Dec 19 01:45:17 localhost program: Fragment size: 1024 >Dec 19 01:45:17 localhost program: Reserved GDT blocks: 256 >Dec 19 01:45:17 localhost program: Blocks per group: 8192 >Dec 19 01:45:17 localhost program: Fragments per group: 8192 >Dec 19 01:45:17 localhost program: Inodes per group: 2032 >Dec 19 01:45:17 localhost program: Inode blocks per group: 254 >Dec 19 01:45:17 localhost program: Flex block group size: 16 >Dec 19 01:45:17 localhost program: Filesystem created: Tue Dec 18 23:18:11 2012 >Dec 19 01:45:17 localhost program: Last mount time: Tue Dec 18 23:18:23 2012 >Dec 19 01:45:17 localhost program: Last write time: Tue Dec 18 23:25:21 2012 >Dec 19 01:45:17 localhost program: Mount count: 1 >Dec 19 01:45:17 localhost program: Maximum mount count: -1 >Dec 19 01:45:17 localhost program: Last checked: Tue Dec 18 23:18:11 2012 >Dec 19 01:45:17 localhost program: Check interval: 0 (<none>) >Dec 19 01:45:17 localhost program: Lifetime writes: 84 MB >Dec 19 01:45:17 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:45:17 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:45:17 localhost program: First inode: 11 >Dec 19 01:45:17 localhost program: Inode size:#011 128 >Dec 19 01:45:17 localhost program: Journal inode: 8 >Dec 19 01:45:17 localhost program: Default directory hash: half_md4 >Dec 19 01:45:17 localhost program: Directory Hash Seed: 40c9334f-85bb-4f36-a088-873b16772bfd >Dec 19 01:45:17 localhost program: Journal backup: inode blocks >Dec 19 01:45:17 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:45:17 localhost program: dumpe2fs: Invalid argument while reading journal super block >Dec 19 01:45:17 localhost program: Running... resize2fs -P /dev/sda1 >Dec 19 01:45:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost program: Estimated minimum size of the filesystem: 78174 >Dec 19 01:45:17 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:45:17 localhost storage: got device: PartitionDevice instance (0x7fe224148fd0) -- >Dec 19 01:45:17 localhost storage: got format: Ext4FS instance (0x7fe224154090) -- >Dec 19 01:45:17 localhost storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >Dec 19 01:45:17 localhost storage: sda2 is a partition >Dec 19 01:45:17 localhost storage: added partition sda2 (id 2) to device tree >Dec 19 01:45:17 localhost storage: disklabel detected but not usable on sda2 >Dec 19 01:45:17 localhost storage: got device: PartitionDevice instance (0x7fe22414b790) -- >Dec 19 01:45:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >Dec 19 01:45:17 localhost storage: sr0 is a cdrom >Dec 19 01:45:17 localhost storage: added cdrom sr0 (id 3) to device tree >Dec 19 01:45:17 localhost storage: disklabel detected but not usable on sr0 >Dec 19 01:45:17 localhost storage: type detected on 'sr0' is 'iso9660' >Dec 19 01:45:17 localhost storage: got device: OpticalDevice instance (0x7fe22416bfd0) -- >Dec 19 01:45:17 localhost storage: got format: Iso9660FS instance (0x7fe22417a190) -- >Dec 19 01:45:17 localhost storage: scanning loop0 (/devices/virtual/block/loop0)... >Dec 19 01:45:17 localhost storage: loop0 is a loop device >Dec 19 01:45:17 localhost storage: added file /osmin.img (deleted) (id 4) to device tree >Dec 19 01:45:17 localhost storage: added loop loop0 (id 5) to device tree >Dec 19 01:45:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost storage: disklabel detected but not usable on loop0 >Dec 19 01:45:17 localhost storage: type detected on 'loop0' is 'squashfs' >Dec 19 01:45:17 localhost storage: got device: LoopDevice instance (0x7fe22417aed0) -- >Dec 19 01:45:17 localhost storage: scanning loop1 (/devices/virtual/block/loop1)... >Dec 19 01:45:17 localhost storage: loop1 is a loop device >Dec 19 01:45:17 localhost storage: added file /osmin (id 6) to device tree >Dec 19 01:45:17 localhost storage: added loop loop1 (id 7) to device tree >Dec 19 01:45:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost storage: disklabel detected but not usable on loop1 >Dec 19 01:45:17 localhost storage: type detected on 'loop1' is 'DM_snapshot_cow' >Dec 19 01:45:17 localhost storage: got device: LoopDevice instance (0x2d34b50) -- >Dec 19 01:45:17 localhost storage: scanning loop2 (/devices/virtual/block/loop2)... >Dec 19 01:45:17 localhost storage: loop2 is a loop device >Dec 19 01:45:17 localhost storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >Dec 19 01:45:17 localhost storage: added loop loop2 (id 9) to device tree >Dec 19 01:45:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost storage: disklabel detected but not usable on loop2 >Dec 19 01:45:17 localhost storage: type detected on 'loop2' is 'squashfs' >Dec 19 01:45:17 localhost storage: got device: LoopDevice instance (0x2d40b90) -- >Dec 19 01:45:17 localhost storage: scanning loop3 (/devices/virtual/block/loop3)... >Dec 19 01:45:17 localhost storage: loop3 is a loop device >Dec 19 01:45:17 localhost storage: added file /LiveOS/ext3fs.img (id 10) to device tree >Dec 19 01:45:17 localhost storage: added loop loop3 (id 11) to device tree >Dec 19 01:45:17 localhost storage: type detected on 'loop3' is 'ext4' >Dec 19 01:45:17 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:45:17 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:45:17 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:45:17 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:45:17 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:45:17 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:45:17 localhost 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 >Dec 19 01:45:17 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:45:17 localhost program: Default mount options: user_xattr acl >Dec 19 01:45:17 localhost program: Filesystem state: clean >Dec 19 01:45:17 localhost program: Errors behavior: Continue >Dec 19 01:45:17 localhost program: Filesystem OS type: Linux >Dec 19 01:45:17 localhost program: Inode count: 262144 >Dec 19 01:45:17 localhost program: Block count: 1048576 >Dec 19 01:45:17 localhost program: Reserved block count: 10484 >Dec 19 01:45:17 localhost program: Free blocks: 188525 >Dec 19 01:45:17 localhost program: Free inodes: 153877 >Dec 19 01:45:17 localhost program: First block: 0 >Dec 19 01:45:17 localhost program: Block size: 4096 >Dec 19 01:45:17 localhost program: Fragment size: 4096 >Dec 19 01:45:17 localhost program: Reserved GDT blocks: 255 >Dec 19 01:45:17 localhost program: Blocks per group: 32768 >Dec 19 01:45:17 localhost program: Fragments per group: 32768 >Dec 19 01:45:17 localhost program: Inodes per group: 8192 >Dec 19 01:45:17 localhost program: Inode blocks per group: 512 >Dec 19 01:45:17 localhost program: Flex block group size: 16 >Dec 19 01:45:17 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:45:17 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:45:17 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:45:17 localhost program: Mount count: 0 >Dec 19 01:45:17 localhost program: Maximum mount count: -1 >Dec 19 01:45:17 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:45:17 localhost program: Check interval: 0 (<none>) >Dec 19 01:45:17 localhost program: Lifetime writes: 805 MB >Dec 19 01:45:17 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:45:17 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:45:17 localhost program: First inode: 11 >Dec 19 01:45:17 localhost program: Inode size:#011 256 >Dec 19 01:45:17 localhost program: Required extra isize: 28 >Dec 19 01:45:17 localhost program: Desired extra isize: 28 >Dec 19 01:45:17 localhost program: Journal inode: 8 >Dec 19 01:45:17 localhost program: Default directory hash: half_md4 >Dec 19 01:45:17 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:45:17 localhost program: Journal backup: inode blocks >Dec 19 01:45:17 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:45:17 localhost program: Journal size: 128M >Dec 19 01:45:17 localhost program: Journal length: 32768 >Dec 19 01:45:17 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:45:17 localhost program: Journal start: 0 >Dec 19 01:45:17 localhost program: >Dec 19 01:45:17 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:45:17 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 19 01:45:17 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:45:17 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:45:17 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:45:17 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:45:17 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:45:17 localhost 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 >Dec 19 01:45:17 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:45:17 localhost program: Default mount options: user_xattr acl >Dec 19 01:45:17 localhost program: Filesystem state: clean >Dec 19 01:45:17 localhost program: Errors behavior: Continue >Dec 19 01:45:17 localhost program: Filesystem OS type: Linux >Dec 19 01:45:17 localhost program: Inode count: 262144 >Dec 19 01:45:17 localhost program: Block count: 1048576 >Dec 19 01:45:17 localhost program: Reserved block count: 10484 >Dec 19 01:45:17 localhost program: Free blocks: 188525 >Dec 19 01:45:17 localhost program: Free inodes: 153877 >Dec 19 01:45:17 localhost program: First block: 0 >Dec 19 01:45:17 localhost program: Block size: 4096 >Dec 19 01:45:17 localhost program: Fragment size: 4096 >Dec 19 01:45:17 localhost program: Reserved GDT blocks: 255 >Dec 19 01:45:17 localhost program: Blocks per group: 32768 >Dec 19 01:45:17 localhost program: Fragments per group: 32768 >Dec 19 01:45:17 localhost program: Inodes per group: 8192 >Dec 19 01:45:17 localhost program: Inode blocks per group: 512 >Dec 19 01:45:17 localhost program: Flex block group size: 16 >Dec 19 01:45:17 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:45:17 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:45:17 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 19 01:45:17 localhost program: Mount count: 0 >Dec 19 01:45:17 localhost program: Maximum mount count: -1 >Dec 19 01:45:17 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:45:17 localhost program: Check interval: 0 (<none>) >Dec 19 01:45:17 localhost program: Lifetime writes: 805 MB >Dec 19 01:45:17 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:45:17 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:45:17 localhost program: First inode: 11 >Dec 19 01:45:17 localhost program: Inode size:#011 256 >Dec 19 01:45:17 localhost program: Required extra isize: 28 >Dec 19 01:45:17 localhost program: Desired extra isize: 28 >Dec 19 01:45:17 localhost program: Journal inode: 8 >Dec 19 01:45:17 localhost program: Default directory hash: half_md4 >Dec 19 01:45:17 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:45:17 localhost program: Journal backup: inode blocks >Dec 19 01:45:17 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:45:17 localhost program: Journal size: 128M >Dec 19 01:45:17 localhost program: Journal length: 32768 >Dec 19 01:45:17 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:45:17 localhost program: Journal start: 0 >Dec 19 01:45:17 localhost program: >Dec 19 01:45:17 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:45:17 localhost program: Running... resize2fs -P /dev/loop3 >Dec 19 01:45:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:45:17 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:45:17 localhost program: resize2fs: Device or resource busy while trying to open /dev/loop3 >Dec 19 01:45:17 localhost storage: got device: LoopDevice instance (0x2d42910) -- >Dec 19 01:45:17 localhost storage: got format: Ext4FS instance (0x2d42b50) -- >Dec 19 01:45:17 localhost storage: scanning loop4 (/devices/virtual/block/loop4)... >Dec 19 01:45:17 localhost storage: loop4 is a loop device >Dec 19 01:45:17 localhost storage: added file /overlay (deleted) (id 12) to device tree >Dec 19 01:45:17 localhost storage: added loop loop4 (id 13) to device tree >Dec 19 01:45:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost storage: disklabel detected but not usable on loop4 >Dec 19 01:45:17 localhost storage: type detected on 'loop4' is 'DM_snapshot_cow' >Dec 19 01:45:17 localhost storage: got device: LoopDevice instance (0x2d4a890) -- >Dec 19 01:45:17 localhost storage: ignoring loop5 (/devices/virtual/block/loop5) >Dec 19 01:45:17 localhost storage: ignoring loop6 (/devices/virtual/block/loop6) >Dec 19 01:45:17 localhost storage: ignoring loop7 (/devices/virtual/block/loop7) >Dec 19 01:45:17 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:45:17 localhost storage: devices to scan: ['dm-0', 'dm-1'] >Dec 19 01:45:17 localhost storage: scanning live-rw (/devices/virtual/block/dm-0)... >Dec 19 01:45:17 localhost storage: live-rw is a device-mapper device >Dec 19 01:45:17 localhost storage: added dm live-rw (id 14) to device tree >Dec 19 01:45:17 localhost storage: type detected on 'live-rw' is 'ext4' >Dec 19 01:45:17 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:45:17 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:45:17 localhost program: Last mounted on: /sysroot >Dec 19 01:45:17 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:45:17 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:45:17 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:45:17 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:45:17 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:45:17 localhost program: Default mount options: user_xattr acl >Dec 19 01:45:17 localhost program: Filesystem state: clean >Dec 19 01:45:17 localhost program: Errors behavior: Continue >Dec 19 01:45:17 localhost program: Filesystem OS type: Linux >Dec 19 01:45:17 localhost program: Inode count: 262144 >Dec 19 01:45:17 localhost program: Block count: 1048576 >Dec 19 01:45:17 localhost program: Reserved block count: 10484 >Dec 19 01:45:17 localhost program: Free blocks: 188525 >Dec 19 01:45:17 localhost program: Free inodes: 153877 >Dec 19 01:45:17 localhost program: First block: 0 >Dec 19 01:45:17 localhost program: Block size: 4096 >Dec 19 01:45:17 localhost program: Fragment size: 4096 >Dec 19 01:45:17 localhost program: Reserved GDT blocks: 255 >Dec 19 01:45:17 localhost program: Blocks per group: 32768 >Dec 19 01:45:17 localhost program: Fragments per group: 32768 >Dec 19 01:45:17 localhost program: Inodes per group: 8192 >Dec 19 01:45:17 localhost program: Inode blocks per group: 512 >Dec 19 01:45:17 localhost program: Flex block group size: 16 >Dec 19 01:45:17 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:45:17 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:45:17 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:45:17 localhost program: Mount count: 1 >Dec 19 01:45:17 localhost program: Maximum mount count: -1 >Dec 19 01:45:17 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:45:17 localhost program: Check interval: 0 (<none>) >Dec 19 01:45:17 localhost program: Lifetime writes: 805 MB >Dec 19 01:45:17 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:45:17 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:45:17 localhost program: First inode: 11 >Dec 19 01:45:17 localhost program: Inode size:#011 256 >Dec 19 01:45:17 localhost program: Required extra isize: 28 >Dec 19 01:45:17 localhost program: Desired extra isize: 28 >Dec 19 01:45:17 localhost program: Journal inode: 8 >Dec 19 01:45:17 localhost program: First orphan inode: 38553 >Dec 19 01:45:17 localhost program: Default directory hash: half_md4 >Dec 19 01:45:17 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:45:17 localhost program: Journal backup: inode blocks >Dec 19 01:45:17 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:45:17 localhost program: Journal size: 128M >Dec 19 01:45:17 localhost program: Journal length: 32768 >Dec 19 01:45:17 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:45:17 localhost program: Journal start: 1 >Dec 19 01:45:17 localhost program: >Dec 19 01:45:17 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:45:17 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 19 01:45:17 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:45:17 localhost program: Last mounted on: /sysroot >Dec 19 01:45:17 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:45:17 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:45:17 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:45:17 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 19 01:45:17 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:45:17 localhost program: Default mount options: user_xattr acl >Dec 19 01:45:17 localhost program: Filesystem state: clean >Dec 19 01:45:17 localhost program: Errors behavior: Continue >Dec 19 01:45:17 localhost program: Filesystem OS type: Linux >Dec 19 01:45:17 localhost program: Inode count: 262144 >Dec 19 01:45:17 localhost program: Block count: 1048576 >Dec 19 01:45:17 localhost program: Reserved block count: 10484 >Dec 19 01:45:17 localhost program: Free blocks: 188525 >Dec 19 01:45:17 localhost program: Free inodes: 153877 >Dec 19 01:45:17 localhost program: First block: 0 >Dec 19 01:45:17 localhost program: Block size: 4096 >Dec 19 01:45:17 localhost program: Fragment size: 4096 >Dec 19 01:45:17 localhost program: Reserved GDT blocks: 255 >Dec 19 01:45:17 localhost program: Blocks per group: 32768 >Dec 19 01:45:17 localhost program: Fragments per group: 32768 >Dec 19 01:45:17 localhost program: Inodes per group: 8192 >Dec 19 01:45:17 localhost program: Inode blocks per group: 512 >Dec 19 01:45:17 localhost program: Flex block group size: 16 >Dec 19 01:45:17 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:45:17 localhost program: Last mount time: Tue Dec 18 23:50:30 2012 >Dec 19 01:45:17 localhost program: Last write time: Tue Dec 18 23:50:30 2012 >Dec 19 01:45:17 localhost program: Mount count: 1 >Dec 19 01:45:17 localhost program: Maximum mount count: -1 >Dec 19 01:45:17 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 19 01:45:17 localhost program: Check interval: 0 (<none>) >Dec 19 01:45:17 localhost program: Lifetime writes: 805 MB >Dec 19 01:45:17 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:45:17 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:45:17 localhost program: First inode: 11 >Dec 19 01:45:17 localhost program: Inode size:#011 256 >Dec 19 01:45:17 localhost program: Required extra isize: 28 >Dec 19 01:45:17 localhost program: Desired extra isize: 28 >Dec 19 01:45:17 localhost program: Journal inode: 8 >Dec 19 01:45:17 localhost program: First orphan inode: 38553 >Dec 19 01:45:17 localhost program: Default directory hash: half_md4 >Dec 19 01:45:17 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:45:17 localhost program: Journal backup: inode blocks >Dec 19 01:45:17 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:45:17 localhost program: Journal size: 128M >Dec 19 01:45:17 localhost program: Journal length: 32768 >Dec 19 01:45:17 localhost program: Journal sequence: 0x000016d1 >Dec 19 01:45:17 localhost program: Journal start: 1 >Dec 19 01:45:17 localhost program: >Dec 19 01:45:17 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:45:17 localhost program: Running... resize2fs -P /dev/mapper/live-rw >Dec 19 01:45:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost program: Estimated minimum size of the filesystem: 861710 >Dec 19 01:45:17 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:45:17 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:17 localhost storage: got device: DMDevice instance (0x2d56450) -- >Dec 19 01:45:17 localhost storage: got format: Ext4FS instance (0x2d5f090) -- >Dec 19 01:45:17 localhost storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >Dec 19 01:45:17 localhost storage: live-osimg-min is a device-mapper device >Dec 19 01:45:17 localhost storage: added dm live-osimg-min (id 15) to device tree >Dec 19 01:45:17 localhost storage: type detected on 'live-osimg-min' is 'ext4' >Dec 19 01:45:17 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:45:17 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:45:17 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:45:17 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:45:17 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:45:17 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:45:17 localhost 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 >Dec 19 01:45:17 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:45:17 localhost program: Default mount options: user_xattr acl >Dec 19 01:45:17 localhost program: Filesystem state: clean >Dec 19 01:45:17 localhost program: Errors behavior: Continue >Dec 19 01:45:17 localhost program: Filesystem OS type: Linux >Dec 19 01:45:17 localhost program: Inode count: 221184 >Dec 19 01:45:17 localhost program: Block count: 861710 >Dec 19 01:45:17 localhost program: Reserved block count: 8615 >Dec 19 01:45:17 localhost program: Free blocks: 4486 >Dec 19 01:45:17 localhost program: Free inodes: 112917 >Dec 19 01:45:17 localhost program: First block: 0 >Dec 19 01:45:17 localhost program: Block size: 4096 >Dec 19 01:45:17 localhost program: Fragment size: 4096 >Dec 19 01:45:17 localhost program: Reserved GDT blocks: 255 >Dec 19 01:45:17 localhost program: Blocks per group: 32768 >Dec 19 01:45:17 localhost program: Fragments per group: 32768 >Dec 19 01:45:17 localhost program: Inodes per group: 8192 >Dec 19 01:45:17 localhost program: Inode blocks per group: 512 >Dec 19 01:45:17 localhost program: Flex block group size: 16 >Dec 19 01:45:17 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:45:17 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:45:17 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:45:17 localhost program: Mount count: 0 >Dec 19 01:45:17 localhost program: Maximum mount count: -1 >Dec 19 01:45:17 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:45:17 localhost program: Check interval: 0 (<none>) >Dec 19 01:45:17 localhost program: Lifetime writes: 807 MB >Dec 19 01:45:17 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:45:17 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:45:17 localhost program: First inode: 11 >Dec 19 01:45:17 localhost program: Inode size:#011 256 >Dec 19 01:45:17 localhost program: Required extra isize: 28 >Dec 19 01:45:17 localhost program: Desired extra isize: 28 >Dec 19 01:45:17 localhost program: Journal inode: 8 >Dec 19 01:45:17 localhost program: Default directory hash: half_md4 >Dec 19 01:45:17 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:45:17 localhost program: Journal backup: inode blocks >Dec 19 01:45:17 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:45:17 localhost program: Journal size: 128M >Dec 19 01:45:17 localhost program: Journal length: 32768 >Dec 19 01:45:17 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:45:17 localhost program: Journal start: 0 >Dec 19 01:45:17 localhost program: >Dec 19 01:45:17 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:45:17 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 19 01:45:18 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 19 01:45:18 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 19 01:45:18 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 19 01:45:18 localhost program: Filesystem magic number: 0xEF53 >Dec 19 01:45:18 localhost program: Filesystem revision #: 1 (dynamic) >Dec 19 01:45:18 localhost 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 >Dec 19 01:45:18 localhost program: Filesystem flags: signed_directory_hash >Dec 19 01:45:18 localhost program: Default mount options: user_xattr acl >Dec 19 01:45:18 localhost program: Filesystem state: clean >Dec 19 01:45:18 localhost program: Errors behavior: Continue >Dec 19 01:45:18 localhost program: Filesystem OS type: Linux >Dec 19 01:45:18 localhost program: Inode count: 221184 >Dec 19 01:45:18 localhost program: Block count: 861710 >Dec 19 01:45:18 localhost program: Reserved block count: 8615 >Dec 19 01:45:18 localhost program: Free blocks: 4486 >Dec 19 01:45:18 localhost program: Free inodes: 112917 >Dec 19 01:45:18 localhost program: First block: 0 >Dec 19 01:45:18 localhost program: Block size: 4096 >Dec 19 01:45:18 localhost program: Fragment size: 4096 >Dec 19 01:45:18 localhost program: Reserved GDT blocks: 255 >Dec 19 01:45:18 localhost program: Blocks per group: 32768 >Dec 19 01:45:18 localhost program: Fragments per group: 32768 >Dec 19 01:45:18 localhost program: Inodes per group: 8192 >Dec 19 01:45:18 localhost program: Inode blocks per group: 512 >Dec 19 01:45:18 localhost program: Flex block group size: 16 >Dec 19 01:45:18 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 19 01:45:18 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 19 01:45:18 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 19 01:45:18 localhost program: Mount count: 0 >Dec 19 01:45:18 localhost program: Maximum mount count: -1 >Dec 19 01:45:18 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 19 01:45:18 localhost program: Check interval: 0 (<none>) >Dec 19 01:45:18 localhost program: Lifetime writes: 807 MB >Dec 19 01:45:18 localhost program: Reserved blocks uid: 0 (user root) >Dec 19 01:45:18 localhost program: Reserved blocks gid: 0 (group root) >Dec 19 01:45:18 localhost program: First inode: 11 >Dec 19 01:45:18 localhost program: Inode size:#011 256 >Dec 19 01:45:18 localhost program: Required extra isize: 28 >Dec 19 01:45:18 localhost program: Desired extra isize: 28 >Dec 19 01:45:18 localhost program: Journal inode: 8 >Dec 19 01:45:18 localhost program: Default directory hash: half_md4 >Dec 19 01:45:18 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 19 01:45:18 localhost program: Journal backup: inode blocks >Dec 19 01:45:18 localhost program: Journal features: journal_incompat_revoke >Dec 19 01:45:18 localhost program: Journal size: 128M >Dec 19 01:45:18 localhost program: Journal length: 32768 >Dec 19 01:45:18 localhost program: Journal sequence: 0x000016d0 >Dec 19 01:45:18 localhost program: Journal start: 0 >Dec 19 01:45:18 localhost program: >Dec 19 01:45:18 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 19 01:45:18 localhost program: Running... resize2fs -P /dev/mapper/live-osimg-min >Dec 19 01:45:18 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:18 localhost program: Couldn't find valid filesystem superblock. >Dec 19 01:45:18 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 19 01:45:18 localhost program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >Dec 19 01:45:18 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:18 localhost storage: got device: DMDevice instance (0x2d4afd0) -- >Dec 19 01:45:18 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:18 localhost storage: got format: Ext4FS instance (0x2d62750) -- >Dec 19 01:45:18 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:45:18 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:45:18 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:45:18 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:45:18 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:45:18 localhost storage: not going to restore from backup of non-existent /etc/mdadm.conf >Dec 19 01:45:18 localhost storage: edd: collected mbr signatures: {'sda': '0x000a740d'} >Dec 19 01:45:18 localhost storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >Dec 19 01:45:18 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 19 01:45:18 localhost kernel: [ 6889.361199] EXT4-fs (sda1): bad geometry: block count 512000 exceeds size of device (1024 blocks) >Dec 19 01:45:18 localhost program: mount: wrong fs type, bad option, bad superblock on /dev/sda1, >Dec 19 01:45:18 localhost storage: mount of sda1 as ext4 failed: mount failed: (32, 'mount: wrong fs type, bad option, bad superblock on /dev/sda1,\n missing codepage or helper program, or other error\n In some cases useful info is found in syslog - try\n dmesg | tail or so') >Dec 19 01:45:18 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:45:18 localhost anaconda: Thread Done: AnaStorageThread (140609323198208) >Dec 19 01:45:18 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 19 01:45:18 localhost kernel: [ 6889.501061] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 19 01:45:18 localhost udisksd[1261]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 19 01:45:18 localhost anaconda: Thread Done: AnaPayloadThread (140608986142464) >Dec 19 01:45:24 localhost anaconda: Not doing 'replace runtime X layouts' in live installation >Dec 19 01:45:25 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:45:25 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:45:25 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:45:25 localhost anaconda: Not doing 'save system time' in live installation >Dec 19 01:45:25 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 19 01:45:26 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 01:45:26 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 19 01:45:26 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 19 01:45:26 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 19 01:45:27 localhost anaconda: fs space: 0 B needed: 3.11 GB >Dec 19 01:45:27 localhost anaconda: Running Thread: AnaStorageWatcher (140608899376896) >Dec 19 01:45:27 localhost storage: DiskLabel.partedDevice returning None >Dec 19 01:45:28 localhost anaconda: Running Thread: AnaNTPserver0 (140608986142464) >Dec 19 01:45:28 localhost anaconda: Running Thread: AnaNTPserver1 (140608890984192) >Dec 19 01:45:28 localhost anaconda: Running Thread: AnaNTPserver2 (140608851982080) >Dec 19 01:45:28 localhost anaconda: Running Thread: AnaNTPserver3 (140608598902528) >Dec 19 01:45:28 localhost anaconda: Thread Done: AnaStorageWatcher (140608899376896) >Dec 19 01:45:28 localhost anaconda: Thread Done: AnaNTPserver0 (140608986142464) >Dec 19 01:45:28 localhost anaconda: Thread Done: AnaNTPserver2 (140608851982080) >Dec 19 01:45:28 localhost anaconda: Thread Done: AnaNTPserver3 (140608598902528) >Dec 19 01:45:28 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5293790> status to: Probing storage... >Dec 19 01:45:28 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5293790> >Dec 19 01:45:38 localhost anaconda: Thread Done: AnaNTPserver1 (140608890984192) >Dec 19 01:45:39 localhost anaconda: Running Thread: AnaExecuteStorageThread (140608890984192) >Dec 19 01:45:39 localhost program: Running... udevadm settle --timeout=300 >Dec 19 01:45:39 localhost anaconda: Thread Done: AnaExecuteStorageThread (140608890984192) >Dec 19 01:45:40 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5293790> >Dec 19 01:45:40 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5293790> status to: Saving storage configuration... >Dec 19 01:45:40 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5293790> >Dec 19 01:45:42 localhost anaconda: getting device type for None >Dec 19 01:45:42 localhost anaconda: unknown device type: 'None' >Dec 19 01:45:42 localhost anaconda: getting device type for Standard Partition >Dec 19 01:45:42 localhost anaconda: getting device type for Standard Partition >Dec 19 01:45:42 localhost anaconda: getting device type for Standard Partition >Dec 19 01:45:42 localhost anaconda: getting device type for Standard Partition >Dec 19 01:45:42 localhost anaconda: getting device type for Standard Partition >Dec 19 01:46:45 localhost anaconda: ui: saving changes to device sda1 >Dec 19 01:46:45 localhost anaconda: getting device type for Standard Partition >Dec 19 01:46:45 localhost anaconda: getting device type for Standard Partition
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 888658
:
665893
|
665894
|
665895
|
665896
|
665897
| 665898 |
665899