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 659213 Details for
Bug 884377
ValueError: cannot initialize a disk that has partitions
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
anaconda-tb-HflODf for reproducer
anaconda-tb-HflODf (text/plain), 699.69 KB, created by
Steve Tyler
on 2012-12-07 06:07:01 UTC
(
hide
)
Description:
anaconda-tb-HflODf for reproducer
Filename:
MIME Type:
Creator:
Steve Tyler
Created:
2012-12-07 06:07:01 UTC
Size:
699.69 KB
patch
obsolete
>anaconda 18.36 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 845, in initializeDisk > raise ValueError("cannot initialize a disk that has partitions") > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1874, in _destroy_device > self.__storage.initializeDisk(device.disk) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1966, in on_remove_clicked > self._destroy_device(device) >ValueError: cannot initialize a disk that has partitions > >Local variables in innermost frame: >magic_partitions: {'sun': 3, 'mac': 1} >self: <pyanaconda.storage.Storage object at 0x5c813d0> >disk: existing 12288MB disk sda (0) with existing msdos disklabel > > > >Exception occurred during state dump: >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 420, in dump > ret += self._dumpClass(obj, skipList=idSkipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 369, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 369, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 361, in _dumpClass > ret += self._dumpClass(v, level + 1, parentkey = curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 369, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 359, in _dumpClass > ret += "%s" % (v,) >UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 29: ordinal not in range(128) > > >/tmp/anaconda.log: >00:23:19,979 DEBUG anaconda: required disklabel type for sda (1) is None >00:23:19,979 DEBUG anaconda: default disklabel type for sda is msdos >00:23:19,980 DEBUG anaconda: selecting msdos disklabel for sda based on size >00:23:21,323 INFO anaconda: /sbin/anaconda 18.36 >05:23:21,483 INFO anaconda: 2097152 kB (2048 MB) are available >00:23:21,483 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >00:23:21,484 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >00:23:21,485 INFO anaconda: Default encoding = ascii >00:23:21,951 INFO anaconda: ISCSID is /sbin/iscsid >00:23:21,951 INFO anaconda: no initiator set >00:23:21,967 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >00:23:21,968 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >00:23:22,133 INFO anaconda: Display mode = g >05:23:22,135 INFO anaconda: 2097152 kB (2048 MB) are available >00:23:22,135 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >00:23:22,267 INFO anaconda: using only installclass _Fedora >00:23:22,276 INFO anaconda: Detected 2016M of memory >00:23:22,276 INFO anaconda: Swap attempt of 4032M >00:23:22,279 INFO anaconda: Running Thread: AnaStorageThread (140075764426496) >00:23:22,281 INFO anaconda: Running Thread: AnaNetworkThread (140075756033792) >00:23:22,286 INFO anaconda: Running Thread: AnaPayloadThread (140075423028992) >00:23:22,329 DEBUG anaconda: updating hostname localhost.localdomain >00:23:22,476 INFO anaconda: Thread Done: AnaNetworkThread (140075756033792) >00:23:23,218 INFO anaconda: no initiator set >00:23:23,457 DEBUG anaconda: required disklabel type for sda (1) is None >00:23:23,459 DEBUG anaconda: default disklabel type for sda is msdos >00:23:23,462 DEBUG anaconda: selecting msdos disklabel for sda based on size >00:23:25,810 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda1 on /mnt/sysimage as ext4 with options defaults,ro >00:23:25,849 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >00:23:26,146 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/fedora-root on /mnt/sysimage as ext4 with options defaults,ro >00:23:26,247 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >00:23:26,463 INFO anaconda: Thread Done: AnaStorageThread (140075764426496) >00:23:26,494 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/live-osimg-min on /mnt/install/source as auto with options defaults,ro >00:23:26,524 INFO anaconda: Thread Done: AnaPayloadThread (140075423028992) >00:25:45,495 INFO anaconda: Not doing 'add runtime X layout' in live installation >00:25:45,558 DEBUG anaconda: network standalone spoke (init): completed: True >19:25:45,876 INFO anaconda: Not doing 'save system time' in live installation >19:25:45,879 INFO anaconda: Not doing 'save system time' in live installation >19:25:45,882 INFO anaconda: Not doing 'save system time' in live installation >00:25:45,892 INFO anaconda: Not doing 'save system time' in live installation >00:25:45,895 INFO anaconda: Not doing 'modify system time and date' in live installation >00:25:45,914 INFO anaconda: Not doing 'add runtime X layout' in live installation >00:25:45,929 INFO anaconda: Not doing 'test X layouts' in live installation >00:25:46,024 INFO anaconda: Running Thread: AnaStorageWatcher (140075431421696) >00:25:46,878 INFO anaconda: Running Thread: AnaNTPserver0 (140075764426496) >00:25:46,904 INFO anaconda: Running Thread: AnaNTPserver1 (140075414636288) >00:25:46,921 INFO anaconda: Running Thread: AnaNTPserver2 (140075155879680) >00:25:46,938 INFO anaconda: Running Thread: AnaNTPserver3 (140075138823936) >00:25:46,975 INFO anaconda: Thread Done: AnaStorageWatcher (140075431421696) >00:25:46,983 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x541d2d0> status to: Probing storage... >00:25:46,987 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x541d2d0> >00:25:47,082 INFO anaconda: Thread Done: AnaNTPserver0 (140075764426496) >00:25:47,127 INFO anaconda: Thread Done: AnaNTPserver1 (140075414636288) >00:25:52,362 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >00:25:56,590 DEBUG anaconda: disk free: 969.23 kB fs free: 272 MB sw needs: 2.68 GB auto swap: 4.03 GB >00:25:56,957 INFO anaconda: Thread Done: AnaNTPserver2 (140075155879680) >00:25:56,971 INFO anaconda: Thread Done: AnaNTPserver3 (140075138823936) >00:26:01,857 INFO anaconda: Running Thread: AnaExecuteStorageThread (140075423028992) >00:26:01,931 INFO anaconda: Thread Done: AnaExecuteStorageThread (140075423028992) >00:26:02,011 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-root', 'fedora-swap', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sda1', 'sda2', 'sr0'] >00:26:02,012 DEBUG anaconda: ui: unused=[] >00:26:02,012 DEBUG anaconda: ui: new_devices=[] >00:26:02,038 DEBUG anaconda: page clicked: New Fedora 18 Installation >00:26:02,043 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >00:26:02,134 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x541d2d0> >00:26:02,138 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x541d2d0> status to: Saving storage configuration... >00:26:02,141 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x541d2d0> >00:26:40,608 DEBUG anaconda: page clicked: Fedora Linux 18 for x86_64 >00:26:40,609 DEBUG anaconda: show first mountpoint: Fedora Linux 18 for x86_64 >00:26:40,626 DEBUG anaconda: populate_right_side: existing 500MB partition sda1 (1) with existing ext4 filesystem >00:26:40,629 DEBUG anaconda: updated device_disks to ['sda'] >00:26:40,630 DEBUG anaconda: updated device_vg_name to None >00:26:40,631 DEBUG anaconda: min: 227.7 max: 500.0 current: 500.0 >00:26:40,633 DEBUG anaconda: fs type changed: ext4 >00:26:40,638 INFO anaconda: getting device type for None >00:26:40,639 ERR anaconda: unknown device type: 'None' >00:26:40,640 DEBUG anaconda: device_type_changed: None None >00:26:40,642 INFO anaconda: getting device type for Standard Partition >00:26:40,643 DEBUG anaconda: device_type_changed: 2 Standard Partition >00:26:40,644 INFO anaconda: getting device type for Standard Partition >00:26:40,645 DEBUG anaconda: populate_raid: 2, None >00:26:40,646 INFO anaconda: getting device type for Standard Partition >00:26:40,648 INFO anaconda: getting device type for Standard Partition >00:26:40,649 DEBUG anaconda: populate_raid: 2, None >00:26:40,649 INFO anaconda: getting device type for Standard Partition >00:26:44,041 DEBUG anaconda: current selector: existing 500MB partition sda1 (1) with existing ext4 filesystem >00:26:44,044 DEBUG anaconda: new selector: existing 7752MB lvmlv fedora-root (18) with existing ext4 filesystem >00:26:44,046 DEBUG anaconda: notebook page = 1 >00:26:44,048 INFO anaconda: ui: saving changes to device sda1 >00:26:44,049 DEBUG anaconda: old_name: sda1 >00:26:44,049 DEBUG anaconda: new_name: sda1 >00:26:44,049 DEBUG anaconda: new size: 500.0 >00:26:44,050 DEBUG anaconda: old size: 500.0 >00:26:44,050 INFO anaconda: getting device type for Standard Partition >00:26:44,051 DEBUG anaconda: new device type: 2 >00:26:44,051 DEBUG anaconda: reformat: False >00:26:44,051 DEBUG anaconda: new fs type: ext4 >00:26:44,051 DEBUG anaconda: old encryption setting: False >00:26:44,051 DEBUG anaconda: new encryption setting: False >00:26:44,051 DEBUG anaconda: old mountpoint: >00:26:44,051 DEBUG anaconda: new mountpoint: >00:26:44,051 INFO anaconda: getting device type for Standard Partition >00:26:44,057 DEBUG anaconda: populate_right_side: existing 7752MB lvmlv fedora-root (18) with existing ext4 filesystem >00:26:44,058 DEBUG anaconda: updated device_disks to ['sda'] >00:26:44,058 DEBUG anaconda: updated device_vg_name to fedora >00:26:44,059 DEBUG anaconda: min: 3875.3 max: 7752.0 current: 7752.0 >00:26:44,065 INFO anaconda: getting device type for LVM >00:26:44,066 DEBUG anaconda: device_type_changed: 0 LVM >00:26:44,066 INFO anaconda: getting device type for LVM >00:26:44,067 DEBUG anaconda: populate_raid: 0, None >00:26:44,068 INFO anaconda: getting device type for LVM >00:26:44,068 DEBUG anaconda: default vg is fedora >00:26:44,069 DEBUG anaconda: new vg selection: fedora >00:26:44,075 INFO anaconda: getting device type for LVM >00:26:44,076 DEBUG anaconda: populate_raid: 0, None >00:26:44,076 INFO anaconda: getting device type for LVM >00:26:44,077 DEBUG anaconda: default vg is fedora >00:26:44,077 DEBUG anaconda: new vg selection: None >00:26:44,081 DEBUG anaconda: new vg selection: None >00:26:44,086 DEBUG anaconda: new vg selection: fedora >00:29:32,470 DEBUG anaconda: removing device 'existing 7752MB lvmlv fedora-root (18) with existing ext4 filesystem' from page Fedora Linux 18 for x86_64 >00:31:10,580 INFO anaconda: ui: removed device fedora-root >00:31:10,589 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-swap', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sda1', 'sda2', 'sr0'] >00:31:10,594 DEBUG anaconda: ui: unused=[] >00:31:10,594 DEBUG anaconda: ui: new_devices=[] >00:31:10,618 DEBUG anaconda: page clicked: Fedora Linux 18 for x86_64 >00:31:10,619 DEBUG anaconda: show first mountpoint: Fedora Linux 18 for x86_64 >00:31:10,624 DEBUG anaconda: populate_right_side: existing 500MB partition sda1 (1) with existing ext4 filesystem >00:31:10,624 DEBUG anaconda: updated device_disks to ['sda'] >00:31:10,624 DEBUG anaconda: updated device_vg_name to None >00:31:10,625 DEBUG anaconda: min: 227.7 max: 500.0 current: 500.0 >00:31:10,633 INFO anaconda: getting device type for Standard Partition >00:31:10,633 DEBUG anaconda: device_type_changed: 2 Standard Partition >00:31:10,633 INFO anaconda: getting device type for Standard Partition >00:31:10,634 DEBUG anaconda: populate_raid: 2, None >00:31:10,634 INFO anaconda: getting device type for Standard Partition >00:31:10,647 INFO anaconda: getting device type for Standard Partition >00:31:10,652 DEBUG anaconda: populate_raid: 2, None >00:31:10,653 INFO anaconda: getting device type for Standard Partition >00:31:46,774 INFO anaconda: ui: saving changes to device sda1 >00:31:46,775 DEBUG anaconda: old_name: sda1 >00:31:46,776 DEBUG anaconda: new_name: sda1 >00:31:46,776 DEBUG anaconda: new size: 500.0 >00:31:46,777 DEBUG anaconda: old size: 500.0 >00:31:46,777 INFO anaconda: getting device type for Standard Partition >00:31:46,778 DEBUG anaconda: new device type: 2 >00:31:46,779 DEBUG anaconda: reformat: False >00:31:46,779 DEBUG anaconda: new fs type: ext4 >00:31:46,780 DEBUG anaconda: old encryption setting: False >00:31:46,780 DEBUG anaconda: new encryption setting: False >00:31:46,781 DEBUG anaconda: old mountpoint: >00:31:46,784 DEBUG anaconda: new mountpoint: >00:31:46,785 INFO anaconda: getting device type for Standard Partition >00:32:57,612 DEBUG anaconda: requested size = 500 MB ; available space = 969.23 kB >00:32:57,663 ERR anaconda: newDevice failed: failed to create device >00:32:57,663 DEBUG anaconda: trying to find an existing container to use >00:32:57,666 DEBUG anaconda: found container existing 11784MB lvmvg fedora (3) >00:32:57,714 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-boot', 'fedora-swap', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sda1', 'sda2', 'sr0'] >00:32:57,714 DEBUG anaconda: ui: unused=[] >00:32:57,718 DEBUG anaconda: ui: new_devices=['fedora-swap', 'fedora-boot'] >00:32:57,748 DEBUG anaconda: page clicked: Fedora Linux 18 for x86_64 >00:32:57,753 DEBUG anaconda: show first mountpoint: Fedora Linux 18 for x86_64 >00:32:57,754 DEBUG anaconda: populate_right_side: existing 500MB partition sda1 (1) with existing ext4 filesystem >00:32:57,758 DEBUG anaconda: updated device_disks to ['sda'] >00:32:57,759 DEBUG anaconda: updated device_vg_name to None >00:32:57,760 DEBUG anaconda: min: 227.7 max: 500.0 current: 500.0 >00:32:57,764 INFO anaconda: getting device type for Standard Partition >00:32:57,769 DEBUG anaconda: populate_raid: 2, None >00:32:57,770 INFO anaconda: getting device type for Standard Partition >00:33:39,669 DEBUG anaconda: page clicked: New Fedora 18 Installation >00:33:39,672 DEBUG anaconda: notebook page = 1 >00:33:39,673 INFO anaconda: ui: saving changes to device sda1 >00:33:39,674 DEBUG anaconda: old_name: sda1 >00:33:39,674 DEBUG anaconda: new_name: sda1 >00:33:39,674 DEBUG anaconda: new size: 500.0 >00:33:39,675 DEBUG anaconda: old size: 500.0 >00:33:39,675 INFO anaconda: getting device type for Standard Partition >00:33:39,675 DEBUG anaconda: new device type: 2 >00:33:39,675 DEBUG anaconda: reformat: False >00:33:39,676 DEBUG anaconda: new fs type: ext4 >00:33:39,676 DEBUG anaconda: old encryption setting: False >00:33:39,676 DEBUG anaconda: new encryption setting: False >00:33:39,676 DEBUG anaconda: old mountpoint: >00:33:39,676 DEBUG anaconda: new mountpoint: >00:33:39,676 INFO anaconda: getting device type for Standard Partition >00:33:39,682 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >00:33:39,682 DEBUG anaconda: populate_right_side: non-existent 500MB lvmlv fedora-boot (21) with non-existent ext4 filesystem mounted at /boot >00:33:39,682 DEBUG anaconda: updated device_disks to ['sda'] >00:33:39,682 DEBUG anaconda: updated device_vg_name to fedora >00:33:39,684 DEBUG anaconda: min: 1.0 max: 500.969238 current: 500.0 >00:33:39,692 INFO anaconda: getting device type for LVM >00:33:39,693 DEBUG anaconda: device_type_changed: 0 LVM >00:33:39,693 INFO anaconda: getting device type for LVM >00:33:39,694 DEBUG anaconda: populate_raid: 0, None >00:33:39,695 INFO anaconda: getting device type for LVM >00:33:39,696 INFO anaconda: getting device type for LVM >00:33:39,697 DEBUG anaconda: populate_raid: 0, None >00:33:39,697 INFO anaconda: getting device type for LVM >00:33:39,698 DEBUG anaconda: default vg is fedora >00:33:39,699 DEBUG anaconda: new vg selection: None >00:33:39,703 DEBUG anaconda: new vg selection: None >00:33:39,709 DEBUG anaconda: new vg selection: fedora >00:35:18,533 INFO anaconda: getting device type for Standard Partition >00:35:18,539 DEBUG anaconda: device_type_changed: 2 Standard Partition >00:35:18,539 INFO anaconda: getting device type for Standard Partition >00:35:18,540 DEBUG anaconda: populate_raid: 2, None >00:35:18,541 INFO anaconda: getting device type for Standard Partition >00:35:36,891 INFO anaconda: ui: saving changes to device fedora-boot >00:35:36,892 DEBUG anaconda: old_name: boot >00:35:36,892 DEBUG anaconda: new_name: boot >00:35:36,893 DEBUG anaconda: new size: 500.0 >00:35:36,893 DEBUG anaconda: old size: 500.0 >00:35:36,894 INFO anaconda: getting device type for Standard Partition >00:35:36,894 DEBUG anaconda: new device type: 2 >00:35:36,895 DEBUG anaconda: reformat: True >00:35:36,896 DEBUG anaconda: new fs type: ext4 >00:35:36,896 DEBUG anaconda: old encryption setting: False >00:35:36,897 DEBUG anaconda: new encryption setting: False >00:35:36,897 DEBUG anaconda: old mountpoint: /boot >00:35:36,898 DEBUG anaconda: new mountpoint: /boot >00:35:36,899 INFO anaconda: getting device type for Standard Partition >00:35:36,906 INFO anaconda: changing device type from 0 to 2 >00:35:36,915 DEBUG anaconda: disks: ['sda'] >00:35:36,974 ERR anaconda: newDevice failed: not enough free space on disks >00:35:37,086 DEBUG anaconda: populate_right_side: non-existent 500MB lvmlv fedora-boot (21) with non-existent ext4 filesystem mounted at /boot >00:35:37,087 DEBUG anaconda: updated device_disks to ['sda'] >00:35:37,087 DEBUG anaconda: updated device_vg_name to fedora >00:35:37,089 DEBUG anaconda: min: 1.0 max: 500.969238 current: 500.0 >00:35:37,092 INFO anaconda: getting device type for LVM >00:35:37,093 DEBUG anaconda: device_type_changed: 0 LVM >00:35:37,094 INFO anaconda: getting device type for LVM >00:35:37,095 DEBUG anaconda: populate_raid: 0, None >00:35:37,095 INFO anaconda: getting device type for LVM >00:35:37,096 DEBUG anaconda: default vg is fedora >00:35:37,097 DEBUG anaconda: new vg selection: None >00:35:37,101 DEBUG anaconda: new vg selection: None >00:35:37,106 DEBUG anaconda: new vg selection: fedora >00:35:37,111 INFO anaconda: getting device type for LVM >00:35:37,112 DEBUG anaconda: populate_raid: 0, None >00:35:37,112 INFO anaconda: getting device type for LVM >00:35:37,113 DEBUG anaconda: default vg is fedora >00:35:37,113 DEBUG anaconda: new vg selection: None >00:35:37,117 DEBUG anaconda: new vg selection: None >00:35:37,122 DEBUG anaconda: new vg selection: fedora >00:36:57,483 DEBUG anaconda: page clicked: Fedora Linux 18 for x86_64 >00:36:57,485 DEBUG anaconda: notebook page = 1 >00:36:57,487 DEBUG anaconda: show first mountpoint: Fedora Linux 18 for x86_64 >00:36:57,490 DEBUG anaconda: populate_right_side: existing 500MB partition sda1 (1) with existing ext4 filesystem >00:36:57,491 DEBUG anaconda: updated device_disks to ['sda'] >00:36:57,491 DEBUG anaconda: updated device_vg_name to None >00:36:57,492 DEBUG anaconda: min: 227.7 max: 500.0 current: 500.0 >00:36:57,496 INFO anaconda: getting device type for Standard Partition >00:36:57,498 DEBUG anaconda: device_type_changed: 2 Standard Partition >00:36:57,498 INFO anaconda: getting device type for Standard Partition >00:36:57,500 DEBUG anaconda: populate_raid: 2, None >00:36:57,500 INFO anaconda: getting device type for Standard Partition >00:36:57,502 INFO anaconda: getting device type for Standard Partition >00:36:57,503 DEBUG anaconda: populate_raid: 2, None >00:36:57,504 INFO anaconda: getting device type for Standard Partition >00:37:56,506 DEBUG anaconda: removing device 'existing 500MB partition sda1 (1) with existing ext4 filesystem' from page Fedora Linux 18 for x86_64 >00:38:13,591 ERR anaconda: failed to schedule device removal: device is not in the tree > > >/tmp/packaging.log: > > >/tmp/program.log: >00:23:19,883 INFO program: Running... udevadm settle --timeout=300 >00:23:19,919 INFO program: Running... multipath -d >00:23:19,933 INFO program: Running... multipath -ll >00:23:20,041 INFO program: Running... dumpe2fs -h /dev/sda1 >00:23:20,061 INFO program: Filesystem volume name: <none> >00:23:20,062 INFO program: Last mounted on: /boot >00:23:20,062 INFO program: Filesystem UUID: 7997a7eb-7d5e-45e5-9f52-5c8cd5525723 >00:23:20,062 INFO program: Filesystem magic number: 0xEF53 >00:23:20,063 INFO program: Filesystem revision #: 1 (dynamic) >00:23:20,063 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >00:23:20,063 INFO program: Filesystem flags: signed_directory_hash >00:23:20,063 INFO program: Default mount options: user_xattr acl >00:23:20,064 INFO program: Filesystem state: clean >00:23:20,064 INFO program: Errors behavior: Continue >00:23:20,064 INFO program: Filesystem OS type: Linux >00:23:20,064 INFO program: Inode count: 128016 >00:23:20,064 INFO program: Block count: 512000 >00:23:20,064 INFO program: Reserved block count: 25600 >00:23:20,065 INFO program: Free blocks: 296337 >00:23:20,065 INFO program: Free inodes: 127642 >00:23:20,065 INFO program: First block: 1 >00:23:20,068 INFO program: Block size: 1024 >00:23:20,068 INFO program: Fragment size: 1024 >00:23:20,068 INFO program: Reserved GDT blocks: 256 >00:23:20,068 INFO program: Blocks per group: 8192 >00:23:20,068 INFO program: Fragments per group: 8192 >00:23:20,069 INFO program: Inodes per group: 2032 >00:23:20,069 INFO program: Inode blocks per group: 254 >00:23:20,069 INFO program: Flex block group size: 16 >00:23:20,069 INFO program: Filesystem created: Wed Dec 5 22:55:54 2012 >00:23:20,069 INFO program: Last mount time: Thu Dec 6 02:48:37 2012 >00:23:20,069 INFO program: Last write time: Thu Dec 6 02:48:37 2012 >00:23:20,069 INFO program: Mount count: 8 >00:23:20,072 INFO program: Maximum mount count: -1 >00:23:20,072 INFO program: Last checked: Wed Dec 5 18:19:28 2012 >00:23:20,072 INFO program: Check interval: 0 (<none>) >00:23:20,072 INFO program: Lifetime writes: 209 MB >00:23:20,072 INFO program: Reserved blocks uid: 0 (user root) >00:23:20,072 INFO program: Reserved blocks gid: 0 (group root) >00:23:20,072 INFO program: First inode: 11 >00:23:20,072 INFO program: Inode size: 128 >00:23:20,072 INFO program: Journal inode: 8 >00:23:20,073 INFO program: Default directory hash: half_md4 >00:23:20,073 INFO program: Directory Hash Seed: 323156d3-1108-4021-aaa9-93636672d102 >00:23:20,073 INFO program: Journal backup: inode blocks >00:23:20,073 INFO program: Journal features: (none) >00:23:20,073 INFO program: Journal size: 8M >00:23:20,073 INFO program: Journal length: 8192 >00:23:20,073 INFO program: Journal sequence: 0x00000061 >00:23:20,073 INFO program: Journal start: 0 >00:23:20,073 INFO program: >00:23:20,073 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:20,073 INFO program: Running... dumpe2fs -h /dev/sda1 >00:23:20,082 INFO program: Filesystem volume name: <none> >00:23:20,082 INFO program: Last mounted on: /boot >00:23:20,082 INFO program: Filesystem UUID: 7997a7eb-7d5e-45e5-9f52-5c8cd5525723 >00:23:20,082 INFO program: Filesystem magic number: 0xEF53 >00:23:20,082 INFO program: Filesystem revision #: 1 (dynamic) >00:23:20,082 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >00:23:20,082 INFO program: Filesystem flags: signed_directory_hash >00:23:20,082 INFO program: Default mount options: user_xattr acl >00:23:20,082 INFO program: Filesystem state: clean >00:23:20,082 INFO program: Errors behavior: Continue >00:23:20,082 INFO program: Filesystem OS type: Linux >00:23:20,082 INFO program: Inode count: 128016 >00:23:20,083 INFO program: Block count: 512000 >00:23:20,083 INFO program: Reserved block count: 25600 >00:23:20,083 INFO program: Free blocks: 296337 >00:23:20,083 INFO program: Free inodes: 127642 >00:23:20,083 INFO program: First block: 1 >00:23:20,083 INFO program: Block size: 1024 >00:23:20,083 INFO program: Fragment size: 1024 >00:23:20,083 INFO program: Reserved GDT blocks: 256 >00:23:20,083 INFO program: Blocks per group: 8192 >00:23:20,083 INFO program: Fragments per group: 8192 >00:23:20,083 INFO program: Inodes per group: 2032 >00:23:20,083 INFO program: Inode blocks per group: 254 >00:23:20,083 INFO program: Flex block group size: 16 >00:23:20,083 INFO program: Filesystem created: Wed Dec 5 22:55:54 2012 >00:23:20,083 INFO program: Last mount time: Thu Dec 6 02:48:37 2012 >00:23:20,083 INFO program: Last write time: Thu Dec 6 02:48:37 2012 >00:23:20,083 INFO program: Mount count: 8 >00:23:20,083 INFO program: Maximum mount count: -1 >00:23:20,083 INFO program: Last checked: Wed Dec 5 18:19:28 2012 >00:23:20,083 INFO program: Check interval: 0 (<none>) >00:23:20,083 INFO program: Lifetime writes: 209 MB >00:23:20,083 INFO program: Reserved blocks uid: 0 (user root) >00:23:20,084 INFO program: Reserved blocks gid: 0 (group root) >00:23:20,084 INFO program: First inode: 11 >00:23:20,084 INFO program: Inode size: 128 >00:23:20,084 INFO program: Journal inode: 8 >00:23:20,084 INFO program: Default directory hash: half_md4 >00:23:20,084 INFO program: Directory Hash Seed: 323156d3-1108-4021-aaa9-93636672d102 >00:23:20,084 INFO program: Journal backup: inode blocks >00:23:20,084 INFO program: Journal features: (none) >00:23:20,084 INFO program: Journal size: 8M >00:23:20,084 INFO program: Journal length: 8192 >00:23:20,084 INFO program: Journal sequence: 0x00000061 >00:23:20,084 INFO program: Journal start: 0 >00:23:20,084 INFO program: >00:23:20,084 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:20,084 INFO program: Running... resize2fs -P /dev/sda1 >00:23:20,092 INFO program: Estimated minimum size of the filesystem: 211907 >00:23:20,093 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:23:20,284 INFO program: Running... dumpe2fs -h /dev/loop3 >00:23:20,289 INFO program: Filesystem volume name: _Fedora-18-Beta- >00:23:20,289 INFO program: Last mounted on: /var/tmp/imgcreate-XQ3rjr/install_root >00:23:20,290 INFO program: Filesystem UUID: 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd >00:23:20,290 INFO program: Filesystem magic number: 0xEF53 >00:23:20,290 INFO program: Filesystem revision #: 1 (dynamic) >00:23:20,290 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:20,290 INFO program: Filesystem flags: signed_directory_hash >00:23:20,290 INFO program: Default mount options: user_xattr acl >00:23:20,290 INFO program: Filesystem state: clean >00:23:20,290 INFO program: Errors behavior: Continue >00:23:20,290 INFO program: Filesystem OS type: Linux >00:23:20,290 INFO program: Inode count: 262144 >00:23:20,290 INFO program: Block count: 1048576 >00:23:20,290 INFO program: Reserved block count: 10484 >00:23:20,290 INFO program: Free blocks: 296767 >00:23:20,290 INFO program: Free inodes: 158847 >00:23:20,290 INFO program: First block: 0 >00:23:20,290 INFO program: Block size: 4096 >00:23:20,290 INFO program: Fragment size: 4096 >00:23:20,290 INFO program: Reserved GDT blocks: 255 >00:23:20,290 INFO program: Blocks per group: 32768 >00:23:20,290 INFO program: Fragments per group: 32768 >00:23:20,290 INFO program: Inodes per group: 8192 >00:23:20,291 INFO program: Inode blocks per group: 512 >00:23:20,291 INFO program: Flex block group size: 16 >00:23:20,291 INFO program: Filesystem created: Tue Nov 20 19:25:04 2012 >00:23:20,291 INFO program: Last mount time: Tue Nov 20 19:25:11 2012 >00:23:20,291 INFO program: Last write time: Tue Nov 20 19:45:19 2012 >00:23:20,291 INFO program: Mount count: 0 >00:23:20,291 INFO program: Maximum mount count: -1 >00:23:20,291 INFO program: Last checked: Tue Nov 20 19:45:19 2012 >00:23:20,291 INFO program: Check interval: 0 (<none>) >00:23:20,291 INFO program: Lifetime writes: 993 MB >00:23:20,291 INFO program: Reserved blocks uid: 0 (user root) >00:23:20,291 INFO program: Reserved blocks gid: 0 (group root) >00:23:20,291 INFO program: First inode: 11 >00:23:20,291 INFO program: Inode size: 256 >00:23:20,291 INFO program: Required extra isize: 28 >00:23:20,291 INFO program: Desired extra isize: 28 >00:23:20,291 INFO program: Journal inode: 8 >00:23:20,291 INFO program: Default directory hash: half_md4 >00:23:20,291 INFO program: Directory Hash Seed: 7dd2e7a0-c8d3-4dcb-b47f-e52ae83db935 >00:23:20,291 INFO program: Journal backup: inode blocks >00:23:20,291 INFO program: Journal features: journal_incompat_revoke >00:23:20,292 INFO program: Journal size: 128M >00:23:20,292 INFO program: Journal length: 32768 >00:23:20,292 INFO program: Journal sequence: 0x00001602 >00:23:20,292 INFO program: Journal start: 0 >00:23:20,292 INFO program: >00:23:20,292 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:20,292 INFO program: Running... dumpe2fs -h /dev/loop3 >00:23:20,297 INFO program: Filesystem volume name: _Fedora-18-Beta- >00:23:20,297 INFO program: Last mounted on: /var/tmp/imgcreate-XQ3rjr/install_root >00:23:20,297 INFO program: Filesystem UUID: 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd >00:23:20,297 INFO program: Filesystem magic number: 0xEF53 >00:23:20,297 INFO program: Filesystem revision #: 1 (dynamic) >00:23:20,297 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:20,297 INFO program: Filesystem flags: signed_directory_hash >00:23:20,297 INFO program: Default mount options: user_xattr acl >00:23:20,298 INFO program: Filesystem state: clean >00:23:20,298 INFO program: Errors behavior: Continue >00:23:20,298 INFO program: Filesystem OS type: Linux >00:23:20,298 INFO program: Inode count: 262144 >00:23:20,298 INFO program: Block count: 1048576 >00:23:20,298 INFO program: Reserved block count: 10484 >00:23:20,298 INFO program: Free blocks: 296767 >00:23:20,298 INFO program: Free inodes: 158847 >00:23:20,298 INFO program: First block: 0 >00:23:20,298 INFO program: Block size: 4096 >00:23:20,298 INFO program: Fragment size: 4096 >00:23:20,298 INFO program: Reserved GDT blocks: 255 >00:23:20,298 INFO program: Blocks per group: 32768 >00:23:20,298 INFO program: Fragments per group: 32768 >00:23:20,298 INFO program: Inodes per group: 8192 >00:23:20,298 INFO program: Inode blocks per group: 512 >00:23:20,298 INFO program: Flex block group size: 16 >00:23:20,298 INFO program: Filesystem created: Tue Nov 20 19:25:04 2012 >00:23:20,298 INFO program: Last mount time: Tue Nov 20 19:25:11 2012 >00:23:20,298 INFO program: Last write time: Tue Nov 20 19:45:19 2012 >00:23:20,298 INFO program: Mount count: 0 >00:23:20,298 INFO program: Maximum mount count: -1 >00:23:20,299 INFO program: Last checked: Tue Nov 20 19:45:19 2012 >00:23:20,299 INFO program: Check interval: 0 (<none>) >00:23:20,299 INFO program: Lifetime writes: 993 MB >00:23:20,299 INFO program: Reserved blocks uid: 0 (user root) >00:23:20,299 INFO program: Reserved blocks gid: 0 (group root) >00:23:20,299 INFO program: First inode: 11 >00:23:20,299 INFO program: Inode size: 256 >00:23:20,299 INFO program: Required extra isize: 28 >00:23:20,299 INFO program: Desired extra isize: 28 >00:23:20,299 INFO program: Journal inode: 8 >00:23:20,299 INFO program: Default directory hash: half_md4 >00:23:20,299 INFO program: Directory Hash Seed: 7dd2e7a0-c8d3-4dcb-b47f-e52ae83db935 >00:23:20,299 INFO program: Journal backup: inode blocks >00:23:20,299 INFO program: Journal features: journal_incompat_revoke >00:23:20,299 INFO program: Journal size: 128M >00:23:20,299 INFO program: Journal length: 32768 >00:23:20,299 INFO program: Journal sequence: 0x00001602 >00:23:20,299 INFO program: Journal start: 0 >00:23:20,299 INFO program: >00:23:20,299 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:20,300 INFO program: Running... resize2fs -P /dev/loop3 >00:23:20,307 INFO program: Couldn't find valid filesystem superblock. >00:23:20,308 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:23:20,308 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >00:23:20,332 INFO program: Running... udevadm settle --timeout=300 >00:23:20,362 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >00:23:20,367 INFO program: Filesystem volume name: _Fedora-18-Beta- >00:23:20,367 INFO program: Last mounted on: /sysroot >00:23:20,367 INFO program: Filesystem UUID: 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd >00:23:20,367 INFO program: Filesystem magic number: 0xEF53 >00:23:20,367 INFO program: Filesystem revision #: 1 (dynamic) >00:23:20,367 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:20,367 INFO program: Filesystem flags: signed_directory_hash >00:23:20,367 INFO program: Default mount options: user_xattr acl >00:23:20,367 INFO program: Filesystem state: clean >00:23:20,367 INFO program: Errors behavior: Continue >00:23:20,367 INFO program: Filesystem OS type: Linux >00:23:20,367 INFO program: Inode count: 262144 >00:23:20,367 INFO program: Block count: 1048576 >00:23:20,367 INFO program: Reserved block count: 10484 >00:23:20,367 INFO program: Free blocks: 296767 >00:23:20,367 INFO program: Free inodes: 158847 >00:23:20,368 INFO program: First block: 0 >00:23:20,368 INFO program: Block size: 4096 >00:23:20,368 INFO program: Fragment size: 4096 >00:23:20,368 INFO program: Reserved GDT blocks: 255 >00:23:20,368 INFO program: Blocks per group: 32768 >00:23:20,368 INFO program: Fragments per group: 32768 >00:23:20,368 INFO program: Inodes per group: 8192 >00:23:20,368 INFO program: Inode blocks per group: 512 >00:23:20,368 INFO program: Flex block group size: 16 >00:23:20,368 INFO program: Filesystem created: Tue Nov 20 19:25:04 2012 >00:23:20,368 INFO program: Last mount time: Thu Dec 6 22:57:50 2012 >00:23:20,368 INFO program: Last write time: Thu Dec 6 22:57:50 2012 >00:23:20,368 INFO program: Mount count: 1 >00:23:20,368 INFO program: Maximum mount count: -1 >00:23:20,368 INFO program: Last checked: Tue Nov 20 19:45:19 2012 >00:23:20,368 INFO program: Check interval: 0 (<none>) >00:23:20,368 INFO program: Lifetime writes: 993 MB >00:23:20,368 INFO program: Reserved blocks uid: 0 (user root) >00:23:20,368 INFO program: Reserved blocks gid: 0 (group root) >00:23:20,368 INFO program: First inode: 11 >00:23:20,368 INFO program: Inode size: 256 >00:23:20,368 INFO program: Required extra isize: 28 >00:23:20,369 INFO program: Desired extra isize: 28 >00:23:20,369 INFO program: Journal inode: 8 >00:23:20,369 INFO program: First orphan inode: 188528 >00:23:20,369 INFO program: Default directory hash: half_md4 >00:23:20,369 INFO program: Directory Hash Seed: 7dd2e7a0-c8d3-4dcb-b47f-e52ae83db935 >00:23:20,369 INFO program: Journal backup: inode blocks >00:23:20,369 INFO program: Journal features: journal_incompat_revoke >00:23:20,369 INFO program: Journal size: 128M >00:23:20,369 INFO program: Journal length: 32768 >00:23:20,369 INFO program: Journal sequence: 0x00001603 >00:23:20,369 INFO program: Journal start: 1 >00:23:20,369 INFO program: >00:23:20,369 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:20,369 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >00:23:20,374 INFO program: Filesystem volume name: _Fedora-18-Beta- >00:23:20,375 INFO program: Last mounted on: /sysroot >00:23:20,375 INFO program: Filesystem UUID: 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd >00:23:20,375 INFO program: Filesystem magic number: 0xEF53 >00:23:20,375 INFO program: Filesystem revision #: 1 (dynamic) >00:23:20,375 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:20,375 INFO program: Filesystem flags: signed_directory_hash >00:23:20,375 INFO program: Default mount options: user_xattr acl >00:23:20,375 INFO program: Filesystem state: clean >00:23:20,375 INFO program: Errors behavior: Continue >00:23:20,375 INFO program: Filesystem OS type: Linux >00:23:20,375 INFO program: Inode count: 262144 >00:23:20,375 INFO program: Block count: 1048576 >00:23:20,375 INFO program: Reserved block count: 10484 >00:23:20,375 INFO program: Free blocks: 296767 >00:23:20,375 INFO program: Free inodes: 158847 >00:23:20,375 INFO program: First block: 0 >00:23:20,375 INFO program: Block size: 4096 >00:23:20,375 INFO program: Fragment size: 4096 >00:23:20,375 INFO program: Reserved GDT blocks: 255 >00:23:20,375 INFO program: Blocks per group: 32768 >00:23:20,376 INFO program: Fragments per group: 32768 >00:23:20,376 INFO program: Inodes per group: 8192 >00:23:20,376 INFO program: Inode blocks per group: 512 >00:23:20,376 INFO program: Flex block group size: 16 >00:23:20,376 INFO program: Filesystem created: Tue Nov 20 19:25:04 2012 >00:23:20,376 INFO program: Last mount time: Thu Dec 6 22:57:50 2012 >00:23:20,376 INFO program: Last write time: Thu Dec 6 22:57:50 2012 >00:23:20,376 INFO program: Mount count: 1 >00:23:20,376 INFO program: Maximum mount count: -1 >00:23:20,376 INFO program: Last checked: Tue Nov 20 19:45:19 2012 >00:23:20,376 INFO program: Check interval: 0 (<none>) >00:23:20,376 INFO program: Lifetime writes: 993 MB >00:23:20,376 INFO program: Reserved blocks uid: 0 (user root) >00:23:20,376 INFO program: Reserved blocks gid: 0 (group root) >00:23:20,376 INFO program: First inode: 11 >00:23:20,376 INFO program: Inode size: 256 >00:23:20,376 INFO program: Required extra isize: 28 >00:23:20,376 INFO program: Desired extra isize: 28 >00:23:20,376 INFO program: Journal inode: 8 >00:23:20,376 INFO program: First orphan inode: 188528 >00:23:20,376 INFO program: Default directory hash: half_md4 >00:23:20,377 INFO program: Directory Hash Seed: 7dd2e7a0-c8d3-4dcb-b47f-e52ae83db935 >00:23:20,377 INFO program: Journal backup: inode blocks >00:23:20,377 INFO program: Journal features: journal_incompat_revoke >00:23:20,377 INFO program: Journal size: 128M >00:23:20,377 INFO program: Journal length: 32768 >00:23:20,377 INFO program: Journal sequence: 0x00001603 >00:23:20,377 INFO program: Journal start: 1 >00:23:20,377 INFO program: >00:23:20,377 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:20,377 INFO program: Running... resize2fs -P /dev/mapper/live-rw >00:23:20,385 INFO program: Estimated minimum size of the filesystem: 753428 >00:23:20,385 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:23:20,406 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >00:23:20,412 INFO program: Filesystem volume name: _Fedora-18-Beta- >00:23:20,412 INFO program: Last mounted on: /var/tmp/imgcreate-XQ3rjr/install_root >00:23:20,412 INFO program: Filesystem UUID: 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd >00:23:20,412 INFO program: Filesystem magic number: 0xEF53 >00:23:20,412 INFO program: Filesystem revision #: 1 (dynamic) >00:23:20,412 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:20,412 INFO program: Filesystem flags: signed_directory_hash >00:23:20,412 INFO program: Default mount options: user_xattr acl >00:23:20,412 INFO program: Filesystem state: clean >00:23:20,412 INFO program: Errors behavior: Continue >00:23:20,412 INFO program: Filesystem OS type: Linux >00:23:20,412 INFO program: Inode count: 188416 >00:23:20,412 INFO program: Block count: 753428 >00:23:20,412 INFO program: Reserved block count: 7533 >00:23:20,412 INFO program: Free blocks: 6759 >00:23:20,412 INFO program: Free inodes: 85119 >00:23:20,412 INFO program: First block: 0 >00:23:20,412 INFO program: Block size: 4096 >00:23:20,413 INFO program: Fragment size: 4096 >00:23:20,413 INFO program: Reserved GDT blocks: 255 >00:23:20,413 INFO program: Blocks per group: 32768 >00:23:20,413 INFO program: Fragments per group: 32768 >00:23:20,413 INFO program: Inodes per group: 8192 >00:23:20,413 INFO program: Inode blocks per group: 512 >00:23:20,413 INFO program: Flex block group size: 16 >00:23:20,413 INFO program: Filesystem created: Tue Nov 20 19:25:04 2012 >00:23:20,413 INFO program: Last mount time: Tue Nov 20 19:25:11 2012 >00:23:20,413 INFO program: Last write time: Tue Nov 20 19:45:23 2012 >00:23:20,413 INFO program: Mount count: 0 >00:23:20,413 INFO program: Maximum mount count: -1 >00:23:20,413 INFO program: Last checked: Tue Nov 20 19:45:23 2012 >00:23:20,413 INFO program: Check interval: 0 (<none>) >00:23:20,413 INFO program: Lifetime writes: 994 MB >00:23:20,413 INFO program: Reserved blocks uid: 0 (user root) >00:23:20,413 INFO program: Reserved blocks gid: 0 (group root) >00:23:20,413 INFO program: First inode: 11 >00:23:20,413 INFO program: Inode size: 256 >00:23:20,413 INFO program: Required extra isize: 28 >00:23:20,413 INFO program: Desired extra isize: 28 >00:23:20,413 INFO program: Journal inode: 8 >00:23:20,414 INFO program: Default directory hash: half_md4 >00:23:20,414 INFO program: Directory Hash Seed: 7dd2e7a0-c8d3-4dcb-b47f-e52ae83db935 >00:23:20,414 INFO program: Journal backup: inode blocks >00:23:20,414 INFO program: Journal features: journal_incompat_revoke >00:23:20,414 INFO program: Journal size: 128M >00:23:20,414 INFO program: Journal length: 32768 >00:23:20,414 INFO program: Journal sequence: 0x00001602 >00:23:20,414 INFO program: Journal start: 0 >00:23:20,414 INFO program: >00:23:20,414 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:20,414 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >00:23:20,419 INFO program: Filesystem volume name: _Fedora-18-Beta- >00:23:20,420 INFO program: Last mounted on: /var/tmp/imgcreate-XQ3rjr/install_root >00:23:20,420 INFO program: Filesystem UUID: 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd >00:23:20,420 INFO program: Filesystem magic number: 0xEF53 >00:23:20,420 INFO program: Filesystem revision #: 1 (dynamic) >00:23:20,420 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:20,420 INFO program: Filesystem flags: signed_directory_hash >00:23:20,420 INFO program: Default mount options: user_xattr acl >00:23:20,420 INFO program: Filesystem state: clean >00:23:20,420 INFO program: Errors behavior: Continue >00:23:20,420 INFO program: Filesystem OS type: Linux >00:23:20,420 INFO program: Inode count: 188416 >00:23:20,420 INFO program: Block count: 753428 >00:23:20,420 INFO program: Reserved block count: 7533 >00:23:20,420 INFO program: Free blocks: 6759 >00:23:20,420 INFO program: Free inodes: 85119 >00:23:20,420 INFO program: First block: 0 >00:23:20,420 INFO program: Block size: 4096 >00:23:20,420 INFO program: Fragment size: 4096 >00:23:20,420 INFO program: Reserved GDT blocks: 255 >00:23:20,421 INFO program: Blocks per group: 32768 >00:23:20,421 INFO program: Fragments per group: 32768 >00:23:20,421 INFO program: Inodes per group: 8192 >00:23:20,421 INFO program: Inode blocks per group: 512 >00:23:20,421 INFO program: Flex block group size: 16 >00:23:20,421 INFO program: Filesystem created: Tue Nov 20 19:25:04 2012 >00:23:20,421 INFO program: Last mount time: Tue Nov 20 19:25:11 2012 >00:23:20,421 INFO program: Last write time: Tue Nov 20 19:45:23 2012 >00:23:20,421 INFO program: Mount count: 0 >00:23:20,421 INFO program: Maximum mount count: -1 >00:23:20,421 INFO program: Last checked: Tue Nov 20 19:45:23 2012 >00:23:20,421 INFO program: Check interval: 0 (<none>) >00:23:20,421 INFO program: Lifetime writes: 994 MB >00:23:20,421 INFO program: Reserved blocks uid: 0 (user root) >00:23:20,421 INFO program: Reserved blocks gid: 0 (group root) >00:23:20,421 INFO program: First inode: 11 >00:23:20,421 INFO program: Inode size: 256 >00:23:20,421 INFO program: Required extra isize: 28 >00:23:20,421 INFO program: Desired extra isize: 28 >00:23:20,421 INFO program: Journal inode: 8 >00:23:20,421 INFO program: Default directory hash: half_md4 >00:23:20,421 INFO program: Directory Hash Seed: 7dd2e7a0-c8d3-4dcb-b47f-e52ae83db935 >00:23:20,422 INFO program: Journal backup: inode blocks >00:23:20,422 INFO program: Journal features: journal_incompat_revoke >00:23:20,422 INFO program: Journal size: 128M >00:23:20,422 INFO program: Journal length: 32768 >00:23:20,422 INFO program: Journal sequence: 0x00001602 >00:23:20,422 INFO program: Journal start: 0 >00:23:20,422 INFO program: >00:23:20,422 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:20,422 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >00:23:20,431 INFO program: Couldn't find valid filesystem superblock. >00:23:20,431 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:23:20,431 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >00:23:20,440 INFO program: Running... udevadm settle --timeout=300 >00:23:20,461 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora/swap >00:23:20,466 ERR program: File descriptor 3 (/tmp/anaconda.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,467 ERR program: File descriptor 4 (/tmp/storage.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,467 ERR program: File descriptor 5 (/dev/tty3) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,467 ERR program: File descriptor 6 (/dev/tty3) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,467 ERR program: File descriptor 7 (/tmp/program.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,467 ERR program: File descriptor 8 (/tmp/packaging.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,467 ERR program: File descriptor 9 (/tmp/packaging.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,467 ERR program: File descriptor 10 (/dev/tty5) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,467 ERR program: File descriptor 11 (pipe:[50132]) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,467 ERR program: File descriptor 13 (/tmp/ifcfg.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,467 ERR program: File descriptor 14 (/dev/tty3) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,468 ERR program: File descriptor 15 (pipe:[50133]) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,468 ERR program: File descriptor 17 (/dev/mapper/control) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,584 INFO program: Running... udevadm settle --timeout=300 >00:23:20,624 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora/root >00:23:20,633 ERR program: File descriptor 3 (/tmp/anaconda.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,634 ERR program: File descriptor 4 (/tmp/storage.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,634 ERR program: File descriptor 5 (/dev/tty3) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,634 ERR program: File descriptor 6 (/dev/tty3) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,634 ERR program: File descriptor 7 (/tmp/program.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,634 ERR program: File descriptor 8 (/tmp/packaging.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,634 ERR program: File descriptor 9 (/tmp/packaging.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,634 ERR program: File descriptor 10 (/dev/tty5) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,634 ERR program: File descriptor 11 (pipe:[50209]) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,634 ERR program: File descriptor 13 (/tmp/ifcfg.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,634 ERR program: File descriptor 14 (/dev/tty3) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,635 ERR program: File descriptor 15 (pipe:[50210]) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,635 ERR program: File descriptor 17 (/dev/mapper/control) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,765 INFO program: Running... udevadm settle --timeout=300 >00:23:20,780 INFO program: Running... udevadm settle --timeout=300 >00:23:20,840 INFO program: Running... dumpe2fs -h /dev/mapper/fedora-root >00:23:20,848 INFO program: Filesystem volume name: <none> >00:23:20,849 INFO program: Last mounted on: / >00:23:20,849 INFO program: Filesystem UUID: 6ce71d26-2501-41a4-b8bb-6720e5735dea >00:23:20,849 INFO program: Filesystem magic number: 0xEF53 >00:23:20,849 INFO program: Filesystem revision #: 1 (dynamic) >00:23:20,849 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:20,849 INFO program: Filesystem flags: signed_directory_hash >00:23:20,849 INFO program: Default mount options: user_xattr acl >00:23:20,849 INFO program: Filesystem state: clean >00:23:20,849 INFO program: Errors behavior: Continue >00:23:20,849 INFO program: Filesystem OS type: Linux >00:23:20,849 INFO program: Inode count: 496784 >00:23:20,849 INFO program: Block count: 1984512 >00:23:20,849 INFO program: Reserved block count: 99225 >00:23:20,849 INFO program: Free blocks: 1070541 >00:23:20,849 INFO program: Free inodes: 390015 >00:23:20,849 INFO program: First block: 0 >00:23:20,849 INFO program: Block size: 4096 >00:23:20,849 INFO program: Fragment size: 4096 >00:23:20,849 INFO program: Reserved GDT blocks: 484 >00:23:20,850 INFO program: Blocks per group: 32768 >00:23:20,850 INFO program: Fragments per group: 32768 >00:23:20,850 INFO program: Inodes per group: 8144 >00:23:20,850 INFO program: Inode blocks per group: 509 >00:23:20,850 INFO program: Flex block group size: 16 >00:23:20,850 INFO program: Filesystem created: Wed Dec 5 22:55:57 2012 >00:23:20,850 INFO program: Last mount time: Thu Dec 6 02:48:35 2012 >00:23:20,850 INFO program: Last write time: Wed Dec 5 18:48:34 2012 >00:23:20,850 INFO program: Mount count: 8 >00:23:20,850 INFO program: Maximum mount count: -1 >00:23:20,850 INFO program: Last checked: Wed Dec 5 18:19:24 2012 >00:23:20,850 INFO program: Check interval: 0 (<none>) >00:23:20,850 INFO program: Lifetime writes: 3911 MB >00:23:20,850 INFO program: Reserved blocks uid: 0 (user root) >00:23:20,850 INFO program: Reserved blocks gid: 0 (group root) >00:23:20,850 INFO program: First inode: 11 >00:23:20,850 INFO program: Inode size: 256 >00:23:20,850 INFO program: Required extra isize: 28 >00:23:20,850 INFO program: Desired extra isize: 28 >00:23:20,850 INFO program: Journal inode: 8 >00:23:20,850 INFO program: Default directory hash: half_md4 >00:23:20,850 INFO program: Directory Hash Seed: 8f21eeff-08b8-49cd-922a-425045a4944d >00:23:20,851 INFO program: Journal backup: inode blocks >00:23:20,851 INFO program: Journal features: journal_incompat_revoke >00:23:20,851 INFO program: Journal size: 128M >00:23:20,851 INFO program: Journal length: 32768 >00:23:20,851 INFO program: Journal sequence: 0x00001105 >00:23:20,851 INFO program: Journal start: 0 >00:23:20,851 INFO program: >00:23:20,851 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:20,851 INFO program: Running... dumpe2fs -h /dev/mapper/fedora-root >00:23:20,858 INFO program: Filesystem volume name: <none> >00:23:20,858 INFO program: Last mounted on: / >00:23:20,858 INFO program: Filesystem UUID: 6ce71d26-2501-41a4-b8bb-6720e5735dea >00:23:20,858 INFO program: Filesystem magic number: 0xEF53 >00:23:20,858 INFO program: Filesystem revision #: 1 (dynamic) >00:23:20,858 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:20,858 INFO program: Filesystem flags: signed_directory_hash >00:23:20,859 INFO program: Default mount options: user_xattr acl >00:23:20,859 INFO program: Filesystem state: clean >00:23:20,859 INFO program: Errors behavior: Continue >00:23:20,859 INFO program: Filesystem OS type: Linux >00:23:20,859 INFO program: Inode count: 496784 >00:23:20,859 INFO program: Block count: 1984512 >00:23:20,859 INFO program: Reserved block count: 99225 >00:23:20,859 INFO program: Free blocks: 1070541 >00:23:20,859 INFO program: Free inodes: 390015 >00:23:20,859 INFO program: First block: 0 >00:23:20,859 INFO program: Block size: 4096 >00:23:20,859 INFO program: Fragment size: 4096 >00:23:20,860 INFO program: Reserved GDT blocks: 484 >00:23:20,860 INFO program: Blocks per group: 32768 >00:23:20,860 INFO program: Fragments per group: 32768 >00:23:20,860 INFO program: Inodes per group: 8144 >00:23:20,860 INFO program: Inode blocks per group: 509 >00:23:20,860 INFO program: Flex block group size: 16 >00:23:20,860 INFO program: Filesystem created: Wed Dec 5 22:55:57 2012 >00:23:20,860 INFO program: Last mount time: Thu Dec 6 02:48:35 2012 >00:23:20,860 INFO program: Last write time: Wed Dec 5 18:48:34 2012 >00:23:20,860 INFO program: Mount count: 8 >00:23:20,860 INFO program: Maximum mount count: -1 >00:23:20,860 INFO program: Last checked: Wed Dec 5 18:19:24 2012 >00:23:20,860 INFO program: Check interval: 0 (<none>) >00:23:20,861 INFO program: Lifetime writes: 3911 MB >00:23:20,861 INFO program: Reserved blocks uid: 0 (user root) >00:23:20,861 INFO program: Reserved blocks gid: 0 (group root) >00:23:20,861 INFO program: First inode: 11 >00:23:20,861 INFO program: Inode size: 256 >00:23:20,861 INFO program: Required extra isize: 28 >00:23:20,861 INFO program: Desired extra isize: 28 >00:23:20,861 INFO program: Journal inode: 8 >00:23:20,861 INFO program: Default directory hash: half_md4 >00:23:20,861 INFO program: Directory Hash Seed: 8f21eeff-08b8-49cd-922a-425045a4944d >00:23:20,861 INFO program: Journal backup: inode blocks >00:23:20,861 INFO program: Journal features: journal_incompat_revoke >00:23:20,861 INFO program: Journal size: 128M >00:23:20,862 INFO program: Journal length: 32768 >00:23:20,862 INFO program: Journal sequence: 0x00001105 >00:23:20,862 INFO program: Journal start: 0 >00:23:20,862 INFO program: >00:23:20,862 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:20,862 INFO program: Running... resize2fs -P /dev/mapper/fedora-root >00:23:20,887 INFO program: Estimated minimum size of the filesystem: 901857 >00:23:20,887 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:23:20,909 INFO program: Running... udevadm settle --timeout=300 >00:23:20,932 INFO program: Running... udevadm settle --timeout=300 >00:23:20,946 INFO program: Running... udevadm settle --timeout=300 >00:23:20,962 INFO program: Running... udevadm settle --timeout=300 >00:23:20,974 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora/swap >00:23:20,979 ERR program: File descriptor 3 (/tmp/anaconda.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,979 ERR program: File descriptor 4 (/tmp/storage.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,979 ERR program: File descriptor 5 (/dev/tty3) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,979 ERR program: File descriptor 6 (/dev/tty3) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,979 ERR program: File descriptor 7 (/tmp/program.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,979 ERR program: File descriptor 8 (/tmp/packaging.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,980 ERR program: File descriptor 9 (/tmp/packaging.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,980 ERR program: File descriptor 10 (/dev/tty5) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,980 ERR program: File descriptor 11 (pipe:[50367]) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,980 ERR program: File descriptor 13 (/tmp/ifcfg.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,980 ERR program: File descriptor 14 (/dev/tty3) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,980 ERR program: File descriptor 15 (pipe:[50368]) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:20,980 ERR program: File descriptor 17 (/dev/mapper/control) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:21,039 INFO program: Running... udevadm settle --timeout=300 >00:23:21,051 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora >00:23:21,056 ERR program: File descriptor 3 (/tmp/anaconda.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:21,056 ERR program: File descriptor 4 (/tmp/storage.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:21,056 ERR program: File descriptor 5 (/dev/tty3) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:21,056 ERR program: File descriptor 6 (/dev/tty3) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:21,056 ERR program: File descriptor 7 (/tmp/program.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:21,057 ERR program: File descriptor 8 (/tmp/packaging.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:21,057 ERR program: File descriptor 9 (/tmp/packaging.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:21,057 ERR program: File descriptor 10 (/dev/tty5) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:21,057 ERR program: File descriptor 11 (pipe:[50411]) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:21,057 ERR program: File descriptor 13 (/tmp/ifcfg.log) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:21,057 ERR program: File descriptor 14 (/dev/tty3) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:21,057 ERR program: File descriptor 15 (pipe:[50412]) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:21,057 ERR program: File descriptor 17 (/dev/mapper/control) leaked on lvm invocation. Parent PID 5990: /usr/bin/python >00:23:21,104 INFO program: 0 logical volume(s) in volume group "fedora" now active >00:23:21,117 INFO program: Running... udevadm settle --timeout=300 >00:23:21,135 INFO program: Running... udevadm settle --timeout=300 >00:23:21,149 INFO program: Running... udevadm settle --timeout=300 >00:23:21,163 INFO program: Running... udevadm settle --timeout=300 >00:23:21,528 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >00:23:21,547 INFO program: Running... udevadm settle --timeout=300 >00:23:21,952 INFO program: Running... modprobe fcoe >00:23:21,959 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >00:23:21,966 INFO program: No FCoE boot disk information is found in EDD! >00:23:21,970 INFO program: Running... udevadm settle --timeout=300 >00:23:22,025 INFO program: Running... multipath -d >00:23:22,043 INFO program: Running... multipath -ll >00:23:22,280 INFO program: Running... udevadm control --property=ANACONDA=1 >00:23:22,285 INFO program: Running... systemctl start chronyd.service >00:23:22,345 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >00:23:22,401 INFO program: Running... udevadm settle --timeout=300 >00:23:23,222 INFO program: Running... udevadm settle --timeout=300 >00:23:23,263 INFO program: Running... udevadm settle --timeout=300 >00:23:23,323 INFO program: Running... multipath -d >00:23:23,345 INFO program: Running... multipath -ll >00:23:23,590 INFO program: Running... dumpe2fs -h /dev/sda1 >00:23:23,618 INFO program: Filesystem volume name: <none> >00:23:23,619 INFO program: Last mounted on: /boot >00:23:23,619 INFO program: Filesystem UUID: 7997a7eb-7d5e-45e5-9f52-5c8cd5525723 >00:23:23,620 INFO program: Filesystem magic number: 0xEF53 >00:23:23,620 INFO program: Filesystem revision #: 1 (dynamic) >00:23:23,621 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >00:23:23,621 INFO program: Filesystem flags: signed_directory_hash >00:23:23,621 INFO program: Default mount options: user_xattr acl >00:23:23,622 INFO program: Filesystem state: clean >00:23:23,622 INFO program: Errors behavior: Continue >00:23:23,622 INFO program: Filesystem OS type: Linux >00:23:23,623 INFO program: Inode count: 128016 >00:23:23,623 INFO program: Block count: 512000 >00:23:23,623 INFO program: Reserved block count: 25600 >00:23:23,623 INFO program: Free blocks: 296337 >00:23:23,623 INFO program: Free inodes: 127642 >00:23:23,623 INFO program: First block: 1 >00:23:23,623 INFO program: Block size: 1024 >00:23:23,623 INFO program: Fragment size: 1024 >00:23:23,623 INFO program: Reserved GDT blocks: 256 >00:23:23,623 INFO program: Blocks per group: 8192 >00:23:23,624 INFO program: Fragments per group: 8192 >00:23:23,624 INFO program: Inodes per group: 2032 >00:23:23,627 INFO program: Inode blocks per group: 254 >00:23:23,627 INFO program: Flex block group size: 16 >00:23:23,627 INFO program: Filesystem created: Wed Dec 5 22:55:54 2012 >00:23:23,627 INFO program: Last mount time: Thu Dec 6 02:48:37 2012 >00:23:23,627 INFO program: Last write time: Thu Dec 6 02:48:37 2012 >00:23:23,627 INFO program: Mount count: 8 >00:23:23,627 INFO program: Maximum mount count: -1 >00:23:23,627 INFO program: Last checked: Wed Dec 5 18:19:28 2012 >00:23:23,627 INFO program: Check interval: 0 (<none>) >00:23:23,627 INFO program: Lifetime writes: 209 MB >00:23:23,627 INFO program: Reserved blocks uid: 0 (user root) >00:23:23,634 INFO program: Reserved blocks gid: 0 (group root) >00:23:23,634 INFO program: First inode: 11 >00:23:23,634 INFO program: Inode size: 128 >00:23:23,634 INFO program: Journal inode: 8 >00:23:23,634 INFO program: Default directory hash: half_md4 >00:23:23,634 INFO program: Directory Hash Seed: 323156d3-1108-4021-aaa9-93636672d102 >00:23:23,634 INFO program: Journal backup: inode blocks >00:23:23,634 INFO program: Journal features: (none) >00:23:23,634 INFO program: Journal size: 8M >00:23:23,635 INFO program: Journal length: 8192 >00:23:23,635 INFO program: Journal sequence: 0x00000061 >00:23:23,637 INFO program: Journal start: 0 >00:23:23,637 INFO program: >00:23:23,637 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:23,638 INFO program: Running... dumpe2fs -h /dev/sda1 >00:23:23,658 INFO program: Filesystem volume name: <none> >00:23:23,659 INFO program: Last mounted on: /boot >00:23:23,659 INFO program: Filesystem UUID: 7997a7eb-7d5e-45e5-9f52-5c8cd5525723 >00:23:23,660 INFO program: Filesystem magic number: 0xEF53 >00:23:23,660 INFO program: Filesystem revision #: 1 (dynamic) >00:23:23,660 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >00:23:23,661 INFO program: Filesystem flags: signed_directory_hash >00:23:23,661 INFO program: Default mount options: user_xattr acl >00:23:23,662 INFO program: Filesystem state: clean >00:23:23,662 INFO program: Errors behavior: Continue >00:23:23,662 INFO program: Filesystem OS type: Linux >00:23:23,663 INFO program: Inode count: 128016 >00:23:23,663 INFO program: Block count: 512000 >00:23:23,663 INFO program: Reserved block count: 25600 >00:23:23,663 INFO program: Free blocks: 296337 >00:23:23,663 INFO program: Free inodes: 127642 >00:23:23,663 INFO program: First block: 1 >00:23:23,663 INFO program: Block size: 1024 >00:23:23,664 INFO program: Fragment size: 1024 >00:23:23,664 INFO program: Reserved GDT blocks: 256 >00:23:23,664 INFO program: Blocks per group: 8192 >00:23:23,664 INFO program: Fragments per group: 8192 >00:23:23,664 INFO program: Inodes per group: 2032 >00:23:23,664 INFO program: Inode blocks per group: 254 >00:23:23,667 INFO program: Flex block group size: 16 >00:23:23,667 INFO program: Filesystem created: Wed Dec 5 22:55:54 2012 >00:23:23,667 INFO program: Last mount time: Thu Dec 6 02:48:37 2012 >00:23:23,667 INFO program: Last write time: Thu Dec 6 02:48:37 2012 >00:23:23,667 INFO program: Mount count: 8 >00:23:23,667 INFO program: Maximum mount count: -1 >00:23:23,667 INFO program: Last checked: Wed Dec 5 18:19:28 2012 >00:23:23,667 INFO program: Check interval: 0 (<none>) >00:23:23,667 INFO program: Lifetime writes: 209 MB >00:23:23,668 INFO program: Reserved blocks uid: 0 (user root) >00:23:23,668 INFO program: Reserved blocks gid: 0 (group root) >00:23:23,674 INFO program: First inode: 11 >00:23:23,674 INFO program: Inode size: 128 >00:23:23,674 INFO program: Journal inode: 8 >00:23:23,675 INFO program: Default directory hash: half_md4 >00:23:23,675 INFO program: Directory Hash Seed: 323156d3-1108-4021-aaa9-93636672d102 >00:23:23,675 INFO program: Journal backup: inode blocks >00:23:23,675 INFO program: Journal features: (none) >00:23:23,675 INFO program: Journal size: 8M >00:23:23,675 INFO program: Journal length: 8192 >00:23:23,675 INFO program: Journal sequence: 0x00000061 >00:23:23,675 INFO program: Journal start: 0 >00:23:23,677 INFO program: >00:23:23,677 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:23,678 INFO program: Running... resize2fs -P /dev/sda1 >00:23:23,694 INFO program: Estimated minimum size of the filesystem: 211907 >00:23:23,696 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:23:24,105 INFO program: Running... dumpe2fs -h /dev/loop3 >00:23:24,120 INFO program: Filesystem volume name: _Fedora-18-Beta- >00:23:24,120 INFO program: Last mounted on: /var/tmp/imgcreate-XQ3rjr/install_root >00:23:24,121 INFO program: Filesystem UUID: 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd >00:23:24,121 INFO program: Filesystem magic number: 0xEF53 >00:23:24,122 INFO program: Filesystem revision #: 1 (dynamic) >00:23:24,122 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:24,122 INFO program: Filesystem flags: signed_directory_hash >00:23:24,123 INFO program: Default mount options: user_xattr acl >00:23:24,123 INFO program: Filesystem state: clean >00:23:24,124 INFO program: Errors behavior: Continue >00:23:24,124 INFO program: Filesystem OS type: Linux >00:23:24,124 INFO program: Inode count: 262144 >00:23:24,125 INFO program: Block count: 1048576 >00:23:24,125 INFO program: Reserved block count: 10484 >00:23:24,125 INFO program: Free blocks: 296767 >00:23:24,125 INFO program: Free inodes: 158847 >00:23:24,125 INFO program: First block: 0 >00:23:24,125 INFO program: Block size: 4096 >00:23:24,125 INFO program: Fragment size: 4096 >00:23:24,125 INFO program: Reserved GDT blocks: 255 >00:23:24,125 INFO program: Blocks per group: 32768 >00:23:24,125 INFO program: Fragments per group: 32768 >00:23:24,125 INFO program: Inodes per group: 8192 >00:23:24,126 INFO program: Inode blocks per group: 512 >00:23:24,128 INFO program: Flex block group size: 16 >00:23:24,129 INFO program: Filesystem created: Tue Nov 20 19:25:04 2012 >00:23:24,129 INFO program: Last mount time: Tue Nov 20 19:25:11 2012 >00:23:24,129 INFO program: Last write time: Tue Nov 20 19:45:19 2012 >00:23:24,129 INFO program: Mount count: 0 >00:23:24,129 INFO program: Maximum mount count: -1 >00:23:24,129 INFO program: Last checked: Tue Nov 20 19:45:19 2012 >00:23:24,129 INFO program: Check interval: 0 (<none>) >00:23:24,129 INFO program: Lifetime writes: 993 MB >00:23:24,129 INFO program: Reserved blocks uid: 0 (user root) >00:23:24,129 INFO program: Reserved blocks gid: 0 (group root) >00:23:24,137 INFO program: First inode: 11 >00:23:24,137 INFO program: Inode size: 256 >00:23:24,137 INFO program: Required extra isize: 28 >00:23:24,137 INFO program: Desired extra isize: 28 >00:23:24,137 INFO program: Journal inode: 8 >00:23:24,137 INFO program: Default directory hash: half_md4 >00:23:24,137 INFO program: Directory Hash Seed: 7dd2e7a0-c8d3-4dcb-b47f-e52ae83db935 >00:23:24,137 INFO program: Journal backup: inode blocks >00:23:24,137 INFO program: Journal features: journal_incompat_revoke >00:23:24,138 INFO program: Journal size: 128M >00:23:24,138 INFO program: Journal length: 32768 >00:23:24,141 INFO program: Journal sequence: 0x00001602 >00:23:24,141 INFO program: Journal start: 0 >00:23:24,141 INFO program: >00:23:24,141 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:24,141 INFO program: Running... dumpe2fs -h /dev/loop3 >00:23:24,159 INFO program: Filesystem volume name: _Fedora-18-Beta- >00:23:24,160 INFO program: Last mounted on: /var/tmp/imgcreate-XQ3rjr/install_root >00:23:24,160 INFO program: Filesystem UUID: 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd >00:23:24,160 INFO program: Filesystem magic number: 0xEF53 >00:23:24,161 INFO program: Filesystem revision #: 1 (dynamic) >00:23:24,161 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:24,161 INFO program: Filesystem flags: signed_directory_hash >00:23:24,162 INFO program: Default mount options: user_xattr acl >00:23:24,162 INFO program: Filesystem state: clean >00:23:24,163 INFO program: Errors behavior: Continue >00:23:24,163 INFO program: Filesystem OS type: Linux >00:23:24,163 INFO program: Inode count: 262144 >00:23:24,163 INFO program: Block count: 1048576 >00:23:24,163 INFO program: Reserved block count: 10484 >00:23:24,164 INFO program: Free blocks: 296767 >00:23:24,164 INFO program: Free inodes: 158847 >00:23:24,164 INFO program: First block: 0 >00:23:24,164 INFO program: Block size: 4096 >00:23:24,164 INFO program: Fragment size: 4096 >00:23:24,164 INFO program: Reserved GDT blocks: 255 >00:23:24,164 INFO program: Blocks per group: 32768 >00:23:24,164 INFO program: Fragments per group: 32768 >00:23:24,164 INFO program: Inodes per group: 8192 >00:23:24,167 INFO program: Inode blocks per group: 512 >00:23:24,167 INFO program: Flex block group size: 16 >00:23:24,167 INFO program: Filesystem created: Tue Nov 20 19:25:04 2012 >00:23:24,167 INFO program: Last mount time: Tue Nov 20 19:25:11 2012 >00:23:24,167 INFO program: Last write time: Tue Nov 20 19:45:19 2012 >00:23:24,167 INFO program: Mount count: 0 >00:23:24,168 INFO program: Maximum mount count: -1 >00:23:24,168 INFO program: Last checked: Tue Nov 20 19:45:19 2012 >00:23:24,168 INFO program: Check interval: 0 (<none>) >00:23:24,168 INFO program: Lifetime writes: 993 MB >00:23:24,168 INFO program: Reserved blocks uid: 0 (user root) >00:23:24,174 INFO program: Reserved blocks gid: 0 (group root) >00:23:24,174 INFO program: First inode: 11 >00:23:24,174 INFO program: Inode size: 256 >00:23:24,174 INFO program: Required extra isize: 28 >00:23:24,175 INFO program: Desired extra isize: 28 >00:23:24,175 INFO program: Journal inode: 8 >00:23:24,175 INFO program: Default directory hash: half_md4 >00:23:24,175 INFO program: Directory Hash Seed: 7dd2e7a0-c8d3-4dcb-b47f-e52ae83db935 >00:23:24,175 INFO program: Journal backup: inode blocks >00:23:24,175 INFO program: Journal features: journal_incompat_revoke >00:23:24,175 INFO program: Journal size: 128M >00:23:24,176 INFO program: Journal length: 32768 >00:23:24,176 INFO program: Journal sequence: 0x00001602 >00:23:24,176 INFO program: Journal start: 0 >00:23:24,176 INFO program: >00:23:24,176 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:24,177 INFO program: Running... resize2fs -P /dev/loop3 >00:23:24,194 INFO program: Couldn't find valid filesystem superblock. >00:23:24,194 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:23:24,194 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >00:23:24,271 INFO program: Running... udevadm settle --timeout=300 >00:23:24,348 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >00:23:24,363 INFO program: Filesystem volume name: _Fedora-18-Beta- >00:23:24,363 INFO program: Last mounted on: /sysroot >00:23:24,363 INFO program: Filesystem UUID: 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd >00:23:24,363 INFO program: Filesystem magic number: 0xEF53 >00:23:24,364 INFO program: Filesystem revision #: 1 (dynamic) >00:23:24,364 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:24,364 INFO program: Filesystem flags: signed_directory_hash >00:23:24,364 INFO program: Default mount options: user_xattr acl >00:23:24,364 INFO program: Filesystem state: clean >00:23:24,364 INFO program: Errors behavior: Continue >00:23:24,365 INFO program: Filesystem OS type: Linux >00:23:24,365 INFO program: Inode count: 262144 >00:23:24,365 INFO program: Block count: 1048576 >00:23:24,365 INFO program: Reserved block count: 10484 >00:23:24,365 INFO program: Free blocks: 296767 >00:23:24,365 INFO program: Free inodes: 158847 >00:23:24,366 INFO program: First block: 0 >00:23:24,366 INFO program: Block size: 4096 >00:23:24,366 INFO program: Fragment size: 4096 >00:23:24,366 INFO program: Reserved GDT blocks: 255 >00:23:24,366 INFO program: Blocks per group: 32768 >00:23:24,366 INFO program: Fragments per group: 32768 >00:23:24,367 INFO program: Inodes per group: 8192 >00:23:24,367 INFO program: Inode blocks per group: 512 >00:23:24,367 INFO program: Flex block group size: 16 >00:23:24,367 INFO program: Filesystem created: Tue Nov 20 19:25:04 2012 >00:23:24,368 INFO program: Last mount time: Thu Dec 6 22:57:50 2012 >00:23:24,368 INFO program: Last write time: Thu Dec 6 22:57:50 2012 >00:23:24,372 INFO program: Mount count: 1 >00:23:24,372 INFO program: Maximum mount count: -1 >00:23:24,373 INFO program: Last checked: Tue Nov 20 19:45:19 2012 >00:23:24,373 INFO program: Check interval: 0 (<none>) >00:23:24,373 INFO program: Lifetime writes: 993 MB >00:23:24,373 INFO program: Reserved blocks uid: 0 (user root) >00:23:24,373 INFO program: Reserved blocks gid: 0 (group root) >00:23:24,373 INFO program: First inode: 11 >00:23:24,374 INFO program: Inode size: 256 >00:23:24,374 INFO program: Required extra isize: 28 >00:23:24,374 INFO program: Desired extra isize: 28 >00:23:24,374 INFO program: Journal inode: 8 >00:23:24,374 INFO program: First orphan inode: 188528 >00:23:24,374 INFO program: Default directory hash: half_md4 >00:23:24,375 INFO program: Directory Hash Seed: 7dd2e7a0-c8d3-4dcb-b47f-e52ae83db935 >00:23:24,375 INFO program: Journal backup: inode blocks >00:23:24,375 INFO program: Journal features: journal_incompat_revoke >00:23:24,375 INFO program: Journal size: 128M >00:23:24,375 INFO program: Journal length: 32768 >00:23:24,375 INFO program: Journal sequence: 0x00001603 >00:23:24,376 INFO program: Journal start: 1 >00:23:24,376 INFO program: >00:23:24,376 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:24,377 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >00:23:24,391 INFO program: Filesystem volume name: _Fedora-18-Beta- >00:23:24,391 INFO program: Last mounted on: /sysroot >00:23:24,391 INFO program: Filesystem UUID: 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd >00:23:24,391 INFO program: Filesystem magic number: 0xEF53 >00:23:24,392 INFO program: Filesystem revision #: 1 (dynamic) >00:23:24,392 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:24,392 INFO program: Filesystem flags: signed_directory_hash >00:23:24,392 INFO program: Default mount options: user_xattr acl >00:23:24,392 INFO program: Filesystem state: clean >00:23:24,392 INFO program: Errors behavior: Continue >00:23:24,393 INFO program: Filesystem OS type: Linux >00:23:24,393 INFO program: Inode count: 262144 >00:23:24,393 INFO program: Block count: 1048576 >00:23:24,393 INFO program: Reserved block count: 10484 >00:23:24,393 INFO program: Free blocks: 296767 >00:23:24,393 INFO program: Free inodes: 158847 >00:23:24,394 INFO program: First block: 0 >00:23:24,394 INFO program: Block size: 4096 >00:23:24,394 INFO program: Fragment size: 4096 >00:23:24,394 INFO program: Reserved GDT blocks: 255 >00:23:24,394 INFO program: Blocks per group: 32768 >00:23:24,394 INFO program: Fragments per group: 32768 >00:23:24,395 INFO program: Inodes per group: 8192 >00:23:24,395 INFO program: Inode blocks per group: 512 >00:23:24,395 INFO program: Flex block group size: 16 >00:23:24,395 INFO program: Filesystem created: Tue Nov 20 19:25:04 2012 >00:23:24,395 INFO program: Last mount time: Thu Dec 6 22:57:50 2012 >00:23:24,395 INFO program: Last write time: Thu Dec 6 22:57:50 2012 >00:23:24,396 INFO program: Mount count: 1 >00:23:24,399 INFO program: Maximum mount count: -1 >00:23:24,399 INFO program: Last checked: Tue Nov 20 19:45:19 2012 >00:23:24,400 INFO program: Check interval: 0 (<none>) >00:23:24,400 INFO program: Lifetime writes: 993 MB >00:23:24,400 INFO program: Reserved blocks uid: 0 (user root) >00:23:24,400 INFO program: Reserved blocks gid: 0 (group root) >00:23:24,400 INFO program: First inode: 11 >00:23:24,400 INFO program: Inode size: 256 >00:23:24,401 INFO program: Required extra isize: 28 >00:23:24,401 INFO program: Desired extra isize: 28 >00:23:24,401 INFO program: Journal inode: 8 >00:23:24,401 INFO program: First orphan inode: 188528 >00:23:24,401 INFO program: Default directory hash: half_md4 >00:23:24,401 INFO program: Directory Hash Seed: 7dd2e7a0-c8d3-4dcb-b47f-e52ae83db935 >00:23:24,402 INFO program: Journal backup: inode blocks >00:23:24,402 INFO program: Journal features: journal_incompat_revoke >00:23:24,402 INFO program: Journal size: 128M >00:23:24,402 INFO program: Journal length: 32768 >00:23:24,402 INFO program: Journal sequence: 0x00001603 >00:23:24,402 INFO program: Journal start: 1 >00:23:24,403 INFO program: >00:23:24,403 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:24,403 INFO program: Running... resize2fs -P /dev/mapper/live-rw >00:23:24,421 INFO program: Estimated minimum size of the filesystem: 753428 >00:23:24,421 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:23:24,478 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >00:23:24,494 INFO program: Filesystem volume name: _Fedora-18-Beta- >00:23:24,494 INFO program: Last mounted on: /var/tmp/imgcreate-XQ3rjr/install_root >00:23:24,494 INFO program: Filesystem UUID: 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd >00:23:24,495 INFO program: Filesystem magic number: 0xEF53 >00:23:24,495 INFO program: Filesystem revision #: 1 (dynamic) >00:23:24,495 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:24,495 INFO program: Filesystem flags: signed_directory_hash >00:23:24,495 INFO program: Default mount options: user_xattr acl >00:23:24,495 INFO program: Filesystem state: clean >00:23:24,496 INFO program: Errors behavior: Continue >00:23:24,496 INFO program: Filesystem OS type: Linux >00:23:24,496 INFO program: Inode count: 188416 >00:23:24,496 INFO program: Block count: 753428 >00:23:24,496 INFO program: Reserved block count: 7533 >00:23:24,496 INFO program: Free blocks: 6759 >00:23:24,497 INFO program: Free inodes: 85119 >00:23:24,497 INFO program: First block: 0 >00:23:24,497 INFO program: Block size: 4096 >00:23:24,497 INFO program: Fragment size: 4096 >00:23:24,497 INFO program: Reserved GDT blocks: 255 >00:23:24,497 INFO program: Blocks per group: 32768 >00:23:24,498 INFO program: Fragments per group: 32768 >00:23:24,498 INFO program: Inodes per group: 8192 >00:23:24,498 INFO program: Inode blocks per group: 512 >00:23:24,498 INFO program: Flex block group size: 16 >00:23:24,498 INFO program: Filesystem created: Tue Nov 20 19:25:04 2012 >00:23:24,498 INFO program: Last mount time: Tue Nov 20 19:25:11 2012 >00:23:24,499 INFO program: Last write time: Tue Nov 20 19:45:23 2012 >00:23:24,502 INFO program: Mount count: 0 >00:23:24,503 INFO program: Maximum mount count: -1 >00:23:24,503 INFO program: Last checked: Tue Nov 20 19:45:23 2012 >00:23:24,503 INFO program: Check interval: 0 (<none>) >00:23:24,503 INFO program: Lifetime writes: 994 MB >00:23:24,503 INFO program: Reserved blocks uid: 0 (user root) >00:23:24,503 INFO program: Reserved blocks gid: 0 (group root) >00:23:24,504 INFO program: First inode: 11 >00:23:24,504 INFO program: Inode size: 256 >00:23:24,504 INFO program: Required extra isize: 28 >00:23:24,504 INFO program: Desired extra isize: 28 >00:23:24,504 INFO program: Journal inode: 8 >00:23:24,504 INFO program: Default directory hash: half_md4 >00:23:24,505 INFO program: Directory Hash Seed: 7dd2e7a0-c8d3-4dcb-b47f-e52ae83db935 >00:23:24,505 INFO program: Journal backup: inode blocks >00:23:24,505 INFO program: Journal features: journal_incompat_revoke >00:23:24,505 INFO program: Journal size: 128M >00:23:24,505 INFO program: Journal length: 32768 >00:23:24,505 INFO program: Journal sequence: 0x00001602 >00:23:24,506 INFO program: Journal start: 0 >00:23:24,506 INFO program: >00:23:24,506 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:24,507 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >00:23:24,521 INFO program: Filesystem volume name: _Fedora-18-Beta- >00:23:24,521 INFO program: Last mounted on: /var/tmp/imgcreate-XQ3rjr/install_root >00:23:24,521 INFO program: Filesystem UUID: 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd >00:23:24,522 INFO program: Filesystem magic number: 0xEF53 >00:23:24,522 INFO program: Filesystem revision #: 1 (dynamic) >00:23:24,522 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:24,522 INFO program: Filesystem flags: signed_directory_hash >00:23:24,522 INFO program: Default mount options: user_xattr acl >00:23:24,522 INFO program: Filesystem state: clean >00:23:24,523 INFO program: Errors behavior: Continue >00:23:24,523 INFO program: Filesystem OS type: Linux >00:23:24,523 INFO program: Inode count: 188416 >00:23:24,523 INFO program: Block count: 753428 >00:23:24,523 INFO program: Reserved block count: 7533 >00:23:24,523 INFO program: Free blocks: 6759 >00:23:24,524 INFO program: Free inodes: 85119 >00:23:24,524 INFO program: First block: 0 >00:23:24,524 INFO program: Block size: 4096 >00:23:24,524 INFO program: Fragment size: 4096 >00:23:24,524 INFO program: Reserved GDT blocks: 255 >00:23:24,524 INFO program: Blocks per group: 32768 >00:23:24,525 INFO program: Fragments per group: 32768 >00:23:24,525 INFO program: Inodes per group: 8192 >00:23:24,525 INFO program: Inode blocks per group: 512 >00:23:24,525 INFO program: Flex block group size: 16 >00:23:24,525 INFO program: Filesystem created: Tue Nov 20 19:25:04 2012 >00:23:24,525 INFO program: Last mount time: Tue Nov 20 19:25:11 2012 >00:23:24,526 INFO program: Last write time: Tue Nov 20 19:45:23 2012 >00:23:24,526 INFO program: Mount count: 0 >00:23:24,529 INFO program: Maximum mount count: -1 >00:23:24,529 INFO program: Last checked: Tue Nov 20 19:45:23 2012 >00:23:24,530 INFO program: Check interval: 0 (<none>) >00:23:24,530 INFO program: Lifetime writes: 994 MB >00:23:24,530 INFO program: Reserved blocks uid: 0 (user root) >00:23:24,530 INFO program: Reserved blocks gid: 0 (group root) >00:23:24,530 INFO program: First inode: 11 >00:23:24,530 INFO program: Inode size: 256 >00:23:24,531 INFO program: Required extra isize: 28 >00:23:24,531 INFO program: Desired extra isize: 28 >00:23:24,531 INFO program: Journal inode: 8 >00:23:24,531 INFO program: Default directory hash: half_md4 >00:23:24,531 INFO program: Directory Hash Seed: 7dd2e7a0-c8d3-4dcb-b47f-e52ae83db935 >00:23:24,531 INFO program: Journal backup: inode blocks >00:23:24,532 INFO program: Journal features: journal_incompat_revoke >00:23:24,532 INFO program: Journal size: 128M >00:23:24,532 INFO program: Journal length: 32768 >00:23:24,532 INFO program: Journal sequence: 0x00001602 >00:23:24,532 INFO program: Journal start: 0 >00:23:24,532 INFO program: >00:23:24,533 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:24,533 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >00:23:24,552 INFO program: Couldn't find valid filesystem superblock. >00:23:24,552 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:23:24,552 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >00:23:24,568 INFO program: Running... udevadm settle --timeout=300 >00:23:24,627 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora/swap >00:23:24,760 INFO program: Running... udevadm settle --timeout=300 >00:23:24,839 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora/root >00:23:24,956 INFO program: Running... udevadm settle --timeout=300 >00:23:24,989 INFO program: Running... udevadm settle --timeout=300 >00:23:25,110 INFO program: Running... dumpe2fs -h /dev/mapper/fedora-root >00:23:25,128 INFO program: Filesystem volume name: <none> >00:23:25,129 INFO program: Last mounted on: / >00:23:25,129 INFO program: Filesystem UUID: 6ce71d26-2501-41a4-b8bb-6720e5735dea >00:23:25,129 INFO program: Filesystem magic number: 0xEF53 >00:23:25,129 INFO program: Filesystem revision #: 1 (dynamic) >00:23:25,129 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:25,129 INFO program: Filesystem flags: signed_directory_hash >00:23:25,130 INFO program: Default mount options: user_xattr acl >00:23:25,130 INFO program: Filesystem state: clean >00:23:25,130 INFO program: Errors behavior: Continue >00:23:25,130 INFO program: Filesystem OS type: Linux >00:23:25,130 INFO program: Inode count: 496784 >00:23:25,130 INFO program: Block count: 1984512 >00:23:25,131 INFO program: Reserved block count: 99225 >00:23:25,131 INFO program: Free blocks: 1070541 >00:23:25,131 INFO program: Free inodes: 390015 >00:23:25,131 INFO program: First block: 0 >00:23:25,131 INFO program: Block size: 4096 >00:23:25,131 INFO program: Fragment size: 4096 >00:23:25,132 INFO program: Reserved GDT blocks: 484 >00:23:25,132 INFO program: Blocks per group: 32768 >00:23:25,132 INFO program: Fragments per group: 32768 >00:23:25,132 INFO program: Inodes per group: 8144 >00:23:25,132 INFO program: Inode blocks per group: 509 >00:23:25,132 INFO program: Flex block group size: 16 >00:23:25,132 INFO program: Filesystem created: Wed Dec 5 22:55:57 2012 >00:23:25,133 INFO program: Last mount time: Thu Dec 6 02:48:35 2012 >00:23:25,133 INFO program: Last write time: Wed Dec 5 18:48:34 2012 >00:23:25,133 INFO program: Mount count: 8 >00:23:25,137 INFO program: Maximum mount count: -1 >00:23:25,138 INFO program: Last checked: Wed Dec 5 18:19:24 2012 >00:23:25,138 INFO program: Check interval: 0 (<none>) >00:23:25,138 INFO program: Lifetime writes: 3911 MB >00:23:25,138 INFO program: Reserved blocks uid: 0 (user root) >00:23:25,138 INFO program: Reserved blocks gid: 0 (group root) >00:23:25,138 INFO program: First inode: 11 >00:23:25,139 INFO program: Inode size: 256 >00:23:25,139 INFO program: Required extra isize: 28 >00:23:25,139 INFO program: Desired extra isize: 28 >00:23:25,139 INFO program: Journal inode: 8 >00:23:25,139 INFO program: Default directory hash: half_md4 >00:23:25,139 INFO program: Directory Hash Seed: 8f21eeff-08b8-49cd-922a-425045a4944d >00:23:25,140 INFO program: Journal backup: inode blocks >00:23:25,140 INFO program: Journal features: journal_incompat_revoke >00:23:25,140 INFO program: Journal size: 128M >00:23:25,140 INFO program: Journal length: 32768 >00:23:25,140 INFO program: Journal sequence: 0x00001105 >00:23:25,140 INFO program: Journal start: 0 >00:23:25,141 INFO program: >00:23:25,141 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:25,141 INFO program: Running... dumpe2fs -h /dev/mapper/fedora-root >00:23:25,161 INFO program: Filesystem volume name: <none> >00:23:25,161 INFO program: Last mounted on: / >00:23:25,161 INFO program: Filesystem UUID: 6ce71d26-2501-41a4-b8bb-6720e5735dea >00:23:25,161 INFO program: Filesystem magic number: 0xEF53 >00:23:25,162 INFO program: Filesystem revision #: 1 (dynamic) >00:23:25,162 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >00:23:25,162 INFO program: Filesystem flags: signed_directory_hash >00:23:25,162 INFO program: Default mount options: user_xattr acl >00:23:25,162 INFO program: Filesystem state: clean >00:23:25,162 INFO program: Errors behavior: Continue >00:23:25,163 INFO program: Filesystem OS type: Linux >00:23:25,163 INFO program: Inode count: 496784 >00:23:25,163 INFO program: Block count: 1984512 >00:23:25,163 INFO program: Reserved block count: 99225 >00:23:25,163 INFO program: Free blocks: 1070541 >00:23:25,163 INFO program: Free inodes: 390015 >00:23:25,164 INFO program: First block: 0 >00:23:25,164 INFO program: Block size: 4096 >00:23:25,164 INFO program: Fragment size: 4096 >00:23:25,164 INFO program: Reserved GDT blocks: 484 >00:23:25,164 INFO program: Blocks per group: 32768 >00:23:25,164 INFO program: Fragments per group: 32768 >00:23:25,164 INFO program: Inodes per group: 8144 >00:23:25,165 INFO program: Inode blocks per group: 509 >00:23:25,165 INFO program: Flex block group size: 16 >00:23:25,165 INFO program: Filesystem created: Wed Dec 5 22:55:57 2012 >00:23:25,165 INFO program: Last mount time: Thu Dec 6 02:48:35 2012 >00:23:25,165 INFO program: Last write time: Wed Dec 5 18:48:34 2012 >00:23:25,165 INFO program: Mount count: 8 >00:23:25,169 INFO program: Maximum mount count: -1 >00:23:25,169 INFO program: Last checked: Wed Dec 5 18:19:24 2012 >00:23:25,170 INFO program: Check interval: 0 (<none>) >00:23:25,170 INFO program: Lifetime writes: 3911 MB >00:23:25,170 INFO program: Reserved blocks uid: 0 (user root) >00:23:25,170 INFO program: Reserved blocks gid: 0 (group root) >00:23:25,170 INFO program: First inode: 11 >00:23:25,170 INFO program: Inode size: 256 >00:23:25,171 INFO program: Required extra isize: 28 >00:23:25,171 INFO program: Desired extra isize: 28 >00:23:25,171 INFO program: Journal inode: 8 >00:23:25,171 INFO program: Default directory hash: half_md4 >00:23:25,171 INFO program: Directory Hash Seed: 8f21eeff-08b8-49cd-922a-425045a4944d >00:23:25,171 INFO program: Journal backup: inode blocks >00:23:25,172 INFO program: Journal features: journal_incompat_revoke >00:23:25,172 INFO program: Journal size: 128M >00:23:25,172 INFO program: Journal length: 32768 >00:23:25,172 INFO program: Journal sequence: 0x00001105 >00:23:25,172 INFO program: Journal start: 0 >00:23:25,172 INFO program: >00:23:25,173 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >00:23:25,173 INFO program: Running... resize2fs -P /dev/mapper/fedora-root >00:23:25,199 INFO program: Estimated minimum size of the filesystem: 901857 >00:23:25,200 ERR program: resize2fs 1.42.5 (29-Jul-2012) >00:23:25,239 INFO program: Running... udevadm settle --timeout=300 >00:23:25,299 INFO program: Running... udevadm settle --timeout=300 >00:23:25,342 INFO program: Running... udevadm settle --timeout=300 >00:23:25,399 INFO program: Running... udevadm settle --timeout=300 >00:23:25,435 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora/swap >00:23:25,570 INFO program: Running... udevadm settle --timeout=300 >00:23:25,608 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora >00:23:25,692 INFO program: 0 logical volume(s) in volume group "fedora" now active >00:23:25,701 INFO program: Running... udevadm settle --timeout=300 >00:23:25,746 INFO program: Running... udevadm settle --timeout=300 >05:23:25,817 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >05:23:25,857 INFO program: Running... /bin/umount /mnt/sysimage >00:23:25,872 INFO program: Running... udevadm settle --timeout=300 >00:23:25,914 INFO program: Running... udevadm settle --timeout=300 >00:23:25,963 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora/root >00:23:26,109 INFO program: Running... udevadm settle --timeout=300 >05:23:26,153 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/mapper/fedora-root /mnt/sysimage >00:23:26,188 INFO program: Running... arch >00:23:26,227 INFO program: x86_64 >05:23:26,254 INFO program: Running... /bin/umount /mnt/sysimage >00:23:26,272 INFO program: Running... udevadm settle --timeout=300 >00:23:26,313 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora/root >05:23:26,502 INFO program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >00:26:01,858 INFO program: Running... udevadm settle --timeout=300 > > >/tmp/storage.log: >00:23:19,239 DEBUG storage: registered device format class BIOSBoot as biosboot >00:23:19,240 DEBUG storage: registered device format class MDRaidMember as mdmember >00:23:19,240 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >00:23:19,245 DEBUG storage: registered device format class SwapSpace as swap >00:23:19,245 DEBUG storage: registered device format class DMRaidMember as dmraidmember >00:23:19,246 DEBUG storage: registered device format class MultipathMember as multipath_member >00:23:19,246 DEBUG storage: registered device format class LUKS as luks >00:23:19,247 DEBUG storage: registered device format class PPCPRePBoot as prepboot >00:23:19,247 DEBUG storage: registered device format class DiskLabel as disklabel >00:23:19,268 DEBUG storage: registered device format class Ext2FS as ext2 >00:23:19,268 DEBUG storage: registered device format class Ext3FS as ext3 >00:23:19,268 DEBUG storage: registered device format class Ext4FS as ext4 >00:23:19,272 DEBUG storage: registered device format class FATFS as vfat >00:23:19,272 DEBUG storage: registered device format class EFIFS as efi >00:23:19,272 DEBUG storage: registered device format class BTRFS as btrfs >00:23:19,272 DEBUG storage: registered device format class GFS2 as gfs2 >00:23:19,272 DEBUG storage: registered device format class JFS as jfs >00:23:19,272 DEBUG storage: registered device format class ReiserFS as reiserfs >00:23:19,272 DEBUG storage: registered device format class XFS as xfs >00:23:19,272 DEBUG storage: registered device format class HFS as hfs >00:23:19,272 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >00:23:19,272 DEBUG storage: registered device format class HFSPlus as hfs+ >00:23:19,272 DEBUG storage: registered device format class NTFS as ntfs >00:23:19,273 DEBUG storage: registered device format class NFS as nfs >00:23:19,273 DEBUG storage: registered device format class NFSv4 as nfs4 >00:23:19,273 DEBUG storage: registered device format class Iso9660FS as iso9660 >00:23:19,273 DEBUG storage: registered device format class NoDevFS as nodev >00:23:19,273 DEBUG storage: registered device format class DevPtsFS as devpts >00:23:19,273 DEBUG storage: registered device format class ProcFS as proc >00:23:19,273 DEBUG storage: registered device format class SysFS as sysfs >00:23:19,273 DEBUG storage: registered device format class TmpFS as tmpfs >00:23:19,273 DEBUG storage: registered device format class BindFS as bind >00:23:19,273 DEBUG storage: registered device format class SELinuxFS as selinuxfs >00:23:19,273 DEBUG storage: registered device format class USBFS as usbfs >00:23:19,881 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >00:23:19,882 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >00:23:19,882 INFO storage: sr0 looks to be the live device; marking as protected >00:23:19,917 DEBUG storage: MultipathTopology._build_topology: >00:23:19,917 DEBUG storage: /etc/multipath.conf contents: >00:23:19,917 DEBUG storage: # multipath.conf written by anaconda >00:23:19,918 DEBUG storage: >00:23:19,918 DEBUG storage: defaults { >00:23:19,918 DEBUG storage: user_friendly_names yes >00:23:19,918 DEBUG storage: } >00:23:19,918 DEBUG storage: blacklist { >00:23:19,918 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >00:23:19,918 DEBUG storage: devnode "^hd[a-z]" >00:23:19,918 DEBUG storage: devnode "^dcssblk[0-9]*" >00:23:19,918 DEBUG storage: device { >00:23:19,918 DEBUG storage: vendor "DGC" >00:23:19,918 DEBUG storage: product "LUNZ" >00:23:19,918 DEBUG storage: } >00:23:19,918 DEBUG storage: device { >00:23:19,918 DEBUG storage: vendor "IBM" >00:23:19,918 DEBUG storage: product "S/390.*" >00:23:19,918 DEBUG storage: } >00:23:19,918 DEBUG storage: # don't count normal SATA devices as multipaths >00:23:19,918 DEBUG storage: device { >00:23:19,918 DEBUG storage: vendor "ATA" >00:23:19,918 DEBUG storage: } >00:23:19,918 DEBUG storage: # don't count 3ware devices as multipaths >00:23:19,919 DEBUG storage: device { >00:23:19,919 DEBUG storage: vendor "3ware" >00:23:19,919 DEBUG storage: } >00:23:19,919 DEBUG storage: device { >00:23:19,919 DEBUG storage: vendor "AMCC" >00:23:19,919 DEBUG storage: } >00:23:19,919 DEBUG storage: # nor highpoint devices >00:23:19,919 DEBUG storage: device { >00:23:19,919 DEBUG storage: vendor "HPT" >00:23:19,919 DEBUG storage: } >00:23:19,919 DEBUG storage: } >00:23:19,919 DEBUG storage: multipaths { >00:23:19,919 DEBUG storage: } >00:23:19,919 DEBUG storage: (end of /etc/multipath.conf) >00:23:19,961 INFO storage: MultipathTopology: found singlepath device: sda >00:23:19,962 INFO storage: MultipathTopology: found non-disk device: sda1 >00:23:19,962 INFO storage: MultipathTopology: found non-disk device: sda2 >00:23:19,962 INFO storage: MultipathTopology: found non-disk device: sr0 >00:23:19,962 INFO storage: MultipathTopology: found singlepath device: loop0 >00:23:19,962 INFO storage: MultipathTopology: found singlepath device: loop1 >00:23:19,962 INFO storage: MultipathTopology: found singlepath device: loop2 >00:23:19,962 INFO storage: MultipathTopology: found singlepath device: loop3 >00:23:19,962 INFO storage: MultipathTopology: found singlepath device: loop4 >00:23:19,962 INFO storage: MultipathTopology: found singlepath device: loop5 >00:23:19,962 INFO storage: MultipathTopology: found singlepath device: loop6 >00:23:19,962 INFO storage: MultipathTopology: found singlepath device: loop7 >00:23:19,962 INFO storage: MultipathTopology: found singlepath device: dm-0 >00:23:19,963 INFO storage: MultipathTopology: found singlepath device: dm-1 >00:23:19,963 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >00:23:19,965 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '25905', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >00:23:19,966 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >00:23:19,967 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:23:19,967 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:19,968 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >00:23:19,968 INFO storage: sda is a disk >00:23:19,969 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:19,970 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >00:23:19,971 INFO storage: added disk sda (id 0) to device tree >00:23:19,971 DEBUG storage: looking up parted Device: /dev/sda >00:23:19,976 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >00:23:19,977 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >00:23:19,979 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >00:23:19,982 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >00:23:19,991 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x2286bd0>, <parted.partition.Partition object at 0x2286d50>] > device: <parted.device.Device object at 0x2286a10> > PedDisk: <_ped.Disk object at 0x2289ab8> >00:23:19,992 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >00:23:19,995 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >00:23:20,001 INFO storage: got device: DiskDevice instance (0x2217810) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x20a5ef0> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x2272bd0> >00:23:20,005 INFO storage: got format: DiskLabel instance (0x2272c90) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x2286bd0>, <parted.partition.Partition object at 0x2286d50>] > device: <parted.device.Device object at 0x2286a10> > PedDisk: <_ped.Disk object at 0x2289ab8> > origPartedDisk = <parted.disk.Disk object at 0x2286f90> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x21b0560> > >00:23:20,013 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-uuid/7997a7eb-7d5e-45e5-9f52-5c8cd5525723', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7997a7eb-7d5e-45e5-9f52-5c8cd5525723', > 'ID_FS_UUID_ENC': '7997a7eb-7d5e-45e5-9f52-5c8cd5525723', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '26316', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-uuid/7997a7eb-7d5e-45e5-9f52-5c8cd5525723'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >00:23:20,013 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >00:23:20,014 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >00:23:20,015 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,016 INFO storage: sda1 is a partition >00:23:20,016 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >00:23:20,017 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:23:20,017 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >00:23:20,018 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >00:23:20,019 DEBUG storage: PartitionDevice._setFormat: sda1 ; >00:23:20,019 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,020 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >00:23:20,020 DEBUG storage: looking up parted Partition: /dev/sda1 >00:23:20,020 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >00:23:20,021 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >00:23:20,022 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >00:23:20,022 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >00:23:20,022 INFO storage: added partition sda1 (id 1) to device tree >00:23:20,023 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >00:23:20,023 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >00:23:20,024 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >00:23:20,025 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >00:23:20,040 WARN storage: disklabel detected but not usable on sda1 >00:23:20,041 INFO storage: type detected on 'sda1' is 'ext4' >00:23:20,094 DEBUG storage: padding min size from 207 up to 227 >00:23:20,098 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:20,099 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:20,101 DEBUG storage: PartitionDevice._setFormat: sda1 ; >00:23:20,103 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >00:23:20,105 DEBUG storage: looking up parted Device: /dev/sda1 >00:23:20,109 INFO storage: got device: PartitionDevice instance (0x2272b90) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32743 did: 0 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x21b08c0> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x2286ad0> fileSystem: <parted.filesystem.FileSystem object at 0x2286e90> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x2286c90> PedPartition: <_ped.Partition object at 0x22855f0> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >00:23:20,112 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:20,113 INFO storage: got format: Ext4FS instance (0x228d310) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 7997a7eb-7d5e-45e5-9f52-5c8cd5525723 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >00:23:20,122 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'VoW9Yp-7hRf-KGoT-XLUv-x7Ek-ZBTl-r9E01p', > 'ID_FS_UUID_ENC': 'VoW9Yp-7hRf-KGoT-XLUv-x7Ek-ZBTl-r9E01p', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '24139776', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'LVM2_LV_ATTR': ['-wi------', '-wi------'], > 'LVM2_LV_NAME': ['swap', 'root'], > 'LVM2_LV_SIZE': ['4128768.00', '7938048.00'], > 'LVM2_LV_UUID': ['4idV6d-u9A3-G5eM-BqBT-uCeq-Ov91-9fe0qJ', > 'ejFnsy-1UlS-ACuD-DedA-Ye7M-r3Zr-8ATgaE'], > 'LVM2_PE_START': '1024.00', > 'LVM2_PV_COUNT': '1', > 'LVM2_PV_NAME': '/dev/sda2', > 'LVM2_PV_PE_ALLOC_COUNT': '2946', > 'LVM2_PV_PE_COUNT': '2946', > 'LVM2_PV_SIZE': '12066816.00', > 'LVM2_PV_UUID': 'VoW9Yp-7hRf-KGoT-XLUv-x7Ek-ZBTl-r9E01p', > 'LVM2_VG_EXTENT_COUNT': '2946', > 'LVM2_VG_EXTENT_SIZE': '4096.00', > 'LVM2_VG_FREE': '0', > 'LVM2_VG_FREE_COUNT': '0', > 'LVM2_VG_NAME': 'fedora', > 'LVM2_VG_SIZE': '12066816.00', > 'LVM2_VG_UUID': 'bO6cqD-hKAB-fpnK-kSgC-eP3L-p31y-yRQqTn', > 'MAJOR': '8', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '26332', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >00:23:20,123 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >00:23:20,123 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >00:23:20,124 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,124 INFO storage: sda2 is a partition >00:23:20,125 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >00:23:20,125 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:23:20,126 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >00:23:20,127 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >00:23:20,128 DEBUG storage: PartitionDevice._setFormat: sda2 ; >00:23:20,128 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,129 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >00:23:20,129 DEBUG storage: looking up parted Partition: /dev/sda2 >00:23:20,130 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >00:23:20,130 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >00:23:20,131 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >00:23:20,131 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >00:23:20,132 INFO storage: added partition sda2 (id 2) to device tree >00:23:20,132 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >00:23:20,133 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >00:23:20,134 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >00:23:20,134 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >00:23:20,152 WARN storage: disklabel detected but not usable on sda2 >00:23:20,153 INFO storage: type detected on 'sda2' is 'LVM2_member' >00:23:20,153 DEBUG storage: LVMPhysicalVolume.__init__: vgName: fedora ; uuid: VoW9Yp-7hRf-KGoT-XLUv-x7Ek-ZBTl-r9E01p ; exists: True ; vgUuid: bO6cqD-hKAB-fpnK-kSgC-eP3L-p31y-yRQqTn ; label: None ; peStart: 1.0 ; device: /dev/sda2 ; serial: QM00001 ; >00:23:20,154 DEBUG storage: getFormat('LVM2_member') returning LVMPhysicalVolume instance >00:23:20,154 DEBUG storage: PartitionDevice._setFormat: sda2 ; >00:23:20,155 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: lvmpv ; >00:23:20,155 DEBUG storage: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sda2 ; >00:23:20,156 DEBUG storage: DeviceTree.getDeviceByName: name: fedora ; >00:23:20,156 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,157 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >00:23:20,157 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,158 DEBUG storage: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >00:23:20,158 INFO storage: added lvmvg fedora (id 3) to device tree >00:23:20,159 DEBUG storage: looking up parted Device: /dev/sda2 >00:23:20,161 INFO storage: got device: PartitionDevice instance (0x2272e10) -- > name = sda2 status = True kids = 1 id = 2 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 11787.0 > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 24139776 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 21860 did: -31744 busy: False > hardwareGeometry: (1502, 255, 63) biosGeometry: (1502, 255, 63) > PedDevice: <_ped.Device object at 0x21b0950> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x2286ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x2286e10> PedPartition: <_ped.Partition object at 0x2285650> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 1026048 end = 25165823 length = 24139776 > flags = lvm >00:23:20,163 INFO storage: got format: LVMPhysicalVolume instance (0x228d150) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sda2 uuid = VoW9Yp-7hRf-KGoT-XLUv-x7Ek-ZBTl-r9E01p exists = True > options = None supported = True formattable = True resizable = False > vgName = fedora vgUUID = bO6cqD-hKAB-fpnK-kSgC-eP3L-p31y-yRQqTn peStart = 1.0 >00:23:20,174 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-Beta-x86_64-Live-Deskt /dev/disk/by-uuid/2012-11-21-01-07-54-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FS_LABEL': 'Fedora-18-Beta-x86_64-Live-Deskt', > 'ID_FS_LABEL_ENC': 'Fedora-18-Beta-x86_64-Live-Deskt', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-11-21-01-07-54-00', > 'ID_FS_UUID_ENC': '2012-11-21-01-07-54-00', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00003', > 'ID_SERIAL_SHORT': 'QM00003', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '29609', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-Beta-x86_64-Live-Deskt', > '/dev/disk/by-uuid/2012-11-21-01-07-54-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >00:23:20,174 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >00:23:20,174 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >00:23:20,175 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,175 INFO storage: sr0 is a cdrom >00:23:20,176 DEBUG storage: DeviceTree.addUdevOpticalDevice: >00:23:20,177 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,180 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >00:23:20,180 INFO storage: added cdrom sr0 (id 4) to device tree >00:23:20,180 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >00:23:20,185 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >00:23:20,186 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >00:23:20,186 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >00:23:20,187 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >00:23:20,205 WARN storage: disklabel detected but not usable on sr0 >00:23:20,205 INFO storage: type detected on 'sr0' is 'iso9660' >00:23:20,206 DEBUG storage: Iso9660FS.supported: supported: True ; >00:23:20,206 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >00:23:20,206 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >00:23:20,207 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >00:23:20,213 DEBUG storage: looking up parted Device: /dev/sr0 >00:23:20,213 INFO storage: got device: OpticalDevice instance (0x22cc350) -- > name = sr0 status = True kids = 0 id = 4 > parents = [] > uuid = None size = 786.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 402432 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x21b0a70> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >00:23:20,214 DEBUG storage: Iso9660FS.supported: supported: True ; >00:23:20,214 INFO storage: got format: Iso9660FS instance (0x22cc610) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-11-21-01-07-54-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-Beta-x86_64-Live-Deskt size = 0 targetSize = 0 > >00:23:20,215 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': '59856', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >00:23:20,215 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >00:23:20,216 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >00:23:20,220 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,221 INFO storage: loop0 is a loop device >00:23:20,221 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >00:23:20,222 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >00:23:20,222 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,222 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,223 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >00:23:20,223 INFO storage: added file /osmin.img (deleted) (id 5) to device tree >00:23:20,224 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >00:23:20,224 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,229 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >00:23:20,229 INFO storage: added loop loop0 (id 6) to device tree >00:23:20,230 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >00:23:20,230 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >00:23:20,230 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:23:20,231 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >00:23:20,231 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >00:23:20,232 WARN storage: disklabel detected but not usable on loop0 >00:23:20,234 INFO storage: type detected on 'loop0' is 'squashfs' >00:23:20,234 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:23:20,235 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >00:23:20,235 INFO storage: got device: LoopDevice instance (0x22cc850) -- > name = loop0 status = False kids = 0 id = 6 > parents = ['existing 0MB file /osmin.img (deleted) (5)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >00:23:20,236 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': '60959', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >00:23:20,237 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >00:23:20,237 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >00:23:20,241 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,241 INFO storage: loop1 is a loop device >00:23:20,242 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >00:23:20,247 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >00:23:20,247 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,248 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,248 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >00:23:20,248 INFO storage: added file /osmin (id 7) to device tree >00:23:20,249 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >00:23:20,249 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,250 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >00:23:20,250 INFO storage: added loop loop1 (id 8) to device tree >00:23:20,250 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >00:23:20,251 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >00:23:20,251 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:23:20,252 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >00:23:20,252 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >00:23:20,257 WARN storage: disklabel detected but not usable on loop1 >00:23:20,258 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >00:23:20,258 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:23:20,259 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >00:23:20,259 INFO storage: got device: LoopDevice instance (0x228d290) -- > name = loop1 status = False kids = 0 id = 8 > parents = ['existing 0MB file /osmin (7)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >00:23:20,260 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': '60979', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >00:23:20,260 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >00:23:20,261 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >00:23:20,261 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,261 INFO storage: loop2 is a loop device >00:23:20,262 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >00:23:20,262 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >00:23:20,263 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,263 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,264 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >00:23:20,264 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 9) to device tree >00:23:20,265 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >00:23:20,265 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,265 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >00:23:20,266 INFO storage: added loop loop2 (id 10) to device tree >00:23:20,266 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >00:23:20,267 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >00:23:20,267 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:23:20,267 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >00:23:20,268 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >00:23:20,273 WARN storage: disklabel detected but not usable on loop2 >00:23:20,274 INFO storage: type detected on 'loop2' is 'squashfs' >00:23:20,274 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:23:20,275 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >00:23:20,275 INFO storage: got device: LoopDevice instance (0x22cc510) -- > name = loop2 status = False kids = 0 id = 10 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (9)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >00:23:20,277 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-Beta- /dev/disk/by-uuid/9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-Beta-', > 'ID_FS_LABEL_ENC': '_Fedora-18-Beta-', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > 'ID_FS_UUID_ENC': '9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '61188', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-Beta-', > '/dev/disk/by-uuid/9d22400d-18aa-4a6a-a5cb-fad018fbf4fd'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >00:23:20,277 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >00:23:20,277 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >00:23:20,278 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,278 INFO storage: loop3 is a loop device >00:23:20,278 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >00:23:20,279 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >00:23:20,280 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,280 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,280 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >00:23:20,280 INFO storage: added file /LiveOS/ext3fs.img (id 11) to device tree >00:23:20,281 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >00:23:20,281 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,282 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >00:23:20,282 INFO storage: added loop loop3 (id 12) to device tree >00:23:20,282 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >00:23:20,283 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >00:23:20,284 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:20,284 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:20,284 DEBUG storage: device loop3 does not contain a disklabel >00:23:20,284 INFO storage: type detected on 'loop3' is 'ext4' >00:23:20,308 DEBUG storage: using current size 0 as min size >00:23:20,309 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:20,309 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:20,309 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >00:23:20,310 INFO storage: got device: LoopDevice instance (0x22ccd50) -- > name = loop3 status = False kids = 0 id = 12 > parents = ['existing 0MB file /LiveOS/ext3fs.img (11)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop3 > format args = [] originalFormat = None >00:23:20,311 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:20,311 INFO storage: got format: Ext4FS instance (0x22cce90) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-Beta- size = 4096.0 targetSize = 4096.0 > >00:23:20,312 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': '62118', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >00:23:20,312 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >00:23:20,313 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >00:23:20,313 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,313 INFO storage: loop4 is a loop device >00:23:20,314 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >00:23:20,314 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >00:23:20,315 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,315 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,316 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >00:23:20,316 INFO storage: added file /overlay (deleted) (id 13) to device tree >00:23:20,316 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >00:23:20,317 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,317 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >00:23:20,317 INFO storage: added loop loop4 (id 14) to device tree >00:23:20,318 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >00:23:20,318 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >00:23:20,319 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:23:20,319 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >00:23:20,320 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >00:23:20,325 WARN storage: disklabel detected but not usable on loop4 >00:23:20,326 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >00:23:20,326 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:23:20,327 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >00:23:20,327 INFO storage: got device: LoopDevice instance (0x22ccb90) -- > name = loop4 status = False kids = 0 id = 14 > parents = ['existing 0MB file /overlay (deleted) (13)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >00:23:20,328 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': '78332', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >00:23:20,329 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >00:23:20,329 DEBUG storage: lvm filter: adding loop5 to the reject list >00:23:20,330 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': '80281', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >00:23:20,330 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >00:23:20,330 DEBUG storage: lvm filter: adding loop6 to the reject list >00:23:20,331 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': '82828', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >00:23:20,331 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >00:23:20,331 DEBUG storage: lvm filter: adding loop7 to the reject list >00:23:20,331 DEBUG storage: Skipping a device mapper drive (dm-0) for now >00:23:20,331 DEBUG storage: Skipping a device mapper drive (dm-1) for now >00:23:20,347 INFO storage: devices to scan: ['dm-0', 'dm-1'] >00:23:20,350 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-Beta- /dev/disk/by-uuid/9d22400d-18aa-4a6a-a5cb-fad018fbf4fd /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-Beta-', > 'ID_FS_LABEL_ENC': '_Fedora-18-Beta-', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > 'ID_FS_UUID_ENC': '9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '8325', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-Beta-', > '/dev/disk/by-uuid/9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >00:23:20,350 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >00:23:20,350 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >00:23:20,351 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,351 INFO storage: live-rw is a device-mapper device >00:23:20,352 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >00:23:20,353 DEBUG storage: LVMVolumeGroupDevice.getDMNode: fedora ; status: True ; >00:23:20,353 DEBUG storage: failed to find dm node for fedora >00:23:20,354 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >00:23:20,354 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (12) with existing ext4 filesystem >00:23:20,355 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >00:23:20,356 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (14) >00:23:20,357 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >00:23:20,357 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,358 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >00:23:20,358 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,359 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >00:23:20,359 INFO storage: added dm live-rw (id 15) to device tree >00:23:20,360 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >00:23:20,360 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >00:23:20,361 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:20,361 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:20,361 DEBUG storage: device live-rw does not contain a disklabel >00:23:20,361 INFO storage: type detected on 'live-rw' is 'ext4' >00:23:20,385 DEBUG storage: padding min size from 2944 up to 3238 >00:23:20,386 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:20,387 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:20,387 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >00:23:20,388 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >00:23:20,392 INFO storage: got device: DMDevice instance (0x22cca10) -- > name = live-rw status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop4 (14)'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x21b0b90> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >00:23:20,393 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:20,393 INFO storage: got format: Ext4FS instance (0x22db5d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-Beta- size = 4096.0 targetSize = 4096.0 > >00:23:20,395 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-Beta- /dev/disk/by-uuid/9d22400d-18aa-4a6a-a5cb-fad018fbf4fd /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-Beta-', > 'ID_FS_LABEL_ENC': '_Fedora-18-Beta-', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > 'ID_FS_UUID_ENC': '9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '18977', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-Beta-', > '/dev/disk/by-uuid/9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >00:23:20,395 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >00:23:20,395 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >00:23:20,396 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,396 INFO storage: live-osimg-min is a device-mapper device >00:23:20,397 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >00:23:20,397 DEBUG storage: LVMVolumeGroupDevice.getDMNode: fedora ; status: True ; >00:23:20,397 DEBUG storage: failed to find dm node for fedora >00:23:20,398 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >00:23:20,399 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >00:23:20,399 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (8) >00:23:20,400 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >00:23:20,401 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (12) with existing ext4 filesystem >00:23:20,402 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >00:23:20,402 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,403 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >00:23:20,403 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,404 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >00:23:20,404 INFO storage: added dm live-osimg-min (id 16) to device tree >00:23:20,405 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >00:23:20,405 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >00:23:20,406 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:20,406 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:20,406 DEBUG storage: device live-osimg-min does not contain a disklabel >00:23:20,406 INFO storage: type detected on 'live-osimg-min' is 'ext4' >00:23:20,432 DEBUG storage: using current size 0 as min size >00:23:20,433 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:20,433 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:20,434 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >00:23:20,435 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >00:23:20,436 INFO storage: got device: DMDevice instance (0x22db690) -- > name = live-osimg-min status = True kids = 0 id = 16 > parents = ['existing 0MB loop loop3 (12) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x21b0b00> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >00:23:20,439 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:20,440 INFO storage: got format: Ext4FS instance (0x22db9d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-Beta- size = 2943.0 targetSize = 2943.0 > >00:23:20,455 DEBUG storage: DeviceTree.getDeviceByName: name: fedora-swap ; >00:23:20,456 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,457 DEBUG storage: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >00:23:20,457 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,458 DEBUG storage: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: None ; >00:23:20,458 DEBUG storage: Adding fedora-swap/4032MB to fedora >00:23:20,458 INFO storage: added lvmlv fedora-swap (id 17) to device tree >00:23:20,459 DEBUG storage: LVMLogicalVolumeDevice.setup: fedora-swap ; status: False ; controllable: True ; orig: False ; >00:23:20,459 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-swap ; orig: False ; >00:23:20,460 DEBUG storage: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >00:23:20,461 DEBUG storage: LVMLogicalVolumeDevice._setup: fedora-swap ; status: False ; controllable: True ; orig: False ; >00:23:20,599 DEBUG storage: looking up parted Device: /dev/mapper/fedora-swap >00:23:20,604 DEBUG storage: DeviceTree.getDeviceByName: name: fedora-root ; >00:23:20,606 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:20,610 DEBUG storage: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >00:23:20,611 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:20,613 DEBUG storage: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: None ; >00:23:20,614 DEBUG storage: Adding fedora-root/7752MB to fedora >00:23:20,615 INFO storage: added lvmlv fedora-root (id 18) to device tree >00:23:20,617 DEBUG storage: LVMLogicalVolumeDevice.setup: fedora-root ; status: False ; controllable: True ; orig: False ; >00:23:20,619 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-root ; orig: False ; >00:23:20,621 DEBUG storage: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >00:23:20,623 DEBUG storage: LVMLogicalVolumeDevice._setup: fedora-root ; status: False ; controllable: True ; orig: False ; >00:23:20,776 DEBUG storage: looking up parted Device: /dev/mapper/fedora-root >00:23:20,821 INFO storage: devices to scan: ['dm-2', 'dm-3'] >00:23:20,824 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-bO6cqDhKABfpnKkSgCeP3Lp31yyRQqTn4idV6du9A3G5eMBqBTuCeqOv919fe0qJ /dev/disk/by-uuid/ad55ddd0-ae95-4709-a2bc-848cd6c9a506 /dev/fedora/swap /dev/mapper/fedora-swap', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-bO6cqDhKABfpnKkSgCeP3Lp31yyRQqTn4idV6du9A3G5eMBqBTuCeqOv919fe0qJ', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': 'ad55ddd0-ae95-4709-a2bc-848cd6c9a506', > 'ID_FS_UUID_ENC': 'ad55ddd0-ae95-4709-a2bc-848cd6c9a506', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '31524320', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', > '/dev/disk/by-id/dm-uuid-LVM-bO6cqDhKABfpnKkSgCeP3Lp31yyRQqTn4idV6du9A3G5eMBqBTuCeqOv919fe0qJ', > '/dev/disk/by-uuid/ad55ddd0-ae95-4709-a2bc-848cd6c9a506', > '/dev/fedora/swap', > '/dev/mapper/fedora-swap'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: fedora-swap ; >00:23:20,824 INFO storage: scanning fedora-swap (/devices/virtual/block/dm-2)... >00:23:20,824 DEBUG storage: DeviceTree.getDeviceByName: name: fedora-swap ; >00:23:20,825 DEBUG storage: DeviceTree.getDeviceByName returned existing 4032MB lvmlv fedora-swap (17) >00:23:20,826 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: fedora-swap ; >00:23:20,826 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: fedora-swap ; label_type: None ; >00:23:20,827 DEBUG storage: SwapSpace.__init__: >00:23:20,827 DEBUG storage: getFormat('swap') returning SwapSpace instance >00:23:20,827 DEBUG storage: device fedora-swap does not contain a disklabel >00:23:20,828 INFO storage: type detected on 'fedora-swap' is 'swap' >00:23:20,828 DEBUG storage: SwapSpace.__init__: device: /dev/mapper/fedora-swap ; serial: None ; uuid: ad55ddd0-ae95-4709-a2bc-848cd6c9a506 ; exists: True ; label: None ; >00:23:20,828 DEBUG storage: getFormat('swap') returning SwapSpace instance >00:23:20,829 DEBUG storage: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: swap ; >00:23:20,831 DEBUG storage: looking up parted Device: /dev/mapper/fedora >00:23:20,831 DEBUG storage: fedora size is 11784MB >00:23:20,832 DEBUG storage: vg fedora has 0MB free >00:23:20,832 DEBUG storage: fedora size is 11784MB >00:23:20,833 DEBUG storage: vg fedora has 0MB free >00:23:20,833 INFO storage: got device: LVMLogicalVolumeDevice instance (0x22cc1d0) -- > name = fedora-swap status = True kids = 0 id = 17 > parents = ['existing 11784MB lvmvg fedora (3)'] > uuid = 4idV6d-u9A3-G5eM-BqBT-uCeq-Ov91-9fe0qJ size = 4032.0 > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8257536 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (514, 255, 63) biosGeometry: (514, 255, 63) > PedDevice: <_ped.Device object at 0x21b09e0> > target size = 4032.0 path = /dev/mapper/fedora-swap > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x22cc050) -- > name = fedora status = True kids = 2 id = 3 > parents = ['existing 11787MB partition sda2 (2) with existing lvmpv'] > uuid = bO6cqD-hKAB-fpnK-kSgC-eP3L-p31y-yRQqTn size = 11784 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 2946 > PE Free = 0 PV Count = 1 > LV Names = ['swap', 'root'] modified = False > extents = 2946.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 11787MB partition sda2 (2) with existing lvmpv'] > LVs = ['existing 4032MB lvmlv fedora-swap (17) with existing swap', > 'existing 7752MB lvmlv fedora-root (18)'] > percent = 0 > mirrored = False stripes = 1 snapshot total = 0MB > VG space used = 4032MB >00:23:20,834 INFO storage: got format: SwapSpace instance (0x22db150) -- > type = swap name = swap status = False > device = /dev/mapper/fedora-swap uuid = ad55ddd0-ae95-4709-a2bc-848cd6c9a506 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >00:23:20,836 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-root /dev/disk/by-id/dm-uuid-LVM-bO6cqDhKABfpnKkSgCeP3Lp31yyRQqTnejFnsy1UlSACuDDedAYe7Mr3Zr8ATgaE /dev/disk/by-uuid/6ce71d26-2501-41a4-b8bb-6720e5735dea /dev/fedora/root /dev/mapper/fedora-root', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'root', > 'DM_NAME': 'fedora-root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-bO6cqDhKABfpnKkSgCeP3Lp31yyRQqTnejFnsy1UlSACuDDedAYe7Mr3Zr8ATgaE', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '6ce71d26-2501-41a4-b8bb-6720e5735dea', > 'ID_FS_UUID_ENC': '6ce71d26-2501-41a4-b8bb-6720e5735dea', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '31701295', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-root', > '/dev/disk/by-id/dm-uuid-LVM-bO6cqDhKABfpnKkSgCeP3Lp31yyRQqTnejFnsy1UlSACuDDedAYe7Mr3Zr8ATgaE', > '/dev/disk/by-uuid/6ce71d26-2501-41a4-b8bb-6720e5735dea', > '/dev/fedora/root', > '/dev/mapper/fedora-root'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-root ; >00:23:20,836 INFO storage: scanning fedora-root (/devices/virtual/block/dm-3)... >00:23:20,837 DEBUG storage: DeviceTree.getDeviceByName: name: fedora-root ; >00:23:20,838 DEBUG storage: DeviceTree.getDeviceByName returned existing 7752MB lvmlv fedora-root (18) >00:23:20,838 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: fedora-root ; >00:23:20,839 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: fedora-root ; label_type: None ; >00:23:20,839 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:20,840 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:20,840 DEBUG storage: device fedora-root does not contain a disklabel >00:23:20,840 INFO storage: type detected on 'fedora-root' is 'ext4' >00:23:20,888 DEBUG storage: padding min size from 3523 up to 3875 >00:23:20,890 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:20,890 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:20,891 DEBUG storage: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: ext4 ; >00:23:20,893 DEBUG storage: looking up parted Device: /dev/mapper/fedora >00:23:20,894 DEBUG storage: fedora size is 11784MB >00:23:20,899 DEBUG storage: vg fedora has 0MB free >00:23:20,899 DEBUG storage: fedora size is 11784MB >00:23:20,901 DEBUG storage: vg fedora has 0MB free >00:23:20,905 INFO storage: got device: LVMLogicalVolumeDevice instance (0x2217710) -- > name = fedora-root status = True kids = 0 id = 18 > parents = ['existing 11784MB lvmvg fedora (3)'] > uuid = ejFnsy-1UlS-ACuD-DedA-Ye7M-r3Zr-8ATgaE size = 7752.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 15876096 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (988, 255, 63) biosGeometry: (988, 255, 63) > PedDevice: <_ped.Device object at 0x21b04d0> > target size = 7752.0 path = /dev/mapper/fedora-root > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x22cc050) -- > name = fedora status = True kids = 2 id = 3 > parents = ['existing 11787MB partition sda2 (2) with existing lvmpv'] > uuid = bO6cqD-hKAB-fpnK-kSgC-eP3L-p31y-yRQqTn size = 11784 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 2946 > PE Free = 0 PV Count = 1 > LV Names = ['swap', 'root'] modified = False > extents = 2946.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 11787MB partition sda2 (2) with existing lvmpv'] > LVs = ['existing 4032MB lvmlv fedora-swap (17) with existing swap', > 'existing 7752MB lvmlv fedora-root (18) with existing ext4 filesystem'] > percent = 0 > mirrored = False stripes = 1 snapshot total = 0MB > VG space used = 7752MB >00:23:20,907 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:20,908 INFO storage: got format: Ext4FS instance (0x22e82d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/fedora-root uuid = 6ce71d26-2501-41a4-b8bb-6720e5735dea exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 7752.0 targetSize = 7752.0 > >00:23:20,928 DEBUG storage: DeviceTree.getDeviceByName: name: fedora-swap ; >00:23:20,929 DEBUG storage: DeviceTree.getDeviceByName returned existing 4032MB lvmlv fedora-swap (17) with existing swap >00:23:20,929 DEBUG storage: DeviceTree.getDeviceByName: name: fedora-root ; >00:23:20,930 DEBUG storage: DeviceTree.getDeviceByName returned existing 7752MB lvmlv fedora-root (18) with existing ext4 filesystem >00:23:20,931 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >00:23:20,943 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:23:20,944 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:23:20,946 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:23:20,958 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >00:23:20,958 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >00:23:20,959 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >00:23:20,959 DEBUG storage: LVMLogicalVolumeDevice.teardown: fedora-swap ; status: True ; controllable: True ; >00:23:20,960 DEBUG storage: SwapSpace.teardown: device: /dev/mapper/fedora-swap ; status: False ; type: swap ; >00:23:20,961 DEBUG storage: SwapSpace.teardown: device: /dev/mapper/fedora-swap ; status: False ; type: swap ; >00:23:20,973 DEBUG storage: LVMLogicalVolumeDevice._teardown: fedora-swap ; status: True ; controllable: True ; >00:23:21,036 DEBUG storage: LVMVolumeGroupDevice.teardown: fedora ; status: True ; controllable: True ; >00:23:21,037 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >00:23:21,038 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >00:23:21,050 DEBUG storage: LVMVolumeGroupDevice._teardown: fedora ; status: True ; controllable: True ; >00:23:21,114 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >00:23:21,115 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >00:23:21,117 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >00:23:21,132 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:23:21,133 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:23:21,135 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:23:21,146 DEBUG storage: LVMLogicalVolumeDevice.teardown: fedora-root ; status: False ; controllable: True ; >00:23:21,147 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >00:23:21,148 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >00:23:21,160 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:23:21,162 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:23:21,163 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:23:21,175 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >00:23:21,176 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >00:23:21,176 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >00:23:21,177 DEBUG storage: LVMLogicalVolumeDevice.teardown: fedora-swap ; status: False ; controllable: True ; >00:23:21,177 DEBUG storage: LVMLogicalVolumeDevice.teardown: fedora-root ; status: False ; controllable: True ; >00:23:21,373 DEBUG storage: registered device format class BIOSBoot as biosboot >00:23:21,374 DEBUG storage: registered device format class MDRaidMember as mdmember >00:23:21,375 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >00:23:21,375 DEBUG storage: registered device format class SwapSpace as swap >00:23:21,376 DEBUG storage: registered device format class DMRaidMember as dmraidmember >00:23:21,378 DEBUG storage: registered device format class MultipathMember as multipath_member >00:23:21,379 DEBUG storage: registered device format class LUKS as luks >00:23:21,380 DEBUG storage: registered device format class PPCPRePBoot as prepboot >00:23:21,381 DEBUG storage: registered device format class DiskLabel as disklabel >00:23:21,391 DEBUG storage: registered device format class Ext2FS as ext2 >00:23:21,391 DEBUG storage: registered device format class Ext3FS as ext3 >00:23:21,392 DEBUG storage: registered device format class Ext4FS as ext4 >00:23:21,393 DEBUG storage: registered device format class FATFS as vfat >00:23:21,393 DEBUG storage: registered device format class EFIFS as efi >00:23:21,394 DEBUG storage: registered device format class BTRFS as btrfs >00:23:21,394 DEBUG storage: registered device format class GFS2 as gfs2 >00:23:21,395 DEBUG storage: registered device format class JFS as jfs >00:23:21,395 DEBUG storage: registered device format class ReiserFS as reiserfs >00:23:21,396 DEBUG storage: registered device format class XFS as xfs >00:23:21,396 DEBUG storage: registered device format class HFS as hfs >00:23:21,396 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >00:23:21,397 DEBUG storage: registered device format class HFSPlus as hfs+ >00:23:21,397 DEBUG storage: registered device format class NTFS as ntfs >00:23:21,398 DEBUG storage: registered device format class NFS as nfs >00:23:21,398 DEBUG storage: registered device format class NFSv4 as nfs4 >00:23:21,398 DEBUG storage: registered device format class Iso9660FS as iso9660 >00:23:21,398 DEBUG storage: registered device format class NoDevFS as nodev >00:23:21,398 DEBUG storage: registered device format class DevPtsFS as devpts >00:23:21,399 DEBUG storage: registered device format class ProcFS as proc >00:23:21,399 DEBUG storage: registered device format class SysFS as sysfs >00:23:21,399 DEBUG storage: registered device format class TmpFS as tmpfs >00:23:21,399 DEBUG storage: registered device format class BindFS as bind >00:23:21,399 DEBUG storage: registered device format class SELinuxFS as selinuxfs >00:23:21,399 DEBUG storage: registered device format class USBFS as usbfs >00:23:22,013 DEBUG storage: MultipathTopology._build_topology: >00:23:22,014 DEBUG storage: /etc/multipath.conf contents: >00:23:22,015 DEBUG storage: # multipath.conf written by anaconda >00:23:22,015 DEBUG storage: >00:23:22,015 DEBUG storage: defaults { >00:23:22,016 DEBUG storage: user_friendly_names yes >00:23:22,016 DEBUG storage: } >00:23:22,017 DEBUG storage: blacklist { >00:23:22,017 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >00:23:22,018 DEBUG storage: devnode "^hd[a-z]" >00:23:22,018 DEBUG storage: devnode "^dcssblk[0-9]*" >00:23:22,018 DEBUG storage: device { >00:23:22,018 DEBUG storage: vendor "DGC" >00:23:22,019 DEBUG storage: product "LUNZ" >00:23:22,019 DEBUG storage: } >00:23:22,019 DEBUG storage: device { >00:23:22,019 DEBUG storage: vendor "IBM" >00:23:22,019 DEBUG storage: product "S/390.*" >00:23:22,019 DEBUG storage: } >00:23:22,019 DEBUG storage: # don't count normal SATA devices as multipaths >00:23:22,019 DEBUG storage: device { >00:23:22,019 DEBUG storage: vendor "ATA" >00:23:22,019 DEBUG storage: } >00:23:22,022 DEBUG storage: # don't count 3ware devices as multipaths >00:23:22,022 DEBUG storage: device { >00:23:22,022 DEBUG storage: vendor "3ware" >00:23:22,022 DEBUG storage: } >00:23:22,022 DEBUG storage: device { >00:23:22,022 DEBUG storage: vendor "AMCC" >00:23:22,023 DEBUG storage: } >00:23:22,023 DEBUG storage: # nor highpoint devices >00:23:22,023 DEBUG storage: device { >00:23:22,023 DEBUG storage: vendor "HPT" >00:23:22,023 DEBUG storage: } >00:23:22,024 DEBUG storage: } >00:23:22,024 DEBUG storage: multipaths { >00:23:22,024 DEBUG storage: } >00:23:22,024 DEBUG storage: (end of /etc/multipath.conf) >00:23:22,074 INFO storage: MultipathTopology: found singlepath device: sda >00:23:22,075 INFO storage: MultipathTopology: found non-disk device: sda1 >00:23:22,076 INFO storage: MultipathTopology: found non-disk device: sda2 >00:23:22,076 INFO storage: MultipathTopology: found non-disk device: sr0 >00:23:22,076 INFO storage: MultipathTopology: found singlepath device: loop0 >00:23:22,077 INFO storage: MultipathTopology: found singlepath device: loop1 >00:23:22,081 INFO storage: MultipathTopology: found singlepath device: loop2 >00:23:22,081 INFO storage: MultipathTopology: found singlepath device: loop3 >00:23:22,081 INFO storage: MultipathTopology: found singlepath device: loop4 >00:23:22,081 INFO storage: MultipathTopology: found singlepath device: loop5 >00:23:22,081 INFO storage: MultipathTopology: found singlepath device: loop6 >00:23:22,081 INFO storage: MultipathTopology: found singlepath device: loop7 >00:23:22,082 INFO storage: MultipathTopology: found singlepath device: dm-0 >00:23:22,082 INFO storage: MultipathTopology: found singlepath device: dm-1 >00:23:23,220 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >00:23:23,221 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >00:23:23,256 DEBUG storage: protected device spec /dev/sr0 resolved to sr0 >00:23:23,261 INFO storage: sr0 looks to be the live device; marking as protected >00:23:23,302 DEBUG storage: MultipathTopology._build_topology: >00:23:23,306 DEBUG storage: /etc/multipath.conf contents: >00:23:23,307 DEBUG storage: # multipath.conf written by anaconda >00:23:23,308 DEBUG storage: >00:23:23,308 DEBUG storage: defaults { >00:23:23,309 DEBUG storage: user_friendly_names yes >00:23:23,309 DEBUG storage: } >00:23:23,310 DEBUG storage: blacklist { >00:23:23,310 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >00:23:23,310 DEBUG storage: devnode "^hd[a-z]" >00:23:23,311 DEBUG storage: devnode "^dcssblk[0-9]*" >00:23:23,311 DEBUG storage: device { >00:23:23,311 DEBUG storage: vendor "DGC" >00:23:23,311 DEBUG storage: product "LUNZ" >00:23:23,311 DEBUG storage: } >00:23:23,311 DEBUG storage: device { >00:23:23,311 DEBUG storage: vendor "IBM" >00:23:23,311 DEBUG storage: product "S/390.*" >00:23:23,311 DEBUG storage: } >00:23:23,311 DEBUG storage: # don't count normal SATA devices as multipaths >00:23:23,311 DEBUG storage: device { >00:23:23,312 DEBUG storage: vendor "ATA" >00:23:23,314 DEBUG storage: } >00:23:23,315 DEBUG storage: # don't count 3ware devices as multipaths >00:23:23,315 DEBUG storage: device { >00:23:23,315 DEBUG storage: vendor "3ware" >00:23:23,315 DEBUG storage: } >00:23:23,315 DEBUG storage: device { >00:23:23,315 DEBUG storage: vendor "AMCC" >00:23:23,315 DEBUG storage: } >00:23:23,315 DEBUG storage: # nor highpoint devices >00:23:23,315 DEBUG storage: device { >00:23:23,315 DEBUG storage: vendor "HPT" >00:23:23,323 DEBUG storage: } >00:23:23,323 DEBUG storage: } >00:23:23,323 DEBUG storage: multipaths { >00:23:23,323 DEBUG storage: } >00:23:23,323 DEBUG storage: (end of /etc/multipath.conf) >00:23:23,383 INFO storage: MultipathTopology: found singlepath device: sda >00:23:23,385 INFO storage: MultipathTopology: found non-disk device: sda1 >00:23:23,386 INFO storage: MultipathTopology: found non-disk device: sda2 >00:23:23,387 INFO storage: MultipathTopology: found non-disk device: sr0 >00:23:23,388 INFO storage: MultipathTopology: found singlepath device: loop0 >00:23:23,389 INFO storage: MultipathTopology: found singlepath device: loop1 >00:23:23,389 INFO storage: MultipathTopology: found singlepath device: loop2 >00:23:23,389 INFO storage: MultipathTopology: found singlepath device: loop3 >00:23:23,389 INFO storage: MultipathTopology: found singlepath device: loop4 >00:23:23,389 INFO storage: MultipathTopology: found singlepath device: loop5 >00:23:23,390 INFO storage: MultipathTopology: found singlepath device: loop6 >00:23:23,390 INFO storage: MultipathTopology: found singlepath device: loop7 >00:23:23,390 INFO storage: MultipathTopology: found singlepath device: dm-0 >00:23:23,390 INFO storage: MultipathTopology: found singlepath device: dm-1 >00:23:23,390 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >00:23:23,397 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '25905', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >00:23:23,405 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >00:23:23,411 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:23:23,417 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:23,423 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >00:23:23,424 INFO storage: sda is a disk >00:23:23,429 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:23,432 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >00:23:23,436 INFO storage: added disk sda (id 0) to device tree >00:23:23,437 DEBUG storage: looking up parted Device: /dev/sda >00:23:23,443 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >00:23:23,447 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >00:23:23,455 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >00:23:23,466 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >00:23:23,509 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f65e80e9f10>, <parted.partition.Partition object at 0x7f65e80fe050>] > device: <parted.device.Device object at 0x7f65e80e9c50> > PedDisk: <_ped.Disk object at 0x7f65e80ed7a0> >00:23:23,512 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >00:23:23,525 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >00:23:23,527 INFO storage: got device: DiskDevice instance (0x2c27d90) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x2c3cef0> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f65e80d3e10> >00:23:23,529 INFO storage: got format: DiskLabel instance (0x7f65e80d3ed0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f65e80e9f10>, <parted.partition.Partition object at 0x7f65e80fe050>] > device: <parted.device.Device object at 0x7f65e80e9c50> > PedDisk: <_ped.Disk object at 0x7f65e80ed7a0> > origPartedDisk = <parted.disk.Disk object at 0x7f65e80fe290> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7f65e80be290> > >00:23:23,532 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1 /dev/disk/by-uuid/7997a7eb-7d5e-45e5-9f52-5c8cd5525723', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7997a7eb-7d5e-45e5-9f52-5c8cd5525723', > 'ID_FS_UUID_ENC': '7997a7eb-7d5e-45e5-9f52-5c8cd5525723', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '26316', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '/dev/disk/by-uuid/7997a7eb-7d5e-45e5-9f52-5c8cd5525723'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >00:23:23,536 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >00:23:23,541 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >00:23:23,542 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:23,543 INFO storage: sda1 is a partition >00:23:23,544 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >00:23:23,550 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:23:23,551 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >00:23:23,553 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >00:23:23,554 DEBUG storage: PartitionDevice._setFormat: sda1 ; >00:23:23,558 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:23,560 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >00:23:23,560 DEBUG storage: looking up parted Partition: /dev/sda1 >00:23:23,562 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >00:23:23,567 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >00:23:23,569 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >00:23:23,570 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >00:23:23,571 INFO storage: added partition sda1 (id 1) to device tree >00:23:23,572 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >00:23:23,577 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >00:23:23,578 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >00:23:23,580 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >00:23:23,585 WARN storage: disklabel detected but not usable on sda1 >00:23:23,589 INFO storage: type detected on 'sda1' is 'ext4' >00:23:23,697 DEBUG storage: padding min size from 207 up to 227 >00:23:23,702 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:23,704 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:23,710 DEBUG storage: PartitionDevice._setFormat: sda1 ; >00:23:23,720 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >00:23:23,721 DEBUG storage: looking up parted Device: /dev/sda1 >00:23:23,727 INFO storage: got device: PartitionDevice instance (0x7f65e80d3dd0) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 19515 did: 24387 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f65e80be4d0> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f65e80e9d50> fileSystem: <parted.filesystem.FileSystem object at 0x7f65e80fe190> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f65e80df090> PedPartition: <_ped.Partition object at 0x7f65e80e4e90> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >00:23:23,729 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:23,733 INFO storage: got format: Ext4FS instance (0x7f65e80fe7d0) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 7997a7eb-7d5e-45e5-9f52-5c8cd5525723 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >00:23:23,738 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'VoW9Yp-7hRf-KGoT-XLUv-x7Ek-ZBTl-r9E01p', > 'ID_FS_UUID_ENC': 'VoW9Yp-7hRf-KGoT-XLUv-x7Ek-ZBTl-r9E01p', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '24139776', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'LVM2_LV_ATTR': ['-wi------', '-wi------'], > 'LVM2_LV_NAME': ['swap', 'root'], > 'LVM2_LV_SIZE': ['4128768.00', '7938048.00'], > 'LVM2_LV_UUID': ['4idV6d-u9A3-G5eM-BqBT-uCeq-Ov91-9fe0qJ', > 'ejFnsy-1UlS-ACuD-DedA-Ye7M-r3Zr-8ATgaE'], > 'LVM2_PE_START': '1024.00', > 'LVM2_PV_COUNT': '1', > 'LVM2_PV_NAME': '/dev/sda2', > 'LVM2_PV_PE_ALLOC_COUNT': '2946', > 'LVM2_PV_PE_COUNT': '2946', > 'LVM2_PV_SIZE': '12066816.00', > 'LVM2_PV_UUID': 'VoW9Yp-7hRf-KGoT-XLUv-x7Ek-ZBTl-r9E01p', > 'LVM2_VG_EXTENT_COUNT': '2946', > 'LVM2_VG_EXTENT_SIZE': '4096.00', > 'LVM2_VG_FREE': '0', > 'LVM2_VG_FREE_COUNT': '0', > 'LVM2_VG_NAME': 'fedora', > 'LVM2_VG_SIZE': '12066816.00', > 'LVM2_VG_UUID': 'bO6cqD-hKAB-fpnK-kSgC-eP3L-p31y-yRQqTn', > 'MAJOR': '8', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '26332', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >00:23:23,742 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >00:23:23,744 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >00:23:23,745 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:23,745 INFO storage: sda2 is a partition >00:23:23,747 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >00:23:23,748 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:23:23,753 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >00:23:23,755 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >00:23:23,756 DEBUG storage: PartitionDevice._setFormat: sda2 ; >00:23:23,760 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:23,762 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >00:23:23,762 DEBUG storage: looking up parted Partition: /dev/sda2 >00:23:23,764 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >00:23:23,765 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >00:23:23,770 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >00:23:23,772 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >00:23:23,772 INFO storage: added partition sda2 (id 2) to device tree >00:23:23,773 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >00:23:23,778 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >00:23:23,779 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >00:23:23,781 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >00:23:23,790 WARN storage: disklabel detected but not usable on sda2 >00:23:23,791 INFO storage: type detected on 'sda2' is 'LVM2_member' >00:23:23,792 DEBUG storage: LVMPhysicalVolume.__init__: vgName: fedora ; uuid: VoW9Yp-7hRf-KGoT-XLUv-x7Ek-ZBTl-r9E01p ; exists: True ; vgUuid: bO6cqD-hKAB-fpnK-kSgC-eP3L-p31y-yRQqTn ; label: None ; peStart: 1.0 ; device: /dev/sda2 ; serial: QM00001 ; >00:23:23,793 DEBUG storage: getFormat('LVM2_member') returning LVMPhysicalVolume instance >00:23:23,794 DEBUG storage: PartitionDevice._setFormat: sda2 ; >00:23:23,804 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: lvmpv ; >00:23:23,805 DEBUG storage: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sda2 ; >00:23:23,807 DEBUG storage: DeviceTree.getDeviceByName: name: fedora ; >00:23:23,812 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:23,824 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >00:23:23,824 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:23,825 DEBUG storage: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >00:23:23,825 INFO storage: added lvmvg fedora (id 3) to device tree >00:23:23,826 DEBUG storage: looking up parted Device: /dev/sda2 >00:23:23,830 INFO storage: got device: PartitionDevice instance (0x7f65e80fe790) -- > name = sda2 status = True kids = 1 id = 2 > parents = ['existing 12288MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 11787.0 > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 24139776 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 19515 did: 24387 busy: False > hardwareGeometry: (1502, 255, 63) biosGeometry: (1502, 255, 63) > PedDevice: <_ped.Device object at 0x7f65e80be680> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f65e80e9d50> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f65e80fe110> PedPartition: <_ped.Partition object at 0x7f65e80e4ef0> > disk = existing 12288MB disk sda (0) with existing msdos disklabel > start = 1026048 end = 25165823 length = 24139776 > flags = lvm >00:23:23,837 INFO storage: got format: LVMPhysicalVolume instance (0x7f65e811c590) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sda2 uuid = VoW9Yp-7hRf-KGoT-XLUv-x7Ek-ZBTl-r9E01p exists = True > options = None supported = True formattable = True resizable = False > vgName = fedora vgUUID = bO6cqD-hKAB-fpnK-kSgC-eP3L-p31y-yRQqTn peStart = 1.0 >00:23:23,851 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-Beta-x86_64-Live-Deskt /dev/disk/by-uuid/2012-11-21-01-07-54-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FS_LABEL': 'Fedora-18-Beta-x86_64-Live-Deskt', > 'ID_FS_LABEL_ENC': 'Fedora-18-Beta-x86_64-Live-Deskt', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-11-21-01-07-54-00', > 'ID_FS_UUID_ENC': '2012-11-21-01-07-54-00', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00003', > 'ID_SERIAL_SHORT': 'QM00003', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '29609', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-Beta-x86_64-Live-Deskt', > '/dev/disk/by-uuid/2012-11-21-01-07-54-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >00:23:23,851 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >00:23:23,852 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >00:23:23,859 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:23,859 INFO storage: sr0 is a cdrom >00:23:23,860 DEBUG storage: DeviceTree.addUdevOpticalDevice: >00:23:23,865 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:23,873 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >00:23:23,873 INFO storage: added cdrom sr0 (id 4) to device tree >00:23:23,874 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >00:23:23,882 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >00:23:23,883 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >00:23:23,885 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >00:23:23,895 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >00:23:23,904 WARN storage: disklabel detected but not usable on sr0 >00:23:23,907 INFO storage: type detected on 'sr0' is 'iso9660' >00:23:23,908 DEBUG storage: Iso9660FS.supported: supported: True ; >00:23:23,909 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >00:23:23,914 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >00:23:23,916 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >00:23:23,919 DEBUG storage: looking up parted Device: /dev/sr0 >00:23:23,920 INFO storage: got device: OpticalDevice instance (0x7f65e80fe590) -- > name = sr0 status = True kids = 0 id = 4 > parents = [] > uuid = None size = 786.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 402432 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x7f65e80be710> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >00:23:23,921 DEBUG storage: Iso9660FS.supported: supported: True ; >00:23:23,925 INFO storage: got format: Iso9660FS instance (0x7f65e80fe610) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-11-21-01-07-54-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-Beta-x86_64-Live-Deskt size = 0 targetSize = 0 > >00:23:23,927 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': '59856', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >00:23:23,928 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >00:23:23,929 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >00:23:23,930 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:23,934 INFO storage: loop0 is a loop device >00:23:23,936 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >00:23:23,937 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >00:23:23,938 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:23,939 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:23,943 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >00:23:23,944 INFO storage: added file /osmin.img (deleted) (id 5) to device tree >00:23:23,945 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >00:23:23,946 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:23,947 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >00:23:23,951 INFO storage: added loop loop0 (id 6) to device tree >00:23:23,953 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >00:23:23,954 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >00:23:23,954 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:23:23,956 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >00:23:23,961 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >00:23:23,966 WARN storage: disklabel detected but not usable on loop0 >00:23:23,967 INFO storage: type detected on 'loop0' is 'squashfs' >00:23:23,967 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:23:23,968 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >00:23:23,968 INFO storage: got device: LoopDevice instance (0x7f65e811cc50) -- > name = loop0 status = False kids = 0 id = 6 > parents = ['existing 0MB file /osmin.img (deleted) (5)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >00:23:23,971 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': '60959', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >00:23:23,971 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >00:23:23,977 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >00:23:23,978 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:23,979 INFO storage: loop1 is a loop device >00:23:23,980 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >00:23:23,985 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >00:23:23,986 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:23,987 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:23,988 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >00:23:23,989 INFO storage: added file /osmin (id 7) to device tree >00:23:23,990 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >00:23:23,994 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:23,996 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >00:23:23,996 INFO storage: added loop loop1 (id 8) to device tree >00:23:23,998 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >00:23:24,003 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >00:23:24,004 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:23:24,005 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >00:23:24,006 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >00:23:24,013 WARN storage: disklabel detected but not usable on loop1 >00:23:24,013 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >00:23:24,014 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:23:24,014 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >00:23:24,015 INFO storage: got device: LoopDevice instance (0x7f65e812d090) -- > name = loop1 status = False kids = 0 id = 8 > parents = ['existing 0MB file /osmin (7)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >00:23:24,021 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': '60979', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >00:23:24,025 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >00:23:24,027 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >00:23:24,028 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:24,028 INFO storage: loop2 is a loop device >00:23:24,030 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >00:23:24,031 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >00:23:24,036 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:24,037 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:24,038 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >00:23:24,039 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 9) to device tree >00:23:24,040 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >00:23:24,044 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:24,046 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >00:23:24,046 INFO storage: added loop loop2 (id 10) to device tree >00:23:24,048 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >00:23:24,049 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >00:23:24,053 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:23:24,055 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >00:23:24,056 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >00:23:24,062 WARN storage: disklabel detected but not usable on loop2 >00:23:24,062 INFO storage: type detected on 'loop2' is 'squashfs' >00:23:24,062 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >00:23:24,063 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >00:23:24,064 INFO storage: got device: LoopDevice instance (0x7f65e80fe650) -- > name = loop2 status = False kids = 0 id = 10 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (9)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >00:23:24,071 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-Beta- /dev/disk/by-uuid/9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-Beta-', > 'ID_FS_LABEL_ENC': '_Fedora-18-Beta-', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > 'ID_FS_UUID_ENC': '9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '61188', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-Beta-', > '/dev/disk/by-uuid/9d22400d-18aa-4a6a-a5cb-fad018fbf4fd'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >00:23:24,075 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >00:23:24,077 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >00:23:24,078 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:24,078 INFO storage: loop3 is a loop device >00:23:24,079 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >00:23:24,081 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >00:23:24,085 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:24,086 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:24,087 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >00:23:24,088 INFO storage: added file /LiveOS/ext3fs.img (id 11) to device tree >00:23:24,089 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >00:23:24,093 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:24,095 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >00:23:24,095 INFO storage: added loop loop3 (id 12) to device tree >00:23:24,096 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >00:23:24,098 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >00:23:24,103 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:24,104 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:24,104 DEBUG storage: device loop3 does not contain a disklabel >00:23:24,105 INFO storage: type detected on 'loop3' is 'ext4' >00:23:24,195 DEBUG storage: using current size 0 as min size >00:23:24,196 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:24,197 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:24,198 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >00:23:24,203 INFO storage: got device: LoopDevice instance (0x7f65e812d3d0) -- > name = loop3 status = False kids = 0 id = 12 > parents = ['existing 0MB file /LiveOS/ext3fs.img (11)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop3 > format args = [] originalFormat = None >00:23:24,204 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:24,204 INFO storage: got format: Ext4FS instance (0x7f65e812d550) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-Beta- size = 4096.0 targetSize = 4096.0 > >00:23:24,206 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': '62118', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >00:23:24,210 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >00:23:24,211 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >00:23:24,213 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:24,213 INFO storage: loop4 is a loop device >00:23:24,214 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >00:23:24,216 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >00:23:24,221 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:24,222 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:24,223 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >00:23:24,224 INFO storage: added file /overlay (deleted) (id 13) to device tree >00:23:24,225 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >00:23:24,229 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:24,231 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >00:23:24,231 INFO storage: added loop loop4 (id 14) to device tree >00:23:24,232 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >00:23:24,233 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >00:23:24,237 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:23:24,239 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >00:23:24,240 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >00:23:24,248 WARN storage: disklabel detected but not usable on loop4 >00:23:24,249 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >00:23:24,250 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >00:23:24,253 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >00:23:24,254 INFO storage: got device: LoopDevice instance (0x7f65e80fe390) -- > name = loop4 status = False kids = 0 id = 14 > parents = ['existing 0MB file /overlay (deleted) (13)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >00:23:24,256 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': '78332', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >00:23:24,260 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >00:23:24,261 DEBUG storage: lvm filter: adding loop5 to the reject list >00:23:24,262 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': '80281', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >00:23:24,263 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >00:23:24,263 DEBUG storage: lvm filter: adding loop6 to the reject list >00:23:24,265 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': '82828', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >00:23:24,269 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >00:23:24,270 DEBUG storage: lvm filter: adding loop7 to the reject list >00:23:24,270 DEBUG storage: Skipping a device mapper drive (dm-0) for now >00:23:24,270 DEBUG storage: Skipping a device mapper drive (dm-1) for now >00:23:24,305 INFO storage: devices to scan: ['dm-0', 'dm-1'] >00:23:24,308 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-Beta- /dev/disk/by-uuid/9d22400d-18aa-4a6a-a5cb-fad018fbf4fd /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-Beta-', > 'ID_FS_LABEL_ENC': '_Fedora-18-Beta-', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > 'ID_FS_UUID_ENC': '9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '8325', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-Beta-', > '/dev/disk/by-uuid/9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >00:23:24,311 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >00:23:24,313 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >00:23:24,314 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:24,317 INFO storage: live-rw is a device-mapper device >00:23:24,318 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >00:23:24,319 DEBUG storage: LVMVolumeGroupDevice.getDMNode: fedora ; status: True ; >00:23:24,320 DEBUG storage: failed to find dm node for fedora >00:23:24,321 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >00:23:24,325 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (12) with existing ext4 filesystem >00:23:24,327 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >00:23:24,328 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (14) >00:23:24,333 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >00:23:24,334 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:24,335 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >00:23:24,339 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:24,340 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >00:23:24,341 INFO storage: added dm live-rw (id 15) to device tree >00:23:24,342 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >00:23:24,343 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >00:23:24,347 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:24,347 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:24,348 DEBUG storage: device live-rw does not contain a disklabel >00:23:24,348 INFO storage: type detected on 'live-rw' is 'ext4' >00:23:24,421 DEBUG storage: padding min size from 2944 up to 3238 >00:23:24,423 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:24,423 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:24,424 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >00:23:24,425 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >00:23:24,432 INFO storage: got device: DMDevice instance (0x7f65e812ddd0) -- > name = live-rw status = True kids = 0 id = 15 > parents = ['existing 0MB loop loop4 (14)'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32613 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x7f65e80bedd0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >00:23:24,433 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:24,434 INFO storage: got format: Ext4FS instance (0x7f65e811ce90) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-Beta- size = 4096.0 targetSize = 4096.0 > >00:23:24,436 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-Beta- /dev/disk/by-uuid/9d22400d-18aa-4a6a-a5cb-fad018fbf4fd /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-Beta-', > 'ID_FS_LABEL_ENC': '_Fedora-18-Beta-', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > 'ID_FS_UUID_ENC': '9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '18977', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-Beta-', > '/dev/disk/by-uuid/9d22400d-18aa-4a6a-a5cb-fad018fbf4fd', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >00:23:24,440 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >00:23:24,441 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >00:23:24,442 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:24,446 INFO storage: live-osimg-min is a device-mapper device >00:23:24,447 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >00:23:24,448 DEBUG storage: LVMVolumeGroupDevice.getDMNode: fedora ; status: True ; >00:23:24,449 DEBUG storage: failed to find dm node for fedora >00:23:24,450 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >00:23:24,454 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >00:23:24,455 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (8) >00:23:24,457 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >00:23:24,461 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (12) with existing ext4 filesystem >00:23:24,463 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >00:23:24,464 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:24,468 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >00:23:24,469 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:24,470 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >00:23:24,470 INFO storage: added dm live-osimg-min (id 16) to device tree >00:23:24,471 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >00:23:24,476 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >00:23:24,477 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:24,477 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:24,478 DEBUG storage: device live-osimg-min does not contain a disklabel >00:23:24,478 INFO storage: type detected on 'live-osimg-min' is 'ext4' >00:23:24,553 DEBUG storage: using current size 0 as min size >00:23:24,554 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:24,554 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:24,558 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >00:23:24,559 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >00:23:24,561 INFO storage: got device: DMDevice instance (0x7f65e812d1d0) -- > name = live-osimg-min status = True kids = 0 id = 16 > parents = ['existing 0MB loop loop3 (12) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32613 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x7f65e80be950> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >00:23:24,568 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:24,568 INFO storage: got format: Ext4FS instance (0x2f4ba10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = 9d22400d-18aa-4a6a-a5cb-fad018fbf4fd exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-Beta- size = 2943.0 targetSize = 2943.0 > >00:23:24,605 DEBUG storage: DeviceTree.getDeviceByName: name: fedora-swap ; >00:23:24,611 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:24,612 DEBUG storage: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >00:23:24,613 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:24,617 DEBUG storage: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: None ; >00:23:24,618 DEBUG storage: Adding fedora-swap/4032MB to fedora >00:23:24,618 INFO storage: added lvmlv fedora-swap (id 17) to device tree >00:23:24,619 DEBUG storage: LVMLogicalVolumeDevice.setup: fedora-swap ; status: False ; controllable: True ; orig: False ; >00:23:24,620 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-swap ; orig: False ; >00:23:24,625 DEBUG storage: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >00:23:24,627 DEBUG storage: LVMLogicalVolumeDevice._setup: fedora-swap ; status: False ; controllable: True ; orig: False ; >00:23:24,796 DEBUG storage: looking up parted Device: /dev/mapper/fedora-swap >00:23:24,802 DEBUG storage: DeviceTree.getDeviceByName: name: fedora-root ; >00:23:24,805 DEBUG storage: DeviceTree.getDeviceByName returned None >00:23:24,812 DEBUG storage: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >00:23:24,815 DEBUG storage: getFormat('None') returning DeviceFormat instance >00:23:24,826 DEBUG storage: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: None ; >00:23:24,826 DEBUG storage: Adding fedora-root/7752MB to fedora >00:23:24,827 INFO storage: added lvmlv fedora-root (id 18) to device tree >00:23:24,828 DEBUG storage: LVMLogicalVolumeDevice.setup: fedora-root ; status: False ; controllable: True ; orig: False ; >00:23:24,832 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-root ; orig: False ; >00:23:24,834 DEBUG storage: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >00:23:24,838 DEBUG storage: LVMLogicalVolumeDevice._setup: fedora-root ; status: False ; controllable: True ; orig: False ; >00:23:24,985 DEBUG storage: looking up parted Device: /dev/mapper/fedora-root >00:23:25,043 INFO storage: devices to scan: ['dm-2', 'dm-3'] >00:23:25,050 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-swap /dev/disk/by-id/dm-uuid-LVM-bO6cqDhKABfpnKkSgCeP3Lp31yyRQqTn4idV6du9A3G5eMBqBTuCeqOv919fe0qJ /dev/disk/by-uuid/ad55ddd0-ae95-4709-a2bc-848cd6c9a506 /dev/fedora/swap /dev/mapper/fedora-swap', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-bO6cqDhKABfpnKkSgCeP3Lp31yyRQqTn4idV6du9A3G5eMBqBTuCeqOv919fe0qJ', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': 'ad55ddd0-ae95-4709-a2bc-848cd6c9a506', > 'ID_FS_UUID_ENC': 'ad55ddd0-ae95-4709-a2bc-848cd6c9a506', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '35720120', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-swap', > '/dev/disk/by-id/dm-uuid-LVM-bO6cqDhKABfpnKkSgCeP3Lp31yyRQqTn4idV6du9A3G5eMBqBTuCeqOv919fe0qJ', > '/dev/disk/by-uuid/ad55ddd0-ae95-4709-a2bc-848cd6c9a506', > '/dev/fedora/swap', > '/dev/mapper/fedora-swap'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: fedora-swap ; >00:23:25,059 INFO storage: scanning fedora-swap (/devices/virtual/block/dm-2)... >00:23:25,061 DEBUG storage: DeviceTree.getDeviceByName: name: fedora-swap ; >00:23:25,062 DEBUG storage: DeviceTree.getDeviceByName returned existing 4032MB lvmlv fedora-swap (17) >00:23:25,063 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: fedora-swap ; >00:23:25,068 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: fedora-swap ; label_type: None ; >00:23:25,069 DEBUG storage: SwapSpace.__init__: >00:23:25,069 DEBUG storage: getFormat('swap') returning SwapSpace instance >00:23:25,070 DEBUG storage: device fedora-swap does not contain a disklabel >00:23:25,070 INFO storage: type detected on 'fedora-swap' is 'swap' >00:23:25,071 DEBUG storage: SwapSpace.__init__: device: /dev/mapper/fedora-swap ; serial: None ; uuid: ad55ddd0-ae95-4709-a2bc-848cd6c9a506 ; exists: True ; label: None ; >00:23:25,075 DEBUG storage: getFormat('swap') returning SwapSpace instance >00:23:25,076 DEBUG storage: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: swap ; >00:23:25,079 DEBUG storage: looking up parted Device: /dev/mapper/fedora >00:23:25,083 DEBUG storage: fedora size is 11784MB >00:23:25,084 DEBUG storage: vg fedora has 0MB free >00:23:25,084 DEBUG storage: fedora size is 11784MB >00:23:25,085 DEBUG storage: vg fedora has 0MB free >00:23:25,086 INFO storage: got device: LVMLogicalVolumeDevice instance (0x7f65e812d490) -- > name = fedora-swap status = True kids = 0 id = 17 > parents = ['existing 11784MB lvmvg fedora (3)'] > uuid = 4idV6d-u9A3-G5eM-BqBT-uCeq-Ov91-9fe0qJ size = 4032.0 > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8257536 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32613 did: 0 busy: False > hardwareGeometry: (514, 255, 63) biosGeometry: (514, 255, 63) > PedDevice: <_ped.Device object at 0x2f4e7a0> > target size = 4032.0 path = /dev/mapper/fedora-swap > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f65e811c7d0) -- > name = fedora status = True kids = 2 id = 3 > parents = ['existing 11787MB partition sda2 (2) with existing lvmpv'] > uuid = bO6cqD-hKAB-fpnK-kSgC-eP3L-p31y-yRQqTn size = 11784 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 2946 > PE Free = 0 PV Count = 1 > LV Names = ['swap', 'root'] modified = False > extents = 2946.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 11787MB partition sda2 (2) with existing lvmpv'] > LVs = ['existing 4032MB lvmlv fedora-swap (17) with existing swap', > 'existing 7752MB lvmlv fedora-root (18)'] > percent = 0 > mirrored = False stripes = 1 snapshot total = 0MB > VG space used = 4032MB >00:23:25,092 INFO storage: got format: SwapSpace instance (0x7f65e81e91d0) -- > type = swap name = swap status = False > device = /dev/mapper/fedora-swap uuid = ad55ddd0-ae95-4709-a2bc-848cd6c9a506 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >00:23:25,095 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-root /dev/disk/by-id/dm-uuid-LVM-bO6cqDhKABfpnKkSgCeP3Lp31yyRQqTnejFnsy1UlSACuDDedAYe7Mr3Zr8ATgaE /dev/disk/by-uuid/6ce71d26-2501-41a4-b8bb-6720e5735dea /dev/fedora/root /dev/mapper/fedora-root', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'root', > 'DM_NAME': 'fedora-root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-bO6cqDhKABfpnKkSgCeP3Lp31yyRQqTnejFnsy1UlSACuDDedAYe7Mr3Zr8ATgaE', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '6ce71d26-2501-41a4-b8bb-6720e5735dea', > 'ID_FS_UUID_ENC': '6ce71d26-2501-41a4-b8bb-6720e5735dea', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '35931307', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-root', > '/dev/disk/by-id/dm-uuid-LVM-bO6cqDhKABfpnKkSgCeP3Lp31yyRQqTnejFnsy1UlSACuDDedAYe7Mr3Zr8ATgaE', > '/dev/disk/by-uuid/6ce71d26-2501-41a4-b8bb-6720e5735dea', > '/dev/fedora/root', > '/dev/mapper/fedora-root'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-root ; >00:23:25,096 INFO storage: scanning fedora-root (/devices/virtual/block/dm-3)... >00:23:25,097 DEBUG storage: DeviceTree.getDeviceByName: name: fedora-root ; >00:23:25,101 DEBUG storage: DeviceTree.getDeviceByName returned existing 7752MB lvmlv fedora-root (18) >00:23:25,102 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: fedora-root ; >00:23:25,103 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: fedora-root ; label_type: None ; >00:23:25,108 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:25,109 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:25,109 DEBUG storage: device fedora-root does not contain a disklabel >00:23:25,109 INFO storage: type detected on 'fedora-root' is 'ext4' >00:23:25,201 DEBUG storage: padding min size from 3523 up to 3875 >00:23:25,205 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:25,206 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:23:25,212 DEBUG storage: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: ext4 ; >00:23:25,224 DEBUG storage: looking up parted Device: /dev/mapper/fedora >00:23:25,229 DEBUG storage: fedora size is 11784MB >00:23:25,230 DEBUG storage: vg fedora has 0MB free >00:23:25,230 DEBUG storage: fedora size is 11784MB >00:23:25,231 DEBUG storage: vg fedora has 0MB free >00:23:25,236 INFO storage: got device: LVMLogicalVolumeDevice instance (0x32e1a50) -- > name = fedora-root status = True kids = 0 id = 18 > parents = ['existing 11784MB lvmvg fedora (3)'] > uuid = ejFnsy-1UlS-ACuD-DedA-Ye7M-r3Zr-8ATgaE size = 7752.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 15876096 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32613 did: 0 busy: False > hardwareGeometry: (988, 255, 63) biosGeometry: (988, 255, 63) > PedDevice: <_ped.Device object at 0x2f4ef80> > target size = 7752.0 path = /dev/mapper/fedora-root > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f65e811c7d0) -- > name = fedora status = True kids = 2 id = 3 > parents = ['existing 11787MB partition sda2 (2) with existing lvmpv'] > uuid = bO6cqD-hKAB-fpnK-kSgC-eP3L-p31y-yRQqTn size = 11784 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 2946 > PE Free = 0 PV Count = 1 > LV Names = ['swap', 'root'] modified = False > extents = 2946.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 11787MB partition sda2 (2) with existing lvmpv'] > LVs = ['existing 4032MB lvmlv fedora-swap (17) with existing swap', > 'existing 7752MB lvmlv fedora-root (18) with existing ext4 filesystem'] > percent = 0 > mirrored = False stripes = 1 snapshot total = 0MB > VG space used = 7752MB >00:23:25,238 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:25,238 INFO storage: got format: Ext4FS instance (0x7f65e820f450) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/fedora-root uuid = 6ce71d26-2501-41a4-b8bb-6720e5735dea exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 7752.0 targetSize = 7752.0 > >00:23:25,286 DEBUG storage: DeviceTree.getDeviceByName: name: fedora-swap ; >00:23:25,287 DEBUG storage: DeviceTree.getDeviceByName returned existing 4032MB lvmlv fedora-swap (17) with existing swap >00:23:25,292 DEBUG storage: DeviceTree.getDeviceByName: name: fedora-root ; >00:23:25,294 DEBUG storage: DeviceTree.getDeviceByName returned existing 7752MB lvmlv fedora-root (18) with existing ext4 filesystem >00:23:25,295 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >00:23:25,335 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:23:25,337 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:23:25,339 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:23:25,386 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >00:23:25,387 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >00:23:25,388 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >00:23:25,393 DEBUG storage: LVMLogicalVolumeDevice.teardown: fedora-swap ; status: True ; controllable: True ; >00:23:25,395 DEBUG storage: SwapSpace.teardown: device: /dev/mapper/fedora-swap ; status: False ; type: swap ; >00:23:25,396 DEBUG storage: SwapSpace.teardown: device: /dev/mapper/fedora-swap ; status: False ; type: swap ; >00:23:25,434 DEBUG storage: LVMLogicalVolumeDevice._teardown: fedora-swap ; status: True ; controllable: True ; >00:23:25,562 DEBUG storage: LVMVolumeGroupDevice.teardown: fedora ; status: True ; controllable: True ; >00:23:25,563 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >00:23:25,569 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >00:23:25,608 DEBUG storage: LVMVolumeGroupDevice._teardown: fedora ; status: True ; controllable: True ; >00:23:25,694 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >00:23:25,696 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >00:23:25,698 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >00:23:25,738 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:23:25,739 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:23:25,745 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:23:25,785 DEBUG storage: LVMLogicalVolumeDevice.teardown: fedora-root ; status: False ; controllable: True ; >00:23:25,786 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >00:23:25,792 INFO storage: edd: collected mbr signatures: {'sda': '0x000c5472'} >00:23:25,793 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >00:23:25,809 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >00:23:25,848 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >00:23:25,907 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >00:23:25,909 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:23:25,911 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >00:23:25,954 DEBUG storage: LVMLogicalVolumeDevice.setup: fedora-root ; status: False ; controllable: True ; orig: False ; >00:23:25,956 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-root ; orig: False ; >00:23:25,957 DEBUG storage: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >00:23:25,962 DEBUG storage: LVMLogicalVolumeDevice._setup: fedora-root ; status: False ; controllable: True ; orig: False ; >00:23:26,145 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >00:23:26,228 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >00:23:26,229 INFO storage: error parsing blkid.tab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >00:23:26,229 DEBUG storage: parsing /mnt/sysimage/etc/crypttab >00:23:26,230 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >00:23:26,231 DEBUG storage: crypttab maps: [] >00:23:26,231 DEBUG storage: parsing /mnt/sysimage/etc/fstab >00:23:26,233 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/fedora-root ; >00:23:26,239 DEBUG storage: DeviceTree.getDeviceByPath returned existing 7752MB lvmlv fedora-root (18) with existing ext4 filesystem >00:23:26,239 DEBUG storage: resolved '/dev/mapper/fedora-root' to 'fedora-root' (lvmlv) >00:23:26,239 DEBUG storage: resolved 'UUID=7997a7eb-7d5e-45e5-9f52-5c8cd5525723' to 'sda1' (partition) >00:23:26,240 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/fedora-swap ; >00:23:26,242 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4032MB lvmlv fedora-swap (17) with existing swap >00:23:26,245 DEBUG storage: resolved '/dev/mapper/fedora-swap' to 'fedora-swap' (lvmlv) >00:23:26,246 DEBUG storage: LVMLogicalVolumeDevice.teardown: fedora-root ; status: True ; controllable: True ; >00:23:26,312 DEBUG storage: LVMLogicalVolumeDevice._teardown: fedora-root ; status: True ; controllable: True ; >00:23:26,417 DEBUG storage: fedora size is 11784MB >00:23:26,422 DEBUG storage: vg fedora has 0MB free >00:23:26,422 DEBUG storage: fedora size is 11784MB >00:23:26,423 DEBUG storage: vg fedora has 0MB free >00:23:26,425 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:26,432 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:26,437 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:26,438 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:26,444 DEBUG storage: Ext4FS.supported: supported: True ; >00:23:26,447 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >00:23:26,454 DEBUG storage: Iso9660FS.supported: supported: True ; >00:23:26,485 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/live-osimg-min ; >00:23:26,490 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4096MB dm live-osimg-min (16) with existing ext4 filesystem >00:25:46,049 DEBUG storage: BindFS.supported: supported: False ; >00:25:46,051 DEBUG storage: BindFS.supported: supported: False ; >00:25:46,052 DEBUG storage: Iso9660FS.supported: supported: True ; >00:25:46,053 DEBUG storage: Iso9660FS.supported: supported: True ; >00:25:46,055 DEBUG storage: NFSv4.supported: supported: False ; >00:25:46,056 DEBUG storage: NFSv4.supported: supported: False ; >00:25:46,058 DEBUG storage: SELinuxFS.supported: supported: False ; >00:25:46,059 DEBUG storage: SELinuxFS.supported: supported: False ; >00:25:46,061 DEBUG storage: Ext4FS.supported: supported: True ; >00:25:46,062 DEBUG storage: Ext4FS.supported: supported: True ; >00:25:46,064 DEBUG storage: Ext3FS.supported: supported: True ; >00:25:46,065 DEBUG storage: Ext3FS.supported: supported: True ; >00:25:46,067 DEBUG storage: Ext2FS.supported: supported: True ; >00:25:46,069 DEBUG storage: Ext2FS.supported: supported: True ; >00:25:46,071 DEBUG storage: SysFS.supported: supported: False ; >00:25:46,072 DEBUG storage: SysFS.supported: supported: False ; >00:25:46,074 DEBUG storage: MultipathMember.__init__: >00:25:46,076 DEBUG storage: MDRaidMember.__init__: >00:25:46,077 DEBUG storage: ProcFS.supported: supported: False ; >00:25:46,079 DEBUG storage: ProcFS.supported: supported: False ; >00:25:46,080 DEBUG storage: SwapSpace.__init__: >00:25:46,082 DEBUG storage: DevPtsFS.supported: supported: False ; >00:25:46,084 DEBUG storage: DevPtsFS.supported: supported: False ; >00:25:46,085 DEBUG storage: BTRFS.supported: supported: True ; >00:25:46,087 DEBUG storage: USBFS.supported: supported: False ; >00:25:46,089 DEBUG storage: USBFS.supported: supported: False ; >00:25:46,090 DEBUG storage: DiskLabel.__init__: >00:25:46,090 INFO storage: DiskLabel.partedDevice returning None >00:25:46,092 DEBUG storage: HFSPlus.supported: supported: False ; >00:25:46,093 DEBUG storage: HFSPlus.supported: supported: False ; >00:25:46,095 DEBUG storage: XFS.supported: supported: True ; >00:25:46,096 DEBUG storage: XFS.supported: supported: True ; >00:25:46,098 DEBUG storage: TmpFS.supported: supported: False ; >00:25:46,099 DEBUG storage: TmpFS.supported: supported: False ; >00:25:46,101 DEBUG storage: LUKS.__init__: >00:25:46,102 DEBUG storage: NTFS.supported: supported: False ; >00:25:46,104 DEBUG storage: NTFS.supported: supported: False ; >00:25:46,105 DEBUG storage: NoDevFS.supported: supported: False ; >00:25:46,107 DEBUG storage: NoDevFS.supported: supported: False ; >00:25:46,108 DEBUG storage: HFS.supported: supported: False ; >00:25:46,109 DEBUG storage: HFS.supported: supported: False ; >00:25:46,111 DEBUG storage: LVMPhysicalVolume.__init__: >00:25:46,112 DEBUG storage: NFS.supported: supported: False ; >00:25:46,113 DEBUG storage: NFS.supported: supported: False ; >00:25:46,115 DEBUG storage: FATFS.supported: supported: True ; >00:25:46,116 DEBUG storage: FATFS.supported: supported: True ; >00:25:46,118 DEBUG storage: DMRaidMember.__init__: >00:26:01,857 DEBUG storage: clearpart: looking at sda2 >00:26:01,857 DEBUG storage: clearpart: looking at sda1 >00:26:01,857 DEBUG storage: checking whether disk sda has an empty extended >00:26:01,858 DEBUG storage: extended is None ; logicals is [] >00:26:01,858 DEBUG storage: new disk order: [] >00:26:01,916 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:26:01,918 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >00:26:01,923 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >00:26:01,924 DEBUG storage: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >00:26:01,924 DEBUG storage: resolved 'sda' to 'sda' (disk) >00:26:01,930 DEBUG storage: stage1 device cannot be of type lvmvg >00:26:01,930 DEBUG storage: stage1 device cannot be of type lvmlv >00:26:01,930 DEBUG storage: stage1 device cannot be of type lvmlv >00:26:01,930 DEBUG storage: _is_valid_disklabel(sda) returning True >00:26:01,931 DEBUG storage: _is_valid_size(sda) returning True >00:26:01,931 DEBUG storage: _is_valid_location(sda) returning True >00:26:01,931 DEBUG storage: _is_valid_format(sda) returning True >00:26:01,931 DEBUG storage: is_valid_stage1_device(sda) returning True >00:26:01,995 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >00:26:02,002 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5883490> fileSystem: <parted.filesystem.FileSystem object at 0x5ab2410> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5ab2210> PedPartition: <_ped.Partition object at 0x5878cb0> >00:26:02,004 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >00:26:02,009 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5883490> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5ab2390> PedPartition: <_ped.Partition object at 0x5878c50> >00:26:40,635 DEBUG storage: Ext4FS.supported: supported: True ; >00:26:40,635 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:26:44,053 DEBUG storage: Ext4FS.supported: supported: True ; >00:26:44,053 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:26:44,057 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x5422b90>, 500.0, ['sda'], None >00:26:44,071 DEBUG storage: DeviceTree.getDeviceByName: name: fedora ; >00:26:44,073 DEBUG storage: DeviceTree.getDeviceByName returned existing 11784MB lvmvg fedora (3) >00:26:44,079 DEBUG storage: DeviceTree.getDeviceByName: name: None ; >00:26:44,081 DEBUG storage: DeviceTree.getDeviceByName returned None >00:26:44,083 DEBUG storage: DeviceTree.getDeviceByName: name: None ; >00:26:44,085 DEBUG storage: DeviceTree.getDeviceByName returned None >00:26:44,087 DEBUG storage: DeviceTree.getDeviceByName: name: fedora ; >00:26:44,089 DEBUG storage: DeviceTree.getDeviceByName returned existing 11784MB lvmvg fedora (3) >00:31:10,563 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >00:31:10,566 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: ext4 ; type: None ; >00:31:10,570 INFO storage.ui: registered action: [0] Destroy Format ext4 filesystem on lvmlv fedora-root (id 18) >00:31:10,572 DEBUG storage.ui: LVMLogicalVolumeDevice.teardown: fedora-root ; status: False ; controllable: True ; >00:31:10,573 INFO storage.ui: removed lvmlv fedora-root (id 18) from device tree >00:31:10,575 DEBUG storage.ui: LVMVolumeGroupDevice.removeChild: kids: 2 ; name: fedora ; >00:31:10,579 INFO storage.ui: registered action: [1] Destroy Device lvmlv fedora-root (id 18) >00:31:46,786 DEBUG storage: Ext4FS.supported: supported: True ; >00:31:46,787 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:31:46,788 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x5422b90>, 500.0, ['sda'], None >00:32:57,615 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.LVMFactory'>: <pyanaconda.storage.Storage object at 0x5422b90>, 500.0, [], None >00:32:57,621 DEBUG storage.ui: Storage.newDevice: 0 ; 500.0 ; mountpoint: /boot ; disks: [DiskDevice instance (0x5883250) -- > name = sda status = True kids = 2 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x2c3cef0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x58832d0>] ; fstype: ext4 ; encrypted: False ; >00:32:57,625 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.LVMFactory'>: <pyanaconda.storage.Storage object at 0x5422b90>, 500.0, ['sda'], None >00:32:57,626 DEBUG storage.ui: Storage.setContainerMembers: device: None ; container: None ; factory: <pyanaconda.storage.LVMFactory object at 0x5aca750> ; members: [] ; >00:32:57,627 DEBUG storage.ui: LVMPhysicalVolume.__init__: >00:32:57,627 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >00:32:57,627 DEBUG storage.ui: adding a TotalSizeSet with size 504 >00:32:57,627 DEBUG storage.ui: set.allocated = 0 >00:32:57,631 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >00:32:57,636 DEBUG storage.ui: removing all non-preexisting partitions [] from disk(s) ['sda'] >00:32:57,637 DEBUG storage.ui: allocatePartitions: disks=['sda'] ; partitions=[] >00:32:57,637 DEBUG storage.ui: removing all non-preexisting partitions [] from disk(s) ['sda'] >00:32:57,637 DEBUG storage.ui: growPartitions: disks=['sda'], partitions=[] >00:32:57,637 DEBUG storage.ui: no growable partitions >00:32:57,637 DEBUG storage.ui: fixing size of existing 500MB partition sda1 (1) with existing ext4 filesystem at 500.00 >00:32:57,637 DEBUG storage.ui: fixing size of existing 11787MB partition sda2 (2) with existing lvmpv at 11787.00 >00:32:57,638 DEBUG storage.ui: creating new container >00:32:57,638 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >00:32:57,641 DEBUG storage.ui: LVMVolumeGroupDevice._setFormat: fedora00 ; current: None ; type: None ; >00:32:57,642 INFO storage.ui: added lvmvg fedora00 (id 19) to device tree >00:32:57,642 INFO storage.ui: registered action: [2] Create Device lvmvg fedora00 (id 19) >00:32:57,642 DEBUG storage.ui: fedora00 size is 0MB >00:32:57,642 DEBUG storage.ui: vg fedora00 has 0MB free >00:32:57,642 DEBUG storage.ui: fedora00 size is 0MB >00:32:57,642 DEBUG storage.ui: vg fedora00 has 0MB free >00:32:57,642 DEBUG storage.ui: LVMVolumeGroupDevice instance (0x5aca890) -- > name = fedora00 status = False kids = 0 id = 19 > parents = [] > uuid = None size = 0 > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora00 > format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 > PE Free = 0 PV Count = 0 > LV Names = [] modified = True > extents = 0.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = [] > LVs = [] >00:32:57,642 DEBUG storage.ui: fedora00 size is 0MB >00:32:57,643 DEBUG storage.ui: vg fedora00 has 0MB free >00:32:57,643 INFO storage.ui: adjusting device size from 500.00 to 0.00 so it fits in container >00:32:57,645 DEBUG storage.ui: creating new device >00:32:57,646 DEBUG storage.ui: Ext4FS.supported: supported: True ; >00:32:57,646 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >00:32:57,648 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora00 ; >00:32:57,652 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora00-boot ; current: None ; type: ext4 ; >00:32:57,653 DEBUG storage.ui: fedora00 size is 0MB >00:32:57,653 DEBUG storage.ui: vg fedora00 has 0MB free >00:32:57,653 DEBUG storage.ui: Adding fedora00-boot/0MB to fedora00 >00:32:57,653 INFO storage.ui: added lvmlv fedora00-boot (id 20) to device tree >00:32:57,653 INFO storage.ui: registered action: [3] Create Device lvmlv fedora00-boot (id 20) >00:32:57,656 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >00:32:57,656 INFO storage.ui: registered action: [4] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 20) >00:32:57,657 INFO storage.ui: removed lvmlv fedora00-boot (id 20) from device tree >00:32:57,659 DEBUG storage.ui: LVMVolumeGroupDevice.removeChild: kids: 1 ; name: fedora00 ; >00:32:57,661 INFO storage.ui: registered action: [5] Destroy Device lvmlv fedora00-boot (id 20) >00:32:57,662 INFO storage.ui: removed lvmvg fedora00 (id 19) from device tree >00:32:57,663 INFO storage.ui: registered action: [6] Destroy Device lvmvg fedora00 (id 19) >00:32:57,664 DEBUG storage.ui: fedora size is 11784MB >00:32:57,665 DEBUG storage.ui: vg fedora has 7752MB free >00:32:57,669 DEBUG storage.ui: Storage.newDevice: 0 ; 500.0 ; mountpoint: /boot ; disks: [DiskDevice instance (0x5883250) -- > name = sda status = True kids = 2 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x2c3cef0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x58832d0>] ; encrypted: False ; fstype: ext4 ; container_name: fedora ; >00:32:57,672 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.LVMFactory'>: <pyanaconda.storage.Storage object at 0x5422b90>, 500.0, ['sda'], None >00:32:57,674 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora ; >00:32:57,675 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 11784MB lvmvg fedora (3) >00:32:57,677 DEBUG storage.ui: Storage.setContainerMembers: device: None ; container: existing 11784MB lvmvg fedora (3) ; factory: <pyanaconda.storage.LVMFactory object at 0x5c81890> ; members: [] ; >00:32:57,678 DEBUG storage.ui: looking up parted Device: /dev/mapper/fedora >00:32:57,680 DEBUG storage.ui: fedora size is 11784MB >00:32:57,680 DEBUG storage.ui: vg fedora has 7752MB free >00:32:57,683 DEBUG storage.ui: fedora size is 11784MB >00:32:57,684 DEBUG storage.ui: vg fedora has 7752MB free >00:32:57,686 DEBUG storage.ui: LVMVolumeGroupDevice instance (0x5883b50) -- > name = fedora status = True kids = 1 id = 3 > parents = ['existing 11787MB partition sda2 (2) with existing lvmpv'] > uuid = bO6cqD-hKAB-fpnK-kSgC-eP3L-p31y-yRQqTn size = 11784 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 2946 > PE Free = 0 PV Count = 1 > LV Names = ['swap', 'root'] modified = False > extents = 2946.0 free space = 7752 > free extents = 1938.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 11787MB partition sda2 (2) with existing lvmpv'] > LVs = ['existing 4032MB lvmlv fedora-swap (17) with existing swap'] >00:32:57,686 DEBUG storage.ui: fedora size is 11784MB >00:32:57,687 DEBUG storage.ui: vg fedora has 7752MB free >00:32:57,689 DEBUG storage.ui: creating new device >00:32:57,691 DEBUG storage.ui: Ext4FS.supported: supported: True ; >00:32:57,691 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >00:32:57,693 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >00:32:57,698 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-boot ; current: None ; type: ext4 ; >00:32:57,699 DEBUG storage.ui: fedora size is 11784MB >00:32:57,700 DEBUG storage.ui: vg fedora has 7752MB free >00:32:57,700 DEBUG storage.ui: Adding fedora-boot/500MB to fedora >00:32:57,701 INFO storage.ui: added lvmlv fedora-boot (id 21) to device tree >00:32:57,701 INFO storage.ui: registered action: [7] Create Device lvmlv fedora-boot (id 21) >00:32:57,702 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >00:32:57,705 INFO storage.ui: registered action: [8] Create Format ext4 filesystem mounted at /boot on lvmlv fedora-boot (id 21) >00:33:39,681 DEBUG storage: Ext4FS.supported: supported: True ; >00:33:39,681 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:33:39,681 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x5422b90>, 500.0, ['sda'], None >00:33:39,688 DEBUG storage: Ext4FS.supported: supported: True ; >00:33:39,688 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:33:39,701 DEBUG storage: DeviceTree.getDeviceByName: name: None ; >00:33:39,702 DEBUG storage: DeviceTree.getDeviceByName returned None >00:33:39,705 DEBUG storage: DeviceTree.getDeviceByName: name: None ; >00:33:39,708 DEBUG storage: DeviceTree.getDeviceByName returned None >00:33:39,711 DEBUG storage: DeviceTree.getDeviceByName: name: fedora ; >00:33:39,713 DEBUG storage: DeviceTree.getDeviceByName returned existing 11784MB lvmvg fedora (3) >00:35:36,905 DEBUG storage: Ext4FS.supported: supported: True ; >00:35:36,905 DEBUG storage: getFormat('ext4') returning Ext4FS instance >00:35:36,906 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x5422b90>, 500.0, ['sda'], None >00:35:36,912 INFO storage.ui: removed lvmlv fedora-boot (id 21) from device tree >00:35:36,914 DEBUG storage.ui: LVMVolumeGroupDevice.removeChild: kids: 2 ; name: fedora ; >00:35:36,915 INFO storage.ui: registered action: [9] Destroy Device lvmlv fedora-boot (id 21) >00:35:36,918 DEBUG storage.ui: Storage.newDevice: 2 ; 500.0 ; name: boot ; encrypted: False ; disks: [DiskDevice instance (0x5883250) -- > name = sda status = True kids = 2 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x2c3cef0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x58832d0>] ; raid_level: None ; label: ; container_name: fedora ; mountpoint: /boot ; fstype: ext4 ; >00:35:36,922 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x5422b90>, 500.0, ['sda'], None >00:35:36,924 DEBUG storage.ui: DeviceTree.getDeviceByName: name: fedora ; >00:35:36,926 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 11784MB lvmvg fedora (3) >00:35:36,926 DEBUG storage.ui: specified container name fedora is wrong type (lvmvg) >00:35:36,931 DEBUG storage.ui: Storage.setContainerMembers: device: None ; container: None ; factory: <pyanaconda.storage.PartitionFactory object at 0x5ab2dd0> ; members: [] ; >00:35:36,932 DEBUG storage.ui: creating new device >00:35:36,934 DEBUG storage.ui: Ext4FS.supported: supported: True ; >00:35:36,934 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >00:35:36,936 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >00:35:36,941 DEBUG storage.ui: PartitionDevice._setFormat: boot ; >00:35:36,943 DEBUG storage.ui: PartitionDevice._setFormat: boot ; current: None ; type: ext4 ; >00:35:36,945 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >00:35:36,947 INFO storage.ui: added partition boot (id 22) to device tree >00:35:36,948 INFO storage.ui: registered action: [10] Create Device partition boot (id 22) >00:35:36,952 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >00:35:36,953 INFO storage.ui: registered action: [11] Create Format ext4 filesystem mounted at /boot on partition boot (id 22) >00:35:36,954 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >00:35:36,955 DEBUG storage.ui: removing all non-preexisting partitions ['boot(id 22)'] from disk(s) ['sda'] >00:35:36,955 DEBUG storage.ui: allocatePartitions: disks=['sda'] ; partitions=['boot(id 22)'] >00:35:36,956 DEBUG storage.ui: removing all non-preexisting partitions ['boot(id 22)'] from disk(s) ['sda'] >00:35:36,959 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >00:35:36,965 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >00:35:36,965 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >00:35:36,966 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >00:35:36,971 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 12288MB disk sda (0) with existing msdos disklabel >00:35:36,972 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >00:35:36,972 DEBUG storage.ui: allocating partition: boot ; id: 22 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 1MB ; grow: True ; max_size: 500.0 >00:35:36,972 DEBUG storage.ui: checking freespace on sda >00:35:36,972 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=1MB boot=True best=None grow=True >00:35:36,973 DEBUG storage.ui: current free range is 63-2047 (0MB) >00:35:36,973 DEBUG storage.ui: not enough free space for primary -- trying logical >00:35:36,973 ERR storage.ui: failed to allocate partitions: not enough free space on disks >00:35:36,973 ERR storage.ui: device post-create method failed: not enough free space on disks >00:35:36,974 INFO storage.ui: removed partition boot (id 22) from device tree >00:35:36,974 INFO storage.ui: registered action: [12] Destroy Device partition boot (id 22) >00:35:36,985 DEBUG storage.ui: Storage.newDevice: 0 ; 500.0 ; name: boot ; encrypted: False ; disks: [DiskDevice instance (0x5883250) -- > name = sda status = True kids = 2 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1566, 255, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x2c3cef0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x58832d0>] ; raid_level: None ; label: ; container_name: None ; mountpoint: /boot ; fstype: ext4 ; >00:35:36,985 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.LVMFactory'>: <pyanaconda.storage.Storage object at 0x5422b90>, 500.0, ['sda'], None >00:35:36,986 DEBUG storage.ui: Storage.setContainerMembers: device: None ; container: None ; factory: <pyanaconda.storage.LVMFactory object at 0x5c81c90> ; members: [] ; >00:35:36,987 DEBUG storage.ui: LVMPhysicalVolume.__init__: >00:35:36,987 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >00:35:36,987 DEBUG storage.ui: adding a TotalSizeSet with size 504 >00:35:36,988 DEBUG storage.ui: set.allocated = 0 >00:35:36,993 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >00:35:36,995 DEBUG storage.ui: removing all non-preexisting partitions [] from disk(s) ['sda'] >00:35:36,995 DEBUG storage.ui: allocatePartitions: disks=['sda'] ; partitions=[] >00:35:36,995 DEBUG storage.ui: removing all non-preexisting partitions [] from disk(s) ['sda'] >00:35:36,995 DEBUG storage.ui: growPartitions: disks=['sda'], partitions=[] >00:35:36,995 DEBUG storage.ui: no growable partitions >00:35:36,995 DEBUG storage.ui: fixing size of existing 500MB partition sda1 (1) with existing ext4 filesystem at 500.00 >00:35:36,996 DEBUG storage.ui: fixing size of existing 11787MB partition sda2 (2) with existing lvmpv at 11787.00 >00:35:36,998 DEBUG storage.ui: creating new container >00:35:36,998 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >00:35:37,000 DEBUG storage.ui: LVMVolumeGroupDevice._setFormat: fedora00 ; current: None ; type: None ; >00:35:37,000 INFO storage.ui: added lvmvg fedora00 (id 23) to device tree >00:35:37,000 INFO storage.ui: registered action: [13] Create Device lvmvg fedora00 (id 23) >00:35:37,000 DEBUG storage.ui: fedora00 size is 0MB >00:35:37,000 DEBUG storage.ui: vg fedora00 has 0MB free >00:35:37,001 DEBUG storage.ui: fedora00 size is 0MB >00:35:37,001 DEBUG storage.ui: vg fedora00 has 0MB free >00:35:37,001 DEBUG storage.ui: LVMVolumeGroupDevice instance (0x5c81ed0) -- > name = fedora00 status = False kids = 0 id = 23 > parents = [] > uuid = None size = 0 > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora00 > format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 > PE Free = 0 PV Count = 0 > LV Names = [] modified = True > extents = 0.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = [] > LVs = [] >00:35:37,001 DEBUG storage.ui: fedora00 size is 0MB >00:35:37,004 DEBUG storage.ui: vg fedora00 has 0MB free >00:35:37,005 INFO storage.ui: adjusting device size from 500.00 to 0.00 so it fits in container >00:35:37,005 DEBUG storage.ui: creating new device >00:35:37,006 DEBUG storage.ui: Ext4FS.supported: supported: True ; >00:35:37,006 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >00:35:37,007 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora00 ; >00:35:37,013 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora00-boot ; current: None ; type: ext4 ; >00:35:37,014 DEBUG storage.ui: fedora00 size is 0MB >00:35:37,014 DEBUG storage.ui: vg fedora00 has 0MB free >00:35:37,014 DEBUG storage.ui: Adding fedora00-boot/0MB to fedora00 >00:35:37,014 INFO storage.ui: added lvmlv fedora00-boot (id 24) to device tree >00:35:37,014 INFO storage.ui: registered action: [14] Create Device lvmlv fedora00-boot (id 24) >00:35:37,018 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >00:35:37,019 INFO storage.ui: registered action: [15] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 24) >00:35:37,019 INFO storage.ui: removed lvmlv fedora00-boot (id 24) from device tree >00:35:37,020 DEBUG storage.ui: LVMVolumeGroupDevice.removeChild: kids: 1 ; name: fedora00 ; >00:35:37,021 INFO storage.ui: registered action: [16] Destroy Device lvmlv fedora00-boot (id 24) >00:35:37,021 INFO storage.ui: removed lvmvg fedora00 (id 23) from device tree >00:35:37,022 INFO storage.ui: registered action: [17] Destroy Device lvmvg fedora00 (id 23) >00:35:37,077 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >00:35:37,078 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5c8e2d0> fileSystem: <parted.filesystem.FileSystem object at 0x5c9b050> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5c94e10> PedPartition: <_ped.Partition object at 0x5878dd0> >00:35:37,080 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >00:35:37,081 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x5c8e2d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x5c94f90> PedPartition: <_ped.Partition object at 0x5ac7710> >00:35:37,098 DEBUG storage: DeviceTree.getDeviceByName: name: None ; >00:35:37,100 DEBUG storage: DeviceTree.getDeviceByName returned None >00:35:37,103 DEBUG storage: DeviceTree.getDeviceByName: name: None ; >00:35:37,104 DEBUG storage: DeviceTree.getDeviceByName returned None >00:35:37,107 DEBUG storage: DeviceTree.getDeviceByName: name: fedora ; >00:35:37,109 DEBUG storage: DeviceTree.getDeviceByName returned existing 11784MB lvmvg fedora (3) >00:35:37,115 DEBUG storage: DeviceTree.getDeviceByName: name: None ; >00:35:37,116 DEBUG storage: DeviceTree.getDeviceByName returned None >00:35:37,119 DEBUG storage: DeviceTree.getDeviceByName: name: None ; >00:35:37,121 DEBUG storage: DeviceTree.getDeviceByName returned None >00:35:37,124 DEBUG storage: DeviceTree.getDeviceByName: name: fedora ; >00:35:37,125 DEBUG storage: DeviceTree.getDeviceByName returned existing 11784MB lvmvg fedora (3) >00:38:13,588 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; >00:38:13,589 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >00:38:13,590 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; current: ext4 ; type: None ; > > >/tmp/ifcfg.log: > > >/proc/cmdline: >initrd=initrd0.img root=live:CDLABEL=Fedora-18-Beta-x86_64-Live-Deskt rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 > > >/var/log/messages: >Dec 6 22:57:58 localhost kernel: imklog 5.8.11, log source = /proc/kmsg started. >Dec 6 22:57:58 localhost rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="548" x-info="http://www.rsyslog.com"] start >Dec 6 22:57:58 localhost kernel: [ 0.000000] Initializing cgroup subsys cpuset >Dec 6 22:57:58 localhost kernel: [ 0.000000] Initializing cgroup subsys cpu >Dec 6 22:57:58 localhost kernel: [ 0.000000] Linux version 3.6.6-3.fc18.x86_64 (mockbuild@) (gcc version 4.7.2 20121001 (Red Hat 4.7.2-3) (GCC) ) #1 SMP Mon Nov 5 16:26:34 UTC 2012 >Dec 6 22:57:58 localhost kernel: [ 0.000000] Command line: initrd=initrd0.img root=live:CDLABEL=Fedora-18-Beta-x86_64-Live-Deskt rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 >Dec 6 22:57:58 localhost kernel: [ 0.000000] e820: BIOS-provided physical RAM map: >Dec 6 22:57:58 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >Dec 6 22:57:58 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >Dec 6 22:57:58 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >Dec 6 22:57:58 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007fffcfff] usable >Dec 6 22:57:58 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000007fffd000-0x000000007fffffff] reserved >Dec 6 22:57:58 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >Dec 6 22:57:58 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >Dec 6 22:57:58 localhost kernel: [ 0.000000] NX (Execute Disable) protection: active >Dec 6 22:57:58 localhost kernel: [ 0.000000] DMI 2.4 present. >Dec 6 22:57:58 localhost kernel: [ 0.000000] Hypervisor detected: KVM >Dec 6 22:57:58 localhost kernel: [ 0.000000] No AGP bridge found >Dec 6 22:57:58 localhost kernel: [ 0.000000] e820: last_pfn = 0x7fffd max_arch_pfn = 0x400000000 >Dec 6 22:57:58 localhost kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106 >Dec 6 22:57:58 localhost kernel: [ 0.000000] found SMP MP-table at [mem 0x000fdaf0-0x000fdaff] mapped at [ffff8800000fdaf0] >Dec 6 22:57:58 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x7fffcfff] >Dec 6 22:57:58 localhost kernel: [ 0.000000] RAMDISK: [mem 0x7e604000-0x7ffdbfff] >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: RSDP 00000000000fd990 00014 (v00 BOCHS ) >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: RSDT 000000007fffe440 00038 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: FACP 000000007fffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: DSDT 000000007fffe480 0124A (v01 BXPC BXDSDT 00000001 INTL 20100528) >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: FACS 000000007fffff40 00040 >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: SSDT 000000007ffffe90 000AF (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: APIC 000000007ffffd70 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: HPET 000000007ffffd30 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: SSDT 000000007ffff6d0 00654 (v01 BXPC BXSSDTPC 00000001 INTL 20100528) >Dec 6 22:57:58 localhost kernel: [ 0.000000] No NUMA configuration found >Dec 6 22:57:58 localhost kernel: [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007fffcfff] >Dec 6 22:57:58 localhost kernel: [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7fffcfff] >Dec 6 22:57:58 localhost kernel: [ 0.000000] NODE_DATA [mem 0x7ffe9000-0x7fffcfff] >Dec 6 22:57:58 localhost kernel: [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >Dec 6 22:57:58 localhost kernel: [ 0.000000] kvm-clock: cpu 0, msr 0:1cfac01, boot clock >Dec 6 22:57:58 localhost kernel: [ 0.000000] Zone ranges: >Dec 6 22:57:58 localhost kernel: [ 0.000000] DMA [mem 0x00010000-0x00ffffff] >Dec 6 22:57:58 localhost kernel: [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >Dec 6 22:57:58 localhost kernel: [ 0.000000] Normal empty >Dec 6 22:57:58 localhost kernel: [ 0.000000] Movable zone start for each node >Dec 6 22:57:58 localhost kernel: [ 0.000000] Early memory node ranges >Dec 6 22:57:58 localhost kernel: [ 0.000000] node 0: [mem 0x00010000-0x0009efff] >Dec 6 22:57:58 localhost kernel: [ 0.000000] node 0: [mem 0x00100000-0x7fffcfff] >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) >Dec 6 22:57:58 localhost kernel: [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >Dec 6 22:57:58 localhost kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information >Dec 6 22:57:58 localhost kernel: [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 >Dec 6 22:57:58 localhost kernel: [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >Dec 6 22:57:58 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 >Dec 6 22:57:58 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 >Dec 6 22:57:58 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 >Dec 6 22:57:58 localhost kernel: [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices >Dec 6 22:57:58 localhost kernel: [ 0.000000] Booting paravirtualized kernel on KVM >Dec 6 22:57:58 localhost kernel: [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:1 nr_node_ids:1 >Dec 6 22:57:58 localhost kernel: [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007e200000 s84288 r8192 d22208 u2097152 >Dec 6 22:57:58 localhost kernel: [ 0.000000] kvm-clock: cpu 0, msr 0:7e213c01, primary cpu clock >Dec 6 22:57:58 localhost kernel: [ 0.000000] KVM setup async PF for cpu 0 >Dec 6 22:57:58 localhost kernel: [ 0.000000] kvm-stealtime: cpu 0, msr 7e20dec0 >Dec 6 22:57:58 localhost kernel: [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515974 >Dec 6 22:57:58 localhost kernel: [ 0.000000] Policy zone: DMA32 >Dec 6 22:57:58 localhost kernel: [ 0.000000] Kernel command line: initrd=initrd0.img root=live:CDLABEL=Fedora-18-Beta-x86_64-Live-Deskt rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 >Dec 6 22:57:58 localhost kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >Dec 6 22:57:58 localhost kernel: [ 0.000000] __ex_table already sorted, skipping sort >Dec 6 22:57:58 localhost kernel: [ 0.000000] Checking aperture... >Dec 6 22:57:58 localhost kernel: [ 0.000000] No AGP bridge found >Dec 6 22:57:58 localhost kernel: [ 0.000000] Memory: 2021104k/2097140k available (6328k kernel code, 452k absent, 75584k reserved, 6875k data, 1036k init) >Dec 6 22:57:58 localhost kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >Dec 6 22:57:58 localhost kernel: [ 0.000000] Hierarchical RCU implementation. >Dec 6 22:57:58 localhost kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=1. >Dec 6 22:57:58 localhost kernel: [ 0.000000] NR_IRQS:8448 nr_irqs:256 16 >Dec 6 22:57:58 localhost kernel: [ 0.000000] Console: colour VGA+ 80x25 >Dec 6 22:57:58 localhost kernel: [ 0.000000] console [tty0] enabled >Dec 6 22:57:58 localhost kernel: [ 0.000000] allocated 8388608 bytes of page_cgroup >Dec 6 22:57:58 localhost kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >Dec 6 22:57:58 localhost kernel: [ 0.000000] tsc: Detected 3200.180 MHz processor >Dec 6 22:57:58 localhost kernel: [ 0.001999] Calibrating delay loop (skipped) preset value.. 6400.36 BogoMIPS (lpj=3200180) >Dec 6 22:57:58 localhost kernel: [ 0.001999] pid_max: default: 32768 minimum: 301 >Dec 6 22:57:58 localhost kernel: [ 0.001999] Security Framework initialized >Dec 6 22:57:58 localhost kernel: [ 0.001999] SELinux: Initializing. >Dec 6 22:57:58 localhost kernel: [ 0.001999] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >Dec 6 22:57:58 localhost kernel: [ 0.002478] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >Dec 6 22:57:58 localhost kernel: [ 0.002782] Mount-cache hash table entries: 256 >Dec 6 22:57:58 localhost kernel: [ 0.002958] Initializing cgroup subsys cpuacct >Dec 6 22:57:58 localhost kernel: [ 0.002960] Initializing cgroup subsys memory >Dec 6 22:57:58 localhost kernel: [ 0.002972] Initializing cgroup subsys devices >Dec 6 22:57:58 localhost kernel: [ 0.002973] Initializing cgroup subsys freezer >Dec 6 22:57:58 localhost kernel: [ 0.002974] Initializing cgroup subsys net_cls >Dec 6 22:57:58 localhost kernel: [ 0.002976] Initializing cgroup subsys blkio >Dec 6 22:57:58 localhost kernel: [ 0.002977] Initializing cgroup subsys perf_event >Dec 6 22:57:58 localhost kernel: [ 0.003021] mce: CPU supports 10 MCE banks >Dec 6 22:57:58 localhost kernel: [ 0.003065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >Dec 6 22:57:58 localhost kernel: [ 0.003065] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >Dec 6 22:57:58 localhost kernel: [ 0.003065] tlb_flushall_shift is 0xffffffff >Dec 6 22:57:58 localhost kernel: [ 0.003130] SMP alternatives: switching to UP code >Dec 6 22:57:58 localhost kernel: [ 0.012998] Freeing SMP alternatives: 24k freed >Dec 6 22:57:58 localhost kernel: [ 0.012998] ACPI: Core revision 20120711 >Dec 6 22:57:58 localhost kernel: [ 0.013026] ftrace: allocating 23478 entries in 92 pages >Dec 6 22:57:58 localhost kernel: [ 0.020741] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >Dec 6 22:57:58 localhost kernel: [ 0.020745] smpboot: CPU0: AMD QEMU Virtual CPU version 1.0.1 stepping 03 >Dec 6 22:57:58 localhost kernel: [ 0.020996] Performance Events: Broken PMU hardware detected, using software events only. >Dec 6 22:57:58 localhost kernel: [ 0.020996] Failed to access perfctr msr (MSR c0010001 is ffffffffffffffff) >Dec 6 22:57:58 localhost kernel: [ 0.020996] NMI watchdog: disabled (cpu0): hardware events not enabled >Dec 6 22:57:58 localhost kernel: [ 0.020996] Brought up 1 CPUs >Dec 6 22:57:58 localhost kernel: [ 0.020996] smpboot: Total of 1 processors activated (6400.36 BogoMIPS) >Dec 6 22:57:58 localhost kernel: [ 0.021141] devtmpfs: initialized >Dec 6 22:57:58 localhost kernel: [ 0.022382] atomic64 test passed for x86-64 platform with CX8 and with SSE >Dec 6 22:57:58 localhost kernel: [ 0.022497] RTC time: 3:57:49, date: 12/07/12 >Dec 6 22:57:58 localhost kernel: [ 0.022535] NET: Registered protocol family 16 >Dec 6 22:57:58 localhost kernel: [ 0.022727] ACPI: bus type pci registered >Dec 6 22:57:58 localhost kernel: [ 0.022804] PCI: Using configuration type 1 for base access >Dec 6 22:57:58 localhost kernel: [ 0.023352] bio: create slab <bio-0> at 0 >Dec 6 22:57:58 localhost kernel: [ 0.023406] ACPI: Added _OSI(Module Device) >Dec 6 22:57:58 localhost kernel: [ 0.023407] ACPI: Added _OSI(Processor Device) >Dec 6 22:57:58 localhost kernel: [ 0.023408] ACPI: Added _OSI(3.0 _SCP Extensions) >Dec 6 22:57:58 localhost kernel: [ 0.023409] ACPI: Added _OSI(Processor Aggregator Device) >Dec 6 22:57:58 localhost kernel: [ 0.024709] ACPI: Interpreter enabled >Dec 6 22:57:58 localhost kernel: [ 0.024712] ACPI: (supports S0 S5) >Dec 6 22:57:58 localhost kernel: [ 0.024718] ACPI: Using IOAPIC for interrupt routing >Dec 6 22:57:58 localhost kernel: [ 0.026459] ACPI: No dock devices found. >Dec 6 22:57:58 localhost kernel: [ 0.026462] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >Dec 6 22:57:58 localhost kernel: [ 0.026517] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >Dec 6 22:57:58 localhost kernel: [ 0.026592] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >Dec 6 22:57:58 localhost kernel: [ 0.026610] PCI host bridge to bus 0000:00 >Dec 6 22:57:58 localhost kernel: [ 0.026615] pci_bus 0000:00: root bus resource [bus 00-ff] >Dec 6 22:57:58 localhost kernel: [ 0.026616] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >Dec 6 22:57:58 localhost kernel: [ 0.026618] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >Dec 6 22:57:58 localhost kernel: [ 0.026619] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >Dec 6 22:57:58 localhost kernel: [ 0.026621] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] >Dec 6 22:57:58 localhost kernel: [ 0.029012] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >Dec 6 22:57:58 localhost kernel: [ 0.029020] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >Dec 6 22:57:58 localhost kernel: [ 0.041119] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM >Dec 6 22:57:58 localhost kernel: [ 0.041121] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) >Dec 6 22:57:58 localhost kernel: [ 0.042267] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >Dec 6 22:57:58 localhost kernel: [ 0.042363] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >Dec 6 22:57:58 localhost kernel: [ 0.042506] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >Dec 6 22:57:58 localhost kernel: [ 0.042558] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >Dec 6 22:57:58 localhost kernel: [ 0.042604] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0 >Dec 6 22:57:58 localhost kernel: [ 0.042708] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >Dec 6 22:57:58 localhost kernel: [ 0.042709] vgaarb: loaded >Dec 6 22:57:58 localhost kernel: [ 0.042710] vgaarb: bridge control possible 0000:00:02.0 >Dec 6 22:57:58 localhost kernel: [ 0.042769] SCSI subsystem initialized >Dec 6 22:57:58 localhost kernel: [ 0.042771] ACPI: bus type scsi registered >Dec 6 22:57:58 localhost kernel: [ 0.042834] ACPI: bus type usb registered >Dec 6 22:57:58 localhost kernel: [ 0.042849] usbcore: registered new interface driver usbfs >Dec 6 22:57:58 localhost kernel: [ 0.042854] usbcore: registered new interface driver hub >Dec 6 22:57:58 localhost kernel: [ 0.042868] usbcore: registered new device driver usb >Dec 6 22:57:58 localhost kernel: [ 0.042906] PCI: Using ACPI for IRQ routing >Dec 6 22:57:58 localhost kernel: [ 0.043082] NetLabel: Initializing >Dec 6 22:57:58 localhost kernel: [ 0.043083] NetLabel: domain hash size = 128 >Dec 6 22:57:58 localhost kernel: [ 0.043084] NetLabel: protocols = UNLABELED CIPSOv4 >Dec 6 22:57:58 localhost kernel: [ 0.043091] NetLabel: unlabeled traffic allowed by default >Dec 6 22:57:58 localhost kernel: [ 0.043144] HPET: 3 timers in total, 0 timers will be used for per-cpu timer >Dec 6 22:57:58 localhost kernel: [ 0.043157] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 >Dec 6 22:57:58 localhost kernel: [ 0.043160] hpet0: 3 comparators, 64-bit 100.000000 MHz counter >Dec 6 22:57:58 localhost kernel: [ 0.049109] Switching to clocksource kvm-clock >Dec 6 22:57:58 localhost kernel: [ 0.059325] pnp: PnP ACPI init >Dec 6 22:57:58 localhost kernel: [ 0.059339] ACPI: bus type pnp registered >Dec 6 22:57:58 localhost kernel: [ 0.059936] pnp: PnP ACPI: found 8 devices >Dec 6 22:57:58 localhost kernel: [ 0.059937] ACPI: ACPI bus type pnp unregistered >Dec 6 22:57:58 localhost kernel: [ 0.065517] NET: Registered protocol family 2 >Dec 6 22:57:58 localhost kernel: [ 0.066416] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) >Dec 6 22:57:58 localhost kernel: [ 0.068693] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >Dec 6 22:57:58 localhost kernel: [ 0.068960] TCP: Hash tables configured (established 262144 bind 65536) >Dec 6 22:57:58 localhost kernel: [ 0.068997] TCP: reno registered >Dec 6 22:57:58 localhost kernel: [ 0.069005] UDP hash table entries: 1024 (order: 3, 32768 bytes) >Dec 6 22:57:58 localhost kernel: [ 0.069076] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) >Dec 6 22:57:58 localhost kernel: [ 0.069159] NET: Registered protocol family 1 >Dec 6 22:57:58 localhost kernel: [ 0.069168] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >Dec 6 22:57:58 localhost kernel: [ 0.069240] pci 0000:00:01.0: PIIX3: Enabling Passive Release >Dec 6 22:57:58 localhost kernel: [ 0.069257] pci 0000:00:01.0: Activating ISA DMA hang workarounds >Dec 6 22:57:58 localhost kernel: [ 0.069384] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 >Dec 6 22:57:58 localhost kernel: [ 0.069563] Unpacking initramfs... >Dec 6 22:57:58 localhost kernel: [ 0.446169] Freeing initrd memory: 26464k freed >Dec 6 22:57:58 localhost kernel: [ 0.453709] Initialise module verification >Dec 6 22:57:58 localhost kernel: [ 0.453745] audit: initializing netlink socket (disabled) >Dec 6 22:57:58 localhost kernel: [ 0.453755] type=2000 audit(1354852670.452:1): initialized >Dec 6 22:57:58 localhost kernel: [ 0.467228] HugeTLB registered 2 MB page size, pre-allocated 0 pages >Dec 6 22:57:58 localhost kernel: [ 0.468276] VFS: Disk quotas dquot_6.5.2 >Dec 6 22:57:58 localhost kernel: [ 0.468309] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >Dec 6 22:57:58 localhost kernel: [ 0.468590] msgmni has been set to 3999 >Dec 6 22:57:58 localhost kernel: [ 0.468938] alg: No test for stdrng (krng) >Dec 6 22:57:58 localhost kernel: [ 0.468941] NET: Registered protocol family 38 >Dec 6 22:57:58 localhost kernel: [ 0.468943] Key type asymmetric registered >Dec 6 22:57:58 localhost kernel: [ 0.468944] Asymmetric key parser 'x509' registered >Dec 6 22:57:58 localhost kernel: [ 0.468969] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >Dec 6 22:57:58 localhost kernel: [ 0.468984] io scheduler noop registered >Dec 6 22:57:58 localhost kernel: [ 0.468985] io scheduler deadline registered >Dec 6 22:57:58 localhost kernel: [ 0.469003] io scheduler cfq registered (default) >Dec 6 22:57:58 localhost kernel: [ 0.469106] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >Dec 6 22:57:58 localhost kernel: [ 0.469118] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >Dec 6 22:57:58 localhost kernel: [ 0.469119] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >Dec 6 22:57:58 localhost kernel: [ 0.469166] acpiphp: Slot [3] registered >Dec 6 22:57:58 localhost kernel: [ 0.469176] acpiphp: Slot [4] registered >Dec 6 22:57:58 localhost kernel: [ 0.469185] acpiphp: Slot [5] registered >Dec 6 22:57:58 localhost kernel: [ 0.469194] acpiphp: Slot [6] registered >Dec 6 22:57:58 localhost kernel: [ 0.469203] acpiphp: Slot [7] registered >Dec 6 22:57:58 localhost kernel: [ 0.469211] acpiphp: Slot [8] registered >Dec 6 22:57:58 localhost kernel: [ 0.469219] acpiphp: Slot [9] registered >Dec 6 22:57:58 localhost kernel: [ 0.469228] acpiphp: Slot [10] registered >Dec 6 22:57:58 localhost kernel: [ 0.469238] acpiphp: Slot [11] registered >Dec 6 22:57:58 localhost kernel: [ 0.469246] acpiphp: Slot [12] registered >Dec 6 22:57:58 localhost kernel: [ 0.469254] acpiphp: Slot [13] registered >Dec 6 22:57:58 localhost kernel: [ 0.469266] acpiphp: Slot [14] registered >Dec 6 22:57:58 localhost kernel: [ 0.469274] acpiphp: Slot [15] registered >Dec 6 22:57:58 localhost kernel: [ 0.469282] acpiphp: Slot [16] registered >Dec 6 22:57:58 localhost kernel: [ 0.469290] acpiphp: Slot [17] registered >Dec 6 22:57:58 localhost kernel: [ 0.469302] acpiphp: Slot [18] registered >Dec 6 22:57:58 localhost kernel: [ 0.469310] acpiphp: Slot [19] registered >Dec 6 22:57:58 localhost kernel: [ 0.469318] acpiphp: Slot [20] registered >Dec 6 22:57:58 localhost kernel: [ 0.469327] acpiphp: Slot [21] registered >Dec 6 22:57:58 localhost kernel: [ 0.469336] acpiphp: Slot [22] registered >Dec 6 22:57:58 localhost kernel: [ 0.469345] acpiphp: Slot [23] registered >Dec 6 22:57:58 localhost kernel: [ 0.469356] acpiphp: Slot [24] registered >Dec 6 22:57:58 localhost kernel: [ 0.469365] acpiphp: Slot [25] registered >Dec 6 22:57:58 localhost kernel: [ 0.469374] acpiphp: Slot [26] registered >Dec 6 22:57:58 localhost kernel: [ 0.469382] acpiphp: Slot [27] registered >Dec 6 22:57:58 localhost kernel: [ 0.469391] acpiphp: Slot [28] registered >Dec 6 22:57:58 localhost kernel: [ 0.469399] acpiphp: Slot [29] registered >Dec 6 22:57:58 localhost kernel: [ 0.469409] acpiphp: Slot [30] registered >Dec 6 22:57:58 localhost kernel: [ 0.469417] acpiphp: Slot [31] registered >Dec 6 22:57:58 localhost kernel: [ 0.469535] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >Dec 6 22:57:58 localhost kernel: [ 0.469537] ACPI: Power Button [PWRF] >Dec 6 22:57:58 localhost kernel: [ 0.470620] GHES: HEST is not enabled! >Dec 6 22:57:58 localhost kernel: [ 0.470665] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >Dec 6 22:57:58 localhost kernel: [ 0.492069] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >Dec 6 22:57:58 localhost kernel: [ 0.513754] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >Dec 6 22:57:58 localhost kernel: [ 0.513940] Non-volatile memory driver v1.3 >Dec 6 22:57:58 localhost kernel: [ 0.513941] Linux agpgart interface v0.103 >Dec 6 22:57:58 localhost kernel: [ 0.514478] loop: module loaded >Dec 6 22:57:58 localhost kernel: [ 0.514826] scsi0 : ata_piix >Dec 6 22:57:58 localhost kernel: [ 0.514865] scsi1 : ata_piix >Dec 6 22:57:58 localhost kernel: [ 0.514884] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc140 irq 14 >Dec 6 22:57:58 localhost kernel: [ 0.514886] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc148 irq 15 >Dec 6 22:57:58 localhost kernel: [ 0.514930] libphy: Fixed MDIO Bus: probed >Dec 6 22:57:58 localhost kernel: [ 0.514961] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >Dec 6 22:57:58 localhost kernel: [ 0.514968] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >Dec 6 22:57:58 localhost kernel: [ 0.514973] uhci_hcd: USB Universal Host Controller Interface driver >Dec 6 22:57:58 localhost kernel: [ 0.515048] uhci_hcd 0000:00:01.2: UHCI Host Controller >Dec 6 22:57:58 localhost kernel: [ 0.515071] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 >Dec 6 22:57:58 localhost kernel: [ 0.515151] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c100 >Dec 6 22:57:58 localhost kernel: [ 0.515206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >Dec 6 22:57:58 localhost kernel: [ 0.515208] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 6 22:57:58 localhost kernel: [ 0.515209] usb usb1: Product: UHCI Host Controller >Dec 6 22:57:58 localhost kernel: [ 0.515210] usb usb1: Manufacturer: Linux 3.6.6-3.fc18.x86_64 uhci_hcd >Dec 6 22:57:58 localhost kernel: [ 0.515212] usb usb1: SerialNumber: 0000:00:01.2 >Dec 6 22:57:58 localhost kernel: [ 0.515275] hub 1-0:1.0: USB hub found >Dec 6 22:57:58 localhost kernel: [ 0.515279] hub 1-0:1.0: 2 ports detected >Dec 6 22:57:58 localhost kernel: [ 0.515348] usbcore: registered new interface driver usbserial >Dec 6 22:57:58 localhost kernel: [ 0.515354] usbcore: registered new interface driver usbserial_generic >Dec 6 22:57:58 localhost kernel: [ 0.515357] USB Serial support registered for generic >Dec 6 22:57:58 localhost kernel: [ 0.515358] usbserial: USB Serial Driver core >Dec 6 22:57:58 localhost kernel: [ 0.515379] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >Dec 6 22:57:58 localhost kernel: [ 0.516131] serio: i8042 KBD port at 0x60,0x64 irq 1 >Dec 6 22:57:58 localhost kernel: [ 0.516136] serio: i8042 AUX port at 0x60,0x64 irq 12 >Dec 6 22:57:58 localhost kernel: [ 0.516188] mousedev: PS/2 mouse device common for all mice >Dec 6 22:57:58 localhost kernel: [ 0.516381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >Dec 6 22:57:58 localhost kernel: [ 0.518674] rtc_cmos 00:01: RTC can wake from S4 >Dec 6 22:57:58 localhost kernel: [ 0.518854] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 >Dec 6 22:57:58 localhost kernel: [ 0.518941] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs >Dec 6 22:57:58 localhost kernel: [ 0.518994] device-mapper: uevent: version 1.0.3 >Dec 6 22:57:58 localhost kernel: [ 0.519060] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com >Dec 6 22:57:58 localhost kernel: [ 0.519102] cpuidle: using governor ladder >Dec 6 22:57:58 localhost kernel: [ 0.519103] cpuidle: using governor menu >Dec 6 22:57:58 localhost kernel: [ 0.519144] EFI Variables Facility v0.08 2004-May-17 >Dec 6 22:57:58 localhost kernel: [ 0.519213] usbcore: registered new interface driver usbhid >Dec 6 22:57:58 localhost kernel: [ 0.519214] usbhid: USB HID core driver >Dec 6 22:57:58 localhost kernel: [ 0.519230] drop_monitor: Initializing network drop monitor service >Dec 6 22:57:58 localhost kernel: [ 0.519292] ip_tables: (C) 2000-2006 Netfilter Core Team >Dec 6 22:57:58 localhost systemd[1]: systemd 195 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; fedora) >Dec 6 22:57:58 localhost systemd[1]: Detected virtualization 'kvm'. >Dec 6 22:57:58 localhost systemd[1]: Set hostname to <localhost.localdomain>. >Dec 6 22:57:58 localhost systemd[1]: Started Software RAID Monitor Takeover. >Dec 6 22:57:58 localhost systemd-modules-load[378]: Inserted module 'uinput' >Dec 6 22:57:58 localhost systemd[1]: Mounted Debug File System. >Dec 6 22:57:58 localhost systemd[1]: Mounted Huge Pages File System. >Dec 6 22:57:58 localhost systemd[1]: Mounted POSIX Message Queue File System. >Dec 6 22:57:58 localhost systemd[1]: Started Load Kernel Modules. >Dec 6 22:57:58 localhost systemd[1]: Mounted FUSE Control File System. >Dec 6 22:57:58 localhost systemd[1]: Mounting Configuration File System... >Dec 6 22:57:58 localhost kernel: [ 0.519314] TCP: cubic registered >Dec 6 22:57:58 localhost kernel: [ 0.519316] Initializing XFRM netlink socket >Dec 6 22:57:58 localhost kernel: [ 0.519382] NET: Registered protocol family 10 >Dec 6 22:57:58 localhost kernel: [ 0.519505] mip6: Mobile IPv6 >Dec 6 22:57:58 localhost kernel: [ 0.519507] NET: Registered protocol family 17 >Dec 6 22:57:58 localhost kernel: [ 0.519639] Loading module verification certificates >Dec 6 22:57:58 localhost kernel: [ 0.520525] MODSIGN: Loaded cert 'Fedora kernel signing key: b350b2e2aae347b93de41179a14d5bc3072a182b' >Dec 6 22:57:58 localhost kernel: [ 0.520538] registered taskstats version 1 >Dec 6 22:57:58 localhost kernel: [ 0.520774] Magic number: 8:320:967 >Dec 6 22:57:58 localhost kernel: [ 0.520870] rtc_cmos 00:01: setting system clock to 2012-12-07 03:57:49 UTC (1354852669) >Dec 6 22:57:58 localhost kernel: [ 0.675550] ata2.00: ATAPI: QEMU DVD-ROM, 1.0.1, max UDMA/100 >Dec 6 22:57:58 localhost kernel: [ 0.677562] ata1.00: ATA-7: QEMU HARDDISK, 1.0.1, max UDMA/100 >Dec 6 22:57:58 localhost kernel: [ 0.677570] ata1.00: 25165824 sectors, multi 16: LBA48 >Dec 6 22:57:58 localhost kernel: [ 0.678153] ata2.00: configured for MWDMA2 >Dec 6 22:57:58 localhost kernel: [ 0.679450] ata1.00: configured for MWDMA2 >Dec 6 22:57:58 localhost kernel: [ 0.679687] scsi 0:0:0:0: Direct-Access ATA QEMU HARDDISK 1.0. PQ: 0 ANSI: 5 >Dec 6 22:57:58 localhost kernel: [ 0.680050] sd 0:0:0:0: Attached scsi generic sg0 type 0 >Dec 6 22:57:58 localhost kernel: [ 0.680533] sd 0:0:0:0: [sda] 25165824 512-byte logical blocks: (12.8 GB/12.0 GiB) >Dec 6 22:57:58 localhost kernel: [ 0.680631] sd 0:0:0:0: [sda] Write Protect is off >Dec 6 22:57:58 localhost kernel: [ 0.680681] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >Dec 6 22:57:58 localhost kernel: [ 0.682185] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 1.0. PQ: 0 ANSI: 5 >Dec 6 22:57:58 localhost kernel: [ 0.682522] sda: sda1 sda2 >Dec 6 22:57:58 localhost kernel: [ 0.682980] sd 0:0:0:0: [sda] Attached SCSI disk >Dec 6 22:57:58 localhost kernel: [ 0.683796] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray >Dec 6 22:57:58 localhost kernel: [ 0.683801] cdrom: Uniform CD-ROM driver Revision: 3.20 >Dec 6 22:57:58 localhost kernel: [ 0.684122] sr 1:0:0:0: Attached scsi generic sg1 type 5 >Dec 6 22:57:58 localhost kernel: [ 0.688532] Freeing unused kernel memory: 1036k freed >Dec 6 22:57:58 localhost kernel: [ 0.689173] Write protecting the kernel read-only data: 12288k >Dec 6 22:57:58 localhost kernel: [ 0.698751] Freeing unused kernel memory: 1852k freed >Dec 6 22:57:58 localhost kernel: [ 0.702512] Freeing unused kernel memory: 1416k freed >Dec 6 22:57:58 localhost kernel: [ 0.818027] usb 1-1: new full-speed USB device number 2 using uhci_hcd >Dec 6 22:57:58 localhost kernel: [ 0.822473] Disabling lock debugging due to kernel taint >Dec 6 22:57:58 localhost kernel: [ 0.827836] RPC: Registered named UNIX socket transport module. >Dec 6 22:57:58 localhost kernel: [ 0.827839] RPC: Registered udp transport module. >Dec 6 22:57:58 localhost kernel: [ 0.827840] RPC: Registered tcp transport module. >Dec 6 22:57:58 localhost kernel: [ 0.827840] RPC: Registered tcp NFSv4.1 backchannel transport module. >Dec 6 22:57:58 localhost kernel: [ 0.949048] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 >Dec 6 22:57:58 localhost kernel: [ 1.005056] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) >Dec 6 22:57:58 localhost kernel: [ 1.005219] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 >Dec 6 22:57:58 localhost kernel: [ 1.007880] 8139cp 0000:00:03.0: eth0: RTL-8139C+ at 0xffffc90000852000, 52:54:00:12:34:56, IRQ 10 >Dec 6 22:57:58 localhost kernel: [ 1.008352] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >Dec 6 22:57:58 localhost kernel: [ 1.008355] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5 >Dec 6 22:57:58 localhost kernel: [ 1.008357] usb 1-1: Product: QEMU USB Mouse >Dec 6 22:57:58 localhost kernel: [ 1.008358] usb 1-1: Manufacturer: QEMU 1.0.1 >Dec 6 22:57:58 localhost kernel: [ 1.008359] usb 1-1: SerialNumber: 42 >Dec 6 22:57:58 localhost kernel: [ 1.008694] 8139too: 8139too Fast Ethernet driver 0.9.28 >Dec 6 22:57:58 localhost kernel: [ 1.036498] input: QEMU 1.0.1 QEMU USB Mouse as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input3 >Dec 6 22:57:58 localhost kernel: [ 1.036568] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU 1.0.1 QEMU USB Mouse] on usb-0000:00:01.2-1/input0 >Dec 6 22:57:58 localhost kernel: [ 1.409730] squashfs: version 4.0 (2009/01/31) Phillip Lougher >Dec 6 22:57:58 localhost kernel: [ 1.456479] tsc: Refined TSC clocksource calibration: 3200.045 MHz >Dec 6 22:57:58 localhost kernel: [ 1.549747] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 22:57:58 localhost kernel: [ 2.552222] type=1404 audit(1354852671.530:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 >Dec 6 22:57:58 localhost kernel: [ 2.992985] type=1403 audit(1354852671.970:3): policy loaded auid=4294967295 ses=4294967295 >Dec 6 22:57:58 localhost kernel: [ 5.082165] EXT4-fs (dm-0): re-mounted. Opts: (null) >Dec 6 22:57:58 localhost kernel: [ 5.211822] kvm: Nested Virtualization enabled >Dec 6 22:57:58 localhost kernel: [ 5.504602] tun: Universal TUN/TAP device driver, 1.6 >Dec 6 22:57:58 localhost kernel: [ 5.504605] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> >Dec 6 22:57:58 localhost kernel: [ 6.026262] microcode: AMD CPU family 0x6 not supported >Dec 6 22:57:58 localhost kernel: [ 6.040272] parport_pc 00:05: reported by Plug and Play ACPI >Dec 6 22:57:58 localhost kernel: [ 6.040373] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE] >Dec 6 22:57:58 localhost kernel: [ 6.071432] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >Dec 6 22:57:58 localhost kernel: [ 6.254649] ppdev: user-space parallel port driver >Dec 6 22:57:58 localhost chronyd[606]: chronyd version 1.27-git1ca844 starting >Dec 6 22:57:58 localhost chronyd[606]: Linux kernel major=3 minor=6 patch=6 >Dec 6 22:57:58 localhost chronyd[606]: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 >Dec 6 22:57:58 localhost systemd[1]: Started NTP client/server. >Dec 6 22:57:58 localhost kernel: [ 9.862577] Adding 4128764k swap on /dev/mapper/fedora-swap. Priority:-1 extents:1 across:4128764k >Dec 6 22:57:58 localhost livesys[552]: Enabling swap partition /dev/mapper/fedora-swap [ OK ] >Dec 6 22:57:59 localhost systemd[1]: Started RealtimeKit Scheduling Policy Service. >Dec 6 22:57:59 localhost systemd[1]: Started Avahi mDNS/DNS-SD Stack. >Dec 6 22:57:59 localhost systemd-logind[549]: Watching system buttons on /dev/input/event0 (Power Button) >Dec 6 22:57:59 localhost systemd-logind[549]: New seat seat0. >Dec 6 22:57:59 localhost systemd[1]: Started Login Service. >Dec 6 22:57:59 localhost avahi-daemon[521]: Successfully called chroot(). >Dec 6 22:57:59 localhost avahi-daemon[521]: Successfully dropped remaining capabilities. >Dec 6 22:57:59 localhost avahi-daemon[521]: No service file found in /etc/avahi/services. >Dec 6 22:57:59 localhost avahi-daemon[521]: System host name is set to 'localhost'. This is not a suitable mDNS host name, looking for alternatives. >Dec 6 22:57:59 localhost avahi-daemon[521]: Network interface enumeration completed. >Dec 6 22:57:59 localhost avahi-daemon[521]: Registering HINFO record with values 'X86_64'/'LINUX'. >Dec 6 22:57:59 localhost avahi-daemon[521]: Server startup complete. Host name is linux.local. Local service cookie is 2369701755. >Dec 6 22:57:59 localhost systemd[1]: Started GNOME Display Manager. >Dec 6 22:57:59 localhost dbus-daemon[553]: dbus[553]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Dec 6 22:57:59 localhost dbus[553]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Dec 6 22:57:59 localhost systemd[1]: Starting Authorization Manager... >Dec 6 22:57:59 localhost polkitd[624]: Started polkitd version 0.107 >Dec 6 22:57:59 localhost dbus-daemon[553]: dbus[553]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=563 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.6" (uid=0 pid=623 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Dec 6 22:57:59 localhost dbus[553]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=563 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.6" (uid=0 pid=623 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Dec 6 22:57:59 localhost livesys[552]: Adding live user [ OK ] >Dec 6 22:58:00 localhost dbus-daemon[553]: dbus[553]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Dec 6 22:58:00 localhost dbus[553]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Dec 6 22:58:00 localhost systemd[1]: Started Authorization Manager. >Dec 6 22:58:00 localhost systemd[1]: Started Accounts Service. >Dec 6 22:58:00 localhost accounts-daemon[551]: started daemon version 0.6.25 >Dec 6 22:58:00 localhost systemd[1]: Stopped firstboot configuration program (graphical mode). >Dec 6 22:58:00 localhost systemd[1]: Stopped Software RAID monitoring and management. >Dec 6 22:58:00 localhost systemd[1]: Stopping Software RAID Monitor Takeover... >Dec 6 22:58:00 localhost systemd[1]: Stopped Software RAID Monitor Takeover. >Dec 6 22:58:01 localhost systemd[1]: Stopping Command Scheduler... >Dec 6 22:58:01 localhost systemd[1]: Stopped Command Scheduler. >Dec 6 22:58:01 localhost systemd[1]: Stopping Job spooling tools... >Dec 6 22:58:01 localhost systemd[1]: Stopped Job spooling tools. >Dec 6 22:58:01 localhost livesys[552]: sed: can't read : No such file or directory >Dec 6 22:58:01 localhost livesys[552]: warning: Schema 'org.freedesktop.Geoclue' has path '/apps/geoclue/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:01 localhost livesys[552]: warning: Schema 'org.freedesktop.Telepathy.Logger' has path '/apps/telepathy-logger/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:01 localhost livesys[552]: 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 6 22:58:01 localhost livesys[552]: warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:01 localhost livesys[552]: warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:01 localhost livesys[552]: warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:01 localhost livesys[552]: warning: Schema 'org.freedesktop.ibus.general.xkblayoutconfig' has path '/desktop/ibus/general/xkblayoutconfig/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:01 localhost livesys[552]: warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:01 localhost livesys[552]: warning: Schema 'org.gnome.Cheese' has path '/apps/cheese/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:01 localhost livesys[552]: warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:01 localhost livesys[552]: warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:02 localhost systemd[1]: Started firewalld - dynamic firewall daemon. >Dec 6 22:58:02 localhost systemd[1]: Starting Network Manager... >Dec 6 22:58:02 localhost livesys[552]: warning: Schema 'org.gnome.seahorse' has path '/apps/seahorse/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:02 localhost livesys[552]: warning: Schema 'org.gnome.seahorse.manager' has path '/apps/seahorse/listing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:02 localhost livesys[552]: warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:02 localhost livesys[552]: warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:02 localhost livesys[552]: warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:02 localhost livesys[552]: warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:02 localhost livesys[552]: warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:02 localhost livesys[552]: warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 6 22:58:02 localhost kernel: [ 13.775584] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) >Dec 6 22:58:03 localhost NetworkManager[674]: <info> NetworkManager (version 0.9.7.0-6.git20121004.fc18) is starting... >Dec 6 22:58:03 localhost NetworkManager[674]: <info> Read config file /etc/NetworkManager/NetworkManager.conf >Dec 6 22:58:03 localhost NetworkManager[674]: <info> WEXT support is enabled >Dec 6 22:58:03 localhost systemd[1]: Started SYSV: Init script for live image.. >Dec 6 22:58:03 localhost systemd[1]: Starting LSB: Starts and stops login iSCSI daemon.... >Dec 6 22:58:03 localhost NetworkManager[674]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn >Dec 6 22:58:03 localhost NetworkManager[674]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc >Dec 6 22:58:03 localhost NetworkManager[674]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect >Dec 6 22:58:03 localhost NetworkManager[674]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp >Dec 6 22:58:03 localhost NetworkManager[674]: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >Dec 6 22:58:03 localhost NetworkManager[674]: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Dec 6 22:58:03 localhost NetworkManager[674]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Dec 6 22:58:03 localhost NetworkManager[674]: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >Dec 6 22:58:03 localhost dbus-daemon[553]: dbus[553]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Dec 6 22:58:03 localhost dbus[553]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Dec 6 22:58:03 localhost NetworkManager[674]: <info> monitoring kernel firmware directory '/lib/firmware'. >Dec 6 22:58:03 localhost dbus-daemon[553]: dbus[553]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Dec 6 22:58:03 localhost dbus[553]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Dec 6 22:58:03 localhost systemd[1]: Starting Bluetooth service... >Dec 6 22:58:03 localhost NetworkManager[674]: <info> WiFi enabled by radio killswitch; enabled by state file >Dec 6 22:58:03 localhost NetworkManager[674]: <info> WWAN enabled by radio killswitch; enabled by state file >Dec 6 22:58:03 localhost NetworkManager[674]: <info> WiMAX enabled by radio killswitch; enabled by state file >Dec 6 22:58:03 localhost NetworkManager[674]: <info> Networking is enabled by state file >Dec 6 22:58:03 localhost NetworkManager[674]: <warn> failed to allocate link cache: (-10) Operation not supported >Dec 6 22:58:03 localhost systemd[1]: Started Network Manager. >Dec 6 22:58:03 localhost kernel: [ 14.829898] 8139cp 0000:00:03.0: eth0: link up, 100Mbps, full-duplex, lpa 0x05E1 >Dec 6 22:58:03 localhost systemd[1]: Starting Network Manager Wait Online... >Dec 6 22:58:03 localhost NetworkManager[674]: <info> (eth0): carrier is OFF >Dec 6 22:58:03 localhost NetworkManager[674]: <info> (eth0): new Ethernet device (driver: '8139cp' ifindex: 2) >Dec 6 22:58:03 localhost NetworkManager[674]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0 >Dec 6 22:58:03 localhost NetworkManager[674]: <info> (eth0): now managed >Dec 6 22:58:03 localhost NetworkManager[674]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >Dec 6 22:58:03 localhost NetworkManager[674]: <info> (eth0): bringing up device. >Dec 6 22:58:03 localhost bluetoothd[710]: Bluetooth daemon 4.101 >Dec 6 22:58:03 localhost NetworkManager[674]: <info> (eth0): carrier now ON (device state 20) >Dec 6 22:58:03 localhost NetworkManager[674]: <info> (eth0): preparing device. >Dec 6 22:58:03 localhost kernel: [ 14.870729] Loading iSCSI transport class v2.0-870. >Dec 6 22:58:03 localhost NetworkManager[674]: <info> (eth0): deactivating device (reason 'managed') [2] >Dec 6 22:58:03 localhost NetworkManager[674]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:03.0/net/eth0 >Dec 6 22:58:03 localhost NetworkManager[674]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Dec 6 22:58:03 localhost dbus[553]: [system] Successfully activated service 'org.bluez' >Dec 6 22:58:03 localhost NetworkManager[674]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Dec 6 22:58:03 localhost NetworkManager[674]: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >Dec 6 22:58:03 localhost NetworkManager[674]: <info> Auto-activating connection 'Wired connection 1'. >Dec 6 22:58:03 localhost NetworkManager[674]: <info> Activation (eth0) starting connection 'Wired connection 1' >Dec 6 22:58:03 localhost NetworkManager[674]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Dec 6 22:58:03 localhost NetworkManager[674]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >Dec 6 22:58:03 localhost NetworkManager[674]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >Dec 6 22:58:03 localhost NetworkManager[674]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >Dec 6 22:58:03 localhost NetworkManager[674]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >Dec 6 22:58:03 localhost NetworkManager[674]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >Dec 6 22:58:03 localhost NetworkManager[674]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >Dec 6 22:58:03 localhost NetworkManager[674]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >Dec 6 22:58:03 localhost bluetoothd[710]: Starting SDP server >Dec 6 22:58:03 localhost NetworkManager[674]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >Dec 6 22:58:03 localhost bluetoothd[710]: bluetoothd[710]: Bluetooth daemon 4.101 >Dec 6 22:58:03 localhost bluetoothd[710]: bluetoothd[710]: Starting SDP server >Dec 6 22:58:03 localhost dbus-daemon[553]: dbus[553]: [system] Successfully activated service 'org.bluez' >Dec 6 22:58:03 localhost systemd[1]: Started Bluetooth service. >Dec 6 22:58:03 localhost dbus-daemon[553]: modem-manager[709]: <info> ModemManager (version 0.6.0.0-1.fc18) starting... >Dec 6 22:58:03 localhost dbus-daemon[553]: dbus[553]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Dec 6 22:58:03 localhost modem-manager[709]: <info> ModemManager (version 0.6.0.0-1.fc18) starting... >Dec 6 22:58:03 localhost kernel: [ 15.018711] Bluetooth: Core ver 2.16 >Dec 6 22:58:03 localhost kernel: [ 15.018804] NET: Registered protocol family 31 >Dec 6 22:58:03 localhost kernel: [ 15.018805] Bluetooth: HCI device and connection manager initialized >Dec 6 22:58:03 localhost kernel: [ 15.018807] Bluetooth: HCI socket layer initialized >Dec 6 22:58:03 localhost kernel: [ 15.018807] Bluetooth: L2CAP socket layer initialized >Dec 6 22:58:03 localhost kernel: [ 15.018810] Bluetooth: SCO socket layer initialized >Dec 6 22:58:04 localhost dbus[553]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Dec 6 22:58:04 localhost kernel: [ 15.042182] iscsi: registered transport (tcp) >Dec 6 22:58:04 localhost NetworkManager[674]: <info> modem-manager is now available >Dec 6 22:58:04 localhost kernel: [ 15.058497] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 >Dec 6 22:58:04 localhost kernel: [ 15.058501] Bluetooth: BNEP filters: protocol multicast >Dec 6 22:58:04 localhost bluetoothd[710]: bluetoothd[710]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Dec 6 22:58:04 localhost bluetoothd[710]: bluetoothd[710]: Parsing /etc/bluetooth/audio.conf failed: No such file or directory >Dec 6 22:58:04 localhost bluetoothd[710]: bluetoothd[710]: Bluetooth Management interface initialized >Dec 6 22:58:04 localhost bluetoothd[710]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Dec 6 22:58:04 localhost bluetoothd[710]: Parsing /etc/bluetooth/audio.conf failed: No such file or directory >Dec 6 22:58:04 localhost bluetoothd[710]: Bluetooth Management interface initialized >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'AnyData' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'AnyData' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'X22X' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'X22X' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'Option High-Speed' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'Option High-Speed' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'Samsung' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'Samsung' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'Wavecom' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'SimTech' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'Novatel' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'MotoC' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'Longcheer' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'Option' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'Nokia' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'ZTE' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'Linktop' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'Gobi' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'Ericsson MBM' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'Huawei' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'Wavecom' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'SimTech' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'Novatel' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'MotoC' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'Longcheer' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'Option' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'Nokia' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'ZTE' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'Linktop' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'Gobi' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'Ericsson MBM' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'Huawei' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'Sierra' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'Iridium' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'Cinterion' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Loaded plugin 'Generic' >Dec 6 22:58:04 localhost modem-manager[709]: <info> Successfully loaded 20 plugins >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'Sierra' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'Iridium' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'Cinterion' >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Loaded plugin 'Generic' >Dec 6 22:58:04 localhost kernel: [ 15.226497] iscsi: registered transport (iser) >Dec 6 22:58:04 localhost dbus-daemon[553]: modem-manager[709]: <info> Successfully loaded 20 plugins >Dec 6 22:58:04 localhost kernel: [ 15.255840] libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits. >Dec 6 22:58:04 localhost kernel: [ 15.255844] libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0. >Dec 6 22:58:04 localhost kernel: [ 15.356999] Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010) >Dec 6 22:58:04 localhost kernel: [ 15.357556] iscsi: registered transport (cxgb3i) >Dec 6 22:58:04 localhost kernel: [ 15.378676] Chelsio T4 iSCSI Driver cxgb4i v0.9.1 (Aug. 2010) >Dec 6 22:58:04 localhost kernel: [ 15.378937] iscsi: registered transport (cxgb4i) >Dec 6 22:58:04 localhost kernel: [ 15.417919] cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.12 (June 29, 2012) >Dec 6 22:58:04 localhost kernel: [ 15.429613] Broadcom NetXtreme II iSCSI Driver bnx2i v2.7.2.2 (Apr 25, 2012) >Dec 6 22:58:04 localhost kernel: [ 15.429872] iscsi: registered transport (bnx2i) >Dec 6 22:58:04 localhost kernel: [ 15.471189] iscsi: registered transport (be2iscsi) >Dec 6 22:58:04 localhost kernel: [ 15.481908] ip6_tables: (C) 2000-2006 Netfilter Core Team >Dec 6 22:58:04 localhost iscsid: iSCSI logger with pid=779 started! >Dec 6 22:58:04 localhost gdm-simple-slave[623]: WARNING: Failed to give slave programs access to the display. Trying to proceed. >Dec 6 22:58:04 localhost iscsid[696]: Starting iscsid: [ OK ]#015[ OK ] >Dec 6 22:58:04 localhost systemd[1]: Started LSB: Starts and stops login iSCSI daemon.. >Dec 6 22:58:04 localhost systemd[1]: Started Wait for Plymouth Boot Screen to Quit. >Dec 6 22:58:05 localhost avahi-daemon[521]: Registering new address record for fe80::5054:ff:fe12:3456 on eth0.*. >Dec 6 22:58:05 localhost systemd-logind[549]: New session 1 of user gdm. >Dec 6 22:58:05 localhost systemd-logind[549]: Linked /tmp/.X11-unix/X0 to /run/user/42/X11-display. >Dec 6 22:58:05 localhost iscsid: transport class version 2.0-870. iscsid version 2.0-872.18.f17 >Dec 6 22:58:05 localhost iscsid: iSCSI daemon with pid=782 started! >Dec 6 22:58:06 localhost NetworkManager[674]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >Dec 6 22:58:06 localhost NetworkManager[674]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >Dec 6 22:58:06 localhost NetworkManager[674]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >Dec 6 22:58:06 localhost NetworkManager[674]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >Dec 6 22:58:06 localhost NetworkManager[674]: <info> dhclient started with pid 1021 >Dec 6 22:58:06 localhost NetworkManager[674]: <info> Activation (eth0) Beginning IP6 addrconf. >Dec 6 22:58:06 localhost avahi-daemon[521]: Withdrawing address record for fe80::5054:ff:fe12:3456 on eth0. >Dec 6 22:58:06 localhost NetworkManager[674]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >Dec 6 22:58:07 localhost dhclient[1021]: Internet Systems Consortium DHCP Client 4.2.4-P2 >Dec 6 22:58:07 localhost dhclient[1021]: Copyright 2004-2012 Internet Systems Consortium. >Dec 6 22:58:07 localhost dhclient[1021]: All rights reserved. >Dec 6 22:58:07 localhost dhclient[1021]: For info, please visit https://www.isc.org/software/dhcp/ >Dec 6 22:58:07 localhost dhclient[1021]: >Dec 6 22:58:07 localhost dbus-daemon[553]: dbus[553]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Dec 6 22:58:07 localhost dbus[553]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Dec 6 22:58:07 localhost systemd[1]: Starting Daemon for power management... >Dec 6 22:58:07 localhost NetworkManager[674]: <info> (eth0): DHCPv4 state changed nbi -> preinit >Dec 6 22:58:07 localhost dhclient[1021]: Listening on LPF/eth0/52:54:00:12:34:56 >Dec 6 22:58:07 localhost dhclient[1021]: Sending on LPF/eth0/52:54:00:12:34:56 >Dec 6 22:58:07 localhost dhclient[1021]: Sending on Socket/fallback >Dec 6 22:58:07 localhost dhclient[1021]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 (xid=0x33d83134) >Dec 6 22:58:07 localhost dhclient[1021]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x33d83134) >Dec 6 22:58:07 localhost dhclient[1021]: DHCPOFFER from 10.0.2.2 >Dec 6 22:58:07 localhost dhclient[1021]: DHCPACK from 10.0.2.2 (xid=0x33d83134) >Dec 6 22:58:07 localhost dbus-daemon[553]: dbus[553]: [system] Successfully activated service 'org.freedesktop.UPower' >Dec 6 22:58:07 localhost dbus[553]: [system] Successfully activated service 'org.freedesktop.UPower' >Dec 6 22:58:07 localhost systemd[1]: Started Daemon for power management. >Dec 6 22:58:07 localhost NetworkManager[674]: <info> (eth0): DHCPv4 state changed preinit -> bound >Dec 6 22:58:07 localhost NetworkManager[674]: <info> address 10.0.2.15 >Dec 6 22:58:07 localhost NetworkManager[674]: <info> prefix 24 (255.255.255.0) >Dec 6 22:58:07 localhost NetworkManager[674]: <info> gateway 10.0.2.2 >Dec 6 22:58:07 localhost NetworkManager[674]: <info> nameserver '10.0.2.3' >Dec 6 22:58:07 localhost NetworkManager[674]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Dec 6 22:58:07 localhost NetworkManager[674]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >Dec 6 22:58:07 localhost avahi-daemon[521]: Joining mDNS multicast group on interface eth0.IPv4 with address 10.0.2.15. >Dec 6 22:58:07 localhost avahi-daemon[521]: New relevant interface eth0.IPv4 for mDNS. >Dec 6 22:58:07 localhost avahi-daemon[521]: Registering new address record for 10.0.2.15 on eth0.IPv4. >Dec 6 22:58:07 localhost dhclient[1021]: bound to 10.0.2.15 -- renewal in 33201 seconds. >Dec 6 22:58:07 localhost systemd[1]: SELinux Got Sender :1.18 >Dec 6 22:58:07 localhost systemd[1]: SELinux policy denies access. >Dec 6 22:58:08 localhost NetworkManager[674]: <info> (eth0): device state change: ip-config -> secondaries (reason 'none') [70 90 0] >Dec 6 22:58:08 localhost NetworkManager[674]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >Dec 6 22:58:08 localhost NetworkManager[674]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >Dec 6 22:58:08 localhost systemd[1]: Started Network Manager Wait Online. >Dec 6 22:58:08 localhost systemd[1]: Starting Network. >Dec 6 22:58:08 localhost systemd[1]: Reached target Network. >Dec 6 22:58:08 localhost systemd[1]: Starting LSB: Starts and stops login and scanning of iSCSI devices.... >Dec 6 22:58:08 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 6 22:58:08 localhost systemd[1]: Starting RPC bind service... >Dec 6 22:58:08 localhost systemd[1]: Starting Virtualization daemon... >Dec 6 22:58:08 localhost systemd[1]: Started Virtualization daemon. >Dec 6 22:58:08 localhost avahi-daemon[521]: Registering new address record for fe80::5054:ff:fe12:3456 on eth0.*. >Dec 6 22:58:08 localhost NetworkManager[674]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS. >Dec 6 22:58:08 localhost NetworkManager[674]: <info> Activation (eth0) successful, device activated. >Dec 6 22:58:08 localhost dbus[553]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 6 22:58:08 localhost dbus-daemon[553]: dbus[553]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 6 22:58:08 localhost dbus-daemon[553]: dbus[553]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 6 22:58:08 localhost dbus[553]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 6 22:58:08 localhost systemd[1]: Started RPC bind service. >Dec 6 22:58:08 localhost iscsi[1080]: Starting iscsi: iscsiadm: No records found >Dec 6 22:58:08 localhost iscsi[1080]: [ OK ] >Dec 6 22:58:08 localhost systemd[1]: Started LSB: Starts and stops login and scanning of iSCSI devices.. >Dec 6 22:58:08 localhost systemd[1]: Starting SYSV: Late init script for live image.... >Dec 6 22:58:08 localhost rpcbind: Cannot open '/var/lib/rpcbind/rpcbind.xdr' file for reading, errno 2 (No such file or directory) >Dec 6 22:58:08 localhost rpcbind: Cannot open '/var/lib/rpcbind/portmap.xdr' file for reading, errno 2 (No such file or directory) >Dec 6 22:58:08 localhost systemd[1]: Started SYSV: Late init script for live image.. >Dec 6 22:58:09 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Dec 6 22:58:09 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 6 22:58:09 localhost rtkit-daemon[550]: Successfully made thread 1141 of process 1141 (/usr/bin/pulseaudio) owned by '42' high priority at nice level -11. >Dec 6 22:58:09 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Dec 6 22:58:09 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Dec 6 22:58:09 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Dec 6 22:58:10 localhost systemd[1]: Started Sendmail Mail Transport Client. >Dec 6 22:58:10 localhost systemd[1]: Starting Multi-User. >Dec 6 22:58:10 localhost systemd[1]: Reached target Multi-User. >Dec 6 22:58:10 localhost systemd[1]: Starting Graphical Interface. >Dec 6 22:58:10 localhost systemd[1]: Reached target Graphical Interface. >Dec 6 22:58:10 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes... >Dec 6 22:58:10 localhost systemd[1]: Starting Stop Read-Ahead Data Collection 10s After Completed Startup. >Dec 6 22:58:10 localhost systemd[1]: Started Stop Read-Ahead Data Collection 10s After Completed Startup. >Dec 6 22:58:10 localhost systemd[1]: Started Update UTMP about System Runlevel Changes. >Dec 6 22:58:10 localhost systemd[1]: Startup finished in 704ms 907us (kernel) + 2s 488ms 257us (initrd) + 18s 112ms 10us (userspace) = 21s 305ms 174us. >Dec 6 22:58:10 localhost libvirtd[1083]: 2012-12-07 03:58:10.531+0000: 1083: info : libvirt version: 0.10.2.1, package: 2.fc18 (Fedora Project, 2012-10-31-01:05:39, buildvm-24.phx2.fedoraproject.org) >Dec 6 22:58:10 localhost libvirtd[1083]: 2012-12-07 03:58:10.531+0000: 1083: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_xen.so not accessible >Dec 6 22:58:10 localhost libvirtd[1083]: 2012-12-07 03:58:10.597+0000: 1083: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_lxc.so not accessible >Dec 6 22:58:10 localhost libvirtd[1083]: 2012-12-07 03:58:10.598+0000: 1083: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_uml.so not accessible >Dec 6 22:58:10 localhost libvirtd[1083]: 2012-12-07 03:58:10.775+0000: 1188: error : virNWFilterSnoopLeaseFileRefresh:1903 : open("/var/run/libvirt/network/nwfilter.ltmp"): No such file or directory >Dec 6 22:58:11 localhost kernel: [ 22.396848] Ebtables v2.0 registered >Dec 6 22:58:12 localhost dbus-daemon[553]: dbus[553]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Dec 6 22:58:12 localhost dbus[553]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Dec 6 22:58:12 localhost systemd[1]: Starting Disk Manager... >Dec 6 22:58:12 localhost udisksd[1253]: udisks daemon version 1.99.0 starting >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 22:58:13 localhost dbus-daemon[553]: dbus[553]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Dec 6 22:58:13 localhost dbus[553]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Dec 6 22:58:13 localhost systemd[1]: Started Disk Manager. >Dec 6 22:58:13 localhost udisksd[1253]: Acquired the name org.freedesktop.UDisks2 on the system message bus >Dec 6 22:58:14 localhost dbus-daemon[553]: dbus[553]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 6 22:58:14 localhost dbus[553]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 6 22:58:14 localhost dbus-daemon[553]: Launching FprintObject >Dec 6 22:58:14 localhost dbus-daemon[553]: dbus[553]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 6 22:58:14 localhost dbus[553]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 6 22:58:14 localhost dbus-daemon[553]: dbus[553]: [system] Activating service name='org.freedesktop.realmd' (using servicehelper) >Dec 6 22:58:14 localhost dbus[553]: [system] Activating service name='org.freedesktop.realmd' (using servicehelper) >Dec 6 22:58:14 localhost dbus-daemon[553]: ** Message: D-Bus service launched with name: net.reactivated.Fprint >Dec 6 22:58:14 localhost dbus-daemon[553]: ** Message: entering main loop >Dec 6 22:58:14 localhost dbus-daemon[553]: dbus[553]: [system] Successfully activated service 'org.freedesktop.realmd' >Dec 6 22:58:14 localhost dbus[553]: [system] Successfully activated service 'org.freedesktop.realmd' >Dec 6 22:58:15 localhost chronyd[606]: Selected source 63.240.161.99 >Dec 6 22:58:15 localhost chronyd[606]: System clock wrong by 1.688560 seconds, adjustment started >Dec 6 22:58:20 localhost systemd[1]: Starting Stop Read-Ahead Data Collection... >Dec 6 22:58:20 localhost systemd[1]: Started Stop Read-Ahead Data Collection. >Dec 6 22:58:26 localhost NetworkManager[674]: <info> (eth0): IP6 addrconf timed out or failed. >Dec 6 22:58:26 localhost NetworkManager[674]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >Dec 6 22:58:26 localhost NetworkManager[674]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started... >Dec 6 22:58:26 localhost NetworkManager[674]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete. >Dec 6 22:58:45 localhost dbus-daemon[553]: ** Message: No devices in use, exit >Dec 6 22:59:21 localhost chronyd[606]: Selected source 72.14.176.99 >Dec 6 23:00:28 localhost dbus-daemon[553]: dbus[553]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 6 23:00:28 localhost dbus[553]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 6 23:00:28 localhost dbus-daemon[553]: Launching FprintObject >Dec 6 23:00:28 localhost dbus-daemon[553]: dbus[553]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 6 23:00:28 localhost dbus[553]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 6 23:00:28 localhost dbus-daemon[553]: ** Message: D-Bus service launched with name: net.reactivated.Fprint >Dec 6 23:00:28 localhost dbus-daemon[553]: ** Message: entering main loop >Dec 6 23:00:29 localhost systemd-logind[549]: New session 2 of user liveuser. >Dec 6 23:00:29 localhost systemd-logind[549]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display. >Dec 6 23:00:29 localhost gnome-session[848]: WARNING: Detected that screensaver has left the bus >Dec 6 23:00:29 localhost gnome-session[848]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed >Dec 6 23:00:29 localhost gdm-simple-slave[623]: WARNING: Failed to remove slave program access to the display. Trying to proceed. >Dec 6 23:00:29 localhost kernel: [ 160.733366] fuse init (API version 7.20) >Dec 6 23:00:29 localhost systemd[1]: Mounted FUSE Control File System. >Dec 6 23:00:30 localhost spice-vdagent[1488]: Missing virtio device '/dev/virtio-ports/com.redhat.spice.0': No such file or directory >Dec 6 23:00:30 localhost rtkit-daemon[550]: Successfully made thread 1504 of process 1504 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. >Dec 6 23:00:30 localhost systemd[1]: SELinux Got Sender :1.45 >Dec 6 23:00:30 localhost dbus-daemon[553]: dbus[553]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Dec 6 23:00:30 localhost dbus[553]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Dec 6 23:00:30 localhost systemd[1]: Starting Manage, Install and Generate Color Profiles... >Dec 6 23:00:30 localhost dbus-daemon[553]: dbus[553]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Dec 6 23:00:30 localhost dbus[553]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Dec 6 23:00:30 localhost systemd[1]: Started Manage, Install and Generate Color Profiles. >Dec 6 23:00:30 localhost systemd[1]: Starting CUPS Printing Service... >Dec 6 23:00:30 localhost systemd[1]: Started CUPS Printing Service. >Dec 6 23:00:30 localhost cupsd[1523]: p11-kit: couldn't open config file: /root/.pkcs11/pkcs11.conf: Permission denied >Dec 6 23:00:34 localhost goa[1592]: goa-daemon version 3.6.2 starting [main.c:112, main()] >Dec 6 23:00:49 localhost systemd-logind[549]: Removed session 1. >Dec 6 23:00:58 localhost dbus-daemon[553]: ** Message: No devices in use, exit >Dec 6 23:03:01 localhost dbus-daemon[553]: dbus[553]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 6 23:03:01 localhost dbus[553]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 6 23:03:01 localhost dbus-daemon[553]: dbus[553]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 6 23:03:01 localhost dbus[553]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 6 23:03:53 localhost yum[1824]: Updated: pykickstart-1.99.22-1.fc18.noarch >Dec 6 23:03:54 localhost yum[1824]: Updated: anaconda-widgets-18.36-1.fc18.x86_64 >Dec 6 23:03:56 localhost yum[1824]: Updated: anaconda-18.36-1.fc18.x86_64 >Dec 6 23:03:56 localhost dbus-daemon[553]: dbus[553]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 6 23:03:56 localhost dbus[553]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 6 23:03:56 localhost dbus-daemon[553]: dbus[553]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 6 23:03:56 localhost dbus[553]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 6 23:04:37 localhost kernel: [ 408.660148] md: raid0 personality registered for level 0 >Dec 6 23:04:37 localhost kernel: [ 408.673128] md: raid1 personality registered for level 1 >Dec 6 23:04:37 localhost kernel: [ 408.685920] async_tx: api initialized (async) >Dec 6 23:04:37 localhost kernel: [ 408.693018] xor: automatically using best checksumming function: >Dec 6 23:04:37 localhost kernel: [ 408.703009] generic_sse: 12616.000 MB/sec >Dec 6 23:04:37 localhost kernel: [ 408.755021] raid6: sse2x1 4105 MB/s >Dec 6 23:04:37 localhost kernel: [ 408.772019] raid6: sse2x2 6875 MB/s >Dec 6 23:04:37 localhost kernel: [ 408.789018] raid6: sse2x4 7214 MB/s >Dec 6 23:04:37 localhost kernel: [ 408.789020] raid6: using algorithm sse2x4 (7214 MB/s) >Dec 6 23:04:37 localhost kernel: [ 408.789021] raid6: using intx1 recovery algorithm >Dec 6 23:04:37 localhost kernel: [ 408.798303] md: raid6 personality registered for level 6 >Dec 6 23:04:37 localhost kernel: [ 408.798306] md: raid5 personality registered for level 5 >Dec 6 23:04:37 localhost kernel: [ 408.798307] md: raid4 personality registered for level 4 >Dec 6 23:04:37 localhost kernel: [ 408.804391] md: raid10 personality registered for level 10 >Dec 6 23:04:37 localhost kernel: [ 408.826075] device-mapper: multipath: version 1.5.0 loaded >Dec 6 23:04:37 localhost kernel: [ 408.828847] device-mapper: multipath round-robin: version 1.0.0 loaded >Dec 6 23:04:37 localhost kernel: [ 408.908046] No iBFT detected. >Dec 6 23:04:37 localhost dbus[1478]: avc: received setenforce notice (enforcing=0) >Dec 6 23:04:38 localhost dbus[1327]: avc: received setenforce notice (enforcing=0) >Dec 6 23:04:38 localhost dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 6 23:04:38 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 6 23:04:38 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:38 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:38 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:38 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:38 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:38 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:38 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:38 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:38 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:38 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:38 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:38 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:38 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:38 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:38 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:39 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:40 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:40 localhost anaconda: /sbin/anaconda 18.36 >Dec 6 23:04:40 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 6 23:04:40 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 6 23:04:40 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 6 23:04:40 localhost anaconda: Default encoding = ascii >Dec 6 23:04:40 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 6 23:04:40 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:04:40 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:40 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:40 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:40 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:40 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:40 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:40 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:40 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:40 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:40 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:40 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:40 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:41 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:41 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:41 localhost anaconda: ISCSID is /sbin/iscsid >Dec 6 23:04:41 localhost anaconda: no initiator set >Dec 6 23:04:41 localhost program: Running... modprobe fcoe >Dec 6 23:04:41 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 6 23:04:41 localhost program: No FCoE boot disk information is found in EDD! >Dec 6 23:04:41 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 6 23:04:41 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 6 23:04:41 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:04:41 localhost program: Running... multipath -d >Dec 6 23:04:41 localhost program: Running... multipath -ll >Dec 6 23:04:41 localhost storage: MultipathTopology: found singlepath device: sda >Dec 6 23:04:41 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 6 23:04:41 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 6 23:04:41 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 6 23:04:41 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 6 23:04:41 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 6 23:04:41 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 6 23:04:41 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 6 23:04:41 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 6 23:04:41 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 6 23:04:41 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 6 23:04:41 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 6 23:04:41 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 6 23:04:41 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 6 23:04:41 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:41 localhost anaconda: Display mode = g >Dec 6 23:04:41 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 6 23:04:41 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 6 23:04:41 localhost anaconda: using only installclass _Fedora >Dec 6 23:04:41 localhost anaconda: Detected 2016M of memory >Dec 6 23:04:41 localhost anaconda: Swap attempt of 4032M >Dec 6 23:04:41 localhost anaconda: Running Thread: AnaStorageThread (139868123793152) >Dec 6 23:04:41 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 6 23:04:41 localhost anaconda: Running Thread: AnaNetworkThread (139868115400448) >Dec 6 23:04:41 localhost program: Running... systemctl start chronyd.service >Dec 6 23:04:41 localhost anaconda: Running Thread: AnaPayloadThread (139867784566528) >Dec 6 23:04:41 localhost NetworkManager[674]: ifcfg-rh: read connection 'eth0' >Dec 6 23:04:41 localhost NetworkManager[674]: <info> (eth0): device state change: activated -> disconnected (reason 'connection-removed') [100 30 38] >Dec 6 23:04:41 localhost NetworkManager[674]: <info> (eth0): deactivating device (reason 'connection-removed') [38] >Dec 6 23:04:41 localhost NetworkManager[674]: <info> (eth0): canceled DHCP transaction, DHCP client pid 1021 >Dec 6 23:04:41 localhost systemd[1]: Started NTP client/server. >Dec 6 23:04:41 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 6 23:04:41 localhost avahi-daemon[521]: Withdrawing address record for 10.0.2.15 on eth0. >Dec 6 23:04:41 localhost avahi-daemon[521]: Leaving mDNS multicast group on interface eth0.IPv4 with address 10.0.2.15. >Dec 6 23:04:41 localhost avahi-daemon[521]: Interface eth0.IPv4 no longer relevant for mDNS. >Dec 6 23:04:41 localhost dbus-daemon[553]: dbus[553]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 6 23:04:41 localhost dbus[553]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 6 23:04:41 localhost NetworkManager[674]: <info> Saved default wired connection 'eth0' to persistent storage >Dec 6 23:04:41 localhost NetworkManager[674]: <info> Auto-activating connection 'eth0'. >Dec 6 23:04:41 localhost NetworkManager[674]: <info> Activation (eth0) starting connection 'eth0' >Dec 6 23:04:41 localhost NetworkManager[674]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Dec 6 23:04:41 localhost NetworkManager[674]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >Dec 6 23:04:41 localhost NetworkManager[674]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >Dec 6 23:04:41 localhost NetworkManager[674]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >Dec 6 23:04:41 localhost NetworkManager[674]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >Dec 6 23:04:41 localhost NetworkManager[674]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >Dec 6 23:04:41 localhost NetworkManager[674]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >Dec 6 23:04:41 localhost NetworkManager[674]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >Dec 6 23:04:41 localhost NetworkManager[674]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >Dec 6 23:04:41 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:04:42 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:42 localhost dbus-daemon[553]: dbus[553]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 6 23:04:42 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:42 localhost dbus[553]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 6 23:04:42 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:42 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:42 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:42 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:42 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:42 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:42 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:42 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:42 localhost NetworkManager[674]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >Dec 6 23:04:42 localhost NetworkManager[674]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >Dec 6 23:04:42 localhost NetworkManager[674]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >Dec 6 23:04:42 localhost NetworkManager[674]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >Dec 6 23:04:42 localhost NetworkManager[674]: <info> dhclient started with pid 2138 >Dec 6 23:04:42 localhost NetworkManager[674]: <info> Activation (eth0) Beginning IP6 addrconf. >Dec 6 23:04:42 localhost avahi-daemon[521]: Withdrawing address record for fe80::5054:ff:fe12:3456 on eth0. >Dec 6 23:04:42 localhost NetworkManager[674]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >Dec 6 23:04:42 localhost systemd[1]: Stopping LSB: Starts and stops login and scanning of iSCSI devices.... >Dec 6 23:04:42 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:42 localhost dhclient[2138]: Internet Systems Consortium DHCP Client 4.2.4-P2 >Dec 6 23:04:42 localhost dhclient[2138]: Copyright 2004-2012 Internet Systems Consortium. >Dec 6 23:04:42 localhost dhclient[2138]: All rights reserved. >Dec 6 23:04:42 localhost dhclient[2138]: For info, please visit https://www.isc.org/software/dhcp/ >Dec 6 23:04:42 localhost dhclient[2138]: >Dec 6 23:04:42 localhost iscsi[2143]: Stopping iscsi: [ OK ] >Dec 6 23:04:42 localhost systemd[1]: Stopped LSB: Starts and stops login and scanning of iSCSI devices.. >Dec 6 23:04:42 localhost dbus-daemon[553]: Stopping iscsi (via systemctl): [ OK ] >Dec 6 23:04:42 localhost NetworkManager[674]: <info> (eth0): DHCPv4 state changed nbi -> preinit >Dec 6 23:04:42 localhost dhclient[2138]: Listening on LPF/eth0/52:54:00:12:34:56 >Dec 6 23:04:42 localhost dhclient[2138]: Sending on LPF/eth0/52:54:00:12:34:56 >Dec 6 23:04:42 localhost dhclient[2138]: Sending on Socket/fallback >Dec 6 23:04:42 localhost dhclient[2138]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x631f1f7a) >Dec 6 23:04:42 localhost dhclient[2138]: DHCPACK from 10.0.2.2 (xid=0x631f1f7a) >Dec 6 23:04:42 localhost dhclient[2138]: bound to 10.0.2.15 -- renewal in 33340 seconds. >Dec 6 23:04:42 localhost NetworkManager[674]: <info> (eth0): DHCPv4 state changed preinit -> reboot >Dec 6 23:04:42 localhost NetworkManager[674]: <info> address 10.0.2.15 >Dec 6 23:04:42 localhost NetworkManager[674]: <info> prefix 24 (255.255.255.0) >Dec 6 23:04:42 localhost NetworkManager[674]: <info> gateway 10.0.2.2 >Dec 6 23:04:42 localhost NetworkManager[674]: <info> nameserver '10.0.2.3' >Dec 6 23:04:42 localhost NetworkManager[674]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Dec 6 23:04:42 localhost NetworkManager[674]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >Dec 6 23:04:42 localhost avahi-daemon[521]: Joining mDNS multicast group on interface eth0.IPv4 with address 10.0.2.15. >Dec 6 23:04:42 localhost avahi-daemon[521]: New relevant interface eth0.IPv4 for mDNS. >Dec 6 23:04:42 localhost avahi-daemon[521]: Registering new address record for 10.0.2.15 on eth0.IPv4. >Dec 6 23:04:42 localhost systemd[1]: Stopping Sendmail Mail Transport Client... >Dec 6 23:04:42 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Dec 6 23:04:42 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 6 23:04:42 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Dec 6 23:04:42 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Dec 6 23:04:42 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Dec 6 23:04:42 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:42 localhost chronyd[606]: Source 63.240.161.99 offline >Dec 6 23:04:42 localhost chronyd[606]: Source 199.4.29.166 offline >Dec 6 23:04:42 localhost chronyd[606]: Source 72.26.198.233 offline >Dec 6 23:04:42 localhost chronyd[606]: Source 72.14.176.99 offline >Dec 6 23:04:42 localhost systemd[1]: PID 1183 read from file /run/sm-client.pid does not exist. >Dec 6 23:04:42 localhost systemd[1]: Started Sendmail Mail Transport Client. >Dec 6 23:04:43 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:43 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:43 localhost anaconda: no initiator set >Dec 6 23:04:43 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 6 23:04:43 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 6 23:04:43 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:04:43 localhost storage: sr0 looks to be the live device; marking as protected >Dec 6 23:04:43 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:04:43 localhost program: Running... multipath -d >Dec 6 23:04:43 localhost NetworkManager[674]: <info> (eth0): device state change: ip-config -> secondaries (reason 'none') [70 90 0] >Dec 6 23:04:43 localhost NetworkManager[674]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >Dec 6 23:04:43 localhost NetworkManager[674]: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-eth0 >Dec 6 23:04:43 localhost program: Running... multipath -ll >Dec 6 23:04:43 localhost NetworkManager[674]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >Dec 6 23:04:43 localhost NetworkManager[674]: <info> Policy set 'eth0' (eth0) as default for IPv4 routing and DNS. >Dec 6 23:04:43 localhost NetworkManager[674]: <info> Activation (eth0) successful, device activated. >Dec 6 23:04:43 localhost storage: MultipathTopology: found singlepath device: sda >Dec 6 23:04:43 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 6 23:04:43 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 6 23:04:43 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 6 23:04:43 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 6 23:04:43 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 6 23:04:43 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 6 23:04:43 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 6 23:04:43 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 6 23:04:43 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 6 23:04:43 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 6 23:04:43 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 6 23:04:43 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 6 23:04:43 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 6 23:04:43 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 6 23:04:43 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 6 23:04:43 localhost avahi-daemon[521]: Registering new address record for fe80::5054:ff:fe12:3456 on eth0.*. >Dec 6 23:04:43 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:43 localhost storage: sda is a disk >Dec 6 23:04:43 localhost storage: added disk sda (id 0) to device tree >Dec 6 23:04:43 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:43 localhost systemd[1]: Starting LSB: Starts and stops login and scanning of iSCSI devices.... >Dec 6 23:04:43 localhost rsyslogd-2177: imuxsock begins to drop messages from pid 2032 due to rate-limiting >Dec 6 23:04:43 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:43 localhost iscsi[2237]: Starting iscsi: iscsiadm: No records found >Dec 6 23:04:43 localhost iscsi[2237]: [ OK ] >Dec 6 23:04:43 localhost systemd[1]: Started LSB: Starts and stops login and scanning of iSCSI devices.. >Dec 6 23:04:43 localhost dbus-daemon[553]: Starting iscsi (via systemctl): [ OK ] >Dec 6 23:04:43 localhost systemd[1]: Stopping Sendmail Mail Transport Client... >Dec 6 23:04:43 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Dec 6 23:04:43 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 6 23:04:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:44 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Dec 6 23:04:44 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Dec 6 23:04:44 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Dec 6 23:04:44 localhost chronyd[606]: Source 63.240.161.99 online >Dec 6 23:04:44 localhost chronyd[606]: Source 199.4.29.166 online >Dec 6 23:04:44 localhost chronyd[606]: Source 72.26.198.233 online >Dec 6 23:04:44 localhost chronyd[606]: Source 72.14.176.99 online >Dec 6 23:04:44 localhost systemd[1]: Started Sendmail Mail Transport Client. >Dec 6 23:04:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:46 localhost rsyslogd-2177: imuxsock lost 758 messages from pid 2032 due to rate-limiting >Dec 6 23:04:46 localhost storage: scanning fedora-swap (/devices/virtual/block/dm-2)... >Dec 6 23:04:46 localhost storage: type detected on 'fedora-swap' is 'swap' >Dec 6 23:04:46 localhost storage: got device: LVMLogicalVolumeDevice instance (0x430cc50) -- >Dec 6 23:04:46 localhost storage: got format: SwapSpace instance (0x4926050) -- >Dec 6 23:04:46 localhost storage: scanning fedora-root (/devices/virtual/block/dm-3)... >Dec 6 23:04:46 localhost storage: type detected on 'fedora-root' is 'ext4' >Dec 6 23:04:46 localhost program: Running... dumpe2fs -h /dev/mapper/fedora-root >Dec 6 23:04:46 localhost program: Filesystem volume name: <none> >Dec 6 23:04:46 localhost program: Last mounted on: / >Dec 6 23:04:46 localhost program: Filesystem UUID: 6ce71d26-2501-41a4-b8bb-6720e5735dea >Dec 6 23:04:46 localhost program: Filesystem magic number: 0xEF53 >Dec 6 23:04:46 localhost program: Filesystem revision #: 1 (dynamic) >Dec 6 23:04:46 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 6 23:04:46 localhost program: Filesystem flags: signed_directory_hash >Dec 6 23:04:46 localhost program: Default mount options: user_xattr acl >Dec 6 23:04:46 localhost program: Filesystem state: clean >Dec 6 23:04:46 localhost program: Errors behavior: Continue >Dec 6 23:04:46 localhost program: Filesystem OS type: Linux >Dec 6 23:04:46 localhost program: Inode count: 496784 >Dec 6 23:04:46 localhost program: Block count: 1984512 >Dec 6 23:04:46 localhost program: Reserved block count: 99225 >Dec 6 23:04:46 localhost program: Free blocks: 1070541 >Dec 6 23:04:46 localhost program: Free inodes: 390015 >Dec 6 23:04:46 localhost program: First block: 0 >Dec 6 23:04:46 localhost program: Block size: 4096 >Dec 6 23:04:46 localhost program: Fragment size: 4096 >Dec 6 23:04:46 localhost program: Reserved GDT blocks: 484 >Dec 6 23:04:46 localhost program: Blocks per group: 32768 >Dec 6 23:04:46 localhost program: Fragments per group: 32768 >Dec 6 23:04:46 localhost program: Inodes per group: 8144 >Dec 6 23:04:46 localhost program: Inode blocks per group: 509 >Dec 6 23:04:46 localhost program: Flex block group size: 16 >Dec 6 23:04:46 localhost program: Filesystem created: Wed Dec 5 22:55:57 2012 >Dec 6 23:04:46 localhost program: Last mount time: Thu Dec 6 02:48:35 2012 >Dec 6 23:04:46 localhost program: Last write time: Wed Dec 5 18:48:34 2012 >Dec 6 23:04:46 localhost program: Mount count: 8 >Dec 6 23:04:46 localhost program: Maximum mount count: -1 >Dec 6 23:04:46 localhost program: Last checked: Wed Dec 5 18:19:24 2012 >Dec 6 23:04:46 localhost program: Check interval: 0 (<none>) >Dec 6 23:04:46 localhost program: Lifetime writes: 3911 MB >Dec 6 23:04:46 localhost program: Reserved blocks uid: 0 (user root) >Dec 6 23:04:46 localhost program: Reserved blocks gid: 0 (group root) >Dec 6 23:04:46 localhost program: First inode: 11 >Dec 6 23:04:46 localhost program: Inode size:#011 256 >Dec 6 23:04:46 localhost program: Required extra isize: 28 >Dec 6 23:04:46 localhost program: Desired extra isize: 28 >Dec 6 23:04:46 localhost program: Journal inode: 8 >Dec 6 23:04:46 localhost program: Default directory hash: half_md4 >Dec 6 23:04:46 localhost program: Directory Hash Seed: 8f21eeff-08b8-49cd-922a-425045a4944d >Dec 6 23:04:46 localhost program: Journal backup: inode blocks >Dec 6 23:04:46 localhost program: Journal features: journal_incompat_revoke >Dec 6 23:04:46 localhost program: Journal size: 128M >Dec 6 23:04:46 localhost program: Journal length: 32768 >Dec 6 23:04:46 localhost program: Journal sequence: 0x00001105 >Dec 6 23:04:46 localhost program: Journal start: 0 >Dec 6 23:04:46 localhost program: >Dec 6 23:04:46 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 6 23:04:46 localhost program: Running... dumpe2fs -h /dev/mapper/fedora-root >Dec 6 23:04:46 localhost program: Filesystem volume name: <none> >Dec 6 23:04:46 localhost program: Last mounted on: / >Dec 6 23:04:46 localhost program: Filesystem UUID: 6ce71d26-2501-41a4-b8bb-6720e5735dea >Dec 6 23:04:46 localhost program: Filesystem magic number: 0xEF53 >Dec 6 23:04:46 localhost program: Filesystem revision #: 1 (dynamic) >Dec 6 23:04:46 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 6 23:04:46 localhost program: Filesystem flags: signed_directory_hash >Dec 6 23:04:46 localhost program: Default mount options: user_xattr acl >Dec 6 23:04:46 localhost program: Filesystem state: clean >Dec 6 23:04:46 localhost program: Errors behavior: Continue >Dec 6 23:04:46 localhost program: Filesystem OS type: Linux >Dec 6 23:04:46 localhost program: Inode count: 496784 >Dec 6 23:04:46 localhost program: Block count: 1984512 >Dec 6 23:04:46 localhost program: Reserved block count: 99225 >Dec 6 23:04:46 localhost program: Free blocks: 1070541 >Dec 6 23:04:46 localhost program: Free inodes: 390015 >Dec 6 23:04:46 localhost program: First block: 0 >Dec 6 23:04:46 localhost program: Block size: 4096 >Dec 6 23:04:46 localhost program: Fragment size: 4096 >Dec 6 23:04:46 localhost program: Reserved GDT blocks: 484 >Dec 6 23:04:46 localhost program: Blocks per group: 32768 >Dec 6 23:04:46 localhost program: Fragments per group: 32768 >Dec 6 23:04:46 localhost program: Inodes per group: 8144 >Dec 6 23:04:46 localhost program: Inode blocks per group: 509 >Dec 6 23:04:46 localhost program: Flex block group size: 16 >Dec 6 23:04:46 localhost program: Filesystem created: Wed Dec 5 22:55:57 2012 >Dec 6 23:04:46 localhost program: Last mount time: Thu Dec 6 02:48:35 2012 >Dec 6 23:04:46 localhost program: Last write time: Wed Dec 5 18:48:34 2012 >Dec 6 23:04:46 localhost program: Mount count: 8 >Dec 6 23:04:46 localhost program: Maximum mount count: -1 >Dec 6 23:04:46 localhost program: Last checked: Wed Dec 5 18:19:24 2012 >Dec 6 23:04:46 localhost program: Check interval: 0 (<none>) >Dec 6 23:04:46 localhost program: Lifetime writes: 3911 MB >Dec 6 23:04:46 localhost program: Reserved blocks uid: 0 (user root) >Dec 6 23:04:46 localhost program: Reserved blocks gid: 0 (group root) >Dec 6 23:04:46 localhost program: First inode: 11 >Dec 6 23:04:46 localhost program: Inode size:#011 256 >Dec 6 23:04:46 localhost program: Required extra isize: 28 >Dec 6 23:04:46 localhost program: Desired extra isize: 28 >Dec 6 23:04:46 localhost program: Journal inode: 8 >Dec 6 23:04:46 localhost program: Default directory hash: half_md4 >Dec 6 23:04:46 localhost program: Directory Hash Seed: 8f21eeff-08b8-49cd-922a-425045a4944d >Dec 6 23:04:46 localhost program: Journal backup: inode blocks >Dec 6 23:04:46 localhost program: Journal features: journal_incompat_revoke >Dec 6 23:04:46 localhost program: Journal size: 128M >Dec 6 23:04:46 localhost program: Journal length: 32768 >Dec 6 23:04:46 localhost program: Journal sequence: 0x00001105 >Dec 6 23:04:46 localhost program: Journal start: 0 >Dec 6 23:04:46 localhost program: >Dec 6 23:04:46 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 6 23:04:46 localhost program: Running... resize2fs -P /dev/mapper/fedora-root >Dec 6 23:04:46 localhost program: Estimated minimum size of the filesystem: 901857 >Dec 6 23:04:46 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 6 23:04:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:46 localhost storage: got device: LVMLogicalVolumeDevice instance (0x44bef90) -- >Dec 6 23:04:46 localhost storage: got format: Ext4FS instance (0x49359d0) -- >Dec 6 23:04:46 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:04:46 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:04:46 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:04:46 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:04:46 localhost program: Running... lvm lvchange -a n --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora/swap >Dec 6 23:04:46 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:04:46 localhost program: Running... lvm vgchange -a n --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora >Dec 6 23:04:46 localhost program: 0 logical volume(s) in volume group "fedora" now active >Dec 6 23:04:46 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:04:46 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:04:46 localhost storage: not going to restore from backup of non-existent /etc/mdadm.conf >Dec 6 23:04:46 localhost storage: edd: collected mbr signatures: {'sda': '0x000c5472'} >Dec 6 23:04:46 localhost storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >Dec 6 23:04:46 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 6 23:04:46 localhost kernel: [ 417.799911] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:04:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:46 localhost program: Running... /bin/umount /mnt/sysimage >Dec 6 23:04:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:46 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:04:46 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:04:46 localhost program: Running... lvm lvchange -a y --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora/root >Dec 6 23:04:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:47 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:04:47 localhost rsyslogd-2177: imuxsock begins to drop messages from pid 2032 due to rate-limiting >Dec 6 23:04:47 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/mapper/fedora-root /mnt/sysimage >Dec 6 23:04:47 localhost kernel: [ 418.151202] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:04:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:47 localhost program: Running... /bin/umount /mnt/sysimage >Dec 6 23:04:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:04:47 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 6 23:04:48 localhost kernel: [ 419.018069] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:04:48 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:05:02 localhost NetworkManager[674]: <info> (eth0): IP6 addrconf timed out or failed. >Dec 6 23:05:02 localhost NetworkManager[674]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >Dec 6 23:05:02 localhost NetworkManager[674]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started... >Dec 6 23:05:02 localhost NetworkManager[674]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete. >Dec 6 23:05:50 localhost chronyd[606]: Selected source 72.26.198.233 >Dec 6 23:07:11 localhost rsyslogd-2177: imuxsock lost 38 messages from pid 2032 due to rate-limiting >Dec 6 23:07:11 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 6 23:07:11 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:07:11 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:07:11 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:07:11 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 6 23:07:11 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 6 23:07:11 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 6 23:07:11 localhost anaconda: Running Thread: AnaStorageWatcher (139868115400448) >Dec 6 23:07:12 localhost program: Running... modprobe btrfs >Dec 6 23:07:12 localhost kernel: [ 563.183509] Btrfs loaded >Dec 6 23:07:12 localhost storage: DiskLabel.partedDevice returning None >Dec 6 23:07:12 localhost program: Running... modprobe xfs >Dec 6 23:07:12 localhost kernel: [ 563.274833] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >Dec 6 23:07:12 localhost anaconda: Running Thread: AnaNTPserver0 (139867784566528) >Dec 6 23:07:12 localhost anaconda: Running Thread: AnaNTPserver1 (139867556148992) >Dec 6 23:07:12 localhost anaconda: Running Thread: AnaNTPserver2 (139867404846848) >Dec 6 23:07:12 localhost anaconda: Running Thread: AnaNTPserver3 (139867396454144) >Dec 6 23:07:12 localhost anaconda: Thread Done: AnaStorageWatcher (139868115400448) >Dec 6 23:07:13 localhost anaconda: Thread Done: AnaNTPserver1 (139867556148992) >Dec 6 23:07:13 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x670f550> status to: Probing storage... >Dec 6 23:07:13 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x670f550> >Dec 6 23:07:16 localhost anaconda: Thread Done: AnaNTPserver3 (139867396454144) >Dec 6 23:07:18 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 6 23:07:22 localhost anaconda: Thread Done: AnaNTPserver0 (139867784566528) >Dec 6 23:07:22 localhost anaconda: Thread Done: AnaNTPserver2 (139867404846848) >Dec 6 23:07:29 localhost anaconda: Running Thread: AnaExecuteStorageThread (139868123793152) >Dec 6 23:07:29 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:07:29 localhost anaconda: Thread Done: AnaExecuteStorageThread (139868123793152) >Dec 6 23:07:30 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x670f550> >Dec 6 23:07:30 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x670f550> status to: Saving storage configuration... >Dec 6 23:07:30 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x670f550> >Dec 6 23:07:33 localhost anaconda: getting device type for None >Dec 6 23:07:33 localhost anaconda: unknown device type: 'None' >Dec 6 23:07:33 localhost anaconda: getting device type for Standard Partition >Dec 6 23:07:33 localhost anaconda: getting device type for Standard Partition >Dec 6 23:07:33 localhost anaconda: getting device type for Standard Partition >Dec 6 23:07:33 localhost anaconda: getting device type for Standard Partition >Dec 6 23:07:33 localhost anaconda: getting device type for Standard Partition >Dec 6 23:07:35 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:07:35 localhost anaconda: getting device type for Standard Partition >Dec 6 23:07:35 localhost anaconda: getting device type for Standard Partition >Dec 6 23:07:35 localhost anaconda: getting device type for LVM >Dec 6 23:07:35 localhost anaconda: getting device type for LVM >Dec 6 23:07:35 localhost anaconda: getting device type for LVM >Dec 6 23:07:35 localhost anaconda: getting device type for LVM >Dec 6 23:07:35 localhost anaconda: getting device type for LVM >Dec 6 23:07:40 localhost anaconda: ui: saving changes to device fedora-root >Dec 6 23:07:40 localhost anaconda: getting device type for LVM >Dec 6 23:07:40 localhost anaconda: getting device type for LVM >Dec 6 23:07:40 localhost anaconda: getting device type for LVM >Dec 6 23:07:40 localhost anaconda: getting device type for LVM >Dec 6 23:07:51 localhost anaconda: ui: saving changes to device fedora-root >Dec 6 23:07:51 localhost anaconda: getting device type for LVM >Dec 6 23:07:51 localhost anaconda: getting device type for LVM >Dec 6 23:07:51 localhost storage: registered action: [0] Resize Format (Shrink) ext4 filesystem on lvmlv fedora-root (id 18) >Dec 6 23:07:51 localhost storage: registered action: [1] Resize Device (Shrink) lvmlv fedora-root (id 18) >Dec 6 23:07:51 localhost anaconda: getting device type for LVM >Dec 6 23:07:51 localhost anaconda: getting device type for LVM >Dec 6 23:08:07 localhost anaconda: ui: saving changes to device fedora-root >Dec 6 23:08:07 localhost anaconda: getting device type for LVM >Dec 6 23:08:07 localhost anaconda: getting device type for LVM >Dec 6 23:08:07 localhost anaconda: scheduling reformat of fedora-root as ext4 >Dec 6 23:08:07 localhost storage: registered action: [2] Destroy Format ext4 filesystem on lvmlv fedora-root (id 18) >Dec 6 23:08:07 localhost storage: registered action: [3] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 18) >Dec 6 23:08:07 localhost anaconda: getting device type for LVM >Dec 6 23:08:07 localhost anaconda: getting device type for LVM >Dec 6 23:08:10 localhost anaconda: ui: saving changes to device fedora-root >Dec 6 23:08:10 localhost anaconda: getting device type for LVM >Dec 6 23:08:10 localhost anaconda: getting device type for LVM >Dec 6 23:08:10 localhost anaconda: getting device type for LVM >Dec 6 23:08:10 localhost anaconda: getting device type for LVM >Dec 6 23:08:15 localhost anaconda: ui: removed device fedora-root >Dec 6 23:08:18 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:18 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:18 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:18 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:18 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:19 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:08:19 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:19 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:19 localhost anaconda: getting device type for LVM >Dec 6 23:08:19 localhost anaconda: getting device type for LVM >Dec 6 23:08:19 localhost anaconda: getting device type for LVM >Dec 6 23:08:19 localhost anaconda: getting device type for LVM >Dec 6 23:08:19 localhost anaconda: getting device type for LVM >Dec 6 23:08:26 localhost storage: registered action: [4] Destroy Format ext4 filesystem on lvmlv fedora-root (id 18) >Dec 6 23:08:26 localhost storage: removed lvmlv fedora-root (id 18) from device tree >Dec 6 23:08:26 localhost storage: registered action: [5] Destroy Device lvmlv fedora-root (id 18) >Dec 6 23:08:26 localhost anaconda: ui: removed device fedora-root >Dec 6 23:08:26 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:26 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:26 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:26 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:26 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:29 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:08:29 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:29 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:44 localhost storage: added lvmvg fedora00 (id 19) to device tree >Dec 6 23:08:44 localhost storage: registered action: [6] Create Device lvmvg fedora00 (id 19) >Dec 6 23:08:44 localhost storage: adjusting device size from 3000.00 to 0.00 so it fits in container >Dec 6 23:08:44 localhost storage: added lvmlv fedora00-root (id 20) to device tree >Dec 6 23:08:44 localhost storage: registered action: [7] Create Device lvmlv fedora00-root (id 20) >Dec 6 23:08:44 localhost storage: registered action: [8] Create Format ext4 filesystem mounted at / on lvmlv fedora00-root (id 20) >Dec 6 23:08:44 localhost storage: removed lvmlv fedora00-root (id 20) from device tree >Dec 6 23:08:44 localhost storage: registered action: [9] Destroy Device lvmlv fedora00-root (id 20) >Dec 6 23:08:44 localhost storage: removed lvmvg fedora00 (id 19) from device tree >Dec 6 23:08:44 localhost storage: registered action: [10] Destroy Device lvmvg fedora00 (id 19) >Dec 6 23:08:44 localhost anaconda: newDevice failed: failed to create device >Dec 6 23:08:44 localhost storage: added lvmlv fedora-root (id 21) to device tree >Dec 6 23:08:44 localhost storage: registered action: [11] Create Device lvmlv fedora-root (id 21) >Dec 6 23:08:44 localhost storage: registered action: [12] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 21) >Dec 6 23:08:44 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:44 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:50 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:08:50 localhost anaconda: getting device type for Standard Partition >Dec 6 23:08:50 localhost anaconda: getting device type for Standard Partition >Dec 6 23:09:01 localhost storage: added partition req0 (id 22) to device tree >Dec 6 23:09:01 localhost storage: registered action: [13] Create Device partition req0 (id 22) >Dec 6 23:09:01 localhost storage: registered action: [14] Create Format lvmpv on partition req0 (id 22) >Dec 6 23:09:01 localhost storage: failed to allocate partitions: not enough free space on disks >Dec 6 23:09:01 localhost storage: removed partition req0 (id 22) from device tree >Dec 6 23:09:01 localhost storage: registered action: [15] Destroy Device partition req0 (id 22) >Dec 6 23:09:01 localhost anaconda: newDevice failed: not enough free space on disks >Dec 6 23:09:01 localhost storage: added lvmlv fedora-home (id 23) to device tree >Dec 6 23:09:01 localhost storage: registered action: [16] Create Device lvmlv fedora-home (id 23) >Dec 6 23:09:01 localhost storage: registered action: [17] Create Format ext4 filesystem mounted at /home on lvmlv fedora-home (id 23) >Dec 6 23:09:01 localhost anaconda: getting device type for Standard Partition >Dec 6 23:09:01 localhost anaconda: getting device type for Standard Partition >Dec 6 23:09:05 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:09:05 localhost anaconda: getting device type for Standard Partition >Dec 6 23:09:05 localhost anaconda: getting device type for Standard Partition >Dec 6 23:09:05 localhost anaconda: getting device type for LVM >Dec 6 23:09:05 localhost anaconda: getting device type for LVM >Dec 6 23:09:05 localhost anaconda: getting device type for LVM >Dec 6 23:09:05 localhost anaconda: getting device type for LVM >Dec 6 23:09:05 localhost anaconda: getting device type for LVM >Dec 6 23:09:09 localhost anaconda: ui: saving changes to device fedora-root >Dec 6 23:09:09 localhost anaconda: getting device type for LVM >Dec 6 23:09:09 localhost anaconda: getting device type for LVM >Dec 6 23:09:09 localhost anaconda: getting device type for LVM >Dec 6 23:09:09 localhost anaconda: getting device type for LVM >Dec 6 23:09:12 localhost storage: removed lvmlv fedora-home (id 23) from device tree >Dec 6 23:09:12 localhost storage: registered action: [18] Destroy Device lvmlv fedora-home (id 23) >Dec 6 23:09:12 localhost anaconda: ui: removed device fedora-home >Dec 6 23:09:12 localhost anaconda: getting device type for LVM >Dec 6 23:09:12 localhost anaconda: getting device type for LVM >Dec 6 23:09:15 localhost anaconda: ui: saving changes to device fedora-root >Dec 6 23:09:15 localhost anaconda: getting device type for LVM >Dec 6 23:09:15 localhost anaconda: getting device type for LVM >Dec 6 23:09:26 localhost storage: added lvmvg fedora00 (id 24) to device tree >Dec 6 23:09:26 localhost storage: registered action: [19] Create Device lvmvg fedora00 (id 24) >Dec 6 23:09:26 localhost storage: adjusting device size from 12000.00 to 0.00 so it fits in container >Dec 6 23:09:26 localhost storage: added lvmlv fedora00-home (id 25) to device tree >Dec 6 23:09:26 localhost storage: registered action: [20] Create Device lvmlv fedora00-home (id 25) >Dec 6 23:09:26 localhost storage: registered action: [21] Create Format ext4 filesystem mounted at /home on lvmlv fedora00-home (id 25) >Dec 6 23:09:26 localhost storage: removed lvmlv fedora00-home (id 25) from device tree >Dec 6 23:09:26 localhost storage: registered action: [22] Destroy Device lvmlv fedora00-home (id 25) >Dec 6 23:09:26 localhost storage: removed lvmvg fedora00 (id 24) from device tree >Dec 6 23:09:26 localhost storage: registered action: [23] Destroy Device lvmvg fedora00 (id 24) >Dec 6 23:09:26 localhost anaconda: newDevice failed: failed to create device >Dec 6 23:09:26 localhost storage: adjusting device size from 12000.00 to 4752.00 so it fits in container >Dec 6 23:09:26 localhost storage: added lvmlv fedora-home (id 26) to device tree >Dec 6 23:09:26 localhost storage: registered action: [24] Create Device lvmlv fedora-home (id 26) >Dec 6 23:09:26 localhost storage: registered action: [25] Create Format ext4 filesystem mounted at /home on lvmlv fedora-home (id 26) >Dec 6 23:09:26 localhost anaconda: getting device type for LVM >Dec 6 23:09:26 localhost anaconda: getting device type for LVM >Dec 6 23:09:29 localhost anaconda: ui: saving changes to device fedora-root >Dec 6 23:09:29 localhost anaconda: getting device type for LVM >Dec 6 23:09:29 localhost anaconda: getting device type for LVM >Dec 6 23:09:29 localhost anaconda: getting device type for LVM >Dec 6 23:09:29 localhost anaconda: getting device type for LVM >Dec 6 23:10:26 localhost anaconda: ui: saving changes to device fedora-home >Dec 6 23:10:26 localhost anaconda: getting device type for LVM >Dec 6 23:10:26 localhost anaconda: getting device type for LVM >Dec 6 23:10:26 localhost storage: adjusting device size from 4752.00 to 1000.00 >Dec 6 23:10:26 localhost anaconda: getting device type for LVM >Dec 6 23:10:26 localhost anaconda: getting device type for LVM >Dec 6 23:10:30 localhost anaconda: ui: saving changes to device fedora-home >Dec 6 23:10:30 localhost anaconda: getting device type for LVM >Dec 6 23:10:30 localhost anaconda: getting device type for LVM >Dec 6 23:10:30 localhost anaconda: getting device type for LVM >Dec 6 23:10:30 localhost anaconda: getting device type for LVM >Dec 6 23:10:35 localhost anaconda: ui: saving changes to device fedora-home >Dec 6 23:10:35 localhost anaconda: getting device type for LVM >Dec 6 23:10:35 localhost anaconda: getting device type for LVM >Dec 6 23:10:35 localhost anaconda: getting device type for LVM >Dec 6 23:10:35 localhost anaconda: getting device type for LVM >Dec 6 23:10:39 localhost anaconda: ui: saving changes to device fedora-home >Dec 6 23:10:39 localhost anaconda: getting device type for LVM >Dec 6 23:10:39 localhost anaconda: getting device type for LVM >Dec 6 23:10:39 localhost anaconda: getting device type for LVM >Dec 6 23:10:39 localhost anaconda: getting device type for LVM >Dec 6 23:10:41 localhost anaconda: ui: saving changes to device fedora-root >Dec 6 23:10:41 localhost anaconda: getting device type for LVM >Dec 6 23:10:41 localhost anaconda: getting device type for LVM >Dec 6 23:10:41 localhost anaconda: getting device type for LVM >Dec 6 23:10:41 localhost anaconda: getting device type for LVM >Dec 6 23:10:47 localhost anaconda: ui: saving changes to device fedora-home >Dec 6 23:10:47 localhost anaconda: getting device type for LVM >Dec 6 23:10:47 localhost anaconda: getting device type for LVM >Dec 6 23:10:47 localhost anaconda: getting device type for LVM >Dec 6 23:10:47 localhost anaconda: getting device type for LVM >Dec 6 23:10:50 localhost anaconda: ui: saving changes to device fedora-home >Dec 6 23:10:50 localhost anaconda: getting device type for LVM >Dec 6 23:10:50 localhost anaconda: getting device type for LVM >Dec 6 23:10:50 localhost anaconda: getting device type for LVM >Dec 6 23:10:50 localhost anaconda: getting device type for LVM >Dec 6 23:10:52 localhost anaconda: ui: saving changes to device fedora-swap >Dec 6 23:10:52 localhost anaconda: getting device type for LVM >Dec 6 23:10:52 localhost anaconda: getting device type for LVM >Dec 6 23:10:52 localhost anaconda: getting device type for LVM >Dec 6 23:10:52 localhost anaconda: getting device type for LVM >Dec 6 23:10:56 localhost anaconda: ui: saving changes to device fedora-root >Dec 6 23:10:56 localhost anaconda: getting device type for LVM >Dec 6 23:10:56 localhost anaconda: getting device type for LVM >Dec 6 23:10:57 localhost anaconda: getting device type for LVM >Dec 6 23:10:57 localhost anaconda: getting device type for LVM >Dec 6 23:11:00 localhost anaconda: ui: saving changes to device fedora-root >Dec 6 23:11:00 localhost anaconda: getting device type for LVM >Dec 6 23:11:00 localhost anaconda: getting device type for LVM >Dec 6 23:11:00 localhost anaconda: getting device type for LVM >Dec 6 23:11:00 localhost anaconda: getting device type for LVM >Dec 6 23:11:09 localhost anaconda: ui: saving changes to device fedora-home >Dec 6 23:11:09 localhost anaconda: getting device type for LVM >Dec 6 23:11:09 localhost anaconda: getting device type for LVM >Dec 6 23:11:09 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:09 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:09 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:09 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:09 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:20 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:11:20 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:20 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:20 localhost anaconda: scheduling reformat of sda1 as ext4 >Dec 6 23:11:20 localhost storage: registered action: [26] Destroy Format ext4 filesystem on partition sda1 (id 1) >Dec 6 23:11:20 localhost storage: registered action: [27] Create Format ext4 filesystem mounted at /boot on partition sda1 (id 1) >Dec 6 23:11:20 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:20 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:22 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:11:22 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:22 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:22 localhost anaconda: getting device type for LVM >Dec 6 23:11:22 localhost anaconda: getting device type for LVM >Dec 6 23:11:22 localhost anaconda: getting device type for LVM >Dec 6 23:11:22 localhost anaconda: getting device type for LVM >Dec 6 23:11:22 localhost anaconda: getting device type for LVM >Dec 6 23:11:26 localhost anaconda: ui: saving changes to device fedora-root >Dec 6 23:11:26 localhost anaconda: getting device type for LVM >Dec 6 23:11:26 localhost anaconda: getting device type for LVM >Dec 6 23:11:26 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:26 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:26 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:26 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:26 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:28 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:11:28 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:28 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:28 localhost anaconda: getting device type for LVM >Dec 6 23:11:28 localhost anaconda: getting device type for LVM >Dec 6 23:11:28 localhost anaconda: getting device type for LVM >Dec 6 23:11:28 localhost anaconda: getting device type for LVM >Dec 6 23:11:28 localhost anaconda: getting device type for LVM >Dec 6 23:11:31 localhost anaconda: ui: saving changes to device fedora-swap >Dec 6 23:11:31 localhost anaconda: getting device type for LVM >Dec 6 23:11:31 localhost anaconda: getting device type for LVM >Dec 6 23:11:31 localhost anaconda: getting device type for LVM >Dec 6 23:11:31 localhost anaconda: getting device type for LVM >Dec 6 23:11:33 localhost anaconda: ui: saving changes to device fedora-root >Dec 6 23:11:33 localhost anaconda: getting device type for LVM >Dec 6 23:11:33 localhost anaconda: getting device type for LVM >Dec 6 23:11:33 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:33 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:33 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:33 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:33 localhost anaconda: getting device type for Standard Partition >Dec 6 23:11:35 localhost anaconda: ui: removed device sda1 >Dec 6 23:11:35 localhost anaconda: getting device type for LVM >Dec 6 23:11:35 localhost anaconda: getting device type for LVM >Dec 6 23:11:35 localhost anaconda: getting device type for LVM >Dec 6 23:11:35 localhost anaconda: getting device type for LVM >Dec 6 23:11:35 localhost anaconda: getting device type for LVM >Dec 6 23:11:47 localhost anaconda: ui: saving changes to device fedora-root >Dec 6 23:11:47 localhost anaconda: getting device type for LVM >Dec 6 23:11:47 localhost anaconda: getting device type for LVM >Dec 6 23:11:56 localhost storage: added lvmvg fedora00 (id 27) to device tree >Dec 6 23:11:56 localhost storage: registered action: [28] Create Device lvmvg fedora00 (id 27) >Dec 6 23:11:56 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 6 23:11:56 localhost storage: added lvmlv fedora00-boot (id 28) to device tree >Dec 6 23:11:56 localhost storage: registered action: [29] Create Device lvmlv fedora00-boot (id 28) >Dec 6 23:11:56 localhost storage: registered action: [30] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 28) >Dec 6 23:11:56 localhost storage: removed lvmlv fedora00-boot (id 28) from device tree >Dec 6 23:11:56 localhost storage: registered action: [31] Destroy Device lvmlv fedora00-boot (id 28) >Dec 6 23:11:56 localhost storage: removed lvmvg fedora00 (id 27) from device tree >Dec 6 23:11:56 localhost storage: registered action: [32] Destroy Device lvmvg fedora00 (id 27) >Dec 6 23:11:56 localhost anaconda: newDevice failed: failed to create device >Dec 6 23:11:56 localhost storage: added lvmlv fedora-boot (id 29) to device tree >Dec 6 23:11:56 localhost storage: registered action: [33] Create Device lvmlv fedora-boot (id 29) >Dec 6 23:11:56 localhost storage: registered action: [34] Create Format ext4 filesystem mounted at /boot on lvmlv fedora-boot (id 29) >Dec 6 23:11:56 localhost anaconda: getting device type for LVM >Dec 6 23:11:56 localhost anaconda: getting device type for LVM >Dec 6 23:12:02 localhost anaconda: ui: saving changes to device fedora-boot >Dec 6 23:12:02 localhost anaconda: getting device type for LVM >Dec 6 23:12:02 localhost anaconda: getting device type for LVM >Dec 6 23:12:02 localhost anaconda: getting device type for LVM >Dec 6 23:12:02 localhost anaconda: getting device type for LVM >Dec 6 23:12:08 localhost anaconda: getting device type for Standard Partition >Dec 6 23:12:08 localhost anaconda: getting device type for Standard Partition >Dec 6 23:12:08 localhost anaconda: getting device type for Standard Partition >Dec 6 23:12:10 localhost anaconda: ui: saving changes to device fedora-boot >Dec 6 23:12:10 localhost anaconda: getting device type for Standard Partition >Dec 6 23:12:10 localhost anaconda: getting device type for Standard Partition >Dec 6 23:12:10 localhost anaconda: changing device type from 0 to 2 >Dec 6 23:12:10 localhost storage: removed lvmlv fedora-boot (id 29) from device tree >Dec 6 23:12:10 localhost storage: registered action: [35] Destroy Device lvmlv fedora-boot (id 29) >Dec 6 23:12:10 localhost storage: added partition boot (id 30) to device tree >Dec 6 23:12:10 localhost storage: registered action: [36] Create Device partition boot (id 30) >Dec 6 23:12:10 localhost storage: registered action: [37] Create Format ext4 filesystem mounted at /boot on partition boot (id 30) >Dec 6 23:12:10 localhost storage: failed to allocate partitions: not enough free space on disks >Dec 6 23:12:10 localhost storage: device post-create method failed: not enough free space on disks >Dec 6 23:12:10 localhost storage: removed partition boot (id 30) from device tree >Dec 6 23:12:10 localhost storage: registered action: [38] Destroy Device partition boot (id 30) >Dec 6 23:12:10 localhost anaconda: newDevice failed: not enough free space on disks >Dec 6 23:12:10 localhost storage: added lvmvg fedora00 (id 31) to device tree >Dec 6 23:12:10 localhost storage: registered action: [39] Create Device lvmvg fedora00 (id 31) >Dec 6 23:12:10 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 6 23:12:10 localhost storage: added lvmlv fedora00-boot (id 32) to device tree >Dec 6 23:12:10 localhost storage: registered action: [40] Create Device lvmlv fedora00-boot (id 32) >Dec 6 23:12:10 localhost storage: registered action: [41] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 32) >Dec 6 23:12:10 localhost storage: removed lvmlv fedora00-boot (id 32) from device tree >Dec 6 23:12:10 localhost storage: registered action: [42] Destroy Device lvmlv fedora00-boot (id 32) >Dec 6 23:12:10 localhost storage: removed lvmvg fedora00 (id 31) from device tree >Dec 6 23:12:10 localhost storage: registered action: [43] Destroy Device lvmvg fedora00 (id 31) >Dec 6 23:12:10 localhost anaconda: getting device type for LVM >Dec 6 23:12:10 localhost anaconda: getting device type for LVM >Dec 6 23:12:10 localhost anaconda: getting device type for LVM >Dec 6 23:12:10 localhost anaconda: getting device type for LVM >Dec 6 23:12:10 localhost anaconda: getting device type for LVM >Dec 6 23:12:16 localhost anaconda: getting device type for LVM >Dec 6 23:12:16 localhost anaconda: getting device type for LVM >Dec 6 23:12:22 localhost anaconda: getting device type for Standard Partition >Dec 6 23:12:22 localhost anaconda: getting device type for Standard Partition >Dec 6 23:12:22 localhost anaconda: getting device type for Standard Partition >Dec 6 23:12:22 localhost anaconda: getting device type for Standard Partition >Dec 6 23:12:22 localhost anaconda: getting device type for Standard Partition >Dec 6 23:12:48 localhost anaconda: getting device type for LVM >Dec 6 23:12:48 localhost anaconda: getting device type for LVM >Dec 6 23:12:48 localhost anaconda: getting device type for LVM >Dec 6 23:12:48 localhost anaconda: getting device type for LVM >Dec 6 23:12:48 localhost anaconda: getting device type for LVM >Dec 6 23:12:48 localhost systemd[1]: Starting Cleanup of Temporary Directories... >Dec 6 23:12:49 localhost systemd-tmpfiles[2491]: stat(/run/user/1000/gvfs) failed: Permission denied >Dec 6 23:12:49 localhost systemd[1]: Started Cleanup of Temporary Directories. >Dec 6 23:12:54 localhost anaconda: getting device type for LVM >Dec 6 23:12:54 localhost anaconda: getting device type for LVM >Dec 6 23:13:02 localhost anaconda: getting device type for Standard Partition >Dec 6 23:13:02 localhost anaconda: getting device type for Standard Partition >Dec 6 23:13:02 localhost anaconda: getting device type for Standard Partition >Dec 6 23:13:02 localhost anaconda: getting device type for Standard Partition >Dec 6 23:13:02 localhost anaconda: getting device type for Standard Partition >Dec 6 23:13:07 localhost anaconda: failed to schedule device removal: device is not in the tree >Dec 6 23:13:08 localhost anaconda: Running kickstart %%traceback script(s) >Dec 6 23:13:08 localhost anaconda: All kickstart %%traceback script(s) have been run >Dec 6 23:13:37 localhost dbus[1478]: avc: received setenforce notice (enforcing=1) >Dec 6 23:13:37 localhost dbus[1327]: avc: received setenforce notice (enforcing=1) >Dec 6 23:13:37 localhost dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 6 23:13:37 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 6 23:13:37 localhost dbus-daemon[553]: dbus[553]: [system] Reloaded configuration >Dec 6 23:13:37 localhost dbus[553]: [system] Reloaded configuration >Dec 6 23:13:47 localhost dbus-daemon[553]: dbus[553]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 6 23:13:47 localhost dbus[553]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 6 23:13:47 localhost dbus-daemon[553]: dbus[553]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 6 23:13:47 localhost dbus[553]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 6 23:13:53 localhost yum[2501]: Updated: python-meh-0.19-1.fc18.noarch >Dec 6 23:13:53 localhost dbus-daemon[553]: dbus[553]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 6 23:13:53 localhost dbus[553]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 6 23:13:53 localhost dbus-daemon[553]: dbus[553]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 6 23:13:53 localhost dbus[553]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 6 23:13:59 localhost dbus[1478]: avc: received setenforce notice (enforcing=0) >Dec 6 23:13:59 localhost dbus[1327]: avc: received setenforce notice (enforcing=0) >Dec 6 23:13:59 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 6 23:13:59 localhost dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 6 23:13:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:13:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:13:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:13:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:13:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:13:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:13:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:13:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:13:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:13:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:13:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:13:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:01 localhost anaconda: /sbin/anaconda 18.36 >Dec 6 23:14:02 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 6 23:14:02 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 6 23:14:02 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 6 23:14:02 localhost anaconda: Default encoding = ascii >Dec 6 23:14:02 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 6 23:14:02 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:14:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:02 localhost anaconda: ISCSID is /sbin/iscsid >Dec 6 23:14:02 localhost anaconda: no initiator set >Dec 6 23:14:02 localhost program: Running... modprobe fcoe >Dec 6 23:14:02 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 6 23:14:02 localhost program: No FCoE boot disk information is found in EDD! >Dec 6 23:14:02 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 6 23:14:02 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 6 23:14:02 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:14:02 localhost program: Running... multipath -d >Dec 6 23:14:02 localhost program: Running... multipath -ll >Dec 6 23:14:02 localhost storage: MultipathTopology: found singlepath device: sda >Dec 6 23:14:02 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 6 23:14:02 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 6 23:14:02 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 6 23:14:02 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 6 23:14:02 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 6 23:14:02 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 6 23:14:02 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 6 23:14:02 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 6 23:14:02 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 6 23:14:02 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 6 23:14:02 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 6 23:14:02 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 6 23:14:02 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 6 23:14:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:02 localhost anaconda: Display mode = g >Dec 6 23:14:02 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 6 23:14:02 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 6 23:14:03 localhost anaconda: using only installclass _Fedora >Dec 6 23:14:03 localhost anaconda: Detected 2016M of memory >Dec 6 23:14:03 localhost anaconda: Swap attempt of 4032M >Dec 6 23:14:03 localhost anaconda: Running Thread: AnaStorageThread (140627098633984) >Dec 6 23:14:03 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 6 23:14:03 localhost anaconda: Running Thread: AnaNetworkThread (140627090241280) >Dec 6 23:14:03 localhost program: Running... systemctl start chronyd.service >Dec 6 23:14:03 localhost anaconda: Running Thread: AnaPayloadThread (140626759333632) >Dec 6 23:14:03 localhost systemd[1]: Started NTP client/server. >Dec 6 23:14:03 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 6 23:14:03 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:14:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:03 localhost anaconda: Thread Done: AnaNetworkThread (140627090241280) >Dec 6 23:14:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:03 localhost anaconda: no initiator set >Dec 6 23:14:03 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 6 23:14:03 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 6 23:14:03 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:14:04 localhost storage: sr0 looks to be the live device; marking as protected >Dec 6 23:14:04 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:14:04 localhost program: Running... multipath -d >Dec 6 23:14:04 localhost program: Running... multipath -ll >Dec 6 23:14:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:04 localhost storage: MultipathTopology: found singlepath device: sda >Dec 6 23:14:04 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 6 23:14:04 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 6 23:14:04 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 6 23:14:04 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 6 23:14:04 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 6 23:14:04 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 6 23:14:04 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 6 23:14:04 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 6 23:14:04 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 6 23:14:04 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 6 23:14:04 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 6 23:14:04 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 6 23:14:04 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 6 23:14:04 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 6 23:14:04 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 6 23:14:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:04 localhost storage: sda is a disk >Dec 6 23:14:04 localhost storage: added disk sda (id 0) to device tree >Dec 6 23:14:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:04 localhost rsyslogd-2177: imuxsock begins to drop messages from pid 2685 due to rate-limiting >Dec 6 23:14:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:06 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:06 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 6 23:14:06 localhost kernel: [ 977.679189] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:14:06 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:06 localhost program: Running... /bin/umount /mnt/sysimage >Dec 6 23:14:06 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:06 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:06 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/mapper/fedora-root /mnt/sysimage >Dec 6 23:14:06 localhost kernel: [ 977.990246] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:14:06 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:07 localhost rsyslogd-2177: imuxsock lost 958 messages from pid 2685 due to rate-limiting >Dec 6 23:14:07 localhost program: x86_64 >Dec 6 23:14:07 localhost storage: error parsing blkid.tab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >Dec 6 23:14:07 localhost program: Running... /bin/umount /mnt/sysimage >Dec 6 23:14:07 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:07 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:14:07 localhost program: Running... lvm lvchange -a n --config devices { filter=["r|/loop5$|","r|/loop6$|","r|/loop7$|"] } fedora/root >Dec 6 23:14:07 localhost anaconda: Thread Done: AnaStorageThread (140627098633984) >Dec 6 23:14:07 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 6 23:14:07 localhost kernel: [ 978.335061] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:14:07 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:14:07 localhost anaconda: Thread Done: AnaPayloadThread (140626759333632) >Dec 6 23:14:13 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 6 23:14:14 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:14:14 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:14:14 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:14:14 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 6 23:14:14 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 6 23:14:14 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 6 23:14:14 localhost anaconda: Running Thread: AnaStorageWatcher (140626767726336) >Dec 6 23:14:14 localhost storage: DiskLabel.partedDevice returning None >Dec 6 23:14:15 localhost anaconda: Running Thread: AnaNTPserver0 (140626759333632) >Dec 6 23:14:15 localhost anaconda: Running Thread: AnaNTPserver1 (140626750940928) >Dec 6 23:14:15 localhost anaconda: Running Thread: AnaNTPserver2 (140626295695104) >Dec 6 23:14:15 localhost anaconda: Running Thread: AnaNTPserver3 (140626287302400) >Dec 6 23:14:15 localhost anaconda: Thread Done: AnaStorageWatcher (140626767726336) >Dec 6 23:14:15 localhost anaconda: Thread Done: AnaNTPserver1 (140626750940928) >Dec 6 23:14:15 localhost anaconda: Thread Done: AnaNTPserver0 (140626759333632) >Dec 6 23:14:15 localhost anaconda: Thread Done: AnaNTPserver3 (140626287302400) >Dec 6 23:14:15 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5fe92d0> status to: Probing storage... >Dec 6 23:14:15 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5fe92d0> >Dec 6 23:14:17 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 6 23:14:25 localhost anaconda: Thread Done: AnaNTPserver2 (140626295695104) >Dec 6 23:14:26 localhost anaconda: Running Thread: AnaExecuteStorageThread (140626295695104) >Dec 6 23:14:26 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:14:26 localhost anaconda: Thread Done: AnaExecuteStorageThread (140626295695104) >Dec 6 23:14:27 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5fe92d0> >Dec 6 23:14:27 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5fe92d0> status to: Saving storage configuration... >Dec 6 23:14:27 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5fe92d0> >Dec 6 23:14:31 localhost anaconda: getting device type for None >Dec 6 23:14:31 localhost anaconda: unknown device type: 'None' >Dec 6 23:14:31 localhost anaconda: getting device type for Standard Partition >Dec 6 23:14:31 localhost anaconda: getting device type for Standard Partition >Dec 6 23:14:31 localhost anaconda: getting device type for Standard Partition >Dec 6 23:14:31 localhost anaconda: getting device type for Standard Partition >Dec 6 23:14:31 localhost anaconda: getting device type for Standard Partition >Dec 6 23:14:35 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:14:35 localhost anaconda: getting device type for Standard Partition >Dec 6 23:14:35 localhost anaconda: getting device type for Standard Partition >Dec 6 23:14:44 localhost storage: added lvmvg fedora00 (id 19) to device tree >Dec 6 23:14:44 localhost storage: registered action: [0] Create Device lvmvg fedora00 (id 19) >Dec 6 23:14:44 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 6 23:14:44 localhost storage: added lvmlv fedora00-boot (id 20) to device tree >Dec 6 23:14:44 localhost storage: registered action: [1] Create Device lvmlv fedora00-boot (id 20) >Dec 6 23:14:44 localhost storage: registered action: [2] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 20) >Dec 6 23:14:44 localhost storage: removed lvmlv fedora00-boot (id 20) from device tree >Dec 6 23:14:44 localhost storage: registered action: [3] Destroy Device lvmlv fedora00-boot (id 20) >Dec 6 23:14:44 localhost storage: removed lvmvg fedora00 (id 19) from device tree >Dec 6 23:14:44 localhost storage: registered action: [4] Destroy Device lvmvg fedora00 (id 19) >Dec 6 23:14:44 localhost anaconda: newDevice failed: failed to create device >Dec 6 23:14:44 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 6 23:14:44 localhost storage: added lvmlv fedora-boot (id 21) to device tree >Dec 6 23:14:44 localhost storage: registered action: [5] Create Device lvmlv fedora-boot (id 21) >Dec 6 23:14:44 localhost storage: registered action: [6] Create Format ext4 filesystem mounted at /boot on lvmlv fedora-boot (id 21) >Dec 6 23:14:44 localhost storage: removed lvmlv fedora-boot (id 21) from device tree >Dec 6 23:14:44 localhost storage: registered action: [7] Destroy Device lvmlv fedora-boot (id 21) >Dec 6 23:14:44 localhost anaconda: newDevice failed w/ old container: failed to create device >Dec 6 23:14:44 localhost anaconda: getting device type for Standard Partition >Dec 6 23:14:44 localhost anaconda: getting device type for Standard Partition >Dec 6 23:14:49 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:14:49 localhost anaconda: getting device type for Standard Partition >Dec 6 23:14:49 localhost anaconda: getting device type for Standard Partition >Dec 6 23:14:53 localhost anaconda: getting device type for Standard Partition >Dec 6 23:14:53 localhost anaconda: getting device type for Standard Partition >Dec 6 23:14:56 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:14:56 localhost anaconda: getting device type for Standard Partition >Dec 6 23:14:56 localhost anaconda: getting device type for Standard Partition >Dec 6 23:14:56 localhost anaconda: getting device type for LVM >Dec 6 23:14:56 localhost anaconda: getting device type for LVM >Dec 6 23:14:56 localhost anaconda: getting device type for LVM >Dec 6 23:14:56 localhost anaconda: getting device type for LVM >Dec 6 23:14:56 localhost anaconda: getting device type for LVM >Dec 6 23:15:01 localhost storage: registered action: [8] Destroy Format ext4 filesystem on lvmlv fedora-root (id 18) >Dec 6 23:15:01 localhost storage: removed lvmlv fedora-root (id 18) from device tree >Dec 6 23:15:01 localhost storage: registered action: [9] Destroy Device lvmlv fedora-root (id 18) >Dec 6 23:15:01 localhost anaconda: ui: removed device fedora-root >Dec 6 23:15:01 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:01 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:01 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:01 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:01 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:03 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:15:03 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:03 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:05 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:05 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:07 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:15:07 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:07 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:16 localhost storage: added lvmvg fedora00 (id 22) to device tree >Dec 6 23:15:16 localhost storage: registered action: [10] Create Device lvmvg fedora00 (id 22) >Dec 6 23:15:16 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 6 23:15:16 localhost storage: added lvmlv fedora00-boot (id 23) to device tree >Dec 6 23:15:16 localhost storage: registered action: [11] Create Device lvmlv fedora00-boot (id 23) >Dec 6 23:15:16 localhost storage: registered action: [12] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 23) >Dec 6 23:15:16 localhost storage: removed lvmlv fedora00-boot (id 23) from device tree >Dec 6 23:15:16 localhost storage: registered action: [13] Destroy Device lvmlv fedora00-boot (id 23) >Dec 6 23:15:16 localhost storage: removed lvmvg fedora00 (id 22) from device tree >Dec 6 23:15:16 localhost storage: registered action: [14] Destroy Device lvmvg fedora00 (id 22) >Dec 6 23:15:16 localhost anaconda: newDevice failed: failed to create device >Dec 6 23:15:16 localhost storage: added lvmlv fedora-boot (id 24) to device tree >Dec 6 23:15:16 localhost storage: registered action: [15] Create Device lvmlv fedora-boot (id 24) >Dec 6 23:15:16 localhost storage: registered action: [16] Create Format ext4 filesystem mounted at /boot on lvmlv fedora-boot (id 24) >Dec 6 23:15:16 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:16 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:20 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:15:20 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:20 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:20 localhost anaconda: getting device type for LVM >Dec 6 23:15:20 localhost anaconda: getting device type for LVM >Dec 6 23:15:20 localhost anaconda: getting device type for LVM >Dec 6 23:15:20 localhost anaconda: getting device type for LVM >Dec 6 23:15:20 localhost anaconda: getting device type for LVM >Dec 6 23:15:23 localhost anaconda: ui: saving changes to device fedora-boot >Dec 6 23:15:23 localhost anaconda: getting device type for LVM >Dec 6 23:15:23 localhost anaconda: getting device type for LVM >Dec 6 23:15:23 localhost anaconda: getting device type for LVM >Dec 6 23:15:23 localhost anaconda: getting device type for LVM >Dec 6 23:15:32 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:32 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:32 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:33 localhost anaconda: ui: saving changes to device fedora-boot >Dec 6 23:15:33 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:33 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:33 localhost anaconda: changing device type from 0 to 2 >Dec 6 23:15:33 localhost storage: removed lvmlv fedora-boot (id 24) from device tree >Dec 6 23:15:33 localhost storage: registered action: [17] Destroy Device lvmlv fedora-boot (id 24) >Dec 6 23:15:33 localhost storage: added partition boot (id 25) to device tree >Dec 6 23:15:33 localhost storage: registered action: [18] Create Device partition boot (id 25) >Dec 6 23:15:33 localhost storage: registered action: [19] Create Format ext4 filesystem mounted at /boot on partition boot (id 25) >Dec 6 23:15:33 localhost storage: failed to allocate partitions: not enough free space on disks >Dec 6 23:15:33 localhost storage: device post-create method failed: not enough free space on disks >Dec 6 23:15:33 localhost storage: removed partition boot (id 25) from device tree >Dec 6 23:15:33 localhost storage: registered action: [20] Destroy Device partition boot (id 25) >Dec 6 23:15:33 localhost anaconda: newDevice failed: not enough free space on disks >Dec 6 23:15:33 localhost storage: added lvmvg fedora00 (id 26) to device tree >Dec 6 23:15:33 localhost storage: registered action: [21] Create Device lvmvg fedora00 (id 26) >Dec 6 23:15:33 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 6 23:15:33 localhost storage: added lvmlv fedora00-boot (id 27) to device tree >Dec 6 23:15:33 localhost storage: registered action: [22] Create Device lvmlv fedora00-boot (id 27) >Dec 6 23:15:33 localhost storage: registered action: [23] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 27) >Dec 6 23:15:33 localhost storage: removed lvmlv fedora00-boot (id 27) from device tree >Dec 6 23:15:33 localhost storage: registered action: [24] Destroy Device lvmlv fedora00-boot (id 27) >Dec 6 23:15:33 localhost storage: removed lvmvg fedora00 (id 26) from device tree >Dec 6 23:15:33 localhost storage: registered action: [25] Destroy Device lvmvg fedora00 (id 26) >Dec 6 23:15:33 localhost anaconda: getting device type for LVM >Dec 6 23:15:33 localhost anaconda: getting device type for LVM >Dec 6 23:15:33 localhost anaconda: getting device type for LVM >Dec 6 23:15:33 localhost anaconda: getting device type for LVM >Dec 6 23:15:33 localhost anaconda: getting device type for LVM >Dec 6 23:15:38 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:38 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:38 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:38 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:38 localhost anaconda: getting device type for Standard Partition >Dec 6 23:15:44 localhost anaconda: failed to schedule device removal: device is not in the tree >Dec 6 23:15:45 localhost anaconda: Running kickstart %%traceback script(s) >Dec 6 23:15:45 localhost anaconda: All kickstart %%traceback script(s) have been run >Dec 6 23:15:56 localhost dbus[1478]: avc: received setenforce notice (enforcing=1) >Dec 6 23:15:56 localhost dbus[1327]: avc: received setenforce notice (enforcing=1) >Dec 6 23:15:56 localhost dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 6 23:15:56 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 6 23:15:56 localhost dbus[553]: [system] Reloaded configuration >Dec 6 23:15:56 localhost dbus-daemon[553]: dbus[553]: [system] Reloaded configuration >Dec 6 23:25:08 localhost dbus[1478]: avc: received setenforce notice (enforcing=0) >Dec 6 23:25:08 localhost dbus[1327]: avc: received setenforce notice (enforcing=0) >Dec 6 23:25:08 localhost dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 6 23:25:08 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 6 23:25:09 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:09 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:09 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:09 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:09 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:09 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:09 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:09 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:09 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:09 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:09 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:09 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:09 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:09 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:10 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:10 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:10 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:10 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:10 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:10 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:10 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:10 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:10 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:10 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:10 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:10 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:11 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:11 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:11 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:11 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:11 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:11 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:11 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:11 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:11 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:11 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:11 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:11 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:11 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost anaconda: /sbin/anaconda 18.36 >Dec 6 23:25:12 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 6 23:25:12 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 6 23:25:12 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 6 23:25:12 localhost anaconda: Default encoding = ascii >Dec 6 23:25:12 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 6 23:25:12 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:25:12 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost anaconda: ISCSID is /sbin/iscsid >Dec 6 23:25:12 localhost anaconda: no initiator set >Dec 6 23:25:12 localhost program: Running... modprobe fcoe >Dec 6 23:25:12 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 6 23:25:12 localhost program: No FCoE boot disk information is found in EDD! >Dec 6 23:25:12 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 6 23:25:12 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 6 23:25:12 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:25:12 localhost program: Running... multipath -d >Dec 6 23:25:12 localhost program: Running... multipath -ll >Dec 6 23:25:12 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:12 localhost storage: MultipathTopology: found singlepath device: sda >Dec 6 23:25:12 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 6 23:25:12 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 6 23:25:12 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 6 23:25:12 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 6 23:25:12 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 6 23:25:12 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 6 23:25:12 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 6 23:25:12 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 6 23:25:12 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 6 23:25:12 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 6 23:25:12 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 6 23:25:12 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 6 23:25:12 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 6 23:25:12 localhost anaconda: Display mode = g >Dec 6 23:25:12 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 6 23:25:12 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 6 23:25:13 localhost anaconda: using only installclass _Fedora >Dec 6 23:25:13 localhost anaconda: Detected 2016M of memory >Dec 6 23:25:13 localhost anaconda: Swap attempt of 4032M >Dec 6 23:25:13 localhost anaconda: Running Thread: AnaStorageThread (140643120604928) >Dec 6 23:25:13 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 6 23:25:13 localhost anaconda: Running Thread: AnaNetworkThread (140643112212224) >Dec 6 23:25:13 localhost program: Running... systemctl start chronyd.service >Dec 6 23:25:13 localhost anaconda: Running Thread: AnaPayloadThread (140642779318016) >Dec 6 23:25:13 localhost systemd[1]: Started NTP client/server. >Dec 6 23:25:13 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 6 23:25:13 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:25:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:13 localhost anaconda: Thread Done: AnaNetworkThread (140643112212224) >Dec 6 23:25:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:13 localhost anaconda: no initiator set >Dec 6 23:25:13 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 6 23:25:13 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 6 23:25:13 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:25:14 localhost storage: sr0 looks to be the live device; marking as protected >Dec 6 23:25:14 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:25:14 localhost program: Running... multipath -d >Dec 6 23:25:14 localhost program: Running... multipath -ll >Dec 6 23:25:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:14 localhost storage: MultipathTopology: found singlepath device: sda >Dec 6 23:25:14 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 6 23:25:14 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 6 23:25:14 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 6 23:25:14 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 6 23:25:14 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 6 23:25:14 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 6 23:25:14 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 6 23:25:14 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 6 23:25:14 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 6 23:25:14 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 6 23:25:14 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 6 23:25:14 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 6 23:25:14 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 6 23:25:14 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 6 23:25:14 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 6 23:25:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:14 localhost storage: sda is a disk >Dec 6 23:25:14 localhost storage: added disk sda (id 0) to device tree >Dec 6 23:25:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:14 localhost rsyslogd-2177: imuxsock begins to drop messages from pid 3267 due to rate-limiting >Dec 6 23:25:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:16 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 6 23:25:16 localhost kernel: [ 1647.752156] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:25:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:16 localhost program: Running... /bin/umount /mnt/sysimage >Dec 6 23:25:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:17 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/mapper/fedora-root /mnt/sysimage >Dec 6 23:25:17 localhost kernel: [ 1648.067236] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:25:17 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:17 localhost program: Running... /bin/umount /mnt/sysimage >Dec 6 23:25:17 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:17 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 6 23:25:17 localhost kernel: [ 1648.412098] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:25:17 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:25:23 localhost rsyslogd-2177: imuxsock lost 993 messages from pid 3267 due to rate-limiting >Dec 6 23:25:23 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 6 23:25:24 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:25:24 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:25:24 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:25:24 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 6 23:25:24 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 6 23:25:24 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 6 23:25:24 localhost anaconda: Running Thread: AnaStorageWatcher (140642762532608) >Dec 6 23:25:24 localhost storage: DiskLabel.partedDevice returning None >Dec 6 23:25:25 localhost anaconda: Running Thread: AnaNTPserver0 (140642779318016) >Dec 6 23:25:25 localhost anaconda: Running Thread: AnaNTPserver1 (140642754139904) >Dec 6 23:25:25 localhost anaconda: Running Thread: AnaNTPserver2 (140642373949184) >Dec 6 23:25:25 localhost anaconda: Running Thread: AnaNTPserver3 (140642305767168) >Dec 6 23:25:25 localhost anaconda: Thread Done: AnaStorageWatcher (140642762532608) >Dec 6 23:25:25 localhost anaconda: Thread Done: AnaNTPserver0 (140642779318016) >Dec 6 23:25:25 localhost anaconda: Thread Done: AnaNTPserver1 (140642754139904) >Dec 6 23:25:25 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x60102d0> status to: Probing storage... >Dec 6 23:25:25 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x60102d0> >Dec 6 23:25:28 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 6 23:25:35 localhost anaconda: Thread Done: AnaNTPserver2 (140642373949184) >Dec 6 23:25:35 localhost anaconda: Thread Done: AnaNTPserver3 (140642305767168) >Dec 6 23:25:36 localhost anaconda: Running Thread: AnaExecuteStorageThread (140642305767168) >Dec 6 23:25:36 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:25:36 localhost anaconda: Thread Done: AnaExecuteStorageThread (140642305767168) >Dec 6 23:25:37 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x60102d0> >Dec 6 23:25:37 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x60102d0> status to: Saving storage configuration... >Dec 6 23:25:37 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x60102d0> >Dec 6 23:35:39 localhost dbus-daemon[553]: dbus[553]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.2" (uid=0 pid=549 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.42" (uid=1000 pid=1315 comm="gnome-session ") >Dec 6 23:35:39 localhost dbus[553]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.2" (uid=0 pid=549 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.42" (uid=1000 pid=1315 comm="gnome-session ") >Dec 6 23:43:19 localhost dbus-daemon[553]: dbus[553]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.2" (uid=0 pid=549 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.42" (uid=1000 pid=1315 comm="gnome-session ") >Dec 6 23:43:19 localhost dbus[553]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.2" (uid=0 pid=549 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.42" (uid=1000 pid=1315 comm="gnome-session ") >Dec 6 23:43:41 localhost anaconda: getting device type for None >Dec 6 23:43:41 localhost anaconda: unknown device type: 'None' >Dec 6 23:43:41 localhost anaconda: getting device type for Standard Partition >Dec 6 23:43:41 localhost anaconda: getting device type for Standard Partition >Dec 6 23:43:41 localhost anaconda: getting device type for Standard Partition >Dec 6 23:43:41 localhost anaconda: getting device type for Standard Partition >Dec 6 23:43:41 localhost anaconda: getting device type for Standard Partition >Dec 6 23:43:46 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:43:46 localhost anaconda: getting device type for Standard Partition >Dec 6 23:43:46 localhost anaconda: getting device type for Standard Partition >Dec 6 23:43:46 localhost anaconda: getting device type for Standard Partition >Dec 6 23:43:46 localhost anaconda: getting device type for Standard Partition >Dec 6 23:43:48 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:43:48 localhost anaconda: getting device type for Standard Partition >Dec 6 23:43:48 localhost anaconda: getting device type for Standard Partition >Dec 6 23:43:57 localhost anaconda: Running Thread: AnaExecuteStorageThread (140643120604928) >Dec 6 23:43:57 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:43:57 localhost anaconda: Thread Done: AnaExecuteStorageThread (140643120604928) >Dec 6 23:43:58 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x60102d0> >Dec 6 23:43:58 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x60102d0> status to: Saving storage configuration... >Dec 6 23:43:58 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x60102d0> >Dec 6 23:44:13 localhost storage: added lvmvg fedora00 (id 19) to device tree >Dec 6 23:44:13 localhost storage: registered action: [0] Create Device lvmvg fedora00 (id 19) >Dec 6 23:44:13 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 6 23:44:13 localhost storage: added lvmlv fedora00-boot (id 20) to device tree >Dec 6 23:44:13 localhost storage: registered action: [1] Create Device lvmlv fedora00-boot (id 20) >Dec 6 23:44:13 localhost storage: registered action: [2] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 20) >Dec 6 23:44:13 localhost storage: removed lvmlv fedora00-boot (id 20) from device tree >Dec 6 23:44:13 localhost storage: registered action: [3] Destroy Device lvmlv fedora00-boot (id 20) >Dec 6 23:44:13 localhost storage: removed lvmvg fedora00 (id 19) from device tree >Dec 6 23:44:13 localhost storage: registered action: [4] Destroy Device lvmvg fedora00 (id 19) >Dec 6 23:44:13 localhost anaconda: newDevice failed: failed to create device >Dec 6 23:44:13 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 6 23:44:13 localhost storage: added lvmlv fedora-boot (id 21) to device tree >Dec 6 23:44:13 localhost storage: registered action: [5] Create Device lvmlv fedora-boot (id 21) >Dec 6 23:44:13 localhost storage: registered action: [6] Create Format ext4 filesystem mounted at /boot on lvmlv fedora-boot (id 21) >Dec 6 23:44:13 localhost storage: removed lvmlv fedora-boot (id 21) from device tree >Dec 6 23:44:13 localhost storage: registered action: [7] Destroy Device lvmlv fedora-boot (id 21) >Dec 6 23:44:13 localhost anaconda: newDevice failed w/ old container: failed to create device >Dec 6 23:44:16 localhost anaconda: getting device type for Standard Partition >Dec 6 23:44:16 localhost anaconda: getting device type for Standard Partition >Dec 6 23:44:18 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:44:18 localhost anaconda: getting device type for Standard Partition >Dec 6 23:44:18 localhost anaconda: getting device type for Standard Partition >Dec 6 23:44:18 localhost anaconda: getting device type for LVM >Dec 6 23:44:18 localhost anaconda: getting device type for LVM >Dec 6 23:44:18 localhost anaconda: getting device type for LVM >Dec 6 23:44:18 localhost anaconda: getting device type for LVM >Dec 6 23:44:18 localhost anaconda: getting device type for LVM >Dec 6 23:44:24 localhost storage: registered action: [8] Destroy Format ext4 filesystem on lvmlv fedora-root (id 18) >Dec 6 23:44:24 localhost storage: removed lvmlv fedora-root (id 18) from device tree >Dec 6 23:44:24 localhost storage: registered action: [9] Destroy Device lvmlv fedora-root (id 18) >Dec 6 23:44:24 localhost anaconda: ui: removed device fedora-root >Dec 6 23:44:24 localhost anaconda: getting device type for Standard Partition >Dec 6 23:44:24 localhost anaconda: getting device type for Standard Partition >Dec 6 23:44:24 localhost anaconda: getting device type for Standard Partition >Dec 6 23:44:24 localhost anaconda: getting device type for Standard Partition >Dec 6 23:44:24 localhost anaconda: getting device type for Standard Partition >Dec 6 23:44:27 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:44:27 localhost anaconda: getting device type for Standard Partition >Dec 6 23:44:27 localhost anaconda: getting device type for Standard Partition >Dec 6 23:44:35 localhost storage: added lvmvg fedora00 (id 22) to device tree >Dec 6 23:44:35 localhost storage: registered action: [10] Create Device lvmvg fedora00 (id 22) >Dec 6 23:44:35 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 6 23:44:35 localhost storage: added lvmlv fedora00-boot (id 23) to device tree >Dec 6 23:44:35 localhost storage: registered action: [11] Create Device lvmlv fedora00-boot (id 23) >Dec 6 23:44:35 localhost storage: registered action: [12] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 23) >Dec 6 23:44:35 localhost storage: removed lvmlv fedora00-boot (id 23) from device tree >Dec 6 23:44:35 localhost storage: registered action: [13] Destroy Device lvmlv fedora00-boot (id 23) >Dec 6 23:44:35 localhost storage: removed lvmvg fedora00 (id 22) from device tree >Dec 6 23:44:35 localhost storage: registered action: [14] Destroy Device lvmvg fedora00 (id 22) >Dec 6 23:44:35 localhost anaconda: newDevice failed: failed to create device >Dec 6 23:44:35 localhost storage: added lvmlv fedora-boot (id 24) to device tree >Dec 6 23:44:35 localhost storage: registered action: [15] Create Device lvmlv fedora-boot (id 24) >Dec 6 23:44:35 localhost storage: registered action: [16] Create Format ext4 filesystem mounted at /boot on lvmlv fedora-boot (id 24) >Dec 6 23:44:35 localhost anaconda: getting device type for Standard Partition >Dec 6 23:44:35 localhost anaconda: getting device type for Standard Partition >Dec 6 23:44:46 localhost storage: registered action: [17] Destroy Format ext4 filesystem on partition sda1 (id 1) >Dec 6 23:44:46 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:44:46 localhost storage: removed partition sda1 (id 1) from device tree >Dec 6 23:44:46 localhost storage: registered action: [18] Destroy Device partition sda1 (id 1) >Dec 6 23:44:46 localhost anaconda: ui: removed device sda1 >Dec 6 23:44:46 localhost anaconda: getting device type for LVM >Dec 6 23:44:46 localhost anaconda: getting device type for LVM >Dec 6 23:44:46 localhost anaconda: getting device type for LVM >Dec 6 23:44:46 localhost anaconda: getting device type for LVM >Dec 6 23:44:46 localhost anaconda: getting device type for LVM >Dec 6 23:44:49 localhost anaconda: ui: saving changes to device fedora-swap >Dec 6 23:44:49 localhost anaconda: getting device type for LVM >Dec 6 23:44:49 localhost anaconda: getting device type for LVM >Dec 6 23:44:52 localhost anaconda: ui: saving changes to device fedora-swap >Dec 6 23:44:52 localhost anaconda: getting device type for LVM >Dec 6 23:44:52 localhost anaconda: getting device type for LVM >Dec 6 23:44:52 localhost anaconda: getting device type for LVM >Dec 6 23:44:52 localhost anaconda: getting device type for LVM >Dec 6 23:45:08 localhost anaconda: getting device type for Standard Partition >Dec 6 23:45:08 localhost anaconda: getting device type for Standard Partition >Dec 6 23:45:08 localhost anaconda: getting device type for Standard Partition >Dec 6 23:45:10 localhost anaconda: ui: saving changes to device fedora-boot >Dec 6 23:45:10 localhost anaconda: getting device type for Standard Partition >Dec 6 23:45:10 localhost anaconda: getting device type for Standard Partition >Dec 6 23:45:10 localhost anaconda: changing device type from 0 to 2 >Dec 6 23:45:10 localhost storage: removed lvmlv fedora-boot (id 24) from device tree >Dec 6 23:45:10 localhost storage: registered action: [19] Destroy Device lvmlv fedora-boot (id 24) >Dec 6 23:45:10 localhost storage: added partition boot (id 25) to device tree >Dec 6 23:45:10 localhost storage: registered action: [20] Create Device partition boot (id 25) >Dec 6 23:45:10 localhost storage: registered action: [21] Create Format ext4 filesystem mounted at /boot on partition boot (id 25) >Dec 6 23:45:10 localhost anaconda: getting device type for Standard Partition >Dec 6 23:45:10 localhost anaconda: getting device type for Standard Partition >Dec 6 23:45:14 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:45:14 localhost anaconda: getting device type for Standard Partition >Dec 6 23:45:14 localhost anaconda: getting device type for Standard Partition >Dec 6 23:45:14 localhost anaconda: getting device type for LVM >Dec 6 23:45:14 localhost anaconda: getting device type for LVM >Dec 6 23:45:14 localhost anaconda: getting device type for LVM >Dec 6 23:45:14 localhost anaconda: getting device type for LVM >Dec 6 23:45:14 localhost anaconda: getting device type for LVM >Dec 6 23:45:20 localhost anaconda: Running Thread: AnaExecuteStorageThread (140642754139904) >Dec 6 23:45:20 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:45:20 localhost anaconda: Thread Done: AnaExecuteStorageThread (140642754139904) >Dec 6 23:45:20 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x60102d0> >Dec 6 23:45:20 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x60102d0> status to: Saving storage configuration... >Dec 6 23:45:20 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x60102d0> >Dec 6 23:45:24 localhost dbus[1478]: avc: received setenforce notice (enforcing=1) >Dec 6 23:45:24 localhost dbus[1327]: avc: received setenforce notice (enforcing=1) >Dec 6 23:45:24 localhost dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 6 23:45:24 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 6 23:45:24 localhost dbus-daemon[553]: dbus[553]: [system] Reloaded configuration >Dec 6 23:45:24 localhost dbus[553]: [system] Reloaded configuration >Dec 6 23:45:27 localhost dbus[1478]: avc: received setenforce notice (enforcing=0) >Dec 6 23:45:27 localhost dbus[1327]: avc: received setenforce notice (enforcing=0) >Dec 6 23:45:27 localhost dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 6 23:45:27 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:28 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:29 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:30 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:30 localhost anaconda: /sbin/anaconda 18.36 >Dec 6 23:45:30 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 6 23:45:30 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 6 23:45:30 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 6 23:45:30 localhost anaconda: Default encoding = ascii >Dec 6 23:45:30 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 6 23:45:30 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:45:30 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:30 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:30 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:30 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:30 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:30 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:30 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:30 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:30 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:30 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:30 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:30 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:30 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:31 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:31 localhost anaconda: ISCSID is /sbin/iscsid >Dec 6 23:45:31 localhost anaconda: no initiator set >Dec 6 23:45:31 localhost program: Running... modprobe fcoe >Dec 6 23:45:31 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 6 23:45:31 localhost program: No FCoE boot disk information is found in EDD! >Dec 6 23:45:31 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 6 23:45:31 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 6 23:45:31 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:45:31 localhost program: Running... multipath -d >Dec 6 23:45:31 localhost program: Running... multipath -ll >Dec 6 23:45:31 localhost storage: MultipathTopology: found singlepath device: sda >Dec 6 23:45:31 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 6 23:45:31 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 6 23:45:31 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 6 23:45:31 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 6 23:45:31 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 6 23:45:31 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 6 23:45:31 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 6 23:45:31 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 6 23:45:31 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 6 23:45:31 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 6 23:45:31 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 6 23:45:31 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 6 23:45:31 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 6 23:45:31 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:31 localhost anaconda: Display mode = g >Dec 6 23:45:31 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 6 23:45:31 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 6 23:45:31 localhost anaconda: using only installclass _Fedora >Dec 6 23:45:31 localhost anaconda: Detected 2016M of memory >Dec 6 23:45:31 localhost anaconda: Swap attempt of 4032M >Dec 6 23:45:31 localhost anaconda: Running Thread: AnaStorageThread (140426967078656) >Dec 6 23:45:31 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 6 23:45:31 localhost anaconda: Running Thread: AnaNetworkThread (140426958685952) >Dec 6 23:45:31 localhost program: Running... systemctl start chronyd.service >Dec 6 23:45:31 localhost anaconda: Running Thread: AnaPayloadThread (140426627614464) >Dec 6 23:45:31 localhost systemd[1]: Started NTP client/server. >Dec 6 23:45:31 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 6 23:45:31 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:45:31 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:31 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:31 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:31 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:31 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:31 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:31 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:31 localhost anaconda: Thread Done: AnaNetworkThread (140426958685952) >Dec 6 23:45:31 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:31 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:31 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:31 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:31 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:31 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:32 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:32 localhost anaconda: no initiator set >Dec 6 23:45:32 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 6 23:45:32 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 6 23:45:32 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:45:32 localhost storage: sr0 looks to be the live device; marking as protected >Dec 6 23:45:32 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:45:32 localhost program: Running... multipath -d >Dec 6 23:45:32 localhost program: Running... multipath -ll >Dec 6 23:45:32 localhost storage: MultipathTopology: found singlepath device: sda >Dec 6 23:45:32 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 6 23:45:32 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 6 23:45:32 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 6 23:45:32 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 6 23:45:32 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 6 23:45:32 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 6 23:45:32 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 6 23:45:32 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 6 23:45:32 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 6 23:45:32 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 6 23:45:32 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 6 23:45:32 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 6 23:45:32 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 6 23:45:32 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 6 23:45:32 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 6 23:45:32 localhost storage: sda is a disk >Dec 6 23:45:32 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:32 localhost storage: added disk sda (id 0) to device tree >Dec 6 23:45:32 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:32 localhost rsyslogd-2177: imuxsock begins to drop messages from pid 3810 due to rate-limiting >Dec 6 23:45:32 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:33 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:33 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:33 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:33 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:33 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:33 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:33 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:33 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:33 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:33 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:33 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:33 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:33 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:33 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:34 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:34 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:34 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:34 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:34 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:35 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 6 23:45:35 localhost kernel: [ 2866.293154] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:45:35 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:35 localhost program: Running... /bin/umount /mnt/sysimage >Dec 6 23:45:35 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:35 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:35 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/mapper/fedora-root /mnt/sysimage >Dec 6 23:45:35 localhost kernel: [ 2866.879337] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:45:35 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:35 localhost program: Running... /bin/umount /mnt/sysimage >Dec 6 23:45:35 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:36 localhost rsyslogd-2177: imuxsock lost 977 messages from pid 3810 due to rate-limiting >Dec 6 23:45:36 localhost anaconda: Thread Done: AnaStorageThread (140426967078656) >Dec 6 23:45:36 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 6 23:45:36 localhost kernel: [ 2867.280490] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:45:36 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:45:36 localhost anaconda: Thread Done: AnaPayloadThread (140426627614464) >Dec 6 23:45:41 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 6 23:45:42 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:45:42 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:45:42 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:45:42 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 6 23:45:42 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 6 23:45:42 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 6 23:45:42 localhost anaconda: Running Thread: AnaStorageWatcher (140426636007168) >Dec 6 23:45:42 localhost storage: DiskLabel.partedDevice returning None >Dec 6 23:45:43 localhost anaconda: Running Thread: AnaNTPserver0 (140426627614464) >Dec 6 23:45:43 localhost anaconda: Running Thread: AnaNTPserver1 (140426619221760) >Dec 6 23:45:43 localhost anaconda: Running Thread: AnaNTPserver2 (140426161157888) >Dec 6 23:45:43 localhost anaconda: Running Thread: AnaNTPserver3 (140426152765184) >Dec 6 23:45:43 localhost anaconda: Thread Done: AnaStorageWatcher (140426636007168) >Dec 6 23:45:43 localhost anaconda: Thread Done: AnaNTPserver0 (140426627614464) >Dec 6 23:45:43 localhost anaconda: Thread Done: AnaNTPserver1 (140426619221760) >Dec 6 23:45:43 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5f702d0> status to: Probing storage... >Dec 6 23:45:43 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5f702d0> >Dec 6 23:45:44 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 6 23:45:53 localhost anaconda: Running Thread: AnaExecuteStorageThread (140426619221760) >Dec 6 23:45:53 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:45:53 localhost anaconda: Thread Done: AnaExecuteStorageThread (140426619221760) >Dec 6 23:45:53 localhost anaconda: Thread Done: AnaNTPserver2 (140426161157888) >Dec 6 23:45:53 localhost anaconda: Thread Done: AnaNTPserver3 (140426152765184) >Dec 6 23:45:54 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5f702d0> >Dec 6 23:45:54 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5f702d0> status to: Saving storage configuration... >Dec 6 23:45:54 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5f702d0> >Dec 6 23:45:58 localhost anaconda: getting device type for None >Dec 6 23:45:58 localhost anaconda: unknown device type: 'None' >Dec 6 23:45:58 localhost anaconda: getting device type for Standard Partition >Dec 6 23:45:58 localhost anaconda: getting device type for Standard Partition >Dec 6 23:45:58 localhost anaconda: getting device type for Standard Partition >Dec 6 23:45:58 localhost anaconda: getting device type for Standard Partition >Dec 6 23:45:58 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:06 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:46:06 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:06 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:06 localhost anaconda: getting device type for LVM >Dec 6 23:46:06 localhost anaconda: getting device type for LVM >Dec 6 23:46:06 localhost anaconda: getting device type for LVM >Dec 6 23:46:06 localhost anaconda: getting device type for LVM >Dec 6 23:46:06 localhost anaconda: getting device type for LVM >Dec 6 23:46:13 localhost storage: registered action: [0] Destroy Format ext4 filesystem on lvmlv fedora-root (id 18) >Dec 6 23:46:13 localhost storage: removed lvmlv fedora-root (id 18) from device tree >Dec 6 23:46:13 localhost storage: registered action: [1] Destroy Device lvmlv fedora-root (id 18) >Dec 6 23:46:13 localhost anaconda: ui: removed device fedora-root >Dec 6 23:46:13 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:13 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:13 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:13 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:13 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:17 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:46:17 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:17 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:26 localhost storage: added lvmvg fedora00 (id 19) to device tree >Dec 6 23:46:26 localhost storage: registered action: [2] Create Device lvmvg fedora00 (id 19) >Dec 6 23:46:26 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 6 23:46:26 localhost storage: added lvmlv fedora00-boot (id 20) to device tree >Dec 6 23:46:26 localhost storage: registered action: [3] Create Device lvmlv fedora00-boot (id 20) >Dec 6 23:46:26 localhost storage: registered action: [4] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 20) >Dec 6 23:46:26 localhost storage: removed lvmlv fedora00-boot (id 20) from device tree >Dec 6 23:46:26 localhost storage: registered action: [5] Destroy Device lvmlv fedora00-boot (id 20) >Dec 6 23:46:26 localhost storage: removed lvmvg fedora00 (id 19) from device tree >Dec 6 23:46:26 localhost storage: registered action: [6] Destroy Device lvmvg fedora00 (id 19) >Dec 6 23:46:26 localhost anaconda: newDevice failed: failed to create device >Dec 6 23:46:26 localhost storage: added lvmlv fedora-boot (id 21) to device tree >Dec 6 23:46:26 localhost storage: registered action: [7] Create Device lvmlv fedora-boot (id 21) >Dec 6 23:46:26 localhost storage: registered action: [8] Create Format ext4 filesystem mounted at /boot on lvmlv fedora-boot (id 21) >Dec 6 23:46:26 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:26 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:30 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:46:30 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:30 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:30 localhost anaconda: getting device type for LVM >Dec 6 23:46:30 localhost anaconda: getting device type for LVM >Dec 6 23:46:30 localhost anaconda: getting device type for LVM >Dec 6 23:46:30 localhost anaconda: getting device type for LVM >Dec 6 23:46:30 localhost anaconda: getting device type for LVM >Dec 6 23:46:32 localhost anaconda: ui: saving changes to device fedora-boot >Dec 6 23:46:32 localhost anaconda: getting device type for LVM >Dec 6 23:46:32 localhost anaconda: getting device type for LVM >Dec 6 23:46:32 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:32 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:32 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:32 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:32 localhost anaconda: getting device type for Standard Partition >Dec 6 23:46:38 localhost storage: registered action: [9] Destroy Format ext4 filesystem on partition sda1 (id 1) >Dec 6 23:46:38 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:46:38 localhost storage: removed partition sda1 (id 1) from device tree >Dec 6 23:46:38 localhost storage: registered action: [10] Destroy Device partition sda1 (id 1) >Dec 6 23:46:38 localhost anaconda: ui: removed device sda1 >Dec 6 23:46:38 localhost anaconda: getting device type for LVM >Dec 6 23:46:38 localhost anaconda: getting device type for LVM >Dec 6 23:46:38 localhost anaconda: getting device type for LVM >Dec 6 23:46:38 localhost anaconda: getting device type for LVM >Dec 6 23:46:38 localhost anaconda: getting device type for LVM >Dec 6 23:46:41 localhost anaconda: ui: saving changes to device fedora-swap >Dec 6 23:46:41 localhost anaconda: getting device type for LVM >Dec 6 23:46:41 localhost anaconda: getting device type for LVM >Dec 6 23:46:44 localhost anaconda: ui: saving changes to device fedora-swap >Dec 6 23:46:44 localhost anaconda: getting device type for LVM >Dec 6 23:46:44 localhost anaconda: getting device type for LVM >Dec 6 23:46:44 localhost anaconda: getting device type for LVM >Dec 6 23:46:44 localhost anaconda: getting device type for LVM >Dec 6 23:46:49 localhost anaconda: Running Thread: AnaExecuteStorageThread (140426152765184) >Dec 6 23:46:49 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:46:49 localhost anaconda: Thread Done: AnaExecuteStorageThread (140426152765184) >Dec 6 23:46:49 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5f702d0> >Dec 6 23:46:49 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5f702d0> status to: Saving storage configuration... >Dec 6 23:46:49 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5f702d0> >Dec 6 23:46:53 localhost dbus[1478]: avc: received setenforce notice (enforcing=1) >Dec 6 23:46:53 localhost dbus[1327]: avc: received setenforce notice (enforcing=1) >Dec 6 23:46:53 localhost dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 6 23:46:53 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 6 23:46:53 localhost dbus-daemon[553]: dbus[553]: [system] Reloaded configuration >Dec 6 23:46:53 localhost dbus[553]: [system] Reloaded configuration >Dec 6 23:46:56 localhost dbus[1478]: avc: received setenforce notice (enforcing=0) >Dec 6 23:46:56 localhost dbus[1327]: avc: received setenforce notice (enforcing=0) >Dec 6 23:46:56 localhost dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 6 23:46:56 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 6 23:46:57 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:57 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:57 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:57 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:57 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:57 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:57 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:57 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:57 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:57 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:57 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:57 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:57 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:57 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:57 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:58 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:59 localhost anaconda: /sbin/anaconda 18.36 >Dec 6 23:46:59 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 6 23:46:59 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 6 23:46:59 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 6 23:46:59 localhost anaconda: Default encoding = ascii >Dec 6 23:46:59 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 6 23:46:59 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:46:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:46:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:00 localhost anaconda: ISCSID is /sbin/iscsid >Dec 6 23:47:00 localhost anaconda: no initiator set >Dec 6 23:47:00 localhost program: Running... modprobe fcoe >Dec 6 23:47:00 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 6 23:47:00 localhost program: No FCoE boot disk information is found in EDD! >Dec 6 23:47:00 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 6 23:47:00 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 6 23:47:00 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:47:00 localhost program: Running... multipath -d >Dec 6 23:47:00 localhost program: Running... multipath -ll >Dec 6 23:47:00 localhost storage: MultipathTopology: found singlepath device: sda >Dec 6 23:47:00 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 6 23:47:00 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 6 23:47:00 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 6 23:47:00 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 6 23:47:00 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 6 23:47:00 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 6 23:47:00 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 6 23:47:00 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 6 23:47:00 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 6 23:47:00 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 6 23:47:00 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 6 23:47:00 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 6 23:47:00 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 6 23:47:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:00 localhost anaconda: Display mode = g >Dec 6 23:47:00 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 6 23:47:00 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 6 23:47:00 localhost anaconda: using only installclass _Fedora >Dec 6 23:47:00 localhost anaconda: Detected 2016M of memory >Dec 6 23:47:00 localhost anaconda: Swap attempt of 4032M >Dec 6 23:47:00 localhost anaconda: Running Thread: AnaStorageThread (139665117132544) >Dec 6 23:47:00 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 6 23:47:00 localhost anaconda: Running Thread: AnaNetworkThread (139665108739840) >Dec 6 23:47:00 localhost program: Running... systemctl start chronyd.service >Dec 6 23:47:00 localhost anaconda: Running Thread: AnaPayloadThread (139664777746176) >Dec 6 23:47:00 localhost systemd[1]: Started NTP client/server. >Dec 6 23:47:00 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 6 23:47:00 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:47:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:00 localhost anaconda: Thread Done: AnaNetworkThread (139665108739840) >Dec 6 23:47:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:01 localhost anaconda: no initiator set >Dec 6 23:47:01 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 6 23:47:01 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 6 23:47:01 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:47:01 localhost storage: sr0 looks to be the live device; marking as protected >Dec 6 23:47:01 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:47:01 localhost program: Running... multipath -d >Dec 6 23:47:01 localhost program: Running... multipath -ll >Dec 6 23:47:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:01 localhost storage: MultipathTopology: found singlepath device: sda >Dec 6 23:47:01 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 6 23:47:01 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 6 23:47:01 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 6 23:47:01 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 6 23:47:01 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 6 23:47:01 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 6 23:47:01 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 6 23:47:01 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 6 23:47:01 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 6 23:47:01 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 6 23:47:01 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 6 23:47:01 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 6 23:47:01 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 6 23:47:01 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 6 23:47:01 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 6 23:47:01 localhost storage: sda is a disk >Dec 6 23:47:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:01 localhost storage: added disk sda (id 0) to device tree >Dec 6 23:47:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:01 localhost rsyslogd-2177: imuxsock begins to drop messages from pid 4229 due to rate-limiting >Dec 6 23:47:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:04 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 6 23:47:04 localhost kernel: [ 2955.086175] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:47:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:04 localhost program: Running... /bin/umount /mnt/sysimage >Dec 6 23:47:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:04 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/mapper/fedora-root /mnt/sysimage >Dec 6 23:47:04 localhost kernel: [ 2955.391237] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:47:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:04 localhost program: Running... /bin/umount /mnt/sysimage >Dec 6 23:47:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:04 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 6 23:47:04 localhost kernel: [ 2955.719065] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:47:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:47:10 localhost rsyslogd-2177: imuxsock lost 993 messages from pid 4229 due to rate-limiting >Dec 6 23:47:10 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 6 23:47:10 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:47:10 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:47:10 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:47:10 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 6 23:47:10 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 6 23:47:10 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 6 23:47:10 localhost anaconda: Running Thread: AnaStorageWatcher (139664686053120) >Dec 6 23:47:11 localhost storage: DiskLabel.partedDevice returning None >Dec 6 23:47:11 localhost anaconda: Running Thread: AnaNTPserver0 (139664777746176) >Dec 6 23:47:11 localhost anaconda: Running Thread: AnaNTPserver1 (139664677660416) >Dec 6 23:47:11 localhost anaconda: Running Thread: AnaNTPserver2 (139664329451264) >Dec 6 23:47:11 localhost anaconda: Running Thread: AnaNTPserver3 (139664321058560) >Dec 6 23:47:11 localhost anaconda: Thread Done: AnaStorageWatcher (139664686053120) >Dec 6 23:47:11 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4edd2d0> status to: Probing storage... >Dec 6 23:47:11 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4edd2d0> >Dec 6 23:47:12 localhost anaconda: Thread Done: AnaNTPserver3 (139664321058560) >Dec 6 23:47:12 localhost anaconda: Thread Done: AnaNTPserver1 (139664677660416) >Dec 6 23:47:14 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 6 23:47:21 localhost anaconda: Thread Done: AnaNTPserver0 (139664777746176) >Dec 6 23:47:21 localhost anaconda: Thread Done: AnaNTPserver2 (139664329451264) >Dec 6 23:47:25 localhost anaconda: Running Thread: AnaExecuteStorageThread (139664329451264) >Dec 6 23:47:25 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:47:25 localhost anaconda: Thread Done: AnaExecuteStorageThread (139664329451264) >Dec 6 23:47:26 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4edd2d0> >Dec 6 23:47:26 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4edd2d0> status to: Saving storage configuration... >Dec 6 23:47:26 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4edd2d0> >Dec 6 23:47:29 localhost anaconda: getting device type for None >Dec 6 23:47:29 localhost anaconda: unknown device type: 'None' >Dec 6 23:47:29 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:29 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:29 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:29 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:29 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:30 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:47:30 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:30 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:30 localhost anaconda: getting device type for LVM >Dec 6 23:47:30 localhost anaconda: getting device type for LVM >Dec 6 23:47:30 localhost anaconda: getting device type for LVM >Dec 6 23:47:31 localhost anaconda: getting device type for LVM >Dec 6 23:47:31 localhost anaconda: getting device type for LVM >Dec 6 23:47:35 localhost storage: registered action: [0] Destroy Format ext4 filesystem on lvmlv fedora-root (id 18) >Dec 6 23:47:35 localhost storage: removed lvmlv fedora-root (id 18) from device tree >Dec 6 23:47:35 localhost storage: registered action: [1] Destroy Device lvmlv fedora-root (id 18) >Dec 6 23:47:35 localhost anaconda: ui: removed device fedora-root >Dec 6 23:47:35 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:35 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:35 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:35 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:35 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:37 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:47:37 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:37 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:46 localhost storage: added lvmvg fedora00 (id 19) to device tree >Dec 6 23:47:46 localhost storage: registered action: [2] Create Device lvmvg fedora00 (id 19) >Dec 6 23:47:46 localhost storage: adjusting device size from 3000.00 to 0.00 so it fits in container >Dec 6 23:47:46 localhost storage: added lvmlv fedora00-root (id 20) to device tree >Dec 6 23:47:46 localhost storage: registered action: [3] Create Device lvmlv fedora00-root (id 20) >Dec 6 23:47:46 localhost storage: registered action: [4] Create Format ext4 filesystem mounted at / on lvmlv fedora00-root (id 20) >Dec 6 23:47:46 localhost storage: removed lvmlv fedora00-root (id 20) from device tree >Dec 6 23:47:46 localhost storage: registered action: [5] Destroy Device lvmlv fedora00-root (id 20) >Dec 6 23:47:46 localhost storage: removed lvmvg fedora00 (id 19) from device tree >Dec 6 23:47:46 localhost storage: registered action: [6] Destroy Device lvmvg fedora00 (id 19) >Dec 6 23:47:46 localhost anaconda: newDevice failed: failed to create device >Dec 6 23:47:46 localhost storage: added lvmlv fedora-root (id 21) to device tree >Dec 6 23:47:46 localhost storage: registered action: [7] Create Device lvmlv fedora-root (id 21) >Dec 6 23:47:46 localhost storage: registered action: [8] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 21) >Dec 6 23:47:46 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:46 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:51 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:47:51 localhost anaconda: getting device type for Standard Partition >Dec 6 23:47:51 localhost anaconda: getting device type for Standard Partition >Dec 6 23:48:01 localhost storage: added lvmvg fedora00 (id 22) to device tree >Dec 6 23:48:01 localhost storage: registered action: [9] Create Device lvmvg fedora00 (id 22) >Dec 6 23:48:01 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 6 23:48:01 localhost storage: added lvmlv fedora00-boot (id 23) to device tree >Dec 6 23:48:01 localhost storage: registered action: [10] Create Device lvmlv fedora00-boot (id 23) >Dec 6 23:48:01 localhost storage: registered action: [11] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 23) >Dec 6 23:48:01 localhost storage: removed lvmlv fedora00-boot (id 23) from device tree >Dec 6 23:48:01 localhost storage: registered action: [12] Destroy Device lvmlv fedora00-boot (id 23) >Dec 6 23:48:01 localhost storage: removed lvmvg fedora00 (id 22) from device tree >Dec 6 23:48:01 localhost storage: registered action: [13] Destroy Device lvmvg fedora00 (id 22) >Dec 6 23:48:01 localhost anaconda: newDevice failed: failed to create device >Dec 6 23:48:01 localhost storage: added lvmlv fedora-boot (id 24) to device tree >Dec 6 23:48:01 localhost storage: registered action: [14] Create Device lvmlv fedora-boot (id 24) >Dec 6 23:48:01 localhost storage: registered action: [15] Create Format ext4 filesystem mounted at /boot on lvmlv fedora-boot (id 24) >Dec 6 23:48:01 localhost anaconda: getting device type for Standard Partition >Dec 6 23:48:01 localhost anaconda: getting device type for Standard Partition >Dec 6 23:48:08 localhost storage: registered action: [16] Destroy Format ext4 filesystem on partition sda1 (id 1) >Dec 6 23:48:08 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:48:08 localhost storage: removed partition sda1 (id 1) from device tree >Dec 6 23:48:08 localhost storage: registered action: [17] Destroy Device partition sda1 (id 1) >Dec 6 23:48:08 localhost anaconda: ui: removed device sda1 >Dec 6 23:48:08 localhost anaconda: getting device type for LVM >Dec 6 23:48:08 localhost anaconda: getting device type for LVM >Dec 6 23:48:08 localhost anaconda: getting device type for LVM >Dec 6 23:48:08 localhost anaconda: getting device type for LVM >Dec 6 23:48:08 localhost anaconda: getting device type for LVM >Dec 6 23:48:11 localhost anaconda: ui: saving changes to device fedora-swap >Dec 6 23:48:11 localhost anaconda: getting device type for LVM >Dec 6 23:48:11 localhost anaconda: getting device type for LVM >Dec 6 23:48:13 localhost anaconda: ui: saving changes to device fedora-swap >Dec 6 23:48:13 localhost anaconda: getting device type for LVM >Dec 6 23:48:13 localhost anaconda: getting device type for LVM >Dec 6 23:48:13 localhost anaconda: getting device type for LVM >Dec 6 23:48:13 localhost anaconda: getting device type for LVM >Dec 6 23:48:23 localhost storage: removed lvmlv fedora-boot (id 24) from device tree >Dec 6 23:48:23 localhost storage: registered action: [18] Destroy Device lvmlv fedora-boot (id 24) >Dec 6 23:48:23 localhost anaconda: ui: removed device fedora-boot >Dec 6 23:48:23 localhost anaconda: getting device type for LVM >Dec 6 23:48:23 localhost anaconda: getting device type for LVM >Dec 6 23:48:25 localhost anaconda: ui: saving changes to device fedora-root >Dec 6 23:48:25 localhost anaconda: getting device type for LVM >Dec 6 23:48:25 localhost anaconda: getting device type for LVM >Dec 6 23:48:25 localhost anaconda: getting device type for LVM >Dec 6 23:48:25 localhost anaconda: getting device type for LVM >Dec 6 23:48:28 localhost anaconda: ui: saving changes to device fedora-swap >Dec 6 23:48:28 localhost anaconda: getting device type for LVM >Dec 6 23:48:28 localhost anaconda: getting device type for LVM >Dec 6 23:48:37 localhost storage: added partition req0 (id 25) to device tree >Dec 6 23:48:37 localhost storage: registered action: [19] Create Device partition req0 (id 25) >Dec 6 23:48:37 localhost storage: registered action: [20] Create Format lvmpv on partition req0 (id 25) >Dec 6 23:48:37 localhost storage: added lvmvg fedora00 (id 26) to device tree >Dec 6 23:48:37 localhost storage: registered action: [21] Create Device lvmvg fedora00 (id 26) >Dec 6 23:48:37 localhost storage: adjusting device size from 500.00 to 496.00 so it fits in container >Dec 6 23:48:37 localhost storage: added lvmlv fedora00-boot (id 27) to device tree >Dec 6 23:48:37 localhost storage: registered action: [22] Create Device lvmlv fedora00-boot (id 27) >Dec 6 23:48:37 localhost storage: registered action: [23] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 27) >Dec 6 23:48:37 localhost anaconda: getting device type for LVM >Dec 6 23:48:37 localhost anaconda: getting device type for LVM >Dec 6 23:48:40 localhost anaconda: ui: saving changes to device fedora-swap >Dec 6 23:48:40 localhost anaconda: getting device type for LVM >Dec 6 23:48:40 localhost anaconda: getting device type for LVM >Dec 6 23:48:40 localhost anaconda: getting device type for LVM >Dec 6 23:48:40 localhost anaconda: getting device type for LVM >Dec 6 23:48:44 localhost anaconda: getting device type for Standard Partition >Dec 6 23:48:44 localhost anaconda: getting device type for Standard Partition >Dec 6 23:48:44 localhost anaconda: getting device type for Standard Partition >Dec 6 23:48:46 localhost anaconda: ui: saving changes to device fedora00-boot >Dec 6 23:48:46 localhost anaconda: getting device type for Standard Partition >Dec 6 23:48:46 localhost anaconda: getting device type for Standard Partition >Dec 6 23:48:46 localhost anaconda: changing device type from 0 to 2 >Dec 6 23:48:46 localhost storage: removed lvmlv fedora00-boot (id 27) from device tree >Dec 6 23:48:46 localhost storage: registered action: [24] Destroy Device lvmlv fedora00-boot (id 27) >Dec 6 23:48:46 localhost storage: removed lvmvg fedora00 (id 26) from device tree >Dec 6 23:48:46 localhost storage: registered action: [25] Destroy Device lvmvg fedora00 (id 26) >Dec 6 23:48:46 localhost storage: removed partition sda1 (id 25) from device tree >Dec 6 23:48:46 localhost storage: registered action: [26] Destroy Device partition sda1 (id 25) >Dec 6 23:48:46 localhost storage: added partition boot (id 28) to device tree >Dec 6 23:48:46 localhost storage: registered action: [27] Create Device partition boot (id 28) >Dec 6 23:48:46 localhost storage: registered action: [28] Create Format ext4 filesystem mounted at /boot on partition boot (id 28) >Dec 6 23:48:46 localhost anaconda: getting device type for Standard Partition >Dec 6 23:48:46 localhost anaconda: getting device type for Standard Partition >Dec 6 23:48:51 localhost anaconda: Running Thread: AnaExecuteStorageThread (139664329451264) >Dec 6 23:48:51 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:48:51 localhost anaconda: Thread Done: AnaExecuteStorageThread (139664329451264) >Dec 6 23:48:51 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4edd2d0> >Dec 6 23:48:51 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4edd2d0> status to: Saving storage configuration... >Dec 6 23:48:51 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4edd2d0> >Dec 6 23:48:55 localhost dbus[1478]: avc: received setenforce notice (enforcing=1) >Dec 6 23:48:55 localhost dbus[1327]: avc: received setenforce notice (enforcing=1) >Dec 6 23:48:55 localhost dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 6 23:48:55 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 6 23:48:55 localhost dbus-daemon[553]: dbus[553]: [system] Reloaded configuration >Dec 6 23:48:55 localhost dbus[553]: [system] Reloaded configuration >Dec 6 23:48:59 localhost dbus[1478]: avc: received setenforce notice (enforcing=0) >Dec 6 23:48:59 localhost dbus[1327]: avc: received setenforce notice (enforcing=0) >Dec 6 23:48:59 localhost dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 6 23:48:59 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 6 23:48:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:48:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:48:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:48:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:48:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:48:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:48:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:48:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:48:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:48:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:48:59 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:00 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:01 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost anaconda: /sbin/anaconda 18.36 >Dec 6 23:49:02 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 6 23:49:02 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 6 23:49:02 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 6 23:49:02 localhost anaconda: Default encoding = ascii >Dec 6 23:49:02 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 6 23:49:02 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:49:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost anaconda: ISCSID is /sbin/iscsid >Dec 6 23:49:02 localhost anaconda: no initiator set >Dec 6 23:49:02 localhost program: Running... modprobe fcoe >Dec 6 23:49:02 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 6 23:49:02 localhost program: No FCoE boot disk information is found in EDD! >Dec 6 23:49:02 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 6 23:49:02 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 6 23:49:02 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:49:02 localhost program: Running... multipath -d >Dec 6 23:49:02 localhost program: Running... multipath -ll >Dec 6 23:49:02 localhost storage: MultipathTopology: found singlepath device: sda >Dec 6 23:49:02 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 6 23:49:02 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 6 23:49:02 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 6 23:49:02 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 6 23:49:02 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 6 23:49:02 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 6 23:49:02 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 6 23:49:02 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 6 23:49:02 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 6 23:49:02 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 6 23:49:02 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 6 23:49:02 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 6 23:49:02 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 6 23:49:02 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:02 localhost anaconda: Display mode = g >Dec 6 23:49:02 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 6 23:49:02 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 6 23:49:03 localhost anaconda: using only installclass _Fedora >Dec 6 23:49:03 localhost anaconda: Detected 2016M of memory >Dec 6 23:49:03 localhost anaconda: Swap attempt of 4032M >Dec 6 23:49:03 localhost anaconda: Running Thread: AnaStorageThread (139924050859776) >Dec 6 23:49:03 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 6 23:49:03 localhost anaconda: Running Thread: AnaNetworkThread (139924042467072) >Dec 6 23:49:03 localhost program: Running... systemctl start chronyd.service >Dec 6 23:49:03 localhost anaconda: Running Thread: AnaPayloadThread (139923709945600) >Dec 6 23:49:03 localhost systemd[1]: Started NTP client/server. >Dec 6 23:49:03 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 6 23:49:03 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:49:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:03 localhost anaconda: Thread Done: AnaNetworkThread (139924042467072) >Dec 6 23:49:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:03 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:03 localhost anaconda: no initiator set >Dec 6 23:49:03 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 6 23:49:03 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 6 23:49:03 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:49:04 localhost storage: sr0 looks to be the live device; marking as protected >Dec 6 23:49:04 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:49:04 localhost program: Running... multipath -d >Dec 6 23:49:04 localhost program: Running... multipath -ll >Dec 6 23:49:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:04 localhost storage: MultipathTopology: found singlepath device: sda >Dec 6 23:49:04 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 6 23:49:04 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 6 23:49:04 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 6 23:49:04 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 6 23:49:04 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 6 23:49:04 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 6 23:49:04 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 6 23:49:04 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 6 23:49:04 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 6 23:49:04 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 6 23:49:04 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 6 23:49:04 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 6 23:49:04 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 6 23:49:04 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 6 23:49:04 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 6 23:49:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:04 localhost storage: sda is a disk >Dec 6 23:49:04 localhost storage: added disk sda (id 0) to device tree >Dec 6 23:49:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:04 localhost rsyslogd-2177: imuxsock begins to drop messages from pid 4651 due to rate-limiting >Dec 6 23:49:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:04 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:05 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:06 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:06 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 6 23:49:06 localhost kernel: [ 3077.659150] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:49:06 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:06 localhost program: Running... /bin/umount /mnt/sysimage >Dec 6 23:49:06 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:06 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:06 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/mapper/fedora-root /mnt/sysimage >Dec 6 23:49:06 localhost kernel: [ 3077.963217] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:49:06 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:07 localhost program: Running... /bin/umount /mnt/sysimage >Dec 6 23:49:07 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:07 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 6 23:49:07 localhost kernel: [ 3078.294061] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 6 23:49:07 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 6 23:49:12 localhost rsyslogd-2177: imuxsock lost 993 messages from pid 4651 due to rate-limiting >Dec 6 23:49:12 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 6 23:49:13 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:49:13 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:49:13 localhost anaconda: Not doing 'save system time' in live installation >Dec 6 23:49:13 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 6 23:49:13 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 6 23:49:13 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 6 23:49:13 localhost anaconda: Running Thread: AnaStorageWatcher (139923718338304) >Dec 6 23:49:13 localhost storage: DiskLabel.partedDevice returning None >Dec 6 23:49:14 localhost anaconda: Running Thread: AnaNTPserver0 (139924050859776) >Dec 6 23:49:14 localhost anaconda: Running Thread: AnaNTPserver1 (139923701552896) >Dec 6 23:49:14 localhost anaconda: Running Thread: AnaNTPserver2 (139923288934144) >Dec 6 23:49:14 localhost anaconda: Running Thread: AnaNTPserver3 (139923280541440) >Dec 6 23:49:14 localhost anaconda: Thread Done: AnaStorageWatcher (139923718338304) >Dec 6 23:49:14 localhost anaconda: Thread Done: AnaNTPserver1 (139923701552896) >Dec 6 23:49:14 localhost anaconda: Thread Done: AnaNTPserver3 (139923280541440) >Dec 6 23:49:14 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5b5c2d0> status to: Probing storage... >Dec 6 23:49:14 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5b5c2d0> >Dec 6 23:49:16 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 6 23:49:24 localhost anaconda: Running Thread: AnaExecuteStorageThread (139923280541440) >Dec 6 23:49:24 localhost program: Running... udevadm settle --timeout=300 >Dec 6 23:49:24 localhost anaconda: Thread Done: AnaExecuteStorageThread (139923280541440) >Dec 6 23:49:24 localhost anaconda: Thread Done: AnaNTPserver0 (139924050859776) >Dec 6 23:49:24 localhost anaconda: Thread Done: AnaNTPserver2 (139923288934144) >Dec 6 23:49:25 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5b5c2d0> >Dec 6 23:49:25 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5b5c2d0> status to: Saving storage configuration... >Dec 6 23:49:25 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x5b5c2d0> >Dec 6 23:49:27 localhost anaconda: getting device type for None >Dec 6 23:49:27 localhost anaconda: unknown device type: 'None' >Dec 6 23:49:27 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:27 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:27 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:27 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:27 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:28 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:49:28 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:28 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:28 localhost anaconda: getting device type for LVM >Dec 6 23:49:28 localhost anaconda: getting device type for LVM >Dec 6 23:49:28 localhost anaconda: getting device type for LVM >Dec 6 23:49:28 localhost anaconda: getting device type for LVM >Dec 6 23:49:28 localhost anaconda: getting device type for LVM >Dec 6 23:49:32 localhost storage: registered action: [0] Destroy Format ext4 filesystem on lvmlv fedora-root (id 18) >Dec 6 23:49:32 localhost storage: removed lvmlv fedora-root (id 18) from device tree >Dec 6 23:49:32 localhost storage: registered action: [1] Destroy Device lvmlv fedora-root (id 18) >Dec 6 23:49:32 localhost anaconda: ui: removed device fedora-root >Dec 6 23:49:32 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:32 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:32 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:32 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:32 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:34 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:49:34 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:34 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:42 localhost storage: added lvmvg fedora00 (id 19) to device tree >Dec 6 23:49:42 localhost storage: registered action: [2] Create Device lvmvg fedora00 (id 19) >Dec 6 23:49:42 localhost storage: adjusting device size from 3000.00 to 0.00 so it fits in container >Dec 6 23:49:42 localhost storage: added lvmlv fedora00-root (id 20) to device tree >Dec 6 23:49:42 localhost storage: registered action: [3] Create Device lvmlv fedora00-root (id 20) >Dec 6 23:49:42 localhost storage: registered action: [4] Create Format ext4 filesystem mounted at / on lvmlv fedora00-root (id 20) >Dec 6 23:49:42 localhost storage: removed lvmlv fedora00-root (id 20) from device tree >Dec 6 23:49:42 localhost storage: registered action: [5] Destroy Device lvmlv fedora00-root (id 20) >Dec 6 23:49:42 localhost storage: removed lvmvg fedora00 (id 19) from device tree >Dec 6 23:49:42 localhost storage: registered action: [6] Destroy Device lvmvg fedora00 (id 19) >Dec 6 23:49:42 localhost anaconda: newDevice failed: failed to create device >Dec 6 23:49:42 localhost storage: added lvmlv fedora-root (id 21) to device tree >Dec 6 23:49:42 localhost storage: registered action: [7] Create Device lvmlv fedora-root (id 21) >Dec 6 23:49:42 localhost storage: registered action: [8] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 21) >Dec 6 23:49:42 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:42 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:49 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:49:49 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:50 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:58 localhost storage: added lvmvg fedora00 (id 22) to device tree >Dec 6 23:49:58 localhost storage: registered action: [9] Create Device lvmvg fedora00 (id 22) >Dec 6 23:49:58 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 6 23:49:58 localhost storage: added lvmlv fedora00-boot (id 23) to device tree >Dec 6 23:49:58 localhost storage: registered action: [10] Create Device lvmlv fedora00-boot (id 23) >Dec 6 23:49:58 localhost storage: registered action: [11] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 23) >Dec 6 23:49:58 localhost storage: removed lvmlv fedora00-boot (id 23) from device tree >Dec 6 23:49:58 localhost storage: registered action: [12] Destroy Device lvmlv fedora00-boot (id 23) >Dec 6 23:49:58 localhost storage: removed lvmvg fedora00 (id 22) from device tree >Dec 6 23:49:58 localhost storage: registered action: [13] Destroy Device lvmvg fedora00 (id 22) >Dec 6 23:49:58 localhost anaconda: newDevice failed: failed to create device >Dec 6 23:49:58 localhost storage: added lvmlv fedora-boot (id 24) to device tree >Dec 6 23:49:58 localhost storage: registered action: [14] Create Device lvmlv fedora-boot (id 24) >Dec 6 23:49:58 localhost storage: registered action: [15] Create Format ext4 filesystem mounted at /boot on lvmlv fedora-boot (id 24) >Dec 6 23:49:58 localhost anaconda: getting device type for Standard Partition >Dec 6 23:49:58 localhost anaconda: getting device type for Standard Partition >Dec 6 23:50:01 localhost anaconda: ui: saving changes to device sda1 >Dec 6 23:50:01 localhost anaconda: getting device type for Standard Partition >Dec 6 23:50:01 localhost anaconda: getting device type for Standard Partition >Dec 6 23:50:01 localhost anaconda: getting device type for LVM >Dec 6 23:50:01 localhost anaconda: getting device type for LVM >Dec 6 23:50:01 localhost anaconda: getting device type for LVM >Dec 6 23:50:01 localhost anaconda: getting device type for LVM >Dec 6 23:50:01 localhost anaconda: getting device type for LVM >Dec 6 23:50:07 localhost anaconda: getting device type for Standard Partition >Dec 6 23:50:07 localhost anaconda: getting device type for Standard Partition >Dec 6 23:50:07 localhost anaconda: getting device type for Standard Partition >Dec 6 23:50:09 localhost anaconda: ui: saving changes to device fedora-boot >Dec 6 23:50:09 localhost anaconda: getting device type for Standard Partition >Dec 6 23:50:09 localhost anaconda: getting device type for Standard Partition >Dec 6 23:50:09 localhost anaconda: changing device type from 0 to 2 >Dec 6 23:50:09 localhost storage: removed lvmlv fedora-boot (id 24) from device tree >Dec 6 23:50:09 localhost storage: registered action: [16] Destroy Device lvmlv fedora-boot (id 24) >Dec 6 23:50:09 localhost storage: added partition boot (id 25) to device tree >Dec 6 23:50:09 localhost storage: registered action: [17] Create Device partition boot (id 25) >Dec 6 23:50:09 localhost storage: registered action: [18] Create Format ext4 filesystem mounted at /boot on partition boot (id 25) >Dec 6 23:50:09 localhost storage: failed to allocate partitions: not enough free space on disks >Dec 6 23:50:09 localhost storage: device post-create method failed: not enough free space on disks >Dec 6 23:50:09 localhost storage: removed partition boot (id 25) from device tree >Dec 6 23:50:09 localhost storage: registered action: [19] Destroy Device partition boot (id 25) >Dec 6 23:50:09 localhost anaconda: newDevice failed: not enough free space on disks >Dec 6 23:50:09 localhost storage: added lvmvg fedora00 (id 26) to device tree >Dec 6 23:50:09 localhost storage: registered action: [20] Create Device lvmvg fedora00 (id 26) >Dec 6 23:50:09 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 6 23:50:09 localhost storage: added lvmlv fedora00-boot (id 27) to device tree >Dec 6 23:50:09 localhost storage: registered action: [21] Create Device lvmlv fedora00-boot (id 27) >Dec 6 23:50:09 localhost storage: registered action: [22] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 27) >Dec 6 23:50:09 localhost storage: removed lvmlv fedora00-boot (id 27) from device tree >Dec 6 23:50:09 localhost storage: registered action: [23] Destroy Device lvmlv fedora00-boot (id 27) >Dec 6 23:50:09 localhost storage: removed lvmvg fedora00 (id 26) from device tree >Dec 6 23:50:09 localhost storage: registered action: [24] Destroy Device lvmvg fedora00 (id 26) >Dec 6 23:50:09 localhost anaconda: getting device type for LVM >Dec 6 23:50:09 localhost anaconda: getting device type for LVM >Dec 6 23:50:09 localhost anaconda: getting device type for LVM >Dec 6 23:50:09 localhost anaconda: getting device type for LVM >Dec 6 23:50:09 localhost anaconda: getting device type for LVM >Dec 6 23:50:15 localhost anaconda: getting device type for Standard Partition >Dec 6 23:50:15 localhost anaconda: getting device type for Standard Partition >Dec 6 23:50:15 localhost anaconda: getting device type for Standard Partition >Dec 6 23:50:15 localhost anaconda: getting device type for Standard Partition >Dec 6 23:50:15 localhost anaconda: getting device type for Standard Partition >Dec 6 23:50:20 localhost anaconda: failed to schedule device removal: device is not in the tree >Dec 6 23:50:21 localhost anaconda: Running kickstart %%traceback script(s) >Dec 6 23:50:21 localhost anaconda: All kickstart %%traceback script(s) have been run >Dec 6 23:50:32 localhost dbus[1478]: avc: received setenforce notice (enforcing=1) >Dec 6 23:50:32 localhost dbus[1327]: avc: received setenforce notice (enforcing=1) >Dec 6 23:50:32 localhost dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 6 23:50:32 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 6 23:50:32 localhost dbus-daemon[553]: dbus[553]: [system] Reloaded configuration >Dec 6 23:50:32 localhost dbus[553]: [system] Reloaded configuration >Dec 7 00:00:34 localhost dbus-daemon[553]: dbus[553]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.2" (uid=0 pid=549 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.42" (uid=1000 pid=1315 comm="gnome-session ") >Dec 7 00:00:34 localhost dbus[553]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.2" (uid=0 pid=549 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.42" (uid=1000 pid=1315 comm="gnome-session ") >Dec 7 00:04:31 localhost dbus-daemon[553]: dbus[553]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.2" (uid=0 pid=549 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.42" (uid=1000 pid=1315 comm="gnome-session ") >Dec 7 00:04:31 localhost dbus[553]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.2" (uid=0 pid=549 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.42" (uid=1000 pid=1315 comm="gnome-session ") >Dec 7 00:05:13 localhost dbus[1478]: avc: received setenforce notice (enforcing=0) >Dec 7 00:05:13 localhost dbus[1327]: avc: received setenforce notice (enforcing=0) >Dec 7 00:05:13 localhost dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 7 00:05:13 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 7 00:05:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:13 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:14 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:15 localhost anaconda: /sbin/anaconda 18.36 >Dec 7 00:05:15 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 7 00:05:15 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 7 00:05:15 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 7 00:05:15 localhost anaconda: Default encoding = ascii >Dec 7 00:05:15 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 7 00:05:15 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:05:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:15 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost anaconda: ISCSID is /sbin/iscsid >Dec 7 00:05:16 localhost anaconda: no initiator set >Dec 7 00:05:16 localhost program: Running... modprobe fcoe >Dec 7 00:05:16 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 7 00:05:16 localhost program: No FCoE boot disk information is found in EDD! >Dec 7 00:05:16 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 7 00:05:16 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 7 00:05:16 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:05:16 localhost program: Running... multipath -d >Dec 7 00:05:16 localhost program: Running... multipath -ll >Dec 7 00:05:16 localhost storage: MultipathTopology: found singlepath device: sda >Dec 7 00:05:16 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 7 00:05:16 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 7 00:05:16 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 7 00:05:16 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 7 00:05:16 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 7 00:05:16 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 7 00:05:16 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 7 00:05:16 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 7 00:05:16 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 7 00:05:16 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 7 00:05:16 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 7 00:05:16 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 7 00:05:16 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost anaconda: Display mode = g >Dec 7 00:05:16 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 7 00:05:16 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 7 00:05:16 localhost anaconda: using only installclass _Fedora >Dec 7 00:05:16 localhost anaconda: Detected 2016M of memory >Dec 7 00:05:16 localhost anaconda: Swap attempt of 4032M >Dec 7 00:05:16 localhost anaconda: Running Thread: AnaStorageThread (140626438043392) >Dec 7 00:05:16 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 7 00:05:16 localhost anaconda: Running Thread: AnaNetworkThread (140626356074240) >Dec 7 00:05:16 localhost program: Running... systemctl start chronyd.service >Dec 7 00:05:16 localhost anaconda: Running Thread: AnaPayloadThread (140626098829056) >Dec 7 00:05:16 localhost systemd[1]: Started NTP client/server. >Dec 7 00:05:16 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 7 00:05:16 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost anaconda: Thread Done: AnaNetworkThread (140626356074240) >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:16 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:17 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:17 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:17 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:17 localhost anaconda: no initiator set >Dec 7 00:05:17 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 7 00:05:17 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 7 00:05:17 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:05:17 localhost storage: sr0 looks to be the live device; marking as protected >Dec 7 00:05:17 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:05:17 localhost program: Running... multipath -d >Dec 7 00:05:17 localhost program: Running... multipath -ll >Dec 7 00:05:17 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:17 localhost storage: MultipathTopology: found singlepath device: sda >Dec 7 00:05:17 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 7 00:05:17 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 7 00:05:17 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 7 00:05:17 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 7 00:05:17 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 7 00:05:17 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 7 00:05:17 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 7 00:05:17 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 7 00:05:17 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 7 00:05:17 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 7 00:05:17 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 7 00:05:17 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 7 00:05:17 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 7 00:05:17 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 7 00:05:17 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 7 00:05:17 localhost storage: sda is a disk >Dec 7 00:05:17 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:17 localhost storage: added disk sda (id 0) to device tree >Dec 7 00:05:17 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:17 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:17 localhost rsyslogd-2177: imuxsock begins to drop messages from pid 5179 due to rate-limiting >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:18 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:20 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 7 00:05:20 localhost kernel: [ 4051.296149] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) >Dec 7 00:05:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:20 localhost program: Running... /bin/umount /mnt/sysimage >Dec 7 00:05:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:20 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/mapper/fedora-root /mnt/sysimage >Dec 7 00:05:20 localhost kernel: [ 4051.598234] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) >Dec 7 00:05:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:20 localhost program: Running... /bin/umount /mnt/sysimage >Dec 7 00:05:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:20 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 7 00:05:20 localhost kernel: [ 4051.916080] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 7 00:05:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:05:29 localhost rsyslogd-2177: imuxsock lost 993 messages from pid 5179 due to rate-limiting >Dec 7 00:05:29 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 7 00:05:29 localhost anaconda: Not doing 'save system time' in live installation >Dec 7 00:05:29 localhost anaconda: Not doing 'save system time' in live installation >Dec 7 00:05:29 localhost anaconda: Not doing 'save system time' in live installation >Dec 7 00:05:29 localhost anaconda: Not doing 'save system time' in live installation >Dec 7 00:05:29 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 7 00:05:29 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 7 00:05:29 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 7 00:05:29 localhost anaconda: Running Thread: AnaStorageWatcher (140626012137216) >Dec 7 00:05:29 localhost storage: DiskLabel.partedDevice returning None >Dec 7 00:05:30 localhost anaconda: Running Thread: AnaNTPserver0 (140626438043392) >Dec 7 00:05:30 localhost anaconda: Running Thread: AnaNTPserver1 (140626003744512) >Dec 7 00:05:30 localhost anaconda: Running Thread: AnaNTPserver2 (140625966462720) >Dec 7 00:05:30 localhost anaconda: Running Thread: AnaNTPserver3 (140625709696768) >Dec 7 00:05:30 localhost anaconda: Thread Done: AnaStorageWatcher (140626012137216) >Dec 7 00:05:30 localhost anaconda: Thread Done: AnaNTPserver1 (140626003744512) >Dec 7 00:05:30 localhost anaconda: Thread Done: AnaNTPserver3 (140625709696768) >Dec 7 00:05:30 localhost anaconda: Thread Done: AnaNTPserver2 (140625966462720) >Dec 7 00:05:30 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4e022d0> status to: Probing storage... >Dec 7 00:05:30 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4e022d0> >Dec 7 00:05:33 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 7 00:05:40 localhost anaconda: Thread Done: AnaNTPserver0 (140626438043392) >Dec 7 00:05:42 localhost anaconda: Running Thread: AnaExecuteStorageThread (140626438043392) >Dec 7 00:05:42 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:05:42 localhost anaconda: Thread Done: AnaExecuteStorageThread (140626438043392) >Dec 7 00:05:43 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4e022d0> >Dec 7 00:05:43 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4e022d0> status to: Saving storage configuration... >Dec 7 00:05:43 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4e022d0> >Dec 7 00:05:58 localhost storage: added lvmvg fedora00 (id 19) to device tree >Dec 7 00:05:58 localhost storage: registered action: [0] Create Device lvmvg fedora00 (id 19) >Dec 7 00:05:58 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 7 00:05:58 localhost storage: added lvmlv fedora00-boot (id 20) to device tree >Dec 7 00:05:58 localhost storage: registered action: [1] Create Device lvmlv fedora00-boot (id 20) >Dec 7 00:05:58 localhost storage: registered action: [2] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 20) >Dec 7 00:05:58 localhost storage: removed lvmlv fedora00-boot (id 20) from device tree >Dec 7 00:05:58 localhost storage: registered action: [3] Destroy Device lvmlv fedora00-boot (id 20) >Dec 7 00:05:58 localhost storage: removed lvmvg fedora00 (id 19) from device tree >Dec 7 00:05:58 localhost storage: registered action: [4] Destroy Device lvmvg fedora00 (id 19) >Dec 7 00:05:58 localhost anaconda: newDevice failed: failed to create device >Dec 7 00:05:58 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 7 00:05:58 localhost storage: added lvmlv fedora-boot (id 21) to device tree >Dec 7 00:05:58 localhost storage: registered action: [5] Create Device lvmlv fedora-boot (id 21) >Dec 7 00:05:58 localhost storage: registered action: [6] Create Format ext4 filesystem mounted at /boot on lvmlv fedora-boot (id 21) >Dec 7 00:05:58 localhost storage: removed lvmlv fedora-boot (id 21) from device tree >Dec 7 00:05:58 localhost storage: registered action: [7] Destroy Device lvmlv fedora-boot (id 21) >Dec 7 00:05:58 localhost anaconda: newDevice failed w/ old container: failed to create device >Dec 7 00:06:02 localhost anaconda: getting device type for None >Dec 7 00:06:02 localhost anaconda: unknown device type: 'None' >Dec 7 00:06:02 localhost anaconda: getting device type for Standard Partition >Dec 7 00:06:02 localhost anaconda: getting device type for Standard Partition >Dec 7 00:06:02 localhost anaconda: getting device type for Standard Partition >Dec 7 00:06:02 localhost anaconda: getting device type for Standard Partition >Dec 7 00:06:02 localhost anaconda: getting device type for Standard Partition >Dec 7 00:06:08 localhost storage: registered action: [8] Destroy Format ext4 filesystem on partition sda1 (id 1) >Dec 7 00:06:08 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:06:08 localhost storage: removed partition sda1 (id 1) from device tree >Dec 7 00:06:08 localhost storage: registered action: [9] Destroy Device partition sda1 (id 1) >Dec 7 00:06:08 localhost anaconda: ui: removed device sda1 >Dec 7 00:06:08 localhost anaconda: getting device type for LVM >Dec 7 00:06:08 localhost anaconda: getting device type for LVM >Dec 7 00:06:08 localhost anaconda: getting device type for LVM >Dec 7 00:06:08 localhost anaconda: getting device type for LVM >Dec 7 00:06:08 localhost anaconda: getting device type for LVM >Dec 7 00:06:11 localhost anaconda: ui: saving changes to device fedora-root >Dec 7 00:06:11 localhost anaconda: getting device type for LVM >Dec 7 00:06:11 localhost anaconda: getting device type for LVM >Dec 7 00:06:14 localhost anaconda: ui: saving changes to device fedora-root >Dec 7 00:06:14 localhost anaconda: getting device type for LVM >Dec 7 00:06:14 localhost anaconda: getting device type for LVM >Dec 7 00:06:18 localhost anaconda: Running Thread: AnaExecuteStorageThread (140626438043392) >Dec 7 00:06:18 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:06:18 localhost anaconda: Thread Done: AnaExecuteStorageThread (140626438043392) >Dec 7 00:06:18 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4e022d0> >Dec 7 00:06:18 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4e022d0> status to: Saving storage configuration... >Dec 7 00:06:18 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x4e022d0> >Dec 7 00:06:23 localhost dbus[1478]: avc: received setenforce notice (enforcing=1) >Dec 7 00:06:23 localhost dbus[1327]: avc: received setenforce notice (enforcing=1) >Dec 7 00:06:23 localhost dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 7 00:06:23 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 7 00:06:23 localhost dbus-daemon[553]: dbus[553]: [system] Reloaded configuration >Dec 7 00:06:23 localhost dbus[553]: [system] Reloaded configuration >Dec 7 00:06:44 localhost dbus[1478]: avc: received setenforce notice (enforcing=0) >Dec 7 00:06:44 localhost dbus[1327]: avc: received setenforce notice (enforcing=0) >Dec 7 00:06:44 localhost dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 7 00:06:44 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 7 00:06:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:44 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:45 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:46 localhost anaconda: /sbin/anaconda 18.36 >Dec 7 00:06:46 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 7 00:06:46 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 7 00:06:46 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 7 00:06:46 localhost anaconda: Default encoding = ascii >Dec 7 00:06:46 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 7 00:06:46 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:06:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:46 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost anaconda: ISCSID is /sbin/iscsid >Dec 7 00:06:47 localhost anaconda: no initiator set >Dec 7 00:06:47 localhost program: Running... modprobe fcoe >Dec 7 00:06:47 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 7 00:06:47 localhost program: No FCoE boot disk information is found in EDD! >Dec 7 00:06:47 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 7 00:06:47 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 7 00:06:47 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:06:47 localhost program: Running... multipath -d >Dec 7 00:06:47 localhost program: Running... multipath -ll >Dec 7 00:06:47 localhost storage: MultipathTopology: found singlepath device: sda >Dec 7 00:06:47 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 7 00:06:47 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 7 00:06:47 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 7 00:06:47 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 7 00:06:47 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 7 00:06:47 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 7 00:06:47 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 7 00:06:47 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 7 00:06:47 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 7 00:06:47 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 7 00:06:47 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 7 00:06:47 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 7 00:06:47 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost anaconda: Display mode = g >Dec 7 00:06:47 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 7 00:06:47 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 7 00:06:47 localhost anaconda: using only installclass _Fedora >Dec 7 00:06:47 localhost anaconda: Detected 2016M of memory >Dec 7 00:06:47 localhost anaconda: Swap attempt of 4032M >Dec 7 00:06:47 localhost anaconda: Running Thread: AnaStorageThread (140373674911488) >Dec 7 00:06:47 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 7 00:06:47 localhost anaconda: Running Thread: AnaNetworkThread (140373666518784) >Dec 7 00:06:47 localhost program: Running... systemctl start chronyd.service >Dec 7 00:06:47 localhost anaconda: Running Thread: AnaPayloadThread (140373334181632) >Dec 7 00:06:47 localhost systemd[1]: Started NTP client/server. >Dec 7 00:06:47 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 7 00:06:47 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost anaconda: Thread Done: AnaNetworkThread (140373666518784) >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:47 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:48 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:48 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:48 localhost anaconda: no initiator set >Dec 7 00:06:48 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 7 00:06:48 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 7 00:06:48 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:06:48 localhost storage: sr0 looks to be the live device; marking as protected >Dec 7 00:06:48 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:06:48 localhost program: Running... multipath -d >Dec 7 00:06:48 localhost program: Running... multipath -ll >Dec 7 00:06:48 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:48 localhost storage: MultipathTopology: found singlepath device: sda >Dec 7 00:06:48 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 7 00:06:48 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 7 00:06:48 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 7 00:06:48 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 7 00:06:48 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 7 00:06:48 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 7 00:06:48 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 7 00:06:48 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 7 00:06:48 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 7 00:06:48 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 7 00:06:48 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 7 00:06:48 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 7 00:06:48 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 7 00:06:48 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 7 00:06:48 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 7 00:06:48 localhost storage: sda is a disk >Dec 7 00:06:48 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:48 localhost storage: added disk sda (id 0) to device tree >Dec 7 00:06:48 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:48 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:48 localhost rsyslogd-2177: imuxsock begins to drop messages from pid 5598 due to rate-limiting >Dec 7 00:06:48 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:49 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:50 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:50 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:50 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:50 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:50 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:51 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 7 00:06:51 localhost kernel: [ 4142.251193] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) >Dec 7 00:06:51 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:51 localhost program: Running... /bin/umount /mnt/sysimage >Dec 7 00:06:51 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:51 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:51 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/mapper/fedora-root /mnt/sysimage >Dec 7 00:06:51 localhost kernel: [ 4142.560451] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) >Dec 7 00:06:51 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:51 localhost program: Running... /bin/umount /mnt/sysimage >Dec 7 00:06:51 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:51 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 7 00:06:51 localhost kernel: [ 4142.872056] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 7 00:06:51 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:06:57 localhost rsyslogd-2177: imuxsock lost 993 messages from pid 5598 due to rate-limiting >Dec 7 00:06:57 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 7 00:06:57 localhost anaconda: Not doing 'save system time' in live installation >Dec 7 00:06:57 localhost anaconda: Not doing 'save system time' in live installation >Dec 7 00:06:57 localhost anaconda: Not doing 'save system time' in live installation >Dec 7 00:06:57 localhost anaconda: Not doing 'save system time' in live installation >Dec 7 00:06:57 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 7 00:06:57 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 7 00:06:57 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 7 00:06:58 localhost anaconda: Running Thread: AnaStorageWatcher (140373342574336) >Dec 7 00:06:58 localhost storage: DiskLabel.partedDevice returning None >Dec 7 00:06:58 localhost anaconda: Running Thread: AnaNTPserver0 (140373334181632) >Dec 7 00:06:58 localhost anaconda: Running Thread: AnaNTPserver1 (140373325788928) >Dec 7 00:06:58 localhost anaconda: Running Thread: AnaNTPserver2 (140372895266560) >Dec 7 00:06:58 localhost anaconda: Running Thread: AnaNTPserver3 (140372886873856) >Dec 7 00:06:58 localhost anaconda: Thread Done: AnaStorageWatcher (140373342574336) >Dec 7 00:06:59 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x49e42d0> status to: Probing storage... >Dec 7 00:06:59 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x49e42d0> >Dec 7 00:06:59 localhost anaconda: Thread Done: AnaNTPserver1 (140373325788928) >Dec 7 00:07:01 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 7 00:07:08 localhost anaconda: Thread Done: AnaNTPserver0 (140373334181632) >Dec 7 00:07:08 localhost anaconda: Thread Done: AnaNTPserver3 (140372886873856) >Dec 7 00:07:08 localhost anaconda: Thread Done: AnaNTPserver2 (140372895266560) >Dec 7 00:07:11 localhost anaconda: Running Thread: AnaExecuteStorageThread (140372895266560) >Dec 7 00:07:11 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:07:11 localhost anaconda: Thread Done: AnaExecuteStorageThread (140372895266560) >Dec 7 00:07:12 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x49e42d0> >Dec 7 00:07:12 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x49e42d0> status to: Saving storage configuration... >Dec 7 00:07:12 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x49e42d0> >Dec 7 00:07:15 localhost anaconda: getting device type for None >Dec 7 00:07:15 localhost anaconda: unknown device type: 'None' >Dec 7 00:07:15 localhost anaconda: getting device type for Standard Partition >Dec 7 00:07:15 localhost anaconda: getting device type for Standard Partition >Dec 7 00:07:15 localhost anaconda: getting device type for Standard Partition >Dec 7 00:07:15 localhost anaconda: getting device type for Standard Partition >Dec 7 00:07:15 localhost anaconda: getting device type for Standard Partition >Dec 7 00:07:18 localhost anaconda: ui: saving changes to device sda1 >Dec 7 00:07:18 localhost anaconda: getting device type for Standard Partition >Dec 7 00:07:18 localhost anaconda: getting device type for Standard Partition >Dec 7 00:07:18 localhost anaconda: getting device type for LVM >Dec 7 00:07:18 localhost anaconda: getting device type for LVM >Dec 7 00:07:18 localhost anaconda: getting device type for LVM >Dec 7 00:07:18 localhost anaconda: getting device type for LVM >Dec 7 00:07:18 localhost anaconda: getting device type for LVM >Dec 7 00:07:37 localhost storage: registered action: [0] Destroy Format ext4 filesystem on lvmlv fedora-root (id 18) >Dec 7 00:07:37 localhost storage: removed lvmlv fedora-root (id 18) from device tree >Dec 7 00:07:37 localhost storage: registered action: [1] Destroy Device lvmlv fedora-root (id 18) >Dec 7 00:07:37 localhost anaconda: ui: removed device fedora-root >Dec 7 00:07:37 localhost anaconda: getting device type for Standard Partition >Dec 7 00:07:37 localhost anaconda: getting device type for Standard Partition >Dec 7 00:07:37 localhost anaconda: getting device type for Standard Partition >Dec 7 00:07:37 localhost anaconda: getting device type for Standard Partition >Dec 7 00:07:37 localhost anaconda: getting device type for Standard Partition >Dec 7 00:07:40 localhost anaconda: ui: saving changes to device sda1 >Dec 7 00:07:40 localhost anaconda: getting device type for Standard Partition >Dec 7 00:07:40 localhost anaconda: getting device type for Standard Partition >Dec 7 00:08:04 localhost storage: added lvmvg fedora00 (id 19) to device tree >Dec 7 00:08:04 localhost storage: registered action: [2] Create Device lvmvg fedora00 (id 19) >Dec 7 00:08:04 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 7 00:08:04 localhost storage: added lvmlv fedora00-boot (id 20) to device tree >Dec 7 00:08:04 localhost storage: registered action: [3] Create Device lvmlv fedora00-boot (id 20) >Dec 7 00:08:04 localhost storage: registered action: [4] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 20) >Dec 7 00:08:04 localhost storage: removed lvmlv fedora00-boot (id 20) from device tree >Dec 7 00:08:04 localhost storage: registered action: [5] Destroy Device lvmlv fedora00-boot (id 20) >Dec 7 00:08:04 localhost storage: removed lvmvg fedora00 (id 19) from device tree >Dec 7 00:08:04 localhost storage: registered action: [6] Destroy Device lvmvg fedora00 (id 19) >Dec 7 00:08:04 localhost anaconda: newDevice failed: failed to create device >Dec 7 00:08:04 localhost storage: added lvmlv fedora-boot (id 21) to device tree >Dec 7 00:08:04 localhost storage: registered action: [7] Create Device lvmlv fedora-boot (id 21) >Dec 7 00:08:04 localhost storage: registered action: [8] Create Format ext4 filesystem mounted at /boot on lvmlv fedora-boot (id 21) >Dec 7 00:08:04 localhost anaconda: getting device type for Standard Partition >Dec 7 00:08:04 localhost anaconda: getting device type for Standard Partition >Dec 7 00:08:10 localhost anaconda: ui: saving changes to device sda1 >Dec 7 00:08:10 localhost anaconda: getting device type for Standard Partition >Dec 7 00:08:10 localhost anaconda: getting device type for Standard Partition >Dec 7 00:08:10 localhost anaconda: getting device type for LVM >Dec 7 00:08:10 localhost anaconda: getting device type for LVM >Dec 7 00:08:10 localhost anaconda: getting device type for LVM >Dec 7 00:08:10 localhost anaconda: getting device type for LVM >Dec 7 00:08:10 localhost anaconda: getting device type for LVM >Dec 7 00:08:15 localhost anaconda: ui: saving changes to device fedora-boot >Dec 7 00:08:15 localhost anaconda: getting device type for LVM >Dec 7 00:08:15 localhost anaconda: getting device type for LVM >Dec 7 00:08:15 localhost anaconda: getting device type for LVM >Dec 7 00:08:15 localhost anaconda: getting device type for LVM >Dec 7 00:09:03 localhost anaconda: getting device type for Standard Partition >Dec 7 00:09:03 localhost anaconda: getting device type for Standard Partition >Dec 7 00:09:03 localhost anaconda: getting device type for Standard Partition >Dec 7 00:09:05 localhost anaconda: ui: saving changes to device fedora-boot >Dec 7 00:09:05 localhost anaconda: getting device type for Standard Partition >Dec 7 00:09:05 localhost anaconda: getting device type for Standard Partition >Dec 7 00:09:05 localhost anaconda: changing device type from 0 to 2 >Dec 7 00:09:05 localhost storage: removed lvmlv fedora-boot (id 21) from device tree >Dec 7 00:09:05 localhost storage: registered action: [9] Destroy Device lvmlv fedora-boot (id 21) >Dec 7 00:09:05 localhost storage: added partition boot (id 22) to device tree >Dec 7 00:09:05 localhost storage: registered action: [10] Create Device partition boot (id 22) >Dec 7 00:09:05 localhost storage: registered action: [11] Create Format ext4 filesystem mounted at /boot on partition boot (id 22) >Dec 7 00:09:05 localhost storage: failed to allocate partitions: not enough free space on disks >Dec 7 00:09:05 localhost storage: device post-create method failed: not enough free space on disks >Dec 7 00:09:05 localhost storage: removed partition boot (id 22) from device tree >Dec 7 00:09:05 localhost storage: registered action: [12] Destroy Device partition boot (id 22) >Dec 7 00:09:05 localhost anaconda: newDevice failed: not enough free space on disks >Dec 7 00:09:05 localhost storage: added lvmvg fedora00 (id 23) to device tree >Dec 7 00:09:05 localhost storage: registered action: [13] Create Device lvmvg fedora00 (id 23) >Dec 7 00:09:05 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 7 00:09:05 localhost storage: added lvmlv fedora00-boot (id 24) to device tree >Dec 7 00:09:05 localhost storage: registered action: [14] Create Device lvmlv fedora00-boot (id 24) >Dec 7 00:09:05 localhost storage: registered action: [15] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 24) >Dec 7 00:09:05 localhost storage: removed lvmlv fedora00-boot (id 24) from device tree >Dec 7 00:09:05 localhost storage: registered action: [16] Destroy Device lvmlv fedora00-boot (id 24) >Dec 7 00:09:05 localhost storage: removed lvmvg fedora00 (id 23) from device tree >Dec 7 00:09:05 localhost storage: registered action: [17] Destroy Device lvmvg fedora00 (id 23) >Dec 7 00:09:06 localhost anaconda: getting device type for LVM >Dec 7 00:09:06 localhost anaconda: getting device type for LVM >Dec 7 00:09:06 localhost anaconda: getting device type for LVM >Dec 7 00:09:06 localhost anaconda: getting device type for LVM >Dec 7 00:09:06 localhost anaconda: getting device type for LVM >Dec 7 00:09:32 localhost anaconda: getting device type for Standard Partition >Dec 7 00:09:32 localhost anaconda: getting device type for Standard Partition >Dec 7 00:09:32 localhost anaconda: getting device type for Standard Partition >Dec 7 00:09:32 localhost anaconda: getting device type for Standard Partition >Dec 7 00:09:32 localhost anaconda: getting device type for Standard Partition >Dec 7 00:10:16 localhost anaconda: failed to schedule device removal: device is not in the tree >Dec 7 00:10:17 localhost anaconda: Running kickstart %%traceback script(s) >Dec 7 00:10:17 localhost anaconda: All kickstart %%traceback script(s) have been run >Dec 7 00:20:44 localhost dbus-daemon[553]: dbus[553]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.2" (uid=0 pid=549 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.42" (uid=1000 pid=1315 comm="gnome-session ") >Dec 7 00:20:44 localhost dbus[553]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.2" (uid=0 pid=549 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.42" (uid=1000 pid=1315 comm="gnome-session ") >Dec 7 00:22:52 localhost dbus-daemon[553]: dbus[553]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.2" (uid=0 pid=549 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.42" (uid=1000 pid=1315 comm="gnome-session ") >Dec 7 00:22:52 localhost dbus[553]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.2" (uid=0 pid=549 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.42" (uid=1000 pid=1315 comm="gnome-session ") >Dec 7 00:23:05 localhost dbus[1478]: avc: received setenforce notice (enforcing=1) >Dec 7 00:23:05 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 7 00:23:05 localhost dbus[553]: avc: received setenforce notice (enforcing=1) >Dec 7 00:23:05 localhost dbus[1327]: avc: received setenforce notice (enforcing=1) >Dec 7 00:23:05 localhost dbus-daemon[553]: dbus[553]: [system] Reloaded configuration >Dec 7 00:23:05 localhost dbus[553]: [system] Reloaded configuration >Dec 7 00:23:18 localhost dbus[1478]: avc: received setenforce notice (enforcing=0) >Dec 7 00:23:18 localhost dbus[1327]: avc: received setenforce notice (enforcing=0) >Dec 7 00:23:18 localhost dbus-daemon[553]: dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 7 00:23:18 localhost dbus[553]: avc: received setenforce notice (enforcing=0) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:19 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:20 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:21 localhost anaconda: /sbin/anaconda 18.36 >Dec 7 00:23:21 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 7 00:23:21 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 7 00:23:21 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 7 00:23:21 localhost anaconda: Default encoding = ascii >Dec 7 00:23:21 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 7 00:23:21 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:23:21 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:21 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:21 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:21 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:21 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:21 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:21 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:21 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:21 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:21 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:21 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:21 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:21 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:21 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:21 localhost anaconda: ISCSID is /sbin/iscsid >Dec 7 00:23:21 localhost anaconda: no initiator set >Dec 7 00:23:21 localhost program: Running... modprobe fcoe >Dec 7 00:23:21 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 7 00:23:21 localhost program: No FCoE boot disk information is found in EDD! >Dec 7 00:23:21 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 7 00:23:21 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 7 00:23:21 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:23:22 localhost program: Running... multipath -d >Dec 7 00:23:22 localhost program: Running... multipath -ll >Dec 7 00:23:22 localhost storage: MultipathTopology: found singlepath device: sda >Dec 7 00:23:22 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 7 00:23:22 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 7 00:23:22 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 7 00:23:22 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 7 00:23:22 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:22 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 7 00:23:22 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 7 00:23:22 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 7 00:23:22 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 7 00:23:22 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 7 00:23:22 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 7 00:23:22 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 7 00:23:22 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 7 00:23:22 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 7 00:23:22 localhost anaconda: Display mode = g >Dec 7 00:23:22 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 7 00:23:22 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 7 00:23:22 localhost anaconda: using only installclass _Fedora >Dec 7 00:23:22 localhost anaconda: Detected 2016M of memory >Dec 7 00:23:22 localhost anaconda: Swap attempt of 4032M >Dec 7 00:23:22 localhost anaconda: Running Thread: AnaStorageThread (140075764426496) >Dec 7 00:23:22 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 7 00:23:22 localhost anaconda: Running Thread: AnaNetworkThread (140075756033792) >Dec 7 00:23:22 localhost program: Running... systemctl start chronyd.service >Dec 7 00:23:22 localhost anaconda: Running Thread: AnaPayloadThread (140075423028992) >Dec 7 00:23:22 localhost systemd[1]: Started NTP client/server. >Dec 7 00:23:22 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 7 00:23:22 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:23:22 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:22 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:22 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:22 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:22 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:22 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:22 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:22 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:22 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:22 localhost anaconda: Thread Done: AnaNetworkThread (140075756033792) >Dec 7 00:23:22 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:22 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:22 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:22 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:23 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:23 localhost anaconda: no initiator set >Dec 7 00:23:23 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 7 00:23:23 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 7 00:23:23 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:23:23 localhost storage: sr0 looks to be the live device; marking as protected >Dec 7 00:23:23 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:23:23 localhost program: Running... multipath -d >Dec 7 00:23:23 localhost program: Running... multipath -ll >Dec 7 00:23:23 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:23 localhost storage: MultipathTopology: found singlepath device: sda >Dec 7 00:23:23 localhost storage: MultipathTopology: found non-disk device: sda1 >Dec 7 00:23:23 localhost storage: MultipathTopology: found non-disk device: sda2 >Dec 7 00:23:23 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 7 00:23:23 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 7 00:23:23 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 7 00:23:23 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 7 00:23:23 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 7 00:23:23 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 7 00:23:23 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 7 00:23:23 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 7 00:23:23 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 7 00:23:23 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 7 00:23:23 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 7 00:23:23 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 7 00:23:23 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 7 00:23:23 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:23 localhost storage: sda is a disk >Dec 7 00:23:23 localhost storage: added disk sda (id 0) to device tree >Dec 7 00:23:23 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:23 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:23 localhost rsyslogd-2177: imuxsock begins to drop messages from pid 6115 due to rate-limiting >Dec 7 00:23:23 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:23 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:23 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:23 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:23 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:24 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:24 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:24 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:24 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:24 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:24 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:24 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:24 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:24 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:24 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:24 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:24 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:24 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:24 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:24 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:25 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:25 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:25 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >Dec 7 00:23:25 localhost kernel: [ 5136.861157] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) >Dec 7 00:23:25 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:25 localhost program: Running... /bin/umount /mnt/sysimage >Dec 7 00:23:25 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:26 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:26 localhost program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/mapper/fedora-root /mnt/sysimage >Dec 7 00:23:26 localhost kernel: [ 5137.198206] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) >Dec 7 00:23:26 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:26 localhost program: Running... /bin/umount /mnt/sysimage >Dec 7 00:23:26 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:23:26 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 7 00:23:26 localhost kernel: [ 5137.540056] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 7 00:23:26 localhost udisksd[1253]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 7 00:25:45 localhost rsyslogd-2177: imuxsock lost 993 messages from pid 6115 due to rate-limiting >Dec 7 00:25:45 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 7 00:25:45 localhost anaconda: Not doing 'save system time' in live installation >Dec 7 00:25:45 localhost anaconda: Not doing 'save system time' in live installation >Dec 7 00:25:45 localhost anaconda: Not doing 'save system time' in live installation >Dec 7 00:25:45 localhost anaconda: Not doing 'save system time' in live installation >Dec 7 00:25:45 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 7 00:25:45 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 7 00:25:45 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 7 00:25:46 localhost anaconda: Running Thread: AnaStorageWatcher (140075431421696) >Dec 7 00:25:46 localhost storage: DiskLabel.partedDevice returning None >Dec 7 00:25:46 localhost anaconda: Running Thread: AnaNTPserver0 (140075764426496) >Dec 7 00:25:46 localhost anaconda: Running Thread: AnaNTPserver1 (140075414636288) >Dec 7 00:25:46 localhost anaconda: Running Thread: AnaNTPserver2 (140075155879680) >Dec 7 00:25:46 localhost anaconda: Running Thread: AnaNTPserver3 (140075138823936) >Dec 7 00:25:46 localhost anaconda: Thread Done: AnaStorageWatcher (140075431421696) >Dec 7 00:25:46 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x541d2d0> status to: Probing storage... >Dec 7 00:25:46 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x541d2d0> >Dec 7 00:25:47 localhost anaconda: Thread Done: AnaNTPserver0 (140075764426496) >Dec 7 00:25:47 localhost anaconda: Thread Done: AnaNTPserver1 (140075414636288) >Dec 7 00:25:52 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 7 00:25:56 localhost anaconda: Thread Done: AnaNTPserver2 (140075155879680) >Dec 7 00:25:56 localhost anaconda: Thread Done: AnaNTPserver3 (140075138823936) >Dec 7 00:26:01 localhost anaconda: Running Thread: AnaExecuteStorageThread (140075423028992) >Dec 7 00:26:01 localhost program: Running... udevadm settle --timeout=300 >Dec 7 00:26:01 localhost anaconda: Thread Done: AnaExecuteStorageThread (140075423028992) >Dec 7 00:26:02 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x541d2d0> >Dec 7 00:26:02 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x541d2d0> status to: Saving storage configuration... >Dec 7 00:26:02 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x541d2d0> >Dec 7 00:26:40 localhost anaconda: getting device type for None >Dec 7 00:26:40 localhost anaconda: unknown device type: 'None' >Dec 7 00:26:40 localhost anaconda: getting device type for Standard Partition >Dec 7 00:26:40 localhost anaconda: getting device type for Standard Partition >Dec 7 00:26:40 localhost anaconda: getting device type for Standard Partition >Dec 7 00:26:40 localhost anaconda: getting device type for Standard Partition >Dec 7 00:26:40 localhost anaconda: getting device type for Standard Partition >Dec 7 00:26:44 localhost anaconda: ui: saving changes to device sda1 >Dec 7 00:26:44 localhost anaconda: getting device type for Standard Partition >Dec 7 00:26:44 localhost anaconda: getting device type for Standard Partition >Dec 7 00:26:44 localhost anaconda: getting device type for LVM >Dec 7 00:26:44 localhost anaconda: getting device type for LVM >Dec 7 00:26:44 localhost anaconda: getting device type for LVM >Dec 7 00:26:44 localhost anaconda: getting device type for LVM >Dec 7 00:26:44 localhost anaconda: getting device type for LVM >Dec 7 00:31:10 localhost storage: registered action: [0] Destroy Format ext4 filesystem on lvmlv fedora-root (id 18) >Dec 7 00:31:10 localhost storage: removed lvmlv fedora-root (id 18) from device tree >Dec 7 00:31:10 localhost storage: registered action: [1] Destroy Device lvmlv fedora-root (id 18) >Dec 7 00:31:10 localhost anaconda: ui: removed device fedora-root >Dec 7 00:31:10 localhost anaconda: getting device type for Standard Partition >Dec 7 00:31:10 localhost anaconda: getting device type for Standard Partition >Dec 7 00:31:10 localhost anaconda: getting device type for Standard Partition >Dec 7 00:31:10 localhost anaconda: getting device type for Standard Partition >Dec 7 00:31:10 localhost anaconda: getting device type for Standard Partition >Dec 7 00:31:46 localhost anaconda: ui: saving changes to device sda1 >Dec 7 00:31:46 localhost anaconda: getting device type for Standard Partition >Dec 7 00:31:46 localhost anaconda: getting device type for Standard Partition >Dec 7 00:32:57 localhost storage: added lvmvg fedora00 (id 19) to device tree >Dec 7 00:32:57 localhost storage: registered action: [2] Create Device lvmvg fedora00 (id 19) >Dec 7 00:32:57 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 7 00:32:57 localhost storage: added lvmlv fedora00-boot (id 20) to device tree >Dec 7 00:32:57 localhost storage: registered action: [3] Create Device lvmlv fedora00-boot (id 20) >Dec 7 00:32:57 localhost storage: registered action: [4] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 20) >Dec 7 00:32:57 localhost storage: removed lvmlv fedora00-boot (id 20) from device tree >Dec 7 00:32:57 localhost storage: registered action: [5] Destroy Device lvmlv fedora00-boot (id 20) >Dec 7 00:32:57 localhost storage: removed lvmvg fedora00 (id 19) from device tree >Dec 7 00:32:57 localhost storage: registered action: [6] Destroy Device lvmvg fedora00 (id 19) >Dec 7 00:32:57 localhost anaconda: newDevice failed: failed to create device >Dec 7 00:32:57 localhost storage: added lvmlv fedora-boot (id 21) to device tree >Dec 7 00:32:57 localhost storage: registered action: [7] Create Device lvmlv fedora-boot (id 21) >Dec 7 00:32:57 localhost storage: registered action: [8] Create Format ext4 filesystem mounted at /boot on lvmlv fedora-boot (id 21) >Dec 7 00:32:57 localhost anaconda: getting device type for Standard Partition >Dec 7 00:32:57 localhost anaconda: getting device type for Standard Partition >Dec 7 00:33:39 localhost anaconda: ui: saving changes to device sda1 >Dec 7 00:33:39 localhost anaconda: getting device type for Standard Partition >Dec 7 00:33:39 localhost anaconda: getting device type for Standard Partition >Dec 7 00:33:39 localhost anaconda: getting device type for LVM >Dec 7 00:33:39 localhost anaconda: getting device type for LVM >Dec 7 00:33:39 localhost anaconda: getting device type for LVM >Dec 7 00:33:39 localhost anaconda: getting device type for LVM >Dec 7 00:33:39 localhost anaconda: getting device type for LVM >Dec 7 00:35:18 localhost anaconda: getting device type for Standard Partition >Dec 7 00:35:18 localhost anaconda: getting device type for Standard Partition >Dec 7 00:35:18 localhost anaconda: getting device type for Standard Partition >Dec 7 00:35:36 localhost anaconda: ui: saving changes to device fedora-boot >Dec 7 00:35:36 localhost anaconda: getting device type for Standard Partition >Dec 7 00:35:36 localhost anaconda: getting device type for Standard Partition >Dec 7 00:35:36 localhost anaconda: changing device type from 0 to 2 >Dec 7 00:35:36 localhost storage: removed lvmlv fedora-boot (id 21) from device tree >Dec 7 00:35:36 localhost storage: registered action: [9] Destroy Device lvmlv fedora-boot (id 21) >Dec 7 00:35:36 localhost storage: added partition boot (id 22) to device tree >Dec 7 00:35:36 localhost storage: registered action: [10] Create Device partition boot (id 22) >Dec 7 00:35:36 localhost storage: registered action: [11] Create Format ext4 filesystem mounted at /boot on partition boot (id 22) >Dec 7 00:35:36 localhost storage: failed to allocate partitions: not enough free space on disks >Dec 7 00:35:36 localhost storage: device post-create method failed: not enough free space on disks >Dec 7 00:35:36 localhost storage: removed partition boot (id 22) from device tree >Dec 7 00:35:36 localhost storage: registered action: [12] Destroy Device partition boot (id 22) >Dec 7 00:35:36 localhost anaconda: newDevice failed: not enough free space on disks >Dec 7 00:35:37 localhost storage: added lvmvg fedora00 (id 23) to device tree >Dec 7 00:35:37 localhost storage: registered action: [13] Create Device lvmvg fedora00 (id 23) >Dec 7 00:35:37 localhost storage: adjusting device size from 500.00 to 0.00 so it fits in container >Dec 7 00:35:37 localhost storage: added lvmlv fedora00-boot (id 24) to device tree >Dec 7 00:35:37 localhost storage: registered action: [14] Create Device lvmlv fedora00-boot (id 24) >Dec 7 00:35:37 localhost storage: registered action: [15] Create Format ext4 filesystem mounted at /boot on lvmlv fedora00-boot (id 24) >Dec 7 00:35:37 localhost storage: removed lvmlv fedora00-boot (id 24) from device tree >Dec 7 00:35:37 localhost storage: registered action: [16] Destroy Device lvmlv fedora00-boot (id 24) >Dec 7 00:35:37 localhost storage: removed lvmvg fedora00 (id 23) from device tree >Dec 7 00:35:37 localhost storage: registered action: [17] Destroy Device lvmvg fedora00 (id 23) >Dec 7 00:35:37 localhost anaconda: getting device type for LVM >Dec 7 00:35:37 localhost anaconda: getting device type for LVM >Dec 7 00:35:37 localhost anaconda: getting device type for LVM >Dec 7 00:35:37 localhost anaconda: getting device type for LVM >Dec 7 00:35:37 localhost anaconda: getting device type for LVM >Dec 7 00:36:57 localhost anaconda: getting device type for Standard Partition >Dec 7 00:36:57 localhost anaconda: getting device type for Standard Partition >Dec 7 00:36:57 localhost anaconda: getting device type for Standard Partition >Dec 7 00:36:57 localhost anaconda: getting device type for Standard Partition >Dec 7 00:36:57 localhost anaconda: getting device type for Standard Partition >Dec 7 00:38:13 localhost anaconda: failed to schedule device removal: device is not in the tree
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 884377
:
658528
| 659213