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 666555 Details for
Bug 889101
AttributeError: 'NoneType' object has no attribute 'removeMember'
[?]
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.
anaconda-tb-hPD7MJ
anaconda-tb-hPD7MJ (text/plain), 467.89 KB, created by
Chris Murphy
on 2012-12-20 09:25:39 UTC
(
hide
)
Description:
anaconda-tb-hPD7MJ
Filename:
MIME Type:
Creator:
Chris Murphy
Created:
2012-12-20 09:25:39 UTC
Size:
467.89 KB
patch
obsolete
>anaconda 18.37.4 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1900, in setContainerMembers > container.removeMember(member) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 2155, in newDevice > members=members, device=device) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1176, in _save_right_side > raid_level=raid_level) > 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) >AttributeError: 'NoneType' object has no attribute 'removeMember' > >Local variables in innermost frame: >factory: <pyanaconda.storage.MDFactory object at 0x66d91d0> >add_disks: [] >container: None >d: existing 8192MB disk sda (1) with non-existent msdos disklabel >_disks: [DiskDevice instance (0x634ec90) -- > name = sda status = True kids = 3 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f2394082050> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x634efd0>, DiskDevice instance (0x7f238002f410) -- > name = sdc status = True kids = 1 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f2394082a70> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f238002f950>, DiskDevice instance (0x634ed10) -- > name = sdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f23940828c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f238002f450>] >self: <pyanaconda.storage.Storage object at 0x6346b50> >remove_disks: [DiskDevice instance (0x634ec90) -- > name = sda status = True kids = 3 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f2394082050> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x634efd0>] >base_size: 1 >m: non-existent 3MB partition sdc1 (21) with non-existent mdmember >log_members: ['non-existent 3MB partition sda2 (19) with non-existent mdmember', 'non-existent 3MB partition sdb1 (20) with non-existent mdmember', 'non-existent 3MB partition sdc1 (21) with non-existent mdmember'] >member: non-existent 3MB partition sda2 (19) with non-existent mdmember >min_free: 500 >members: [PartitionDevice instance (0x66d7f90) -- > name = sda2 status = False kids = 1 id = 19 > parents = ['existing 8192MB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 3.0 > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1 path = /dev/sda2 > format args = [] originalFormat = mdmember grow = False max size = 3 bootable = False > part type = 0 primary = False > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66df310> PedPartition: <_ped.Partition object at 0x7f2380067fb0> > disk = existing 8192MB disk sda (1) with non-existent msdos disklabel > start = 1026048 end = 1032191 length = 6144 > flags = , PartitionDevice instance (0x66d90d0) -- > name = sdb1 status = False kids = 1 id = 20 > parents = ['existing 8192MB disk sdb (2) with non-existent msdos disklabel'] > uuid = None size = 3.0 > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1 path = /dev/sdb1 > format args = [] originalFormat = mdmember grow = False max size = 3 bootable = False > part type = 0 primary = False > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f610> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66df6d0> PedPartition: <_ped.Partition object at 0x7f2380067e90> > disk = existing 8192MB disk sdb (2) with non-existent msdos disklabel > start = 2048 end = 8191 length = 6144 > flags = , PartitionDevice instance (0x66d9290) -- > name = sdc1 status = False kids = 1 id = 21 > parents = ['existing 8192MB disk sdc (3) with non-existent msdos disklabel'] > uuid = None size = 3.0 > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1 path = /dev/sdc1 > format args = [] originalFormat = mdmember grow = False max size = 3 bootable = False > part type = 0 primary = False > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002fb10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66df050> PedPartition: <_ped.Partition object at 0x66e01d0> > disk = existing 8192MB disk sdc (3) with non-existent msdos disklabel > start = 2048 end = 8191 length = 6144 > flags = ] >device: non-existent 9MB mdarray root (22) with non-existent ext4 filesystem mounted at / >container_size: 19004.0 > > > >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: >04:08:20,671 DEBUG anaconda: required disklabel type for sda (1) is None >04:08:20,671 DEBUG anaconda: default disklabel type for sda is msdos >04:08:20,672 DEBUG anaconda: selecting msdos disklabel for sda based on size >04:08:20,694 DEBUG anaconda: required disklabel type for sdb (1) is None >04:08:20,694 DEBUG anaconda: default disklabel type for sdb is msdos >04:08:20,695 DEBUG anaconda: selecting msdos disklabel for sdb based on size >04:08:20,710 DEBUG anaconda: required disklabel type for sdc (1) is None >04:08:20,710 DEBUG anaconda: default disklabel type for sdc is msdos >04:08:20,710 DEBUG anaconda: selecting msdos disklabel for sdc based on size >04:08:21,211 INFO anaconda: /sbin/anaconda 18.37.4 >09:08:21,532 INFO anaconda: 2097152 kB (2048 MB) are available >04:08:21,532 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >04:08:21,533 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >04:08:21,533 INFO anaconda: Default encoding = ascii >04:08:21,904 INFO anaconda: ISCSID is /sbin/iscsid >04:08:21,904 INFO anaconda: no initiator set >04:08:21,966 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >04:08:21,967 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >04:08:22,182 INFO anaconda: Display mode = g >09:08:22,183 INFO anaconda: 2097152 kB (2048 MB) are available >04:08:22,183 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >04:08:22,343 INFO anaconda: using only installclass _Fedora >04:08:22,372 INFO anaconda: Detected 2016M of memory >04:08:22,372 INFO anaconda: Swap attempt of 4032M >04:08:22,382 INFO anaconda: Running Thread: AnaStorageThread (139790905337600) >04:08:22,383 INFO anaconda: Running Thread: AnaNetworkThread (139790896944896) >04:08:22,384 INFO anaconda: Running Thread: AnaPayloadThread (139790574429952) >04:08:22,394 DEBUG anaconda: network: devices found ['p2p1'] >04:08:22,652 DEBUG anaconda: network: dumped ifcfg file for default autoconnection on p2p1 >04:08:22,742 DEBUG anaconda: updating hostname localhost.localdomain >04:08:22,826 DEBUG anaconda: waiting for connecting NM (dhcp?) >04:08:22,924 INFO anaconda: no initiator set >04:08:23,248 DEBUG anaconda: required disklabel type for sda (1) is None >04:08:23,252 DEBUG anaconda: default disklabel type for sda is msdos >04:08:23,252 DEBUG anaconda: selecting msdos disklabel for sda based on size >04:08:23,283 DEBUG anaconda: required disklabel type for sdb (1) is None >04:08:23,284 DEBUG anaconda: default disklabel type for sdb is msdos >04:08:23,285 DEBUG anaconda: selecting msdos disklabel for sdb based on size >04:08:23,311 DEBUG anaconda: required disklabel type for sdc (1) is None >04:08:23,311 DEBUG anaconda: default disklabel type for sdc is msdos >04:08:23,311 DEBUG anaconda: selecting msdos disklabel for sdc based on size >04:08:24,194 INFO anaconda: Thread Done: AnaStorageThread (139790905337600) >04:08:24,911 DEBUG anaconda: connected, waited 2 seconds >04:08:29,952 DEBUG anaconda: updating hostname f18v >04:08:29,966 INFO anaconda: Thread Done: AnaNetworkThread (139790896944896) >04:08:29,978 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/live-osimg-min on /mnt/install/source as auto with options defaults,ro >04:08:30,030 INFO anaconda: Thread Done: AnaPayloadThread (139790574429952) >04:08:36,523 INFO anaconda: Not doing 'replace runtime X layouts' in live installation >04:08:36,584 DEBUG anaconda: network standalone spoke (init): completed: True >23:08:36,988 INFO anaconda: Not doing 'save system time' in live installation >23:08:36,991 INFO anaconda: Not doing 'save system time' in live installation >23:08:36,993 INFO anaconda: Not doing 'save system time' in live installation >04:08:37,003 INFO anaconda: Not doing 'save system time' in live installation >04:08:37,006 INFO anaconda: Not doing 'modify system time and date' in live installation >04:08:39,911 INFO anaconda: fs space: 0 B needed: 3.12 GB >04:08:39,968 INFO anaconda: Not doing 'add runtime X layout' in live installation >04:08:39,983 INFO anaconda: Not doing 'test X layouts' in live installation >04:08:39,988 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) > >04:08:41,060 INFO anaconda: fs space: 0 B needed: 3.12 GB >04:08:41,212 INFO anaconda: Running Thread: AnaStorageWatcher (139790905337600) >04:08:41,604 INFO anaconda: Running Thread: AnaNTPserver0 (139790566037248) >04:08:41,608 INFO anaconda: Running Thread: AnaNTPserver1 (139790542255872) >04:08:41,620 INFO anaconda: Running Thread: AnaNTPserver2 (139790072829696) >04:08:41,621 INFO anaconda: Running Thread: AnaNTPserver3 (139790896944896) >04:08:41,669 INFO anaconda: Thread Done: AnaStorageWatcher (139790905337600) >04:08:41,737 INFO anaconda: Thread Done: AnaNTPserver3 (139790896944896) >04:08:41,767 INFO anaconda: Thread Done: AnaNTPserver2 (139790072829696) >04:08:41,769 INFO anaconda: Thread Done: AnaNTPserver1 (139790542255872) >04:08:42,849 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5faeb90> status to: Probing storage... >04:08:42,857 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5faeb90> >04:08:51,626 INFO anaconda: Thread Done: AnaNTPserver0 (139790566037248) >04:09:05,143 DEBUG anaconda: disk free: 24.57 GB fs free: 0 B sw needs: 3.12 GB auto swap: 4.03 GB >04:09:10,586 INFO anaconda: Running Thread: AnaExecuteStorageThread (139790574429952) >04:09:10,594 DEBUG anaconda: required disklabel type for sda (1) is None >04:09:10,594 DEBUG anaconda: default disklabel type for sda is msdos >04:09:10,595 DEBUG anaconda: selecting msdos disklabel for sda based on size >04:09:10,616 DEBUG anaconda: required disklabel type for sdb (1) is None >04:09:10,616 DEBUG anaconda: default disklabel type for sdb is msdos >04:09:10,617 DEBUG anaconda: selecting msdos disklabel for sdb based on size >04:09:10,623 DEBUG anaconda: required disklabel type for sdc (1) is None >04:09:10,624 DEBUG anaconda: default disklabel type for sdc is msdos >04:09:10,624 DEBUG anaconda: selecting msdos disklabel for sdc based on size >04:09:10,688 INFO anaconda: Thread Done: AnaExecuteStorageThread (139790574429952) >04:09:10,733 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', 'sdb', 'sdc', 'sr0'] >04:09:10,734 DEBUG anaconda: ui: unused=[] >04:09:10,734 DEBUG anaconda: ui: new_devices=[] >04:09:10,739 DEBUG anaconda: page clicked: New Fedora 18 Installation >04:09:10,740 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >04:09:10,890 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5faeb90> >04:09:10,890 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5faeb90> status to: Saving storage configuration... >04:09:10,894 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5faeb90> >04:13:30,971 DEBUG anaconda: requested size = 500 MB ; available space = 24.57 GB >04:13:31,040 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', 'sdb', 'sdc', 'sr0'] >04:13:31,040 DEBUG anaconda: ui: unused=[] >04:13:31,040 DEBUG anaconda: ui: new_devices=['sda1'] >04:13:31,046 DEBUG anaconda: page clicked: New Fedora 18 Installation >04:13:31,046 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >04:13:31,055 DEBUG anaconda: populate_right_side: non-existent 500MB partition sda1 (16) with non-existent ext4 filesystem mounted at /boot >04:13:31,073 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc'] >04:13:31,073 DEBUG anaconda: updated device_vg_name to None >04:13:31,074 DEBUG anaconda: min: 1.0 max: 25075.907714 current: 500.0 >04:13:31,075 DEBUG anaconda: fs type changed: ext4 >04:13:31,082 INFO anaconda: getting device type for Standard Partition >04:13:31,083 DEBUG anaconda: device_type_changed: 2 Standard Partition >04:13:31,083 INFO anaconda: getting device type for Standard Partition >04:13:31,083 DEBUG anaconda: populate_raid: 2, None >04:13:31,083 INFO anaconda: getting device type for Standard Partition >04:13:31,084 INFO anaconda: getting device type for Standard Partition >04:13:31,085 DEBUG anaconda: populate_raid: 2, None >04:13:31,085 INFO anaconda: getting device type for Standard Partition >04:13:39,144 INFO anaconda: ui: saving changes to device sda1 >04:13:39,144 DEBUG anaconda: old_name: sda1 >04:13:39,144 DEBUG anaconda: new_name: sda1 >04:13:39,144 DEBUG anaconda: new size: 500.0 >04:13:39,145 DEBUG anaconda: old size: 500.0 >04:13:39,145 INFO anaconda: getting device type for Standard Partition >04:13:39,145 DEBUG anaconda: new device type: 2 >04:13:39,145 DEBUG anaconda: reformat: True >04:13:39,146 DEBUG anaconda: new fs type: ext4 >04:13:39,146 DEBUG anaconda: old encryption setting: False >04:13:39,146 DEBUG anaconda: new encryption setting: False >04:13:39,146 DEBUG anaconda: old mountpoint: /boot >04:13:39,146 DEBUG anaconda: new mountpoint: /boot >04:13:39,147 INFO anaconda: getting device type for Standard Partition >04:13:47,846 DEBUG anaconda: requested size = 5 GB ; available space = 24.07 GB >04:13:47,973 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', 'sdb', 'sdc', 'sr0'] >04:13:47,973 DEBUG anaconda: ui: unused=[] >04:13:47,973 DEBUG anaconda: ui: new_devices=['sda1', 'sda2'] >04:13:47,980 DEBUG anaconda: page clicked: New Fedora 18 Installation >04:13:47,981 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >04:13:47,981 DEBUG anaconda: populate_right_side: non-existent 500MB partition sda1 (16) with non-existent ext4 filesystem mounted at /boot >04:13:47,981 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc'] >04:13:47,981 DEBUG anaconda: updated device_vg_name to None >04:13:47,982 DEBUG anaconda: min: 1.0 max: 24575.907714 current: 500.0 >04:13:47,985 INFO anaconda: getting device type for Standard Partition >04:13:47,987 DEBUG anaconda: populate_raid: 2, None >04:13:47,987 INFO anaconda: getting device type for Standard Partition >04:13:50,020 DEBUG anaconda: current selector: non-existent 500MB partition sda1 (16) with non-existent ext4 filesystem mounted at /boot >04:13:50,020 DEBUG anaconda: new selector: non-existent 5000MB partition sda2 (17) with non-existent swap >04:13:50,020 DEBUG anaconda: notebook page = 1 >04:13:50,020 INFO anaconda: ui: saving changes to device sda1 >04:13:50,020 DEBUG anaconda: old_name: sda1 >04:13:50,021 DEBUG anaconda: new_name: sda1 >04:13:50,021 DEBUG anaconda: new size: 500.0 >04:13:50,021 DEBUG anaconda: old size: 500.0 >04:13:50,021 INFO anaconda: getting device type for Standard Partition >04:13:50,021 DEBUG anaconda: new device type: 2 >04:13:50,022 DEBUG anaconda: reformat: True >04:13:50,022 DEBUG anaconda: new fs type: ext4 >04:13:50,022 DEBUG anaconda: old encryption setting: False >04:13:50,022 DEBUG anaconda: new encryption setting: False >04:13:50,022 DEBUG anaconda: old mountpoint: /boot >04:13:50,022 DEBUG anaconda: new mountpoint: /boot >04:13:50,023 INFO anaconda: getting device type for Standard Partition >04:13:50,025 DEBUG anaconda: populate_right_side: non-existent 5000MB partition sda2 (17) with non-existent swap >04:13:50,025 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc'] >04:13:50,025 DEBUG anaconda: updated device_vg_name to None >04:13:50,028 DEBUG anaconda: min: 1.0 max: 24075.907714 current: 5000.0 >04:13:50,028 DEBUG anaconda: fs type changed: swap >04:13:50,032 INFO anaconda: getting device type for Standard Partition >04:13:50,032 DEBUG anaconda: populate_raid: 2, None >04:13:50,032 INFO anaconda: getting device type for Standard Partition >04:14:29,096 INFO anaconda: ui: saving changes to device sda2 >04:14:29,097 DEBUG anaconda: old_name: sda2 >04:14:29,097 DEBUG anaconda: new_name: sda2 >04:14:29,098 DEBUG anaconda: new size: 5000.0 >04:14:29,098 DEBUG anaconda: old size: 5000.0 >04:14:29,098 INFO anaconda: getting device type for Standard Partition >04:14:29,100 DEBUG anaconda: new device type: 2 >04:14:29,100 DEBUG anaconda: reformat: True >04:14:29,101 DEBUG anaconda: new fs type: swap >04:14:29,101 DEBUG anaconda: old encryption setting: False >04:14:29,101 DEBUG anaconda: new encryption setting: False >04:14:29,101 DEBUG anaconda: old mountpoint: >04:14:29,101 DEBUG anaconda: new mountpoint: None >04:14:29,102 INFO anaconda: getting device type for Standard Partition >04:14:48,751 DEBUG anaconda: requested size = 5 MB ; available space = 19.07 GB >04:14:48,921 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', 'sdb', 'sdc', 'sr0'] >04:14:48,921 DEBUG anaconda: ui: unused=[] >04:14:48,922 DEBUG anaconda: ui: new_devices=['sda1', 'sda2', 'sda3'] >04:14:48,931 DEBUG anaconda: page clicked: New Fedora 18 Installation >04:14:48,931 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >04:14:48,932 DEBUG anaconda: populate_right_side: non-existent 500MB partition sda1 (16) with non-existent ext4 filesystem mounted at /boot >04:14:48,932 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc'] >04:14:48,932 DEBUG anaconda: updated device_vg_name to None >04:14:48,934 DEBUG anaconda: min: 1.0 max: 19575.907714 current: 500.0 >04:14:48,934 DEBUG anaconda: fs type changed: ext4 >04:14:48,939 INFO anaconda: getting device type for Standard Partition >04:14:48,939 DEBUG anaconda: populate_raid: 2, None >04:14:48,939 INFO anaconda: getting device type for Standard Partition >04:14:52,543 DEBUG anaconda: current selector: non-existent 500MB partition sda1 (16) with non-existent ext4 filesystem mounted at /boot >04:14:52,544 DEBUG anaconda: new selector: non-existent 5MB partition sda3 (18) with non-existent ext4 filesystem mounted at / >04:14:52,544 DEBUG anaconda: notebook page = 1 >04:14:52,544 INFO anaconda: ui: saving changes to device sda1 >04:14:52,545 DEBUG anaconda: old_name: sda1 >04:14:52,545 DEBUG anaconda: new_name: sda1 >04:14:52,545 DEBUG anaconda: new size: 500.0 >04:14:52,545 DEBUG anaconda: old size: 500.0 >04:14:52,545 INFO anaconda: getting device type for Standard Partition >04:14:52,546 DEBUG anaconda: new device type: 2 >04:14:52,546 DEBUG anaconda: reformat: True >04:14:52,546 DEBUG anaconda: new fs type: ext4 >04:14:52,546 DEBUG anaconda: old encryption setting: False >04:14:52,546 DEBUG anaconda: new encryption setting: False >04:14:52,546 DEBUG anaconda: old mountpoint: /boot >04:14:52,547 DEBUG anaconda: new mountpoint: /boot >04:14:52,547 INFO anaconda: getting device type for Standard Partition >04:14:52,549 DEBUG anaconda: populate_right_side: non-existent 5MB partition sda3 (18) with non-existent ext4 filesystem mounted at / >04:14:52,550 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc'] >04:14:52,550 DEBUG anaconda: updated device_vg_name to None >04:14:52,551 DEBUG anaconda: min: 1.0 max: 19075.907714 current: 5.0 >04:14:52,555 INFO anaconda: getting device type for Standard Partition >04:14:52,555 DEBUG anaconda: populate_raid: 2, None >04:14:52,555 INFO anaconda: getting device type for Standard Partition >04:15:14,858 INFO anaconda: getting device type for RAID >04:15:14,858 DEBUG anaconda: device_type_changed: 1 RAID >04:15:14,859 INFO anaconda: getting device type for RAID >04:15:14,860 DEBUG anaconda: populate_raid: 1, raid0 >04:15:14,869 DEBUG anaconda: widget <CheckButton object at 0x7f2380068fa0 (GtkCheckButton at 0x629a7e0)> new state: True >04:15:14,869 INFO anaconda: getting device type for RAID >04:15:14,870 INFO anaconda: getting device type for RAID >04:15:14,879 INFO anaconda: getting device type for RAID >04:15:17,360 INFO anaconda: ui: saving changes to device sda3 >04:15:17,361 DEBUG anaconda: old_name: sda3 >04:15:17,361 DEBUG anaconda: new_name: root >04:15:17,361 DEBUG anaconda: new size: 5.0 >04:15:17,361 DEBUG anaconda: old size: 5.0 >04:15:17,362 INFO anaconda: getting device type for RAID >04:15:17,362 DEBUG anaconda: new device type: 1 >04:15:17,362 DEBUG anaconda: reformat: True >04:15:17,363 DEBUG anaconda: new fs type: ext4 >04:15:17,363 DEBUG anaconda: old encryption setting: False >04:15:17,363 DEBUG anaconda: new encryption setting: False >04:15:17,363 DEBUG anaconda: old mountpoint: / >04:15:17,363 DEBUG anaconda: new mountpoint: / >04:15:17,365 INFO anaconda: getting device type for RAID >04:15:17,367 INFO anaconda: changing device type from 2 to 1 >04:15:17,368 DEBUG anaconda: disks: ['sda', 'sdb', 'sdc'] >04:15:17,613 DEBUG anaconda: populate_right_side: non-existent 9MB mdarray root (22) with non-existent ext4 filesystem mounted at / >04:15:17,613 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc'] >04:15:17,613 DEBUG anaconda: updated device_vg_name to None >04:15:17,616 DEBUG anaconda: min: 1.0 max: 19075.907714 current: 9.0 >04:15:17,620 INFO anaconda: getting device type for RAID >04:15:17,621 DEBUG anaconda: populate_raid: 1, raid0 >04:15:17,624 INFO anaconda: getting device type for RAID >04:15:20,258 DEBUG anaconda: current selector: non-existent 9MB mdarray root (22) with non-existent ext4 filesystem mounted at / >04:15:20,259 DEBUG anaconda: new selector: non-existent 9MB mdarray root (22) with non-existent ext4 filesystem mounted at / >04:15:20,259 DEBUG anaconda: notebook page = 1 >04:15:20,260 INFO anaconda: ui: saving changes to device root >04:15:20,261 DEBUG anaconda: old_name: root >04:15:20,261 DEBUG anaconda: new_name: root >04:15:20,261 DEBUG anaconda: new size: 9.0 >04:15:20,262 DEBUG anaconda: old size: 9.0 >04:15:20,262 INFO anaconda: getting device type for RAID >04:15:20,263 DEBUG anaconda: new device type: 1 >04:15:20,263 DEBUG anaconda: reformat: True >04:15:20,263 DEBUG anaconda: new fs type: ext4 >04:15:20,263 DEBUG anaconda: old encryption setting: False >04:15:20,263 DEBUG anaconda: new encryption setting: False >04:15:20,264 DEBUG anaconda: old mountpoint: / >04:15:20,264 DEBUG anaconda: new mountpoint: / >04:15:20,265 INFO anaconda: getting device type for RAID >04:15:20,268 DEBUG anaconda: populate_right_side: non-existent 9MB mdarray root (22) with non-existent ext4 filesystem mounted at / >04:15:20,268 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc'] >04:15:20,268 DEBUG anaconda: updated device_vg_name to None >04:15:20,271 DEBUG anaconda: min: 1.0 max: 19075.907714 current: 9.0 >04:15:20,275 INFO anaconda: getting device type for RAID >04:15:20,275 DEBUG anaconda: populate_raid: 1, raid0 >04:15:20,279 INFO anaconda: getting device type for RAID >04:15:25,370 INFO anaconda: getting device type for RAID >04:15:38,705 DEBUG anaconda: new disks for root: ['sdb', 'sdc'] >04:15:38,705 INFO anaconda: getting device type for RAID >04:15:38,706 INFO anaconda: getting device type for RAID >04:15:38,706 DEBUG anaconda: populate_raid: 1, raid0 >04:15:49,406 INFO anaconda: ui: saving changes to device root >04:15:49,407 DEBUG anaconda: old_name: root >04:15:49,409 DEBUG anaconda: new_name: root >04:15:49,410 DEBUG anaconda: new size: 19000.0 >04:15:49,412 DEBUG anaconda: old size: 9.0 >04:15:49,413 INFO anaconda: getting device type for RAID >04:15:49,413 DEBUG anaconda: new device type: 1 >04:15:49,414 DEBUG anaconda: reformat: True >04:15:49,415 DEBUG anaconda: new fs type: ext4 >04:15:49,415 DEBUG anaconda: old encryption setting: False >04:15:49,416 DEBUG anaconda: new encryption setting: False >04:15:49,417 DEBUG anaconda: old mountpoint: / >04:15:49,417 DEBUG anaconda: new mountpoint: / >04:15:49,419 INFO anaconda: getting device type for RAID >04:15:49,426 INFO anaconda: changing disk set from ['sda', 'sdb', 'sdc'] to ['sdb', 'sdc'] > > >/tmp/packaging.log: > > >/tmp/program.log: >04:08:20,582 INFO program: Running... udevadm settle --timeout=300 >04:08:20,774 INFO program: Running... dumpe2fs -h /dev/loop3 >04:08:20,786 INFO program: Filesystem volume name: _Fedora-18-TC3-x >04:08:20,786 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >04:08:20,786 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >04:08:20,786 INFO program: Filesystem magic number: 0xEF53 >04:08:20,786 INFO program: Filesystem revision #: 1 (dynamic) >04:08:20,786 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 >04:08:20,786 INFO program: Filesystem flags: signed_directory_hash >04:08:20,786 INFO program: Default mount options: user_xattr acl >04:08:20,786 INFO program: Filesystem state: clean >04:08:20,787 INFO program: Errors behavior: Continue >04:08:20,787 INFO program: Filesystem OS type: Linux >04:08:20,787 INFO program: Inode count: 262144 >04:08:20,787 INFO program: Block count: 1048576 >04:08:20,787 INFO program: Reserved block count: 10484 >04:08:20,787 INFO program: Free blocks: 188525 >04:08:20,787 INFO program: Free inodes: 153877 >04:08:20,787 INFO program: First block: 0 >04:08:20,787 INFO program: Block size: 4096 >04:08:20,787 INFO program: Fragment size: 4096 >04:08:20,787 INFO program: Reserved GDT blocks: 255 >04:08:20,787 INFO program: Blocks per group: 32768 >04:08:20,787 INFO program: Fragments per group: 32768 >04:08:20,787 INFO program: Inodes per group: 8192 >04:08:20,787 INFO program: Inode blocks per group: 512 >04:08:20,787 INFO program: Flex block group size: 16 >04:08:20,787 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >04:08:20,788 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >04:08:20,788 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >04:08:20,788 INFO program: Mount count: 0 >04:08:20,788 INFO program: Maximum mount count: -1 >04:08:20,788 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >04:08:20,788 INFO program: Check interval: 0 (<none>) >04:08:20,788 INFO program: Lifetime writes: 805 MB >04:08:20,788 INFO program: Reserved blocks uid: 0 (user root) >04:08:20,788 INFO program: Reserved blocks gid: 0 (group root) >04:08:20,788 INFO program: First inode: 11 >04:08:20,788 INFO program: Inode size: 256 >04:08:20,788 INFO program: Required extra isize: 28 >04:08:20,788 INFO program: Desired extra isize: 28 >04:08:20,788 INFO program: Journal inode: 8 >04:08:20,788 INFO program: Default directory hash: half_md4 >04:08:20,788 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >04:08:20,788 INFO program: Journal backup: inode blocks >04:08:20,788 INFO program: Journal features: journal_incompat_revoke >04:08:20,789 INFO program: Journal size: 128M >04:08:20,789 INFO program: Journal length: 32768 >04:08:20,789 INFO program: Journal sequence: 0x000016d0 >04:08:20,789 INFO program: Journal start: 0 >04:08:20,789 INFO program: >04:08:20,789 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >04:08:20,789 INFO program: Running... dumpe2fs -h /dev/loop3 >04:08:20,794 INFO program: Filesystem volume name: _Fedora-18-TC3-x >04:08:20,794 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >04:08:20,794 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >04:08:20,794 INFO program: Filesystem magic number: 0xEF53 >04:08:20,794 INFO program: Filesystem revision #: 1 (dynamic) >04:08:20,794 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 >04:08:20,794 INFO program: Filesystem flags: signed_directory_hash >04:08:20,794 INFO program: Default mount options: user_xattr acl >04:08:20,794 INFO program: Filesystem state: clean >04:08:20,795 INFO program: Errors behavior: Continue >04:08:20,795 INFO program: Filesystem OS type: Linux >04:08:20,795 INFO program: Inode count: 262144 >04:08:20,795 INFO program: Block count: 1048576 >04:08:20,795 INFO program: Reserved block count: 10484 >04:08:20,795 INFO program: Free blocks: 188525 >04:08:20,795 INFO program: Free inodes: 153877 >04:08:20,795 INFO program: First block: 0 >04:08:20,795 INFO program: Block size: 4096 >04:08:20,795 INFO program: Fragment size: 4096 >04:08:20,795 INFO program: Reserved GDT blocks: 255 >04:08:20,795 INFO program: Blocks per group: 32768 >04:08:20,795 INFO program: Fragments per group: 32768 >04:08:20,795 INFO program: Inodes per group: 8192 >04:08:20,795 INFO program: Inode blocks per group: 512 >04:08:20,795 INFO program: Flex block group size: 16 >04:08:20,795 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >04:08:20,796 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >04:08:20,796 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >04:08:20,796 INFO program: Mount count: 0 >04:08:20,796 INFO program: Maximum mount count: -1 >04:08:20,796 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >04:08:20,796 INFO program: Check interval: 0 (<none>) >04:08:20,796 INFO program: Lifetime writes: 805 MB >04:08:20,796 INFO program: Reserved blocks uid: 0 (user root) >04:08:20,796 INFO program: Reserved blocks gid: 0 (group root) >04:08:20,796 INFO program: First inode: 11 >04:08:20,796 INFO program: Inode size: 256 >04:08:20,796 INFO program: Required extra isize: 28 >04:08:20,796 INFO program: Desired extra isize: 28 >04:08:20,796 INFO program: Journal inode: 8 >04:08:20,796 INFO program: Default directory hash: half_md4 >04:08:20,796 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >04:08:20,796 INFO program: Journal backup: inode blocks >04:08:20,796 INFO program: Journal features: journal_incompat_revoke >04:08:20,797 INFO program: Journal size: 128M >04:08:20,797 INFO program: Journal length: 32768 >04:08:20,797 INFO program: Journal sequence: 0x000016d0 >04:08:20,797 INFO program: Journal start: 0 >04:08:20,797 INFO program: >04:08:20,797 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >04:08:20,797 INFO program: Running... resize2fs -P /dev/loop3 >04:08:20,805 INFO program: Couldn't find valid filesystem superblock. >04:08:20,805 ERR program: resize2fs 1.42.5 (29-Jul-2012) >04:08:20,805 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >04:08:20,836 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >04:08:20,851 INFO program: Filesystem volume name: _Fedora-18-TC3-x >04:08:20,852 INFO program: Last mounted on: /sysroot >04:08:20,852 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >04:08:20,852 INFO program: Filesystem magic number: 0xEF53 >04:08:20,852 INFO program: Filesystem revision #: 1 (dynamic) >04:08:20,852 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 >04:08:20,852 INFO program: Filesystem flags: signed_directory_hash >04:08:20,852 INFO program: Default mount options: user_xattr acl >04:08:20,852 INFO program: Filesystem state: clean >04:08:20,852 INFO program: Errors behavior: Continue >04:08:20,852 INFO program: Filesystem OS type: Linux >04:08:20,852 INFO program: Inode count: 262144 >04:08:20,852 INFO program: Block count: 1048576 >04:08:20,852 INFO program: Reserved block count: 10484 >04:08:20,852 INFO program: Free blocks: 188525 >04:08:20,852 INFO program: Free inodes: 153877 >04:08:20,853 INFO program: First block: 0 >04:08:20,853 INFO program: Block size: 4096 >04:08:20,853 INFO program: Fragment size: 4096 >04:08:20,853 INFO program: Reserved GDT blocks: 255 >04:08:20,853 INFO program: Blocks per group: 32768 >04:08:20,853 INFO program: Fragments per group: 32768 >04:08:20,853 INFO program: Inodes per group: 8192 >04:08:20,853 INFO program: Inode blocks per group: 512 >04:08:20,853 INFO program: Flex block group size: 16 >04:08:20,853 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >04:08:20,853 INFO program: Last mount time: Thu Dec 20 04:03:56 2012 >04:08:20,853 INFO program: Last write time: Thu Dec 20 04:03:56 2012 >04:08:20,853 INFO program: Mount count: 1 >04:08:20,853 INFO program: Maximum mount count: -1 >04:08:20,853 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >04:08:20,853 INFO program: Check interval: 0 (<none>) >04:08:20,853 INFO program: Lifetime writes: 805 MB >04:08:20,854 INFO program: Reserved blocks uid: 0 (user root) >04:08:20,854 INFO program: Reserved blocks gid: 0 (group root) >04:08:20,854 INFO program: First inode: 11 >04:08:20,854 INFO program: Inode size: 256 >04:08:20,854 INFO program: Required extra isize: 28 >04:08:20,854 INFO program: Desired extra isize: 28 >04:08:20,854 INFO program: Journal inode: 8 >04:08:20,854 INFO program: First orphan inode: 199406 >04:08:20,854 INFO program: Default directory hash: half_md4 >04:08:20,854 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >04:08:20,854 INFO program: Journal backup: inode blocks >04:08:20,854 INFO program: Journal features: journal_incompat_revoke >04:08:20,854 INFO program: Journal size: 128M >04:08:20,854 INFO program: Journal length: 32768 >04:08:20,854 INFO program: Journal sequence: 0x000016d1 >04:08:20,854 INFO program: Journal start: 1 >04:08:20,854 INFO program: >04:08:20,854 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >04:08:20,855 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >04:08:20,859 INFO program: Filesystem volume name: _Fedora-18-TC3-x >04:08:20,859 INFO program: Last mounted on: /sysroot >04:08:20,859 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >04:08:20,859 INFO program: Filesystem magic number: 0xEF53 >04:08:20,859 INFO program: Filesystem revision #: 1 (dynamic) >04:08:20,859 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 >04:08:20,859 INFO program: Filesystem flags: signed_directory_hash >04:08:20,859 INFO program: Default mount options: user_xattr acl >04:08:20,859 INFO program: Filesystem state: clean >04:08:20,860 INFO program: Errors behavior: Continue >04:08:20,860 INFO program: Filesystem OS type: Linux >04:08:20,860 INFO program: Inode count: 262144 >04:08:20,860 INFO program: Block count: 1048576 >04:08:20,860 INFO program: Reserved block count: 10484 >04:08:20,860 INFO program: Free blocks: 188525 >04:08:20,860 INFO program: Free inodes: 153877 >04:08:20,860 INFO program: First block: 0 >04:08:20,860 INFO program: Block size: 4096 >04:08:20,860 INFO program: Fragment size: 4096 >04:08:20,860 INFO program: Reserved GDT blocks: 255 >04:08:20,860 INFO program: Blocks per group: 32768 >04:08:20,860 INFO program: Fragments per group: 32768 >04:08:20,860 INFO program: Inodes per group: 8192 >04:08:20,860 INFO program: Inode blocks per group: 512 >04:08:20,860 INFO program: Flex block group size: 16 >04:08:20,860 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >04:08:20,861 INFO program: Last mount time: Thu Dec 20 04:03:56 2012 >04:08:20,861 INFO program: Last write time: Thu Dec 20 04:03:56 2012 >04:08:20,861 INFO program: Mount count: 1 >04:08:20,861 INFO program: Maximum mount count: -1 >04:08:20,861 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >04:08:20,862 INFO program: Check interval: 0 (<none>) >04:08:20,862 INFO program: Lifetime writes: 805 MB >04:08:20,862 INFO program: Reserved blocks uid: 0 (user root) >04:08:20,862 INFO program: Reserved blocks gid: 0 (group root) >04:08:20,862 INFO program: First inode: 11 >04:08:20,862 INFO program: Inode size: 256 >04:08:20,862 INFO program: Required extra isize: 28 >04:08:20,862 INFO program: Desired extra isize: 28 >04:08:20,862 INFO program: Journal inode: 8 >04:08:20,862 INFO program: First orphan inode: 199406 >04:08:20,862 INFO program: Default directory hash: half_md4 >04:08:20,862 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >04:08:20,862 INFO program: Journal backup: inode blocks >04:08:20,862 INFO program: Journal features: journal_incompat_revoke >04:08:20,862 INFO program: Journal size: 128M >04:08:20,862 INFO program: Journal length: 32768 >04:08:20,862 INFO program: Journal sequence: 0x000016d1 >04:08:20,862 INFO program: Journal start: 1 >04:08:20,863 INFO program: >04:08:20,863 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >04:08:20,863 INFO program: Running... resize2fs -P /dev/mapper/live-rw >04:08:20,866 INFO program: Estimated minimum size of the filesystem: 861710 >04:08:20,867 ERR program: resize2fs 1.42.5 (29-Jul-2012) >04:08:20,885 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >04:08:20,890 INFO program: Filesystem volume name: _Fedora-18-TC3-x >04:08:20,890 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >04:08:20,890 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >04:08:20,890 INFO program: Filesystem magic number: 0xEF53 >04:08:20,891 INFO program: Filesystem revision #: 1 (dynamic) >04:08:20,891 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 >04:08:20,891 INFO program: Filesystem flags: signed_directory_hash >04:08:20,891 INFO program: Default mount options: user_xattr acl >04:08:20,891 INFO program: Filesystem state: clean >04:08:20,891 INFO program: Errors behavior: Continue >04:08:20,891 INFO program: Filesystem OS type: Linux >04:08:20,891 INFO program: Inode count: 221184 >04:08:20,891 INFO program: Block count: 861710 >04:08:20,891 INFO program: Reserved block count: 8615 >04:08:20,891 INFO program: Free blocks: 4486 >04:08:20,891 INFO program: Free inodes: 112917 >04:08:20,891 INFO program: First block: 0 >04:08:20,891 INFO program: Block size: 4096 >04:08:20,891 INFO program: Fragment size: 4096 >04:08:20,892 INFO program: Reserved GDT blocks: 255 >04:08:20,892 INFO program: Blocks per group: 32768 >04:08:20,892 INFO program: Fragments per group: 32768 >04:08:20,892 INFO program: Inodes per group: 8192 >04:08:20,892 INFO program: Inode blocks per group: 512 >04:08:20,892 INFO program: Flex block group size: 16 >04:08:20,892 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >04:08:20,892 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >04:08:20,892 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >04:08:20,892 INFO program: Mount count: 0 >04:08:20,892 INFO program: Maximum mount count: -1 >04:08:20,892 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >04:08:20,892 INFO program: Check interval: 0 (<none>) >04:08:20,892 INFO program: Lifetime writes: 807 MB >04:08:20,892 INFO program: Reserved blocks uid: 0 (user root) >04:08:20,892 INFO program: Reserved blocks gid: 0 (group root) >04:08:20,893 INFO program: First inode: 11 >04:08:20,893 INFO program: Inode size: 256 >04:08:20,893 INFO program: Required extra isize: 28 >04:08:20,893 INFO program: Desired extra isize: 28 >04:08:20,893 INFO program: Journal inode: 8 >04:08:20,893 INFO program: Default directory hash: half_md4 >04:08:20,893 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >04:08:20,893 INFO program: Journal backup: inode blocks >04:08:20,893 INFO program: Journal features: journal_incompat_revoke >04:08:20,893 INFO program: Journal size: 128M >04:08:20,893 INFO program: Journal length: 32768 >04:08:20,893 INFO program: Journal sequence: 0x000016d0 >04:08:20,893 INFO program: Journal start: 0 >04:08:20,893 INFO program: >04:08:20,893 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >04:08:20,894 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >04:08:20,898 INFO program: Filesystem volume name: _Fedora-18-TC3-x >04:08:20,898 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >04:08:20,898 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >04:08:20,898 INFO program: Filesystem magic number: 0xEF53 >04:08:20,898 INFO program: Filesystem revision #: 1 (dynamic) >04:08:20,898 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 >04:08:20,898 INFO program: Filesystem flags: signed_directory_hash >04:08:20,899 INFO program: Default mount options: user_xattr acl >04:08:20,899 INFO program: Filesystem state: clean >04:08:20,899 INFO program: Errors behavior: Continue >04:08:20,899 INFO program: Filesystem OS type: Linux >04:08:20,899 INFO program: Inode count: 221184 >04:08:20,899 INFO program: Block count: 861710 >04:08:20,899 INFO program: Reserved block count: 8615 >04:08:20,899 INFO program: Free blocks: 4486 >04:08:20,899 INFO program: Free inodes: 112917 >04:08:20,899 INFO program: First block: 0 >04:08:20,899 INFO program: Block size: 4096 >04:08:20,899 INFO program: Fragment size: 4096 >04:08:20,899 INFO program: Reserved GDT blocks: 255 >04:08:20,899 INFO program: Blocks per group: 32768 >04:08:20,899 INFO program: Fragments per group: 32768 >04:08:20,899 INFO program: Inodes per group: 8192 >04:08:20,900 INFO program: Inode blocks per group: 512 >04:08:20,900 INFO program: Flex block group size: 16 >04:08:20,900 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >04:08:20,900 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >04:08:20,900 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >04:08:20,900 INFO program: Mount count: 0 >04:08:20,900 INFO program: Maximum mount count: -1 >04:08:20,900 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >04:08:20,900 INFO program: Check interval: 0 (<none>) >04:08:20,900 INFO program: Lifetime writes: 807 MB >04:08:20,900 INFO program: Reserved blocks uid: 0 (user root) >04:08:20,900 INFO program: Reserved blocks gid: 0 (group root) >04:08:20,900 INFO program: First inode: 11 >04:08:20,900 INFO program: Inode size: 256 >04:08:20,900 INFO program: Required extra isize: 28 >04:08:20,900 INFO program: Desired extra isize: 28 >04:08:20,900 INFO program: Journal inode: 8 >04:08:20,900 INFO program: Default directory hash: half_md4 >04:08:20,901 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >04:08:20,901 INFO program: Journal backup: inode blocks >04:08:20,901 INFO program: Journal features: journal_incompat_revoke >04:08:20,901 INFO program: Journal size: 128M >04:08:20,901 INFO program: Journal length: 32768 >04:08:20,901 INFO program: Journal sequence: 0x000016d0 >04:08:20,901 INFO program: Journal start: 0 >04:08:20,901 INFO program: >04:08:20,901 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >04:08:20,901 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >04:08:20,905 INFO program: Couldn't find valid filesystem superblock. >04:08:20,905 ERR program: resize2fs 1.42.5 (29-Jul-2012) >04:08:20,905 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >04:08:20,910 INFO program: Running... udevadm settle --timeout=300 >04:08:20,926 INFO program: Running... udevadm settle --timeout=300 >04:08:20,951 INFO program: Running... udevadm settle --timeout=300 >04:08:20,965 INFO program: Running... udevadm settle --timeout=300 >04:08:20,982 INFO program: Running... udevadm settle --timeout=300 >04:08:20,996 INFO program: Running... udevadm settle --timeout=300 >04:08:21,009 INFO program: Running... udevadm settle --timeout=300 >04:08:21,584 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >04:08:21,599 INFO program: Running... udevadm settle --timeout=300 >04:08:21,904 INFO program: Running... modprobe fcoe >04:08:21,940 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >04:08:21,966 INFO program: No FCoE boot disk information is found in EDD! >04:08:21,968 INFO program: Running... udevadm settle --timeout=300 >04:08:22,023 INFO program: Running... multipath -d >04:08:22,060 INFO program: Running... multipath -ll >04:08:22,384 INFO program: Running... systemctl start chronyd.service >04:08:22,384 INFO program: Running... udevadm control --property=ANACONDA=1 >04:08:22,413 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >04:08:22,451 INFO program: Running... udevadm settle --timeout=300 >04:08:22,927 INFO program: Running... udevadm settle --timeout=300 >04:08:22,976 INFO program: Running... udevadm settle --timeout=300 >04:08:23,063 INFO program: Running... multipath -d >04:08:23,092 INFO program: Running... multipath -ll >04:08:23,462 INFO program: Running... dumpe2fs -h /dev/loop3 >04:08:23,470 INFO program: Filesystem volume name: _Fedora-18-TC3-x >04:08:23,471 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >04:08:23,472 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >04:08:23,472 INFO program: Filesystem magic number: 0xEF53 >04:08:23,472 INFO program: Filesystem revision #: 1 (dynamic) >04:08:23,472 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 >04:08:23,472 INFO program: Filesystem flags: signed_directory_hash >04:08:23,472 INFO program: Default mount options: user_xattr acl >04:08:23,473 INFO program: Filesystem state: clean >04:08:23,473 INFO program: Errors behavior: Continue >04:08:23,473 INFO program: Filesystem OS type: Linux >04:08:23,473 INFO program: Inode count: 262144 >04:08:23,473 INFO program: Block count: 1048576 >04:08:23,473 INFO program: Reserved block count: 10484 >04:08:23,473 INFO program: Free blocks: 188525 >04:08:23,473 INFO program: Free inodes: 153877 >04:08:23,473 INFO program: First block: 0 >04:08:23,474 INFO program: Block size: 4096 >04:08:23,474 INFO program: Fragment size: 4096 >04:08:23,474 INFO program: Reserved GDT blocks: 255 >04:08:23,474 INFO program: Blocks per group: 32768 >04:08:23,475 INFO program: Fragments per group: 32768 >04:08:23,475 INFO program: Inodes per group: 8192 >04:08:23,475 INFO program: Inode blocks per group: 512 >04:08:23,476 INFO program: Flex block group size: 16 >04:08:23,476 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >04:08:23,481 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >04:08:23,481 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >04:08:23,481 INFO program: Mount count: 0 >04:08:23,481 INFO program: Maximum mount count: -1 >04:08:23,481 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >04:08:23,481 INFO program: Check interval: 0 (<none>) >04:08:23,481 INFO program: Lifetime writes: 805 MB >04:08:23,481 INFO program: Reserved blocks uid: 0 (user root) >04:08:23,481 INFO program: Reserved blocks gid: 0 (group root) >04:08:23,482 INFO program: First inode: 11 >04:08:23,482 INFO program: Inode size: 256 >04:08:23,482 INFO program: Required extra isize: 28 >04:08:23,482 INFO program: Desired extra isize: 28 >04:08:23,482 INFO program: Journal inode: 8 >04:08:23,482 INFO program: Default directory hash: half_md4 >04:08:23,482 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >04:08:23,483 INFO program: Journal backup: inode blocks >04:08:23,483 INFO program: Journal features: journal_incompat_revoke >04:08:23,483 INFO program: Journal size: 128M >04:08:23,484 INFO program: Journal length: 32768 >04:08:23,484 INFO program: Journal sequence: 0x000016d0 >04:08:23,484 INFO program: Journal start: 0 >04:08:23,485 INFO program: >04:08:23,485 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >04:08:23,486 INFO program: Running... dumpe2fs -h /dev/loop3 >04:08:23,496 INFO program: Filesystem volume name: _Fedora-18-TC3-x >04:08:23,497 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >04:08:23,498 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >04:08:23,501 INFO program: Filesystem magic number: 0xEF53 >04:08:23,501 INFO program: Filesystem revision #: 1 (dynamic) >04:08:23,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 >04:08:23,504 INFO program: Filesystem flags: signed_directory_hash >04:08:23,504 INFO program: Default mount options: user_xattr acl >04:08:23,505 INFO program: Filesystem state: clean >04:08:23,511 INFO program: Errors behavior: Continue >04:08:23,512 INFO program: Filesystem OS type: Linux >04:08:23,512 INFO program: Inode count: 262144 >04:08:23,512 INFO program: Block count: 1048576 >04:08:23,512 INFO program: Reserved block count: 10484 >04:08:23,512 INFO program: Free blocks: 188525 >04:08:23,512 INFO program: Free inodes: 153877 >04:08:23,512 INFO program: First block: 0 >04:08:23,512 INFO program: Block size: 4096 >04:08:23,512 INFO program: Fragment size: 4096 >04:08:23,512 INFO program: Reserved GDT blocks: 255 >04:08:23,513 INFO program: Blocks per group: 32768 >04:08:23,513 INFO program: Fragments per group: 32768 >04:08:23,513 INFO program: Inodes per group: 8192 >04:08:23,513 INFO program: Inode blocks per group: 512 >04:08:23,513 INFO program: Flex block group size: 16 >04:08:23,513 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >04:08:23,514 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >04:08:23,514 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >04:08:23,514 INFO program: Mount count: 0 >04:08:23,515 INFO program: Maximum mount count: -1 >04:08:23,515 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >04:08:23,515 INFO program: Check interval: 0 (<none>) >04:08:23,530 INFO program: Lifetime writes: 805 MB >04:08:23,531 INFO program: Reserved blocks uid: 0 (user root) >04:08:23,531 INFO program: Reserved blocks gid: 0 (group root) >04:08:23,531 INFO program: First inode: 11 >04:08:23,532 INFO program: Inode size: 256 >04:08:23,532 INFO program: Required extra isize: 28 >04:08:23,532 INFO program: Desired extra isize: 28 >04:08:23,532 INFO program: Journal inode: 8 >04:08:23,532 INFO program: Default directory hash: half_md4 >04:08:23,533 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >04:08:23,533 INFO program: Journal backup: inode blocks >04:08:23,533 INFO program: Journal features: journal_incompat_revoke >04:08:23,533 INFO program: Journal size: 128M >04:08:23,533 INFO program: Journal length: 32768 >04:08:23,534 INFO program: Journal sequence: 0x000016d0 >04:08:23,534 INFO program: Journal start: 0 >04:08:23,534 INFO program: >04:08:23,535 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >04:08:23,537 INFO program: Running... resize2fs -P /dev/loop3 >04:08:23,545 INFO program: Couldn't find valid filesystem superblock. >04:08:23,545 ERR program: resize2fs 1.42.5 (29-Jul-2012) >04:08:23,545 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >04:08:23,607 INFO program: Running... udevadm settle --timeout=300 >04:08:23,652 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >04:08:23,659 INFO program: Filesystem volume name: _Fedora-18-TC3-x >04:08:23,661 INFO program: Last mounted on: /sysroot >04:08:23,661 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >04:08:23,661 INFO program: Filesystem magic number: 0xEF53 >04:08:23,661 INFO program: Filesystem revision #: 1 (dynamic) >04:08:23,662 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 >04:08:23,662 INFO program: Filesystem flags: signed_directory_hash >04:08:23,662 INFO program: Default mount options: user_xattr acl >04:08:23,662 INFO program: Filesystem state: clean >04:08:23,662 INFO program: Errors behavior: Continue >04:08:23,662 INFO program: Filesystem OS type: Linux >04:08:23,662 INFO program: Inode count: 262144 >04:08:23,662 INFO program: Block count: 1048576 >04:08:23,662 INFO program: Reserved block count: 10484 >04:08:23,663 INFO program: Free blocks: 188525 >04:08:23,663 INFO program: Free inodes: 153877 >04:08:23,663 INFO program: First block: 0 >04:08:23,663 INFO program: Block size: 4096 >04:08:23,663 INFO program: Fragment size: 4096 >04:08:23,663 INFO program: Reserved GDT blocks: 255 >04:08:23,663 INFO program: Blocks per group: 32768 >04:08:23,668 INFO program: Fragments per group: 32768 >04:08:23,668 INFO program: Inodes per group: 8192 >04:08:23,668 INFO program: Inode blocks per group: 512 >04:08:23,668 INFO program: Flex block group size: 16 >04:08:23,668 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >04:08:23,668 INFO program: Last mount time: Thu Dec 20 04:03:56 2012 >04:08:23,668 INFO program: Last write time: Thu Dec 20 04:03:56 2012 >04:08:23,668 INFO program: Mount count: 1 >04:08:23,669 INFO program: Maximum mount count: -1 >04:08:23,669 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >04:08:23,669 INFO program: Check interval: 0 (<none>) >04:08:23,670 INFO program: Lifetime writes: 805 MB >04:08:23,670 INFO program: Reserved blocks uid: 0 (user root) >04:08:23,670 INFO program: Reserved blocks gid: 0 (group root) >04:08:23,671 INFO program: First inode: 11 >04:08:23,671 INFO program: Inode size: 256 >04:08:23,672 INFO program: Required extra isize: 28 >04:08:23,672 INFO program: Desired extra isize: 28 >04:08:23,672 INFO program: Journal inode: 8 >04:08:23,673 INFO program: First orphan inode: 38553 >04:08:23,673 INFO program: Default directory hash: half_md4 >04:08:23,673 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >04:08:23,674 INFO program: Journal backup: inode blocks >04:08:23,674 INFO program: Journal features: journal_incompat_revoke >04:08:23,675 INFO program: Journal size: 128M >04:08:23,675 INFO program: Journal length: 32768 >04:08:23,675 INFO program: Journal sequence: 0x000016d1 >04:08:23,676 INFO program: Journal start: 1 >04:08:23,676 INFO program: >04:08:23,676 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >04:08:23,681 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >04:08:23,689 INFO program: Filesystem volume name: _Fedora-18-TC3-x >04:08:23,691 INFO program: Last mounted on: /sysroot >04:08:23,691 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >04:08:23,691 INFO program: Filesystem magic number: 0xEF53 >04:08:23,691 INFO program: Filesystem revision #: 1 (dynamic) >04:08:23,691 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 >04:08:23,691 INFO program: Filesystem flags: signed_directory_hash >04:08:23,692 INFO program: Default mount options: user_xattr acl >04:08:23,692 INFO program: Filesystem state: clean >04:08:23,692 INFO program: Errors behavior: Continue >04:08:23,692 INFO program: Filesystem OS type: Linux >04:08:23,692 INFO program: Inode count: 262144 >04:08:23,692 INFO program: Block count: 1048576 >04:08:23,692 INFO program: Reserved block count: 10484 >04:08:23,692 INFO program: Free blocks: 188525 >04:08:23,692 INFO program: Free inodes: 153877 >04:08:23,693 INFO program: First block: 0 >04:08:23,693 INFO program: Block size: 4096 >04:08:23,693 INFO program: Fragment size: 4096 >04:08:23,693 INFO program: Reserved GDT blocks: 255 >04:08:23,694 INFO program: Blocks per group: 32768 >04:08:23,694 INFO program: Fragments per group: 32768 >04:08:23,694 INFO program: Inodes per group: 8192 >04:08:23,697 INFO program: Inode blocks per group: 512 >04:08:23,697 INFO program: Flex block group size: 16 >04:08:23,697 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >04:08:23,698 INFO program: Last mount time: Thu Dec 20 04:03:56 2012 >04:08:23,698 INFO program: Last write time: Thu Dec 20 04:03:56 2012 >04:08:23,698 INFO program: Mount count: 1 >04:08:23,698 INFO program: Maximum mount count: -1 >04:08:23,698 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >04:08:23,699 INFO program: Check interval: 0 (<none>) >04:08:23,699 INFO program: Lifetime writes: 805 MB >04:08:23,699 INFO program: Reserved blocks uid: 0 (user root) >04:08:23,699 INFO program: Reserved blocks gid: 0 (group root) >04:08:23,699 INFO program: First inode: 11 >04:08:23,699 INFO program: Inode size: 256 >04:08:23,699 INFO program: Required extra isize: 28 >04:08:23,699 INFO program: Desired extra isize: 28 >04:08:23,700 INFO program: Journal inode: 8 >04:08:23,700 INFO program: First orphan inode: 38553 >04:08:23,700 INFO program: Default directory hash: half_md4 >04:08:23,700 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >04:08:23,700 INFO program: Journal backup: inode blocks >04:08:23,700 INFO program: Journal features: journal_incompat_revoke >04:08:23,700 INFO program: Journal size: 128M >04:08:23,700 INFO program: Journal length: 32768 >04:08:23,700 INFO program: Journal sequence: 0x000016d1 >04:08:23,700 INFO program: Journal start: 1 >04:08:23,701 INFO program: >04:08:23,701 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >04:08:23,709 INFO program: Running... resize2fs -P /dev/mapper/live-rw >04:08:23,715 INFO program: Estimated minimum size of the filesystem: 861710 >04:08:23,715 ERR program: resize2fs 1.42.5 (29-Jul-2012) >04:08:23,773 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >04:08:23,780 INFO program: Filesystem volume name: _Fedora-18-TC3-x >04:08:23,788 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >04:08:23,788 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >04:08:23,788 INFO program: Filesystem magic number: 0xEF53 >04:08:23,788 INFO program: Filesystem revision #: 1 (dynamic) >04:08:23,788 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 >04:08:23,788 INFO program: Filesystem flags: signed_directory_hash >04:08:23,788 INFO program: Default mount options: user_xattr acl >04:08:23,788 INFO program: Filesystem state: clean >04:08:23,788 INFO program: Errors behavior: Continue >04:08:23,789 INFO program: Filesystem OS type: Linux >04:08:23,789 INFO program: Inode count: 221184 >04:08:23,789 INFO program: Block count: 861710 >04:08:23,789 INFO program: Reserved block count: 8615 >04:08:23,789 INFO program: Free blocks: 4486 >04:08:23,789 INFO program: Free inodes: 112917 >04:08:23,789 INFO program: First block: 0 >04:08:23,789 INFO program: Block size: 4096 >04:08:23,789 INFO program: Fragment size: 4096 >04:08:23,789 INFO program: Reserved GDT blocks: 255 >04:08:23,789 INFO program: Blocks per group: 32768 >04:08:23,790 INFO program: Fragments per group: 32768 >04:08:23,790 INFO program: Inodes per group: 8192 >04:08:23,790 INFO program: Inode blocks per group: 512 >04:08:23,790 INFO program: Flex block group size: 16 >04:08:23,790 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >04:08:23,790 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >04:08:23,790 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >04:08:23,790 INFO program: Mount count: 0 >04:08:23,790 INFO program: Maximum mount count: -1 >04:08:23,790 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >04:08:23,791 INFO program: Check interval: 0 (<none>) >04:08:23,791 INFO program: Lifetime writes: 807 MB >04:08:23,791 INFO program: Reserved blocks uid: 0 (user root) >04:08:23,791 INFO program: Reserved blocks gid: 0 (group root) >04:08:23,792 INFO program: First inode: 11 >04:08:23,792 INFO program: Inode size: 256 >04:08:23,792 INFO program: Required extra isize: 28 >04:08:23,792 INFO program: Desired extra isize: 28 >04:08:23,792 INFO program: Journal inode: 8 >04:08:23,793 INFO program: Default directory hash: half_md4 >04:08:23,793 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >04:08:23,793 INFO program: Journal backup: inode blocks >04:08:23,793 INFO program: Journal features: journal_incompat_revoke >04:08:23,794 INFO program: Journal size: 128M >04:08:23,794 INFO program: Journal length: 32768 >04:08:23,794 INFO program: Journal sequence: 0x000016d0 >04:08:23,794 INFO program: Journal start: 0 >04:08:23,795 INFO program: >04:08:23,795 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >04:08:23,796 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >04:08:23,804 INFO program: Filesystem volume name: _Fedora-18-TC3-x >04:08:23,804 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >04:08:23,804 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >04:08:23,804 INFO program: Filesystem magic number: 0xEF53 >04:08:23,804 INFO program: Filesystem revision #: 1 (dynamic) >04:08:23,805 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 >04:08:23,805 INFO program: Filesystem flags: signed_directory_hash >04:08:23,805 INFO program: Default mount options: user_xattr acl >04:08:23,805 INFO program: Filesystem state: clean >04:08:23,805 INFO program: Errors behavior: Continue >04:08:23,805 INFO program: Filesystem OS type: Linux >04:08:23,805 INFO program: Inode count: 221184 >04:08:23,805 INFO program: Block count: 861710 >04:08:23,805 INFO program: Reserved block count: 8615 >04:08:23,805 INFO program: Free blocks: 4486 >04:08:23,806 INFO program: Free inodes: 112917 >04:08:23,806 INFO program: First block: 0 >04:08:23,806 INFO program: Block size: 4096 >04:08:23,806 INFO program: Fragment size: 4096 >04:08:23,806 INFO program: Reserved GDT blocks: 255 >04:08:23,806 INFO program: Blocks per group: 32768 >04:08:23,806 INFO program: Fragments per group: 32768 >04:08:23,806 INFO program: Inodes per group: 8192 >04:08:23,807 INFO program: Inode blocks per group: 512 >04:08:23,807 INFO program: Flex block group size: 16 >04:08:23,807 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >04:08:23,807 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >04:08:23,807 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >04:08:23,807 INFO program: Mount count: 0 >04:08:23,807 INFO program: Maximum mount count: -1 >04:08:23,807 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >04:08:23,807 INFO program: Check interval: 0 (<none>) >04:08:23,808 INFO program: Lifetime writes: 807 MB >04:08:23,808 INFO program: Reserved blocks uid: 0 (user root) >04:08:23,808 INFO program: Reserved blocks gid: 0 (group root) >04:08:23,808 INFO program: First inode: 11 >04:08:23,808 INFO program: Inode size: 256 >04:08:23,808 INFO program: Required extra isize: 28 >04:08:23,815 INFO program: Desired extra isize: 28 >04:08:23,815 INFO program: Journal inode: 8 >04:08:23,815 INFO program: Default directory hash: half_md4 >04:08:23,815 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >04:08:23,815 INFO program: Journal backup: inode blocks >04:08:23,815 INFO program: Journal features: journal_incompat_revoke >04:08:23,815 INFO program: Journal size: 128M >04:08:23,815 INFO program: Journal length: 32768 >04:08:23,815 INFO program: Journal sequence: 0x000016d0 >04:08:23,816 INFO program: Journal start: 0 >04:08:23,816 INFO program: >04:08:23,816 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >04:08:23,816 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >04:08:23,823 INFO program: Couldn't find valid filesystem superblock. >04:08:23,824 ERR program: resize2fs 1.42.5 (29-Jul-2012) >04:08:23,824 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >04:08:23,834 INFO program: Running... udevadm settle --timeout=300 >04:08:23,890 INFO program: Running... udevadm settle --timeout=300 >04:08:23,920 INFO program: Running... udevadm settle --timeout=300 >04:08:23,997 INFO program: Running... udevadm settle --timeout=300 >09:08:29,981 INFO program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >04:08:41,259 INFO program: Running... modprobe btrfs >04:08:41,329 INFO program: Running... modprobe xfs >04:09:10,630 INFO program: Running... udevadm settle --timeout=300 > > >/tmp/storage.log: >04:08:20,106 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >04:08:20,114 DEBUG storage: registered device format class Ext2FS as ext2 >04:08:20,114 DEBUG storage: registered device format class Ext3FS as ext3 >04:08:20,114 DEBUG storage: registered device format class Ext4FS as ext4 >04:08:20,115 DEBUG storage: registered device format class FATFS as vfat >04:08:20,115 DEBUG storage: registered device format class EFIFS as efi >04:08:20,115 DEBUG storage: registered device format class BTRFS as btrfs >04:08:20,115 DEBUG storage: registered device format class GFS2 as gfs2 >04:08:20,115 DEBUG storage: registered device format class JFS as jfs >04:08:20,115 DEBUG storage: registered device format class ReiserFS as reiserfs >04:08:20,115 DEBUG storage: registered device format class XFS as xfs >04:08:20,115 DEBUG storage: registered device format class HFS as hfs >04:08:20,115 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >04:08:20,115 DEBUG storage: registered device format class HFSPlus as hfs+ >04:08:20,115 DEBUG storage: registered device format class NTFS as ntfs >04:08:20,116 DEBUG storage: registered device format class NFS as nfs >04:08:20,116 DEBUG storage: registered device format class NFSv4 as nfs4 >04:08:20,116 DEBUG storage: registered device format class Iso9660FS as iso9660 >04:08:20,116 DEBUG storage: registered device format class NoDevFS as nodev >04:08:20,116 DEBUG storage: registered device format class DevPtsFS as devpts >04:08:20,116 DEBUG storage: registered device format class ProcFS as proc >04:08:20,116 DEBUG storage: registered device format class SysFS as sysfs >04:08:20,116 DEBUG storage: registered device format class TmpFS as tmpfs >04:08:20,116 DEBUG storage: registered device format class BindFS as bind >04:08:20,116 DEBUG storage: registered device format class SELinuxFS as selinuxfs >04:08:20,116 DEBUG storage: registered device format class USBFS as usbfs >04:08:20,117 DEBUG storage: registered device format class BIOSBoot as biosboot >04:08:20,117 DEBUG storage: registered device format class DiskLabel as disklabel >04:08:20,117 DEBUG storage: registered device format class DMRaidMember as dmraidmember >04:08:20,118 DEBUG storage: registered device format class MDRaidMember as mdmember >04:08:20,118 DEBUG storage: registered device format class PPCPRePBoot as prepboot >04:08:20,118 DEBUG storage: registered device format class MultipathMember as multipath_member >04:08:20,119 DEBUG storage: registered device format class LUKS as luks >04:08:20,120 DEBUG storage: registered device format class SwapSpace as swap >04:08:20,581 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >04:08:20,581 INFO storage: not going to create backup copy of non-existent /etc/multipath.conf >04:08:20,581 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >04:08:20,582 INFO storage: sr0 looks to be the live device; marking as protected >04:08:20,582 INFO storage: Skipping multipath detection due to running as non-root. >04:08:20,599 INFO storage: devices to scan: ['sr0', 'sda', 'sdb', 'sdc', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >04:08:20,617 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-VBOX_CD-ROM_VB0-01f003f6 /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/ata9/host8/target8:0:0/8:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_CD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT': '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': 'VBOX_CD-ROM', > 'ID_MODEL_ENC': 'VBOX\\x20CD-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\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_CD-ROM_VB0-01f003f6', > 'ID_SERIAL_SHORT': 'VB0-01f003f6', > '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': '50857', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-VBOX_CD-ROM_VB0-01f003f6', > '/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/ata9/host8/target8:0:0/8:0:0:0/block/sr0'} ; name: sr0 ; >04:08:20,617 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata9/host8/target8:0:0/8:0:0:0/block/sr0)... >04:08:20,617 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >04:08:20,618 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,618 INFO storage: sr0 is a cdrom >04:08:20,618 DEBUG storage: DeviceTree.addUdevOpticalDevice: >04:08:20,618 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,619 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >04:08:20,620 INFO storage: added cdrom sr0 (id 0) to device tree >04:08:20,620 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >04:08:20,623 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >04:08:20,624 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >04:08:20,624 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >04:08:20,625 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >04:08:20,655 WARN storage: disklabel detected but not usable on sr0 >04:08:20,655 INFO storage: type detected on 'sr0' is 'iso9660' >04:08:20,657 DEBUG storage: Iso9660FS.supported: supported: True ; >04:08:20,657 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >04:08:20,658 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >04:08:20,658 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >04:08:20,661 DEBUG storage: looking up parted Device: /dev/sr0 >04:08:20,661 INFO storage: got device: OpticalDevice instance (0x15ebb50) -- > name = sr0 status = True kids = 0 id = 0 > 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/ata9/host8/target8:0:0/8:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: VBOX CD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 9 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x155c710> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >04:08:20,662 DEBUG storage: Iso9660FS.supported: supported: True ; >04:08:20,663 INFO storage: got format: Iso9660FS instance (0x1650d10) -- > 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 > >04:08:20,664 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-VBOX_HARDDISK_VB7b9599bb-ca8176c4', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'VBOX_HARDDISK', > 'ID_MODEL_ENC': 'VBOX\\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_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_HARDDISK_VB7b9599bb-ca8176c4', > 'ID_SERIAL_SHORT': 'VB7b9599bb-ca8176c4', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '56937', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-VBOX_HARDDISK_VB7b9599bb-ca8176c4'], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >04:08:20,665 INFO storage: scanning sda (/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >04:08:20,665 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >04:08:20,666 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,666 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >04:08:20,667 INFO storage: sda is a disk >04:08:20,667 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,668 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >04:08:20,668 INFO storage: added disk sda (id 1) to device tree >04:08:20,668 DEBUG storage: looking up parted Device: /dev/sda >04:08:20,669 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >04:08:20,670 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: None ; >04:08:20,670 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,671 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >04:08:20,675 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >04:08:20,680 INFO storage: no usable disklabel on sda >04:08:20,682 DEBUG storage: no type or existing type for sda, bailing >04:08:20,685 INFO storage: got device: DiskDevice instance (0x163dfd0) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x155c830> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x167dad0> >04:08:20,689 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-VBOX_HARDDISK_VBe87be3c0-5d4ba7c0', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'VBOX_HARDDISK', > 'ID_MODEL_ENC': 'VBOX\\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_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_HARDDISK_VBe87be3c0-5d4ba7c0', > 'ID_SERIAL_SHORT': 'VBe87be3c0-5d4ba7c0', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '61560', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-VBOX_HARDDISK_VBe87be3c0-5d4ba7c0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >04:08:20,689 INFO storage: scanning sdb (/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >04:08:20,690 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >04:08:20,690 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,691 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdb ; >04:08:20,691 INFO storage: sdb is a disk >04:08:20,692 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,692 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: None ; >04:08:20,692 INFO storage: added disk sdb (id 2) to device tree >04:08:20,692 DEBUG storage: looking up parted Device: /dev/sdb >04:08:20,693 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb ; >04:08:20,694 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: None ; >04:08:20,694 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,694 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >04:08:20,695 DEBUG storage: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >04:08:20,697 INFO storage: no usable disklabel on sdb >04:08:20,697 DEBUG storage: no type or existing type for sdb, bailing >04:08:20,698 INFO storage: got device: DiskDevice instance (0x167dd90) -- > name = sdb status = True kids = 0 id = 2 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x155c950> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x167de10> >04:08:20,701 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-VBOX_HARDDISK_VBb468cc50-2b58d1c8', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'VBOX_HARDDISK', > 'ID_MODEL_ENC': 'VBOX\\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_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_HARDDISK_VBb468cc50-2b58d1c8', > 'ID_SERIAL_SHORT': 'VBb468cc50-2b58d1c8', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '64802', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/ata-VBOX_HARDDISK_VBb468cc50-2b58d1c8'], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc'} ; name: sdc ; >04:08:20,701 INFO storage: scanning sdc (/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc)... >04:08:20,703 DEBUG storage: DeviceTree.getDeviceByName: name: sdc ; >04:08:20,703 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,704 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdc ; >04:08:20,704 INFO storage: sdc is a disk >04:08:20,705 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,707 DEBUG storage: DiskDevice._setFormat: sdc ; current: None ; type: None ; >04:08:20,707 INFO storage: added disk sdc (id 3) to device tree >04:08:20,707 DEBUG storage: looking up parted Device: /dev/sdc >04:08:20,709 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdc ; >04:08:20,709 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: None ; >04:08:20,709 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,710 DEBUG storage: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >04:08:20,711 DEBUG storage: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >04:08:20,713 INFO storage: no usable disklabel on sdc >04:08:20,713 DEBUG storage: no type or existing type for sdc, bailing >04:08:20,714 INFO storage: got device: DiskDevice instance (0x167d9d0) -- > name = sdc status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x155cb00> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x16841d0> >04:08:20,715 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': '2899', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >04:08:20,715 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >04:08:20,716 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >04:08:20,716 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,716 INFO storage: loop0 is a loop device >04:08:20,716 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >04:08:20,717 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >04:08:20,717 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,718 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,718 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >04:08:20,718 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >04:08:20,719 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >04:08:20,719 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,719 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >04:08:20,720 INFO storage: added loop loop0 (id 5) to device tree >04:08:20,721 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >04:08:20,721 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >04:08:20,721 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >04:08:20,722 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >04:08:20,722 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >04:08:20,723 WARN storage: disklabel detected but not usable on loop0 >04:08:20,723 INFO storage: type detected on 'loop0' is 'squashfs' >04:08:20,723 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >04:08:20,724 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >04:08:20,724 INFO storage: got device: LoopDevice instance (0x1684750) -- > 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 >04:08:20,725 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': '3218', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >04:08:20,725 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >04:08:20,726 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >04:08:20,726 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,726 INFO storage: loop1 is a loop device >04:08:20,727 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >04:08:20,734 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >04:08:20,735 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,735 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,735 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >04:08:20,736 INFO storage: added file /osmin (id 6) to device tree >04:08:20,736 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >04:08:20,736 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,737 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >04:08:20,737 INFO storage: added loop loop1 (id 7) to device tree >04:08:20,742 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >04:08:20,744 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >04:08:20,744 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >04:08:20,746 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >04:08:20,749 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >04:08:20,751 WARN storage: disklabel detected but not usable on loop1 >04:08:20,751 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >04:08:20,751 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >04:08:20,752 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >04:08:20,752 INFO storage: got device: LoopDevice instance (0x167df10) -- > 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 >04:08:20,753 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': '4548', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >04:08:20,753 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >04:08:20,754 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >04:08:20,754 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,754 INFO storage: loop2 is a loop device >04:08:20,755 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >04:08:20,755 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >04:08:20,757 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,757 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,758 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >04:08:20,758 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >04:08:20,758 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >04:08:20,759 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,759 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >04:08:20,759 INFO storage: added loop loop2 (id 9) to device tree >04:08:20,760 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >04:08:20,760 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >04:08:20,760 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >04:08:20,761 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >04:08:20,761 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >04:08:20,762 WARN storage: disklabel detected but not usable on loop2 >04:08:20,762 INFO storage: type detected on 'loop2' is 'squashfs' >04:08:20,762 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >04:08:20,763 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >04:08:20,763 INFO storage: got device: LoopDevice instance (0x167df50) -- > 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 >04:08:20,765 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': '5055', > '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 ; >04:08:20,765 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >04:08:20,765 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >04:08:20,766 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,766 INFO storage: loop3 is a loop device >04:08:20,766 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >04:08:20,767 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >04:08:20,767 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,767 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,768 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >04:08:20,768 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >04:08:20,768 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >04:08:20,769 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,769 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >04:08:20,769 INFO storage: added loop loop3 (id 11) to device tree >04:08:20,770 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >04:08:20,770 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >04:08:20,771 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:20,773 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:08:20,774 DEBUG storage: device loop3 does not contain a disklabel >04:08:20,774 INFO storage: type detected on 'loop3' is 'ext4' >04:08:20,805 DEBUG storage: using current size 0 as min size >04:08:20,806 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:20,806 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:08:20,807 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >04:08:20,809 INFO storage: got device: LoopDevice instance (0x1684490) -- > 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 >04:08:20,809 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:20,809 INFO storage: got format: Ext4FS instance (0x1684350) -- > 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 > >04:08:20,810 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': '7361', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >04:08:20,810 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >04:08:20,811 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >04:08:20,811 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,812 INFO storage: loop4 is a loop device >04:08:20,812 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >04:08:20,812 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >04:08:20,813 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,813 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,814 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >04:08:20,814 INFO storage: added file /overlay (deleted) (id 12) to device tree >04:08:20,814 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >04:08:20,814 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,816 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >04:08:20,816 INFO storage: added loop loop4 (id 13) to device tree >04:08:20,818 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >04:08:20,818 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >04:08:20,818 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >04:08:20,819 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >04:08:20,819 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >04:08:20,820 WARN storage: disklabel detected but not usable on loop4 >04:08:20,820 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >04:08:20,821 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >04:08:20,822 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >04:08:20,822 INFO storage: got device: LoopDevice instance (0x1684850) -- > 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 >04:08:20,823 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': '7404', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >04:08:20,823 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >04:08:20,823 DEBUG storage: lvm filter: adding loop5 to the reject list >04:08:20,824 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': '8168', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >04:08:20,824 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >04:08:20,824 DEBUG storage: lvm filter: adding loop6 to the reject list >04:08:20,825 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': '10209', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >04:08:20,826 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >04:08:20,826 DEBUG storage: lvm filter: adding loop7 to the reject list >04:08:20,827 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': '58852', > '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 ; >04:08:20,827 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >04:08:20,827 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >04:08:20,828 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,828 INFO storage: live-rw is a device-mapper device >04:08:20,828 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >04:08:20,829 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >04:08:20,829 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >04:08:20,831 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >04:08:20,832 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >04:08:20,832 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >04:08:20,833 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,833 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >04:08:20,833 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,834 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >04:08:20,834 INFO storage: added dm live-rw (id 14) to device tree >04:08:20,835 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >04:08:20,835 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >04:08:20,836 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:20,836 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:08:20,836 DEBUG storage: device live-rw does not contain a disklabel >04:08:20,836 INFO storage: type detected on 'live-rw' is 'ext4' >04:08:20,867 DEBUG storage: padding min size from 3367 up to 3703 >04:08:20,868 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:20,868 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:08:20,869 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >04:08:20,869 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >04:08:20,870 INFO storage: got device: DMDevice instance (0x15ebb90) -- > 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 0x155cb90> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >04:08:20,871 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:20,871 INFO storage: got format: Ext4FS instance (0x16843d0) -- > 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 > >04:08:20,874 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': '76303', > '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 ; >04:08:20,874 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >04:08:20,874 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >04:08:20,875 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,875 INFO storage: live-osimg-min is a device-mapper device >04:08:20,876 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >04:08:20,876 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >04:08:20,877 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >04:08:20,878 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >04:08:20,879 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >04:08:20,879 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >04:08:20,881 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >04:08:20,881 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:20,882 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >04:08:20,882 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:20,883 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >04:08:20,883 INFO storage: added dm live-osimg-min (id 15) to device tree >04:08:20,883 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >04:08:20,884 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >04:08:20,885 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:20,885 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:08:20,885 DEBUG storage: device live-osimg-min does not contain a disklabel >04:08:20,885 INFO storage: type detected on 'live-osimg-min' is 'ext4' >04:08:20,905 DEBUG storage: using current size 0 as min size >04:08:20,906 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:20,907 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:08:20,907 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >04:08:20,908 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >04:08:20,909 INFO storage: got device: DMDevice instance (0x1684950) -- > 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 0x155ca70> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >04:08:20,909 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:20,910 INFO storage: got format: Ext4FS instance (0x1684c90) -- > 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 > >04:08:20,925 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >04:08:20,925 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >04:08:20,926 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >04:08:20,943 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >04:08:20,946 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >04:08:20,951 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >04:08:20,963 DEBUG storage: DiskDevice.teardown: sdc ; status: True ; controllable: True ; >04:08:20,963 DEBUG storage: DeviceFormat.teardown: device: /dev/sdc ; status: False ; type: None ; >04:08:20,965 DEBUG storage: DeviceFormat.teardown: device: /dev/sdc ; status: False ; type: None ; >04:08:20,976 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >04:08:20,978 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >04:08:20,979 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >04:08:20,979 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >04:08:20,979 INFO storage: not going to restore from backup of non-existent /etc/multipath.conf >04:08:20,980 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >04:08:20,981 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >04:08:20,982 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >04:08:20,993 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >04:08:20,994 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >04:08:20,996 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >04:08:21,007 DEBUG storage: DiskDevice.teardown: sdc ; status: True ; controllable: True ; >04:08:21,008 DEBUG storage: DeviceFormat.teardown: device: /dev/sdc ; status: False ; type: None ; >04:08:21,009 DEBUG storage: DeviceFormat.teardown: device: /dev/sdc ; status: False ; type: None ; >04:08:21,020 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >04:08:21,020 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >04:08:21,021 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >04:08:21,259 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >04:08:21,266 DEBUG storage: registered device format class Ext2FS as ext2 >04:08:21,267 DEBUG storage: registered device format class Ext3FS as ext3 >04:08:21,267 DEBUG storage: registered device format class Ext4FS as ext4 >04:08:21,267 DEBUG storage: registered device format class FATFS as vfat >04:08:21,267 DEBUG storage: registered device format class EFIFS as efi >04:08:21,267 DEBUG storage: registered device format class BTRFS as btrfs >04:08:21,267 DEBUG storage: registered device format class GFS2 as gfs2 >04:08:21,268 DEBUG storage: registered device format class JFS as jfs >04:08:21,268 DEBUG storage: registered device format class ReiserFS as reiserfs >04:08:21,268 DEBUG storage: registered device format class XFS as xfs >04:08:21,268 DEBUG storage: registered device format class HFS as hfs >04:08:21,268 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >04:08:21,268 DEBUG storage: registered device format class HFSPlus as hfs+ >04:08:21,268 DEBUG storage: registered device format class NTFS as ntfs >04:08:21,269 DEBUG storage: registered device format class NFS as nfs >04:08:21,269 DEBUG storage: registered device format class NFSv4 as nfs4 >04:08:21,269 DEBUG storage: registered device format class Iso9660FS as iso9660 >04:08:21,269 DEBUG storage: registered device format class NoDevFS as nodev >04:08:21,269 DEBUG storage: registered device format class DevPtsFS as devpts >04:08:21,269 DEBUG storage: registered device format class ProcFS as proc >04:08:21,270 DEBUG storage: registered device format class SysFS as sysfs >04:08:21,270 DEBUG storage: registered device format class TmpFS as tmpfs >04:08:21,270 DEBUG storage: registered device format class BindFS as bind >04:08:21,271 DEBUG storage: registered device format class SELinuxFS as selinuxfs >04:08:21,271 DEBUG storage: registered device format class USBFS as usbfs >04:08:21,273 DEBUG storage: registered device format class BIOSBoot as biosboot >04:08:21,273 DEBUG storage: registered device format class DiskLabel as disklabel >04:08:21,274 DEBUG storage: registered device format class DMRaidMember as dmraidmember >04:08:21,275 DEBUG storage: registered device format class MDRaidMember as mdmember >04:08:21,275 DEBUG storage: registered device format class PPCPRePBoot as prepboot >04:08:21,276 DEBUG storage: registered device format class MultipathMember as multipath_member >04:08:21,276 DEBUG storage: registered device format class LUKS as luks >04:08:21,277 DEBUG storage: registered device format class SwapSpace as swap >04:08:22,012 DEBUG storage: MultipathTopology._build_topology: >04:08:22,013 DEBUG storage: /etc/multipath.conf contents: >04:08:22,013 DEBUG storage: # multipath.conf written by anaconda >04:08:22,013 DEBUG storage: >04:08:22,013 DEBUG storage: defaults { >04:08:22,013 DEBUG storage: user_friendly_names yes >04:08:22,013 DEBUG storage: } >04:08:22,014 DEBUG storage: blacklist { >04:08:22,014 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >04:08:22,014 DEBUG storage: devnode "^hd[a-z]" >04:08:22,014 DEBUG storage: devnode "^dcssblk[0-9]*" >04:08:22,014 DEBUG storage: device { >04:08:22,014 DEBUG storage: vendor "DGC" >04:08:22,014 DEBUG storage: product "LUNZ" >04:08:22,014 DEBUG storage: } >04:08:22,014 DEBUG storage: device { >04:08:22,014 DEBUG storage: vendor "IBM" >04:08:22,015 DEBUG storage: product "S/390.*" >04:08:22,015 DEBUG storage: } >04:08:22,016 DEBUG storage: # don't count normal SATA devices as multipaths >04:08:22,016 DEBUG storage: device { >04:08:22,016 DEBUG storage: vendor "ATA" >04:08:22,017 DEBUG storage: } >04:08:22,017 DEBUG storage: # don't count 3ware devices as multipaths >04:08:22,018 DEBUG storage: device { >04:08:22,018 DEBUG storage: vendor "3ware" >04:08:22,018 DEBUG storage: } >04:08:22,019 DEBUG storage: device { >04:08:22,019 DEBUG storage: vendor "AMCC" >04:08:22,020 DEBUG storage: } >04:08:22,020 DEBUG storage: # nor highpoint devices >04:08:22,020 DEBUG storage: device { >04:08:22,021 DEBUG storage: vendor "HPT" >04:08:22,021 DEBUG storage: } >04:08:22,021 DEBUG storage: } >04:08:22,022 DEBUG storage: multipaths { >04:08:22,022 DEBUG storage: } >04:08:22,023 DEBUG storage: (end of /etc/multipath.conf) >04:08:22,073 INFO storage: MultipathTopology: found non-disk device: sr0 >04:08:22,073 INFO storage: MultipathTopology: found singlepath device: sda >04:08:22,073 INFO storage: MultipathTopology: found singlepath device: sdb >04:08:22,073 INFO storage: MultipathTopology: found singlepath device: sdc >04:08:22,074 INFO storage: MultipathTopology: found singlepath device: loop0 >04:08:22,074 INFO storage: MultipathTopology: found singlepath device: loop1 >04:08:22,074 INFO storage: MultipathTopology: found singlepath device: loop2 >04:08:22,075 INFO storage: MultipathTopology: found singlepath device: loop3 >04:08:22,075 INFO storage: MultipathTopology: found singlepath device: loop4 >04:08:22,075 INFO storage: MultipathTopology: found singlepath device: loop5 >04:08:22,075 INFO storage: MultipathTopology: found singlepath device: loop6 >04:08:22,076 INFO storage: MultipathTopology: found singlepath device: loop7 >04:08:22,076 INFO storage: MultipathTopology: found singlepath device: dm-0 >04:08:22,076 INFO storage: MultipathTopology: found singlepath device: dm-1 >04:08:22,925 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >04:08:22,926 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >04:08:22,970 DEBUG storage: protected device spec /dev/sr0 resolved to sr0 >04:08:22,970 INFO storage: sr0 looks to be the live device; marking as protected >04:08:23,046 DEBUG storage: MultipathTopology._build_topology: >04:08:23,047 DEBUG storage: /etc/multipath.conf contents: >04:08:23,047 DEBUG storage: # multipath.conf written by anaconda >04:08:23,048 DEBUG storage: >04:08:23,048 DEBUG storage: defaults { >04:08:23,048 DEBUG storage: user_friendly_names yes >04:08:23,048 DEBUG storage: } >04:08:23,048 DEBUG storage: blacklist { >04:08:23,048 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >04:08:23,049 DEBUG storage: devnode "^hd[a-z]" >04:08:23,049 DEBUG storage: devnode "^dcssblk[0-9]*" >04:08:23,049 DEBUG storage: device { >04:08:23,049 DEBUG storage: vendor "DGC" >04:08:23,056 DEBUG storage: product "LUNZ" >04:08:23,057 DEBUG storage: } >04:08:23,057 DEBUG storage: device { >04:08:23,057 DEBUG storage: vendor "IBM" >04:08:23,057 DEBUG storage: product "S/390.*" >04:08:23,057 DEBUG storage: } >04:08:23,057 DEBUG storage: # don't count normal SATA devices as multipaths >04:08:23,057 DEBUG storage: device { >04:08:23,058 DEBUG storage: vendor "ATA" >04:08:23,058 DEBUG storage: } >04:08:23,058 DEBUG storage: # don't count 3ware devices as multipaths >04:08:23,058 DEBUG storage: device { >04:08:23,058 DEBUG storage: vendor "3ware" >04:08:23,060 DEBUG storage: } >04:08:23,060 DEBUG storage: device { >04:08:23,060 DEBUG storage: vendor "AMCC" >04:08:23,060 DEBUG storage: } >04:08:23,060 DEBUG storage: # nor highpoint devices >04:08:23,061 DEBUG storage: device { >04:08:23,061 DEBUG storage: vendor "HPT" >04:08:23,061 DEBUG storage: } >04:08:23,061 DEBUG storage: } >04:08:23,061 DEBUG storage: multipaths { >04:08:23,062 DEBUG storage: } >04:08:23,063 DEBUG storage: (end of /etc/multipath.conf) >04:08:23,107 INFO storage: MultipathTopology: found non-disk device: sr0 >04:08:23,107 INFO storage: MultipathTopology: found singlepath device: sda >04:08:23,108 INFO storage: MultipathTopology: found singlepath device: sdb >04:08:23,108 INFO storage: MultipathTopology: found singlepath device: sdc >04:08:23,108 INFO storage: MultipathTopology: found singlepath device: loop0 >04:08:23,108 INFO storage: MultipathTopology: found singlepath device: loop1 >04:08:23,108 INFO storage: MultipathTopology: found singlepath device: loop2 >04:08:23,108 INFO storage: MultipathTopology: found singlepath device: loop3 >04:08:23,109 INFO storage: MultipathTopology: found singlepath device: loop4 >04:08:23,109 INFO storage: MultipathTopology: found singlepath device: loop5 >04:08:23,110 INFO storage: MultipathTopology: found singlepath device: loop6 >04:08:23,110 INFO storage: MultipathTopology: found singlepath device: loop7 >04:08:23,126 INFO storage: MultipathTopology: found singlepath device: dm-0 >04:08:23,126 INFO storage: MultipathTopology: found singlepath device: dm-1 >04:08:23,126 INFO storage: devices to scan: ['sr0', 'sda', 'sdb', 'sdc', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >04:08:23,156 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-VBOX_CD-ROM_VB0-01f003f6 /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/ata9/host8/target8:0:0/8:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_CD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT': '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': 'VBOX_CD-ROM', > 'ID_MODEL_ENC': 'VBOX\\x20CD-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\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_CD-ROM_VB0-01f003f6', > 'ID_SERIAL_SHORT': 'VB0-01f003f6', > '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': '50857', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-VBOX_CD-ROM_VB0-01f003f6', > '/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/ata9/host8/target8:0:0/8:0:0:0/block/sr0'} ; name: sr0 ; >04:08:23,165 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata9/host8/target8:0:0/8:0:0:0/block/sr0)... >04:08:23,166 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >04:08:23,167 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,167 INFO storage: sr0 is a cdrom >04:08:23,168 DEBUG storage: DeviceTree.addUdevOpticalDevice: >04:08:23,169 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,175 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >04:08:23,175 INFO storage: added cdrom sr0 (id 0) to device tree >04:08:23,176 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >04:08:23,181 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >04:08:23,183 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >04:08:23,185 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >04:08:23,188 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >04:08:23,206 WARN storage: disklabel detected but not usable on sr0 >04:08:23,209 INFO storage: type detected on 'sr0' is 'iso9660' >04:08:23,211 DEBUG storage: Iso9660FS.supported: supported: True ; >04:08:23,212 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >04:08:23,212 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >04:08:23,213 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >04:08:23,215 DEBUG storage: looking up parted Device: /dev/sr0 >04:08:23,216 INFO storage: got device: OpticalDevice instance (0x7f23940811d0) -- > name = sr0 status = True kids = 0 id = 0 > 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/ata9/host8/target8:0:0/8:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: VBOX CD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 9 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x7f23940823b0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >04:08:23,220 DEBUG storage: Iso9660FS.supported: supported: True ; >04:08:23,221 INFO storage: got format: Iso9660FS instance (0x7f23940e9a10) -- > 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 > >04:08:23,223 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-VBOX_HARDDISK_VB7b9599bb-ca8176c4', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'VBOX_HARDDISK', > 'ID_MODEL_ENC': 'VBOX\\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_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_HARDDISK_VB7b9599bb-ca8176c4', > 'ID_SERIAL_SHORT': 'VB7b9599bb-ca8176c4', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '56937', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-VBOX_HARDDISK_VB7b9599bb-ca8176c4'], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >04:08:23,228 INFO storage: scanning sda (/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >04:08:23,229 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >04:08:23,230 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,230 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >04:08:23,232 INFO storage: sda is a disk >04:08:23,232 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,233 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >04:08:23,233 INFO storage: added disk sda (id 1) to device tree >04:08:23,233 DEBUG storage: looking up parted Device: /dev/sda >04:08:23,239 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >04:08:23,242 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: None ; >04:08:23,243 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,247 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >04:08:23,253 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >04:08:23,254 INFO storage: no usable disklabel on sda >04:08:23,256 DEBUG storage: no type or existing type for sda, bailing >04:08:23,259 INFO storage: got device: DiskDevice instance (0x7f23940d3790) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f2394082050> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f23940e99d0> >04:08:23,268 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-VBOX_HARDDISK_VBe87be3c0-5d4ba7c0', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'VBOX_HARDDISK', > 'ID_MODEL_ENC': 'VBOX\\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_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_HARDDISK_VBe87be3c0-5d4ba7c0', > 'ID_SERIAL_SHORT': 'VBe87be3c0-5d4ba7c0', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '61560', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-VBOX_HARDDISK_VBe87be3c0-5d4ba7c0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >04:08:23,269 INFO storage: scanning sdb (/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >04:08:23,270 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >04:08:23,271 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,272 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdb ; >04:08:23,274 INFO storage: sdb is a disk >04:08:23,274 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,275 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: None ; >04:08:23,275 INFO storage: added disk sdb (id 2) to device tree >04:08:23,275 DEBUG storage: looking up parted Device: /dev/sdb >04:08:23,277 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb ; >04:08:23,280 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: None ; >04:08:23,281 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,283 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >04:08:23,290 DEBUG storage: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >04:08:23,294 INFO storage: no usable disklabel on sdb >04:08:23,295 DEBUG storage: no type or existing type for sdb, bailing >04:08:23,296 INFO storage: got device: DiskDevice instance (0x7f2394115a10) -- > name = sdb status = True kids = 0 id = 2 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f23940828c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f2394115b10> >04:08:23,299 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-VBOX_HARDDISK_VBb468cc50-2b58d1c8', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'VBOX_HARDDISK', > 'ID_MODEL_ENC': 'VBOX\\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_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_HARDDISK_VBb468cc50-2b58d1c8', > 'ID_SERIAL_SHORT': 'VBb468cc50-2b58d1c8', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '64802', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/ata-VBOX_HARDDISK_VBb468cc50-2b58d1c8'], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc'} ; name: sdc ; >04:08:23,300 INFO storage: scanning sdc (/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc)... >04:08:23,301 DEBUG storage: DeviceTree.getDeviceByName: name: sdc ; >04:08:23,302 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,304 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdc ; >04:08:23,305 INFO storage: sdc is a disk >04:08:23,306 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,307 DEBUG storage: DiskDevice._setFormat: sdc ; current: None ; type: None ; >04:08:23,307 INFO storage: added disk sdc (id 3) to device tree >04:08:23,307 DEBUG storage: looking up parted Device: /dev/sdc >04:08:23,309 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdc ; >04:08:23,309 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: None ; >04:08:23,310 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,310 DEBUG storage: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >04:08:23,312 DEBUG storage: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >04:08:23,314 INFO storage: no usable disklabel on sdc >04:08:23,314 DEBUG storage: no type or existing type for sdc, bailing >04:08:23,315 INFO storage: got device: DiskDevice instance (0x7f2394115a90) -- > name = sdc status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f2394082a70> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f23941207d0> >04:08:23,316 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': '2899', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >04:08:23,316 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >04:08:23,317 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >04:08:23,318 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,318 INFO storage: loop0 is a loop device >04:08:23,319 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >04:08:23,333 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >04:08:23,337 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,339 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,340 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >04:08:23,344 INFO storage: added file /osmin.img (deleted) (id 4) to device tree >04:08:23,346 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >04:08:23,347 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,352 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >04:08:23,353 INFO storage: added loop loop0 (id 5) to device tree >04:08:23,357 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >04:08:23,364 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >04:08:23,365 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >04:08:23,366 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >04:08:23,367 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >04:08:23,367 WARN storage: disklabel detected but not usable on loop0 >04:08:23,370 INFO storage: type detected on 'loop0' is 'squashfs' >04:08:23,371 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >04:08:23,372 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >04:08:23,373 INFO storage: got device: LoopDevice instance (0x7f2394120a50) -- > 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 >04:08:23,374 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': '3218', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >04:08:23,374 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >04:08:23,375 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >04:08:23,377 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,377 INFO storage: loop1 is a loop device >04:08:23,378 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >04:08:23,378 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >04:08:23,379 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,380 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,381 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >04:08:23,382 INFO storage: added file /osmin (id 6) to device tree >04:08:23,383 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >04:08:23,383 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,385 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >04:08:23,385 INFO storage: added loop loop1 (id 7) to device tree >04:08:23,386 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >04:08:23,387 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >04:08:23,387 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >04:08:23,388 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >04:08:23,389 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >04:08:23,390 WARN storage: disklabel detected but not usable on loop1 >04:08:23,390 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >04:08:23,390 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >04:08:23,393 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >04:08:23,398 INFO storage: got device: LoopDevice instance (0x7f2394130150) -- > 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 >04:08:23,400 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': '4548', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >04:08:23,401 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >04:08:23,402 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >04:08:23,403 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,403 INFO storage: loop2 is a loop device >04:08:23,405 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >04:08:23,406 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >04:08:23,407 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,407 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,408 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >04:08:23,408 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >04:08:23,410 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >04:08:23,410 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,411 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >04:08:23,411 INFO storage: added loop loop2 (id 9) to device tree >04:08:23,412 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >04:08:23,412 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >04:08:23,413 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >04:08:23,422 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >04:08:23,423 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >04:08:23,424 WARN storage: disklabel detected but not usable on loop2 >04:08:23,424 INFO storage: type detected on 'loop2' is 'squashfs' >04:08:23,424 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >04:08:23,426 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >04:08:23,426 INFO storage: got device: LoopDevice instance (0x382b8d0) -- > 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 >04:08:23,428 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': '5055', > '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 ; >04:08:23,428 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >04:08:23,429 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >04:08:23,429 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,430 INFO storage: loop3 is a loop device >04:08:23,438 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >04:08:23,442 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >04:08:23,447 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,447 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,449 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >04:08:23,449 INFO storage: added file /LiveOS/ext3fs.img (id 10) to device tree >04:08:23,450 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >04:08:23,450 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,451 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >04:08:23,452 INFO storage: added loop loop3 (id 11) to device tree >04:08:23,452 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >04:08:23,453 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >04:08:23,454 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:23,454 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:08:23,455 DEBUG storage: device loop3 does not contain a disklabel >04:08:23,455 INFO storage: type detected on 'loop3' is 'ext4' >04:08:23,545 DEBUG storage: using current size 0 as min size >04:08:23,547 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:23,548 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:08:23,549 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >04:08:23,549 INFO storage: got device: LoopDevice instance (0x7f2394134450) -- > 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 >04:08:23,550 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:23,550 INFO storage: got format: Ext4FS instance (0x7f23941345d0) -- > 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 > >04:08:23,557 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': '7361', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >04:08:23,560 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >04:08:23,561 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >04:08:23,564 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,571 INFO storage: loop4 is a loop device >04:08:23,572 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >04:08:23,573 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >04:08:23,574 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,574 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,577 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >04:08:23,577 INFO storage: added file /overlay (deleted) (id 12) to device tree >04:08:23,578 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >04:08:23,579 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,580 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >04:08:23,581 INFO storage: added loop loop4 (id 13) to device tree >04:08:23,582 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >04:08:23,584 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >04:08:23,584 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >04:08:23,586 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >04:08:23,588 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >04:08:23,591 WARN storage: disklabel detected but not usable on loop4 >04:08:23,591 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >04:08:23,591 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >04:08:23,592 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >04:08:23,594 INFO storage: got device: LoopDevice instance (0x7f239413cc10) -- > 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 >04:08:23,597 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': '7404', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >04:08:23,597 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >04:08:23,597 DEBUG storage: lvm filter: adding loop5 to the reject list >04:08:23,598 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': '8168', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >04:08:23,599 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >04:08:23,599 DEBUG storage: lvm filter: adding loop6 to the reject list >04:08:23,600 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': '10209', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >04:08:23,600 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >04:08:23,601 DEBUG storage: lvm filter: adding loop7 to the reject list >04:08:23,601 DEBUG storage: Skipping a device mapper drive (dm-0) for now >04:08:23,601 DEBUG storage: Skipping a device mapper drive (dm-1) for now >04:08:23,624 INFO storage: devices to scan: ['dm-0', 'dm-1'] >04:08:23,627 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': '58852', > '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 ; >04:08:23,627 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >04:08:23,628 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >04:08:23,629 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,629 INFO storage: live-rw is a device-mapper device >04:08:23,630 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >04:08:23,631 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >04:08:23,631 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >04:08:23,633 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >04:08:23,635 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (13) >04:08:23,636 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >04:08:23,637 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,638 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >04:08:23,638 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,639 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >04:08:23,639 INFO storage: added dm live-rw (id 14) to device tree >04:08:23,640 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >04:08:23,643 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >04:08:23,646 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:23,647 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:08:23,647 DEBUG storage: device live-rw does not contain a disklabel >04:08:23,648 INFO storage: type detected on 'live-rw' is 'ext4' >04:08:23,715 DEBUG storage: padding min size from 3367 up to 3703 >04:08:23,717 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:23,717 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:08:23,718 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >04:08:23,719 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >04:08:23,735 INFO storage: got device: DMDevice instance (0x3a70e10) -- > 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: 32547 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x7f2394082f80> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >04:08:23,736 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:23,737 INFO storage: got format: Ext4FS instance (0x7f239413cf50) -- > 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 > >04:08:23,740 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': '76303', > '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 ; >04:08:23,740 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >04:08:23,741 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >04:08:23,750 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,750 INFO storage: live-osimg-min is a device-mapper device >04:08:23,751 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >04:08:23,753 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >04:08:23,754 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >04:08:23,756 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (7) >04:08:23,758 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >04:08:23,760 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (11) with existing ext4 filesystem >04:08:23,762 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >04:08:23,763 DEBUG storage: DeviceTree.getDeviceByName returned None >04:08:23,764 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >04:08:23,766 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:08:23,768 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >04:08:23,768 INFO storage: added dm live-osimg-min (id 15) to device tree >04:08:23,769 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >04:08:23,770 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >04:08:23,771 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:23,771 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:08:23,771 DEBUG storage: device live-osimg-min does not contain a disklabel >04:08:23,771 INFO storage: type detected on 'live-osimg-min' is 'ext4' >04:08:23,824 DEBUG storage: using current size 0 as min size >04:08:23,826 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:23,826 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:08:23,827 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >04:08:23,828 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >04:08:23,829 INFO storage: got device: DMDevice instance (0x3a85690) -- > 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: 32547 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x3a773b0> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >04:08:23,830 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:23,834 INFO storage: got format: Ext4FS instance (0x3a707d0) -- > 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 > >04:08:23,883 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >04:08:23,886 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >04:08:23,889 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >04:08:23,911 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >04:08:23,919 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >04:08:23,920 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >04:08:23,987 DEBUG storage: DiskDevice.teardown: sdc ; status: True ; controllable: True ; >04:08:23,995 DEBUG storage: DeviceFormat.teardown: device: /dev/sdc ; status: False ; type: None ; >04:08:23,997 DEBUG storage: DeviceFormat.teardown: device: /dev/sdc ; status: False ; type: None ; >04:08:24,049 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >04:08:24,051 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >04:08:24,052 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >04:08:24,052 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >04:08:24,054 INFO storage: edd: collected mbr signatures: {} >04:08:24,176 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:24,177 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:24,178 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:24,184 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >04:08:24,192 DEBUG storage: Iso9660FS.supported: supported: True ; >04:08:29,977 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/live-osimg-min ; >04:08:29,978 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4096MB dm live-osimg-min (15) with existing ext4 filesystem >04:08:41,237 DEBUG storage: Iso9660FS.supported: supported: True ; >04:08:41,238 DEBUG storage: Iso9660FS.supported: supported: True ; >04:08:41,239 DEBUG storage: NFSv4.supported: supported: False ; >04:08:41,240 DEBUG storage: NFSv4.supported: supported: False ; >04:08:41,241 DEBUG storage: SELinuxFS.supported: supported: False ; >04:08:41,242 DEBUG storage: SELinuxFS.supported: supported: False ; >04:08:41,243 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:41,243 DEBUG storage: Ext4FS.supported: supported: True ; >04:08:41,245 DEBUG storage: Ext3FS.supported: supported: True ; >04:08:41,245 DEBUG storage: Ext3FS.supported: supported: True ; >04:08:41,247 DEBUG storage: Ext2FS.supported: supported: True ; >04:08:41,247 DEBUG storage: Ext2FS.supported: supported: True ; >04:08:41,249 DEBUG storage: SysFS.supported: supported: False ; >04:08:41,249 DEBUG storage: SysFS.supported: supported: False ; >04:08:41,250 DEBUG storage: MultipathMember.__init__: >04:08:41,251 DEBUG storage: MDRaidMember.__init__: >04:08:41,252 DEBUG storage: ProcFS.supported: supported: False ; >04:08:41,253 DEBUG storage: ProcFS.supported: supported: False ; >04:08:41,254 DEBUG storage: SwapSpace.__init__: >04:08:41,255 DEBUG storage: NoDevFS.supported: supported: False ; >04:08:41,256 DEBUG storage: NoDevFS.supported: supported: False ; >04:08:41,257 DEBUG storage: DevPtsFS.supported: supported: False ; >04:08:41,258 DEBUG storage: DevPtsFS.supported: supported: False ; >04:08:41,259 DEBUG storage: BTRFS.supported: supported: True ; >04:08:41,323 DEBUG storage: USBFS.supported: supported: False ; >04:08:41,324 DEBUG storage: USBFS.supported: supported: False ; >04:08:41,325 DEBUG storage: DiskLabel.__init__: >04:08:41,325 INFO storage: DiskLabel.partedDevice returning None >04:08:41,326 DEBUG storage: HFSPlus.supported: supported: False ; >04:08:41,327 DEBUG storage: HFSPlus.supported: supported: False ; >04:08:41,329 DEBUG storage: XFS.supported: supported: True ; >04:08:41,387 DEBUG storage: XFS.supported: supported: True ; >04:08:41,389 DEBUG storage: TmpFS.supported: supported: False ; >04:08:41,390 DEBUG storage: TmpFS.supported: supported: False ; >04:08:41,391 DEBUG storage: LUKS.__init__: >04:08:41,391 DEBUG storage: NTFS.supported: supported: False ; >04:08:41,392 DEBUG storage: NTFS.supported: supported: False ; >04:08:41,393 DEBUG storage: BindFS.supported: supported: False ; >04:08:41,394 DEBUG storage: BindFS.supported: supported: False ; >04:08:41,395 DEBUG storage: HFS.supported: supported: False ; >04:08:41,396 DEBUG storage: HFS.supported: supported: False ; >04:08:41,398 DEBUG storage: LVMPhysicalVolume.__init__: >04:08:41,398 DEBUG storage: NFS.supported: supported: False ; >04:08:41,399 DEBUG storage: NFS.supported: supported: False ; >04:08:41,400 DEBUG storage: FATFS.supported: supported: True ; >04:08:41,401 DEBUG storage: FATFS.supported: supported: True ; >04:08:41,402 DEBUG storage: DMRaidMember.__init__: >04:09:10,587 DEBUG storage: clearpart: initializing sda >04:09:10,593 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >04:09:10,593 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:09:10,594 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >04:09:10,594 INFO storage: registered action: [0] Destroy Format None on disk sda (id 1) >04:09:10,603 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; >04:09:10,604 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/sda ; labelType: msdos ; >04:09:10,605 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x6346dd0> > PedDisk: <_ped.Disk object at 0x6326fc8> >04:09:10,605 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >04:09:10,606 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >04:09:10,607 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >04:09:10,607 INFO storage: registered action: [1] Create Format msdos disklabel on disk sda (id 1) >04:09:10,607 DEBUG storage: clearpart: initializing sdb >04:09:10,610 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >04:09:10,611 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:09:10,615 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: None ; >04:09:10,616 INFO storage: registered action: [2] Destroy Format None on disk sdb (id 2) >04:09:10,617 DEBUG storage: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; >04:09:10,618 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/sdb ; labelType: msdos ; >04:09:10,619 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x634e4d0> > PedDisk: <_ped.Disk object at 0x631bbd8> >04:09:10,619 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >04:09:10,620 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >04:09:10,621 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >04:09:10,621 INFO storage: registered action: [3] Create Format msdos disklabel on disk sdb (id 2) >04:09:10,621 DEBUG storage: clearpart: initializing sdc >04:09:10,622 DEBUG storage: DeviceFormat.teardown: device: /dev/sdc ; status: False ; type: None ; >04:09:10,622 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:09:10,623 DEBUG storage: DiskDevice._setFormat: sdc ; current: None ; type: None ; >04:09:10,623 INFO storage: registered action: [4] Destroy Format None on disk sdc (id 3) >04:09:10,625 DEBUG storage: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; >04:09:10,626 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/sdc ; labelType: msdos ; >04:09:10,626 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x634eb90> > PedDisk: <_ped.Disk object at 0x634f758> >04:09:10,626 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >04:09:10,627 DEBUG storage: DeviceFormat.teardown: device: /dev/sdc ; status: False ; type: None ; >04:09:10,628 DEBUG storage: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >04:09:10,628 INFO storage: registered action: [5] Create Format msdos disklabel on disk sdc (id 3) >04:09:10,630 DEBUG storage: new disk order: [] >04:09:10,676 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >04:09:10,679 DEBUG storage: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:09:10,682 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >04:09:10,684 DEBUG storage: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:09:10,684 DEBUG storage: resolved 'sda' to 'sda' (disk) >04:09:10,687 DEBUG storage: _is_valid_disklabel(sda) returning True >04:09:10,687 DEBUG storage: _is_valid_size(sda) returning True >04:09:10,687 DEBUG storage: _is_valid_location(sda) returning True >04:09:10,687 DEBUG storage: _is_valid_format(sda) returning True >04:09:10,687 DEBUG storage: is_valid_stage1_device(sda) returning True >04:13:30,973 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 500.0, [], None >04:13:30,976 DEBUG storage.ui: Storage.newDevice: 2 ; 500.0 ; mountpoint: /boot ; disks: [DiskDevice instance (0x634ec90) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f2394082050> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x634efd0>, DiskDevice instance (0x634ed10) -- > name = sdb status = True kids = 0 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f23940828c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f238002f450>, DiskDevice instance (0x7f238002f410) -- > name = sdc status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f2394082a70> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f238002f950>] ; fstype: ext4 ; encrypted: False ; >04:13:30,976 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 500.0, ['sda', 'sdb', 'sdc'], None >04:13:30,977 DEBUG storage.ui: Storage.setContainerMembers: device: None ; container: None ; factory: <pyanaconda.storage.PartitionFactory object at 0x7f2380037e90> ; members: [] ; >04:13:30,977 DEBUG storage.ui: creating new device >04:13:30,978 DEBUG storage.ui: Ext4FS.supported: supported: True ; >04:13:30,978 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >04:13:30,979 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >04:13:30,980 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >04:13:30,981 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >04:13:30,982 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >04:13:30,983 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: None ; type: ext4 ; >04:13:30,984 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >04:13:30,985 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >04:13:30,986 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >04:13:30,986 INFO storage.ui: added partition req0 (id 16) to device tree >04:13:30,987 INFO storage.ui: registered action: [6] Create Device partition req0 (id 16) >04:13:30,987 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >04:13:30,987 INFO storage.ui: registered action: [7] Create Format ext4 filesystem mounted at /boot on partition req0 (id 16) >04:13:30,989 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >04:13:30,990 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >04:13:30,991 DEBUG storage.ui: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >04:13:30,992 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 16)'] from disk(s) ['sda', 'sdb', 'sdc'] >04:13:30,992 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb', 'sdc'] ; partitions=['req0(id 16)'] >04:13:30,992 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 16)'] from disk(s) ['sda', 'sdb', 'sdc'] >04:13:30,993 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:30,995 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:30,995 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:30,997 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:30,998 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:30,998 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:30,999 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:31,000 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:31,000 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:31,002 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:31,003 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:31,003 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:31,004 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:31,005 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:31,005 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:31,006 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:31,007 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:31,007 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:31,007 DEBUG storage.ui: allocating partition: req0 ; id: 16 ; disks: ['sda', 'sdb', 'sdc'] ; >boot: True ; primary: False ; size: 1MB ; grow: True ; max_size: 500.0 >04:13:31,007 DEBUG storage.ui: checking freespace on sda >04:13:31,009 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=1MB boot=True best=None grow=True >04:13:31,009 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >04:13:31,009 DEBUG storage.ui: evaluating growth potential for new layout >04:13:31,009 DEBUG storage.ui: calculating growth for disk /dev/sdb >04:13:31,009 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >04:13:31,009 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >04:13:31,010 DEBUG storage.ui: calculating growth for disk /dev/sdc >04:13:31,010 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >04:13:31,010 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >04:13:31,010 DEBUG storage.ui: calculating growth for disk /dev/sda >04:13:31,010 DEBUG storage.ui: adjusted start sector from 63 to 2048 >04:13:31,012 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >04:13:31,012 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2380066e90> PedPartition: <_ped.Partition object at 0x58e18f0> >04:13:31,013 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >04:13:31,014 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >04:13:31,014 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sda >04:13:31,014 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >04:13:31,015 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sda1 growable = True >base = 2048 growth = 0 max_grow = 1021952 >done = False >04:13:31,015 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >04:13:31,015 DEBUG storage.ui: adding 16775105 (8190MB) to 16 (sda1) >04:13:31,015 DEBUG storage.ui: taking back 15753153 (7691MB) from 16 (sda1) >04:13:31,015 DEBUG storage.ui: new grow amount for request 16 (sda1) is 1021952 units, or 499MB >04:13:31,015 DEBUG storage.ui: request 16 (sda1) growth: 1021952 (499MB) size: 500MB >04:13:31,015 DEBUG storage.ui: disk /dev/sda growth: 1021952 (499MB) >04:13:31,016 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:13:31,016 DEBUG storage.ui: device sda1 new partedPartition None >04:13:31,017 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >04:13:31,018 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >04:13:31,018 DEBUG storage.ui: total growth: 1021952 sectors >04:13:31,019 DEBUG storage.ui: updating use_disk to sda, type: 0 >04:13:31,019 DEBUG storage.ui: new free: 63-16777215 / 8191MB >04:13:31,019 DEBUG storage.ui: new free allows for 1021952 sectors of growth >04:13:31,019 DEBUG storage.ui: found free space for bootable request >04:13:31,019 DEBUG storage.ui: adjusted start sector from 63 to 2048 >04:13:31,019 DEBUG storage.ui: created partition sda1 of 1MB and added it to /dev/sda >04:13:31,020 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >04:13:31,021 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f238006b090> PedPartition: <_ped.Partition object at 0x7f2380067410> >04:13:31,022 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >04:13:31,023 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >04:13:31,024 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:13:31,025 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2380066f10> PedPartition: <_ped.Partition object at 0x7f2380067470> >04:13:31,025 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb', 'sdc'], partitions=['sda1(id 16)'] >04:13:31,025 DEBUG storage.ui: growable partitions are ['sda1'] >04:13:31,025 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sda >04:13:31,025 DEBUG storage.ui: disk sda has 1 chunks >04:13:31,025 DEBUG storage.ui: disk sdb has 1 chunks >04:13:31,026 DEBUG storage.ui: disk sdc has 1 chunks >04:13:31,026 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >04:13:31,026 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sda1 growable = True >base = 2048 growth = 0 max_grow = 1021952 >done = False >04:13:31,026 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >04:13:31,026 DEBUG storage.ui: adding 16775105 (8190MB) to 16 (sda1) >04:13:31,026 DEBUG storage.ui: taking back 15753153 (7691MB) from 16 (sda1) >04:13:31,026 DEBUG storage.ui: new grow amount for request 16 (sda1) is 1021952 units, or 499MB >04:13:31,026 DEBUG storage.ui: growing partitions on sda >04:13:31,027 DEBUG storage.ui: partition sda1 (16): 0 >04:13:31,027 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x7f238006b1d0> >04:13:31,027 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 16)'] from disk(s) ['sda'] >04:13:31,028 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:13:31,028 DEBUG storage.ui: device sda1 new partedPartition None >04:13:31,029 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >04:13:31,030 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >04:13:31,030 DEBUG storage.ui: back from removeNewPartitions >04:13:31,030 DEBUG storage.ui: extended: None >04:13:31,031 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x7f238006b1d0> >04:13:31,032 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >04:13:31,032 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f238006b590> PedPartition: <_ped.Partition object at 0x7f23800673b0> >04:13:31,033 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >04:13:31,034 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >04:13:31,035 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:13:31,036 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f238006b750> PedPartition: <_ped.Partition object at 0x7f23800674d0> >04:13:31,036 DEBUG storage.ui: growing partitions on sdb >04:13:31,036 DEBUG storage.ui: growing partitions on sdc >04:13:31,036 DEBUG storage.ui: fixing size of non-existent 500MB partition sda1 (16) with non-existent ext4 filesystem mounted at /boot at 500.00 >04:13:31,075 DEBUG storage: getFormat('None') returning DeviceFormat instance >04:13:31,078 DEBUG storage: Ext4FS.supported: supported: True ; >04:13:31,079 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:13:39,148 DEBUG storage: Ext4FS.supported: supported: True ; >04:13:39,149 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:13:39,149 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 500.0, ['sda'], None >04:13:47,847 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 5000.0, [], None >04:13:47,850 DEBUG storage.ui: Storage.newDevice: 2 ; 5000.0 ; mountpoint: None ; disks: [DiskDevice instance (0x634ec90) -- > name = sda status = True kids = 1 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f2394082050> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x634efd0>, DiskDevice instance (0x634ed10) -- > name = sdb status = True kids = 0 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f23940828c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f238002f450>, DiskDevice instance (0x7f238002f410) -- > name = sdc status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f2394082a70> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f238002f950>] ; fstype: swap ; encrypted: False ; >04:13:47,850 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 5000.0, ['sda', 'sdb', 'sdc'], None >04:13:47,851 DEBUG storage.ui: Storage.setContainerMembers: device: None ; container: None ; factory: <pyanaconda.storage.PartitionFactory object at 0x7f2380066dd0> ; members: [] ; >04:13:47,851 DEBUG storage.ui: creating new device >04:13:47,852 DEBUG storage.ui: SwapSpace.__init__: mountpoint: None ; >04:13:47,852 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance >04:13:47,853 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >04:13:47,854 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >04:13:47,856 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >04:13:47,857 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >04:13:47,859 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: None ; type: swap ; >04:13:47,860 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >04:13:47,861 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >04:13:47,862 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >04:13:47,862 INFO storage.ui: added partition req1 (id 17) to device tree >04:13:47,862 INFO storage.ui: registered action: [8] Create Device partition req1 (id 17) >04:13:47,863 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >04:13:47,863 INFO storage.ui: registered action: [9] Create Format swap on partition req1 (id 17) >04:13:47,864 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >04:13:47,865 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >04:13:47,866 DEBUG storage.ui: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >04:13:47,867 DEBUG storage.ui: removing all non-preexisting partitions ['req1(id 17)', 'sda1(id 16)'] from disk(s) ['sda', 'sdb', 'sdc'] >04:13:47,868 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:13:47,868 DEBUG storage.ui: device sda1 new partedPartition None >04:13:47,869 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >04:13:47,870 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >04:13:47,870 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb', 'sdc'] ; partitions=['req1(id 17)', 'req0(id 16)'] >04:13:47,870 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 16)', 'req1(id 17)'] from disk(s) ['sda', 'sdb', 'sdc'] >04:13:47,872 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:47,873 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:47,873 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:47,874 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:47,875 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:47,875 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:47,876 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:47,878 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:47,878 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:47,879 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:47,880 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:47,880 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:47,881 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:47,882 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:47,883 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:47,884 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:47,885 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:47,885 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:47,885 DEBUG storage.ui: allocating partition: req0 ; id: 16 ; disks: ['sda', 'sdb', 'sdc'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 500.0 >04:13:47,885 DEBUG storage.ui: checking freespace on sda >04:13:47,886 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=True best=None grow=False >04:13:47,886 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >04:13:47,886 DEBUG storage.ui: updating use_disk to sda, type: 0 >04:13:47,886 DEBUG storage.ui: new free: 63-16777215 / 8191MB >04:13:47,886 DEBUG storage.ui: new free allows for 0 sectors of growth >04:13:47,886 DEBUG storage.ui: found free space for bootable request >04:13:47,887 DEBUG storage.ui: adjusted start sector from 63 to 2048 >04:13:47,887 DEBUG storage.ui: created partition sda1 of 500MB and added it to /dev/sda >04:13:47,888 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >04:13:47,888 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f238006b0d0> PedPartition: <_ped.Partition object at 0x634a950> >04:13:47,889 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >04:13:47,890 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >04:13:47,893 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:13:47,893 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f23800665d0> PedPartition: <_ped.Partition object at 0x634aa10> >04:13:47,894 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:47,895 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:47,895 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:47,897 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:47,898 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:47,898 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:47,899 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:47,900 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:47,900 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:47,901 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:47,902 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:47,902 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:47,903 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:47,904 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:47,905 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:47,906 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:13:47,907 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:13:47,907 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:13:47,907 DEBUG storage.ui: allocating partition: req1 ; id: 17 ; disks: ['sda', 'sdb', 'sdc'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 5000.0 >04:13:47,907 DEBUG storage.ui: checking freespace on sda >04:13:47,907 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=1MB boot=False best=None grow=True >04:13:47,908 DEBUG storage.ui: current free range is 63-2047 (0MB) >04:13:47,908 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >04:13:47,908 DEBUG storage.ui: evaluating growth potential for new layout >04:13:47,908 DEBUG storage.ui: calculating growth for disk /dev/sdb >04:13:47,908 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >04:13:47,908 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >04:13:47,908 DEBUG storage.ui: calculating growth for disk /dev/sdc >04:13:47,909 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >04:13:47,909 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >04:13:47,909 DEBUG storage.ui: calculating growth for disk /dev/sda >04:13:47,910 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >04:13:47,910 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f238006b4d0> PedPartition: <_ped.Partition object at 0x7f23800674d0> >04:13:47,911 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >04:13:47,912 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >04:13:47,913 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sda >04:13:47,913 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/sda >04:13:47,913 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >04:13:47,913 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >04:13:47,913 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = sda2 growable = True >base = 2048 growth = 0 max_grow = 10237952 >done = False >04:13:47,913 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >04:13:47,913 DEBUG storage.ui: adding 15751105 (7690MB) to 17 (sda2) >04:13:47,914 DEBUG storage.ui: taking back 5513153 (2691MB) from 17 (sda2) >04:13:47,914 DEBUG storage.ui: new grow amount for request 17 (sda2) is 10237952 units, or 4999MB >04:13:47,914 DEBUG storage.ui: request 16 (sda1) growth: 0 (0MB) size: 500MB >04:13:47,914 DEBUG storage.ui: request 17 (sda2) growth: 10237952 (4999MB) size: 5000MB >04:13:47,914 DEBUG storage.ui: disk /dev/sda growth: 10237952 (4999MB) >04:13:47,915 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >04:13:47,915 DEBUG storage.ui: device sda2 new partedPartition None >04:13:47,916 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >04:13:47,917 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >04:13:47,917 DEBUG storage.ui: total growth: 10237952 sectors >04:13:47,917 DEBUG storage.ui: updating use_disk to sda, type: 0 >04:13:47,918 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >04:13:47,918 DEBUG storage.ui: new free allows for 10237952 sectors of growth >04:13:47,918 DEBUG storage.ui: checking freespace on sdb >04:13:47,918 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=1MB boot=False best=None grow=True >04:13:47,918 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >04:13:47,919 DEBUG storage.ui: evaluating growth potential for new layout >04:13:47,919 DEBUG storage.ui: calculating growth for disk /dev/sdb >04:13:47,919 DEBUG storage.ui: adjusted start sector from 63 to 2048 >04:13:47,920 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >04:13:47,921 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f610> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f238006b990> PedPartition: <_ped.Partition object at 0x7f2380067470> >04:13:47,922 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >04:13:47,923 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >04:13:47,923 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/sdb >04:13:47,923 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >04:13:47,923 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 10237952 >done = False >04:13:47,923 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >04:13:47,923 DEBUG storage.ui: adding 16775105 (8190MB) to 17 (sdb1) >04:13:47,924 DEBUG storage.ui: taking back 6537153 (3191MB) from 17 (sdb1) >04:13:47,924 DEBUG storage.ui: new grow amount for request 17 (sdb1) is 10237952 units, or 4999MB >04:13:47,924 DEBUG storage.ui: request 17 (sdb1) growth: 10237952 (4999MB) size: 5000MB >04:13:47,924 DEBUG storage.ui: disk /dev/sdb growth: 10237952 (4999MB) >04:13:47,924 DEBUG storage.ui: calculating growth for disk /dev/sdc >04:13:47,924 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >04:13:47,924 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >04:13:47,924 DEBUG storage.ui: calculating growth for disk /dev/sda >04:13:47,924 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sda >04:13:47,925 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >04:13:47,925 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >04:13:47,925 DEBUG storage.ui: request 16 (sda1) growth: 0 (0MB) size: 500MB >04:13:47,925 DEBUG storage.ui: disk /dev/sda growth: 0 (0MB) >04:13:47,927 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >04:13:47,927 DEBUG storage.ui: device sdb1 new partedPartition None >04:13:47,928 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >04:13:47,929 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >04:13:47,929 DEBUG storage.ui: total growth: 10237952 sectors >04:13:47,929 DEBUG storage.ui: keeping old free: 10237952 <= 10237952 >04:13:47,929 DEBUG storage.ui: checking freespace on sdc >04:13:47,930 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdc part_type=0 req_size=1MB boot=False best=None grow=True >04:13:47,930 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >04:13:47,930 DEBUG storage.ui: evaluating growth potential for new layout >04:13:47,930 DEBUG storage.ui: calculating growth for disk /dev/sdb >04:13:47,930 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >04:13:47,930 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >04:13:47,931 DEBUG storage.ui: calculating growth for disk /dev/sdc >04:13:47,932 DEBUG storage.ui: adjusted start sector from 63 to 2048 >04:13:47,933 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >04:13:47,933 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002fb10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f238006b350> PedPartition: <_ped.Partition object at 0x7f23800674d0> >04:13:47,934 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >04:13:47,935 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >04:13:47,936 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/sdc >04:13:47,936 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >04:13:47,936 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = sdc1 growable = True >base = 2048 growth = 0 max_grow = 10237952 >done = False >04:13:47,936 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >04:13:47,936 DEBUG storage.ui: adding 16775105 (8190MB) to 17 (sdc1) >04:13:47,936 DEBUG storage.ui: taking back 6537153 (3191MB) from 17 (sdc1) >04:13:47,936 DEBUG storage.ui: new grow amount for request 17 (sdc1) is 10237952 units, or 4999MB >04:13:47,936 DEBUG storage.ui: request 17 (sdc1) growth: 10237952 (4999MB) size: 5000MB >04:13:47,937 DEBUG storage.ui: disk /dev/sdc growth: 10237952 (4999MB) >04:13:47,937 DEBUG storage.ui: calculating growth for disk /dev/sda >04:13:47,937 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sda >04:13:47,938 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >04:13:47,938 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >04:13:47,938 DEBUG storage.ui: request 16 (sda1) growth: 0 (0MB) size: 500MB >04:13:47,939 DEBUG storage.ui: disk /dev/sda growth: 0 (0MB) >04:13:47,940 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >04:13:47,940 DEBUG storage.ui: device sdc1 new partedPartition None >04:13:47,941 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdc ; >04:13:47,942 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >04:13:47,942 DEBUG storage.ui: total growth: 10237952 sectors >04:13:47,942 DEBUG storage.ui: keeping old free: 10237952 <= 10237952 >04:13:47,943 DEBUG storage.ui: created partition sda2 of 1MB and added it to /dev/sda >04:13:47,944 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >04:13:47,944 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f238006b210> PedPartition: <_ped.Partition object at 0x7f2380067470> >04:13:47,945 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >04:13:47,946 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >04:13:47,947 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >04:13:47,948 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f238006b450> PedPartition: <_ped.Partition object at 0x7f23800673b0> >04:13:47,948 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb', 'sdc'], partitions=['sda2(id 17)', 'sda1(id 16)'] >04:13:47,948 DEBUG storage.ui: growable partitions are ['sda2'] >04:13:47,948 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/sda >04:13:47,948 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sda >04:13:47,948 DEBUG storage.ui: disk sda has 1 chunks >04:13:47,949 DEBUG storage.ui: disk sdb has 1 chunks >04:13:47,949 DEBUG storage.ui: disk sdc has 1 chunks >04:13:47,949 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >04:13:47,949 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >04:13:47,949 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = sda2 growable = True >base = 2048 growth = 0 max_grow = 10237952 >done = False >04:13:47,949 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >04:13:47,949 DEBUG storage.ui: adding 15751105 (7690MB) to 17 (sda2) >04:13:47,949 DEBUG storage.ui: taking back 5513153 (2691MB) from 17 (sda2) >04:13:47,950 DEBUG storage.ui: new grow amount for request 17 (sda2) is 10237952 units, or 4999MB >04:13:47,950 DEBUG storage.ui: growing partitions on sda >04:13:47,950 DEBUG storage.ui: partition sda1 (16): 0 >04:13:47,950 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x7f238006bb50> >04:13:47,950 DEBUG storage.ui: partition sda2 (17): 0 >04:13:47,950 DEBUG storage.ui: new geometry for sda2: parted.Geometry instance -- > start: 1026048 end: 11266047 length: 10240000 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x7f238006bcd0> >04:13:47,951 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 16)', 'sda2(id 17)'] from disk(s) ['sda'] >04:13:47,952 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:13:47,952 DEBUG storage.ui: device sda1 new partedPartition None >04:13:47,953 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >04:13:47,954 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >04:13:47,955 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >04:13:47,956 DEBUG storage.ui: device sda2 new partedPartition None >04:13:47,957 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >04:13:47,958 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >04:13:47,958 DEBUG storage.ui: back from removeNewPartitions >04:13:47,958 DEBUG storage.ui: extended: None >04:13:47,958 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x7f238006bb50> >04:13:47,960 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >04:13:47,960 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f238006bf50> PedPartition: <_ped.Partition object at 0x7f2380067590> >04:13:47,961 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >04:13:47,962 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >04:13:47,964 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:13:47,964 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66cc0d0> PedPartition: <_ped.Partition object at 0x7f2380067410> >04:13:47,964 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 1026048 end: 11266047 length: 10240000 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x7f238006bcd0> >04:13:47,965 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >04:13:47,965 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f238006be90> PedPartition: <_ped.Partition object at 0x7f2380067650> >04:13:47,966 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >04:13:47,967 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >04:13:47,969 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >04:13:47,969 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66cc310> PedPartition: <_ped.Partition object at 0x7f23800676b0> >04:13:47,969 DEBUG storage.ui: growing partitions on sdb >04:13:47,969 DEBUG storage.ui: growing partitions on sdc >04:13:47,969 DEBUG storage.ui: fixing size of non-existent 500MB partition sda1 (16) with non-existent ext4 filesystem mounted at /boot at 500.00 >04:13:47,970 DEBUG storage.ui: fixing size of non-existent 5000MB partition sda2 (17) with non-existent swap at 5000.00 >04:13:50,024 DEBUG storage: Ext4FS.supported: supported: True ; >04:13:50,025 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:13:50,025 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 500.0, ['sda'], None >04:13:50,029 DEBUG storage: SwapSpace.__init__: >04:13:50,029 DEBUG storage: getFormat('swap') returning SwapSpace instance >04:14:29,104 DEBUG storage: SwapSpace.__init__: >04:14:29,104 DEBUG storage: getFormat('swap') returning SwapSpace instance >04:14:29,104 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 5000.0, ['sda'], None >04:14:48,753 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 5.0, [], None >04:14:48,756 DEBUG storage.ui: Storage.newDevice: 2 ; 5.0 ; mountpoint: / ; disks: [DiskDevice instance (0x634ec90) -- > name = sda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f2394082050> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x634efd0>, DiskDevice instance (0x634ed10) -- > name = sdb status = True kids = 0 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f23940828c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f238002f450>, DiskDevice instance (0x7f238002f410) -- > name = sdc status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f2394082a70> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f238002f950>] ; fstype: ext4 ; encrypted: False ; >04:14:48,756 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 5.0, ['sda', 'sdb', 'sdc'], None >04:14:48,758 DEBUG storage.ui: Storage.setContainerMembers: device: None ; container: None ; factory: <pyanaconda.storage.PartitionFactory object at 0x66ccbd0> ; members: [] ; >04:14:48,759 DEBUG storage.ui: creating new device >04:14:48,760 DEBUG storage.ui: Ext4FS.supported: supported: True ; >04:14:48,760 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >04:14:48,761 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >04:14:48,762 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >04:14:48,763 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >04:14:48,764 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >04:14:48,766 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: None ; type: ext4 ; >04:14:48,767 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >04:14:48,768 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >04:14:48,768 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >04:14:48,769 INFO storage.ui: added partition req2 (id 18) to device tree >04:14:48,769 INFO storage.ui: registered action: [10] Create Device partition req2 (id 18) >04:14:48,769 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >04:14:48,769 INFO storage.ui: registered action: [11] Create Format ext4 filesystem mounted at / on partition req2 (id 18) >04:14:48,770 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >04:14:48,771 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >04:14:48,772 DEBUG storage.ui: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >04:14:48,773 DEBUG storage.ui: removing all non-preexisting partitions ['req2(id 18)', 'sda1(id 16)', 'sda2(id 17)'] from disk(s) ['sda', 'sdb', 'sdc'] >04:14:48,775 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:14:48,775 DEBUG storage.ui: device sda1 new partedPartition None >04:14:48,776 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >04:14:48,777 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >04:14:48,778 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >04:14:48,778 DEBUG storage.ui: device sda2 new partedPartition None >04:14:48,780 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >04:14:48,781 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >04:14:48,782 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb', 'sdc'] ; partitions=['req2(id 18)', 'req0(id 16)', 'req1(id 17)'] >04:14:48,782 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 16)', 'req1(id 17)', 'req2(id 18)'] from disk(s) ['sda', 'sdb', 'sdc'] >04:14:48,783 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,784 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,784 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,785 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,786 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,786 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,787 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,789 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,789 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,790 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,791 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,791 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,792 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,794 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,794 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,795 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,796 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,796 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,796 DEBUG storage.ui: allocating partition: req0 ; id: 16 ; disks: ['sda', 'sdb', 'sdc'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 500.0 >04:14:48,796 DEBUG storage.ui: checking freespace on sda >04:14:48,796 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=True best=None grow=False >04:14:48,797 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >04:14:48,797 DEBUG storage.ui: updating use_disk to sda, type: 0 >04:14:48,797 DEBUG storage.ui: new free: 63-16777215 / 8191MB >04:14:48,797 DEBUG storage.ui: new free allows for 0 sectors of growth >04:14:48,797 DEBUG storage.ui: found free space for bootable request >04:14:48,797 DEBUG storage.ui: adjusted start sector from 63 to 2048 >04:14:48,798 DEBUG storage.ui: created partition sda1 of 500MB and added it to /dev/sda >04:14:48,799 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >04:14:48,799 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66cc290> PedPartition: <_ped.Partition object at 0x634aa10> >04:14:48,800 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >04:14:48,801 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >04:14:48,803 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:14:48,803 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f238006ba50> PedPartition: <_ped.Partition object at 0x634a950> >04:14:48,804 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,806 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,806 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,807 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,808 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,808 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,809 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,810 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,811 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,812 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,813 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,813 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,814 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,815 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,815 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,816 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,817 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,818 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,818 DEBUG storage.ui: allocating partition: req1 ; id: 17 ; disks: ['sda', 'sdb', 'sdc'] ; >boot: False ; primary: False ; size: 5000MB ; grow: False ; max_size: 5000.0 >04:14:48,818 DEBUG storage.ui: checking freespace on sda >04:14:48,818 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=5000MB boot=False best=None grow=False >04:14:48,818 DEBUG storage.ui: current free range is 63-2047 (0MB) >04:14:48,819 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >04:14:48,819 DEBUG storage.ui: updating use_disk to sda, type: 0 >04:14:48,819 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >04:14:48,819 DEBUG storage.ui: new free allows for 0 sectors of growth >04:14:48,819 DEBUG storage.ui: checking freespace on sdb >04:14:48,819 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=5000MB boot=False best=parted.Geometry instance -- > start: 1026048 end: 16777215 length: 15751168 > device: <parted.device.Device object at 0x7f238006b110> PedGeometry: <_ped.Geometry object at 0x7f238006bdd0> grow=False >04:14:48,820 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >04:14:48,820 DEBUG storage.ui: not enough free space for primary -- trying logical >04:14:48,820 DEBUG storage.ui: checking freespace on sdc >04:14:48,821 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdc part_type=0 req_size=5000MB boot=False best=parted.Geometry instance -- > start: 1026048 end: 16777215 length: 15751168 > device: <parted.device.Device object at 0x7f238006b110> PedGeometry: <_ped.Geometry object at 0x7f238006bdd0> grow=False >04:14:48,821 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >04:14:48,821 DEBUG storage.ui: not enough free space for primary -- trying logical >04:14:48,822 DEBUG storage.ui: created partition sda2 of 5000MB and added it to /dev/sda >04:14:48,823 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >04:14:48,823 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66cc050> PedPartition: <_ped.Partition object at 0x7f2380067410> >04:14:48,824 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >04:14:48,825 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >04:14:48,826 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >04:14:48,826 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66cc290> PedPartition: <_ped.Partition object at 0x7f23800676b0> >04:14:48,828 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,829 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,829 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,830 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,831 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,832 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,833 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,834 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,834 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,835 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,836 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,836 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,837 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,839 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,839 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,840 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:14:48,841 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:14:48,841 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:14:48,841 DEBUG storage.ui: allocating partition: req2 ; id: 18 ; disks: ['sda', 'sdb', 'sdc'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 5.0 >04:14:48,841 DEBUG storage.ui: checking freespace on sda >04:14:48,841 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=1MB boot=False best=None grow=True >04:14:48,842 DEBUG storage.ui: current free range is 63-2047 (0MB) >04:14:48,842 DEBUG storage.ui: current free range is 11266048-16777215 (2691MB) >04:14:48,842 DEBUG storage.ui: evaluating growth potential for new layout >04:14:48,842 DEBUG storage.ui: calculating growth for disk /dev/sdb >04:14:48,842 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >04:14:48,843 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >04:14:48,843 DEBUG storage.ui: calculating growth for disk /dev/sdc >04:14:48,843 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >04:14:48,843 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >04:14:48,843 DEBUG storage.ui: calculating growth for disk /dev/sda >04:14:48,844 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >04:14:48,844 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66cccd0> PedPartition: <_ped.Partition object at 0x7f2380067650> >04:14:48,846 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >04:14:48,847 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >04:14:48,847 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sda >04:14:48,847 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/sda >04:14:48,847 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >04:14:48,847 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >04:14:48,847 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >04:14:48,848 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = sda2 growable = False >base = 10240000 growth = 0 max_grow = 0 >done = True >04:14:48,848 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda3 growable = True >base = 2048 growth = 0 max_grow = 8192 >done = False >04:14:48,849 DEBUG storage.ui: 1 requests and 5511105 (2690MB) left in chunk >04:14:48,849 DEBUG storage.ui: adding 5511105 (2690MB) to 18 (sda3) >04:14:48,849 DEBUG storage.ui: taking back 5502913 (2686MB) from 18 (sda3) >04:14:48,849 DEBUG storage.ui: new grow amount for request 18 (sda3) is 8192 units, or 4MB >04:14:48,849 DEBUG storage.ui: request 16 (sda1) growth: 0 (0MB) size: 500MB >04:14:48,849 DEBUG storage.ui: request 17 (sda2) growth: 0 (0MB) size: 5000MB >04:14:48,849 DEBUG storage.ui: request 18 (sda3) growth: 8192 (4MB) size: 5MB >04:14:48,849 DEBUG storage.ui: disk /dev/sda growth: 8192 (4MB) >04:14:48,850 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >04:14:48,851 DEBUG storage.ui: device sda3 new partedPartition None >04:14:48,852 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >04:14:48,853 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >04:14:48,853 DEBUG storage.ui: total growth: 8192 sectors >04:14:48,853 DEBUG storage.ui: updating use_disk to sda, type: 0 >04:14:48,853 DEBUG storage.ui: new free: 11266048-16777215 / 2691MB >04:14:48,853 DEBUG storage.ui: new free allows for 8192 sectors of growth >04:14:48,854 DEBUG storage.ui: checking freespace on sdb >04:14:48,854 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=1MB boot=False best=None grow=True >04:14:48,854 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >04:14:48,854 DEBUG storage.ui: evaluating growth potential for new layout >04:14:48,854 DEBUG storage.ui: calculating growth for disk /dev/sdb >04:14:48,854 DEBUG storage.ui: adjusted start sector from 63 to 2048 >04:14:48,856 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >04:14:48,856 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f610> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d7090> PedPartition: <_ped.Partition object at 0x7f2380067b90> >04:14:48,857 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >04:14:48,858 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >04:14:48,858 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sdb >04:14:48,858 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >04:14:48,858 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 8192 >done = False >04:14:48,859 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >04:14:48,859 DEBUG storage.ui: adding 16775105 (8190MB) to 18 (sdb1) >04:14:48,859 DEBUG storage.ui: taking back 16766913 (8186MB) from 18 (sdb1) >04:14:48,859 DEBUG storage.ui: new grow amount for request 18 (sdb1) is 8192 units, or 4MB >04:14:48,859 DEBUG storage.ui: request 18 (sdb1) growth: 8192 (4MB) size: 5MB >04:14:48,859 DEBUG storage.ui: disk /dev/sdb growth: 8192 (4MB) >04:14:48,859 DEBUG storage.ui: calculating growth for disk /dev/sdc >04:14:48,859 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >04:14:48,859 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >04:14:48,860 DEBUG storage.ui: calculating growth for disk /dev/sda >04:14:48,860 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sda >04:14:48,860 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/sda >04:14:48,860 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >04:14:48,861 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >04:14:48,861 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = sda2 growable = False >base = 10240000 growth = 0 max_grow = 0 >done = True >04:14:48,862 DEBUG storage.ui: request 16 (sda1) growth: 0 (0MB) size: 500MB >04:14:48,862 DEBUG storage.ui: request 17 (sda2) growth: 0 (0MB) size: 5000MB >04:14:48,862 DEBUG storage.ui: disk /dev/sda growth: 0 (0MB) >04:14:48,863 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >04:14:48,864 DEBUG storage.ui: device sdb1 new partedPartition None >04:14:48,865 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sdb ; >04:14:48,866 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >04:14:48,866 DEBUG storage.ui: total growth: 8192 sectors >04:14:48,866 DEBUG storage.ui: keeping old free: 8192 <= 8192 >04:14:48,866 DEBUG storage.ui: checking freespace on sdc >04:14:48,866 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdc part_type=0 req_size=1MB boot=False best=None grow=True >04:14:48,867 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >04:14:48,867 DEBUG storage.ui: evaluating growth potential for new layout >04:14:48,867 DEBUG storage.ui: calculating growth for disk /dev/sdb >04:14:48,867 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >04:14:48,867 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >04:14:48,867 DEBUG storage.ui: calculating growth for disk /dev/sdc >04:14:48,867 DEBUG storage.ui: adjusted start sector from 63 to 2048 >04:14:48,869 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >04:14:48,869 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002fb10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66cca50> PedPartition: <_ped.Partition object at 0x7f2380067590> >04:14:48,870 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >04:14:48,871 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >04:14:48,871 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sdc >04:14:48,871 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >04:14:48,872 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sdc1 growable = True >base = 2048 growth = 0 max_grow = 8192 >done = False >04:14:48,872 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >04:14:48,872 DEBUG storage.ui: adding 16775105 (8190MB) to 18 (sdc1) >04:14:48,872 DEBUG storage.ui: taking back 16766913 (8186MB) from 18 (sdc1) >04:14:48,872 DEBUG storage.ui: new grow amount for request 18 (sdc1) is 8192 units, or 4MB >04:14:48,872 DEBUG storage.ui: request 18 (sdc1) growth: 8192 (4MB) size: 5MB >04:14:48,872 DEBUG storage.ui: disk /dev/sdc growth: 8192 (4MB) >04:14:48,872 DEBUG storage.ui: calculating growth for disk /dev/sda >04:14:48,873 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sda >04:14:48,873 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/sda >04:14:48,873 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >04:14:48,873 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >04:14:48,874 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = sda2 growable = False >base = 10240000 growth = 0 max_grow = 0 >done = True >04:14:48,874 DEBUG storage.ui: request 16 (sda1) growth: 0 (0MB) size: 500MB >04:14:48,875 DEBUG storage.ui: request 17 (sda2) growth: 0 (0MB) size: 5000MB >04:14:48,875 DEBUG storage.ui: disk /dev/sda growth: 0 (0MB) >04:14:48,876 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >04:14:48,876 DEBUG storage.ui: device sdc1 new partedPartition None >04:14:48,877 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sdc ; >04:14:48,878 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >04:14:48,878 DEBUG storage.ui: total growth: 8192 sectors >04:14:48,879 DEBUG storage.ui: keeping old free: 8192 <= 8192 >04:14:48,879 DEBUG storage.ui: created partition sda3 of 1MB and added it to /dev/sda >04:14:48,880 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >04:14:48,880 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d7250> PedPartition: <_ped.Partition object at 0x7f2380067650> >04:14:48,881 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >04:14:48,882 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >04:14:48,884 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >04:14:48,884 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d72d0> PedPartition: <_ped.Partition object at 0x7f23800673b0> >04:14:48,884 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb', 'sdc'], partitions=['sda3(id 18)', 'sda1(id 16)', 'sda2(id 17)'] >04:14:48,884 DEBUG storage.ui: growable partitions are ['sda3'] >04:14:48,885 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >04:14:48,885 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sda >04:14:48,885 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/sda >04:14:48,885 DEBUG storage.ui: disk sda has 1 chunks >04:14:48,885 DEBUG storage.ui: disk sdb has 1 chunks >04:14:48,885 DEBUG storage.ui: disk sdc has 1 chunks >04:14:48,885 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >04:14:48,886 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >04:14:48,886 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = sda2 growable = False >base = 10240000 growth = 0 max_grow = 0 >done = True >04:14:48,886 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda3 growable = True >base = 2048 growth = 0 max_grow = 8192 >done = False >04:14:48,886 DEBUG storage.ui: 1 requests and 5511105 (2690MB) left in chunk >04:14:48,886 DEBUG storage.ui: adding 5511105 (2690MB) to 18 (sda3) >04:14:48,886 DEBUG storage.ui: taking back 5502913 (2686MB) from 18 (sda3) >04:14:48,886 DEBUG storage.ui: new grow amount for request 18 (sda3) is 8192 units, or 4MB >04:14:48,886 DEBUG storage.ui: growing partitions on sda >04:14:48,887 DEBUG storage.ui: partition sda1 (16): 0 >04:14:48,887 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x66d7390> >04:14:48,887 DEBUG storage.ui: partition sda2 (17): 0 >04:14:48,887 DEBUG storage.ui: new geometry for sda2: parted.Geometry instance -- > start: 1026048 end: 11266047 length: 10240000 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x66d7590> >04:14:48,888 DEBUG storage.ui: partition sda3 (18): 0 >04:14:48,888 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 11266048 end: 11276287 length: 10240 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x66d7710> >04:14:48,889 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 16)', 'sda2(id 17)', 'sda3(id 18)'] from disk(s) ['sda'] >04:14:48,890 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:14:48,890 DEBUG storage.ui: device sda1 new partedPartition None >04:14:48,891 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >04:14:48,892 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >04:14:48,893 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >04:14:48,893 DEBUG storage.ui: device sda2 new partedPartition None >04:14:48,894 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >04:14:48,896 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >04:14:48,897 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >04:14:48,897 DEBUG storage.ui: device sda3 new partedPartition None >04:14:48,898 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >04:14:48,899 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >04:14:48,899 DEBUG storage.ui: back from removeNewPartitions >04:14:48,899 DEBUG storage.ui: extended: None >04:14:48,899 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x66d7390> >04:14:48,901 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >04:14:48,901 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d79d0> PedPartition: <_ped.Partition object at 0x634aa10> >04:14:48,902 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >04:14:48,903 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >04:14:48,904 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:14:48,905 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d7b10> PedPartition: <_ped.Partition object at 0x7f2380067d70> >04:14:48,905 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 1026048 end: 11266047 length: 10240000 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x66d7590> >04:14:48,906 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >04:14:48,906 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2380037bd0> PedPartition: <_ped.Partition object at 0x7f2380067d10> >04:14:48,907 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >04:14:48,908 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >04:14:48,910 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >04:14:48,910 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66ccd90> PedPartition: <_ped.Partition object at 0x7f2380067b90> >04:14:48,910 DEBUG storage.ui: setting req2 new geometry: parted.Geometry instance -- > start: 11266048 end: 11276287 length: 10240 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x66d7710> >04:14:48,911 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >04:14:48,912 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f238006b910> PedPartition: <_ped.Partition object at 0x7f2380067c50> >04:14:48,913 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >04:14:48,914 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >04:14:48,916 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >04:14:48,916 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d7c90> PedPartition: <_ped.Partition object at 0x7f2380067dd0> >04:14:48,916 DEBUG storage.ui: growing partitions on sdb >04:14:48,916 DEBUG storage.ui: growing partitions on sdc >04:14:48,917 DEBUG storage.ui: fixing size of non-existent 500MB partition sda1 (16) with non-existent ext4 filesystem mounted at /boot at 500.00 >04:14:48,917 DEBUG storage.ui: fixing size of non-existent 5000MB partition sda2 (17) with non-existent swap at 5000.00 >04:14:48,917 DEBUG storage.ui: fixing size of non-existent 5MB partition sda3 (18) with non-existent ext4 filesystem mounted at / at 5.00 >04:14:48,936 DEBUG storage: Ext4FS.supported: supported: True ; >04:14:48,936 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:14:52,549 DEBUG storage: Ext4FS.supported: supported: True ; >04:14:52,549 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:14:52,549 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 500.0, ['sda'], None >04:15:14,860 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.MDFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 5.0, ['sda', 'sdb', 'sdc'], raid0 >04:15:17,366 DEBUG storage: Ext4FS.supported: supported: True ; >04:15:17,366 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:15:17,367 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.MDFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 5.0, ['sda'], raid0 >04:15:17,367 INFO storage.ui: removed partition sda3 (id 18) from device tree >04:15:17,368 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >04:15:17,368 INFO storage.ui: registered action: [12] Destroy Device partition sda3 (id 18) >04:15:17,371 DEBUG storage.ui: Storage.newDevice: 1 ; 5.0 ; name: root ; encrypted: False ; disks: [DiskDevice instance (0x634ec90) -- > name = sda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f2394082050> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x634efd0>, DiskDevice instance (0x634ed10) -- > name = sdb status = True kids = 0 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f23940828c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f238002f450>, DiskDevice instance (0x7f238002f410) -- > name = sdc status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f2394082a70> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f238002f950>] ; raid_level: raid0 ; label: ; container_name: None ; mountpoint: / ; fstype: ext4 ; >04:15:17,371 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.MDFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 5.0, ['sda', 'sdb', 'sdc'], raid0 >04:15:17,372 DEBUG storage.ui: Storage.setContainerMembers: device: None ; container: None ; factory: <pyanaconda.storage.MDFactory object at 0x66cc110> ; members: [] ; >04:15:17,373 DEBUG storage.ui: MDRaidMember.__init__: >04:15:17,373 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >04:15:17,374 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >04:15:17,374 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >04:15:17,375 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >04:15:17,376 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; >04:15:17,378 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; current: None ; type: mdmember ; >04:15:17,379 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >04:15:17,380 INFO storage.ui: added partition req3 (id 19) to device tree >04:15:17,380 INFO storage.ui: registered action: [13] Create Device partition req3 (id 19) >04:15:17,380 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >04:15:17,380 INFO storage.ui: registered action: [14] Create Format mdmember on partition req3 (id 19) >04:15:17,381 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >04:15:17,381 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >04:15:17,382 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >04:15:17,383 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; >04:15:17,384 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; current: None ; type: mdmember ; >04:15:17,385 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >04:15:17,385 INFO storage.ui: added partition req4 (id 20) to device tree >04:15:17,385 INFO storage.ui: registered action: [15] Create Device partition req4 (id 20) >04:15:17,385 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >04:15:17,385 INFO storage.ui: registered action: [16] Create Format mdmember on partition req4 (id 20) >04:15:17,386 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >04:15:17,386 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >04:15:17,387 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >04:15:17,389 DEBUG storage.ui: PartitionDevice._setFormat: req5 ; >04:15:17,390 DEBUG storage.ui: PartitionDevice._setFormat: req5 ; current: None ; type: mdmember ; >04:15:17,391 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >04:15:17,391 INFO storage.ui: added partition req5 (id 21) to device tree >04:15:17,391 INFO storage.ui: registered action: [17] Create Device partition req5 (id 21) >04:15:17,391 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >04:15:17,391 INFO storage.ui: registered action: [18] Create Format mdmember on partition req5 (id 21) >04:15:17,391 DEBUG storage.ui: adding a SameSizeSet with size 11 >04:15:17,392 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >04:15:17,394 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >04:15:17,395 DEBUG storage.ui: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >04:15:17,396 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 19)', 'req4(id 20)', 'req5(id 21)', 'sda1(id 16)', 'sda2(id 17)'] from disk(s) ['sda', 'sdb', 'sdc'] >04:15:17,397 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:15:17,397 DEBUG storage.ui: device sda1 new partedPartition None >04:15:17,398 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >04:15:17,400 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >04:15:17,401 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >04:15:17,401 DEBUG storage.ui: device sda2 new partedPartition None >04:15:17,402 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >04:15:17,403 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >04:15:17,403 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb', 'sdc'] ; partitions=['req3(id 19)', 'req4(id 20)', 'req5(id 21)', 'req0(id 16)', 'req1(id 17)'] >04:15:17,403 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 16)', 'req3(id 19)', 'req4(id 20)', 'req5(id 21)', 'req1(id 17)'] from disk(s) ['sda', 'sdb', 'sdc'] >04:15:17,405 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,406 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,406 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,407 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,408 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,409 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,410 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,411 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,411 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,412 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,413 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,413 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,414 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,415 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,415 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,417 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,418 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,418 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,418 DEBUG storage.ui: allocating partition: req0 ; id: 16 ; disks: ['sda', 'sdb', 'sdc'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 500.0 >04:15:17,418 DEBUG storage.ui: checking freespace on sda >04:15:17,418 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=True best=None grow=False >04:15:17,419 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >04:15:17,419 DEBUG storage.ui: updating use_disk to sda, type: 0 >04:15:17,419 DEBUG storage.ui: new free: 63-16777215 / 8191MB >04:15:17,419 DEBUG storage.ui: new free allows for 0 sectors of growth >04:15:17,419 DEBUG storage.ui: found free space for bootable request >04:15:17,419 DEBUG storage.ui: adjusted start sector from 63 to 2048 >04:15:17,420 DEBUG storage.ui: created partition sda1 of 500MB and added it to /dev/sda >04:15:17,421 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >04:15:17,422 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d9450> PedPartition: <_ped.Partition object at 0x7f2380067410> >04:15:17,423 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >04:15:17,424 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >04:15:17,425 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:15:17,425 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66cc090> PedPartition: <_ped.Partition object at 0x7f2380067cb0> >04:15:17,426 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,427 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,428 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,429 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,430 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,431 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,431 DEBUG storage.ui: allocating partition: req3 ; id: 19 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 3 >04:15:17,431 DEBUG storage.ui: checking freespace on sda >04:15:17,431 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=1MB boot=False best=None grow=True >04:15:17,431 DEBUG storage.ui: current free range is 63-2047 (0MB) >04:15:17,432 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >04:15:17,432 DEBUG storage.ui: evaluating growth potential for new layout >04:15:17,432 DEBUG storage.ui: calculating growth for disk /dev/sdb >04:15:17,432 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >04:15:17,432 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >04:15:17,432 DEBUG storage.ui: calculating growth for disk /dev/sdc >04:15:17,432 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >04:15:17,432 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >04:15:17,433 DEBUG storage.ui: calculating growth for disk /dev/sda >04:15:17,434 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >04:15:17,434 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d9790> PedPartition: <_ped.Partition object at 0x7f2380067b90> >04:15:17,435 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >04:15:17,436 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >04:15:17,436 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sda >04:15:17,437 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sda >04:15:17,437 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >04:15:17,437 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >04:15:17,437 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sda2 growable = True >base = 2048 growth = 0 max_grow = 4096 >done = False >04:15:17,437 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >04:15:17,437 DEBUG storage.ui: adding 15751105 (7690MB) to 19 (sda2) >04:15:17,437 DEBUG storage.ui: taking back 15747009 (7688MB) from 19 (sda2) >04:15:17,437 DEBUG storage.ui: new grow amount for request 19 (sda2) is 4096 units, or 2MB >04:15:17,438 DEBUG storage.ui: request 16 (sda1) growth: 0 (0MB) size: 500MB >04:15:17,438 DEBUG storage.ui: request 19 (sda2) growth: 4096 (2MB) size: 3MB >04:15:17,438 DEBUG storage.ui: disk /dev/sda growth: 4096 (2MB) >04:15:17,439 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >04:15:17,439 DEBUG storage.ui: device sda2 new partedPartition None >04:15:17,440 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >04:15:17,441 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >04:15:17,441 DEBUG storage.ui: total growth: 4096 sectors >04:15:17,442 DEBUG storage.ui: updating use_disk to sda, type: 0 >04:15:17,442 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >04:15:17,442 DEBUG storage.ui: new free allows for 4096 sectors of growth >04:15:17,442 DEBUG storage.ui: created partition sda2 of 1MB and added it to /dev/sda >04:15:17,443 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >04:15:17,444 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d9890> PedPartition: <_ped.Partition object at 0x7f2380067770> >04:15:17,445 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >04:15:17,446 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >04:15:17,447 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >04:15:17,448 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d9810> PedPartition: <_ped.Partition object at 0x7f2380067d70> >04:15:17,449 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,450 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,450 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,451 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,452 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,452 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,453 DEBUG storage.ui: allocating partition: req4 ; id: 20 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 3 >04:15:17,453 DEBUG storage.ui: checking freespace on sdb >04:15:17,453 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=1MB boot=False best=None grow=True >04:15:17,453 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >04:15:17,453 DEBUG storage.ui: evaluating growth potential for new layout >04:15:17,454 DEBUG storage.ui: calculating growth for disk /dev/sdb >04:15:17,454 DEBUG storage.ui: adjusted start sector from 63 to 2048 >04:15:17,455 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >04:15:17,455 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f610> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d9c50> PedPartition: <_ped.Partition object at 0x7f2380067e90> >04:15:17,456 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >04:15:17,457 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >04:15:17,458 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/sdb >04:15:17,458 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >04:15:17,458 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 4096 >done = False >04:15:17,458 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >04:15:17,458 DEBUG storage.ui: adding 16775105 (8190MB) to 20 (sdb1) >04:15:17,458 DEBUG storage.ui: taking back 16771009 (8188MB) from 20 (sdb1) >04:15:17,458 DEBUG storage.ui: new grow amount for request 20 (sdb1) is 4096 units, or 2MB >04:15:17,458 DEBUG storage.ui: request 20 (sdb1) growth: 4096 (2MB) size: 3MB >04:15:17,459 DEBUG storage.ui: disk /dev/sdb growth: 4096 (2MB) >04:15:17,459 DEBUG storage.ui: calculating growth for disk /dev/sdc >04:15:17,459 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >04:15:17,459 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >04:15:17,459 DEBUG storage.ui: calculating growth for disk /dev/sda >04:15:17,459 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sda >04:15:17,459 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sda >04:15:17,459 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >04:15:17,460 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >04:15:17,460 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sda2 growable = True >base = 2048 growth = 0 max_grow = 4096 >done = False >04:15:17,460 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >04:15:17,460 DEBUG storage.ui: adding 15751105 (7690MB) to 19 (sda2) >04:15:17,461 DEBUG storage.ui: taking back 15747009 (7688MB) from 19 (sda2) >04:15:17,461 DEBUG storage.ui: new grow amount for request 19 (sda2) is 4096 units, or 2MB >04:15:17,461 DEBUG storage.ui: request 16 (sda1) growth: 0 (0MB) size: 500MB >04:15:17,462 DEBUG storage.ui: request 19 (sda2) growth: 4096 (2MB) size: 3MB >04:15:17,462 DEBUG storage.ui: disk /dev/sda growth: 4096 (2MB) >04:15:17,463 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >04:15:17,464 DEBUG storage.ui: device sdb1 new partedPartition None >04:15:17,465 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: sdb ; >04:15:17,466 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >04:15:17,466 DEBUG storage.ui: total growth: 8192 sectors >04:15:17,466 DEBUG storage.ui: updating use_disk to sdb, type: 0 >04:15:17,466 DEBUG storage.ui: new free: 63-16777215 / 8191MB >04:15:17,466 DEBUG storage.ui: new free allows for 8192 sectors of growth >04:15:17,466 DEBUG storage.ui: adjusted start sector from 63 to 2048 >04:15:17,467 DEBUG storage.ui: created partition sdb1 of 1MB and added it to /dev/sdb >04:15:17,468 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >04:15:17,468 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f610> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d9610> PedPartition: <_ped.Partition object at 0x7f2380067f50> >04:15:17,469 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >04:15:17,470 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >04:15:17,472 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >04:15:17,472 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f610> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d9b90> PedPartition: <_ped.Partition object at 0x7f2380067b90> >04:15:17,473 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,475 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,475 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,476 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,477 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,477 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,477 DEBUG storage.ui: allocating partition: req5 ; id: 21 ; disks: ['sdc'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 3 >04:15:17,477 DEBUG storage.ui: checking freespace on sdc >04:15:17,478 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdc part_type=0 req_size=1MB boot=False best=None grow=True >04:15:17,478 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >04:15:17,478 DEBUG storage.ui: evaluating growth potential for new layout >04:15:17,478 DEBUG storage.ui: calculating growth for disk /dev/sdb >04:15:17,479 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/sdb >04:15:17,479 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >04:15:17,479 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 4096 >done = False >04:15:17,479 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >04:15:17,479 DEBUG storage.ui: adding 16775105 (8190MB) to 20 (sdb1) >04:15:17,479 DEBUG storage.ui: taking back 16771009 (8188MB) from 20 (sdb1) >04:15:17,479 DEBUG storage.ui: new grow amount for request 20 (sdb1) is 4096 units, or 2MB >04:15:17,479 DEBUG storage.ui: request 20 (sdb1) growth: 4096 (2MB) size: 3MB >04:15:17,479 DEBUG storage.ui: disk /dev/sdb growth: 4096 (2MB) >04:15:17,480 DEBUG storage.ui: calculating growth for disk /dev/sdc >04:15:17,480 DEBUG storage.ui: adjusted start sector from 63 to 2048 >04:15:17,481 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >04:15:17,481 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002fb10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d9fd0> PedPartition: <_ped.Partition object at 0x7f2380067fb0> >04:15:17,483 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >04:15:17,484 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >04:15:17,484 DEBUG storage.ui: adding request 21 to chunk 16777153 (63-16777215) on /dev/sdc >04:15:17,484 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >04:15:17,484 DEBUG storage.ui: req: PartitionRequest instance -- >id = 21 name = sdc1 growable = True >base = 2048 growth = 0 max_grow = 4096 >done = False >04:15:17,484 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >04:15:17,484 DEBUG storage.ui: adding 16775105 (8190MB) to 21 (sdc1) >04:15:17,485 DEBUG storage.ui: taking back 16771009 (8188MB) from 21 (sdc1) >04:15:17,485 DEBUG storage.ui: new grow amount for request 21 (sdc1) is 4096 units, or 2MB >04:15:17,485 DEBUG storage.ui: request 21 (sdc1) growth: 4096 (2MB) size: 3MB >04:15:17,485 DEBUG storage.ui: disk /dev/sdc growth: 4096 (2MB) >04:15:17,485 DEBUG storage.ui: calculating growth for disk /dev/sda >04:15:17,485 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sda >04:15:17,485 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sda >04:15:17,485 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >04:15:17,486 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >04:15:17,486 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sda2 growable = True >base = 2048 growth = 0 max_grow = 4096 >done = False >04:15:17,486 DEBUG storage.ui: 1 requests and 15751105 (7690MB) left in chunk >04:15:17,486 DEBUG storage.ui: adding 15751105 (7690MB) to 19 (sda2) >04:15:17,487 DEBUG storage.ui: taking back 15747009 (7688MB) from 19 (sda2) >04:15:17,487 DEBUG storage.ui: new grow amount for request 19 (sda2) is 4096 units, or 2MB >04:15:17,487 DEBUG storage.ui: request 16 (sda1) growth: 0 (0MB) size: 500MB >04:15:17,488 DEBUG storage.ui: request 19 (sda2) growth: 4096 (2MB) size: 3MB >04:15:17,488 DEBUG storage.ui: disk /dev/sda growth: 4096 (2MB) >04:15:17,489 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >04:15:17,489 DEBUG storage.ui: device sdc1 new partedPartition None >04:15:17,491 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: sdc ; >04:15:17,492 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >04:15:17,492 DEBUG storage.ui: total growth: 12288 sectors >04:15:17,492 DEBUG storage.ui: updating use_disk to sdc, type: 0 >04:15:17,492 DEBUG storage.ui: new free: 63-16777215 / 8191MB >04:15:17,492 DEBUG storage.ui: new free allows for 12288 sectors of growth >04:15:17,492 DEBUG storage.ui: adjusted start sector from 63 to 2048 >04:15:17,493 DEBUG storage.ui: created partition sdc1 of 1MB and added it to /dev/sdc >04:15:17,494 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >04:15:17,494 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002fb10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66df1d0> PedPartition: <_ped.Partition object at 0x7f23800673b0> >04:15:17,496 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >04:15:17,497 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >04:15:17,498 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >04:15:17,498 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002fb10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2380066c10> PedPartition: <_ped.Partition object at 0x7f2380067f50> >04:15:17,500 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,501 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,502 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,503 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,504 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,504 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,505 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,506 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,506 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,507 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,508 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,509 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,510 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,511 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,511 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,512 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >04:15:17,513 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >04:15:17,513 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >04:15:17,513 DEBUG storage.ui: allocating partition: req1 ; id: 17 ; disks: ['sda', 'sdb', 'sdc'] ; >boot: False ; primary: False ; size: 5000MB ; grow: False ; max_size: 5000.0 >04:15:17,514 DEBUG storage.ui: checking freespace on sda >04:15:17,514 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=5000MB boot=False best=None grow=False >04:15:17,514 DEBUG storage.ui: current free range is 63-2047 (0MB) >04:15:17,514 DEBUG storage.ui: current free range is 1028096-16777215 (7690MB) >04:15:17,515 DEBUG storage.ui: evaluating growth potential for new layout >04:15:17,515 DEBUG storage.ui: calculating growth for disk /dev/sdb >04:15:17,515 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/sdb >04:15:17,515 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >04:15:17,515 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 4096 >done = False >04:15:17,515 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >04:15:17,515 DEBUG storage.ui: adding 16775105 (8190MB) to 20 (sdb1) >04:15:17,516 DEBUG storage.ui: taking back 16771009 (8188MB) from 20 (sdb1) >04:15:17,516 DEBUG storage.ui: new grow amount for request 20 (sdb1) is 4096 units, or 2MB >04:15:17,516 DEBUG storage.ui: request 20 (sdb1) growth: 4096 (2MB) size: 3MB >04:15:17,516 DEBUG storage.ui: disk /dev/sdb growth: 4096 (2MB) >04:15:17,516 DEBUG storage.ui: calculating growth for disk /dev/sdc >04:15:17,516 DEBUG storage.ui: adding request 21 to chunk 16777153 (63-16777215) on /dev/sdc >04:15:17,516 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >04:15:17,517 DEBUG storage.ui: req: PartitionRequest instance -- >id = 21 name = sdc1 growable = True >base = 2048 growth = 0 max_grow = 4096 >done = False >04:15:17,517 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >04:15:17,517 DEBUG storage.ui: adding 16775105 (8190MB) to 21 (sdc1) >04:15:17,518 DEBUG storage.ui: taking back 16771009 (8188MB) from 21 (sdc1) >04:15:17,518 DEBUG storage.ui: new grow amount for request 21 (sdc1) is 4096 units, or 2MB >04:15:17,518 DEBUG storage.ui: request 21 (sdc1) growth: 4096 (2MB) size: 3MB >04:15:17,519 DEBUG storage.ui: disk /dev/sdc growth: 4096 (2MB) >04:15:17,519 DEBUG storage.ui: calculating growth for disk /dev/sda >04:15:17,521 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >04:15:17,521 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d9c90> PedPartition: <_ped.Partition object at 0x7f2380067770> >04:15:17,522 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >04:15:17,523 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >04:15:17,524 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sda >04:15:17,524 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sda >04:15:17,524 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/sda >04:15:17,524 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >04:15:17,524 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >04:15:17,525 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sda2 growable = True >base = 2048 growth = 0 max_grow = 4096 >done = False >04:15:17,525 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = sda3 growable = False >base = 10240000 growth = 0 max_grow = 0 >done = True >04:15:17,525 DEBUG storage.ui: 1 requests and 5511105 (2690MB) left in chunk >04:15:17,525 DEBUG storage.ui: adding 5511105 (2690MB) to 19 (sda2) >04:15:17,525 DEBUG storage.ui: taking back 5507009 (2688MB) from 19 (sda2) >04:15:17,525 DEBUG storage.ui: new grow amount for request 19 (sda2) is 4096 units, or 2MB >04:15:17,525 DEBUG storage.ui: request 16 (sda1) growth: 0 (0MB) size: 500MB >04:15:17,525 DEBUG storage.ui: request 19 (sda2) growth: 4096 (2MB) size: 3MB >04:15:17,525 DEBUG storage.ui: request 17 (sda3) growth: 0 (0MB) size: 5000MB >04:15:17,526 DEBUG storage.ui: disk /dev/sda growth: 4096 (2MB) >04:15:17,527 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >04:15:17,527 DEBUG storage.ui: device sda3 new partedPartition None >04:15:17,528 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >04:15:17,529 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >04:15:17,529 DEBUG storage.ui: total growth: 12288 sectors >04:15:17,529 DEBUG storage.ui: updating use_disk to sda, type: 0 >04:15:17,529 DEBUG storage.ui: new free: 1028096-16777215 / 7690MB >04:15:17,529 DEBUG storage.ui: new free allows for 12288 sectors of growth >04:15:17,529 DEBUG storage.ui: checking freespace on sdb >04:15:17,530 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=5000MB boot=False best=parted.Geometry instance -- > start: 1028096 end: 16777215 length: 15749120 > device: <parted.device.Device object at 0x66d93d0> PedGeometry: <_ped.Geometry object at 0x66d9e50> grow=False >04:15:17,530 DEBUG storage.ui: current free range is 63-2047 (0MB) >04:15:17,530 DEBUG storage.ui: current free range is 4096-16777215 (8190MB) >04:15:17,530 DEBUG storage.ui: not enough free space for primary -- trying logical >04:15:17,531 DEBUG storage.ui: checking freespace on sdc >04:15:17,531 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdc part_type=0 req_size=5000MB boot=False best=parted.Geometry instance -- > start: 1028096 end: 16777215 length: 15749120 > device: <parted.device.Device object at 0x66d93d0> PedGeometry: <_ped.Geometry object at 0x66d9e50> grow=False >04:15:17,531 DEBUG storage.ui: current free range is 63-2047 (0MB) >04:15:17,532 DEBUG storage.ui: current free range is 4096-16777215 (8190MB) >04:15:17,532 DEBUG storage.ui: not enough free space for primary -- trying logical >04:15:17,532 DEBUG storage.ui: created partition sda3 of 5000MB and added it to /dev/sda >04:15:17,534 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >04:15:17,534 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d9d10> PedPartition: <_ped.Partition object at 0x7f2380067ef0> >04:15:17,535 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >04:15:17,537 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >04:15:17,538 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >04:15:17,538 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d95d0> PedPartition: <_ped.Partition object at 0x7f2380067e90> >04:15:17,539 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb', 'sdc'], partitions=['sda2(id 19)', 'sdb1(id 20)', 'sdc1(id 21)', 'sda1(id 16)', 'sda3(id 17)'] >04:15:17,539 DEBUG storage.ui: growable partitions are ['sda2', 'sdb1', 'sdc1'] >04:15:17,539 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sda >04:15:17,539 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sda >04:15:17,539 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/sda >04:15:17,539 DEBUG storage.ui: disk sda has 1 chunks >04:15:17,540 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/sdb >04:15:17,540 DEBUG storage.ui: disk sdb has 1 chunks >04:15:17,540 DEBUG storage.ui: adding request 21 to chunk 16777153 (63-16777215) on /dev/sdc >04:15:17,540 DEBUG storage.ui: disk sdc has 1 chunks >04:15:17,540 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >04:15:17,540 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >04:15:17,541 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sda2 growable = True >base = 2048 growth = 0 max_grow = 4096 >done = False >04:15:17,541 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = sda3 growable = False >base = 10240000 growth = 0 max_grow = 0 >done = True >04:15:17,541 DEBUG storage.ui: 1 requests and 5511105 (2690MB) left in chunk >04:15:17,541 DEBUG storage.ui: adding 5511105 (2690MB) to 19 (sda2) >04:15:17,541 DEBUG storage.ui: taking back 5507009 (2688MB) from 19 (sda2) >04:15:17,541 DEBUG storage.ui: new grow amount for request 19 (sda2) is 4096 units, or 2MB >04:15:17,541 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >04:15:17,541 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 4096 >done = False >04:15:17,542 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >04:15:17,542 DEBUG storage.ui: adding 16775105 (8190MB) to 20 (sdb1) >04:15:17,542 DEBUG storage.ui: taking back 16771009 (8188MB) from 20 (sdb1) >04:15:17,542 DEBUG storage.ui: new grow amount for request 20 (sdb1) is 4096 units, or 2MB >04:15:17,542 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >04:15:17,542 DEBUG storage.ui: req: PartitionRequest instance -- >id = 21 name = sdc1 growable = True >base = 2048 growth = 0 max_grow = 4096 >done = False >04:15:17,542 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >04:15:17,542 DEBUG storage.ui: adding 16775105 (8190MB) to 21 (sdc1) >04:15:17,543 DEBUG storage.ui: taking back 16771009 (8188MB) from 21 (sdc1) >04:15:17,543 DEBUG storage.ui: new grow amount for request 21 (sdc1) is 4096 units, or 2MB >04:15:17,543 DEBUG storage.ui: set: ['sda2', 'sdb1', 'sdc1'] 3 >04:15:17,543 DEBUG storage.ui: min growth is 4096 >04:15:17,543 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 19 name = sda2 growable = True >base = 2048 growth = 4096 max_grow = 4096 >done = True is 4096 >04:15:17,543 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 20 name = sdb1 growable = True >base = 2048 growth = 4096 max_grow = 4096 >done = True is 4096 >04:15:17,543 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 21 name = sdc1 growable = True >base = 2048 growth = 4096 max_grow = 4096 >done = True is 4096 >04:15:17,543 DEBUG storage.ui: set: ['sda2', 'sdb1', 'sdc1'] 3 >04:15:17,544 DEBUG storage.ui: min growth is 4096 >04:15:17,544 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 19 name = sda2 growable = True >base = 2048 growth = 4096 max_grow = 4096 >done = True is 4096 >04:15:17,544 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 20 name = sdb1 growable = True >base = 2048 growth = 4096 max_grow = 4096 >done = True is 4096 >04:15:17,544 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 21 name = sdc1 growable = True >base = 2048 growth = 4096 max_grow = 4096 >done = True is 4096 >04:15:17,544 DEBUG storage.ui: growing partitions on sda >04:15:17,544 DEBUG storage.ui: partition sda1 (16): 0 >04:15:17,544 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x66df1d0> >04:15:17,545 DEBUG storage.ui: partition sda2 (19): 0 >04:15:17,545 DEBUG storage.ui: new geometry for sda2: parted.Geometry instance -- > start: 1026048 end: 1032191 length: 6144 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x66df350> >04:15:17,545 DEBUG storage.ui: partition sda3 (17): 0 >04:15:17,545 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 1032192 end: 11272191 length: 10240000 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x66df4d0> >04:15:17,545 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 16)', 'sda2(id 19)', 'sda3(id 17)'] from disk(s) ['sda'] >04:15:17,547 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:15:17,547 DEBUG storage.ui: device sda1 new partedPartition None >04:15:17,548 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >04:15:17,549 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >04:15:17,550 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >04:15:17,550 DEBUG storage.ui: device sda2 new partedPartition None >04:15:17,551 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >04:15:17,552 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >04:15:17,554 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >04:15:17,554 DEBUG storage.ui: device sda3 new partedPartition None >04:15:17,555 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >04:15:17,556 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >04:15:17,556 DEBUG storage.ui: back from removeNewPartitions >04:15:17,556 DEBUG storage.ui: extended: None >04:15:17,557 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x66df1d0> >04:15:17,558 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >04:15:17,558 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66cc250> PedPartition: <_ped.Partition object at 0x7f2380067410> >04:15:17,559 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >04:15:17,560 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >04:15:17,562 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >04:15:17,562 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66df110> PedPartition: <_ped.Partition object at 0x7f2380067cb0> >04:15:17,562 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 1026048 end: 1032191 length: 6144 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x66df350> >04:15:17,563 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >04:15:17,564 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66ccd90> PedPartition: <_ped.Partition object at 0x66e00b0> >04:15:17,565 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >04:15:17,566 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >04:15:17,568 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >04:15:17,568 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66df310> PedPartition: <_ped.Partition object at 0x7f2380067fb0> >04:15:17,568 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 1032192 end: 11272191 length: 10240000 > device: <parted.device.Device object at 0x7f238002f0d0> PedGeometry: <_ped.Geometry object at 0x66df4d0> >04:15:17,569 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >04:15:17,570 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2380066710> PedPartition: <_ped.Partition object at 0x66e0050> >04:15:17,571 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >04:15:17,572 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >04:15:17,573 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >04:15:17,573 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f1d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66dfb10> PedPartition: <_ped.Partition object at 0x66e0170> >04:15:17,574 DEBUG storage.ui: growing partitions on sdb >04:15:17,574 DEBUG storage.ui: partition sdb1 (20): 0 >04:15:17,574 DEBUG storage.ui: new geometry for sdb1: parted.Geometry instance -- > start: 2048 end: 8191 length: 6144 > device: <parted.device.Device object at 0x7f238002f510> PedGeometry: <_ped.Geometry object at 0x66d9a90> >04:15:17,574 DEBUG storage.ui: removing all non-preexisting partitions ['sdb1(id 20)'] from disk(s) ['sdb'] >04:15:17,576 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >04:15:17,576 DEBUG storage.ui: device sdb1 new partedPartition None >04:15:17,577 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: sdb ; >04:15:17,578 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >04:15:17,578 DEBUG storage.ui: back from removeNewPartitions >04:15:17,578 DEBUG storage.ui: extended: None >04:15:17,578 DEBUG storage.ui: setting req4 new geometry: parted.Geometry instance -- > start: 2048 end: 8191 length: 6144 > device: <parted.device.Device object at 0x7f238002f510> PedGeometry: <_ped.Geometry object at 0x66d9a90> >04:15:17,579 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >04:15:17,580 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f610> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66df690> PedPartition: <_ped.Partition object at 0x7f2380067d70> >04:15:17,581 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >04:15:17,583 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >04:15:17,584 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >04:15:17,584 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002f610> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66df6d0> PedPartition: <_ped.Partition object at 0x7f2380067e90> >04:15:17,584 DEBUG storage.ui: growing partitions on sdc >04:15:17,585 DEBUG storage.ui: partition sdc1 (21): 0 >04:15:17,585 DEBUG storage.ui: new geometry for sdc1: parted.Geometry instance -- > start: 2048 end: 8191 length: 6144 > device: <parted.device.Device object at 0x7f238002fa10> PedGeometry: <_ped.Geometry object at 0x66d9b90> >04:15:17,585 DEBUG storage.ui: removing all non-preexisting partitions ['sdc1(id 21)'] from disk(s) ['sdc'] >04:15:17,586 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >04:15:17,586 DEBUG storage.ui: device sdc1 new partedPartition None >04:15:17,587 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: sdc ; >04:15:17,589 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >04:15:17,589 DEBUG storage.ui: back from removeNewPartitions >04:15:17,589 DEBUG storage.ui: extended: None >04:15:17,589 DEBUG storage.ui: setting req5 new geometry: parted.Geometry instance -- > start: 2048 end: 8191 length: 6144 > device: <parted.device.Device object at 0x7f238002fa10> PedGeometry: <_ped.Geometry object at 0x66d9b90> >04:15:17,590 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >04:15:17,590 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002fb10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66d9b10> PedPartition: <_ped.Partition object at 0x7f2380067b90> >04:15:17,592 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >04:15:17,593 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >04:15:17,594 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >04:15:17,594 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f238002fb10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x66df050> PedPartition: <_ped.Partition object at 0x66e01d0> >04:15:17,595 DEBUG storage.ui: fixing size of non-existent 500MB partition sda1 (16) with non-existent ext4 filesystem mounted at /boot at 500.00 >04:15:17,595 DEBUG storage.ui: fixing size of non-existent 3MB partition sda2 (19) with non-existent mdmember at 3.00 >04:15:17,595 DEBUG storage.ui: fixing size of non-existent 5000MB partition sda3 (17) with non-existent swap at 5000.00 >04:15:17,596 DEBUG storage.ui: fixing size of non-existent 3MB partition sdb1 (20) with non-existent mdmember at 3.00 >04:15:17,596 DEBUG storage.ui: fixing size of non-existent 3MB partition sdc1 (21) with non-existent mdmember at 3.00 >04:15:17,597 DEBUG storage.ui: creating new device >04:15:17,598 DEBUG storage.ui: Ext4FS.supported: supported: True ; >04:15:17,598 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >04:15:17,599 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >04:15:17,600 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >04:15:17,602 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sdc1 ; >04:15:17,603 DEBUG storage.ui: MDRaidArrayDevice._setFormat: root ; current: None ; type: ext4 ; >04:15:17,603 INFO storage.ui: added mdarray root (id 22) to device tree >04:15:17,603 INFO storage.ui: registered action: [19] Create Device mdarray root (id 22) >04:15:17,603 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >04:15:17,603 INFO storage.ui: registered action: [20] Create Format ext4 filesystem mounted at / on mdarray root (id 22) >04:15:17,604 DEBUG storage.ui: raw RAID 0 size == 9.0 >04:15:17,604 INFO storage.ui: Using 0MB superBlockSize >04:15:17,604 DEBUG storage.ui: non-existent RAID 0 size == 9.0 >04:15:17,605 DEBUG storage.ui: raw RAID 0 size == 9.0 >04:15:17,605 INFO storage.ui: Using 0MB superBlockSize >04:15:17,605 DEBUG storage.ui: non-existent RAID 0 size == 9.0 >04:15:17,612 DEBUG storage: raw RAID 0 size == 9.0 >04:15:17,613 INFO storage: Using 0MB superBlockSize >04:15:17,613 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:17,614 DEBUG storage: raw RAID 0 size == 9.0 >04:15:17,614 INFO storage: Using 0MB superBlockSize >04:15:17,614 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:17,615 DEBUG storage: raw RAID 0 size == 9.0 >04:15:17,615 INFO storage: Using 0MB superBlockSize >04:15:17,616 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:17,616 DEBUG storage: raw RAID 0 size == 9.0 >04:15:17,616 INFO storage: Using 0MB superBlockSize >04:15:17,616 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:17,620 DEBUG storage: raw RAID 0 size == 9.0 >04:15:17,620 INFO storage: Using 0MB superBlockSize >04:15:17,620 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:17,621 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.MDFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 9.0, ['sda', 'sdb', 'sdc'], raid0 >04:15:20,257 DEBUG storage: raw RAID 0 size == 9.0 >04:15:20,257 INFO storage: Using 0MB superBlockSize >04:15:20,258 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:20,259 DEBUG storage: raw RAID 0 size == 9.0 >04:15:20,259 INFO storage: Using 0MB superBlockSize >04:15:20,259 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:20,262 DEBUG storage: raw RAID 0 size == 9.0 >04:15:20,262 INFO storage: Using 0MB superBlockSize >04:15:20,262 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:20,266 DEBUG storage: Ext4FS.supported: supported: True ; >04:15:20,266 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:15:20,266 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.MDFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 9.0, ['sda', 'sdb', 'sdc'], raid0 >04:15:20,267 DEBUG storage: raw RAID 0 size == 9.0 >04:15:20,267 INFO storage: Using 0MB superBlockSize >04:15:20,267 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:20,268 DEBUG storage: raw RAID 0 size == 9.0 >04:15:20,268 INFO storage: Using 0MB superBlockSize >04:15:20,268 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:20,269 DEBUG storage: raw RAID 0 size == 9.0 >04:15:20,269 INFO storage: Using 0MB superBlockSize >04:15:20,269 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:20,270 DEBUG storage: raw RAID 0 size == 9.0 >04:15:20,270 INFO storage: Using 0MB superBlockSize >04:15:20,271 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:20,271 DEBUG storage: raw RAID 0 size == 9.0 >04:15:20,271 INFO storage: Using 0MB superBlockSize >04:15:20,271 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:20,274 DEBUG storage: raw RAID 0 size == 9.0 >04:15:20,275 INFO storage: Using 0MB superBlockSize >04:15:20,275 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:20,275 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.MDFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 9.0, ['sda', 'sdb', 'sdc'], raid0 >04:15:38,706 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.MDFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 9.0, ['sdb', 'sdc'], raid0 >04:15:49,411 DEBUG storage: raw RAID 0 size == 9.0 >04:15:49,411 INFO storage: Using 0MB superBlockSize >04:15:49,412 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:49,424 DEBUG storage: Ext4FS.supported: supported: True ; >04:15:49,424 DEBUG storage: getFormat('ext4') returning Ext4FS instance >04:15:49,425 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.MDFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 19000.0, ['sda', 'sdb', 'sdc'], raid0 >04:15:49,425 DEBUG storage: raw RAID 0 size == 9.0 >04:15:49,425 INFO storage: Using 0MB superBlockSize >04:15:49,425 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:49,426 DEBUG storage: raw RAID 0 size == 9.0 >04:15:49,426 INFO storage: Using 0MB superBlockSize >04:15:49,426 DEBUG storage: non-existent RAID 0 size == 9.0 >04:15:49,427 DEBUG storage.ui: raw RAID 0 size == 9.0 >04:15:49,428 INFO storage.ui: Using 0MB superBlockSize >04:15:49,428 DEBUG storage.ui: non-existent RAID 0 size == 9.0 >04:15:49,429 DEBUG storage.ui: Storage.newDevice: 1 ; 19000.0 ; device: non-existent 9MB mdarray root (22) with non-existent ext4 filesystem mounted at / ; encrypted: False ; disks: [DiskDevice instance (0x634ed10) -- > name = sdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f23940828c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f238002f450>, DiskDevice instance (0x7f238002f410) -- > name = sdc status = True kids = 1 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f2394082a70> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f238002f950>] ; raid_level: raid0 ; container_name: None ; >04:15:49,429 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.MDFactory'>: <pyanaconda.storage.Storage object at 0x6346b50>, 19000.0, ['sdb', 'sdc'], raid0 >04:15:49,430 DEBUG storage.ui: raw RAID 0 size == 9.0 >04:15:49,430 INFO storage.ui: Using 0MB superBlockSize >04:15:49,430 DEBUG storage.ui: non-existent RAID 0 size == 9.0 >04:15:49,433 DEBUG storage.ui: raw RAID 0 size == 9.0 >04:15:49,433 INFO storage.ui: Using 0MB superBlockSize >04:15:49,433 DEBUG storage.ui: non-existent RAID 0 size == 9.0 >04:15:49,433 DEBUG storage.ui: Storage.setContainerMembers: device: non-existent 9MB mdarray root (22) with non-existent ext4 filesystem mounted at / ; container: None ; factory: <pyanaconda.storage.MDFactory object at 0x66d91d0> ; members: ['non-existent 3MB partition sda2 (19) with non-existent mdmember', 'non-existent 3MB partition sdb1 (20) with non-existent mdmember', 'non-existent 3MB partition sdc1 (21) with non-existent mdmember'] ; >04:15:49,435 DEBUG storage.ui: MDRaidMember.__init__: >04:15:49,435 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >04:15:49,478 DEBUG storage.ui: raw RAID 0 size == 9.0 >04:15:49,479 INFO storage.ui: Using 0MB superBlockSize >04:15:49,479 DEBUG storage.ui: non-existent RAID 0 size == 9.0 > > >/tmp/ifcfg.log: >04:08:22,395 DEBUG ifcfg: content of files (network initialization): >04:08:22,653 DEBUG ifcfg: content of files (ifcfgs created): >04:08:22,653 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-p2p1: >HWADDR=08:00:27:DE:92:EA >TYPE=Ethernet >BOOTPROTO=dhcp >DEFROUTE=yes >PEERDNS=yes >PEERROUTES=yes >IPV4_FAILURE_FATAL=no >NAME=p2p1 >UUID=2c8d606e-8f23-4948-84e2-1caf153edae4 >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 20 04:04:00 localhost rsyslogd: [origin software="rsyslogd" swVersion="7.2.4" x-pid="560" x-info="http://www.rsyslog.com"] start >Dec 20 04:04:00 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 20 04:04:00 localhost kernel: [ 0.000000] Initializing cgroup subsys cpuset >Dec 20 04:04:00 localhost kernel: [ 0.000000] Initializing cgroup subsys cpu >Dec 20 04:04:00 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 20 04:04:00 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 20 04:04:00 localhost kernel: [ 0.000000] e820: BIOS-provided physical RAM map: >Dec 20 04:04:00 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >Dec 20 04:04:00 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >Dec 20 04:04:00 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >Dec 20 04:04:00 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffeffff] usable >Dec 20 04:04:00 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000007fff0000-0x000000007fffffff] ACPI data >Dec 20 04:04:00 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >Dec 20 04:04:00 localhost kernel: [ 0.000000] NX (Execute Disable) protection: active >Dec 20 04:04:00 localhost kernel: [ 0.000000] DMI 2.5 present. >Dec 20 04:04:00 localhost kernel: [ 0.000000] No AGP bridge found >Dec 20 04:04:00 localhost kernel: [ 0.000000] e820: last_pfn = 0x7fff0 max_arch_pfn = 0x400000000 >Dec 20 04:04:00 localhost kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >Dec 20 04:04:00 localhost kernel: [ 0.000000] CPU MTRRs all blank - virtualized system. >Dec 20 04:04:00 localhost kernel: [ 0.000000] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0] >Dec 20 04:04:00 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x7ffeffff] >Dec 20 04:04:00 localhost kernel: [ 0.000000] RAMDISK: [mem 0x7e5a3000-0x7ffcefff] >Dec 20 04:04:00 localhost kernel: [ 0.000000] ACPI: RSDP 00000000000e0000 00024 (v02 VBOX ) >Dec 20 04:04:00 localhost kernel: [ 0.000000] ACPI: XSDT 000000007fff0030 0003C (v01 VBOX VBOXXSDT 00000001 ASL 00000061) >Dec 20 04:04:00 localhost kernel: [ 0.000000] ACPI: FACP 000000007fff00f0 000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061) >Dec 20 04:04:00 localhost kernel: [ 0.000000] ACPI: DSDT 000000007fff0480 01B96 (v01 VBOX VBOXBIOS 00000002 INTL 20100528) >Dec 20 04:04:00 localhost kernel: [ 0.000000] ACPI: FACS 000000007fff0200 00040 >Dec 20 04:04:00 localhost kernel: [ 0.000000] ACPI: APIC 000000007fff0240 00064 (v02 VBOX VBOXAPIC 00000001 ASL 00000061) >Dec 20 04:04:00 localhost kernel: [ 0.000000] ACPI: SSDT 000000007fff02b0 001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528) >Dec 20 04:04:00 localhost kernel: [ 0.000000] No NUMA configuration found >Dec 20 04:04:00 localhost kernel: [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffeffff] >Dec 20 04:04:00 localhost kernel: [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffeffff] >Dec 20 04:04:00 localhost kernel: [ 0.000000] NODE_DATA [mem 0x7ffdc000-0x7ffeffff] >Dec 20 04:04:00 localhost kernel: [ 0.000000] Zone ranges: >Dec 20 04:04:00 localhost kernel: [ 0.000000] DMA [mem 0x00010000-0x00ffffff] >Dec 20 04:04:00 localhost kernel: [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >Dec 20 04:04:00 localhost kernel: [ 0.000000] Normal empty >Dec 20 04:04:00 localhost kernel: [ 0.000000] Movable zone start for each node >Dec 20 04:04:00 localhost kernel: [ 0.000000] Early memory node ranges >Dec 20 04:04:00 localhost kernel: [ 0.000000] node 0: [mem 0x00010000-0x0009efff] >Dec 20 04:04:00 localhost kernel: [ 0.000000] node 0: [mem 0x00100000-0x7ffeffff] >Dec 20 04:04:00 localhost kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 >Dec 20 04:04:00 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >Dec 20 04:04:00 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) >Dec 20 04:04:00 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) >Dec 20 04:04:00 localhost kernel: [ 0.000000] ACPI: IOAPIC (id[0x03] address[0xfec00000] gsi_base[0]) >Dec 20 04:04:00 localhost kernel: [ 0.000000] IOAPIC[0]: apic_id 3, version 17, address 0xfec00000, GSI 0-23 >Dec 20 04:04:00 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >Dec 20 04:04:00 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >Dec 20 04:04:00 localhost kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information >Dec 20 04:04:00 localhost kernel: [ 0.000000] smpboot: Allowing 3 CPUs, 0 hotplug CPUs >Dec 20 04:04:00 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 >Dec 20 04:04:00 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 >Dec 20 04:04:00 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 >Dec 20 04:04:00 localhost kernel: [ 0.000000] e820: [mem 0x80000000-0xfffbffff] available for PCI devices >Dec 20 04:04:00 localhost kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware >Dec 20 04:04:00 localhost kernel: [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:3 nr_node_ids:1 >Dec 20 04:04:00 localhost kernel: [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007e200000 s84288 r8192 d22208 u524288 >Dec 20 04:04:00 localhost kernel: [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515961 >Dec 20 04:04:00 localhost kernel: [ 0.000000] Policy zone: DMA32 >Dec 20 04:04:00 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 20 04:04:00 localhost kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >Dec 20 04:04:00 localhost kernel: [ 0.000000] __ex_table already sorted, skipping sort >Dec 20 04:04:00 localhost kernel: [ 0.000000] Checking aperture... >Dec 20 04:04:00 localhost kernel: [ 0.000000] No AGP bridge found >Dec 20 04:04:00 localhost kernel: [ 0.000000] Memory: 2020492k/2097088k available (6334k kernel code, 452k absent, 76144k reserved, 6870k data, 1036k init) >Dec 20 04:04:00 localhost kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=3, Nodes=1 >Dec 20 04:04:00 localhost kernel: [ 0.000000] Hierarchical RCU implementation. >Dec 20 04:04:00 localhost kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=3. >Dec 20 04:04:00 localhost kernel: [ 0.000000] NR_IRQS:8448 nr_irqs:704 16 >Dec 20 04:04:00 localhost kernel: [ 0.000000] Console: colour VGA+ 80x25 >Dec 20 04:04:00 localhost kernel: [ 0.000000] console [tty0] enabled >Dec 20 04:04:00 localhost kernel: [ 0.000000] allocated 8388608 bytes of page_cgroup >Dec 20 04:04:00 localhost kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >Dec 20 04:04:00 localhost kernel: [ 0.000000] tsc: Fast TSC calibration failed >Dec 20 04:04:00 localhost kernel: [ 0.000000] tsc: Unable to calibrate against PIT >Dec 20 04:04:00 localhost kernel: [ 0.000000] tsc: using PMTIMER reference calibration >Dec 20 04:04:00 localhost kernel: [ 0.000000] tsc: Detected 2319.374 MHz processor >Dec 20 04:04:00 localhost kernel: [ 0.004002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4638.74 BogoMIPS (lpj=2319374) >Dec 20 04:04:00 localhost kernel: [ 0.004005] pid_max: default: 32768 minimum: 301 >Dec 20 04:04:00 localhost kernel: [ 0.004028] Security Framework initialized >Dec 20 04:04:00 localhost kernel: [ 0.004033] SELinux: Initializing. >Dec 20 04:04:00 localhost kernel: [ 0.005015] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >Dec 20 04:04:00 localhost kernel: [ 0.006131] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >Dec 20 04:04:00 localhost kernel: [ 0.006257] Mount-cache hash table entries: 256 >Dec 20 04:04:00 localhost kernel: [ 0.006426] Initializing cgroup subsys cpuacct >Dec 20 04:04:00 localhost kernel: [ 0.006431] Initializing cgroup subsys memory >Dec 20 04:04:00 localhost kernel: [ 0.006442] Initializing cgroup subsys devices >Dec 20 04:04:00 localhost kernel: [ 0.006446] Initializing cgroup subsys freezer >Dec 20 04:04:00 localhost kernel: [ 0.006449] Initializing cgroup subsys net_cls >Dec 20 04:04:00 localhost kernel: [ 0.006453] Initializing cgroup subsys blkio >Dec 20 04:04:00 localhost kernel: [ 0.006457] Initializing cgroup subsys perf_event >Dec 20 04:04:00 localhost kernel: [ 0.006636] CPU: Physical Processor ID: 0 >Dec 20 04:04:00 localhost kernel: [ 0.006637] CPU: Processor Core ID: 0 >Dec 20 04:04:00 localhost kernel: [ 0.006656] mce: CPU supports 0 MCE banks >Dec 20 04:04:00 localhost kernel: [ 0.006731] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0 >Dec 20 04:04:00 localhost kernel: [ 0.006731] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32 >Dec 20 04:04:00 localhost kernel: [ 0.006731] tlb_flushall_shift is 0x5 >Dec 20 04:04:00 localhost kernel: [ 0.016209] ACPI: Core revision 20120711 >Dec 20 04:04:00 localhost kernel: [ 0.017022] ftrace: allocating 23489 entries in 92 pages >Dec 20 04:04:00 localhost kernel: [ 0.024397] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >Dec 20 04:04:00 localhost kernel: [ 0.035432] smpboot: CPU0: Intel(R) Core(TM) i7-2820QM CPU @ 2.30GHz stepping 07 >Dec 20 04:04:00 localhost kernel: [ 0.035994] Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only. >Dec 20 04:04:00 localhost kernel: [ 0.035994] NMI watchdog: disabled (cpu0): hardware events not enabled >Dec 20 04:04:00 localhost kernel: [ 0.004999] mce: CPU supports 0 MCE banks >Dec 20 04:04:00 localhost kernel: [ 0.036998] smpboot: Booting Node 0, Processors #1 >Dec 20 04:04:00 localhost kernel: [ 0.049992] TSC synchronization [CPU#0 -> CPU#1]: >Dec 20 04:04:00 localhost kernel: [ 0.049992] Measured 1274430 cycles TSC warp between CPUs, turning off TSC clock. >Dec 20 04:04:00 localhost kernel: [ 0.049992] tsc: Marking TSC unstable due to check_tsc_sync_source failed >Dec 20 04:04:00 localhost kernel: [ 0.051368] #2 OK >Dec 20 04:04:00 localhost kernel: [ 0.004999] mce: CPU supports 0 MCE banks >Dec 20 04:04:00 localhost kernel: [ 0.063392] Brought up 3 CPUs >Dec 20 04:04:00 localhost kernel: [ 0.063392] smpboot: Total of 3 processors activated (13916.24 BogoMIPS) >Dec 20 04:04:00 localhost kernel: [ 0.065045] devtmpfs: initialized >Dec 20 04:04:00 localhost kernel: [ 0.065569] atomic64 test passed for x86-64 platform with CX8 and with SSE >Dec 20 04:04:00 localhost kernel: [ 0.065624] RTC time: 9:03:51, date: 12/20/12 >Dec 20 04:04:00 localhost kernel: [ 0.065990] NET: Registered protocol family 16 >Dec 20 04:04:00 localhost kernel: [ 0.066328] ACPI: bus type pci registered >Dec 20 04:04:00 localhost kernel: [ 0.066424] PCI: Using configuration type 1 for base access >Dec 20 04:04:00 localhost kernel: [ 0.067037] bio: create slab <bio-0> at 0 >Dec 20 04:04:00 localhost kernel: [ 0.067067] ACPI: Added _OSI(Module Device) >Dec 20 04:04:00 localhost kernel: [ 0.067067] ACPI: Added _OSI(Processor Device) >Dec 20 04:04:00 localhost kernel: [ 0.067067] ACPI: Added _OSI(3.0 _SCP Extensions) >Dec 20 04:04:00 localhost kernel: [ 0.067067] ACPI: Added _OSI(Processor Aggregator Device) >Dec 20 04:04:00 localhost kernel: [ 0.067546] ACPI: Executed 1 blocks of module-level executable AML code >Dec 20 04:04:00 localhost kernel: [ 0.069695] ACPI: Interpreter enabled >Dec 20 04:04:00 localhost kernel: [ 0.069697] ACPI: (supports S0 S5) >Dec 20 04:04:00 localhost kernel: [ 0.069704] ACPI: Using IOAPIC for interrupt routing >Dec 20 04:04:00 localhost kernel: [ 0.071980] ACPI: No dock devices found. >Dec 20 04:04:00 localhost kernel: [ 0.071983] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug >Dec 20 04:04:00 localhost kernel: [ 0.072036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >Dec 20 04:04:00 localhost kernel: [ 0.072109] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >Dec 20 04:04:00 localhost kernel: [ 0.072127] PCI host bridge to bus 0000:00 >Dec 20 04:04:00 localhost kernel: [ 0.072131] pci_bus 0000:00: root bus resource [bus 00-ff] >Dec 20 04:04:00 localhost kernel: [ 0.072132] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] >Dec 20 04:04:00 localhost kernel: [ 0.072134] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff] >Dec 20 04:04:00 localhost kernel: [ 0.129174] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM >Dec 20 04:04:00 localhost kernel: [ 0.129176] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) >Dec 20 04:04:00 localhost kernel: [ 0.134663] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 9 10 11) >Dec 20 04:04:00 localhost kernel: [ 0.134858] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11) >Dec 20 04:04:00 localhost kernel: [ 0.134924] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11) >Dec 20 04:04:00 localhost kernel: [ 0.135016] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11) >Dec 20 04:04:00 localhost kernel: [ 0.135131] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >Dec 20 04:04:00 localhost kernel: [ 0.135131] vgaarb: loaded >Dec 20 04:04:00 localhost kernel: [ 0.135131] vgaarb: bridge control possible 0000:00:02.0 >Dec 20 04:04:00 localhost kernel: [ 0.135131] SCSI subsystem initialized >Dec 20 04:04:00 localhost kernel: [ 0.135131] ACPI: bus type scsi registered >Dec 20 04:04:00 localhost kernel: [ 0.135154] ACPI: bus type usb registered >Dec 20 04:04:00 localhost kernel: [ 0.135154] usbcore: registered new interface driver usbfs >Dec 20 04:04:00 localhost kernel: [ 0.135154] usbcore: registered new interface driver hub >Dec 20 04:04:00 localhost kernel: [ 0.136005] usbcore: registered new device driver usb >Dec 20 04:04:00 localhost kernel: [ 0.136050] PCI: Using ACPI for IRQ routing >Dec 20 04:04:00 localhost kernel: [ 0.136564] NetLabel: Initializing >Dec 20 04:04:00 localhost kernel: [ 0.136566] NetLabel: domain hash size = 128 >Dec 20 04:04:00 localhost kernel: [ 0.136567] NetLabel: protocols = UNLABELED CIPSOv4 >Dec 20 04:04:00 localhost kernel: [ 0.136581] NetLabel: unlabeled traffic allowed by default >Dec 20 04:04:00 localhost kernel: [ 0.145124] pnp: PnP ACPI init >Dec 20 04:04:00 localhost kernel: [ 0.145140] ACPI: bus type pnp registered >Dec 20 04:04:00 localhost kernel: [ 0.147013] pnp: PnP ACPI: found 5 devices >Dec 20 04:04:00 localhost kernel: [ 0.147015] ACPI: ACPI bus type pnp unregistered >Dec 20 04:04:00 localhost kernel: [ 0.160108] Switching to clocksource acpi_pm >Dec 20 04:04:00 localhost kernel: [ 0.160305] NET: Registered protocol family 2 >Dec 20 04:04:00 localhost kernel: [ 0.161648] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) >Dec 20 04:04:00 localhost kernel: [ 0.163489] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >Dec 20 04:04:00 localhost kernel: [ 0.163600] TCP: Hash tables configured (established 262144 bind 65536) >Dec 20 04:04:00 localhost kernel: [ 0.163631] TCP: reno registered >Dec 20 04:04:00 localhost kernel: [ 0.163765] UDP hash table entries: 1024 (order: 3, 32768 bytes) >Dec 20 04:04:00 localhost kernel: [ 0.163782] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) >Dec 20 04:04:00 localhost kernel: [ 0.163906] NET: Registered protocol family 1 >Dec 20 04:04:00 localhost kernel: [ 0.163928] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >Dec 20 04:04:00 localhost kernel: [ 0.163981] pci 0000:00:01.0: Activating ISA DMA hang workarounds >Dec 20 04:04:00 localhost kernel: [ 0.164401] Unpacking initramfs... >Dec 20 04:04:00 localhost kernel: [ 0.549388] Freeing initrd memory: 26800k freed >Dec 20 04:04:00 localhost kernel: [ 0.552158] platform rtc_cmos: registered platform RTC device (no PNP device found) >Dec 20 04:04:00 localhost kernel: [ 0.553738] Initialise module verification >Dec 20 04:04:00 localhost kernel: [ 0.553769] audit: initializing netlink socket (disabled) >Dec 20 04:04:00 localhost kernel: [ 0.553779] type=2000 audit(1355994231.553:1): initialized >Dec 20 04:04:00 localhost kernel: [ 0.570225] HugeTLB registered 2 MB page size, pre-allocated 0 pages >Dec 20 04:04:00 localhost kernel: [ 0.571715] VFS: Disk quotas dquot_6.5.2 >Dec 20 04:04:00 localhost kernel: [ 0.571747] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >Dec 20 04:04:00 localhost kernel: [ 0.572123] msgmni has been set to 3998 >Dec 20 04:04:00 localhost kernel: [ 0.574762] alg: No test for stdrng (krng) >Dec 20 04:04:00 localhost kernel: [ 0.574810] NET: Registered protocol family 38 >Dec 20 04:04:00 localhost kernel: [ 0.574813] Key type asymmetric registered >Dec 20 04:04:00 localhost kernel: [ 0.574814] Asymmetric key parser 'x509' registered >Dec 20 04:04:00 localhost kernel: [ 0.574839] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >Dec 20 04:04:00 localhost kernel: [ 0.575124] io scheduler noop registered >Dec 20 04:04:00 localhost kernel: [ 0.575125] io scheduler deadline registered >Dec 20 04:04:00 localhost kernel: [ 0.575147] io scheduler cfq registered (default) >Dec 20 04:04:00 localhost kernel: [ 0.575215] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >Dec 20 04:04:00 localhost kernel: [ 0.575230] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >Dec 20 04:04:00 localhost kernel: [ 0.575231] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >Dec 20 04:04:00 localhost kernel: [ 0.575970] ACPI: AC Adapter [AC] (on-line) >Dec 20 04:04:00 localhost kernel: [ 0.576344] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >Dec 20 04:04:00 localhost kernel: [ 0.576347] ACPI: Power Button [PWRF] >Dec 20 04:04:00 localhost kernel: [ 0.576407] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 >Dec 20 04:04:00 localhost kernel: [ 0.576409] ACPI: Sleep Button [SLPF] >Dec 20 04:04:00 localhost kernel: [ 0.578668] GHES: HEST is not enabled! >Dec 20 04:04:00 localhost kernel: [ 0.578808] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >Dec 20 04:04:00 localhost kernel: [ 0.581326] Non-volatile memory driver v1.3 >Dec 20 04:04:00 localhost kernel: [ 0.581328] Linux agpgart interface v0.103 >Dec 20 04:04:00 localhost kernel: [ 0.581877] ACPI: Battery Slot [BAT0] (battery present) >Dec 20 04:04:00 localhost kernel: [ 0.582923] loop: module loaded >Dec 20 04:04:00 localhost kernel: [ 0.583131] ahci: SSS flag set, parallel bus scan disabled >Dec 20 04:04:00 localhost kernel: [ 0.583598] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 8 ports 3 Gbps 0xff impl SATA mode >Dec 20 04:04:00 localhost kernel: [ 0.583600] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc >Dec 20 04:04:00 localhost kernel: [ 0.584871] scsi0 : ahci >Dec 20 04:04:00 localhost kernel: [ 0.585215] scsi1 : ahci >Dec 20 04:04:00 localhost kernel: [ 0.585454] scsi2 : ahci >Dec 20 04:04:00 localhost kernel: [ 0.585685] scsi3 : ahci >Dec 20 04:04:00 localhost kernel: [ 0.585927] scsi4 : ahci >Dec 20 04:04:00 localhost kernel: [ 0.586192] scsi5 : ahci >Dec 20 04:04:00 localhost kernel: [ 0.586371] scsi6 : ahci >Dec 20 04:04:00 localhost kernel: [ 0.586549] scsi7 : ahci >Dec 20 04:04:00 localhost kernel: [ 0.586585] ata1: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806100 irq 21 >Dec 20 04:04:00 localhost kernel: [ 0.586591] ata2: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806180 irq 21 >Dec 20 04:04:00 localhost kernel: [ 0.586597] ata3: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806200 irq 21 >Dec 20 04:04:00 localhost kernel: [ 0.586602] ata4: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806280 irq 21 >Dec 20 04:04:00 localhost kernel: [ 0.586607] ata5: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806300 irq 21 >Dec 20 04:04:00 localhost kernel: [ 0.586612] ata6: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806380 irq 21 >Dec 20 04:04:00 localhost kernel: [ 0.586618] ata7: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806400 irq 21 >Dec 20 04:04:00 localhost kernel: [ 0.586623] ata8: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806480 irq 21 >Dec 20 04:04:00 localhost kernel: [ 0.587223] scsi8 : ata_piix >Dec 20 04:04:00 localhost kernel: [ 0.587442] scsi9 : ata_piix >Dec 20 04:04:00 localhost kernel: [ 0.587473] ata9: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14 >Dec 20 04:04:00 localhost kernel: [ 0.587474] ata10: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15 >Dec 20 04:04:00 localhost kernel: [ 0.587508] libphy: Fixed MDIO Bus: probed >Dec 20 04:04:00 localhost kernel: [ 0.587619] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >Dec 20 04:04:00 localhost kernel: [ 0.587630] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >Dec 20 04:04:00 localhost kernel: [ 0.587706] ohci_hcd 0000:00:06.0: OHCI Host Controller >Dec 20 04:04:00 localhost kernel: [ 0.587813] ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 1 >Dec 20 04:04:00 localhost kernel: [ 0.587933] ohci_hcd 0000:00:06.0: irq 22, io mem 0xf0804000 >Dec 20 04:04:00 localhost kernel: [ 0.639848] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >Dec 20 04:04:00 localhost kernel: [ 0.639855] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 20 04:04:00 localhost kernel: [ 0.639859] usb usb1: Product: OHCI Host Controller >Dec 20 04:04:00 localhost kernel: [ 0.639863] usb usb1: Manufacturer: Linux 3.6.10-4.fc18.x86_64 ohci_hcd >Dec 20 04:04:00 localhost kernel: [ 0.639866] usb usb1: SerialNumber: 0000:00:06.0 >Dec 20 04:04:00 localhost kernel: [ 0.640562] hub 1-0:1.0: USB hub found >Dec 20 04:04:00 localhost kernel: [ 0.640590] hub 1-0:1.0: 8 ports detected >Dec 20 04:04:00 localhost kernel: [ 0.641324] uhci_hcd: USB Universal Host Controller Interface driver >Dec 20 04:04:00 localhost kernel: [ 0.641399] usbcore: registered new interface driver usbserial >Dec 20 04:04:00 localhost kernel: [ 0.641410] usbcore: registered new interface driver usbserial_generic >Dec 20 04:04:00 localhost kernel: [ 0.641418] USB Serial support registered for generic >Dec 20 04:04:00 localhost kernel: [ 0.641420] usbserial: USB Serial Driver core >Dec 20 04:04:00 localhost kernel: [ 0.641454] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 >Dec 20 04:04:00 localhost kernel: [ 0.642679] serio: i8042 KBD port at 0x60,0x64 irq 1 >Dec 20 04:04:00 localhost kernel: [ 0.642691] serio: i8042 AUX port at 0x60,0x64 irq 12 >Dec 20 04:04:00 localhost kernel: [ 0.643020] mousedev: PS/2 mouse device common for all mice >Dec 20 04:04:00 localhost kernel: [ 0.645013] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 >Dec 20 04:04:00 localhost kernel: [ 0.647178] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 >Dec 20 04:04:00 localhost kernel: [ 0.647314] rtc0: alarms up to one day, 114 bytes nvram >Dec 20 04:04:00 localhost kernel: [ 0.647414] device-mapper: uevent: version 1.0.3 >Dec 20 04:04:00 localhost kernel: [ 0.647490] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com >Dec 20 04:04:00 localhost kernel: [ 0.647557] cpuidle: using governor ladder >Dec 20 04:04:00 localhost kernel: [ 0.647558] cpuidle: using governor menu >Dec 20 04:04:00 localhost kernel: [ 0.647594] EFI Variables Facility v0.08 2004-May-17 >Dec 20 04:04:00 localhost kernel: [ 0.647703] usbcore: registered new interface driver usbhid >Dec 20 04:04:00 localhost kernel: [ 0.647705] usbhid: USB HID core driver >Dec 20 04:04:00 localhost kernel: [ 0.647733] drop_monitor: Initializing network drop monitor service >Dec 20 04:04:00 localhost kernel: [ 0.647818] ip_tables: (C) 2000-2006 Netfilter Core Team >Dec 20 04:04:00 localhost kernel: [ 0.647935] TCP: cubic registered >Dec 20 04:04:00 localhost kernel: [ 0.647937] Initializing XFRM netlink socket >Dec 20 04:04:00 localhost kernel: [ 0.648163] NET: Registered protocol family 10 >Dec 20 04:04:00 localhost kernel: [ 0.648352] mip6: Mobile IPv6 >Dec 20 04:04:00 localhost kernel: [ 0.648355] NET: Registered protocol family 17 >Dec 20 04:04:00 localhost kernel: [ 0.649389] Loading module verification certificates >Dec 20 04:04:00 localhost kernel: [ 0.650347] MODSIGN: Loaded cert 'Fedora kernel signing key: 7686e1f22bbf511e76885be3fb6c7a462be60dda' >Dec 20 04:04:00 localhost kernel: [ 0.650361] registered taskstats version 1 >Dec 20 04:04:00 localhost kernel: [ 0.651340] Magic number: 8:7:71 >Dec 20 04:04:00 localhost kernel: [ 0.651396] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 >Dec 20 04:04:00 localhost kernel: [ 0.651608] rtc_cmos rtc_cmos: setting system clock to 2012-12-20 09:03:52 UTC (1355994232) >Dec 20 04:04:00 localhost kernel: [ 0.741874] ata9.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133 >Dec 20 04:04:00 localhost kernel: [ 0.743165] ata9.00: configured for UDMA/33 >Dec 20 04:04:00 localhost systemd[1]: systemd 195 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; fedora) >Dec 20 04:04:00 localhost systemd[1]: Detected virtualization 'oracle'. >Dec 20 04:04:00 localhost systemd-modules-load[380]: Inserted module 'uinput' >Dec 20 04:04:00 localhost mtp-probe: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1" >Dec 20 04:04:00 localhost mtp-probe: bus: 1, device: 2 was not an MTP device >Dec 20 04:04:00 localhost systemd[1]: Started udev Wait for Complete Device Initialization. >Dec 20 04:04:00 localhost systemd[1]: Starting Initialize storage subsystems (RAID, LVM, etc.)... >Dec 20 04:04:00 localhost systemd[1]: Started Show Plymouth Boot Screen. >Dec 20 04:04:00 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. >Dec 20 04:04:00 localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch. >Dec 20 04:04:00 localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. >Dec 20 04:04:00 localhost kernel: [ 0.898292] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >Dec 20 04:04:00 localhost kernel: [ 0.898474] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 >Dec 20 04:04:00 localhost kernel: [ 0.898477] ata1.00: 16777216 sectors, multi 128: LBA48 NCQ (depth 31/32) >Dec 20 04:04:00 localhost kernel: [ 0.898616] ata1.00: configured for UDMA/133 >Dec 20 04:04:00 localhost kernel: [ 0.899051] scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 >Dec 20 04:04:00 localhost kernel: [ 0.899251] sd 0:0:0:0: [sda] 16777216 512-byte logical blocks: (8.58 GB/8.00 GiB) >Dec 20 04:04:00 localhost kernel: [ 0.899290] sd 0:0:0:0: [sda] Write Protect is off >Dec 20 04:04:00 localhost kernel: [ 0.899308] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >Dec 20 04:04:00 localhost kernel: [ 0.899467] sd 0:0:0:0: Attached scsi generic sg0 type 0 >Dec 20 04:04:00 localhost kernel: [ 0.900004] sda: unknown partition table >Dec 20 04:04:00 localhost kernel: [ 0.900358] sd 0:0:0:0: [sda] Attached SCSI disk >Dec 20 04:04:00 localhost kernel: [ 1.011483] usb 1-1: new full-speed USB device number 2 using ohci_hcd >Dec 20 04:04:00 localhost kernel: [ 1.208442] usb 1-1: New USB device found, idVendor=80ee, idProduct=0021 >Dec 20 04:04:00 localhost kernel: [ 1.208447] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 >Dec 20 04:04:00 localhost kernel: [ 1.208450] usb 1-1: Product: USB Tablet >Dec 20 04:04:00 localhost kernel: [ 1.208453] usb 1-1: Manufacturer: VirtualBox >Dec 20 04:04:00 localhost kernel: [ 1.209313] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >Dec 20 04:04:00 localhost livesys[491]: Adding live user [ OK ] >Dec 20 04:04:00 localhost kernel: [ 1.209484] ata2.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 >Dec 20 04:04:00 localhost kernel: [ 1.209487] ata2.00: 16777216 sectors, multi 128: LBA48 NCQ (depth 31/32) >Dec 20 04:04:00 localhost kernel: [ 1.209696] ata2.00: configured for UDMA/133 >Dec 20 04:04:00 localhost kernel: [ 1.210472] scsi 1:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 >Dec 20 04:04:00 localhost kernel: [ 1.211224] sd 1:0:0:0: Attached scsi generic sg1 type 0 >Dec 20 04:04:00 localhost kernel: [ 1.211359] sd 1:0:0:0: [sdb] 16777216 512-byte logical blocks: (8.58 GB/8.00 GiB) >Dec 20 04:04:00 localhost kernel: [ 1.212063] sd 1:0:0:0: [sdb] Write Protect is off >Dec 20 04:04:00 localhost kernel: [ 1.212332] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >Dec 20 04:04:00 localhost kernel: [ 1.213647] sdb: unknown partition table >Dec 20 04:04:00 localhost kernel: [ 1.213902] sd 1:0:0:0: [sdb] Attached SCSI disk >Dec 20 04:04:00 localhost kernel: [ 1.219896] input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/input/input4 >Dec 20 04:04:00 localhost kernel: [ 1.220869] hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0 >Dec 20 04:04:00 localhost kernel: [ 1.515558] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >Dec 20 04:04:00 localhost kernel: [ 1.515960] ata3.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 >Dec 20 04:04:00 localhost kernel: [ 1.515966] ata3.00: 16777216 sectors, multi 128: LBA48 NCQ (depth 31/32) >Dec 20 04:04:00 localhost kernel: [ 1.516360] ata3.00: configured for UDMA/133 >Dec 20 04:04:00 localhost kernel: [ 1.517130] scsi 2:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 >Dec 20 04:04:00 localhost kernel: [ 1.517469] sd 2:0:0:0: [sdc] 16777216 512-byte logical blocks: (8.58 GB/8.00 GiB) >Dec 20 04:04:00 localhost kernel: [ 1.517527] sd 2:0:0:0: [sdc] Write Protect is off >Dec 20 04:04:00 localhost kernel: [ 1.517555] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >Dec 20 04:04:00 localhost kernel: [ 1.517675] sd 2:0:0:0: Attached scsi generic sg2 type 0 >Dec 20 04:04:00 localhost kernel: [ 1.518576] sdc: unknown partition table >Dec 20 04:04:00 localhost kernel: [ 1.518774] sd 2:0:0:0: [sdc] Attached SCSI disk >Dec 20 04:04:00 localhost kernel: [ 1.827676] ata4: SATA link down (SStatus 0 SControl 300) >Dec 20 04:04:00 localhost kernel: [ 2.132416] ata5: SATA link down (SStatus 0 SControl 300) >Dec 20 04:04:00 localhost kernel: [ 2.437329] ata6: SATA link down (SStatus 0 SControl 300) >Dec 20 04:04:00 localhost kernel: [ 2.741477] ata7: SATA link down (SStatus 0 SControl 300) >Dec 20 04:04:00 localhost kernel: [ 3.046563] ata8: SATA link down (SStatus 0 SControl 300) >Dec 20 04:04:00 localhost kernel: [ 3.048147] scsi 8:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5 >Dec 20 04:04:00 localhost kernel: [ 3.049344] sr0: scsi3-mmc drive: 32x/32x xa/form2 tray >Dec 20 04:04:00 localhost kernel: [ 3.049349] cdrom: Uniform CD-ROM driver Revision: 3.20 >Dec 20 04:04:00 localhost kernel: [ 3.050271] sr 8:0:0:0: Attached scsi generic sg3 type 5 >Dec 20 04:04:00 localhost kernel: [ 3.052514] Freeing unused kernel memory: 1036k freed >Dec 20 04:04:00 localhost kernel: [ 3.053292] Write protecting the kernel read-only data: 12288k >Dec 20 04:04:00 localhost kernel: [ 3.060076] Freeing unused kernel memory: 1848k freed >Dec 20 04:04:00 localhost kernel: [ 3.063558] Freeing unused kernel memory: 1412k freed >Dec 20 04:04:00 localhost kernel: [ 3.352389] RPC: Registered named UNIX socket transport module. >Dec 20 04:04:00 localhost kernel: [ 3.352391] RPC: Registered udp transport module. >Dec 20 04:04:00 localhost kernel: [ 3.352392] RPC: Registered tcp transport module. >Dec 20 04:04:00 localhost kernel: [ 3.352392] RPC: Registered tcp NFSv4.1 backchannel transport module. >Dec 20 04:04:00 localhost kernel: [ 3.541271] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI >Dec 20 04:04:00 localhost kernel: [ 3.541272] e1000: Copyright (c) 1999-2006 Intel Corporation. >Dec 20 04:04:00 localhost kernel: [ 3.986122] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 08:00:27:de:92:ea >Dec 20 04:04:00 localhost kernel: [ 3.986122] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection >Dec 20 04:04:00 localhost kernel: [ 4.084670] squashfs: version 4.0 (2009/01/31) Phillip Lougher >Dec 20 04:04:00 localhost kernel: [ 4.255433] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >Dec 20 04:04:00 localhost kernel: [ 4.863135] type=1404 audit(1355994236.710:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 >Dec 20 04:04:00 localhost kernel: [ 5.192415] type=1403 audit(1355994237.039:3): policy loaded auid=4294967295 ses=4294967295 >Dec 20 04:04:00 localhost kernel: [ 5.972242] EXT4-fs (dm-0): re-mounted. Opts: (null) >Dec 20 04:04:00 localhost kernel: [ 6.309537] parport_pc 00:04: reported by Plug and Play ACPI >Dec 20 04:04:00 localhost kernel: [ 6.324318] microcode: CPU0 sig=0x206a7, pf=0x1, revision=0x0 >Dec 20 04:04:00 localhost kernel: [ 6.331304] piix4_smbus 0000:00:07.0: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr >Dec 20 04:04:00 localhost kernel: [ 6.372091] ppdev: user-space parallel port driver >Dec 20 04:04:00 localhost kernel: [ 6.399350] microcode: CPU1 sig=0x206a7, pf=0x1, revision=0x0 >Dec 20 04:04:00 localhost kernel: [ 6.400699] microcode: CPU2 sig=0x206a7, pf=0x1, revision=0x0 >Dec 20 04:04:00 localhost kernel: [ 6.401679] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >Dec 20 04:04:00 localhost kernel: [ 6.865156] intel8x0_measure_ac97_clock: measured 52724 usecs (1671 samples) >Dec 20 04:04:00 localhost kernel: [ 6.865159] intel8x0: measured clock 31693 rejected >Dec 20 04:04:00 localhost kernel: [ 6.888250] hrtimer: interrupt took 4604220 ns >Dec 20 04:04:00 localhost kernel: [ 7.217144] ALSA sound/pci/intel8x0.c:2827 intel8x0: measure - unreliable DMA position.. >Dec 20 04:04:00 localhost kernel: [ 7.569214] intel8x0_measure_ac97_clock: measured 50917 usecs (3899 samples) >Dec 20 04:04:00 localhost kernel: [ 7.569216] intel8x0: measured clock 76575 rejected >Dec 20 04:04:00 localhost kernel: [ 7.569217] intel8x0: clocking to 48000 >Dec 20 04:04:00 localhost systemd[1]: Started NTP client/server. >Dec 20 04:04:00 localhost systemd[1]: Stopped firstboot configuration program (graphical mode). >Dec 20 04:04:00 localhost systemd[1]: Stopped Software RAID monitoring and management. >Dec 20 04:04:00 localhost systemd[1]: Stopping Software RAID Monitor Takeover... >Dec 20 04:04:00 localhost systemd[1]: Stopped Software RAID Monitor Takeover. >Dec 20 04:04:00 localhost avahi-daemon[556]: Successfully called chroot(). >Dec 20 04:04:00 localhost avahi-daemon[556]: Successfully dropped remaining capabilities. >Dec 20 04:04:00 localhost avahi-daemon[556]: No service file found in /etc/avahi/services. >Dec 20 04:04:00 localhost avahi-daemon[556]: System host name is set to 'localhost'. This is not a suitable mDNS host name, looking for alternatives. >Dec 20 04:04:00 localhost avahi-daemon[556]: Network interface enumeration completed. >Dec 20 04:04:00 localhost avahi-daemon[556]: Registering HINFO record with values 'X86_64'/'LINUX'. >Dec 20 04:04:00 localhost avahi-daemon[556]: Server startup complete. Host name is linux.local. Local service cookie is 2808741752. >Dec 20 04:04:00 localhost systemd[1]: Started RealtimeKit Scheduling Policy Service. >Dec 20 04:04:00 localhost systemd[1]: Started Avahi mDNS/DNS-SD Stack. >Dec 20 04:04:00 localhost systemd-logind[550]: Watching system buttons on /dev/input/event0 (Power Button) >Dec 20 04:04:00 localhost systemd-logind[550]: Watching system buttons on /dev/input/event1 (Sleep Button) >Dec 20 04:04:00 localhost systemd-logind[550]: New seat seat0. >Dec 20 04:04:00 localhost systemd[1]: Started Login Service. >Dec 20 04:04:00 localhost dbus-daemon[562]: dbus[562]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Dec 20 04:04:00 localhost dbus[562]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Dec 20 04:04:00 localhost systemd[1]: Starting Authorization Manager... >Dec 20 04:04:00 localhost kernel: [ 9.090774] ip6_tables: (C) 2000-2006 Netfilter Core Team >Dec 20 04:04:03 localhost kernel: [ 9.112116] Ebtables v2.0 registered >Dec 20 04:04:03 localhost kernel: [ 9.159097] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) >Dec 20 04:04:03 localhost systemd[1]: Started GNOME Display Manager. >Dec 20 04:04:03 localhost systemd[1]: Started firewalld - dynamic firewall daemon. >Dec 20 04:04:03 localhost systemd[1]: Starting Network Manager... >Dec 20 04:04:03 localhost livesys[491]: ** (process:606): 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 20 04:04:03 localhost dbus-daemon[562]: dbus[562]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=574 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.6" (uid=0 pid=615 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Dec 20 04:04:03 localhost dbus[562]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=574 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.6" (uid=0 pid=615 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Dec 20 04:04:03 localhost systemd[1]: Stopping Command Scheduler... >Dec 20 04:04:03 localhost systemd[1]: Stopped Command Scheduler. >Dec 20 04:04:03 localhost systemd[1]: Stopping Job spooling tools... >Dec 20 04:04:03 localhost systemd[1]: Stopped Job spooling tools. >Dec 20 04:04:04 localhost polkitd[614]: Started polkitd version 0.107 >Dec 20 04:04:04 localhost livesys[491]: sed: can't read : No such file or directory >Dec 20 04:04:04 localhost NetworkManager[845]: <info> NetworkManager (version 0.9.7.0-9.git20121004.fc18) is starting... >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Read config file /etc/NetworkManager/NetworkManager.conf >Dec 20 04:04:04 localhost NetworkManager[845]: <info> WEXT support is enabled >Dec 20 04:04:04 localhost dbus-daemon[562]: dbus[562]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Dec 20 04:04:04 localhost dbus[562]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Dec 20 04:04:04 localhost systemd[1]: Started Authorization Manager. >Dec 20 04:04:04 localhost accounts-daemon[563]: started daemon version 0.6.25 >Dec 20 04:04:04 localhost NetworkManager[845]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn >Dec 20 04:04:04 localhost systemd[1]: Started Accounts Service. >Dec 20 04:04:04 localhost NetworkManager[845]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect >Dec 20 04:04:04 localhost NetworkManager[845]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp >Dec 20 04:04:04 localhost NetworkManager[845]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc >Dec 20 04:04:04 localhost NetworkManager[845]: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Dec 20 04:04:04 localhost NetworkManager[845]: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >Dec 20 04:04:04 localhost dbus-daemon[562]: dbus[562]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Dec 20 04:04:04 localhost dbus-daemon[562]: dbus[562]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Dec 20 04:04:04 localhost dbus[562]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Dec 20 04:04:04 localhost NetworkManager[845]: <info> monitoring kernel firmware directory '/lib/firmware'. >Dec 20 04:04:04 localhost dbus[562]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Dec 20 04:04:04 localhost systemd[1]: Starting Bluetooth service... >Dec 20 04:04:04 localhost kernel: [ 12.635861] e1000: p2p1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX >Dec 20 04:04:04 localhost kernel: [ 12.637211] IPv6: ADDRCONF(NETDEV_UP): p2p1: link is not ready >Dec 20 04:04:04 localhost kernel: [ 12.637230] IPv6: ADDRCONF(NETDEV_CHANGE): p2p1: link becomes ready >Dec 20 04:04:04 localhost systemd[1]: Started Network Manager. >Dec 20 04:04:04 localhost systemd[1]: Starting Network Manager Wait Online... >Dec 20 04:04:04 localhost NetworkManager[845]: <info> WiFi enabled by radio killswitch; enabled by state file >Dec 20 04:04:04 localhost NetworkManager[845]: <info> WWAN enabled by radio killswitch; enabled by state file >Dec 20 04:04:04 localhost NetworkManager[845]: <info> WiMAX enabled by radio killswitch; enabled by state file >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Networking is enabled by state file >Dec 20 04:04:04 localhost NetworkManager[845]: <warn> failed to allocate link cache: (-10) Operation not supported >Dec 20 04:04:04 localhost NetworkManager[845]: <info> (p2p1): carrier is OFF >Dec 20 04:04:04 localhost NetworkManager[845]: <info> (p2p1): new Ethernet device (driver: 'e1000' ifindex: 2) >Dec 20 04:04:04 localhost NetworkManager[845]: <info> (p2p1): exported as /org/freedesktop/NetworkManager/Devices/0 >Dec 20 04:04:04 localhost NetworkManager[845]: <info> (p2p1): now managed >Dec 20 04:04:04 localhost NetworkManager[845]: <info> (p2p1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >Dec 20 04:04:04 localhost NetworkManager[845]: <info> (p2p1): bringing up device. >Dec 20 04:04:04 localhost NetworkManager[845]: <info> (p2p1): carrier now ON (device state 20) >Dec 20 04:04:04 localhost NetworkManager[845]: <info> (p2p1): preparing device. >Dec 20 04:04:04 localhost NetworkManager[845]: <info> (p2p1): deactivating device (reason 'managed') [2] >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:03.0/net/p2p1 >Dec 20 04:04:04 localhost NetworkManager[845]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Dec 20 04:04:04 localhost NetworkManager[845]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Dec 20 04:04:04 localhost NetworkManager[845]: <info> (p2p1): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Auto-activating connection 'Wired connection 1'. >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Activation (p2p1) starting connection 'Wired connection 1' >Dec 20 04:04:04 localhost NetworkManager[845]: <info> (p2p1): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) scheduled... >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) started... >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) scheduled... >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) complete. >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) starting... >Dec 20 04:04:04 localhost NetworkManager[845]: <info> (p2p1): device state change: prepare -> config (reason 'none') [40 50 0] >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) successful. >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) complete. >Dec 20 04:04:04 localhost livesys[491]: warning: Schema 'org.freedesktop.Geoclue' has path '/apps/geoclue/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:04 localhost livesys[491]: warning: Schema 'org.freedesktop.Telepathy.Logger' has path '/apps/telepathy-logger/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> ModemManager (version 0.6.0.0-2.fc18) starting... >Dec 20 04:04:04 localhost modem-manager[876]: <info> ModemManager (version 0.6.0.0-2.fc18) starting... >Dec 20 04:04:04 localhost dbus-daemon[562]: dbus[562]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Dec 20 04:04:04 localhost dbus[562]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Dec 20 04:04:04 localhost NetworkManager[845]: <info> modem-manager is now available >Dec 20 04:04:04 localhost bluetoothd[877]: bluetoothd[877]: Bluetooth daemon 4.101 >Dec 20 04:04:04 localhost bluetoothd[877]: Bluetooth daemon 4.101 >Dec 20 04:04:04 localhost livesys[491]: 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 20 04:04:04 localhost livesys[491]: warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:04 localhost livesys[491]: warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:04 localhost livesys[491]: warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:04 localhost livesys[491]: warning: Schema 'org.freedesktop.ibus.general.xkblayoutconfig' has path '/desktop/ibus/general/xkblayoutconfig/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:04 localhost livesys[491]: warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:04 localhost dbus-daemon[562]: dbus[562]: [system] Successfully activated service 'org.bluez' >Dec 20 04:04:04 localhost dbus[562]: [system] Successfully activated service 'org.bluez' >Dec 20 04:04:04 localhost bluetoothd[877]: Starting SDP server >Dec 20 04:04:04 localhost bluetoothd[877]: bluetoothd[877]: Starting SDP server >Dec 20 04:04:04 localhost systemd[1]: Started Bluetooth service. >Dec 20 04:04:04 localhost livesys[491]: warning: Schema 'org.gnome.Cheese' has path '/apps/cheese/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:04 localhost kernel: [ 12.794261] Bluetooth: Core ver 2.16 >Dec 20 04:04:04 localhost kernel: [ 12.794365] NET: Registered protocol family 31 >Dec 20 04:04:04 localhost kernel: [ 12.794366] Bluetooth: HCI device and connection manager initialized >Dec 20 04:04:04 localhost kernel: [ 12.794367] Bluetooth: HCI socket layer initialized >Dec 20 04:04:04 localhost kernel: [ 12.794368] Bluetooth: L2CAP socket layer initialized >Dec 20 04:04:04 localhost kernel: [ 12.794371] Bluetooth: SCO socket layer initialized >Dec 20 04:04:04 localhost kernel: [ 12.826755] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 >Dec 20 04:04:04 localhost bluetoothd[877]: bluetoothd[877]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Dec 20 04:04:04 localhost kernel: [ 12.826757] Bluetooth: BNEP filters: protocol multicast >Dec 20 04:04:04 localhost bluetoothd[877]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Dec 20 04:04:04 localhost bluetoothd[877]: bluetoothd[877]: Bluetooth Management interface initialized >Dec 20 04:04:04 localhost bluetoothd[877]: Bluetooth Management interface initialized >Dec 20 04:04:04 localhost livesys[491]: warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:04 localhost livesys[491]: warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'Option' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'MotoC' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'SimTech' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'Wavecom' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'Ericsson MBM' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'Linktop' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'Samsung' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'Gobi' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'AnyData' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'Nokia' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'Sierra' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'Novatel' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'Option' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'MotoC' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'SimTech' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'Wavecom' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'Ericsson MBM' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'Linktop' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'Samsung' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'Gobi' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'AnyData' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'Nokia' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'Sierra' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'Novatel' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'Option High-Speed' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'ZTE' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'X22X' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'Longcheer' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'Huawei' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'Iridium' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'Cinterion' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Loaded plugin 'Generic' >Dec 20 04:04:04 localhost modem-manager[876]: <info> Successfully loaded 20 plugins >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'Option High-Speed' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'ZTE' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'X22X' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'Longcheer' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'Huawei' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'Iridium' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'Cinterion' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Loaded plugin 'Generic' >Dec 20 04:04:04 localhost dbus-daemon[562]: modem-manager[876]: <info> Successfully loaded 20 plugins >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) scheduled. >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) started... >Dec 20 04:04:04 localhost NetworkManager[845]: <info> (p2p1): device state change: config -> ip-config (reason 'none') [50 70 0] >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Activation (p2p1) Beginning DHCPv4 transaction (timeout in 45 seconds) >Dec 20 04:04:04 localhost NetworkManager[845]: <info> dhclient started with pid 932 >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Activation (p2p1) Beginning IP6 addrconf. >Dec 20 04:04:04 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) complete. >Dec 20 04:04:05 localhost livesys[491]: warning: Schema 'org.gnome.seahorse' has path '/apps/seahorse/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:05 localhost livesys[491]: warning: Schema 'org.gnome.seahorse.manager' has path '/apps/seahorse/listing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:05 localhost livesys[491]: warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:05 localhost livesys[491]: warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:05 localhost livesys[491]: warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:05 localhost livesys[491]: warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:05 localhost livesys[491]: warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:05 localhost livesys[491]: warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 20 04:04:05 localhost dhclient[932]: Internet Systems Consortium DHCP Client 4.2.4-P2 >Dec 20 04:04:05 localhost dhclient[932]: Copyright 2004-2012 Internet Systems Consortium. >Dec 20 04:04:05 localhost dhclient[932]: All rights reserved. >Dec 20 04:04:05 localhost dhclient[932]: For info, please visit https://www.isc.org/software/dhcp/ >Dec 20 04:04:05 localhost dhclient[932]: >Dec 20 04:04:05 localhost NetworkManager[845]: <info> (p2p1): DHCPv4 state changed nbi -> preinit >Dec 20 04:04:05 localhost dhclient[932]: Listening on LPF/p2p1/08:00:27:de:92:ea >Dec 20 04:04:05 localhost dhclient[932]: Sending on LPF/p2p1/08:00:27:de:92:ea >Dec 20 04:04:05 localhost dhclient[932]: Sending on Socket/fallback >Dec 20 04:04:05 localhost dhclient[932]: DHCPDISCOVER on p2p1 to 255.255.255.255 port 67 interval 8 (xid=0x6d4458bf) >Dec 20 04:04:05 localhost dhclient[932]: DHCPREQUEST on p2p1 to 255.255.255.255 port 67 (xid=0x6d4458bf) >Dec 20 04:04:05 localhost dhclient[932]: DHCPOFFER from 192.168.1.1 >Dec 20 04:04:05 localhost dhclient[932]: DHCPACK from 192.168.1.1 (xid=0x6d4458bf) >Dec 20 04:04:05 localhost dhclient[932]: bound to 192.168.1.107 -- renewal in 34599 seconds. >Dec 20 04:04:05 localhost NetworkManager[845]: <info> (p2p1): DHCPv4 state changed preinit -> bound >Dec 20 04:04:05 localhost NetworkManager[845]: <info> address 192.168.1.107 >Dec 20 04:04:05 localhost NetworkManager[845]: <info> prefix 24 (255.255.255.0) >Dec 20 04:04:05 localhost NetworkManager[845]: <info> gateway 192.168.1.1 >Dec 20 04:04:05 localhost NetworkManager[845]: <info> nameserver '192.168.1.1' >Dec 20 04:04:05 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Dec 20 04:04:05 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) started... >Dec 20 04:04:05 localhost avahi-daemon[556]: Joining mDNS multicast group on interface p2p1.IPv4 with address 192.168.1.107. >Dec 20 04:04:05 localhost avahi-daemon[556]: New relevant interface p2p1.IPv4 for mDNS. >Dec 20 04:04:05 localhost avahi-daemon[556]: Registering new address record for 192.168.1.107 on p2p1.IPv4. >Dec 20 04:04:05 localhost systemd[1]: Started SYSV: Init script for live image.. >Dec 20 04:04:05 localhost systemd[1]: Starting LSB: Starts and stops login iSCSI daemon.... >Dec 20 04:04:05 localhost kernel: [ 13.641239] Loading iSCSI transport class v2.0-870. >Dec 20 04:04:05 localhost kernel: [ 13.692392] iscsi: registered transport (tcp) >Dec 20 04:04:05 localhost kernel: [ 13.768390] iscsi: registered transport (iser) >Dec 20 04:04:05 localhost kernel: [ 13.789352] libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits. >Dec 20 04:04:05 localhost kernel: [ 13.789354] libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0. >Dec 20 04:04:05 localhost kernel: [ 13.815926] Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010) >Dec 20 04:04:05 localhost kernel: [ 13.815971] iscsi: registered transport (cxgb3i) >Dec 20 04:04:05 localhost kernel: [ 13.842839] Chelsio T4 iSCSI Driver cxgb4i v0.9.1 (Aug. 2010) >Dec 20 04:04:05 localhost kernel: [ 13.842866] iscsi: registered transport (cxgb4i) >Dec 20 04:04:05 localhost kernel: [ 13.866558] cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.12 (June 29, 2012) >Dec 20 04:04:05 localhost kernel: [ 13.874029] Broadcom NetXtreme II iSCSI Driver bnx2i v2.7.2.2 (Apr 25, 2012) >Dec 20 04:04:05 localhost kernel: [ 13.874029] iscsi: registered transport (bnx2i) >Dec 20 04:04:05 localhost kernel: [ 13.897689] iscsi: registered transport (be2iscsi) >Dec 20 04:04:05 localhost gdm-simple-slave[615]: WARNING: Failed to give slave programs access to the display. Trying to proceed. >Dec 20 04:04:05 localhost iscsid: iSCSI logger with pid=973 started! >Dec 20 04:04:05 localhost iscsid[939]: Starting iscsid: [ OK ]#015[ OK ] >Dec 20 04:04:05 localhost systemd[1]: Started LSB: Starts and stops login iSCSI daemon.. >Dec 20 04:04:05 localhost systemd[1]: Started Wait for Plymouth Boot Screen to Quit. >Dec 20 04:04:06 localhost systemd-logind[550]: New session 1 of user gdm. >Dec 20 04:04:06 localhost systemd-logind[550]: Linked /tmp/.X11-unix/X0 to /run/user/42/X11-display. >Dec 20 04:04:06 localhost NetworkManager[845]: <info> (p2p1): device state change: ip-config -> secondaries (reason 'none') [70 90 0] >Dec 20 04:04:06 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) complete. >Dec 20 04:04:06 localhost NetworkManager[845]: <info> (p2p1): device state change: secondaries -> activated (reason 'none') [90 100 0] >Dec 20 04:04:06 localhost NetworkManager[845]: <info> Policy set 'Wired connection 1' (p2p1) as default for IPv4 routing and DNS. >Dec 20 04:04:06 localhost NetworkManager[845]: <info> Activation (p2p1) successful, device activated. >Dec 20 04:04:06 localhost dbus-daemon[562]: dbus[562]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 20 04:04:06 localhost dbus[562]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 20 04:04:06 localhost dbus-daemon[562]: dbus[562]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 20 04:04:06 localhost dbus[562]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 20 04:04:06 localhost systemd[1]: Started Network Manager Wait Online. >Dec 20 04:04:06 localhost systemd[1]: Starting Network. >Dec 20 04:04:06 localhost systemd[1]: Reached target Network. >Dec 20 04:04:06 localhost systemd[1]: Starting LSB: Starts and stops login and scanning of iSCSI devices.... >Dec 20 04:04:06 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 20 04:04:06 localhost systemd[1]: Starting Virtualization daemon... >Dec 20 04:04:06 localhost systemd[1]: Started Virtualization daemon. >Dec 20 04:04:06 localhost systemd[1]: Starting RPC bind service... >Dec 20 04:04:06 localhost iscsi[1004]: Starting iscsi: iscsiadm: No records found >Dec 20 04:04:06 localhost iscsi[1004]: [ OK ] >Dec 20 04:04:06 localhost systemd[1]: Started LSB: Starts and stops login and scanning of iSCSI devices.. >Dec 20 04:04:06 localhost systemd[1]: Starting SYSV: Late init script for live image.... >Dec 20 04:04:06 localhost systemd[1]: Started RPC bind service. >Dec 20 04:04:06 localhost rpcbind: Cannot open '/var/lib/rpcbind/rpcbind.xdr' file for reading, errno 2 (No such file or directory) >Dec 20 04:04:06 localhost rpcbind: Cannot open '/var/lib/rpcbind/portmap.xdr' file for reading, errno 2 (No such file or directory) >Dec 20 04:04:06 localhost systemd[1]: Started SYSV: Late init script for live image.. >Dec 20 04:04:06 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Dec 20 04:04:06 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 20 04:04:06 localhost avahi-daemon[556]: Registering new address record for fe80::a00:27ff:fede:92ea on p2p1.*. >Dec 20 04:04:06 localhost iscsid: transport class version 2.0-870. iscsid version 2.0-872.18.f17 >Dec 20 04:04:06 localhost iscsid: iSCSI daemon with pid=974 started! >Dec 20 04:04:07 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Dec 20 04:04:07 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Dec 20 04:04:07 localhost systemd[1]: Started Sendmail Mail Transport Client. >Dec 20 04:04:07 localhost systemd[1]: Starting Multi-User. >Dec 20 04:04:07 localhost systemd[1]: Reached target Multi-User. >Dec 20 04:04:07 localhost systemd[1]: Starting Graphical Interface. >Dec 20 04:04:07 localhost systemd[1]: Reached target Graphical Interface. >Dec 20 04:04:07 localhost systemd[1]: Starting Stop Read-Ahead Data Collection 10s After Completed Startup. >Dec 20 04:04:07 localhost systemd[1]: Started Stop Read-Ahead Data Collection 10s After Completed Startup. >Dec 20 04:04:07 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes... >Dec 20 04:04:07 localhost systemd[1]: Started Update UTMP about System Runlevel Changes. >Dec 20 04:04:07 localhost systemd[1]: Startup finished in 3s 65ms 55us (kernel) + 2s 208ms 982us (initrd) + 10s 200ms 265us (userspace) = 15s 474ms 302us. >Dec 20 04:04:07 localhost libvirtd[1016]: 2012-12-20 09:04:07.327+0000: 1016: info : libvirt version: 0.10.2.1, package: 3.fc18 (Fedora Project, 2012-11-13-14:04:55, buildvm-15.phx2.fedoraproject.org) >Dec 20 04:04:07 localhost libvirtd[1016]: 2012-12-20 09:04:07.327+0000: 1016: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_xen.so not accessible >Dec 20 04:04:07 localhost libvirtd[1016]: 2012-12-20 09:04:07.354+0000: 1016: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_lxc.so not accessible >Dec 20 04:04:07 localhost libvirtd[1016]: 2012-12-20 09:04:07.354+0000: 1016: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_uml.so not accessible >Dec 20 04:04:07 localhost libvirtd[1016]: 2012-12-20 09:04:07.431+0000: 1116: error : virNWFilterSnoopLeaseFileRefresh:1903 : open("/var/run/libvirt/network/nwfilter.ltmp"): No such file or directory >Dec 20 04:04:07 localhost dbus-daemon[562]: dbus[562]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Dec 20 04:04:07 localhost dbus[562]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Dec 20 04:04:07 localhost systemd[1]: Starting Daemon for power management... >Dec 20 04:04:07 localhost dbus-daemon[562]: dbus[562]: [system] Successfully activated service 'org.freedesktop.UPower' >Dec 20 04:04:07 localhost dbus[562]: [system] Successfully activated service 'org.freedesktop.UPower' >Dec 20 04:04:07 localhost systemd[1]: Started Daemon for power management. >Dec 20 04:04:07 localhost systemd[1]: SELinux Got Sender :1.23 >Dec 20 04:04:08 localhost rtkit-daemon[555]: Successfully made thread 1231 of process 1231 (/usr/bin/pulseaudio) owned by '42' high priority at nice level -11. >Dec 20 04:04:08 localhost pulseaudio[1231]: [pulseaudio] alsa-util.c: Disabling timer-based scheduling because running inside a VM. >Dec 20 04:04:08 localhost pulseaudio[1231]: [pulseaudio] alsa-util.c: Disabling timer-based scheduling because running inside a VM. >Dec 20 04:04:09 localhost dbus-daemon[562]: dbus[562]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Dec 20 04:04:09 localhost dbus[562]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Dec 20 04:04:09 localhost systemd[1]: Starting Disk Manager... >Dec 20 04:04:10 localhost udisksd[1262]: udisks daemon version 1.99.0 starting >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:04:10 localhost dbus-daemon[562]: dbus[562]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Dec 20 04:04:10 localhost dbus[562]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Dec 20 04:04:10 localhost systemd[1]: Started Disk Manager. >Dec 20 04:04:10 localhost udisksd[1262]: Acquired the name org.freedesktop.UDisks2 on the system message bus >Dec 20 04:04:10 localhost dbus-daemon[562]: dbus[562]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 20 04:04:10 localhost dbus[562]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 20 04:04:10 localhost dbus-daemon[562]: Launching FprintObject >Dec 20 04:04:10 localhost dbus-daemon[562]: dbus[562]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 20 04:04:10 localhost dbus[562]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 20 04:04:10 localhost dbus-daemon[562]: ** Message: D-Bus service launched with name: net.reactivated.Fprint >Dec 20 04:04:10 localhost dbus-daemon[562]: ** Message: entering main loop >Dec 20 04:04:10 localhost dbus-daemon[562]: dbus[562]: [system] Activating service name='org.freedesktop.realmd' (using servicehelper) >Dec 20 04:04:10 localhost dbus[562]: [system] Activating service name='org.freedesktop.realmd' (using servicehelper) >Dec 20 04:04:10 localhost dbus-daemon[562]: dbus[562]: [system] Successfully activated service 'org.freedesktop.realmd' >Dec 20 04:04:10 localhost dbus[562]: [system] Successfully activated service 'org.freedesktop.realmd' >Dec 20 04:04:12 localhost chronyd[576]: Selected source 199.102.46.73 >Dec 20 04:04:12 localhost chronyd[576]: System clock wrong by -2.948922 seconds, adjustment started >Dec 20 04:04:17 localhost systemd[1]: Starting Stop Read-Ahead Data Collection... >Dec 20 04:04:17 localhost systemd[1]: Started Stop Read-Ahead Data Collection. >Dec 20 04:04:24 localhost NetworkManager[845]: <info> (p2p1): IP6 addrconf timed out or failed. >Dec 20 04:04:24 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >Dec 20 04:04:24 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 4 of 5 (IPv6 Configure Timeout) started... >Dec 20 04:04:24 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 4 of 5 (IPv6 Configure Timeout) complete. >Dec 20 04:04:40 localhost dbus-daemon[562]: ** Message: No devices in use, exit >Dec 20 04:05:02 localhost dbus-daemon[562]: dbus[562]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 20 04:05:02 localhost dbus[562]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 20 04:05:02 localhost dbus-daemon[562]: Launching FprintObject >Dec 20 04:05:02 localhost dbus-daemon[562]: dbus[562]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 20 04:05:02 localhost dbus[562]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 20 04:05:02 localhost dbus-daemon[562]: ** Message: D-Bus service launched with name: net.reactivated.Fprint >Dec 20 04:05:02 localhost dbus-daemon[562]: ** Message: entering main loop >Dec 20 04:05:02 localhost systemd-logind[550]: New session 2 of user liveuser. >Dec 20 04:05:02 localhost systemd-logind[550]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display. >Dec 20 04:05:02 localhost gnome-session[991]: WARNING: Detected that screensaver has left the bus >Dec 20 04:05:02 localhost gnome-session[991]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed >Dec 20 04:05:02 localhost gdm-simple-slave[615]: WARNING: Failed to remove slave program access to the display. Trying to proceed. >Dec 20 04:05:02 localhost gdm-simple-slave[615]: WARNING: Child process -991 was already dead. >Dec 20 04:05:02 localhost kernel: [ 70.884387] fuse init (API version 7.20) >Dec 20 04:05:02 localhost systemd[1]: Mounting FUSE Control File System... >Dec 20 04:05:02 localhost systemd[1]: Mounted FUSE Control File System. >Dec 20 04:05:03 localhost spice-vdagent[1484]: Missing virtio device '/dev/virtio-ports/com.redhat.spice.0': No such file or directory >Dec 20 04:05:03 localhost rtkit-daemon[555]: Successfully made thread 1497 of process 1497 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. >Dec 20 04:05:03 localhost pulseaudio[1497]: [pulseaudio] alsa-util.c: Disabling timer-based scheduling because running inside a VM. >Dec 20 04:05:03 localhost pulseaudio[1497]: [pulseaudio] alsa-util.c: Disabling timer-based scheduling because running inside a VM. >Dec 20 04:05:03 localhost systemd[1]: SELinux Got Sender :1.54 >Dec 20 04:05:03 localhost dbus-daemon[562]: dbus[562]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Dec 20 04:05:03 localhost dbus[562]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Dec 20 04:05:03 localhost systemd[1]: Starting Manage, Install and Generate Color Profiles... >Dec 20 04:05:03 localhost colord: Using config file /etc/colord.conf >Dec 20 04:05:03 localhost colord: Using mapping database file /var/lib/colord/mapping.db >Dec 20 04:05:03 localhost colord: Using device database file /var/lib/colord/storage.db >Dec 20 04:05:03 localhost colord: Loading plugin libcd_plugin_camera.so >Dec 20 04:05:03 localhost colord: Loading plugin libcd_plugin_scanner.so >Dec 20 04:05:03 localhost colord: Daemon ready for requests >Dec 20 04:05:03 localhost dbus-daemon[562]: dbus[562]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Dec 20 04:05:03 localhost dbus[562]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Dec 20 04:05:03 localhost systemd[1]: Started Manage, Install and Generate Color Profiles. >Dec 20 04:05:03 localhost colord: Profile added: icc-607ae7f5824fb5ef63a4600f15a4a7eb >Dec 20 04:05:03 localhost colord: Profile added: icc-c88b946ac4b3b503a2860d21ea68f8bd >Dec 20 04:05:03 localhost colord: Profile added: icc-942691ffe5d2da307d87d209157fa8c5 >Dec 20 04:05:03 localhost systemd[1]: Starting CUPS Printing Service... >Dec 20 04:05:03 localhost colord: Profile added: icc-cc7e433e2982e0a682f332ed378c7d47 >Dec 20 04:05:03 localhost colord: Profile added: icc-d14766a584896acd5810a9f14a3ef15d >Dec 20 04:05:03 localhost colord: Profile added: icc-fdde622468ba0cd232b9f7e00ad52af6 >Dec 20 04:05:03 localhost systemd[1]: Started CUPS Printing Service. >Dec 20 04:05:03 localhost colord: Profile added: icc-7d744c7ca47e33468b64feb7029fc9b0 >Dec 20 04:05:03 localhost colord: Profile added: icc-dcd6d93e079fc3295cb4d48deb24f851 >Dec 20 04:05:03 localhost colord: Profile added: icc-a1acbaedbc3f054a5f724db41237df9c >Dec 20 04:05:03 localhost colord: Profile added: icc-285bf9a62b68718fe66aa1d69978a97d >Dec 20 04:05:03 localhost colord: Profile added: icc-d9c0a165058a15b86c6663d8ca9e35d7 >Dec 20 04:05:03 localhost colord: Profile added: icc-9c63a713c85fe8dcd9d9e8aa286f7e95 >Dec 20 04:05:03 localhost colord: Profile added: icc-262871936d61effa51c807a5a8daec38 >Dec 20 04:05:03 localhost colord: Profile added: icc-27275f74b03b7a5f4c6c8cde8122b9a1 >Dec 20 04:05:03 localhost colord: Profile added: icc-626fee7d930035c4509ab0c39abe71f7 >Dec 20 04:05:03 localhost colord: Profile added: icc-06bd372c0c828cbe84395111f6986349 >Dec 20 04:05:03 localhost colord: Profile added: icc-34bb9dbd79b7733d83ff9c7089d90162 >Dec 20 04:05:03 localhost colord: Profile added: icc-ba6a5c659db6759a2b4a4739d848127f >Dec 20 04:05:03 localhost colord: Profile added: icc-07aa38f191524daabe72365d8bf549df >Dec 20 04:05:03 localhost colord: Profile added: icc-1fffcf7157b6df5f4bcb186908a88488 >Dec 20 04:05:04 localhost colord: Device added: xrandr-default >Dec 20 04:05:04 localhost goa[1601]: goa-daemon version 3.6.2 starting [main.c:112, main()] >Dec 20 04:05:22 localhost systemd-logind[550]: Removed session 1. >Dec 20 04:05:32 localhost dbus-daemon[562]: ** Message: No devices in use, exit >Dec 20 04:07:03 localhost gnome-keyring-daemon[1304]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1 >Dec 20 04:07:03 localhost gnome-keyring-daemon[1304]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1 >Dec 20 04:07:03 localhost gnome-keyring-daemon[1304]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1 >Dec 20 04:07:03 localhost gnome-keyring-daemon[1304]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1 >Dec 20 04:07:03 localhost gnome-keyring-daemon[1304]: Gkm: unsupported key algorithm in certificate: 1.2.840.10045.2.1 >Dec 20 04:07:14 localhost dbus-daemon[562]: dbus[562]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 20 04:07:14 localhost dbus[562]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 20 04:07:14 localhost dbus-daemon[562]: dbus[562]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 20 04:07:14 localhost dbus[562]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 20 04:08:03 localhost dbus-daemon[562]: dbus[562]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 20 04:08:03 localhost dbus[562]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 20 04:08:03 localhost dbus-daemon[562]: dbus[562]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 20 04:08:03 localhost dbus[562]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 20 04:08:08 localhost yum[1952]: Updated: anaconda-widgets-18.37.4-1.fc18.x86_64 >Dec 20 04:08:09 localhost yum[1952]: Installed: glade-3.14.2-2.fc18.x86_64 >Dec 20 04:08:09 localhost yum[1952]: Installed: anaconda-widgets-devel-18.37.4-1.fc18.x86_64 >Dec 20 04:08:10 localhost yum[1952]: Updated: anaconda-18.37.4-1.fc18.x86_64 >Dec 20 04:08:10 localhost yum[1952]: Installed: anaconda-dracut-18.37.4-1.fc18.noarch >Dec 20 04:08:12 localhost dbus-daemon[562]: dbus[562]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 20 04:08:12 localhost dbus[562]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 20 04:08:12 localhost dbus-daemon[562]: dbus[562]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 20 04:08:12 localhost dbus[562]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 20 04:08:19 localhost kernel: [ 267.461457] md: raid0 personality registered for level 0 >Dec 20 04:08:19 localhost kernel: [ 267.473206] md: raid1 personality registered for level 1 >Dec 20 04:08:19 localhost kernel: [ 267.506562] async_tx: api initialized (async) >Dec 20 04:08:19 localhost kernel: [ 267.519351] xor: automatically using best checksumming function: >Dec 20 04:08:19 localhost kernel: [ 267.530093] generic_sse: 24936.000 MB/sec >Dec 20 04:08:19 localhost kernel: [ 267.580093] raid6: sse2x1 6941 MB/s >Dec 20 04:08:19 localhost kernel: [ 267.597025] raid6: sse2x2 9531 MB/s >Dec 20 04:08:19 localhost kernel: [ 267.614050] raid6: sse2x4 11101 MB/s >Dec 20 04:08:19 localhost kernel: [ 267.614052] raid6: using algorithm sse2x4 (11101 MB/s) >Dec 20 04:08:19 localhost kernel: [ 267.614053] raid6: using ssse3x2 recovery algorithm >Dec 20 04:08:19 localhost kernel: [ 267.663740] md: raid6 personality registered for level 6 >Dec 20 04:08:19 localhost kernel: [ 267.663743] md: raid5 personality registered for level 5 >Dec 20 04:08:19 localhost kernel: [ 267.663744] md: raid4 personality registered for level 4 >Dec 20 04:08:19 localhost kernel: [ 267.682978] md: raid10 personality registered for level 10 >Dec 20 04:08:19 localhost kernel: [ 267.715706] device-mapper: multipath: version 1.5.0 loaded >Dec 20 04:08:19 localhost kernel: [ 267.718589] device-mapper: multipath round-robin: version 1.0.0 loaded >Dec 20 04:08:19 localhost kernel: [ 267.763280] No iBFT detected. >Dec 20 04:08:19 localhost dbus[1318]: avc: received setenforce notice (enforcing=0) >Dec 20 04:08:19 localhost dbus[1471]: avc: received setenforce notice (enforcing=0) >Dec 20 04:08:19 localhost dbus[562]: avc: received setenforce notice (enforcing=0) >Dec 20 04:08:19 localhost dbus-daemon[562]: dbus[562]: avc: received setenforce notice (enforcing=0) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:20 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:21 localhost anaconda: /sbin/anaconda 18.37.4 >Dec 20 04:08:21 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 20 04:08:21 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 20 04:08:21 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 20 04:08:21 localhost anaconda: Default encoding = ascii >Dec 20 04:08:21 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 20 04:08:21 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:21 localhost program: Running... udevadm settle --timeout=300 >Dec 20 04:08:21 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:21 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:21 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:21 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:21 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:21 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:21 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:21 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:21 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:21 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:21 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:21 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:21 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:21 localhost anaconda: ISCSID is /sbin/iscsid >Dec 20 04:08:21 localhost anaconda: no initiator set >Dec 20 04:08:21 localhost program: Running... modprobe fcoe >Dec 20 04:08:21 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 20 04:08:21 localhost program: No FCoE boot disk information is found in EDD! >Dec 20 04:08:21 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 20 04:08:21 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 20 04:08:21 localhost program: Running... udevadm settle --timeout=300 >Dec 20 04:08:22 localhost program: Running... multipath -d >Dec 20 04:08:22 localhost program: Running... multipath -ll >Dec 20 04:08:22 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 20 04:08:22 localhost storage: MultipathTopology: found singlepath device: sda >Dec 20 04:08:22 localhost storage: MultipathTopology: found singlepath device: sdb >Dec 20 04:08:22 localhost storage: MultipathTopology: found singlepath device: sdc >Dec 20 04:08:22 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 20 04:08:22 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 20 04:08:22 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 20 04:08:22 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 20 04:08:22 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 20 04:08:22 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 20 04:08:22 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 20 04:08:22 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 20 04:08:22 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 20 04:08:22 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost anaconda: Display mode = g >Dec 20 04:08:22 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 20 04:08:22 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 20 04:08:22 localhost anaconda: using only installclass _Fedora >Dec 20 04:08:22 localhost anaconda: Detected 2016M of memory >Dec 20 04:08:22 localhost anaconda: Swap attempt of 4032M >Dec 20 04:08:22 localhost anaconda: Running Thread: AnaStorageThread (139790905337600) >Dec 20 04:08:22 localhost anaconda: Running Thread: AnaNetworkThread (139790896944896) >Dec 20 04:08:22 localhost anaconda: Running Thread: AnaPayloadThread (139790574429952) >Dec 20 04:08:22 localhost program: Running... systemctl start chronyd.service >Dec 20 04:08:22 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 20 04:08:22 localhost systemd[1]: Started NTP client/server. >Dec 20 04:08:22 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 20 04:08:22 localhost NetworkManager[845]: ifcfg-rh: read connection 'p2p1' >Dec 20 04:08:22 localhost NetworkManager[845]: <info> (p2p1): device state change: activated -> disconnected (reason 'connection-removed') [100 30 38] >Dec 20 04:08:22 localhost NetworkManager[845]: <info> (p2p1): deactivating device (reason 'connection-removed') [38] >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost program: Running... udevadm settle --timeout=300 >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost NetworkManager[845]: <info> (p2p1): canceled DHCP transaction, DHCP client pid 932 >Dec 20 04:08:22 localhost avahi-daemon[556]: Withdrawing address record for 192.168.1.107 on p2p1. >Dec 20 04:08:22 localhost avahi-daemon[556]: Leaving mDNS multicast group on interface p2p1.IPv4 with address 192.168.1.107. >Dec 20 04:08:22 localhost avahi-daemon[556]: Interface p2p1.IPv4 no longer relevant for mDNS. >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Setting system hostname to 'localhost.localdomain' (no default device) >Dec 20 04:08:22 localhost dbus[562]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 20 04:08:22 localhost dbus-daemon[562]: dbus[562]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Saved default wired connection 'p2p1' to persistent storage >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Auto-activating connection 'p2p1'. >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Activation (p2p1) starting connection 'p2p1' >Dec 20 04:08:22 localhost NetworkManager[845]: <info> (p2p1): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) scheduled... >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) started... >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) scheduled... >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) complete. >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) starting... >Dec 20 04:08:22 localhost NetworkManager[845]: <info> (p2p1): device state change: prepare -> config (reason 'none') [40 50 0] >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) successful. >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) complete. >Dec 20 04:08:22 localhost dbus-daemon[562]: dbus[562]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 20 04:08:22 localhost dbus[562]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) scheduled. >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) started... >Dec 20 04:08:22 localhost NetworkManager[845]: <info> (p2p1): device state change: config -> ip-config (reason 'none') [50 70 0] >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Activation (p2p1) Beginning DHCPv4 transaction (timeout in 45 seconds) >Dec 20 04:08:22 localhost NetworkManager[845]: <info> dhclient started with pid 2212 >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Activation (p2p1) Beginning IP6 addrconf. >Dec 20 04:08:22 localhost avahi-daemon[556]: Withdrawing address record for fe80::a00:27ff:fede:92ea on p2p1. >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) complete. >Dec 20 04:08:22 localhost dhclient[2212]: Internet Systems Consortium DHCP Client 4.2.4-P2 >Dec 20 04:08:22 localhost dhclient[2212]: Copyright 2004-2012 Internet Systems Consortium. >Dec 20 04:08:22 localhost dhclient[2212]: All rights reserved. >Dec 20 04:08:22 localhost dhclient[2212]: For info, please visit https://www.isc.org/software/dhcp/ >Dec 20 04:08:22 localhost dhclient[2212]: >Dec 20 04:08:22 localhost NetworkManager[845]: <info> (p2p1): DHCPv4 state changed nbi -> preinit >Dec 20 04:08:22 localhost dhclient[2212]: Listening on LPF/p2p1/08:00:27:de:92:ea >Dec 20 04:08:22 localhost dhclient[2212]: Sending on LPF/p2p1/08:00:27:de:92:ea >Dec 20 04:08:22 localhost dhclient[2212]: Sending on Socket/fallback >Dec 20 04:08:22 localhost dhclient[2212]: DHCPREQUEST on p2p1 to 255.255.255.255 port 67 (xid=0x16d74318) >Dec 20 04:08:22 localhost dhclient[2212]: DHCPACK from 192.168.1.1 (xid=0x16d74318) >Dec 20 04:08:22 localhost systemd[1]: Stopping LSB: Starts and stops login and scanning of iSCSI devices.... >Dec 20 04:08:22 localhost dhclient[2212]: bound to 192.168.1.107 -- renewal in 36521 seconds. >Dec 20 04:08:22 localhost NetworkManager[845]: <info> (p2p1): DHCPv4 state changed preinit -> reboot >Dec 20 04:08:22 localhost NetworkManager[845]: <info> address 192.168.1.107 >Dec 20 04:08:22 localhost NetworkManager[845]: <info> prefix 24 (255.255.255.0) >Dec 20 04:08:22 localhost NetworkManager[845]: <info> gateway 192.168.1.1 >Dec 20 04:08:22 localhost NetworkManager[845]: <info> nameserver '192.168.1.1' >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Dec 20 04:08:22 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) started... >Dec 20 04:08:22 localhost avahi-daemon[556]: Joining mDNS multicast group on interface p2p1.IPv4 with address 192.168.1.107. >Dec 20 04:08:22 localhost avahi-daemon[556]: New relevant interface p2p1.IPv4 for mDNS. >Dec 20 04:08:22 localhost avahi-daemon[556]: Registering new address record for 192.168.1.107 on p2p1.IPv4. >Dec 20 04:08:22 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:22 localhost anaconda: no initiator set >Dec 20 04:08:22 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 20 04:08:22 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 20 04:08:22 localhost program: Running... udevadm settle --timeout=300 >Dec 20 04:08:22 localhost iscsi[2234]: Stopping iscsi: [ OK ] >Dec 20 04:08:22 localhost storage: sr0 looks to be the live device; marking as protected >Dec 20 04:08:22 localhost systemd[1]: Stopped LSB: Starts and stops login and scanning of iSCSI devices.. >Dec 20 04:08:22 localhost program: Running... udevadm settle --timeout=300 >Dec 20 04:08:22 localhost dbus-daemon[562]: Stopping iscsi (via systemctl): [ OK ] >Dec 20 04:08:22 localhost systemd[1]: Stopping Sendmail Mail Transport Client... >Dec 20 04:08:22 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Dec 20 04:08:23 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 20 04:08:23 localhost program: Running... multipath -d >Dec 20 04:08:23 localhost program: Running... multipath -ll >Dec 20 04:08:23 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Dec 20 04:08:23 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Dec 20 04:08:23 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Dec 20 04:08:23 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 20 04:08:23 localhost storage: MultipathTopology: found singlepath device: sda >Dec 20 04:08:23 localhost storage: MultipathTopology: found singlepath device: sdb >Dec 20 04:08:23 localhost storage: MultipathTopology: found singlepath device: sdc >Dec 20 04:08:23 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 20 04:08:23 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 20 04:08:23 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 20 04:08:23 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 20 04:08:23 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 20 04:08:23 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 20 04:08:23 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 20 04:08:23 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 20 04:08:23 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 20 04:08:23 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost storage: devices to scan: ['sr0', 'sda', 'sdb', 'sdc', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 20 04:08:23 localhost chronyd[576]: Source 69.65.40.29 offline >Dec 20 04:08:23 localhost chronyd[576]: Source 169.229.70.95 offline >Dec 20 04:08:23 localhost chronyd[576]: Source 64.95.243.61 offline >Dec 20 04:08:23 localhost chronyd[576]: Source 199.102.46.73 offline >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata9/host8/target8:0:0/8:0:0:0/block/sr0)... >Dec 20 04:08:23 localhost storage: sr0 is a cdrom >Dec 20 04:08:23 localhost storage: added cdrom sr0 (id 0) to device tree >Dec 20 04:08:23 localhost storage: disklabel detected but not usable on sr0 >Dec 20 04:08:23 localhost storage: type detected on 'sr0' is 'iso9660' >Dec 20 04:08:23 localhost storage: got device: OpticalDevice instance (0x7f23940811d0) -- >Dec 20 04:08:23 localhost storage: got format: Iso9660FS instance (0x7f23940e9a10) -- >Dec 20 04:08:23 localhost systemd[1]: PID 1105 read from file /run/sm-client.pid does not exist. >Dec 20 04:08:23 localhost systemd[1]: Started Sendmail Mail Transport Client. >Dec 20 04:08:23 localhost storage: scanning sda (/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 20 04:08:23 localhost storage: sda is a disk >Dec 20 04:08:23 localhost storage: added disk sda (id 1) to device tree >Dec 20 04:08:23 localhost storage: no usable disklabel on sda >Dec 20 04:08:23 localhost storage: got device: DiskDevice instance (0x7f23940d3790) -- >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost storage: scanning sdb (/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >Dec 20 04:08:23 localhost storage: sdb is a disk >Dec 20 04:08:23 localhost storage: added disk sdb (id 2) to device tree >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost storage: no usable disklabel on sdb >Dec 20 04:08:23 localhost storage: got device: DiskDevice instance (0x7f2394115a10) -- >Dec 20 04:08:23 localhost storage: scanning sdc (/devices/pci0000:00/0000:00:0d.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc)... >Dec 20 04:08:23 localhost storage: sdc is a disk >Dec 20 04:08:23 localhost storage: added disk sdc (id 3) to device tree >Dec 20 04:08:23 localhost storage: no usable disklabel on sdc >Dec 20 04:08:23 localhost storage: got device: DiskDevice instance (0x7f2394115a90) -- >Dec 20 04:08:23 localhost storage: scanning loop0 (/devices/virtual/block/loop0)... >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost storage: loop0 is a loop device >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost storage: added file /osmin.img (deleted) (id 4) to device tree >Dec 20 04:08:23 localhost storage: added loop loop0 (id 5) to device tree >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost storage: disklabel detected but not usable on loop0 >Dec 20 04:08:23 localhost storage: type detected on 'loop0' is 'squashfs' >Dec 20 04:08:23 localhost storage: got device: LoopDevice instance (0x7f2394120a50) -- >Dec 20 04:08:23 localhost storage: scanning loop1 (/devices/virtual/block/loop1)... >Dec 20 04:08:23 localhost storage: loop1 is a loop device >Dec 20 04:08:23 localhost storage: added file /osmin (id 6) to device tree >Dec 20 04:08:23 localhost storage: added loop loop1 (id 7) to device tree >Dec 20 04:08:23 localhost storage: disklabel detected but not usable on loop1 >Dec 20 04:08:23 localhost storage: type detected on 'loop1' is 'DM_snapshot_cow' >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost storage: got device: LoopDevice instance (0x7f2394130150) -- >Dec 20 04:08:23 localhost storage: scanning loop2 (/devices/virtual/block/loop2)... >Dec 20 04:08:23 localhost storage: loop2 is a loop device >Dec 20 04:08:23 localhost storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 8) to device tree >Dec 20 04:08:23 localhost storage: added loop loop2 (id 9) to device tree >Dec 20 04:08:23 localhost storage: disklabel detected but not usable on loop2 >Dec 20 04:08:23 localhost storage: type detected on 'loop2' is 'squashfs' >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost storage: got device: LoopDevice instance (0x382b8d0) -- >Dec 20 04:08:23 localhost storage: scanning loop3 (/devices/virtual/block/loop3)... >Dec 20 04:08:23 localhost storage: loop3 is a loop device >Dec 20 04:08:23 localhost storage: added file /LiveOS/ext3fs.img (id 10) to device tree >Dec 20 04:08:23 localhost storage: added loop loop3 (id 11) to device tree >Dec 20 04:08:23 localhost storage: type detected on 'loop3' is 'ext4' >Dec 20 04:08:23 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 20 04:08:23 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 20 04:08:23 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 20 04:08:23 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 20 04:08:23 localhost program: Filesystem magic number: 0xEF53 >Dec 20 04:08:23 localhost program: Filesystem revision #: 1 (dynamic) >Dec 20 04:08:23 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 20 04:08:23 localhost program: Filesystem flags: signed_directory_hash >Dec 20 04:08:23 localhost program: Default mount options: user_xattr acl >Dec 20 04:08:23 localhost program: Filesystem state: clean >Dec 20 04:08:23 localhost program: Errors behavior: Continue >Dec 20 04:08:23 localhost program: Filesystem OS type: Linux >Dec 20 04:08:23 localhost program: Inode count: 262144 >Dec 20 04:08:23 localhost program: Block count: 1048576 >Dec 20 04:08:23 localhost program: Reserved block count: 10484 >Dec 20 04:08:23 localhost program: Free blocks: 188525 >Dec 20 04:08:23 localhost program: Free inodes: 153877 >Dec 20 04:08:23 localhost program: First block: 0 >Dec 20 04:08:23 localhost program: Block size: 4096 >Dec 20 04:08:23 localhost program: Fragment size: 4096 >Dec 20 04:08:23 localhost program: Reserved GDT blocks: 255 >Dec 20 04:08:23 localhost program: Blocks per group: 32768 >Dec 20 04:08:23 localhost program: Fragments per group: 32768 >Dec 20 04:08:23 localhost program: Inodes per group: 8192 >Dec 20 04:08:23 localhost program: Inode blocks per group: 512 >Dec 20 04:08:23 localhost program: Flex block group size: 16 >Dec 20 04:08:23 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 20 04:08:23 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 20 04:08:23 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 20 04:08:23 localhost program: Mount count: 0 >Dec 20 04:08:23 localhost program: Maximum mount count: -1 >Dec 20 04:08:23 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 20 04:08:23 localhost program: Check interval: 0 (<none>) >Dec 20 04:08:23 localhost program: Lifetime writes: 805 MB >Dec 20 04:08:23 localhost program: Reserved blocks uid: 0 (user root) >Dec 20 04:08:23 localhost program: Reserved blocks gid: 0 (group root) >Dec 20 04:08:23 localhost program: First inode: 11 >Dec 20 04:08:23 localhost program: Inode size:#011 256 >Dec 20 04:08:23 localhost program: Required extra isize: 28 >Dec 20 04:08:23 localhost program: Desired extra isize: 28 >Dec 20 04:08:23 localhost program: Journal inode: 8 >Dec 20 04:08:23 localhost program: Default directory hash: half_md4 >Dec 20 04:08:23 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 20 04:08:23 localhost program: Journal backup: inode blocks >Dec 20 04:08:23 localhost program: Journal features: journal_incompat_revoke >Dec 20 04:08:23 localhost program: Journal size: 128M >Dec 20 04:08:23 localhost program: Journal length: 32768 >Dec 20 04:08:23 localhost program: Journal sequence: 0x000016d0 >Dec 20 04:08:23 localhost program: Journal start: 0 >Dec 20 04:08:23 localhost program: >Dec 20 04:08:23 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 20 04:08:23 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 20 04:08:23 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 20 04:08:23 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 20 04:08:23 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 20 04:08:23 localhost program: Filesystem magic number: 0xEF53 >Dec 20 04:08:23 localhost program: Filesystem revision #: 1 (dynamic) >Dec 20 04:08:23 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 20 04:08:23 localhost program: Filesystem flags: signed_directory_hash >Dec 20 04:08:23 localhost program: Default mount options: user_xattr acl >Dec 20 04:08:23 localhost program: Filesystem state: clean >Dec 20 04:08:23 localhost program: Errors behavior: Continue >Dec 20 04:08:23 localhost program: Filesystem OS type: Linux >Dec 20 04:08:23 localhost program: Inode count: 262144 >Dec 20 04:08:23 localhost program: Block count: 1048576 >Dec 20 04:08:23 localhost program: Reserved block count: 10484 >Dec 20 04:08:23 localhost program: Free blocks: 188525 >Dec 20 04:08:23 localhost program: Free inodes: 153877 >Dec 20 04:08:23 localhost program: First block: 0 >Dec 20 04:08:23 localhost program: Block size: 4096 >Dec 20 04:08:23 localhost program: Fragment size: 4096 >Dec 20 04:08:23 localhost program: Reserved GDT blocks: 255 >Dec 20 04:08:23 localhost program: Blocks per group: 32768 >Dec 20 04:08:23 localhost program: Fragments per group: 32768 >Dec 20 04:08:23 localhost program: Inodes per group: 8192 >Dec 20 04:08:23 localhost program: Inode blocks per group: 512 >Dec 20 04:08:23 localhost program: Flex block group size: 16 >Dec 20 04:08:23 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 20 04:08:23 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 20 04:08:23 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 20 04:08:23 localhost program: Mount count: 0 >Dec 20 04:08:23 localhost program: Maximum mount count: -1 >Dec 20 04:08:23 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 20 04:08:23 localhost program: Check interval: 0 (<none>) >Dec 20 04:08:23 localhost program: Lifetime writes: 805 MB >Dec 20 04:08:23 localhost program: Reserved blocks uid: 0 (user root) >Dec 20 04:08:23 localhost program: Reserved blocks gid: 0 (group root) >Dec 20 04:08:23 localhost program: First inode: 11 >Dec 20 04:08:23 localhost program: Inode size:#011 256 >Dec 20 04:08:23 localhost program: Required extra isize: 28 >Dec 20 04:08:23 localhost program: Desired extra isize: 28 >Dec 20 04:08:23 localhost program: Journal inode: 8 >Dec 20 04:08:23 localhost program: Default directory hash: half_md4 >Dec 20 04:08:23 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 20 04:08:23 localhost program: Journal backup: inode blocks >Dec 20 04:08:23 localhost program: Journal features: journal_incompat_revoke >Dec 20 04:08:23 localhost program: Journal size: 128M >Dec 20 04:08:23 localhost program: Journal length: 32768 >Dec 20 04:08:23 localhost program: Journal sequence: 0x000016d0 >Dec 20 04:08:23 localhost program: Journal start: 0 >Dec 20 04:08:23 localhost program: >Dec 20 04:08:23 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 20 04:08:23 localhost program: Running... resize2fs -P /dev/loop3 >Dec 20 04:08:23 localhost program: Couldn't find valid filesystem superblock. >Dec 20 04:08:23 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 20 04:08:23 localhost program: resize2fs: Device or resource busy while trying to open /dev/loop3 >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost storage: got device: LoopDevice instance (0x7f2394134450) -- >Dec 20 04:08:23 localhost storage: got format: Ext4FS instance (0x7f23941345d0) -- >Dec 20 04:08:23 localhost storage: scanning loop4 (/devices/virtual/block/loop4)... >Dec 20 04:08:23 localhost storage: loop4 is a loop device >Dec 20 04:08:23 localhost storage: added file /overlay (deleted) (id 12) to device tree >Dec 20 04:08:23 localhost storage: added loop loop4 (id 13) to device tree >Dec 20 04:08:23 localhost storage: disklabel detected but not usable on loop4 >Dec 20 04:08:23 localhost storage: type detected on 'loop4' is 'DM_snapshot_cow' >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost storage: got device: LoopDevice instance (0x7f239413cc10) -- >Dec 20 04:08:23 localhost storage: ignoring loop5 (/devices/virtual/block/loop5) >Dec 20 04:08:23 localhost storage: ignoring loop6 (/devices/virtual/block/loop6) >Dec 20 04:08:23 localhost storage: ignoring loop7 (/devices/virtual/block/loop7) >Dec 20 04:08:23 localhost program: Running... udevadm settle --timeout=300 >Dec 20 04:08:23 localhost storage: devices to scan: ['dm-0', 'dm-1'] >Dec 20 04:08:23 localhost storage: scanning live-rw (/devices/virtual/block/dm-0)... >Dec 20 04:08:23 localhost storage: live-rw is a device-mapper device >Dec 20 04:08:23 localhost storage: added dm live-rw (id 14) to device tree >Dec 20 04:08:23 localhost storage: type detected on 'live-rw' is 'ext4' >Dec 20 04:08:23 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 20 04:08:23 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 20 04:08:23 localhost program: Last mounted on: /sysroot >Dec 20 04:08:23 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 20 04:08:23 localhost program: Filesystem magic number: 0xEF53 >Dec 20 04:08:23 localhost program: Filesystem revision #: 1 (dynamic) >Dec 20 04:08:23 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 20 04:08:23 localhost program: Filesystem flags: signed_directory_hash >Dec 20 04:08:23 localhost program: Default mount options: user_xattr acl >Dec 20 04:08:23 localhost program: Filesystem state: clean >Dec 20 04:08:23 localhost program: Errors behavior: Continue >Dec 20 04:08:23 localhost program: Filesystem OS type: Linux >Dec 20 04:08:23 localhost program: Inode count: 262144 >Dec 20 04:08:23 localhost program: Block count: 1048576 >Dec 20 04:08:23 localhost program: Reserved block count: 10484 >Dec 20 04:08:23 localhost program: Free blocks: 188525 >Dec 20 04:08:23 localhost program: Free inodes: 153877 >Dec 20 04:08:23 localhost program: First block: 0 >Dec 20 04:08:23 localhost program: Block size: 4096 >Dec 20 04:08:23 localhost program: Fragment size: 4096 >Dec 20 04:08:23 localhost program: Reserved GDT blocks: 255 >Dec 20 04:08:23 localhost program: Blocks per group: 32768 >Dec 20 04:08:23 localhost program: Fragments per group: 32768 >Dec 20 04:08:23 localhost program: Inodes per group: 8192 >Dec 20 04:08:23 localhost program: Inode blocks per group: 512 >Dec 20 04:08:23 localhost program: Flex block group size: 16 >Dec 20 04:08:23 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 20 04:08:23 localhost program: Last mount time: Thu Dec 20 04:03:56 2012 >Dec 20 04:08:23 localhost program: Last write time: Thu Dec 20 04:03:56 2012 >Dec 20 04:08:23 localhost program: Mount count: 1 >Dec 20 04:08:23 localhost program: Maximum mount count: -1 >Dec 20 04:08:23 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 20 04:08:23 localhost program: Check interval: 0 (<none>) >Dec 20 04:08:23 localhost program: Lifetime writes: 805 MB >Dec 20 04:08:23 localhost program: Reserved blocks uid: 0 (user root) >Dec 20 04:08:23 localhost program: Reserved blocks gid: 0 (group root) >Dec 20 04:08:23 localhost program: First inode: 11 >Dec 20 04:08:23 localhost program: Inode size:#011 256 >Dec 20 04:08:23 localhost program: Required extra isize: 28 >Dec 20 04:08:23 localhost program: Desired extra isize: 28 >Dec 20 04:08:23 localhost program: Journal inode: 8 >Dec 20 04:08:23 localhost program: First orphan inode: 38553 >Dec 20 04:08:23 localhost program: Default directory hash: half_md4 >Dec 20 04:08:23 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 20 04:08:23 localhost program: Journal backup: inode blocks >Dec 20 04:08:23 localhost program: Journal features: journal_incompat_revoke >Dec 20 04:08:23 localhost program: Journal size: 128M >Dec 20 04:08:23 localhost program: Journal length: 32768 >Dec 20 04:08:23 localhost program: Journal sequence: 0x000016d1 >Dec 20 04:08:23 localhost program: Journal start: 1 >Dec 20 04:08:23 localhost program: >Dec 20 04:08:23 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 20 04:08:23 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 20 04:08:23 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 20 04:08:23 localhost program: Last mounted on: /sysroot >Dec 20 04:08:23 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 20 04:08:23 localhost program: Filesystem magic number: 0xEF53 >Dec 20 04:08:23 localhost program: Filesystem revision #: 1 (dynamic) >Dec 20 04:08:23 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 20 04:08:23 localhost program: Filesystem flags: signed_directory_hash >Dec 20 04:08:23 localhost program: Default mount options: user_xattr acl >Dec 20 04:08:23 localhost program: Filesystem state: clean >Dec 20 04:08:23 localhost program: Errors behavior: Continue >Dec 20 04:08:23 localhost program: Filesystem OS type: Linux >Dec 20 04:08:23 localhost program: Inode count: 262144 >Dec 20 04:08:23 localhost program: Block count: 1048576 >Dec 20 04:08:23 localhost program: Reserved block count: 10484 >Dec 20 04:08:23 localhost program: Free blocks: 188525 >Dec 20 04:08:23 localhost program: Free inodes: 153877 >Dec 20 04:08:23 localhost program: First block: 0 >Dec 20 04:08:23 localhost program: Block size: 4096 >Dec 20 04:08:23 localhost program: Fragment size: 4096 >Dec 20 04:08:23 localhost program: Reserved GDT blocks: 255 >Dec 20 04:08:23 localhost program: Blocks per group: 32768 >Dec 20 04:08:23 localhost program: Fragments per group: 32768 >Dec 20 04:08:23 localhost program: Inodes per group: 8192 >Dec 20 04:08:23 localhost program: Inode blocks per group: 512 >Dec 20 04:08:23 localhost program: Flex block group size: 16 >Dec 20 04:08:23 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 20 04:08:23 localhost program: Last mount time: Thu Dec 20 04:03:56 2012 >Dec 20 04:08:23 localhost program: Last write time: Thu Dec 20 04:03:56 2012 >Dec 20 04:08:23 localhost program: Mount count: 1 >Dec 20 04:08:23 localhost program: Maximum mount count: -1 >Dec 20 04:08:23 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 20 04:08:23 localhost program: Check interval: 0 (<none>) >Dec 20 04:08:23 localhost program: Lifetime writes: 805 MB >Dec 20 04:08:23 localhost program: Reserved blocks uid: 0 (user root) >Dec 20 04:08:23 localhost program: Reserved blocks gid: 0 (group root) >Dec 20 04:08:23 localhost program: First inode: 11 >Dec 20 04:08:23 localhost program: Inode size:#011 256 >Dec 20 04:08:23 localhost program: Required extra isize: 28 >Dec 20 04:08:23 localhost program: Desired extra isize: 28 >Dec 20 04:08:23 localhost program: Journal inode: 8 >Dec 20 04:08:23 localhost program: First orphan inode: 38553 >Dec 20 04:08:23 localhost program: Default directory hash: half_md4 >Dec 20 04:08:23 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 20 04:08:23 localhost program: Journal backup: inode blocks >Dec 20 04:08:23 localhost program: Journal features: journal_incompat_revoke >Dec 20 04:08:23 localhost program: Journal size: 128M >Dec 20 04:08:23 localhost program: Journal length: 32768 >Dec 20 04:08:23 localhost program: Journal sequence: 0x000016d1 >Dec 20 04:08:23 localhost program: Journal start: 1 >Dec 20 04:08:23 localhost program: >Dec 20 04:08:23 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 20 04:08:23 localhost program: Running... resize2fs -P /dev/mapper/live-rw >Dec 20 04:08:23 localhost program: Estimated minimum size of the filesystem: 861710 >Dec 20 04:08:23 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost storage: got device: DMDevice instance (0x3a70e10) -- >Dec 20 04:08:23 localhost storage: got format: Ext4FS instance (0x7f239413cf50) -- >Dec 20 04:08:23 localhost storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >Dec 20 04:08:23 localhost storage: live-osimg-min is a device-mapper device >Dec 20 04:08:23 localhost storage: added dm live-osimg-min (id 15) to device tree >Dec 20 04:08:23 localhost storage: type detected on 'live-osimg-min' is 'ext4' >Dec 20 04:08:23 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 20 04:08:23 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 20 04:08:23 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 20 04:08:23 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 20 04:08:23 localhost program: Filesystem magic number: 0xEF53 >Dec 20 04:08:23 localhost program: Filesystem revision #: 1 (dynamic) >Dec 20 04:08:23 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 20 04:08:23 localhost program: Filesystem flags: signed_directory_hash >Dec 20 04:08:23 localhost program: Default mount options: user_xattr acl >Dec 20 04:08:23 localhost program: Filesystem state: clean >Dec 20 04:08:23 localhost program: Errors behavior: Continue >Dec 20 04:08:23 localhost program: Filesystem OS type: Linux >Dec 20 04:08:23 localhost program: Inode count: 221184 >Dec 20 04:08:23 localhost program: Block count: 861710 >Dec 20 04:08:23 localhost program: Reserved block count: 8615 >Dec 20 04:08:23 localhost program: Free blocks: 4486 >Dec 20 04:08:23 localhost program: Free inodes: 112917 >Dec 20 04:08:23 localhost program: First block: 0 >Dec 20 04:08:23 localhost program: Block size: 4096 >Dec 20 04:08:23 localhost program: Fragment size: 4096 >Dec 20 04:08:23 localhost program: Reserved GDT blocks: 255 >Dec 20 04:08:23 localhost program: Blocks per group: 32768 >Dec 20 04:08:23 localhost program: Fragments per group: 32768 >Dec 20 04:08:23 localhost program: Inodes per group: 8192 >Dec 20 04:08:23 localhost program: Inode blocks per group: 512 >Dec 20 04:08:23 localhost program: Flex block group size: 16 >Dec 20 04:08:23 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 20 04:08:23 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 20 04:08:23 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 20 04:08:23 localhost program: Mount count: 0 >Dec 20 04:08:23 localhost program: Maximum mount count: -1 >Dec 20 04:08:23 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 20 04:08:23 localhost program: Check interval: 0 (<none>) >Dec 20 04:08:23 localhost program: Lifetime writes: 807 MB >Dec 20 04:08:23 localhost program: Reserved blocks uid: 0 (user root) >Dec 20 04:08:23 localhost program: Reserved blocks gid: 0 (group root) >Dec 20 04:08:23 localhost program: First inode: 11 >Dec 20 04:08:23 localhost program: Inode size:#011 256 >Dec 20 04:08:23 localhost program: Required extra isize: 28 >Dec 20 04:08:23 localhost program: Desired extra isize: 28 >Dec 20 04:08:23 localhost program: Journal inode: 8 >Dec 20 04:08:23 localhost program: Default directory hash: half_md4 >Dec 20 04:08:23 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 20 04:08:23 localhost program: Journal backup: inode blocks >Dec 20 04:08:23 localhost program: Journal features: journal_incompat_revoke >Dec 20 04:08:23 localhost program: Journal size: 128M >Dec 20 04:08:23 localhost program: Journal length: 32768 >Dec 20 04:08:23 localhost program: Journal sequence: 0x000016d0 >Dec 20 04:08:23 localhost program: Journal start: 0 >Dec 20 04:08:23 localhost program: >Dec 20 04:08:23 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 20 04:08:23 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 20 04:08:23 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 20 04:08:23 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 20 04:08:23 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 20 04:08:23 localhost program: Filesystem magic number: 0xEF53 >Dec 20 04:08:23 localhost program: Filesystem revision #: 1 (dynamic) >Dec 20 04:08:23 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 20 04:08:23 localhost program: Filesystem flags: signed_directory_hash >Dec 20 04:08:23 localhost program: Default mount options: user_xattr acl >Dec 20 04:08:23 localhost program: Filesystem state: clean >Dec 20 04:08:23 localhost program: Errors behavior: Continue >Dec 20 04:08:23 localhost program: Filesystem OS type: Linux >Dec 20 04:08:23 localhost program: Inode count: 221184 >Dec 20 04:08:23 localhost program: Block count: 861710 >Dec 20 04:08:23 localhost program: Reserved block count: 8615 >Dec 20 04:08:23 localhost program: Free blocks: 4486 >Dec 20 04:08:23 localhost program: Free inodes: 112917 >Dec 20 04:08:23 localhost program: First block: 0 >Dec 20 04:08:23 localhost program: Block size: 4096 >Dec 20 04:08:23 localhost program: Fragment size: 4096 >Dec 20 04:08:23 localhost program: Reserved GDT blocks: 255 >Dec 20 04:08:23 localhost program: Blocks per group: 32768 >Dec 20 04:08:23 localhost program: Fragments per group: 32768 >Dec 20 04:08:23 localhost program: Inodes per group: 8192 >Dec 20 04:08:23 localhost program: Inode blocks per group: 512 >Dec 20 04:08:23 localhost program: Flex block group size: 16 >Dec 20 04:08:23 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 20 04:08:23 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 20 04:08:23 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 20 04:08:23 localhost program: Mount count: 0 >Dec 20 04:08:23 localhost program: Maximum mount count: -1 >Dec 20 04:08:23 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 20 04:08:23 localhost program: Check interval: 0 (<none>) >Dec 20 04:08:23 localhost program: Lifetime writes: 807 MB >Dec 20 04:08:23 localhost program: Reserved blocks uid: 0 (user root) >Dec 20 04:08:23 localhost program: Reserved blocks gid: 0 (group root) >Dec 20 04:08:23 localhost program: First inode: 11 >Dec 20 04:08:23 localhost program: Inode size:#011 256 >Dec 20 04:08:23 localhost program: Required extra isize: 28 >Dec 20 04:08:23 localhost program: Desired extra isize: 28 >Dec 20 04:08:23 localhost program: Journal inode: 8 >Dec 20 04:08:23 localhost program: Default directory hash: half_md4 >Dec 20 04:08:23 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 20 04:08:23 localhost program: Journal backup: inode blocks >Dec 20 04:08:23 localhost program: Journal features: journal_incompat_revoke >Dec 20 04:08:23 localhost program: Journal size: 128M >Dec 20 04:08:23 localhost program: Journal length: 32768 >Dec 20 04:08:23 localhost program: Journal sequence: 0x000016d0 >Dec 20 04:08:23 localhost program: Journal start: 0 >Dec 20 04:08:23 localhost program: >Dec 20 04:08:23 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 20 04:08:23 localhost program: Running... resize2fs -P /dev/mapper/live-osimg-min >Dec 20 04:08:23 localhost program: Couldn't find valid filesystem superblock. >Dec 20 04:08:23 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 20 04:08:23 localhost program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >Dec 20 04:08:23 localhost storage: got device: DMDevice instance (0x3a85690) -- >Dec 20 04:08:23 localhost storage: got format: Ext4FS instance (0x3a707d0) -- >Dec 20 04:08:23 localhost program: Running... udevadm settle --timeout=300 >Dec 20 04:08:23 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:23 localhost program: Running... udevadm settle --timeout=300 >Dec 20 04:08:23 localhost NetworkManager[845]: <info> (p2p1): device state change: ip-config -> secondaries (reason 'none') [70 90 0] >Dec 20 04:08:23 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) complete. >Dec 20 04:08:23 localhost NetworkManager[845]: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-p2p1 >Dec 20 04:08:23 localhost NetworkManager[845]: <info> (p2p1): device state change: secondaries -> activated (reason 'none') [90 100 0] >Dec 20 04:08:23 localhost NetworkManager[845]: <info> Policy set 'p2p1' (p2p1) as default for IPv4 routing and DNS. >Dec 20 04:08:23 localhost NetworkManager[845]: <info> Activation (p2p1) successful, device activated. >Dec 20 04:08:23 localhost program: Running... udevadm settle --timeout=300 >Dec 20 04:08:23 localhost systemd[1]: Starting LSB: Starts and stops login and scanning of iSCSI devices.... >Dec 20 04:08:23 localhost iscsi[2341]: Starting iscsi: iscsiadm: No records found >Dec 20 04:08:23 localhost iscsi[2341]: [ OK ] >Dec 20 04:08:23 localhost program: Running... udevadm settle --timeout=300 >Dec 20 04:08:23 localhost systemd[1]: Started LSB: Starts and stops login and scanning of iSCSI devices.. >Dec 20 04:08:24 localhost dbus-daemon[562]: Starting iscsi (via systemctl): [ OK ] >Dec 20 04:08:24 localhost systemd[1]: Stopping Sendmail Mail Transport Client... >Dec 20 04:08:24 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Dec 20 04:08:24 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 20 04:08:24 localhost storage: not going to restore from backup of non-existent /etc/mdadm.conf >Dec 20 04:08:24 localhost storage: edd: collected mbr signatures: {} >Dec 20 04:08:24 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Dec 20 04:08:24 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Dec 20 04:08:24 localhost anaconda: Thread Done: AnaStorageThread (139790905337600) >Dec 20 04:08:24 localhost chronyd[576]: Source 69.65.40.29 online >Dec 20 04:08:24 localhost chronyd[576]: Source 169.229.70.95 online >Dec 20 04:08:24 localhost chronyd[576]: Source 199.102.46.73 online >Dec 20 04:08:24 localhost chronyd[576]: Source 64.95.243.61 online >Dec 20 04:08:24 localhost systemd[1]: Started Sendmail Mail Transport Client. >Dec 20 04:08:24 localhost avahi-daemon[556]: Registering new address record for fe80::a00:27ff:fede:92ea on p2p1.*. >Dec 20 04:08:29 localhost anaconda: Thread Done: AnaNetworkThread (139790896944896) >Dec 20 04:08:29 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 20 04:08:30 localhost udisksd[1262]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 20 04:08:30 localhost kernel: [ 278.178560] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 20 04:08:30 localhost anaconda: Thread Done: AnaPayloadThread (139790574429952) >Dec 20 04:08:36 localhost anaconda: Not doing 'replace runtime X layouts' in live installation >Dec 20 04:08:36 localhost anaconda: Not doing 'save system time' in live installation >Dec 20 04:08:36 localhost anaconda: Not doing 'save system time' in live installation >Dec 20 04:08:36 localhost anaconda: Not doing 'save system time' in live installation >Dec 20 04:08:37 localhost anaconda: Not doing 'save system time' in live installation >Dec 20 04:08:37 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 20 04:08:39 localhost anaconda: fs space: 0 B needed: 3.12 GB >Dec 20 04:08:39 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 20 04:08:39 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 20 04:08:39 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 20 04:08:41 localhost anaconda: fs space: 0 B needed: 3.12 GB >Dec 20 04:08:41 localhost anaconda: Running Thread: AnaStorageWatcher (139790905337600) >Dec 20 04:08:41 localhost program: Running... modprobe btrfs >Dec 20 04:08:41 localhost kernel: [ 289.472580] Btrfs loaded >Dec 20 04:08:41 localhost storage: DiskLabel.partedDevice returning None >Dec 20 04:08:41 localhost program: Running... modprobe xfs >Dec 20 04:08:41 localhost kernel: [ 289.536585] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >Dec 20 04:08:41 localhost anaconda: Running Thread: AnaNTPserver0 (139790566037248) >Dec 20 04:08:41 localhost anaconda: Running Thread: AnaNTPserver1 (139790542255872) >Dec 20 04:08:41 localhost anaconda: Running Thread: AnaNTPserver2 (139790072829696) >Dec 20 04:08:41 localhost anaconda: Running Thread: AnaNTPserver3 (139790896944896) >Dec 20 04:08:41 localhost anaconda: Thread Done: AnaStorageWatcher (139790905337600) >Dec 20 04:08:41 localhost anaconda: Thread Done: AnaNTPserver3 (139790896944896) >Dec 20 04:08:41 localhost anaconda: Thread Done: AnaNTPserver2 (139790072829696) >Dec 20 04:08:41 localhost anaconda: Thread Done: AnaNTPserver1 (139790542255872) >Dec 20 04:08:42 localhost NetworkManager[845]: <info> (p2p1): IP6 addrconf timed out or failed. >Dec 20 04:08:42 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5faeb90> status to: Probing storage... >Dec 20 04:08:42 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >Dec 20 04:08:42 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 4 of 5 (IPv6 Configure Timeout) started... >Dec 20 04:08:42 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5faeb90> >Dec 20 04:08:42 localhost NetworkManager[845]: <info> Activation (p2p1) Stage 4 of 5 (IPv6 Configure Timeout) complete. >Dec 20 04:08:51 localhost anaconda: Thread Done: AnaNTPserver0 (139790566037248) >Dec 20 04:09:10 localhost anaconda: Running Thread: AnaExecuteStorageThread (139790574429952) >Dec 20 04:09:10 localhost storage: registered action: [0] Destroy Format None on disk sda (id 1) >Dec 20 04:09:10 localhost storage: registered action: [1] Create Format msdos disklabel on disk sda (id 1) >Dec 20 04:09:10 localhost storage: registered action: [2] Destroy Format None on disk sdb (id 2) >Dec 20 04:09:10 localhost storage: registered action: [3] Create Format msdos disklabel on disk sdb (id 2) >Dec 20 04:09:10 localhost storage: registered action: [4] Destroy Format None on disk sdc (id 3) >Dec 20 04:09:10 localhost storage: registered action: [5] Create Format msdos disklabel on disk sdc (id 3) >Dec 20 04:09:10 localhost program: Running... udevadm settle --timeout=300 >Dec 20 04:09:10 localhost anaconda: Thread Done: AnaExecuteStorageThread (139790574429952) >Dec 20 04:09:10 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5faeb90> >Dec 20 04:09:10 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5faeb90> status to: Saving storage configuration... >Dec 20 04:09:10 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5faeb90> >Dec 20 04:13:30 localhost storage: added partition req0 (id 16) to device tree >Dec 20 04:13:30 localhost storage: registered action: [6] Create Device partition req0 (id 16) >Dec 20 04:13:30 localhost storage: registered action: [7] Create Format ext4 filesystem mounted at /boot on partition req0 (id 16) >Dec 20 04:13:31 localhost anaconda: getting device type for Standard Partition >Dec 20 04:13:31 localhost anaconda: getting device type for Standard Partition >Dec 20 04:13:31 localhost anaconda: getting device type for Standard Partition >Dec 20 04:13:31 localhost anaconda: getting device type for Standard Partition >Dec 20 04:13:31 localhost anaconda: getting device type for Standard Partition >Dec 20 04:13:39 localhost anaconda: ui: saving changes to device sda1 >Dec 20 04:13:39 localhost anaconda: getting device type for Standard Partition >Dec 20 04:13:39 localhost anaconda: getting device type for Standard Partition >Dec 20 04:13:47 localhost storage: added partition req1 (id 17) to device tree >Dec 20 04:13:47 localhost storage: registered action: [8] Create Device partition req1 (id 17) >Dec 20 04:13:47 localhost storage: registered action: [9] Create Format swap on partition req1 (id 17) >Dec 20 04:13:47 localhost anaconda: getting device type for Standard Partition >Dec 20 04:13:47 localhost anaconda: getting device type for Standard Partition >Dec 20 04:13:50 localhost anaconda: ui: saving changes to device sda1 >Dec 20 04:13:50 localhost anaconda: getting device type for Standard Partition >Dec 20 04:13:50 localhost anaconda: getting device type for Standard Partition >Dec 20 04:13:50 localhost anaconda: getting device type for Standard Partition >Dec 20 04:13:50 localhost anaconda: getting device type for Standard Partition >Dec 20 04:14:29 localhost anaconda: ui: saving changes to device sda2 >Dec 20 04:14:29 localhost anaconda: getting device type for Standard Partition >Dec 20 04:14:29 localhost anaconda: getting device type for Standard Partition >Dec 20 04:14:48 localhost storage: added partition req2 (id 18) to device tree >Dec 20 04:14:48 localhost storage: registered action: [10] Create Device partition req2 (id 18) >Dec 20 04:14:48 localhost storage: registered action: [11] Create Format ext4 filesystem mounted at / on partition req2 (id 18) >Dec 20 04:14:48 localhost anaconda: getting device type for Standard Partition >Dec 20 04:14:48 localhost anaconda: getting device type for Standard Partition >Dec 20 04:14:52 localhost anaconda: ui: saving changes to device sda1 >Dec 20 04:14:52 localhost anaconda: getting device type for Standard Partition >Dec 20 04:14:52 localhost anaconda: getting device type for Standard Partition >Dec 20 04:14:52 localhost anaconda: getting device type for Standard Partition >Dec 20 04:14:52 localhost anaconda: getting device type for Standard Partition >Dec 20 04:15:14 localhost anaconda: getting device type for RAID >Dec 20 04:15:14 localhost anaconda: getting device type for RAID >Dec 20 04:15:14 localhost anaconda: getting device type for RAID >Dec 20 04:15:14 localhost anaconda: getting device type for RAID >Dec 20 04:15:14 localhost anaconda: getting device type for RAID >Dec 20 04:15:17 localhost anaconda: ui: saving changes to device sda3 >Dec 20 04:15:17 localhost anaconda: getting device type for RAID >Dec 20 04:15:17 localhost anaconda: getting device type for RAID >Dec 20 04:15:17 localhost anaconda: changing device type from 2 to 1 >Dec 20 04:15:17 localhost storage: removed partition sda3 (id 18) from device tree >Dec 20 04:15:17 localhost storage: registered action: [12] Destroy Device partition sda3 (id 18) >Dec 20 04:15:17 localhost storage: added partition req3 (id 19) to device tree >Dec 20 04:15:17 localhost storage: registered action: [13] Create Device partition req3 (id 19) >Dec 20 04:15:17 localhost storage: registered action: [14] Create Format mdmember on partition req3 (id 19) >Dec 20 04:15:17 localhost storage: added partition req4 (id 20) to device tree >Dec 20 04:15:17 localhost storage: registered action: [15] Create Device partition req4 (id 20) >Dec 20 04:15:17 localhost storage: registered action: [16] Create Format mdmember on partition req4 (id 20) >Dec 20 04:15:17 localhost storage: added partition req5 (id 21) to device tree >Dec 20 04:15:17 localhost storage: registered action: [17] Create Device partition req5 (id 21) >Dec 20 04:15:17 localhost storage: registered action: [18] Create Format mdmember on partition req5 (id 21) >Dec 20 04:15:17 localhost storage: added mdarray root (id 22) to device tree >Dec 20 04:15:17 localhost storage: registered action: [19] Create Device mdarray root (id 22) >Dec 20 04:15:17 localhost storage: registered action: [20] Create Format ext4 filesystem mounted at / on mdarray root (id 22) >Dec 20 04:15:17 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:17 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:17 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:17 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:17 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:17 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:17 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:17 localhost anaconda: getting device type for RAID >Dec 20 04:15:17 localhost anaconda: getting device type for RAID >Dec 20 04:15:20 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:20 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:20 localhost anaconda: ui: saving changes to device root >Dec 20 04:15:20 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:20 localhost anaconda: getting device type for RAID >Dec 20 04:15:20 localhost anaconda: getting device type for RAID >Dec 20 04:15:20 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:20 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:20 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:20 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:20 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:20 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:20 localhost anaconda: getting device type for RAID >Dec 20 04:15:20 localhost anaconda: getting device type for RAID >Dec 20 04:15:25 localhost anaconda: getting device type for RAID >Dec 20 04:15:38 localhost anaconda: getting device type for RAID >Dec 20 04:15:38 localhost anaconda: getting device type for RAID >Dec 20 04:15:49 localhost anaconda: ui: saving changes to device root >Dec 20 04:15:49 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:49 localhost anaconda: getting device type for RAID >Dec 20 04:15:49 localhost anaconda: getting device type for RAID >Dec 20 04:15:49 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:49 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:49 localhost anaconda: changing disk set from ['sda', 'sdb', 'sdc'] to ['sdb', 'sdc'] >Dec 20 04:15:49 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:49 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:49 localhost storage: Using 0MB superBlockSize >Dec 20 04:15:49 localhost storage: Using 0MB superBlockSize
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 889101
:
666543
|
666544
|
666545
|
666546
|
666547
|
666548
|
666549
| 666555 |
666556
|
666557
|
666558