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 690053 Details for
Bug 905669
anaconda crashes with raid 1 present
[?]
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.
traceback log file created by anaconda in /tmp
anaconda-tb-MdDbVX (text/plain), 260.28 KB, created by
Till Maas
on 2013-01-29 22:21:02 UTC
(
hide
)
Description:
traceback log file created by anaconda in /tmp
Filename:
MIME Type:
Creator:
Till Maas
Created:
2013-01-29 22:21:02 UTC
Size:
260.28 KB
patch
obsolete
>anaconda 18.37.11 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 776, in addUdevMDDevice > "devicetree as %s" % (name, device.name)) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1067, in addUdevDevice > device = self.addUdevMDDevice(info) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1894, in _populate > self.addUdevDevice(dev) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1842, in populate > self._populate() > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 428, in reset > self.devicetree.populate(cleanupOnly=cleanupOnly) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 139, in storageInitialize > storage.reset() > File "/usr/lib64/python2.7/threading.py", line 504, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 91, in run > threading.Thread.run(self, *args, **kwargs) >DeviceTreeError: MD RAID device genius.invalid:0 already in devicetree as genius.invalid:0 > >Local variables in innermost frame: >slave_dev: existing 5499MB partition sda2 (2) with existing mdmember >info: {'symlinks': ['/dev/disk/by-id/md-name-genius.invalid:0', '/dev/disk/by-id/md-uuid-0ce6be4d:cbd9eced:741e694b:3804bde3', '/dev/md/genius.invalid:0'], 'DEVLINKS': '/dev/disk/by-id/md-name-genius.invalid:0 /dev/disk/by-id/md-uuid-0ce6be4d:cbd9eced:741e694b:3804bde3 /dev/md/genius.invalid:0', 'MAJOR': '9', 'MD_NAME': 'genius.invalid:0', 'name': 'md127', 'DEVPATH': '/devices/virtual/block/md127', 'MD_UUID': '0ce6be4d:cbd9eced:741e694b:3804bde3', 'DEVNAME': 'md127', 'MD_DEVNAME': 'genius.invalid:0', 'MD_DEVICES': '2', 'TAGS': ':systemd:', 'DEVTYPE': 'disk', 'sysfs_path': '/devices/virtual/block/md127', 'SUBSYSTEM': 'block', 'MD_METADATA': '1.2', 'USEC_INITIALIZED': '20197', 'MD_LEVEL': 'raid1', 'ANACBIN': '/sbin', 'MPATH_SBIN_PATH': '/sbin', 'MINOR': '127'} >uuid: None >self: <pyanaconda.storage.devicetree.DeviceTree object at 0x2b49050> >slave_name: sda2 >dev_name: sda2 >sysfs_path: /devices/virtual/block/md127 >slaves: [PartitionDevice instance (0x7fa340111e50) -- > name = sda2 status = True kids = 1 id = 2 > parents = ['existing 6000MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 5499.0 > format = existing mdmember > 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: 11261952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32675 did: 0 busy: False > hardwareGeometry: (701, 255, 63) biosGeometry: (701, 255, 63) > PedDevice: <_ped.Device object at 0x7fa340116440> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = mdmember grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fa340104e50> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fa34010a350> PedPartition: <_ped.Partition object at 0x7fa340105590> > disk = existing 6000MB disk sda (0) with existing msdos disklabel > start = 1026048 end = 12287999 length = 11261952 > flags = ] >slave_names: ['sda2'] >device: existing 5494MB mdarray genius.invalid:0 (3) >dir: /sys/devices/virtual/block/md127/slaves >name: genius.invalid:0 > > > >Exception occurred during state dump: >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 419, in dump > ret += self._dumpClass(obj, skipList=idSkipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 368, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 368, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 368, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 358, in _dumpClass > ret += "%s" % (v,) >UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 29: ordinal not in range(128) > > >/tmp/anaconda.log: >15:36:13,254 DEBUG anaconda: required disklabel type for sda (1) is None >15:36:13,254 DEBUG anaconda: default disklabel type for sda is msdos >15:36:13,259 DEBUG anaconda: selecting msdos disklabel for sda based on size >15:36:16,135 INFO anaconda: /sbin/anaconda 18.37.11 >20:36:17,381 INFO anaconda: 1048576 kB (1024 MB) are available >15:36:17,381 INFO anaconda: check_memory(): total:1024, needed:512, graphical:512 >15:36:17,384 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >15:36:17,386 INFO anaconda: Default encoding = ascii >15:36:19,098 INFO anaconda: ISCSID is /sbin/iscsid >15:36:19,103 INFO anaconda: no initiator set >15:36:19,329 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >15:36:19,332 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >15:36:20,406 INFO anaconda: Display mode = g >20:36:20,417 INFO anaconda: 1048576 kB (1024 MB) are available >15:36:20,417 INFO anaconda: check_memory(): total:1024, needed:512, graphical:512 >15:36:21,683 INFO anaconda: using only installclass _Fedora >15:36:21,778 INFO anaconda: Detected 1008M of memory >15:36:21,785 INFO anaconda: Swap attempt of 2016M >15:36:21,811 INFO anaconda: Running Thread: AnaStorageThread (140339263432448) >15:36:21,824 INFO anaconda: Running Thread: AnaNetworkThread (140339255039744) >15:36:21,840 INFO anaconda: Running Thread: AnaPayloadThread (140338925340416) >15:36:21,909 DEBUG anaconda: network: devices found ['eth0'] >15:36:22,397 DEBUG anaconda: network: dumped ifcfg file for default autoconnection on eth0 >15:36:24,125 DEBUG anaconda: updating hostname localhost.localdomain >15:36:24,956 DEBUG anaconda: waiting for connecting NM (dhcp?) >15:36:30,779 DEBUG anaconda: connected, waited 5 seconds >15:36:31,191 DEBUG anaconda: updating hostname localhost.localdomain >15:36:31,204 INFO anaconda: Thread Done: AnaNetworkThread (140339255039744) >15:36:32,175 INFO anaconda: no initiator set >15:36:34,882 DEBUG anaconda: required disklabel type for sda (1) is None >15:36:34,885 DEBUG anaconda: default disklabel type for sda is msdos >15:36:34,889 DEBUG anaconda: selecting msdos disklabel for sda based on size > > >/tmp/packaging.log: > > >/tmp/program.log: >15:36:13,053 INFO program: Running... udevadm settle --timeout=300 >15:36:13,474 INFO program: Running... udevadm settle --timeout=300 >15:36:13,552 INFO program: Running... mdadm --examine --brief /dev/sda2 >15:36:13,583 INFO program: ARRAY /dev/md/0 metadata=1.2 UUID=0ce6be4d:cbd9eced:741e694b:3804bde3 name=genius.invalid:0 >15:36:13,609 INFO program: Running... udevadm settle --timeout=300 >15:36:13,666 INFO program: Running... mdadm --incremental --quiet /dev/sda2 >15:36:14,093 INFO program: Running... dumpe2fs -h /dev/loop3 >15:36:14,148 INFO program: Filesystem volume name: _Fedora-18-x86_6 >15:36:14,149 INFO program: Last mounted on: /var/tmp/imgcreate-_OG0SN/install_root >15:36:14,149 INFO program: Filesystem UUID: 4e087d83-8d6a-495b-9080-d02954a98e98 >15:36:14,149 INFO program: Filesystem magic number: 0xEF53 >15:36:14,150 INFO program: Filesystem revision #: 1 (dynamic) >15:36:14,150 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 >15:36:14,150 INFO program: Filesystem flags: signed_directory_hash >15:36:14,150 INFO program: Default mount options: user_xattr acl >15:36:14,150 INFO program: Filesystem state: clean >15:36:14,150 INFO program: Errors behavior: Continue >15:36:14,150 INFO program: Filesystem OS type: Linux >15:36:14,150 INFO program: Inode count: 262144 >15:36:14,151 INFO program: Block count: 1048576 >15:36:14,151 INFO program: Reserved block count: 10484 >15:36:14,151 INFO program: Free blocks: 188396 >15:36:14,151 INFO program: Free inodes: 153869 >15:36:14,151 INFO program: First block: 0 >15:36:14,151 INFO program: Block size: 4096 >15:36:14,151 INFO program: Fragment size: 4096 >15:36:14,151 INFO program: Reserved GDT blocks: 255 >15:36:14,151 INFO program: Blocks per group: 32768 >15:36:14,151 INFO program: Fragments per group: 32768 >15:36:14,151 INFO program: Inodes per group: 8192 >15:36:14,152 INFO program: Inode blocks per group: 512 >15:36:14,152 INFO program: Flex block group size: 16 >15:36:14,152 INFO program: Filesystem created: Wed Jan 9 12:12:34 2013 >15:36:14,152 INFO program: Last mount time: Wed Jan 9 12:12:35 2013 >15:36:14,152 INFO program: Last write time: Wed Jan 9 12:22:57 2013 >15:36:14,152 INFO program: Mount count: 0 >15:36:14,152 INFO program: Maximum mount count: -1 >15:36:14,152 INFO program: Last checked: Wed Jan 9 12:22:57 2013 >15:36:14,152 INFO program: Check interval: 0 (<none>) >15:36:14,152 INFO program: Lifetime writes: 821 MB >15:36:14,152 INFO program: Reserved blocks uid: 0 (user root) >15:36:14,153 INFO program: Reserved blocks gid: 0 (group root) >15:36:14,153 INFO program: First inode: 11 >15:36:14,153 INFO program: Inode size: 256 >15:36:14,153 INFO program: Required extra isize: 28 >15:36:14,153 INFO program: Desired extra isize: 28 >15:36:14,153 INFO program: Journal inode: 8 >15:36:14,153 INFO program: Default directory hash: half_md4 >15:36:14,153 INFO program: Directory Hash Seed: 3f159f08-0ce4-4c7f-ac5d-716bf6b635d0 >15:36:14,153 INFO program: Journal backup: inode blocks >15:36:14,153 INFO program: Journal features: journal_incompat_revoke >15:36:14,153 INFO program: Journal size: 128M >15:36:14,154 INFO program: Journal length: 32768 >15:36:14,154 INFO program: Journal sequence: 0x000016a9 >15:36:14,154 INFO program: Journal start: 0 >15:36:14,154 INFO program: >15:36:14,154 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >15:36:14,156 INFO program: Running... dumpe2fs -h /dev/loop3 >15:36:14,188 INFO program: Filesystem volume name: _Fedora-18-x86_6 >15:36:14,189 INFO program: Last mounted on: /var/tmp/imgcreate-_OG0SN/install_root >15:36:14,189 INFO program: Filesystem UUID: 4e087d83-8d6a-495b-9080-d02954a98e98 >15:36:14,189 INFO program: Filesystem magic number: 0xEF53 >15:36:14,189 INFO program: Filesystem revision #: 1 (dynamic) >15:36:14,190 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 >15:36:14,190 INFO program: Filesystem flags: signed_directory_hash >15:36:14,190 INFO program: Default mount options: user_xattr acl >15:36:14,190 INFO program: Filesystem state: clean >15:36:14,190 INFO program: Errors behavior: Continue >15:36:14,190 INFO program: Filesystem OS type: Linux >15:36:14,190 INFO program: Inode count: 262144 >15:36:14,190 INFO program: Block count: 1048576 >15:36:14,190 INFO program: Reserved block count: 10484 >15:36:14,190 INFO program: Free blocks: 188396 >15:36:14,191 INFO program: Free inodes: 153869 >15:36:14,191 INFO program: First block: 0 >15:36:14,191 INFO program: Block size: 4096 >15:36:14,191 INFO program: Fragment size: 4096 >15:36:14,191 INFO program: Reserved GDT blocks: 255 >15:36:14,191 INFO program: Blocks per group: 32768 >15:36:14,191 INFO program: Fragments per group: 32768 >15:36:14,191 INFO program: Inodes per group: 8192 >15:36:14,191 INFO program: Inode blocks per group: 512 >15:36:14,192 INFO program: Flex block group size: 16 >15:36:14,192 INFO program: Filesystem created: Wed Jan 9 12:12:34 2013 >15:36:14,192 INFO program: Last mount time: Wed Jan 9 12:12:35 2013 >15:36:14,192 INFO program: Last write time: Wed Jan 9 12:22:57 2013 >15:36:14,192 INFO program: Mount count: 0 >15:36:14,192 INFO program: Maximum mount count: -1 >15:36:14,192 INFO program: Last checked: Wed Jan 9 12:22:57 2013 >15:36:14,192 INFO program: Check interval: 0 (<none>) >15:36:14,192 INFO program: Lifetime writes: 821 MB >15:36:14,192 INFO program: Reserved blocks uid: 0 (user root) >15:36:14,193 INFO program: Reserved blocks gid: 0 (group root) >15:36:14,193 INFO program: First inode: 11 >15:36:14,193 INFO program: Inode size: 256 >15:36:14,193 INFO program: Required extra isize: 28 >15:36:14,193 INFO program: Desired extra isize: 28 >15:36:14,193 INFO program: Journal inode: 8 >15:36:14,193 INFO program: Default directory hash: half_md4 >15:36:14,193 INFO program: Directory Hash Seed: 3f159f08-0ce4-4c7f-ac5d-716bf6b635d0 >15:36:14,193 INFO program: Journal backup: inode blocks >15:36:14,193 INFO program: Journal features: journal_incompat_revoke >15:36:14,193 INFO program: Journal size: 128M >15:36:14,194 INFO program: Journal length: 32768 >15:36:14,194 INFO program: Journal sequence: 0x000016a9 >15:36:14,194 INFO program: Journal start: 0 >15:36:14,194 INFO program: >15:36:14,194 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >15:36:14,195 INFO program: Running... resize2fs -P /dev/loop3 >15:36:14,240 INFO program: Couldn't find valid filesystem superblock. >15:36:14,242 ERR program: resize2fs 1.42.5 (29-Jul-2012) >15:36:14,242 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >15:36:14,358 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >15:36:14,396 INFO program: Filesystem volume name: _Fedora-18-x86_6 >15:36:14,397 INFO program: Last mounted on: /sysroot >15:36:14,397 INFO program: Filesystem UUID: 4e087d83-8d6a-495b-9080-d02954a98e98 >15:36:14,397 INFO program: Filesystem magic number: 0xEF53 >15:36:14,397 INFO program: Filesystem revision #: 1 (dynamic) >15:36:14,397 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 >15:36:14,398 INFO program: Filesystem flags: signed_directory_hash >15:36:14,398 INFO program: Default mount options: user_xattr acl >15:36:14,398 INFO program: Filesystem state: clean >15:36:14,398 INFO program: Errors behavior: Continue >15:36:14,398 INFO program: Filesystem OS type: Linux >15:36:14,398 INFO program: Inode count: 262144 >15:36:14,398 INFO program: Block count: 1048576 >15:36:14,398 INFO program: Reserved block count: 10484 >15:36:14,398 INFO program: Free blocks: 188396 >15:36:14,398 INFO program: Free inodes: 153869 >15:36:14,399 INFO program: First block: 0 >15:36:14,399 INFO program: Block size: 4096 >15:36:14,399 INFO program: Fragment size: 4096 >15:36:14,399 INFO program: Reserved GDT blocks: 255 >15:36:14,399 INFO program: Blocks per group: 32768 >15:36:14,399 INFO program: Fragments per group: 32768 >15:36:14,399 INFO program: Inodes per group: 8192 >15:36:14,399 INFO program: Inode blocks per group: 512 >15:36:14,399 INFO program: Flex block group size: 16 >15:36:14,399 INFO program: Filesystem created: Wed Jan 9 12:12:34 2013 >15:36:14,400 INFO program: Last mount time: Tue Jan 29 15:33:23 2013 >15:36:14,400 INFO program: Last write time: Tue Jan 29 15:33:23 2013 >15:36:14,400 INFO program: Mount count: 1 >15:36:14,400 INFO program: Maximum mount count: -1 >15:36:14,400 INFO program: Last checked: Wed Jan 9 12:22:57 2013 >15:36:14,400 INFO program: Check interval: 0 (<none>) >15:36:14,400 INFO program: Lifetime writes: 821 MB >15:36:14,400 INFO program: Reserved blocks uid: 0 (user root) >15:36:14,400 INFO program: Reserved blocks gid: 0 (group root) >15:36:14,400 INFO program: First inode: 11 >15:36:14,400 INFO program: Inode size: 256 >15:36:14,401 INFO program: Required extra isize: 28 >15:36:14,401 INFO program: Desired extra isize: 28 >15:36:14,401 INFO program: Journal inode: 8 >15:36:14,401 INFO program: First orphan inode: 34621 >15:36:14,401 INFO program: Default directory hash: half_md4 >15:36:14,401 INFO program: Directory Hash Seed: 3f159f08-0ce4-4c7f-ac5d-716bf6b635d0 >15:36:14,401 INFO program: Journal backup: inode blocks >15:36:14,401 INFO program: Journal features: journal_incompat_revoke >15:36:14,401 INFO program: Journal size: 128M >15:36:14,401 INFO program: Journal length: 32768 >15:36:14,401 INFO program: Journal sequence: 0x000016aa >15:36:14,402 INFO program: Journal start: 1 >15:36:14,402 INFO program: >15:36:14,402 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >15:36:14,403 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >15:36:14,438 INFO program: Filesystem volume name: _Fedora-18-x86_6 >15:36:14,439 INFO program: Last mounted on: /sysroot >15:36:14,439 INFO program: Filesystem UUID: 4e087d83-8d6a-495b-9080-d02954a98e98 >15:36:14,439 INFO program: Filesystem magic number: 0xEF53 >15:36:14,440 INFO program: Filesystem revision #: 1 (dynamic) >15:36:14,440 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 >15:36:14,440 INFO program: Filesystem flags: signed_directory_hash >15:36:14,440 INFO program: Default mount options: user_xattr acl >15:36:14,440 INFO program: Filesystem state: clean >15:36:14,440 INFO program: Errors behavior: Continue >15:36:14,440 INFO program: Filesystem OS type: Linux >15:36:14,440 INFO program: Inode count: 262144 >15:36:14,440 INFO program: Block count: 1048576 >15:36:14,440 INFO program: Reserved block count: 10484 >15:36:14,441 INFO program: Free blocks: 188396 >15:36:14,441 INFO program: Free inodes: 153869 >15:36:14,441 INFO program: First block: 0 >15:36:14,441 INFO program: Block size: 4096 >15:36:14,441 INFO program: Fragment size: 4096 >15:36:14,441 INFO program: Reserved GDT blocks: 255 >15:36:14,441 INFO program: Blocks per group: 32768 >15:36:14,441 INFO program: Fragments per group: 32768 >15:36:14,441 INFO program: Inodes per group: 8192 >15:36:14,441 INFO program: Inode blocks per group: 512 >15:36:14,441 INFO program: Flex block group size: 16 >15:36:14,442 INFO program: Filesystem created: Wed Jan 9 12:12:34 2013 >15:36:14,442 INFO program: Last mount time: Tue Jan 29 15:33:23 2013 >15:36:14,442 INFO program: Last write time: Tue Jan 29 15:33:23 2013 >15:36:14,442 INFO program: Mount count: 1 >15:36:14,442 INFO program: Maximum mount count: -1 >15:36:14,442 INFO program: Last checked: Wed Jan 9 12:22:57 2013 >15:36:14,442 INFO program: Check interval: 0 (<none>) >15:36:14,442 INFO program: Lifetime writes: 821 MB >15:36:14,442 INFO program: Reserved blocks uid: 0 (user root) >15:36:14,442 INFO program: Reserved blocks gid: 0 (group root) >15:36:14,443 INFO program: First inode: 11 >15:36:14,443 INFO program: Inode size: 256 >15:36:14,443 INFO program: Required extra isize: 28 >15:36:14,443 INFO program: Desired extra isize: 28 >15:36:14,443 INFO program: Journal inode: 8 >15:36:14,443 INFO program: First orphan inode: 34621 >15:36:14,443 INFO program: Default directory hash: half_md4 >15:36:14,443 INFO program: Directory Hash Seed: 3f159f08-0ce4-4c7f-ac5d-716bf6b635d0 >15:36:14,443 INFO program: Journal backup: inode blocks >15:36:14,443 INFO program: Journal features: journal_incompat_revoke >15:36:14,443 INFO program: Journal size: 128M >15:36:14,444 INFO program: Journal length: 32768 >15:36:14,444 INFO program: Journal sequence: 0x000016aa >15:36:14,444 INFO program: Journal start: 1 >15:36:14,444 INFO program: >15:36:14,444 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >15:36:14,445 INFO program: Running... resize2fs -P /dev/mapper/live-rw >15:36:14,484 INFO program: Estimated minimum size of the filesystem: 861839 >15:36:14,486 ERR program: resize2fs 1.42.5 (29-Jul-2012) >15:36:14,567 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >15:36:14,600 INFO program: Filesystem volume name: _Fedora-18-x86_6 >15:36:14,602 INFO program: Last mounted on: /var/tmp/imgcreate-_OG0SN/install_root >15:36:14,602 INFO program: Filesystem UUID: 4e087d83-8d6a-495b-9080-d02954a98e98 >15:36:14,602 INFO program: Filesystem magic number: 0xEF53 >15:36:14,602 INFO program: Filesystem revision #: 1 (dynamic) >15:36:14,602 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 >15:36:14,602 INFO program: Filesystem flags: signed_directory_hash >15:36:14,603 INFO program: Default mount options: user_xattr acl >15:36:14,603 INFO program: Filesystem state: clean >15:36:14,603 INFO program: Errors behavior: Continue >15:36:14,603 INFO program: Filesystem OS type: Linux >15:36:14,603 INFO program: Inode count: 221184 >15:36:14,603 INFO program: Block count: 861839 >15:36:14,603 INFO program: Reserved block count: 8616 >15:36:14,603 INFO program: Free blocks: 4486 >15:36:14,603 INFO program: Free inodes: 112909 >15:36:14,603 INFO program: First block: 0 >15:36:14,604 INFO program: Block size: 4096 >15:36:14,604 INFO program: Fragment size: 4096 >15:36:14,604 INFO program: Reserved GDT blocks: 255 >15:36:14,604 INFO program: Blocks per group: 32768 >15:36:14,604 INFO program: Fragments per group: 32768 >15:36:14,604 INFO program: Inodes per group: 8192 >15:36:14,604 INFO program: Inode blocks per group: 512 >15:36:14,604 INFO program: Flex block group size: 16 >15:36:14,604 INFO program: Filesystem created: Wed Jan 9 12:12:34 2013 >15:36:14,604 INFO program: Last mount time: Wed Jan 9 12:12:35 2013 >15:36:14,604 INFO program: Last write time: Wed Jan 9 12:22:59 2013 >15:36:14,605 INFO program: Mount count: 0 >15:36:14,605 INFO program: Maximum mount count: -1 >15:36:14,605 INFO program: Last checked: Wed Jan 9 12:22:59 2013 >15:36:14,605 INFO program: Check interval: 0 (<none>) >15:36:14,605 INFO program: Lifetime writes: 822 MB >15:36:14,605 INFO program: Reserved blocks uid: 0 (user root) >15:36:14,605 INFO program: Reserved blocks gid: 0 (group root) >15:36:14,605 INFO program: First inode: 11 >15:36:14,605 INFO program: Inode size: 256 >15:36:14,605 INFO program: Required extra isize: 28 >15:36:14,605 INFO program: Desired extra isize: 28 >15:36:14,606 INFO program: Journal inode: 8 >15:36:14,606 INFO program: Default directory hash: half_md4 >15:36:14,606 INFO program: Directory Hash Seed: 3f159f08-0ce4-4c7f-ac5d-716bf6b635d0 >15:36:14,606 INFO program: Journal backup: inode blocks >15:36:14,606 INFO program: Journal features: journal_incompat_revoke >15:36:14,606 INFO program: Journal size: 128M >15:36:14,606 INFO program: Journal length: 32768 >15:36:14,606 INFO program: Journal sequence: 0x000016a9 >15:36:14,606 INFO program: Journal start: 0 >15:36:14,606 INFO program: >15:36:14,607 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >15:36:14,608 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >15:36:14,647 INFO program: Filesystem volume name: _Fedora-18-x86_6 >15:36:14,648 INFO program: Last mounted on: /var/tmp/imgcreate-_OG0SN/install_root >15:36:14,648 INFO program: Filesystem UUID: 4e087d83-8d6a-495b-9080-d02954a98e98 >15:36:14,649 INFO program: Filesystem magic number: 0xEF53 >15:36:14,649 INFO program: Filesystem revision #: 1 (dynamic) >15:36:14,649 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 >15:36:14,649 INFO program: Filesystem flags: signed_directory_hash >15:36:14,649 INFO program: Default mount options: user_xattr acl >15:36:14,649 INFO program: Filesystem state: clean >15:36:14,649 INFO program: Errors behavior: Continue >15:36:14,650 INFO program: Filesystem OS type: Linux >15:36:14,650 INFO program: Inode count: 221184 >15:36:14,650 INFO program: Block count: 861839 >15:36:14,650 INFO program: Reserved block count: 8616 >15:36:14,651 INFO program: Free blocks: 4486 >15:36:14,651 INFO program: Free inodes: 112909 >15:36:14,651 INFO program: First block: 0 >15:36:14,651 INFO program: Block size: 4096 >15:36:14,651 INFO program: Fragment size: 4096 >15:36:14,651 INFO program: Reserved GDT blocks: 255 >15:36:14,651 INFO program: Blocks per group: 32768 >15:36:14,651 INFO program: Fragments per group: 32768 >15:36:14,651 INFO program: Inodes per group: 8192 >15:36:14,651 INFO program: Inode blocks per group: 512 >15:36:14,652 INFO program: Flex block group size: 16 >15:36:14,652 INFO program: Filesystem created: Wed Jan 9 12:12:34 2013 >15:36:14,652 INFO program: Last mount time: Wed Jan 9 12:12:35 2013 >15:36:14,652 INFO program: Last write time: Wed Jan 9 12:22:59 2013 >15:36:14,652 INFO program: Mount count: 0 >15:36:14,652 INFO program: Maximum mount count: -1 >15:36:14,652 INFO program: Last checked: Wed Jan 9 12:22:59 2013 >15:36:14,652 INFO program: Check interval: 0 (<none>) >15:36:14,652 INFO program: Lifetime writes: 822 MB >15:36:14,652 INFO program: Reserved blocks uid: 0 (user root) >15:36:14,652 INFO program: Reserved blocks gid: 0 (group root) >15:36:14,653 INFO program: First inode: 11 >15:36:14,653 INFO program: Inode size: 256 >15:36:14,653 INFO program: Required extra isize: 28 >15:36:14,653 INFO program: Desired extra isize: 28 >15:36:14,653 INFO program: Journal inode: 8 >15:36:14,653 INFO program: Default directory hash: half_md4 >15:36:14,653 INFO program: Directory Hash Seed: 3f159f08-0ce4-4c7f-ac5d-716bf6b635d0 >15:36:14,653 INFO program: Journal backup: inode blocks >15:36:14,653 INFO program: Journal features: journal_incompat_revoke >15:36:14,653 INFO program: Journal size: 128M >15:36:14,653 INFO program: Journal length: 32768 >15:36:14,654 INFO program: Journal sequence: 0x000016a9 >15:36:14,654 INFO program: Journal start: 0 >15:36:14,654 INFO program: >15:36:14,655 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >15:36:14,656 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >15:36:14,697 INFO program: Couldn't find valid filesystem superblock. >15:36:14,698 ERR program: resize2fs 1.42.5 (29-Jul-2012) >15:36:14,698 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >15:36:17,670 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >15:36:17,808 INFO program: Running... udevadm settle --timeout=300 >15:36:19,106 INFO program: Running... modprobe fcoe >15:36:19,268 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >15:36:19,325 INFO program: No FCoE boot disk information is found in EDD! >15:36:19,338 INFO program: Running... udevadm settle --timeout=300 >15:36:19,557 INFO program: Running... multipath -d >15:36:19,740 INFO program: Running... multipath -ll >15:36:21,820 INFO program: Running... udevadm control --property=ANACONDA=1 >15:36:21,833 INFO program: Running... systemctl start chronyd.service >15:36:22,201 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >15:36:22,777 INFO program: Running... udevadm settle --timeout=300 >15:36:32,227 INFO program: Running... udevadm settle --timeout=300 >15:36:33,145 INFO program: Running... udevadm settle --timeout=300 >15:36:34,240 INFO program: Running... multipath -d >15:36:34,466 INFO program: Running... multipath -ll >15:36:35,595 INFO program: Running... udevadm settle --timeout=300 >15:36:35,831 INFO program: Running... mdadm --examine --brief /dev/sda2 >15:36:35,943 INFO program: ARRAY /dev/md/0 metadata=1.2 UUID=0ce6be4d:cbd9eced:741e694b:3804bde3 name=genius.invalid:0 >15:36:36,046 INFO program: Running... udevadm settle --timeout=300 >15:36:36,224 INFO program: Running... mdadm --incremental --quiet /dev/sda2 >15:36:37,677 INFO program: Running... dumpe2fs -h /dev/loop3 >15:36:37,797 INFO program: Filesystem volume name: _Fedora-18-x86_6 >15:36:37,802 INFO program: Last mounted on: /var/tmp/imgcreate-_OG0SN/install_root >15:36:37,811 INFO program: Filesystem UUID: 4e087d83-8d6a-495b-9080-d02954a98e98 >15:36:37,813 INFO program: Filesystem magic number: 0xEF53 >15:36:37,816 INFO program: Filesystem revision #: 1 (dynamic) >15:36:37,816 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 >15:36:37,817 INFO program: Filesystem flags: signed_directory_hash >15:36:37,817 INFO program: Default mount options: user_xattr acl >15:36:37,817 INFO program: Filesystem state: clean >15:36:37,817 INFO program: Errors behavior: Continue >15:36:37,818 INFO program: Filesystem OS type: Linux >15:36:37,818 INFO program: Inode count: 262144 >15:36:37,818 INFO program: Block count: 1048576 >15:36:37,822 INFO program: Reserved block count: 10484 >15:36:37,822 INFO program: Free blocks: 188396 >15:36:37,822 INFO program: Free inodes: 153869 >15:36:37,822 INFO program: First block: 0 >15:36:37,838 INFO program: Block size: 4096 >15:36:37,838 INFO program: Fragment size: 4096 >15:36:37,838 INFO program: Reserved GDT blocks: 255 >15:36:37,838 INFO program: Blocks per group: 32768 >15:36:37,839 INFO program: Fragments per group: 32768 >15:36:37,839 INFO program: Inodes per group: 8192 >15:36:37,839 INFO program: Inode blocks per group: 512 >15:36:37,853 INFO program: Flex block group size: 16 >15:36:37,853 INFO program: Filesystem created: Wed Jan 9 12:12:34 2013 >15:36:37,853 INFO program: Last mount time: Wed Jan 9 12:12:35 2013 >15:36:37,854 INFO program: Last write time: Wed Jan 9 12:22:57 2013 >15:36:37,854 INFO program: Mount count: 0 >15:36:37,859 INFO program: Maximum mount count: -1 >15:36:37,869 INFO program: Last checked: Wed Jan 9 12:22:57 2013 >15:36:37,869 INFO program: Check interval: 0 (<none>) >15:36:37,879 INFO program: Lifetime writes: 821 MB >15:36:37,880 INFO program: Reserved blocks uid: 0 (user root) >15:36:37,880 INFO program: Reserved blocks gid: 0 (group root) >15:36:37,895 INFO program: First inode: 11 >15:36:37,895 INFO program: Inode size: 256 >15:36:37,895 INFO program: Required extra isize: 28 >15:36:37,895 INFO program: Desired extra isize: 28 >15:36:37,896 INFO program: Journal inode: 8 >15:36:37,906 INFO program: Default directory hash: half_md4 >15:36:37,908 INFO program: Directory Hash Seed: 3f159f08-0ce4-4c7f-ac5d-716bf6b635d0 >15:36:37,909 INFO program: Journal backup: inode blocks >15:36:37,936 INFO program: Journal features: journal_incompat_revoke >15:36:37,937 INFO program: Journal size: 128M >15:36:37,937 INFO program: Journal length: 32768 >15:36:37,937 INFO program: Journal sequence: 0x000016a9 >15:36:37,937 INFO program: Journal start: 0 >15:36:37,937 INFO program: >15:36:37,938 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >15:36:37,953 INFO program: Running... dumpe2fs -h /dev/loop3 >15:36:38,221 INFO program: Filesystem volume name: _Fedora-18-x86_6 >15:36:38,229 INFO program: Last mounted on: /var/tmp/imgcreate-_OG0SN/install_root >15:36:38,233 INFO program: Filesystem UUID: 4e087d83-8d6a-495b-9080-d02954a98e98 >15:36:38,236 INFO program: Filesystem magic number: 0xEF53 >15:36:38,238 INFO program: Filesystem revision #: 1 (dynamic) >15:36:38,238 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 >15:36:38,239 INFO program: Filesystem flags: signed_directory_hash >15:36:38,239 INFO program: Default mount options: user_xattr acl >15:36:38,239 INFO program: Filesystem state: clean >15:36:38,239 INFO program: Errors behavior: Continue >15:36:38,239 INFO program: Filesystem OS type: Linux >15:36:38,239 INFO program: Inode count: 262144 >15:36:38,240 INFO program: Block count: 1048576 >15:36:38,240 INFO program: Reserved block count: 10484 >15:36:38,240 INFO program: Free blocks: 188396 >15:36:38,267 INFO program: Free inodes: 153869 >15:36:38,267 INFO program: First block: 0 >15:36:38,267 INFO program: Block size: 4096 >15:36:38,267 INFO program: Fragment size: 4096 >15:36:38,267 INFO program: Reserved GDT blocks: 255 >15:36:38,268 INFO program: Blocks per group: 32768 >15:36:38,275 INFO program: Fragments per group: 32768 >15:36:38,275 INFO program: Inodes per group: 8192 >15:36:38,290 INFO program: Inode blocks per group: 512 >15:36:38,290 INFO program: Flex block group size: 16 >15:36:38,290 INFO program: Filesystem created: Wed Jan 9 12:12:34 2013 >15:36:38,296 INFO program: Last mount time: Wed Jan 9 12:12:35 2013 >15:36:38,307 INFO program: Last write time: Wed Jan 9 12:22:57 2013 >15:36:38,320 INFO program: Mount count: 0 >15:36:38,321 INFO program: Maximum mount count: -1 >15:36:38,321 INFO program: Last checked: Wed Jan 9 12:22:57 2013 >15:36:38,324 INFO program: Check interval: 0 (<none>) >15:36:38,343 INFO program: Lifetime writes: 821 MB >15:36:38,365 INFO program: Reserved blocks uid: 0 (user root) >15:36:38,366 INFO program: Reserved blocks gid: 0 (group root) >15:36:38,366 INFO program: First inode: 11 >15:36:38,377 INFO program: Inode size: 256 >15:36:38,377 INFO program: Required extra isize: 28 >15:36:38,377 INFO program: Desired extra isize: 28 >15:36:38,392 INFO program: Journal inode: 8 >15:36:38,392 INFO program: Default directory hash: half_md4 >15:36:38,392 INFO program: Directory Hash Seed: 3f159f08-0ce4-4c7f-ac5d-716bf6b635d0 >15:36:38,402 INFO program: Journal backup: inode blocks >15:36:38,402 INFO program: Journal features: journal_incompat_revoke >15:36:38,403 INFO program: Journal size: 128M >15:36:38,417 INFO program: Journal length: 32768 >15:36:38,417 INFO program: Journal sequence: 0x000016a9 >15:36:38,426 INFO program: Journal start: 0 >15:36:38,441 INFO program: >15:36:38,442 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >15:36:38,445 INFO program: Running... resize2fs -P /dev/loop3 >15:36:38,610 INFO program: Couldn't find valid filesystem superblock. >15:36:38,623 ERR program: resize2fs 1.42.5 (29-Jul-2012) >15:36:38,626 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 > > >/tmp/storage.log: >15:36:11,136 DEBUG storage: registered device format class PPCPRePBoot as prepboot >15:36:11,143 DEBUG storage: registered device format class DiskLabel as disklabel >15:36:11,144 DEBUG storage: registered device format class MultipathMember as multipath_member >15:36:11,204 DEBUG storage: registered device format class Ext2FS as ext2 >15:36:11,204 DEBUG storage: registered device format class Ext3FS as ext3 >15:36:11,204 DEBUG storage: registered device format class Ext4FS as ext4 >15:36:11,205 DEBUG storage: registered device format class FATFS as vfat >15:36:11,205 DEBUG storage: registered device format class EFIFS as efi >15:36:11,206 DEBUG storage: registered device format class BTRFS as btrfs >15:36:11,206 DEBUG storage: registered device format class GFS2 as gfs2 >15:36:11,210 DEBUG storage: registered device format class JFS as jfs >15:36:11,211 DEBUG storage: registered device format class ReiserFS as reiserfs >15:36:11,211 DEBUG storage: registered device format class XFS as xfs >15:36:11,211 DEBUG storage: registered device format class HFS as hfs >15:36:11,211 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >15:36:11,211 DEBUG storage: registered device format class HFSPlus as hfs+ >15:36:11,212 DEBUG storage: registered device format class NTFS as ntfs >15:36:11,212 DEBUG storage: registered device format class NFS as nfs >15:36:11,213 DEBUG storage: registered device format class NFSv4 as nfs4 >15:36:11,213 DEBUG storage: registered device format class Iso9660FS as iso9660 >15:36:11,213 DEBUG storage: registered device format class NoDevFS as nodev >15:36:11,213 DEBUG storage: registered device format class DevPtsFS as devpts >15:36:11,214 DEBUG storage: registered device format class ProcFS as proc >15:36:11,214 DEBUG storage: registered device format class SysFS as sysfs >15:36:11,218 DEBUG storage: registered device format class TmpFS as tmpfs >15:36:11,219 DEBUG storage: registered device format class BindFS as bind >15:36:11,219 DEBUG storage: registered device format class SELinuxFS as selinuxfs >15:36:11,220 DEBUG storage: registered device format class USBFS as usbfs >15:36:11,225 DEBUG storage: registered device format class MDRaidMember as mdmember >15:36:11,226 DEBUG storage: registered device format class BIOSBoot as biosboot >15:36:11,228 DEBUG storage: registered device format class SwapSpace as swap >15:36:11,236 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >15:36:11,239 DEBUG storage: registered device format class LUKS as luks >15:36:11,245 DEBUG storage: registered device format class DMRaidMember as dmraidmember >15:36:13,047 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >15:36:13,051 INFO storage: not going to create backup copy of non-existent /etc/multipath.conf >15:36:13,051 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >15:36:13,052 INFO storage: sr0 looks to be the live device; marking as protected >15:36:13,053 INFO storage: Skipping multipath detection due to running as non-root. >15:36:13,137 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1', 'md127'] >15:36:13,207 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': '88911', > '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 ; >15:36:13,209 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >15:36:13,210 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >15:36:13,211 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:13,213 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >15:36:13,215 INFO storage: sda is a disk >15:36:13,216 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:13,226 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >15:36:13,227 INFO storage: added disk sda (id 0) to device tree >15:36:13,227 DEBUG storage: looking up parted Device: /dev/sda >15:36:13,247 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >15:36:13,248 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >15:36:13,253 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >15:36:13,267 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >15:36:13,285 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 0x22c9390>, <parted.partition.Partition object at 0x22c9510>] > device: <parted.device.Device object at 0x22c91d0> > PedDisk: <_ped.Disk object at 0x22ca200> >15:36:13,286 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >15:36:13,294 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >15:36:13,299 INFO storage: got device: DiskDevice instance (0x225ded0) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 6000.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: 12288000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (764, 255, 63) biosGeometry: (764, 255, 63) > PedDevice: <_ped.Device object at 0x21c94d0> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x22b7390> >15:36:13,310 INFO storage: got format: DiskLabel instance (0x22b7450) -- > 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 0x22c9390>, <parted.partition.Partition object at 0x22c9510>] > device: <parted.device.Device object at 0x22c91d0> > PedDisk: <_ped.Disk object at 0x22ca200> > origPartedDisk = <parted.disk.Disk object at 0x22c9710> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 12288000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (764, 255, 63) biosGeometry: (764, 255, 63) > PedDevice: <_ped.Device object at 0x21c9830> > >15:36:13,318 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '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_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': '90091', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >15:36:13,319 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >15:36:13,321 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >15:36:13,322 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:13,322 INFO storage: sda1 is a partition >15:36:13,324 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >15:36:13,325 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >15:36:13,327 DEBUG storage: DeviceTree.getDeviceByName returned existing 6000MB disk sda (0) with existing msdos disklabel >15:36:13,329 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >15:36:13,330 DEBUG storage: PartitionDevice._setFormat: sda1 ; >15:36:13,331 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:13,334 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >15:36:13,334 DEBUG storage: looking up parted Partition: /dev/sda1 >15:36:13,335 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >15:36:13,337 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >15:36:13,339 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >15:36:13,340 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >15:36:13,340 INFO storage: added partition sda1 (id 1) to device tree >15:36:13,341 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >15:36:13,343 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >15:36:13,344 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >15:36:13,345 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >15:36:13,362 WARN storage: disklabel detected but not usable on sda1 >15:36:13,363 DEBUG storage: no type or existing type for sda1, bailing >15:36:13,364 DEBUG storage: looking up parted Device: /dev/sda1 >15:36:13,374 INFO storage: got device: PartitionDevice instance (0x22b7350) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 6000MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing None > 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: 32740 did: 0 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x21c9a70> > 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 0x22c9290> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x22c9450> PedPartition: <_ped.Partition object at 0x22c0f50> > disk = existing 6000MB disk sda (0) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >15:36:13,386 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_LABEL': 'genius.invalid:0', > 'ID_FS_LABEL_ENC': 'genius.invalid:0', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '0ce6be4d-cbd9-eced-741e-694b3804bde3', > 'ID_FS_UUID_ENC': '0ce6be4d-cbd9-eced-741e-694b3804bde3', > 'ID_FS_UUID_SUB': '550085ce-62d4-885e-e235-35243c697586', > 'ID_FS_UUID_SUB_ENC': '550085ce-62d4-885e-e235-35243c697586', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '11261952', > 'ID_PART_ENTRY_TYPE': '0xda', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MD_DEVICES': '2', > 'MD_DEV_UUID': '550085ce:62d4885e:e2353524:3c697586', > 'MD_EVENTS': '0', > 'MD_LEVEL': 'raid1', > 'MD_NAME': 'genius.invalid:0', > 'MD_UPDATE_TIME': '1359491504', > 'MD_UUID': '0ce6be4d:cbd9eced:741e694b:3804bde3', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '90129', > '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 ; >15:36:13,392 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >15:36:13,393 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >15:36:13,394 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:13,394 INFO storage: sda2 is a partition >15:36:13,402 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >15:36:13,403 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >15:36:13,405 DEBUG storage: DeviceTree.getDeviceByName returned existing 6000MB disk sda (0) with existing msdos disklabel >15:36:13,410 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >15:36:13,412 DEBUG storage: PartitionDevice._setFormat: sda2 ; >15:36:13,413 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:13,417 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >15:36:13,417 DEBUG storage: looking up parted Partition: /dev/sda2 >15:36:13,419 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >15:36:13,420 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >15:36:13,422 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >15:36:13,424 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >15:36:13,424 INFO storage: added partition sda2 (id 2) to device tree >15:36:13,425 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >15:36:13,426 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >15:36:13,428 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >15:36:13,429 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >15:36:13,446 WARN storage: disklabel detected but not usable on sda2 >15:36:13,446 INFO storage: type detected on 'sda2' is 'linux_raid_member' >15:36:13,456 DEBUG storage: MDRaidMember.__init__: uuid: None ; exists: True ; label: genius.invalid:0 ; device: /dev/sda2 ; serial: QM00001 ; mdUuid: 0ce6be4d:cbd9eced:741e694b:3804bde3 ; biosraid: False ; >15:36:13,457 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >15:36:13,458 DEBUG storage: PartitionDevice._setFormat: sda2 ; >15:36:13,467 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: mdmember ; >15:36:13,469 DEBUG storage: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sda2 ; >15:36:13,473 DEBUG storage: DeviceTree.getDeviceByUuid returned None >15:36:13,585 INFO storage: using name genius.invalid:0 for md array containing member sda2 >15:36:13,587 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:13,591 DEBUG storage: MDRaidArrayDevice._setFormat: genius.invalid:0 ; current: None ; type: None ; >15:36:13,597 DEBUG storage: MDRaidArrayDevice.updateSysfsPath: genius.invalid:0 ; status: False ; >15:36:13,599 DEBUG storage: MDRaidArrayDevice._addDevice: genius.invalid:0 ; device: sda2 ; status: True ; >15:36:13,607 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >15:36:13,609 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >15:36:13,697 WARN storage: failed to add member /dev/sda2 to md array /dev/md/genius.invalid:0: mdadd failed for /dev/sda2: running mdadm --incremental --quiet /dev/sda2 failed >15:36:13,699 DEBUG storage: looking up parted Device: /dev/md/genius.invalid:0 >15:36:13,734 INFO storage: added mdarray genius.invalid:0 (id 3) to device tree >15:36:13,737 DEBUG storage: looking up parted Device: /dev/sda2 >15:36:13,750 INFO storage: got device: PartitionDevice instance (0x22b7590) -- > name = sda2 status = True kids = 1 id = 2 > parents = ['existing 6000MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 5499.0 > format = existing mdmember > 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: 11261952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 528 did: 527 busy: False > hardwareGeometry: (701, 255, 63) biosGeometry: (701, 255, 63) > PedDevice: <_ped.Device object at 0x21c97a0> > 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 0x22c9290> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x22c95d0> PedPartition: <_ped.Partition object at 0x22c0fb0> > disk = existing 6000MB disk sda (0) with existing msdos disklabel > start = 1026048 end = 12287999 length = 11261952 > flags = >15:36:13,751 INFO storage: got format: MDRaidMember instance (0x22c9d90) -- > type = mdmember name = software RAID status = False > device = /dev/sda2 uuid = None exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 0ce6be4d:cbd9eced:741e694b:3804bde3 biosraid = False >15:36:13,770 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-x86_64-Live-Desktop.is /dev/disk/by-uuid/2013-01-09-17-26-38-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FS_LABEL': 'Fedora-18-x86_64-Live-Desktop.is', > 'ID_FS_LABEL_ENC': 'Fedora-18-x86_64-Live-Desktop.is', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-01-09-17-26-38-00', > 'ID_FS_UUID_ENC': '2013-01-09-17-26-38-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': '2104', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-x86_64-Live-Desktop.is', > '/dev/disk/by-uuid/2013-01-09-17-26-38-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >15:36:13,781 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >15:36:13,782 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >15:36:13,784 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:13,784 INFO storage: sr0 is a cdrom >15:36:13,792 DEBUG storage: DeviceTree.addUdevOpticalDevice: >15:36:13,793 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:13,801 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >15:36:13,801 INFO storage: added cdrom sr0 (id 4) to device tree >15:36:13,809 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:36:13,816 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >15:36:13,817 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >15:36:13,824 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >15:36:13,831 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >15:36:13,904 WARN storage: disklabel detected but not usable on sr0 >15:36:13,905 INFO storage: type detected on 'sr0' is 'iso9660' >15:36:13,910 DEBUG storage: Iso9660FS.supported: supported: True ; >15:36:13,911 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >15:36:13,912 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >15:36:13,914 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:36:13,918 DEBUG storage: looking up parted Device: /dev/sr0 >15:36:13,919 INFO storage: got device: OpticalDevice instance (0x22c9cd0) -- > name = sr0 status = True kids = 0 id = 4 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x21c9cb0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >15:36:13,921 DEBUG storage: Iso9660FS.supported: supported: True ; >15:36:13,922 INFO storage: got format: Iso9660FS instance (0x22b7490) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2013-01-09-17-26-38-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-x86_64-Live-Desktop.is size = 0 targetSize = 0 > >15:36:13,924 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': '9321', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >15:36:13,925 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >15:36:13,927 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >15:36:13,929 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:13,929 INFO storage: loop0 is a loop device >15:36:13,930 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >15:36:13,932 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >15:36:13,934 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:13,934 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:13,936 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >15:36:13,937 INFO storage: added file /osmin.img (deleted) (id 5) to device tree >15:36:13,939 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >15:36:13,939 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:13,941 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >15:36:13,941 INFO storage: added loop loop0 (id 6) to device tree >15:36:13,943 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >15:36:13,944 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >15:36:13,944 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >15:36:13,946 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >15:36:13,948 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >15:36:13,955 WARN storage: disklabel detected but not usable on loop0 >15:36:13,956 INFO storage: type detected on 'loop0' is 'squashfs' >15:36:13,957 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >15:36:13,958 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >15:36:13,962 INFO storage: got device: LoopDevice instance (0x231af10) -- > 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 >15:36:13,965 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': '14912', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >15:36:13,965 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >15:36:13,971 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >15:36:13,973 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:13,973 INFO storage: loop1 is a loop device >15:36:13,976 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >15:36:13,978 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >15:36:13,979 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:13,979 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:13,981 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >15:36:13,981 INFO storage: added file /osmin (id 7) to device tree >15:36:13,983 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >15:36:13,983 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:13,985 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >15:36:13,985 INFO storage: added loop loop1 (id 8) to device tree >15:36:13,986 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >15:36:13,988 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >15:36:13,988 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >15:36:13,990 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >15:36:13,991 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >15:36:14,000 WARN storage: disklabel detected but not usable on loop1 >15:36:14,001 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >15:36:14,001 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >15:36:14,002 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >15:36:14,008 INFO storage: got device: LoopDevice instance (0x2320390) -- > 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 >15:36:14,015 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': '14946', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >15:36:14,015 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >15:36:14,030 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >15:36:14,031 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:14,031 INFO storage: loop2 is a loop device >15:36:14,032 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >15:36:14,034 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >15:36:14,035 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:14,035 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:14,037 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >15:36:14,037 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 9) to device tree >15:36:14,039 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >15:36:14,040 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:14,041 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >15:36:14,041 INFO storage: added loop loop2 (id 10) to device tree >15:36:14,042 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >15:36:14,044 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >15:36:14,044 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >15:36:14,045 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >15:36:14,047 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >15:36:14,055 WARN storage: disklabel detected but not usable on loop2 >15:36:14,055 INFO storage: type detected on 'loop2' is 'squashfs' >15:36:14,056 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >15:36:14,059 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >15:36:14,060 INFO storage: got device: LoopDevice instance (0x22b7550) -- > 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 >15:36:14,069 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-x86_6 /dev/disk/by-uuid/4e087d83-8d6a-495b-9080-d02954a98e98', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-x86_6', > 'ID_FS_LABEL_ENC': '_Fedora-18-x86_6', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4e087d83-8d6a-495b-9080-d02954a98e98', > 'ID_FS_UUID_ENC': '4e087d83-8d6a-495b-9080-d02954a98e98', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '14970', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-x86_6', > '/dev/disk/by-uuid/4e087d83-8d6a-495b-9080-d02954a98e98'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >15:36:14,070 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >15:36:14,071 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >15:36:14,074 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:14,074 INFO storage: loop3 is a loop device >15:36:14,075 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >15:36:14,076 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >15:36:14,078 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:14,078 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:14,080 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >15:36:14,080 INFO storage: added file /LiveOS/ext3fs.img (id 11) to device tree >15:36:14,082 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >15:36:14,082 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:14,084 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >15:36:14,084 INFO storage: added loop loop3 (id 12) to device tree >15:36:14,085 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >15:36:14,086 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >15:36:14,088 DEBUG storage: Ext4FS.supported: supported: True ; >15:36:14,092 DEBUG storage: getFormat('ext4') returning Ext4FS instance >15:36:14,092 DEBUG storage: device loop3 does not contain a disklabel >15:36:14,092 INFO storage: type detected on 'loop3' is 'ext4' >15:36:14,247 DEBUG storage: using current size 0 as min size >15:36:14,253 DEBUG storage: Ext4FS.supported: supported: True ; >15:36:14,254 DEBUG storage: getFormat('ext4') returning Ext4FS instance >15:36:14,256 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >15:36:14,259 INFO storage: got device: LoopDevice instance (0x2320590) -- > 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 >15:36:14,261 DEBUG storage: Ext4FS.supported: supported: True ; >15:36:14,262 INFO storage: got format: Ext4FS instance (0x2320090) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = 4e087d83-8d6a-495b-9080-d02954a98e98 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-x86_6 size = 4096.0 targetSize = 4096.0 > >15:36:14,265 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '21605', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >15:36:14,269 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >15:36:14,270 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >15:36:14,272 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:14,272 INFO storage: loop4 is a loop device >15:36:14,274 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >15:36:14,276 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >15:36:14,278 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:14,279 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:14,281 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >15:36:14,282 INFO storage: added file /overlay (deleted) (id 13) to device tree >15:36:14,284 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >15:36:14,284 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:14,286 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >15:36:14,287 INFO storage: added loop loop4 (id 14) to device tree >15:36:14,288 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >15:36:14,290 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >15:36:14,290 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >15:36:14,292 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >15:36:14,294 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >15:36:14,303 WARN storage: disklabel detected but not usable on loop4 >15:36:14,304 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >15:36:14,304 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >15:36:14,305 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >15:36:14,313 INFO storage: got device: LoopDevice instance (0x23204d0) -- > 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 >15:36:14,316 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': '21640', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >15:36:14,318 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >15:36:14,318 DEBUG storage: lvm filter: adding loop5 to the reject list >15:36:14,320 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': '21664', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >15:36:14,321 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >15:36:14,321 DEBUG storage: lvm filter: adding loop6 to the reject list >15:36:14,323 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '29423', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >15:36:14,324 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >15:36:14,324 DEBUG storage: lvm filter: adding loop7 to the reject list >15:36:14,328 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-x86_6 /dev/disk/by-uuid/4e087d83-8d6a-495b-9080-d02954a98e98 /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-x86_6', > 'ID_FS_LABEL_ENC': '_Fedora-18-x86_6', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4e087d83-8d6a-495b-9080-d02954a98e98', > 'ID_FS_UUID_ENC': '4e087d83-8d6a-495b-9080-d02954a98e98', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '82446', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-x86_6', > '/dev/disk/by-uuid/4e087d83-8d6a-495b-9080-d02954a98e98', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >15:36:14,329 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >15:36:14,330 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >15:36:14,331 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:14,331 INFO storage: live-rw is a device-mapper device >15:36:14,333 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >15:36:14,334 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >15:36:14,336 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (12) with existing ext4 filesystem >15:36:14,340 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >15:36:14,342 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (14) >15:36:14,345 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >15:36:14,347 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:14,350 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >15:36:14,350 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:14,352 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >15:36:14,352 INFO storage: added dm live-rw (id 15) to device tree >15:36:14,354 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >15:36:14,355 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >15:36:14,357 DEBUG storage: Ext4FS.supported: supported: True ; >15:36:14,357 DEBUG storage: getFormat('ext4') returning Ext4FS instance >15:36:14,357 DEBUG storage: device live-rw does not contain a disklabel >15:36:14,357 INFO storage: type detected on 'live-rw' is 'ext4' >15:36:14,489 DEBUG storage: padding min size from 3367 up to 3703 >15:36:14,498 DEBUG storage: Ext4FS.supported: supported: True ; >15:36:14,499 DEBUG storage: getFormat('ext4') returning Ext4FS instance >15:36:14,502 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >15:36:14,505 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >15:36:14,519 INFO storage: got device: DMDevice instance (0x2320ad0) -- > 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: 24886 did: 13357 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x21c9e60> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >15:36:14,525 DEBUG storage: Ext4FS.supported: supported: True ; >15:36:14,526 INFO storage: got format: Ext4FS instance (0x22c97d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 4e087d83-8d6a-495b-9080-d02954a98e98 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-x86_6 size = 4096.0 targetSize = 4096.0 > >15:36:14,533 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-x86_6 /dev/disk/by-uuid/4e087d83-8d6a-495b-9080-d02954a98e98 /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-x86_6', > 'ID_FS_LABEL_ENC': '_Fedora-18-x86_6', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4e087d83-8d6a-495b-9080-d02954a98e98', > 'ID_FS_UUID_ENC': '4e087d83-8d6a-495b-9080-d02954a98e98', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '58440', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-x86_6', > '/dev/disk/by-uuid/4e087d83-8d6a-495b-9080-d02954a98e98', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >15:36:14,534 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >15:36:14,535 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >15:36:14,537 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:14,537 INFO storage: live-osimg-min is a device-mapper device >15:36:14,539 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >15:36:14,541 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >15:36:14,543 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >15:36:14,544 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (8) >15:36:14,548 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >15:36:14,550 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (12) with existing ext4 filesystem >15:36:14,554 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >15:36:14,556 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:14,558 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >15:36:14,559 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:14,560 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >15:36:14,561 INFO storage: added dm live-osimg-min (id 16) to device tree >15:36:14,562 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >15:36:14,563 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >15:36:14,565 DEBUG storage: Ext4FS.supported: supported: True ; >15:36:14,565 DEBUG storage: getFormat('ext4') returning Ext4FS instance >15:36:14,566 DEBUG storage: device live-osimg-min does not contain a disklabel >15:36:14,566 INFO storage: type detected on 'live-osimg-min' is 'ext4' >15:36:14,703 DEBUG storage: using current size 0 as min size >15:36:14,715 DEBUG storage: Ext4FS.supported: supported: True ; >15:36:14,716 DEBUG storage: getFormat('ext4') returning Ext4FS instance >15:36:14,721 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >15:36:14,725 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >15:36:14,736 INFO storage: got device: DMDevice instance (0x22c9c90) -- > 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 0x21c9c20> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >15:36:14,743 DEBUG storage: Ext4FS.supported: supported: True ; >15:36:14,743 INFO storage: got format: Ext4FS instance (0x2320110) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = 4e087d83-8d6a-495b-9080-d02954a98e98 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-x86_6 size = 3366.0 targetSize = 3366.0 > >15:36:14,752 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/md-name-genius.invalid:0 /dev/disk/by-id/md-uuid-0ce6be4d:cbd9eced:741e694b:3804bde3 /dev/md/genius.invalid:0', > 'DEVNAME': 'md127', > 'DEVPATH': '/devices/virtual/block/md127', > 'DEVTYPE': 'disk', > 'MAJOR': '9', > 'MD_DEVICES': '2', > 'MD_DEVNAME': 'genius.invalid:0', > 'MD_LEVEL': 'raid1', > 'MD_METADATA': '1.2', > 'MD_NAME': 'genius.invalid:0', > 'MD_UUID': '0ce6be4d:cbd9eced:741e694b:3804bde3', > 'MINOR': '127', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '20197', > 'name': 'md127', > 'symlinks': ['/dev/disk/by-id/md-name-genius.invalid:0', > '/dev/disk/by-id/md-uuid-0ce6be4d:cbd9eced:741e694b:3804bde3', > '/dev/md/genius.invalid:0'], > 'sysfs_path': '/devices/virtual/block/md127'} ; name: md127 ; >15:36:14,752 INFO storage: scanning md127 (/devices/virtual/block/md127)... >15:36:14,757 DEBUG storage: DeviceTree.getDeviceByName: name: md127 ; >15:36:14,758 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:14,759 INFO storage: md127 is an md device >15:36:14,761 DEBUG storage: DeviceTree.addUdevMDDevice: name: genius.invalid:0 ; >15:36:14,763 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >15:36:14,765 DEBUG storage: DeviceTree.getDeviceByName returned existing 5499MB partition sda2 (2) with existing mdmember >15:36:14,767 DEBUG storage: DeviceTree.getDeviceByName: name: genius.invalid:0 ; >15:36:14,768 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:14,770 DEBUG storage: raw RAID 1 size == 5499.0 >15:36:14,770 INFO storage: Using 4MB superBlockSize >15:36:14,771 DEBUG storage: existing RAID 1 size == 5494.9375 >15:36:14,771 DEBUG storage: DeviceTree.getDeviceByUuid returned existing 5494MB mdarray genius.invalid:0 (3) >15:36:14,773 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >15:36:14,774 INFO storage: not going to restore from backup of non-existent /etc/multipath.conf >15:36:14,793 DEBUG storage: raw RAID 1 size == 5499.0 >15:36:14,794 INFO storage: Using 4MB superBlockSize >15:36:14,794 DEBUG storage: existing RAID 1 size == 5494.9375 >15:36:16,439 DEBUG storage: registered device format class PPCPRePBoot as prepboot >15:36:16,446 DEBUG storage: registered device format class DiskLabel as disklabel >15:36:16,448 DEBUG storage: registered device format class MultipathMember as multipath_member >15:36:16,507 DEBUG storage: registered device format class Ext2FS as ext2 >15:36:16,509 DEBUG storage: registered device format class Ext3FS as ext3 >15:36:16,511 DEBUG storage: registered device format class Ext4FS as ext4 >15:36:16,514 DEBUG storage: registered device format class FATFS as vfat >15:36:16,514 DEBUG storage: registered device format class EFIFS as efi >15:36:16,514 DEBUG storage: registered device format class BTRFS as btrfs >15:36:16,515 DEBUG storage: registered device format class GFS2 as gfs2 >15:36:16,522 DEBUG storage: registered device format class JFS as jfs >15:36:16,522 DEBUG storage: registered device format class ReiserFS as reiserfs >15:36:16,523 DEBUG storage: registered device format class XFS as xfs >15:36:16,527 DEBUG storage: registered device format class HFS as hfs >15:36:16,527 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >15:36:16,527 DEBUG storage: registered device format class HFSPlus as hfs+ >15:36:16,528 DEBUG storage: registered device format class NTFS as ntfs >15:36:16,528 DEBUG storage: registered device format class NFS as nfs >15:36:16,528 DEBUG storage: registered device format class NFSv4 as nfs4 >15:36:16,528 DEBUG storage: registered device format class Iso9660FS as iso9660 >15:36:16,528 DEBUG storage: registered device format class NoDevFS as nodev >15:36:16,529 DEBUG storage: registered device format class DevPtsFS as devpts >15:36:16,536 DEBUG storage: registered device format class ProcFS as proc >15:36:16,536 DEBUG storage: registered device format class SysFS as sysfs >15:36:16,537 DEBUG storage: registered device format class TmpFS as tmpfs >15:36:16,537 DEBUG storage: registered device format class BindFS as bind >15:36:16,537 DEBUG storage: registered device format class SELinuxFS as selinuxfs >15:36:16,537 DEBUG storage: registered device format class USBFS as usbfs >15:36:16,546 DEBUG storage: registered device format class MDRaidMember as mdmember >15:36:16,547 DEBUG storage: registered device format class BIOSBoot as biosboot >15:36:16,555 DEBUG storage: registered device format class SwapSpace as swap >15:36:16,558 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >15:36:16,567 DEBUG storage: registered device format class LUKS as luks >15:36:16,577 DEBUG storage: registered device format class DMRaidMember as dmraidmember >15:36:19,483 DEBUG storage: MultipathTopology._build_topology: >15:36:19,488 DEBUG storage: /etc/multipath.conf contents: >15:36:19,490 DEBUG storage: # multipath.conf written by anaconda >15:36:19,491 DEBUG storage: >15:36:19,491 DEBUG storage: defaults { >15:36:19,491 DEBUG storage: user_friendly_names yes >15:36:19,494 DEBUG storage: } >15:36:19,495 DEBUG storage: blacklist { >15:36:19,495 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >15:36:19,495 DEBUG storage: devnode "^hd[a-z]" >15:36:19,496 DEBUG storage: devnode "^dcssblk[0-9]*" >15:36:19,496 DEBUG storage: device { >15:36:19,496 DEBUG storage: vendor "DGC" >15:36:19,496 DEBUG storage: product "LUNZ" >15:36:19,496 DEBUG storage: } >15:36:19,496 DEBUG storage: device { >15:36:19,497 DEBUG storage: vendor "IBM" >15:36:19,501 DEBUG storage: product "S/390.*" >15:36:19,506 DEBUG storage: } >15:36:19,510 DEBUG storage: # don't count normal SATA devices as multipaths >15:36:19,513 DEBUG storage: device { >15:36:19,516 DEBUG storage: vendor "ATA" >15:36:19,518 DEBUG storage: } >15:36:19,520 DEBUG storage: # don't count 3ware devices as multipaths >15:36:19,522 DEBUG storage: device { >15:36:19,524 DEBUG storage: vendor "3ware" >15:36:19,526 DEBUG storage: } >15:36:19,528 DEBUG storage: device { >15:36:19,531 DEBUG storage: vendor "AMCC" >15:36:19,533 DEBUG storage: } >15:36:19,539 DEBUG storage: # nor highpoint devices >15:36:19,541 DEBUG storage: device { >15:36:19,543 DEBUG storage: vendor "HPT" >15:36:19,546 DEBUG storage: } >15:36:19,548 DEBUG storage: } >15:36:19,551 DEBUG storage: multipaths { >15:36:19,553 DEBUG storage: } >15:36:19,555 DEBUG storage: (end of /etc/multipath.conf) >15:36:19,819 INFO storage: MultipathTopology: found singlepath device: sda >15:36:19,826 INFO storage: MultipathTopology: found non-disk device: sda1 >15:36:19,827 INFO storage: MultipathTopology: found non-disk device: sda2 >15:36:19,830 INFO storage: MultipathTopology: found non-disk device: sr0 >15:36:19,833 INFO storage: MultipathTopology: found singlepath device: loop0 >15:36:19,834 INFO storage: MultipathTopology: found singlepath device: loop1 >15:36:19,835 INFO storage: MultipathTopology: found singlepath device: loop2 >15:36:19,835 INFO storage: MultipathTopology: found singlepath device: loop3 >15:36:19,836 INFO storage: MultipathTopology: found singlepath device: loop4 >15:36:19,836 INFO storage: MultipathTopology: found singlepath device: loop5 >15:36:19,836 INFO storage: MultipathTopology: found singlepath device: loop6 >15:36:19,842 INFO storage: MultipathTopology: found singlepath device: loop7 >15:36:19,843 INFO storage: MultipathTopology: found singlepath device: dm-0 >15:36:19,843 INFO storage: MultipathTopology: found singlepath device: dm-1 >15:36:19,844 INFO storage: MultipathTopology: found singlepath device: md127 >15:36:32,180 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >15:36:32,205 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >15:36:33,098 DEBUG storage: protected device spec /dev/sr0 resolved to sr0 >15:36:33,134 INFO storage: sr0 looks to be the live device; marking as protected >15:36:33,814 DEBUG storage: MultipathTopology._build_topology: >15:36:33,834 DEBUG storage: /etc/multipath.conf contents: >15:36:33,845 DEBUG storage: # multipath.conf written by anaconda >15:36:33,845 DEBUG storage: >15:36:33,846 DEBUG storage: defaults { >15:36:33,846 DEBUG storage: user_friendly_names yes >15:36:33,846 DEBUG storage: } >15:36:33,850 DEBUG storage: blacklist { >15:36:33,850 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >15:36:33,850 DEBUG storage: devnode "^hd[a-z]" >15:36:33,850 DEBUG storage: devnode "^dcssblk[0-9]*" >15:36:33,850 DEBUG storage: device { >15:36:33,850 DEBUG storage: vendor "DGC" >15:36:33,851 DEBUG storage: product "LUNZ" >15:36:33,862 DEBUG storage: } >15:36:33,894 DEBUG storage: device { >15:36:33,900 DEBUG storage: vendor "IBM" >15:36:33,905 DEBUG storage: product "S/390.*" >15:36:33,917 DEBUG storage: } >15:36:33,929 DEBUG storage: # don't count normal SATA devices as multipaths >15:36:33,939 DEBUG storage: device { >15:36:33,959 DEBUG storage: vendor "ATA" >15:36:33,995 DEBUG storage: } >15:36:34,001 DEBUG storage: # don't count 3ware devices as multipaths >15:36:34,012 DEBUG storage: device { >15:36:34,028 DEBUG storage: vendor "3ware" >15:36:34,051 DEBUG storage: } >15:36:34,051 DEBUG storage: device { >15:36:34,065 DEBUG storage: vendor "AMCC" >15:36:34,073 DEBUG storage: } >15:36:34,114 DEBUG storage: # nor highpoint devices >15:36:34,114 DEBUG storage: device { >15:36:34,130 DEBUG storage: vendor "HPT" >15:36:34,159 DEBUG storage: } >15:36:34,183 DEBUG storage: } >15:36:34,207 DEBUG storage: multipaths { >15:36:34,220 DEBUG storage: } >15:36:34,224 DEBUG storage: (end of /etc/multipath.conf) >15:36:34,630 INFO storage: MultipathTopology: found singlepath device: sda >15:36:34,643 INFO storage: MultipathTopology: found non-disk device: sda1 >15:36:34,655 INFO storage: MultipathTopology: found non-disk device: sda2 >15:36:34,661 INFO storage: MultipathTopology: found non-disk device: sr0 >15:36:34,663 INFO storage: MultipathTopology: found singlepath device: loop0 >15:36:34,665 INFO storage: MultipathTopology: found singlepath device: loop1 >15:36:34,666 INFO storage: MultipathTopology: found singlepath device: loop2 >15:36:34,666 INFO storage: MultipathTopology: found singlepath device: loop3 >15:36:34,667 INFO storage: MultipathTopology: found singlepath device: loop4 >15:36:34,671 INFO storage: MultipathTopology: found singlepath device: loop5 >15:36:34,671 INFO storage: MultipathTopology: found singlepath device: loop6 >15:36:34,671 INFO storage: MultipathTopology: found singlepath device: loop7 >15:36:34,672 INFO storage: MultipathTopology: found singlepath device: dm-0 >15:36:34,685 INFO storage: MultipathTopology: found singlepath device: dm-1 >15:36:34,685 INFO storage: MultipathTopology: found singlepath device: md127 >15:36:34,693 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1', 'md127'] >15:36:34,723 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': '88911', > '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 ; >15:36:34,731 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >15:36:34,740 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >15:36:34,747 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:34,753 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >15:36:34,771 INFO storage: sda is a disk >15:36:34,783 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:34,804 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >15:36:34,807 INFO storage: added disk sda (id 0) to device tree >15:36:34,818 DEBUG storage: looking up parted Device: /dev/sda >15:36:34,857 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >15:36:34,864 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >15:36:34,871 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >15:36:34,911 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >15:36:34,948 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 0x7fa34010a0d0>, <parted.partition.Partition object at 0x7fa34010a290>] > device: <parted.device.Device object at 0x7fa340104c90> > PedDisk: <_ped.Disk object at 0x7fa340109950> >15:36:34,952 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >15:36:34,963 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >15:36:34,990 INFO storage: got device: DiskDevice instance (0x7fa34008fd10) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 6000.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: 12288000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (764, 255, 63) biosGeometry: (764, 255, 63) > PedDevice: <_ped.Device object at 0x2d7f710> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fa3400e6c10> >15:36:34,998 INFO storage: got format: DiskLabel instance (0x7fa3400e6e90) -- > 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 0x7fa34010a0d0>, <parted.partition.Partition object at 0x7fa34010a290>] > device: <parted.device.Device object at 0x7fa340104c90> > PedDisk: <_ped.Disk object at 0x7fa340109950> > origPartedDisk = <parted.disk.Disk object at 0x7fa34010a490> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 12288000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (764, 255, 63) biosGeometry: (764, 255, 63) > PedDevice: <_ped.Device object at 0x2d7fc20> > >15:36:35,031 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > '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_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': '90091', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >15:36:35,034 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >15:36:35,046 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >15:36:35,051 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:35,054 INFO storage: sda1 is a partition >15:36:35,061 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >15:36:35,067 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >15:36:35,077 DEBUG storage: DeviceTree.getDeviceByName returned existing 6000MB disk sda (0) with existing msdos disklabel >15:36:35,089 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >15:36:35,109 DEBUG storage: PartitionDevice._setFormat: sda1 ; >15:36:35,114 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:35,118 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >15:36:35,126 DEBUG storage: looking up parted Partition: /dev/sda1 >15:36:35,137 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >15:36:35,141 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >15:36:35,160 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >15:36:35,167 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >15:36:35,175 INFO storage: added partition sda1 (id 1) to device tree >15:36:35,179 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >15:36:35,189 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >15:36:35,196 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >15:36:35,206 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >15:36:35,237 WARN storage: disklabel detected but not usable on sda1 >15:36:35,237 DEBUG storage: no type or existing type for sda1, bailing >15:36:35,249 DEBUG storage: looking up parted Device: /dev/sda1 >15:36:35,274 INFO storage: got device: PartitionDevice instance (0x7fa34010ac50) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 6000MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing None > 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: 32675 did: 0 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7fa340116050> > 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 0x7fa340104e50> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fa34010a190> PedPartition: <_ped.Partition object at 0x7fa340105530> > disk = existing 6000MB disk sda (0) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >15:36:35,308 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_LABEL': 'genius.invalid:0', > 'ID_FS_LABEL_ENC': 'genius.invalid:0', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '0ce6be4d-cbd9-eced-741e-694b3804bde3', > 'ID_FS_UUID_ENC': '0ce6be4d-cbd9-eced-741e-694b3804bde3', > 'ID_FS_UUID_SUB': '550085ce-62d4-885e-e235-35243c697586', > 'ID_FS_UUID_SUB_ENC': '550085ce-62d4-885e-e235-35243c697586', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '11261952', > 'ID_PART_ENTRY_TYPE': '0xda', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MD_DEVICES': '2', > 'MD_DEV_UUID': '550085ce:62d4885e:e2353524:3c697586', > 'MD_EVENTS': '2', > 'MD_LEVEL': 'raid1', > 'MD_NAME': 'genius.invalid:0', > 'MD_UPDATE_TIME': '1359491773', > 'MD_UUID': '0ce6be4d:cbd9eced:741e694b:3804bde3', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '90129', > '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 ; >15:36:35,317 INFO storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >15:36:35,327 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >15:36:35,332 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:35,340 INFO storage: sda2 is a partition >15:36:35,344 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >15:36:35,354 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >15:36:35,361 DEBUG storage: DeviceTree.getDeviceByName returned existing 6000MB disk sda (0) with existing msdos disklabel >15:36:35,372 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >15:36:35,383 DEBUG storage: PartitionDevice._setFormat: sda2 ; >15:36:35,388 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:35,398 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >15:36:35,406 DEBUG storage: looking up parted Partition: /dev/sda2 >15:36:35,411 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >15:36:35,421 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >15:36:35,431 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >15:36:35,438 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >15:36:35,446 INFO storage: added partition sda2 (id 2) to device tree >15:36:35,454 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >15:36:35,464 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >15:36:35,472 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >15:36:35,477 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >15:36:35,522 WARN storage: disklabel detected but not usable on sda2 >15:36:35,532 INFO storage: type detected on 'sda2' is 'linux_raid_member' >15:36:35,546 DEBUG storage: MDRaidMember.__init__: uuid: None ; exists: True ; label: genius.invalid:0 ; device: /dev/sda2 ; serial: QM00001 ; mdUuid: 0ce6be4d:cbd9eced:741e694b:3804bde3 ; biosraid: False ; >15:36:35,547 DEBUG storage: getFormat('linux_raid_member') returning MDRaidMember instance >15:36:35,559 DEBUG storage: PartitionDevice._setFormat: sda2 ; >15:36:35,576 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: mdmember ; >15:36:35,584 DEBUG storage: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sda2 ; >15:36:35,587 DEBUG storage: DeviceTree.getDeviceByUuid returned None >15:36:35,955 INFO storage: using name genius.invalid:0 for md array containing member sda2 >15:36:35,970 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:35,989 DEBUG storage: MDRaidArrayDevice._setFormat: genius.invalid:0 ; current: None ; type: None ; >15:36:36,002 DEBUG storage: MDRaidArrayDevice.updateSysfsPath: genius.invalid:0 ; status: False ; >15:36:36,019 DEBUG storage: MDRaidArrayDevice._addDevice: genius.invalid:0 ; device: sda2 ; status: True ; >15:36:36,030 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >15:36:36,040 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >15:36:36,324 WARN storage: failed to add member /dev/sda2 to md array /dev/md/genius.invalid:0: mdadd failed for /dev/sda2: running mdadm --incremental --quiet /dev/sda2 failed >15:36:36,336 DEBUG storage: looking up parted Device: /dev/md/genius.invalid:0 >15:36:36,369 INFO storage: added mdarray genius.invalid:0 (id 3) to device tree >15:36:36,389 DEBUG storage: looking up parted Device: /dev/sda2 >15:36:36,429 INFO storage: got device: PartitionDevice instance (0x7fa340111e50) -- > name = sda2 status = True kids = 1 id = 2 > parents = ['existing 6000MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 5499.0 > format = existing mdmember > 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: 11261952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32675 did: 0 busy: False > hardwareGeometry: (701, 255, 63) biosGeometry: (701, 255, 63) > PedDevice: <_ped.Device object at 0x7fa340116440> > 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 0x7fa340104e50> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fa34010a350> PedPartition: <_ped.Partition object at 0x7fa340105590> > disk = existing 6000MB disk sda (0) with existing msdos disklabel > start = 1026048 end = 12287999 length = 11261952 > flags = >15:36:36,445 INFO storage: got format: MDRaidMember instance (0x7fa340117dd0) -- > type = mdmember name = software RAID status = False > device = /dev/sda2 uuid = None exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 0ce6be4d:cbd9eced:741e694b:3804bde3 biosraid = False >15:36:36,520 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-x86_64-Live-Desktop.is /dev/disk/by-uuid/2013-01-09-17-26-38-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-x86_64-Live-Desktop.is', > 'ID_FS_LABEL_ENC': 'Fedora-18-x86_64-Live-Desktop.is', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-01-09-17-26-38-00', > 'ID_FS_UUID_ENC': '2013-01-09-17-26-38-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': '2104', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-x86_64-Live-Desktop.is', > '/dev/disk/by-uuid/2013-01-09-17-26-38-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >15:36:36,528 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >15:36:36,534 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >15:36:36,555 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:36,559 INFO storage: sr0 is a cdrom >15:36:36,563 DEBUG storage: DeviceTree.addUdevOpticalDevice: >15:36:36,573 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:36,585 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >15:36:36,593 INFO storage: added cdrom sr0 (id 4) to device tree >15:36:36,600 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:36:36,612 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >15:36:36,621 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >15:36:36,627 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >15:36:36,637 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >15:36:36,677 WARN storage: disklabel detected but not usable on sr0 >15:36:36,681 INFO storage: type detected on 'sr0' is 'iso9660' >15:36:36,707 DEBUG storage: Iso9660FS.supported: supported: True ; >15:36:36,712 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >15:36:36,719 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >15:36:36,726 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:36:36,737 DEBUG storage: looking up parted Device: /dev/sr0 >15:36:36,744 INFO storage: got device: OpticalDevice instance (0x7fa340126e50) -- > name = sr0 status = True kids = 0 id = 4 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x7fa3401167a0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >15:36:36,750 DEBUG storage: Iso9660FS.supported: supported: True ; >15:36:36,759 INFO storage: got format: Iso9660FS instance (0x7fa340136450) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2013-01-09-17-26-38-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-x86_64-Live-Desktop.is size = 0 targetSize = 0 > >15:36:36,766 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': '9321', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >15:36:36,785 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >15:36:36,792 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >15:36:36,797 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:36,805 INFO storage: loop0 is a loop device >15:36:36,809 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >15:36:36,832 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >15:36:36,835 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:36,847 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:36,852 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >15:36:36,862 INFO storage: added file /osmin.img (deleted) (id 5) to device tree >15:36:36,866 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >15:36:36,876 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:36,880 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >15:36:36,885 INFO storage: added loop loop0 (id 6) to device tree >15:36:36,889 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >15:36:36,900 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >15:36:36,902 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >15:36:36,914 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >15:36:36,918 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >15:36:36,937 WARN storage: disklabel detected but not usable on loop0 >15:36:36,937 INFO storage: type detected on 'loop0' is 'squashfs' >15:36:36,939 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >15:36:36,961 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >15:36:36,975 INFO storage: got device: LoopDevice instance (0x7fa340184310) -- > 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 >15:36:36,984 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': '14912', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >15:36:36,994 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >15:36:36,999 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >15:36:37,005 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:37,015 INFO storage: loop1 is a loop device >15:36:37,022 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >15:36:37,032 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >15:36:37,039 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:37,081 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:37,091 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >15:36:37,107 INFO storage: added file /osmin (id 7) to device tree >15:36:37,116 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >15:36:37,121 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:37,124 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >15:36:37,134 INFO storage: added loop loop1 (id 8) to device tree >15:36:37,139 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >15:36:37,144 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >15:36:37,154 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >15:36:37,177 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >15:36:37,181 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >15:36:37,190 WARN storage: disklabel detected but not usable on loop1 >15:36:37,224 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >15:36:37,226 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >15:36:37,232 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >15:36:37,235 INFO storage: got device: LoopDevice instance (0x7fa340184510) -- > 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 >15:36:37,249 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': '14946', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >15:36:37,262 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >15:36:37,266 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >15:36:37,278 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:37,281 INFO storage: loop2 is a loop device >15:36:37,286 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >15:36:37,291 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >15:36:37,313 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:37,316 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:37,329 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >15:36:37,334 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 9) to device tree >15:36:37,339 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >15:36:37,347 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:37,352 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >15:36:37,361 INFO storage: added loop loop2 (id 10) to device tree >15:36:37,365 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >15:36:37,371 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >15:36:37,379 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >15:36:37,384 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >15:36:37,391 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >15:36:37,435 WARN storage: disklabel detected but not usable on loop2 >15:36:37,435 INFO storage: type detected on 'loop2' is 'squashfs' >15:36:37,454 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >15:36:37,460 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >15:36:37,483 INFO storage: got device: LoopDevice instance (0x7fa3401abc50) -- > 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 >15:36:37,491 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-x86_6 /dev/disk/by-uuid/4e087d83-8d6a-495b-9080-d02954a98e98', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-x86_6', > 'ID_FS_LABEL_ENC': '_Fedora-18-x86_6', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4e087d83-8d6a-495b-9080-d02954a98e98', > 'ID_FS_UUID_ENC': '4e087d83-8d6a-495b-9080-d02954a98e98', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '14970', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-x86_6', > '/dev/disk/by-uuid/4e087d83-8d6a-495b-9080-d02954a98e98'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >15:36:37,499 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >15:36:37,519 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >15:36:37,526 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:37,529 INFO storage: loop3 is a loop device >15:36:37,532 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >15:36:37,548 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >15:36:37,554 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:37,562 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:37,566 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >15:36:37,576 INFO storage: added file /LiveOS/ext3fs.img (id 11) to device tree >15:36:37,580 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >15:36:37,588 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:37,594 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >15:36:37,608 INFO storage: added loop loop3 (id 12) to device tree >15:36:37,612 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >15:36:37,617 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >15:36:37,625 DEBUG storage: Ext4FS.supported: supported: True ; >15:36:37,649 DEBUG storage: getFormat('ext4') returning Ext4FS instance >15:36:37,658 DEBUG storage: device loop3 does not contain a disklabel >15:36:37,661 INFO storage: type detected on 'loop3' is 'ext4' >15:36:38,629 DEBUG storage: using current size 0 as min size >15:36:38,653 DEBUG storage: Ext4FS.supported: supported: True ; >15:36:38,658 DEBUG storage: getFormat('ext4') returning Ext4FS instance >15:36:38,676 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >15:36:38,685 INFO storage: got device: LoopDevice instance (0x7fa3401d2d90) -- > 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 >15:36:38,697 DEBUG storage: Ext4FS.supported: supported: True ; >15:36:38,704 INFO storage: got format: Ext4FS instance (0x7fa3401d2f10) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = 4e087d83-8d6a-495b-9080-d02954a98e98 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-x86_6 size = 4096.0 targetSize = 4096.0 > >15:36:38,725 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': '21605', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >15:36:38,729 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >15:36:38,741 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >15:36:38,752 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:38,762 INFO storage: loop4 is a loop device >15:36:38,767 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >15:36:38,780 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >15:36:38,787 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:38,799 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:38,804 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >15:36:38,814 INFO storage: added file /overlay (deleted) (id 13) to device tree >15:36:38,819 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >15:36:38,825 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:36:38,835 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >15:36:38,843 INFO storage: added loop loop4 (id 14) to device tree >15:36:38,847 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >15:36:38,859 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >15:36:38,862 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >15:36:38,885 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >15:36:39,019 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >15:36:39,070 WARN storage: disklabel detected but not usable on loop4 >15:36:39,072 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >15:36:39,073 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >15:36:39,085 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >15:36:39,097 INFO storage: got device: LoopDevice instance (0x326e990) -- > 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 >15:36:39,110 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': '21640', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >15:36:39,114 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >15:36:39,116 DEBUG storage: lvm filter: adding loop5 to the reject list >15:36:39,122 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': '21664', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >15:36:39,137 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >15:36:39,139 DEBUG storage: lvm filter: adding loop6 to the reject list >15:36:39,146 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': '29423', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >15:36:39,146 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >15:36:39,147 DEBUG storage: lvm filter: adding loop7 to the reject list >15:36:39,147 DEBUG storage: Skipping a device mapper drive (dm-0) for now >15:36:39,147 DEBUG storage: Skipping a device mapper drive (dm-1) for now >15:36:39,171 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/md-name-genius.invalid:0 /dev/disk/by-id/md-uuid-0ce6be4d:cbd9eced:741e694b:3804bde3 /dev/md/genius.invalid:0', > 'DEVNAME': 'md127', > 'DEVPATH': '/devices/virtual/block/md127', > 'DEVTYPE': 'disk', > 'MAJOR': '9', > 'MD_DEVICES': '2', > 'MD_DEVNAME': 'genius.invalid:0', > 'MD_LEVEL': 'raid1', > 'MD_METADATA': '1.2', > 'MD_NAME': 'genius.invalid:0', > 'MD_UUID': '0ce6be4d:cbd9eced:741e694b:3804bde3', > 'MINOR': '127', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '20197', > 'name': 'md127', > 'symlinks': ['/dev/disk/by-id/md-name-genius.invalid:0', > '/dev/disk/by-id/md-uuid-0ce6be4d:cbd9eced:741e694b:3804bde3', > '/dev/md/genius.invalid:0'], > 'sysfs_path': '/devices/virtual/block/md127'} ; name: md127 ; >15:36:39,177 INFO storage: scanning md127 (/devices/virtual/block/md127)... >15:36:39,181 DEBUG storage: DeviceTree.getDeviceByName: name: md127 ; >15:36:39,198 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:39,201 INFO storage: md127 is an md device >15:36:39,205 DEBUG storage: DeviceTree.addUdevMDDevice: name: genius.invalid:0 ; >15:36:39,224 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >15:36:39,242 DEBUG storage: DeviceTree.getDeviceByName returned existing 5499MB partition sda2 (2) with existing mdmember >15:36:39,255 DEBUG storage: DeviceTree.getDeviceByName: name: genius.invalid:0 ; >15:36:39,257 DEBUG storage: DeviceTree.getDeviceByName returned None >15:36:39,271 DEBUG storage: raw RAID 1 size == 5499.0 >15:36:39,287 INFO storage: Using 4MB superBlockSize >15:36:39,290 DEBUG storage: existing RAID 1 size == 5494.9375 >15:36:39,292 DEBUG storage: DeviceTree.getDeviceByUuid returned existing 5494MB mdarray genius.invalid:0 (3) >15:36:39,298 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >15:36:39,385 DEBUG storage: raw RAID 1 size == 5499.0 >15:36:39,389 INFO storage: Using 4MB superBlockSize >15:36:39,393 DEBUG storage: existing RAID 1 size == 5494.9375 >15:36:39,465 DEBUG storage: raw RAID 1 size == 5499.0 >15:36:39,468 INFO storage: Using 4MB superBlockSize >15:36:39,474 DEBUG storage: existing RAID 1 size == 5494.9375 > > >/tmp/ifcfg.log: >15:36:21,939 DEBUG ifcfg: content of files (network initialization): >15:36:22,411 DEBUG ifcfg: content of files (ifcfgs created): >15:36:22,641 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >HWADDR=52:54:00:12:34:56 >TYPE=Ethernet >BOOTPROTO=dhcp >DEFROUTE=yes >PEERDNS=yes >PEERROUTES=yes >IPV4_FAILURE_FATAL=no >IPV6INIT=yes >IPV6_AUTOCONF=yes >IPV6_DEFROUTE=yes >IPV6_PEERDNS=yes >IPV6_PEERROUTES=yes >IPV6_FAILURE_FATAL=no >NAME=eth0 >UUID=f2592665-9ea1-4e25-b5fb-5ab778616891 >ONBOOT=yes > > > >/proc/cmdline: >initrd=initrd0.img root=live:CDLABEL=Fedora-18-x86_64-Live-Desktop.is rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 > > >/var/log/messages: >Jan 29 15:33:32 localhost rsyslogd: [origin software="rsyslogd" swVersion="7.2.4" x-pid="501" x-info="http://www.rsyslog.com"] start >Jan 29 15:33:32 localhost rsyslogd-2184: action '*' treated as ':omusrmsg:*' - please change syntax, '*' will not be supported in the future [try http://www.rsyslog.com/e/2184 ] >Jan 29 15:33:32 localhost systemd-cgroups-agent[323]: Failed to get D-Bus connection: Failed to connect to socket /org/freedesktop/systemd1/private: Connection refused >Jan 29 15:33:32 localhost systemd[1]: systemd 195 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; fedora) >Jan 29 15:33:32 localhost systemd[1]: Detected virtualization 'kvm'. >Jan 29 15:33:32 localhost systemd[1]: Started Apply Kernel Variables. >Jan 29 15:33:32 localhost systemd[1]: Started Software RAID Monitor Takeover. >Jan 29 15:33:32 localhost systemd[1]: Mounted POSIX Message Queue File System. >Jan 29 15:33:32 localhost systemd[1]: Mounted Huge Pages File System. >Jan 29 15:33:32 localhost systemd[1]: Mounted Debug File System. >Jan 29 15:33:32 localhost systemd-modules-load[347]: Inserted module 'uinput' >Jan 29 15:33:32 localhost systemd[1]: Started Load Kernel Modules. >Jan 29 15:33:32 localhost systemd[1]: Mounted FUSE Control File System. >Jan 29 15:33:32 localhost kernel: [ 0.000000] Initializing cgroup subsys cpuset >Jan 29 15:33:32 localhost kernel: [ 0.000000] Initializing cgroup subsys cpu >Jan 29 15:33:32 localhost kernel: [ 0.000000] Linux version 3.6.10-4.fc18.x86_64 (mockbuild@) (gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) ) #1 SMP Tue Dec 11 18:01:27 UTC 2012 >Jan 29 15:33:32 localhost kernel: [ 0.000000] Command line: initrd=initrd0.img root=live:CDLABEL=Fedora-18-x86_64-Live-Desktop.is rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 >Jan 29 15:33:32 localhost kernel: [ 0.000000] e820: BIOS-provided physical RAM map: >Jan 29 15:33:32 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >Jan 29 15:33:32 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >Jan 29 15:33:32 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >Jan 29 15:33:32 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffdfff] usable >Jan 29 15:33:32 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000003fffe000-0x000000003fffffff] reserved >Jan 29 15:33:32 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >Jan 29 15:33:32 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >Jan 29 15:33:32 localhost kernel: [ 0.000000] NX (Execute Disable) protection: active >Jan 29 15:33:32 localhost kernel: [ 0.000000] DMI 2.4 present. >Jan 29 15:33:32 localhost kernel: [ 0.000000] Hypervisor detected: KVM >Jan 29 15:33:32 localhost kernel: [ 0.000000] No AGP bridge found >Jan 29 15:33:32 localhost kernel: [ 0.000000] e820: last_pfn = 0x3fffe max_arch_pfn = 0x400000000 >Jan 29 15:33:32 localhost kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106 >Jan 29 15:33:32 localhost kernel: [ 0.000000] found SMP MP-table at [mem 0x000fdaf0-0x000fdaff] mapped at [ffff8800000fdaf0] >Jan 29 15:33:32 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x3fffdfff] >Jan 29 15:33:32 localhost kernel: [ 0.000000] RAMDISK: [mem 0x3e5b3000-0x3ffdcfff] >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: RSDP 00000000000fd990 00014 (v00 BOCHS ) >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: RSDT 000000003fffe440 00038 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: FACP 000000003fffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: DSDT 000000003fffe480 0124A (v01 BXPC BXDSDT 00000001 INTL 20100528) >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: FACS 000000003fffff40 00040 >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: SSDT 000000003ffffe90 000AF (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: APIC 000000003ffffd70 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: HPET 000000003ffffd30 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: SSDT 000000003ffff6d0 00654 (v01 BXPC BXSSDTPC 00000001 INTL 20100528) >Jan 29 15:33:32 localhost kernel: [ 0.000000] No NUMA configuration found >Jan 29 15:33:32 localhost kernel: [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003fffdfff] >Jan 29 15:33:32 localhost kernel: [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x3fffdfff] >Jan 29 15:33:32 localhost kernel: [ 0.000000] NODE_DATA [mem 0x3ffea000-0x3fffdfff] >Jan 29 15:33:32 localhost kernel: [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >Jan 29 15:33:32 localhost kernel: [ 0.000000] kvm-clock: cpu 0, msr 0:1cfac01, boot clock >Jan 29 15:33:32 localhost kernel: [ 0.000000] Zone ranges: >Jan 29 15:33:32 localhost kernel: [ 0.000000] DMA [mem 0x00010000-0x00ffffff] >Jan 29 15:33:32 localhost kernel: [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >Jan 29 15:33:32 localhost kernel: [ 0.000000] Normal empty >Jan 29 15:33:32 localhost kernel: [ 0.000000] Movable zone start for each node >Jan 29 15:33:32 localhost kernel: [ 0.000000] Early memory node ranges >Jan 29 15:33:32 localhost kernel: [ 0.000000] node 0: [mem 0x00010000-0x0009efff] >Jan 29 15:33:32 localhost kernel: [ 0.000000] node 0: [mem 0x00100000-0x3fffdfff] >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) >Jan 29 15:33:32 localhost kernel: [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >Jan 29 15:33:32 localhost kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information >Jan 29 15:33:32 localhost kernel: [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 >Jan 29 15:33:32 localhost kernel: [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >Jan 29 15:33:32 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 >Jan 29 15:33:32 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 >Jan 29 15:33:32 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 >Jan 29 15:33:32 localhost kernel: [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices >Jan 29 15:33:32 localhost kernel: [ 0.000000] Booting paravirtualized kernel on KVM >Jan 29 15:33:32 localhost kernel: [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:1 nr_node_ids:1 >Jan 29 15:33:32 localhost kernel: [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003e200000 s84288 r8192 d22208 u2097152 >Jan 29 15:33:32 localhost kernel: [ 0.000000] kvm-clock: cpu 0, msr 0:3e213c01, primary cpu clock >Jan 29 15:33:32 localhost kernel: [ 0.000000] KVM setup async PF for cpu 0 >Jan 29 15:33:32 localhost kernel: [ 0.000000] kvm-stealtime: cpu 0, msr 3e20dec0 >Jan 29 15:33:32 localhost kernel: [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257927 >Jan 29 15:33:32 localhost kernel: [ 0.000000] Policy zone: DMA32 >Jan 29 15:33:32 localhost kernel: [ 0.000000] Kernel command line: initrd=initrd0.img root=live:CDLABEL=Fedora-18-x86_64-Live-Desktop.is rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 >Jan 29 15:33:32 localhost kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >Jan 29 15:33:32 localhost kernel: [ 0.000000] __ex_table already sorted, skipping sort >Jan 29 15:33:32 localhost kernel: [ 0.000000] Checking aperture... >Jan 29 15:33:32 localhost kernel: [ 0.000000] No AGP bridge found >Jan 29 15:33:32 localhost kernel: [ 0.000000] Memory: 988616k/1048568k available (6334k kernel code, 452k absent, 59500k reserved, 6870k data, 1036k init) >Jan 29 15:33:32 localhost kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >Jan 29 15:33:32 localhost kernel: [ 0.000000] Hierarchical RCU implementation. >Jan 29 15:33:32 localhost kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=1. >Jan 29 15:33:32 localhost kernel: [ 0.000000] NR_IRQS:8448 nr_irqs:256 16 >Jan 29 15:33:32 localhost kernel: [ 0.000000] Console: colour VGA+ 80x25 >Jan 29 15:33:32 localhost kernel: [ 0.000000] console [tty0] enabled >Jan 29 15:33:32 localhost kernel: [ 0.000000] allocated 4194304 bytes of page_cgroup >Jan 29 15:33:32 localhost kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >Jan 29 15:33:32 localhost kernel: [ 0.000000] tsc: Detected 2500.000 MHz processor >Jan 29 15:33:32 localhost kernel: [ 0.001999] Calibrating delay loop (skipped) preset value.. 5000.00 BogoMIPS (lpj=2500000) >Jan 29 15:33:32 localhost kernel: [ 0.001999] pid_max: default: 32768 minimum: 301 >Jan 29 15:33:32 localhost kernel: [ 0.001999] Security Framework initialized >Jan 29 15:33:32 localhost kernel: [ 0.001999] SELinux: Initializing. >Jan 29 15:33:32 localhost kernel: [ 0.001999] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) >Jan 29 15:33:32 localhost kernel: [ 0.002345] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) >Jan 29 15:33:32 localhost kernel: [ 0.002814] Mount-cache hash table entries: 256 >Jan 29 15:33:32 localhost kernel: [ 0.003247] Initializing cgroup subsys cpuacct >Jan 29 15:33:32 localhost kernel: [ 0.003250] Initializing cgroup subsys memory >Jan 29 15:33:32 localhost kernel: [ 0.003275] Initializing cgroup subsys devices >Jan 29 15:33:32 localhost kernel: [ 0.003277] Initializing cgroup subsys freezer >Jan 29 15:33:32 localhost kernel: [ 0.003279] Initializing cgroup subsys net_cls >Jan 29 15:33:32 localhost kernel: [ 0.003287] Initializing cgroup subsys blkio >Jan 29 15:33:32 localhost kernel: [ 0.003289] Initializing cgroup subsys perf_event >Jan 29 15:33:32 localhost kernel: [ 0.003455] mce: CPU supports 10 MCE banks >Jan 29 15:33:32 localhost kernel: [ 0.003597] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >Jan 29 15:33:32 localhost kernel: [ 0.003597] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >Jan 29 15:33:32 localhost kernel: [ 0.003597] tlb_flushall_shift is 0xffffffff >Jan 29 15:33:32 localhost kernel: [ 0.003663] SMP alternatives: switching to UP code >Jan 29 15:33:32 localhost kernel: [ 0.239588] Freeing SMP alternatives: 24k freed >Jan 29 15:33:32 localhost kernel: [ 0.239722] ACPI: Core revision 20120711 >Jan 29 15:33:32 localhost kernel: [ 0.241069] ftrace: allocating 23489 entries in 92 pages >Jan 29 15:33:32 localhost kernel: [ 0.251937] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >Jan 29 15:33:32 localhost kernel: [ 0.251963] smpboot: CPU0: AMD QEMU Virtual CPU version 1.0.1 stepping 03 >Jan 29 15:33:32 localhost kernel: [ 0.252961] Performance Events: Broken PMU hardware detected, using software events only. >Jan 29 15:33:32 localhost kernel: [ 0.252961] Failed to access perfctr msr (MSR c0010001 is ffffffffffffffff) >Jan 29 15:33:32 localhost kernel: [ 0.253174] NMI watchdog: disabled (cpu0): hardware events not enabled >Jan 29 15:33:32 localhost kernel: [ 0.253222] Brought up 1 CPUs >Jan 29 15:33:32 localhost kernel: [ 0.253225] smpboot: Total of 1 processors activated (5000.00 BogoMIPS) >Jan 29 15:33:32 localhost kernel: [ 0.254067] devtmpfs: initialized >Jan 29 15:33:32 localhost kernel: [ 0.255196] atomic64 test passed for x86-64 platform with CX8 and with SSE >Jan 29 15:33:32 localhost kernel: [ 0.255336] RTC time: 20:33:20, date: 01/29/13 >Jan 29 15:33:32 localhost kernel: [ 0.255425] NET: Registered protocol family 16 >Jan 29 15:33:32 localhost kernel: [ 0.256017] ACPI: bus type pci registered >Jan 29 15:33:32 localhost kernel: [ 0.256163] PCI: Using configuration type 1 for base access >Jan 29 15:33:32 localhost kernel: [ 0.257085] bio: create slab <bio-0> at 0 >Jan 29 15:33:32 localhost kernel: [ 0.257185] ACPI: Added _OSI(Module Device) >Jan 29 15:33:32 localhost kernel: [ 0.257187] ACPI: Added _OSI(Processor Device) >Jan 29 15:33:32 localhost kernel: [ 0.257188] ACPI: Added _OSI(3.0 _SCP Extensions) >Jan 29 15:33:32 localhost kernel: [ 0.257190] ACPI: Added _OSI(Processor Aggregator Device) >Jan 29 15:33:32 localhost kernel: [ 0.259400] ACPI: Interpreter enabled >Jan 29 15:33:32 localhost kernel: [ 0.259404] ACPI: (supports S0 S5) >Jan 29 15:33:32 localhost kernel: [ 0.259412] ACPI: Using IOAPIC for interrupt routing >Jan 29 15:33:32 localhost kernel: [ 0.262877] ACPI: No dock devices found. >Jan 29 15:33:32 localhost kernel: [ 0.262884] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >Jan 29 15:33:32 localhost kernel: [ 0.262977] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >Jan 29 15:33:32 localhost kernel: [ 0.263094] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >Jan 29 15:33:32 localhost kernel: [ 0.263124] PCI host bridge to bus 0000:00 >Jan 29 15:33:32 localhost kernel: [ 0.263130] pci_bus 0000:00: root bus resource [bus 00-ff] >Jan 29 15:33:32 localhost kernel: [ 0.263132] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >Jan 29 15:33:32 localhost kernel: [ 0.263134] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >Jan 29 15:33:32 localhost kernel: [ 0.263136] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >Jan 29 15:33:32 localhost kernel: [ 0.263138] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff] >Jan 29 15:33:32 localhost kernel: [ 0.267493] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >Jan 29 15:33:32 localhost kernel: [ 0.267509] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >Jan 29 15:33:32 localhost kernel: [ 0.275651] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM >Jan 29 15:33:32 localhost kernel: [ 0.275654] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) >Jan 29 15:33:32 localhost kernel: [ 0.278145] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >Jan 29 15:33:32 localhost kernel: [ 0.278256] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >Jan 29 15:33:32 localhost kernel: [ 0.278351] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >Jan 29 15:33:32 localhost kernel: [ 0.278442] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >Jan 29 15:33:32 localhost kernel: [ 0.278549] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0 >Jan 29 15:33:32 localhost kernel: [ 0.278841] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >Jan 29 15:33:32 localhost kernel: [ 0.278844] vgaarb: loaded >Jan 29 15:33:32 localhost kernel: [ 0.278845] vgaarb: bridge control possible 0000:00:02.0 >Jan 29 15:33:32 localhost kernel: [ 0.278981] SCSI subsystem initialized >Jan 29 15:33:32 localhost kernel: [ 0.278983] ACPI: bus type scsi registered >Jan 29 15:33:32 localhost kernel: [ 0.279151] ACPI: bus type usb registered >Jan 29 15:33:32 localhost kernel: [ 0.279174] usbcore: registered new interface driver usbfs >Jan 29 15:33:32 localhost kernel: [ 0.279182] usbcore: registered new interface driver hub >Jan 29 15:33:32 localhost kernel: [ 0.279205] usbcore: registered new device driver usb >Jan 29 15:33:32 localhost kernel: [ 0.279295] PCI: Using ACPI for IRQ routing >Jan 29 15:33:32 localhost kernel: [ 0.279727] NetLabel: Initializing >Jan 29 15:33:32 localhost kernel: [ 0.279729] NetLabel: domain hash size = 128 >Jan 29 15:33:32 localhost kernel: [ 0.279730] NetLabel: protocols = UNLABELED CIPSOv4 >Jan 29 15:33:32 localhost kernel: [ 0.279740] NetLabel: unlabeled traffic allowed by default >Jan 29 15:33:32 localhost kernel: [ 0.279860] HPET: 3 timers in total, 0 timers will be used for per-cpu timer >Jan 29 15:33:32 localhost kernel: [ 0.279886] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 >Jan 29 15:33:32 localhost kernel: [ 0.279890] hpet0: 3 comparators, 64-bit 100.000000 MHz counter >Jan 29 15:33:32 localhost kernel: [ 0.281005] Switching to clocksource kvm-clock >Jan 29 15:33:32 localhost kernel: [ 0.290681] pnp: PnP ACPI init >Jan 29 15:33:32 localhost kernel: [ 0.290702] ACPI: bus type pnp registered >Jan 29 15:33:32 localhost kernel: [ 0.291813] pnp: PnP ACPI: found 8 devices >Jan 29 15:33:32 localhost kernel: [ 0.291815] ACPI: ACPI bus type pnp unregistered >Jan 29 15:33:32 localhost kernel: [ 0.299333] NET: Registered protocol family 2 >Jan 29 15:33:32 localhost kernel: [ 0.300744] TCP established hash table entries: 131072 (order: 9, 2097152 bytes) >Jan 29 15:33:32 localhost kernel: [ 0.302714] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >Jan 29 15:33:32 localhost kernel: [ 0.303626] TCP: Hash tables configured (established 131072 bind 65536) >Jan 29 15:33:32 localhost kernel: [ 0.303866] TCP: reno registered >Jan 29 15:33:32 localhost kernel: [ 0.303888] UDP hash table entries: 512 (order: 2, 16384 bytes) >Jan 29 15:33:32 localhost kernel: [ 0.303907] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) >Jan 29 15:33:32 localhost kernel: [ 0.304091] NET: Registered protocol family 1 >Jan 29 15:33:32 localhost kernel: [ 0.304104] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >Jan 29 15:33:32 localhost kernel: [ 0.304148] pci 0000:00:01.0: PIIX3: Enabling Passive Release >Jan 29 15:33:32 localhost kernel: [ 0.304178] pci 0000:00:01.0: Activating ISA DMA hang workarounds >Jan 29 15:33:32 localhost kernel: [ 0.304406] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 >Jan 29 15:33:32 localhost kernel: [ 0.304686] Unpacking initramfs... >Jan 29 15:33:32 localhost kernel: [ 0.897753] Freeing initrd memory: 26792k freed >Jan 29 15:33:32 localhost kernel: [ 0.915876] Initialise module verification >Jan 29 15:33:32 localhost kernel: [ 0.915924] audit: initializing netlink socket (disabled) >Jan 29 15:33:32 localhost kernel: [ 0.915937] type=2000 audit(1359491600.914:1): initialized >Jan 29 15:33:32 localhost kernel: [ 0.936311] HugeTLB registered 2 MB page size, pre-allocated 0 pages >Jan 29 15:33:32 localhost kernel: [ 0.938155] VFS: Disk quotas dquot_6.5.2 >Jan 29 15:33:32 localhost kernel: [ 0.938227] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >Jan 29 15:33:32 localhost kernel: [ 0.938798] msgmni has been set to 1983 >Jan 29 15:33:32 localhost kernel: [ 0.940359] alg: No test for stdrng (krng) >Jan 29 15:33:32 localhost kernel: [ 0.940365] NET: Registered protocol family 38 >Jan 29 15:33:32 localhost kernel: [ 0.940368] Key type asymmetric registered >Jan 29 15:33:32 localhost kernel: [ 0.940369] Asymmetric key parser 'x509' registered >Jan 29 15:33:32 localhost kernel: [ 0.940423] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >Jan 29 15:33:32 localhost kernel: [ 0.940465] io scheduler noop registered >Jan 29 15:33:32 localhost kernel: [ 0.940466] io scheduler deadline registered >Jan 29 15:33:32 localhost kernel: [ 0.940496] io scheduler cfq registered (default) >Jan 29 15:33:32 localhost kernel: [ 0.940602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >Jan 29 15:33:32 localhost kernel: [ 0.940621] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >Jan 29 15:33:32 localhost kernel: [ 0.940622] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >Jan 29 15:33:32 localhost kernel: [ 0.940690] acpiphp: Slot [3] registered >Jan 29 15:33:32 localhost kernel: [ 0.940705] acpiphp: Slot [4] registered >Jan 29 15:33:32 localhost kernel: [ 0.940720] acpiphp: Slot [5] registered >Jan 29 15:33:32 localhost kernel: [ 0.940737] acpiphp: Slot [6] registered >Jan 29 15:33:32 localhost kernel: [ 0.940754] acpiphp: Slot [7] registered >Jan 29 15:33:32 localhost kernel: [ 0.940769] acpiphp: Slot [8] registered >Jan 29 15:33:32 localhost kernel: [ 0.940783] acpiphp: Slot [9] registered >Jan 29 15:33:32 localhost kernel: [ 0.940800] acpiphp: Slot [10] registered >Jan 29 15:33:32 localhost kernel: [ 0.940815] acpiphp: Slot [11] registered >Jan 29 15:33:32 localhost kernel: [ 0.940832] acpiphp: Slot [12] registered >Jan 29 15:33:32 localhost kernel: [ 0.940847] acpiphp: Slot [13] registered >Jan 29 15:33:32 localhost kernel: [ 0.940863] acpiphp: Slot [14] registered >Jan 29 15:33:32 localhost kernel: [ 0.940878] acpiphp: Slot [15] registered >Jan 29 15:33:32 localhost kernel: [ 0.940892] acpiphp: Slot [16] registered >Jan 29 15:33:32 localhost kernel: [ 0.940907] acpiphp: Slot [17] registered >Jan 29 15:33:32 localhost kernel: [ 0.940933] acpiphp: Slot [18] registered >Jan 29 15:33:32 localhost kernel: [ 0.940948] acpiphp: Slot [19] registered >Jan 29 15:33:32 localhost kernel: [ 0.940962] acpiphp: Slot [20] registered >Jan 29 15:33:32 localhost kernel: [ 0.940977] acpiphp: Slot [21] registered >Jan 29 15:33:32 localhost kernel: [ 0.941001] acpiphp: Slot [22] registered >Jan 29 15:33:32 localhost kernel: [ 0.941063] acpiphp: Slot [23] registered >Jan 29 15:33:32 localhost kernel: [ 0.941085] acpiphp: Slot [24] registered >Jan 29 15:33:32 localhost kernel: [ 0.941101] acpiphp: Slot [25] registered >Jan 29 15:33:32 localhost kernel: [ 0.941128] acpiphp: Slot [26] registered >Jan 29 15:33:32 localhost kernel: [ 0.941143] acpiphp: Slot [27] registered >Jan 29 15:33:32 localhost kernel: [ 0.941158] acpiphp: Slot [28] registered >Jan 29 15:33:32 localhost kernel: [ 0.941172] acpiphp: Slot [29] registered >Jan 29 15:33:32 localhost kernel: [ 0.941196] acpiphp: Slot [30] registered >Jan 29 15:33:32 localhost kernel: [ 0.941211] acpiphp: Slot [31] registered >Jan 29 15:33:32 localhost kernel: [ 0.941457] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >Jan 29 15:33:32 localhost kernel: [ 0.941461] ACPI: Power Button [PWRF] >Jan 29 15:33:32 localhost kernel: [ 0.943529] GHES: HEST is not enabled! >Jan 29 15:33:32 localhost kernel: [ 0.943622] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >Jan 29 15:33:32 localhost kernel: [ 0.969523] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >Jan 29 15:33:32 localhost kernel: [ 0.995534] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >Jan 29 15:33:32 localhost kernel: [ 0.995992] Non-volatile memory driver v1.3 >Jan 29 15:33:32 localhost kernel: [ 0.995995] Linux agpgart interface v0.103 >Jan 29 15:33:32 localhost kernel: [ 0.997127] loop: module loaded >Jan 29 15:33:32 localhost systemd[1]: Started Security Auditing Service. >Jan 29 15:33:32 localhost systemd[1]: Starting Command Scheduler... >Jan 29 15:33:32 localhost systemd[1]: Started Command Scheduler. >Jan 29 15:33:32 localhost kernel: [ 0.997928] scsi0 : ata_piix >Jan 29 15:33:32 localhost kernel: [ 0.998045] scsi1 : ata_piix >Jan 29 15:33:32 localhost kernel: [ 0.998094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc120 irq 14 >Jan 29 15:33:32 localhost kernel: [ 0.998096] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc128 irq 15 >Jan 29 15:33:32 localhost kernel: [ 0.999207] libphy: Fixed MDIO Bus: probed >Jan 29 15:33:32 localhost kernel: [ 0.999336] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >Jan 29 15:33:32 localhost kernel: [ 0.999356] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >Jan 29 15:33:32 localhost kernel: [ 0.999364] uhci_hcd: USB Universal Host Controller Interface driver >Jan 29 15:33:32 localhost kernel: [ 0.999489] uhci_hcd 0000:00:01.2: UHCI Host Controller >Jan 29 15:33:32 localhost kernel: [ 0.999536] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 >Jan 29 15:33:32 localhost kernel: [ 0.999713] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c100 >Jan 29 15:33:32 localhost kernel: [ 0.999834] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >Jan 29 15:33:32 localhost kernel: [ 0.999836] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Jan 29 15:33:32 localhost kernel: [ 0.999838] usb usb1: Product: UHCI Host Controller >Jan 29 15:33:32 localhost kernel: [ 0.999840] usb usb1: Manufacturer: Linux 3.6.10-4.fc18.x86_64 uhci_hcd >Jan 29 15:33:32 localhost kernel: [ 0.999842] usb usb1: SerialNumber: 0000:00:01.2 >Jan 29 15:33:32 localhost kernel: [ 0.999955] hub 1-0:1.0: USB hub found >Jan 29 15:33:32 localhost kernel: [ 0.999959] hub 1-0:1.0: 2 ports detected >Jan 29 15:33:32 localhost kernel: [ 1.000159] usbcore: registered new interface driver usbserial >Jan 29 15:33:32 localhost kernel: [ 1.000167] usbcore: registered new interface driver usbserial_generic >Jan 29 15:33:32 localhost kernel: [ 1.000173] USB Serial support registered for generic >Jan 29 15:33:32 localhost kernel: [ 1.000175] usbserial: USB Serial Driver core >Jan 29 15:33:32 localhost kernel: [ 1.000213] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >Jan 29 15:33:32 localhost kernel: [ 1.001340] serio: i8042 KBD port at 0x60,0x64 irq 1 >Jan 29 15:33:32 localhost kernel: [ 1.001348] serio: i8042 AUX port at 0x60,0x64 irq 12 >Jan 29 15:33:32 localhost kernel: [ 1.001453] mousedev: PS/2 mouse device common for all mice >Jan 29 15:33:32 localhost kernel: [ 1.001863] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >Jan 29 15:33:32 localhost kernel: [ 1.006611] rtc_cmos 00:01: RTC can wake from S4 >Jan 29 15:33:32 localhost kernel: [ 1.007070] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 >Jan 29 15:33:32 localhost kernel: [ 1.007314] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs >Jan 29 15:33:32 localhost kernel: [ 1.007411] device-mapper: uevent: version 1.0.3 >Jan 29 15:33:32 localhost kernel: [ 1.007482] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com >Jan 29 15:33:32 localhost kernel: [ 1.007571] cpuidle: using governor ladder >Jan 29 15:33:32 localhost kernel: [ 1.007573] cpuidle: using governor menu >Jan 29 15:33:32 localhost kernel: [ 1.007630] EFI Variables Facility v0.08 2004-May-17 >Jan 29 15:33:32 localhost kernel: [ 1.007735] usbcore: registered new interface driver usbhid >Jan 29 15:33:32 localhost kernel: [ 1.007736] usbhid: USB HID core driver >Jan 29 15:33:32 localhost kernel: [ 1.007759] drop_monitor: Initializing network drop monitor service >Jan 29 15:33:32 localhost kernel: [ 1.007837] ip_tables: (C) 2000-2006 Netfilter Core Team >Jan 29 15:33:32 localhost kernel: [ 1.007963] TCP: cubic registered >Jan 29 15:33:32 localhost kernel: [ 1.007966] Initializing XFRM netlink socket >Jan 29 15:33:32 localhost kernel: [ 1.008114] NET: Registered protocol family 10 >Jan 29 15:33:32 localhost kernel: [ 1.008315] mip6: Mobile IPv6 >Jan 29 15:33:32 localhost kernel: [ 1.008318] NET: Registered protocol family 17 >Jan 29 15:33:32 localhost kernel: [ 1.008564] Loading module verification certificates >Jan 29 15:33:32 localhost kernel: [ 1.009733] MODSIGN: Loaded cert 'Fedora kernel signing key: 7686e1f22bbf511e76885be3fb6c7a462be60dda' >Jan 29 15:33:32 localhost kernel: [ 1.009754] registered taskstats version 1 >Jan 29 15:33:32 localhost kernel: [ 1.010102] Magic number: 13:300:600 >Jan 29 15:33:32 localhost kernel: [ 1.010260] rtc_cmos 00:01: setting system clock to 2013-01-29 20:33:20 UTC (1359491600) >Jan 29 15:33:32 localhost kernel: [ 1.162595] ata2.00: ATAPI: QEMU DVD-ROM, 1.0.1, max UDMA/100 >Jan 29 15:33:32 localhost kernel: [ 1.163598] ata2.00: configured for MWDMA2 >Jan 29 15:33:32 localhost kernel: [ 1.163916] ata1.00: ATA-7: QEMU HARDDISK, 1.0.1, max UDMA/100 >Jan 29 15:33:32 localhost kernel: [ 1.163918] ata1.00: 12288000 sectors, multi 16: LBA48 >Jan 29 15:33:32 localhost kernel: [ 1.164545] ata1.00: configured for MWDMA2 >Jan 29 15:33:32 localhost kernel: [ 1.164665] scsi 0:0:0:0: Direct-Access ATA QEMU HARDDISK 1.0. PQ: 0 ANSI: 5 >Jan 29 15:33:32 localhost kernel: [ 1.164824] sd 0:0:0:0: Attached scsi generic sg0 type 0 >Jan 29 15:33:32 localhost kernel: [ 1.165094] sd 0:0:0:0: [sda] 12288000 512-byte logical blocks: (6.29 GB/5.85 GiB) >Jan 29 15:33:32 localhost kernel: [ 1.165141] sd 0:0:0:0: [sda] Write Protect is off >Jan 29 15:33:32 localhost kernel: [ 1.165164] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >Jan 29 15:33:32 localhost kernel: [ 1.166039] sda: sda1 sda2 >Jan 29 15:33:32 localhost kernel: [ 1.166124] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 1.0. PQ: 0 ANSI: 5 >Jan 29 15:33:32 localhost kernel: [ 1.166581] sd 0:0:0:0: [sda] Attached SCSI disk >Jan 29 15:33:32 localhost kernel: [ 1.167081] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray >Jan 29 15:33:32 localhost kernel: [ 1.167084] cdrom: Uniform CD-ROM driver Revision: 3.20 >Jan 29 15:33:32 localhost kernel: [ 1.167226] sr 1:0:0:0: Attached scsi generic sg1 type 5 >Jan 29 15:33:32 localhost kernel: [ 1.169150] Freeing unused kernel memory: 1036k freed >Jan 29 15:33:32 localhost kernel: [ 1.170534] Write protecting the kernel read-only data: 12288k >Jan 29 15:33:32 localhost kernel: [ 1.180485] Freeing unused kernel memory: 1848k freed >Jan 29 15:33:32 localhost kernel: [ 1.187172] Freeing unused kernel memory: 1412k freed >Jan 29 15:33:32 localhost kernel: [ 1.301057] usb 1-1: new full-speed USB device number 2 using uhci_hcd >Jan 29 15:33:32 localhost kernel: [ 1.437918] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 >Jan 29 15:33:32 localhost kernel: [ 1.509944] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >Jan 29 15:33:32 localhost kernel: [ 1.509949] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 >Jan 29 15:33:32 localhost kernel: [ 1.509952] usb 1-1: Product: QEMU USB Tablet >Jan 29 15:33:32 localhost kernel: [ 1.509954] usb 1-1: Manufacturer: QEMU 1.0.1 >Jan 29 15:33:32 localhost kernel: [ 1.509956] usb 1-1: SerialNumber: 42 >Jan 29 15:33:32 localhost kernel: [ 1.557074] input: QEMU 1.0.1 QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input3 >Jan 29 15:33:32 localhost kernel: [ 1.557189] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU 1.0.1 QEMU USB Tablet] on usb-0000:00:01.2-1/input0 >Jan 29 15:33:32 localhost kernel: [ 1.881179] RPC: Registered named UNIX socket transport module. >Jan 29 15:33:32 localhost kernel: [ 1.881182] RPC: Registered udp transport module. >Jan 29 15:33:32 localhost kernel: [ 1.881184] RPC: Registered tcp transport module. >Jan 29 15:33:32 localhost kernel: [ 1.881185] RPC: Registered tcp NFSv4.1 backchannel transport module. >Jan 29 15:33:32 localhost kernel: [ 1.916169] tsc: Refined TSC clocksource calibration: 2499.999 MHz >Jan 29 15:33:32 localhost kernel: [ 2.669724] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) >Jan 29 15:33:32 localhost kernel: [ 2.669981] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 >Jan 29 15:33:32 localhost kernel: [ 2.730301] 8139cp 0000:00:03.0: eth0: RTL-8139C+ at 0xffffc900004c8000, 52:54:00:12:34:56, IRQ 10 >Jan 29 15:33:32 localhost kernel: [ 2.741967] [drm] Initialized drm 1.1.0 20060810 >Jan 29 15:33:32 localhost kernel: [ 2.754171] 8139too: 8139too Fast Ethernet driver 0.9.28 >Jan 29 15:33:32 localhost kernel: [ 2.837417] [TTM] Zone kernel: Available graphics memory: 509864 kiB >Jan 29 15:33:32 localhost kernel: [ 2.837421] [TTM] Initializing pool allocator >Jan 29 15:33:32 localhost kernel: [ 2.837426] [TTM] Initializing DMA pool allocator >Jan 29 15:33:32 localhost kernel: [ 2.838484] [drm] fb mappable at 0x0 >Jan 29 15:33:32 localhost kernel: [ 2.838487] [drm] vram aper at 0x0 >Jan 29 15:33:32 localhost kernel: [ 2.838488] [drm] size 0 >Jan 29 15:33:32 localhost kernel: [ 2.838489] [drm] fb depth is 24 >Jan 29 15:33:32 localhost kernel: [ 2.838490] [drm] pitch is 3840 >Jan 29 15:33:32 localhost kernel: [ 2.838752] fbcon: cirrusdrmfb (fb0) is primary device >Jan 29 15:33:32 localhost kernel: [ 3.004371] Console: switching to colour frame buffer device 160x64 >Jan 29 15:33:32 localhost kernel: [ 3.043000] fb0: cirrusdrmfb frame buffer device >Jan 29 15:33:32 localhost kernel: [ 3.043001] drm: registered panic notifier >Jan 29 15:33:32 localhost kernel: [ 3.049976] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 >Jan 29 15:33:32 localhost kernel: [ 3.383185] squashfs: version 4.0 (2009/01/31) Phillip Lougher >Jan 29 15:33:32 localhost kernel: [ 3.800326] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >Jan 29 15:33:32 localhost kernel: [ 4.952858] type=1404 audit(1359491604.441:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 >Jan 29 15:33:32 localhost kernel: [ 5.627005] type=1403 audit(1359491605.115:3): policy loaded auid=4294967295 ses=4294967295 >Jan 29 15:33:32 localhost kernel: [ 7.810814] EXT4-fs (dm-0): re-mounted. Opts: (null) >Jan 29 15:33:32 localhost kernel: [ 8.375553] kvm: Nested Virtualization enabled >Jan 29 15:33:32 localhost kernel: [ 8.469935] tun: Universal TUN/TAP device driver, 1.6 >Jan 29 15:33:32 localhost kernel: [ 8.469939] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> >Jan 29 15:33:32 localhost kernel: [ 8.952425] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >Jan 29 15:33:32 localhost kernel: [ 8.961136] parport_pc 00:05: reported by Plug and Play ACPI >Jan 29 15:33:32 localhost kernel: [ 8.961376] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE] >Jan 29 15:33:32 localhost kernel: [ 9.141680] microcode: AMD CPU family 0x6 not supported >Jan 29 15:33:32 localhost kernel: [ 9.656387] ppdev: user-space parallel port driver >Jan 29 15:33:32 localhost kernel: [ 10.028772] md: bind<sda2> >Jan 29 15:33:32 localhost kernel: [ 10.229808] md: raid1 personality registered for level 1 >Jan 29 15:33:32 localhost kernel: [ 10.231232] bio: create slab <bio-1> at 1 >Jan 29 15:33:32 localhost kernel: [ 10.237740] md/raid1:md127: active with 1 out of 2 mirrors >Jan 29 15:33:32 localhost kernel: [ 10.237770] md127: detected capacity change from 0 to 5761859584 >Jan 29 15:33:32 localhost kernel: [ 10.252160] md127: unknown partition table >Jan 29 15:33:32 localhost systemd[1]: Started Machine Check Exception Logging Daemon. >Jan 29 15:33:33 localhost /usr/sbin/irqbalance: Balancing is ineffective on systems with a single cache domain. Shutting down >Jan 29 15:33:33 localhost avahi-daemon[500]: Found user 'avahi' (UID 70) and group 'avahi' (GID 70). >Jan 29 15:33:33 localhost avahi-daemon[500]: Successfully dropped root privileges. >Jan 29 15:33:33 localhost avahi-daemon[500]: avahi-daemon 0.6.31 starting up. >Jan 29 15:33:33 localhost abrtd: Init complete, entering main loop >Jan 29 15:33:33 localhost auditd[493]: Started dispatcher: /sbin/audispd pid: 539 >Jan 29 15:33:33 localhost auditd[493]: Init complete, auditd 2.2.1 listening for events (startup state enable) >Jan 29 15:33:33 localhost audispd: audispd initialized with q_depth=120 and 1 active plugins >Jan 29 15:33:33 localhost systemd[1]: Started Kernel Samepage Merging (KSM) Tuning Daemon. >Jan 29 15:33:33 localhost systemd[1]: Started RealtimeKit Scheduling Policy Service. >Jan 29 15:33:33 localhost systemd[1]: Started Avahi mDNS/DNS-SD Stack. >Jan 29 15:33:33 localhost systemd-logind[497]: New seat seat0. >Jan 29 15:33:33 localhost systemd[1]: Started Login Service. >Jan 29 15:33:33 localhost systemd-logind[497]: Watching system buttons on /dev/input/event0 (Power Button) >Jan 29 15:33:33 localhost alsactl[482]: /sbin/alsactl: load_state:1647: Cannot open /var/lib/alsa/asound.state for reading: No such file or directory >Jan 29 15:33:33 localhost avahi-daemon[500]: Successfully called chroot(). >Jan 29 15:33:33 localhost avahi-daemon[500]: Successfully dropped remaining capabilities. >Jan 29 15:33:33 localhost avahi-daemon[500]: No service file found in /etc/avahi/services. >Jan 29 15:33:33 localhost avahi-daemon[500]: System host name is set to 'localhost'. This is not a suitable mDNS host name, looking for alternatives. >Jan 29 15:33:33 localhost avahi-daemon[500]: Network interface enumeration completed. >Jan 29 15:33:33 localhost avahi-daemon[500]: Registering HINFO record with values 'X86_64'/'LINUX'. >Jan 29 15:33:33 localhost restorecond: Unable to watch (/root/.ssh/*) No such file or directory >Jan 29 15:33:33 localhost avahi-daemon[500]: Server startup complete. Host name is linux.local. Local service cookie is 3901378494. >Jan 29 15:33:33 localhost dbus[504]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Jan 29 15:33:33 localhost systemd[1]: Started Restorecon maintaining path file context. >Jan 29 15:33:33 localhost systemd[1]: Started Install ABRT coredump hook. >Jan 29 15:33:34 localhost systemd[1]: Starting Authorization Manager... >Jan 29 15:33:34 localhost chrony-helper[491]: tr: write error: Broken pipe >Jan 29 15:33:34 localhost chrony-helper[491]: tr: write error >Jan 29 15:33:34 localhost systemd[1]: Started GNOME Display Manager. >Jan 29 15:33:34 localhost rngd[496]: Unable to open file: /dev/tpm0 >Jan 29 15:33:34 localhost rngd[496]: can't open any entropy source >Jan 29 15:33:34 localhost rngd[496]: Maybe RNG device modules are not loaded >Jan 29 15:33:34 localhost dbus-daemon[504]: dbus[504]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Jan 29 15:33:34 localhost auditctl[494]: No rules >Jan 29 15:33:34 localhost auditctl[494]: AUDIT_STATUS: enabled=0 flag=1 pid=0 rate_limit=0 backlog_limit=320 lost=0 backlog=0 >Jan 29 15:33:34 localhost polkitd[573]: Started polkitd version 0.107 >Jan 29 15:33:34 localhost chronyd[580]: chronyd version 1.27-git1ca844 starting >Jan 29 15:33:34 localhost chronyd[580]: Linux kernel major=3 minor=6 patch=10 >Jan 29 15:33:34 localhost chronyd[580]: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 >Jan 29 15:33:34 localhost systemd[1]: Started NTP client/server. >Jan 29 15:33:35 localhost dbus-daemon[504]: dbus[504]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=508 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.7" (uid=0 pid=578 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Jan 29 15:33:35 localhost dbus[504]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=508 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.7" (uid=0 pid=578 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Jan 29 15:33:35 localhost dbus-daemon[504]: dbus[504]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Jan 29 15:33:35 localhost dbus[504]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Jan 29 15:33:35 localhost systemd[1]: Started Authorization Manager. >Jan 29 15:33:35 localhost accounts-daemon[498]: started daemon version 0.6.25 >Jan 29 15:33:35 localhost systemd[1]: Started Accounts Service. >Jan 29 15:33:36 localhost livesys[503]: Adding live user [ OK ] >Jan 29 15:33:36 localhost systemd[1]: Started firewalld - dynamic firewall daemon. >Jan 29 15:33:36 localhost systemd[1]: Starting Network Manager... >Jan 29 15:33:37 localhost NetworkManager[609]: <info> NetworkManager (version 0.9.7.0-12.git20121004.fc18) is starting... >Jan 29 15:33:37 localhost systemd[1]: Stopped firstboot configuration program (graphical mode). >Jan 29 15:33:37 localhost NetworkManager[609]: <info> Read config file /etc/NetworkManager/NetworkManager.conf >Jan 29 15:33:37 localhost NetworkManager[609]: <info> WEXT support is enabled >Jan 29 15:33:37 localhost kernel: [ 18.291090] ip6_tables: (C) 2000-2006 Netfilter Core Team >Jan 29 15:33:38 localhost NetworkManager[609]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp >Jan 29 15:33:38 localhost NetworkManager[609]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn >Jan 29 15:33:38 localhost NetworkManager[609]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect >Jan 29 15:33:38 localhost NetworkManager[609]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc >Jan 29 15:33:38 localhost NetworkManager[609]: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >Jan 29 15:33:38 localhost NetworkManager[609]: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Jan 29 15:33:38 localhost NetworkManager[609]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Jan 29 15:33:38 localhost NetworkManager[609]: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >Jan 29 15:33:38 localhost dbus-daemon[504]: dbus[504]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Jan 29 15:33:38 localhost dbus[504]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Jan 29 15:33:38 localhost NetworkManager[609]: <info> monitoring kernel firmware directory '/lib/firmware'. >Jan 29 15:33:38 localhost dbus[504]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Jan 29 15:33:38 localhost dbus-daemon[504]: dbus[504]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Jan 29 15:33:38 localhost kernel: [ 18.876062] Ebtables v2.0 registered >Jan 29 15:33:38 localhost systemd[1]: Starting Bluetooth service... >Jan 29 15:33:38 localhost NetworkManager[609]: <info> WiFi enabled by radio killswitch; enabled by state file >Jan 29 15:33:38 localhost NetworkManager[609]: <info> WWAN enabled by radio killswitch; enabled by state file >Jan 29 15:33:38 localhost NetworkManager[609]: <info> WiMAX enabled by radio killswitch; enabled by state file >Jan 29 15:33:38 localhost NetworkManager[609]: <info> Networking is enabled by state file >Jan 29 15:33:38 localhost kernel: [ 18.999696] 8139cp 0000:00:03.0: eth0: link up, 100Mbps, full-duplex, lpa 0x05E1 >Jan 29 15:33:38 localhost NetworkManager[609]: <warn> failed to allocate link cache: (-10) Operation not supported >Jan 29 15:33:38 localhost NetworkManager[609]: <info> (eth0): carrier is OFF >Jan 29 15:33:38 localhost NetworkManager[609]: <info> (eth0): new Ethernet device (driver: '8139cp' ifindex: 2) >Jan 29 15:33:38 localhost NetworkManager[609]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0 >Jan 29 15:33:38 localhost NetworkManager[609]: <info> (eth0): now managed >Jan 29 15:33:38 localhost NetworkManager[609]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >Jan 29 15:33:38 localhost NetworkManager[609]: <info> (eth0): bringing up device. >Jan 29 15:33:38 localhost bluetoothd[627]: Bluetooth daemon 4.101 >Jan 29 15:33:38 localhost NetworkManager[609]: <info> (eth0): carrier now ON (device state 20) >Jan 29 15:33:38 localhost NetworkManager[609]: <info> (eth0): preparing device. >Jan 29 15:33:38 localhost NetworkManager[609]: <info> (eth0): deactivating device (reason 'managed') [2] >Jan 29 15:33:38 localhost kernel: [ 19.240879] Bluetooth: Core ver 2.16 >Jan 29 15:33:38 localhost kernel: [ 19.252207] NET: Registered protocol family 31 >Jan 29 15:33:38 localhost kernel: [ 19.252211] Bluetooth: HCI device and connection manager initialized >Jan 29 15:33:38 localhost kernel: [ 19.252214] Bluetooth: HCI socket layer initialized >Jan 29 15:33:38 localhost kernel: [ 19.252215] Bluetooth: L2CAP socket layer initialized >Jan 29 15:33:38 localhost kernel: [ 19.252220] Bluetooth: SCO socket layer initialized >Jan 29 15:33:38 localhost NetworkManager[609]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:03.0/net/eth0 >Jan 29 15:33:38 localhost NetworkManager[609]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Jan 29 15:33:38 localhost kernel: [ 19.281353] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 >Jan 29 15:33:38 localhost kernel: [ 19.281357] Bluetooth: BNEP filters: protocol multicast >Jan 29 15:33:38 localhost NetworkManager[609]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Jan 29 15:33:38 localhost NetworkManager[609]: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >Jan 29 15:33:38 localhost NetworkManager[609]: <info> Auto-activating connection 'Wired connection 1'. >Jan 29 15:33:38 localhost dbus[504]: [system] Successfully activated service 'org.bluez' >Jan 29 15:33:38 localhost NetworkManager[609]: <info> Activation (eth0) starting connection 'Wired connection 1' >Jan 29 15:33:38 localhost bluetoothd[627]: Starting SDP server >Jan 29 15:33:38 localhost NetworkManager[609]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Jan 29 15:33:38 localhost NetworkManager[609]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >Jan 29 15:33:38 localhost NetworkManager[609]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >Jan 29 15:33:38 localhost NetworkManager[609]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >Jan 29 15:33:38 localhost NetworkManager[609]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >Jan 29 15:33:38 localhost NetworkManager[609]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >Jan 29 15:33:38 localhost NetworkManager[609]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >Jan 29 15:33:38 localhost bluetoothd[627]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Jan 29 15:33:38 localhost NetworkManager[609]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >Jan 29 15:33:38 localhost bluetoothd[627]: Bluetooth Management interface initialized >Jan 29 15:33:38 localhost NetworkManager[609]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >Jan 29 15:33:39 localhost modem-manager[626]: <info> ModemManager (version 0.6.0.0-2.fc18) starting... >Jan 29 15:33:39 localhost dbus[504]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Jan 29 15:33:39 localhost NetworkManager[609]: <info> modem-manager is now available >Jan 29 15:33:39 localhost systemd[1]: Started Network Manager. >Jan 29 15:33:39 localhost systemd[1]: Starting Network Manager Wait Online... >Jan 29 15:33:39 localhost systemd[1]: Stopped Software RAID monitoring and management. >Jan 29 15:33:39 localhost systemd[1]: Started Bluetooth service. >Jan 29 15:33:39 localhost systemd[1]: Stopping Software RAID Monitor Takeover... >Jan 29 15:33:39 localhost systemd[1]: Stopped Software RAID Monitor Takeover. >Jan 29 15:33:39 localhost dbus-daemon[504]: dbus[504]: [system] Successfully activated service 'org.bluez' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> ModemManager (version 0.6.0.0-2.fc18) starting... >Jan 29 15:33:39 localhost dbus-daemon[504]: dbus[504]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'Option' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'X22X' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'MotoC' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'SimTech' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'AnyData' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'Novatel' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'Ericsson MBM' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'Option High-Speed' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'Nokia' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'Gobi' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'Sierra' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'Wavecom' >Jan 29 15:33:39 localhost bluetoothd[627]: bluetoothd[627]: Bluetooth daemon 4.101 >Jan 29 15:33:39 localhost bluetoothd[627]: bluetoothd[627]: Starting SDP server >Jan 29 15:33:39 localhost bluetoothd[627]: bluetoothd[627]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Jan 29 15:33:39 localhost bluetoothd[627]: bluetoothd[627]: Bluetooth Management interface initialized >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'Option' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'X22X' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'MotoC' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'SimTech' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'AnyData' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'Novatel' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'Ericsson MBM' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'Option High-Speed' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'Nokia' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'Gobi' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'Sierra' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'Wavecom' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'ZTE' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'Samsung' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'Huawei' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'Longcheer' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'Linktop' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'Cinterion' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'Iridium' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Loaded plugin 'Generic' >Jan 29 15:33:39 localhost modem-manager[626]: <info> Successfully loaded 20 plugins >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'ZTE' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'Samsung' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'Huawei' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'Longcheer' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'Linktop' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'Cinterion' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'Iridium' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Loaded plugin 'Generic' >Jan 29 15:33:39 localhost dbus-daemon[504]: modem-manager[626]: <info> Successfully loaded 20 plugins >Jan 29 15:33:39 localhost livesys[503]: ** (process:636): WARNING **: failed to commit changes to dconf: Error spawning command line `dbus-launch --autolaunch=69d27b356a94476da859461d3a3bc6fd --binary-syntax --close-stderr': Child process exited with code 1 >Jan 29 15:33:39 localhost systemd[1]: Stopping Command Scheduler... >Jan 29 15:33:39 localhost systemd[1]: Stopped Command Scheduler. >Jan 29 15:33:39 localhost systemd[1]: Stopping Job spooling tools... >Jan 29 15:33:39 localhost systemd[1]: Stopped Job spooling tools. >Jan 29 15:33:39 localhost livesys[503]: sed: can't read : No such file or directory >Jan 29 15:33:39 localhost gdm-simple-slave[578]: WARNING: Failed to give slave programs access to the display. Trying to proceed. >Jan 29 15:33:39 localhost avahi-daemon[500]: Registering new address record for fe80::5054:ff:fe12:3456 on eth0.*. >Jan 29 15:33:39 localhost kernel: [ 20.453057] nf_conntrack version 0.5.0 (7966 buckets, 31864 max) >Jan 29 15:33:39 localhost systemd[1]: Started Wait for Plymouth Boot Screen to Quit. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.freedesktop.Geoclue' has path '/apps/geoclue/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.freedesktop.Telepathy.Logger' has path '/apps/telepathy-logger/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: 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. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.freedesktop.ibus.general.xkblayoutconfig' has path '/desktop/ibus/general/xkblayoutconfig/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.gnome.Cheese' has path '/apps/cheese/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.gnome.seahorse' has path '/apps/seahorse/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.gnome.seahorse.manager' has path '/apps/seahorse/listing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost livesys[503]: warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Jan 29 15:33:40 localhost systemd[1]: Started SYSV: Init script for live image.. >Jan 29 15:33:40 localhost systemd[1]: Starting LSB: Starts and stops login iSCSI daemon.... >Jan 29 15:33:41 localhost systemd-logind[497]: New session 1 of user gdm. >Jan 29 15:33:41 localhost systemd-logind[497]: Linked /tmp/.X11-unix/X0 to /run/user/42/X11-display. >Jan 29 15:33:41 localhost kernel: [ 22.157340] Loading iSCSI transport class v2.0-870. >Jan 29 15:33:41 localhost kernel: [ 22.249956] iscsi: registered transport (tcp) >Jan 29 15:33:42 localhost kernel: [ 23.433084] iscsi: registered transport (iser) >Jan 29 15:33:43 localhost kernel: [ 23.541164] libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits. >Jan 29 15:33:43 localhost kernel: [ 23.541169] libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0. >Jan 29 15:33:43 localhost kernel: [ 23.734621] Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010) >Jan 29 15:33:43 localhost kernel: [ 23.741106] iscsi: registered transport (cxgb3i) >Jan 29 15:33:43 localhost kernel: [ 24.076597] Chelsio T4 iSCSI Driver cxgb4i v0.9.1 (Aug. 2010) >Jan 29 15:33:43 localhost kernel: [ 24.080412] iscsi: registered transport (cxgb4i) >Jan 29 15:33:43 localhost kernel: [ 24.200139] cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.12 (June 29, 2012) >Jan 29 15:33:43 localhost kernel: [ 24.234239] Broadcom NetXtreme II iSCSI Driver bnx2i v2.7.2.2 (Apr 25, 2012) >Jan 29 15:33:43 localhost kernel: [ 24.239180] iscsi: registered transport (bnx2i) >Jan 29 15:33:43 localhost kernel: [ 24.365821] iscsi: registered transport (be2iscsi) >Jan 29 15:33:44 localhost iscsid: iSCSI logger with pid=783 started! >Jan 29 15:33:44 localhost iscsid[706]: Starting iscsid: [ OK ]#015[ OK ] >Jan 29 15:33:44 localhost systemd[1]: Started LSB: Starts and stops login iSCSI daemon.. >Jan 29 15:33:44 localhost dbus-daemon[504]: dbus[504]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Jan 29 15:33:44 localhost dbus[504]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Jan 29 15:33:44 localhost systemd[1]: Starting Daemon for power management... >Jan 29 15:33:44 localhost dbus-daemon[504]: dbus[504]: [system] Successfully activated service 'org.freedesktop.UPower' >Jan 29 15:33:44 localhost dbus[504]: [system] Successfully activated service 'org.freedesktop.UPower' >Jan 29 15:33:44 localhost systemd[1]: Started Daemon for power management. >Jan 29 15:33:45 localhost iscsid: transport class version 2.0-870. iscsid version 2.0-872.18.f17 >Jan 29 15:33:45 localhost iscsid: iSCSI daemon with pid=785 started! >Jan 29 15:33:46 localhost systemd[1]: SELinux Got Sender :1.18 >Jan 29 15:33:47 localhost rtkit-daemon[499]: Successfully made thread 869 of process 869 (/usr/bin/pulseaudio) owned by '42' high priority at nice level -11. >Jan 29 15:33:48 localhost NetworkManager[609]: <warn> (eth0) firewall zone add/change failed: (4) Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. >Jan 29 15:33:48 localhost NetworkManager[609]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >Jan 29 15:33:48 localhost NetworkManager[609]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >Jan 29 15:33:48 localhost NetworkManager[609]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >Jan 29 15:33:49 localhost NetworkManager[609]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >Jan 29 15:33:49 localhost NetworkManager[609]: <info> dhclient started with pid 897 >Jan 29 15:33:49 localhost NetworkManager[609]: <info> Activation (eth0) Beginning IP6 addrconf. >Jan 29 15:33:49 localhost avahi-daemon[500]: Withdrawing address record for fe80::5054:ff:fe12:3456 on eth0. >Jan 29 15:33:49 localhost NetworkManager[609]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >Jan 29 15:33:49 localhost dhclient[897]: Internet Systems Consortium DHCP Client 4.2.4-P2 >Jan 29 15:33:49 localhost dhclient[897]: Copyright 2004-2012 Internet Systems Consortium. >Jan 29 15:33:49 localhost dhclient[897]: All rights reserved. >Jan 29 15:33:49 localhost dhclient[897]: For info, please visit https://www.isc.org/software/dhcp/ >Jan 29 15:33:49 localhost dhclient[897]: >Jan 29 15:33:49 localhost NetworkManager[609]: <info> (eth0): DHCPv4 state changed nbi -> preinit >Jan 29 15:33:49 localhost dhclient[897]: Listening on LPF/eth0/52:54:00:12:34:56 >Jan 29 15:33:49 localhost dhclient[897]: Sending on LPF/eth0/52:54:00:12:34:56 >Jan 29 15:33:49 localhost dhclient[897]: Sending on Socket/fallback >Jan 29 15:33:49 localhost dhclient[897]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 (xid=0x54edadd0) >Jan 29 15:33:49 localhost dhclient[897]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x54edadd0) >Jan 29 15:33:49 localhost dhclient[897]: DHCPOFFER from 10.0.2.2 >Jan 29 15:33:49 localhost dhclient[897]: DHCPACK from 10.0.2.2 (xid=0x54edadd0) >Jan 29 15:33:49 localhost NetworkManager[609]: <info> (eth0): DHCPv4 state changed preinit -> bound >Jan 29 15:33:49 localhost NetworkManager[609]: <info> address 10.0.2.15 >Jan 29 15:33:49 localhost NetworkManager[609]: <info> prefix 24 (255.255.255.0) >Jan 29 15:33:49 localhost NetworkManager[609]: <info> gateway 10.0.2.2 >Jan 29 15:33:49 localhost NetworkManager[609]: <info> nameserver '10.0.2.3' >Jan 29 15:33:50 localhost NetworkManager[609]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Jan 29 15:33:50 localhost NetworkManager[609]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >Jan 29 15:33:50 localhost avahi-daemon[500]: Joining mDNS multicast group on interface eth0.IPv4 with address 10.0.2.15. >Jan 29 15:33:50 localhost avahi-daemon[500]: New relevant interface eth0.IPv4 for mDNS. >Jan 29 15:33:50 localhost avahi-daemon[500]: Registering new address record for 10.0.2.15 on eth0.IPv4. >Jan 29 15:33:50 localhost dhclient[897]: bound to 10.0.2.15 -- renewal in 35097 seconds. >Jan 29 15:33:50 localhost avahi-daemon[500]: Registering new address record for fe80::5054:ff:fe12:3456 on eth0.*. >Jan 29 15:33:51 localhost NetworkManager[609]: <info> (eth0): device state change: ip-config -> secondaries (reason 'none') [70 90 0] >Jan 29 15:33:51 localhost NetworkManager[609]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >Jan 29 15:33:51 localhost NetworkManager[609]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >Jan 29 15:33:51 localhost NetworkManager[609]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS. >Jan 29 15:33:51 localhost NetworkManager[609]: <info> Activation (eth0) successful, device activated. >Jan 29 15:33:51 localhost dbus[504]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Jan 29 15:33:51 localhost systemd[1]: Started Network Manager Wait Online. >Jan 29 15:33:51 localhost systemd[1]: Starting Network. >Jan 29 15:33:51 localhost systemd[1]: Reached target Network. >Jan 29 15:33:51 localhost systemd[1]: Starting LSB: Starts and stops login and scanning of iSCSI devices.... >Jan 29 15:33:51 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Jan 29 15:33:51 localhost systemd[1]: Starting Virtualization daemon... >Jan 29 15:33:51 localhost systemd[1]: Started Virtualization daemon. >Jan 29 15:33:51 localhost systemd[1]: Starting RPC bind service... >Jan 29 15:33:51 localhost systemd[1]: Started RPC bind service. >Jan 29 15:33:51 localhost dbus-daemon[504]: dbus[504]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Jan 29 15:33:51 localhost rpcbind: Cannot open '/var/lib/rpcbind/rpcbind.xdr' file for reading, errno 2 (No such file or directory) >Jan 29 15:33:51 localhost rpcbind: Cannot open '/var/lib/rpcbind/portmap.xdr' file for reading, errno 2 (No such file or directory) >Jan 29 15:33:52 localhost dbus-daemon[504]: dbus[504]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Jan 29 15:33:52 localhost dbus[504]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Jan 29 15:33:52 localhost iscsi[932]: Starting iscsi: iscsiadm: No records found >Jan 29 15:33:53 localhost iscsi[932]: [ OK ] >Jan 29 15:33:53 localhost systemd[1]: Started LSB: Starts and stops login and scanning of iSCSI devices.. >Jan 29 15:33:53 localhost systemd[1]: Starting SYSV: Late init script for live image.... >Jan 29 15:33:53 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Jan 29 15:33:53 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Jan 29 15:33:53 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Jan 29 15:33:53 localhost systemd[1]: Started SYSV: Late init script for live image.. >Jan 29 15:33:54 localhost libvirtd[934]: 2013-01-29 20:33:54.750+0000: 934: info : libvirt version: 0.10.2.2, package: 3.fc18 (Fedora Project, 2012-12-17-23:55:54, buildvm-14.phx2.fedoraproject.org) >Jan 29 15:33:54 localhost libvirtd[934]: 2013-01-29 20:33:54.750+0000: 934: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_xen.so not accessible >Jan 29 15:33:54 localhost libvirtd[934]: 2013-01-29 20:33:54.827+0000: 934: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_lxc.so not accessible >Jan 29 15:33:54 localhost libvirtd[934]: 2013-01-29 20:33:54.831+0000: 934: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_uml.so not accessible >Jan 29 15:33:55 localhost dbus-daemon[504]: dbus[504]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Jan 29 15:33:55 localhost dbus[504]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Jan 29 15:33:55 localhost systemd[1]: Starting Disk Manager... >Jan 29 15:33:55 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Jan 29 15:33:55 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Jan 29 15:33:55 localhost systemd[1]: Started Sendmail Mail Transport Client. >Jan 29 15:33:55 localhost udisksd[1009]: udisks daemon version 1.99.0 starting >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:33:55 localhost dbus-daemon[504]: dbus[504]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Jan 29 15:33:55 localhost dbus[504]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Jan 29 15:33:55 localhost systemd[1]: Started Disk Manager. >Jan 29 15:33:55 localhost udisksd[1009]: Acquired the name org.freedesktop.UDisks2 on the system message bus >Jan 29 15:33:55 localhost libvirtd[934]: 2013-01-29 20:33:55.919+0000: 1006: error : virNWFilterSnoopLeaseFileRefresh:1903 : open("/var/run/libvirt/network/nwfilter.ltmp"): No such file or directory >Jan 29 15:33:55 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Jan 29 15:33:55 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Jan 29 15:33:55 localhost systemd[1]: Starting Multi-User. >Jan 29 15:33:55 localhost systemd[1]: Reached target Multi-User. >Jan 29 15:33:55 localhost systemd[1]: Starting Graphical Interface. >Jan 29 15:33:56 localhost systemd[1]: Reached target Graphical Interface. >Jan 29 15:33:56 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes... >Jan 29 15:33:56 localhost systemd[1]: Starting Stop Read-Ahead Data Collection 10s After Completed Startup. >Jan 29 15:33:56 localhost systemd[1]: Started Stop Read-Ahead Data Collection 10s After Completed Startup. >Jan 29 15:33:56 localhost systemd[1]: Started Update UTMP about System Runlevel Changes. >Jan 29 15:33:56 localhost systemd[1]: Startup finished in 1s 196ms 582us (kernel) + 4s 626ms 978us (initrd) + 30s 845ms 510us (userspace) = 36s 669ms 70us. >Jan 29 15:33:57 localhost dbus-daemon[504]: dbus[504]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Jan 29 15:33:57 localhost dbus[504]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Jan 29 15:33:58 localhost dbus-daemon[504]: dbus[504]: [system] Successfully activated service 'net.reactivated.Fprint' >Jan 29 15:33:58 localhost dbus[504]: [system] Successfully activated service 'net.reactivated.Fprint' >Jan 29 15:33:58 localhost dbus-daemon[504]: dbus[504]: [system] Activating service name='org.freedesktop.realmd' (using servicehelper) >Jan 29 15:33:58 localhost dbus[504]: [system] Activating service name='org.freedesktop.realmd' (using servicehelper) >Jan 29 15:33:58 localhost dbus-daemon[504]: Launching FprintObject >Jan 29 15:33:58 localhost dbus-daemon[504]: ** Message: D-Bus service launched with name: net.reactivated.Fprint >Jan 29 15:33:58 localhost dbus-daemon[504]: ** Message: entering main loop >Jan 29 15:33:58 localhost dbus-daemon[504]: dbus[504]: [system] Successfully activated service 'org.freedesktop.realmd' >Jan 29 15:33:58 localhost dbus[504]: [system] Successfully activated service 'org.freedesktop.realmd' >Jan 29 15:34:03 localhost chronyd[580]: Selected source 131.211.8.244 >Jan 29 15:34:03 localhost chronyd[580]: System clock wrong by 1.585461 seconds, adjustment started >Jan 29 15:34:05 localhost systemd[1]: Starting Stop Read-Ahead Data Collection... >Jan 29 15:34:06 localhost systemd[1]: Started Stop Read-Ahead Data Collection. >Jan 29 15:34:09 localhost NetworkManager[609]: <info> (eth0): IP6 addrconf timed out or failed. >Jan 29 15:34:09 localhost NetworkManager[609]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >Jan 29 15:34:09 localhost NetworkManager[609]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started... >Jan 29 15:34:09 localhost NetworkManager[609]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete. >Jan 29 15:34:28 localhost dbus-daemon[504]: ** Message: No devices in use, exit >Jan 29 15:35:06 localhost dbus-daemon[504]: dbus[504]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Jan 29 15:35:06 localhost dbus[504]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Jan 29 15:35:06 localhost dbus-daemon[504]: dbus[504]: [system] Successfully activated service 'net.reactivated.Fprint' >Jan 29 15:35:06 localhost dbus[504]: [system] Successfully activated service 'net.reactivated.Fprint' >Jan 29 15:35:06 localhost dbus-daemon[504]: Launching FprintObject >Jan 29 15:35:06 localhost dbus-daemon[504]: ** Message: D-Bus service launched with name: net.reactivated.Fprint >Jan 29 15:35:06 localhost dbus-daemon[504]: ** Message: entering main loop >Jan 29 15:35:07 localhost systemd-logind[497]: New session 2 of user liveuser. >Jan 29 15:35:07 localhost systemd-logind[497]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display. >Jan 29 15:35:07 localhost gnome-session[720]: WARNING: Detected that screensaver has left the bus >Jan 29 15:35:07 localhost gnome-session[720]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed >Jan 29 15:35:07 localhost gdm-simple-slave[578]: WARNING: Failed to remove slave program access to the display. Trying to proceed. >Jan 29 15:35:09 localhost kernel: [ 109.900689] fuse init (API version 7.20) >Jan 29 15:35:09 localhost systemd[1]: Mounting FUSE Control File System... >Jan 29 15:35:09 localhost systemd[1]: Mounted FUSE Control File System. >Jan 29 15:35:11 localhost spice-vdagent[1470]: Missing virtio device '/dev/virtio-ports/com.redhat.spice.0': No such file or directory >Jan 29 15:35:11 localhost rtkit-daemon[499]: Successfully made thread 1484 of process 1484 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. >Jan 29 15:35:12 localhost systemd[1]: SELinux Got Sender :1.45 >Jan 29 15:35:12 localhost dbus-daemon[504]: dbus[504]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Jan 29 15:35:12 localhost dbus[504]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Jan 29 15:35:12 localhost systemd[1]: Starting Manage, Install and Generate Color Profiles... >Jan 29 15:35:12 localhost colord: Using config file /etc/colord.conf >Jan 29 15:35:12 localhost colord: Using mapping database file /var/lib/colord/mapping.db >Jan 29 15:35:12 localhost colord: Using device database file /var/lib/colord/storage.db >Jan 29 15:35:12 localhost colord: Loading plugin libcd_plugin_camera.so >Jan 29 15:35:12 localhost colord: Loading plugin libcd_plugin_scanner.so >Jan 29 15:35:12 localhost colord: Daemon ready for requests >Jan 29 15:35:12 localhost dbus-daemon[504]: dbus[504]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Jan 29 15:35:12 localhost dbus[504]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Jan 29 15:35:12 localhost systemd[1]: Started Manage, Install and Generate Color Profiles. >Jan 29 15:35:12 localhost colord: Profile added: icc-9c63a713c85fe8dcd9d9e8aa286f7e95 >Jan 29 15:35:12 localhost colord: Profile added: icc-dcd6d93e079fc3295cb4d48deb24f851 >Jan 29 15:35:12 localhost colord: Profile added: icc-285bf9a62b68718fe66aa1d69978a97d >Jan 29 15:35:12 localhost colord: Profile added: icc-7d744c7ca47e33468b64feb7029fc9b0 >Jan 29 15:35:12 localhost colord: Profile added: icc-fdde622468ba0cd232b9f7e00ad52af6 >Jan 29 15:35:12 localhost colord: Profile added: icc-d14766a584896acd5810a9f14a3ef15d >Jan 29 15:35:12 localhost colord: Profile added: icc-cc7e433e2982e0a682f332ed378c7d47 >Jan 29 15:35:12 localhost colord: Profile added: icc-ba6a5c659db6759a2b4a4739d848127f >Jan 29 15:35:12 localhost colord: Profile added: icc-a1acbaedbc3f054a5f724db41237df9c >Jan 29 15:35:12 localhost colord: Profile added: icc-07aa38f191524daabe72365d8bf549df >Jan 29 15:35:12 localhost colord: Profile added: icc-1fffcf7157b6df5f4bcb186908a88488 >Jan 29 15:35:13 localhost colord: Profile added: icc-942691ffe5d2da307d87d209157fa8c5 >Jan 29 15:35:13 localhost colord: Profile added: icc-d9c0a165058a15b86c6663d8ca9e35d7 >Jan 29 15:35:13 localhost colord: Profile added: icc-607ae7f5824fb5ef63a4600f15a4a7eb >Jan 29 15:35:13 localhost colord: Profile added: icc-262871936d61effa51c807a5a8daec38 >Jan 29 15:35:13 localhost colord: Profile added: icc-06bd372c0c828cbe84395111f6986349 >Jan 29 15:35:13 localhost colord: Profile added: icc-626fee7d930035c4509ab0c39abe71f7 >Jan 29 15:35:13 localhost colord: Profile added: icc-27275f74b03b7a5f4c6c8cde8122b9a1 >Jan 29 15:35:13 localhost colord: Profile added: icc-34bb9dbd79b7733d83ff9c7089d90162 >Jan 29 15:35:13 localhost colord: Profile added: icc-c88b946ac4b3b503a2860d21ea68f8bd >Jan 29 15:35:13 localhost systemd[1]: Starting CUPS Printing Service... >Jan 29 15:35:13 localhost systemd[1]: Started CUPS Printing Service. >Jan 29 15:35:13 localhost colord: Device added: xrandr-VGA-0 >Jan 29 15:35:24 localhost goa[1572]: goa-daemon version 3.6.2 starting [main.c:112, main()] >Jan 29 15:35:28 localhost systemd-logind[497]: Removed session 1. >Jan 29 15:35:36 localhost dbus-daemon[504]: ** Message: No devices in use, exit >Jan 29 15:36:07 localhost kernel: [ 168.014846] md: raid0 personality registered for level 0 >Jan 29 15:36:07 localhost kernel: [ 168.109949] async_tx: api initialized (async) >Jan 29 15:36:07 localhost kernel: [ 168.133988] xor: automatically using best checksumming function: >Jan 29 15:36:07 localhost kernel: [ 168.143026] generic_sse: 3368.000 MB/sec >Jan 29 15:36:07 localhost kernel: [ 168.232058] raid6: sse2x1 2574 MB/s >Jan 29 15:36:07 localhost kernel: [ 168.249034] raid6: sse2x2 3343 MB/s >Jan 29 15:36:07 localhost kernel: [ 168.266050] raid6: sse2x4 3546 MB/s >Jan 29 15:36:07 localhost kernel: [ 168.266052] raid6: using algorithm sse2x4 (3546 MB/s) >Jan 29 15:36:07 localhost kernel: [ 168.266053] raid6: using intx1 recovery algorithm >Jan 29 15:36:07 localhost kernel: [ 168.388686] md: raid6 personality registered for level 6 >Jan 29 15:36:07 localhost kernel: [ 168.388691] md: raid5 personality registered for level 5 >Jan 29 15:36:07 localhost kernel: [ 168.388692] md: raid4 personality registered for level 4 >Jan 29 15:36:07 localhost kernel: [ 168.488745] md: raid10 personality registered for level 10 >Jan 29 15:36:08 localhost kernel: [ 168.642059] device-mapper: multipath: version 1.5.0 loaded >Jan 29 15:36:08 localhost kernel: [ 168.676366] device-mapper: multipath round-robin: version 1.0.0 loaded >Jan 29 15:36:08 localhost kernel: [ 169.001613] No iBFT detected. >Jan 29 15:36:09 localhost dbus[1458]: avc: received setenforce notice (enforcing=0) >Jan 29 15:36:09 localhost dbus[1305]: avc: received setenforce notice (enforcing=0) >Jan 29 15:36:09 localhost dbus[504]: avc: received setenforce notice (enforcing=0) >Jan 29 15:36:09 localhost dbus-daemon[504]: dbus[504]: avc: received setenforce notice (enforcing=0) >Jan 29 15:36:11 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:11 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:11 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:11 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:11 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:11 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:11 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:11 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:12 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:12 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:12 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:12 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:12 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:12 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:13 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:13 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:13 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:13 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:13 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:13 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:13 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:13 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:14 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:14 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:14 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:14 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:14 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:14 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:14 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:14 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:14 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:14 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:14 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:14 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:14 localhost abrt: detected unhandled Python exception in '/usr/bin/anaconda-cleanup' >Jan 29 15:36:15 localhost abrtd: New client connected >Jan 29 15:36:15 localhost abrtd: Directory 'pyhook-2013-01-29-15:36:15-1719' creation detected >Jan 29 15:36:15 localhost abrt-server[1770]: Saved problem directory of pid 1719 to '/var/spool/abrt/pyhook-2013-01-29-15:36:15-1719' >Jan 29 15:36:16 localhost abrtd: New problem directory /var/spool/abrt/pyhook-2013-01-29-15:36:15-1719, processing >Jan 29 15:36:16 localhost anaconda: /sbin/anaconda 18.37.11 >Jan 29 15:36:17 localhost anaconda: 1048576 kB (1024 MB) are available >Jan 29 15:36:17 localhost anaconda: check_memory(): total:1024, needed:512, graphical:512 >Jan 29 15:36:17 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Jan 29 15:36:17 localhost anaconda: Default encoding = ascii >Jan 29 15:36:17 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Jan 29 15:36:17 localhost program: Running... udevadm settle --timeout=300 >Jan 29 15:36:17 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:17 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:17 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:17 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:17 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:18 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:18 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:18 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:18 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:18 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:18 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:18 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:18 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:18 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:19 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:19 localhost anaconda: ISCSID is /sbin/iscsid >Jan 29 15:36:19 localhost anaconda: no initiator set >Jan 29 15:36:19 localhost program: Running... modprobe fcoe >Jan 29 15:36:19 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Jan 29 15:36:19 localhost program: No FCoE boot disk information is found in EDD! >Jan 29 15:36:19 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Jan 29 15:36:19 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Jan 29 15:36:19 localhost program: Running... udevadm settle --timeout=300 >Jan 29 15:36:19 localhost program: Running... multipath -d >Jan 29 15:36:19 localhost program: Running... multipath -ll >Jan 29 15:36:19 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:19 localhost storage: MultipathTopology: found singlepath device: sda >Jan 29 15:36:19 localhost storage: MultipathTopology: found non-disk device: sda1 >Jan 29 15:36:19 localhost storage: MultipathTopology: found non-disk device: sda2 >Jan 29 15:36:19 localhost storage: MultipathTopology: found non-disk device: sr0 >Jan 29 15:36:19 localhost storage: MultipathTopology: found singlepath device: loop0 >Jan 29 15:36:19 localhost storage: MultipathTopology: found singlepath device: loop1 >Jan 29 15:36:19 localhost storage: MultipathTopology: found singlepath device: loop2 >Jan 29 15:36:19 localhost storage: MultipathTopology: found singlepath device: loop3 >Jan 29 15:36:19 localhost storage: MultipathTopology: found singlepath device: loop4 >Jan 29 15:36:19 localhost storage: MultipathTopology: found singlepath device: loop5 >Jan 29 15:36:19 localhost storage: MultipathTopology: found singlepath device: loop6 >Jan 29 15:36:19 localhost storage: MultipathTopology: found singlepath device: loop7 >Jan 29 15:36:19 localhost storage: MultipathTopology: found singlepath device: dm-0 >Jan 29 15:36:19 localhost storage: MultipathTopology: found singlepath device: dm-1 >Jan 29 15:36:19 localhost storage: MultipathTopology: found singlepath device: md127 >Jan 29 15:36:19 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:20 localhost anaconda: Display mode = g >Jan 29 15:36:20 localhost anaconda: 1048576 kB (1024 MB) are available >Jan 29 15:36:20 localhost anaconda: check_memory(): total:1024, needed:512, graphical:512 >Jan 29 15:36:21 localhost anaconda: using only installclass _Fedora >Jan 29 15:36:21 localhost anaconda: Detected 1008M of memory >Jan 29 15:36:21 localhost anaconda: Swap attempt of 2016M >Jan 29 15:36:21 localhost anaconda: Running Thread: AnaStorageThread (140339263432448) >Jan 29 15:36:21 localhost program: Running... udevadm control --property=ANACONDA=1 >Jan 29 15:36:21 localhost anaconda: Running Thread: AnaNetworkThread (140339255039744) >Jan 29 15:36:21 localhost program: Running... systemctl start chronyd.service >Jan 29 15:36:21 localhost anaconda: Running Thread: AnaPayloadThread (140338925340416) >Jan 29 15:36:22 localhost NetworkManager[609]: ifcfg-rh: read connection 'eth0' >Jan 29 15:36:22 localhost NetworkManager[609]: <info> (eth0): device state change: activated -> disconnected (reason 'connection-removed') [100 30 38] >Jan 29 15:36:22 localhost NetworkManager[609]: <info> (eth0): deactivating device (reason 'connection-removed') [38] >Jan 29 15:36:22 localhost systemd[1]: Started NTP client/server. >Jan 29 15:36:22 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Jan 29 15:36:22 localhost NetworkManager[609]: <info> (eth0): canceled DHCP transaction, DHCP client pid 897 >Jan 29 15:36:22 localhost avahi-daemon[500]: Withdrawing address record for 10.0.2.15 on eth0. >Jan 29 15:36:22 localhost avahi-daemon[500]: Leaving mDNS multicast group on interface eth0.IPv4 with address 10.0.2.15. >Jan 29 15:36:22 localhost avahi-daemon[500]: Interface eth0.IPv4 no longer relevant for mDNS. >Jan 29 15:36:22 localhost NetworkManager[609]: <info> Setting system hostname to 'localhost.localdomain' (no default device) >Jan 29 15:36:22 localhost dbus[504]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Jan 29 15:36:22 localhost NetworkManager[609]: <info> Saved default wired connection 'eth0' to persistent storage >Jan 29 15:36:22 localhost NetworkManager[609]: <info> Auto-activating connection 'eth0'. >Jan 29 15:36:22 localhost NetworkManager[609]: <info> Activation (eth0) starting connection 'eth0' >Jan 29 15:36:22 localhost NetworkManager[609]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Jan 29 15:36:22 localhost NetworkManager[609]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >Jan 29 15:36:22 localhost NetworkManager[609]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >Jan 29 15:36:22 localhost NetworkManager[609]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >Jan 29 15:36:22 localhost NetworkManager[609]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >Jan 29 15:36:22 localhost NetworkManager[609]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >Jan 29 15:36:22 localhost NetworkManager[609]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >Jan 29 15:36:22 localhost NetworkManager[609]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >Jan 29 15:36:23 localhost NetworkManager[609]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >Jan 29 15:36:23 localhost program: Running... udevadm settle --timeout=300 >Jan 29 15:36:23 localhost dbus-daemon[504]: dbus[504]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Jan 29 15:36:23 localhost NetworkManager[609]: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-eth0 >Jan 29 15:36:23 localhost dbus-daemon[504]: dbus[504]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Jan 29 15:36:23 localhost dbus[504]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Jan 29 15:36:24 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:24 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:24 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:24 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:24 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:24 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:24 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:24 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:24 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:25 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:25 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:25 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:26 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:26 localhost NetworkManager[609]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >Jan 29 15:36:26 localhost NetworkManager[609]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >Jan 29 15:36:26 localhost NetworkManager[609]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >Jan 29 15:36:26 localhost NetworkManager[609]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >Jan 29 15:36:26 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:26 localhost NetworkManager[609]: <info> dhclient started with pid 1915 >Jan 29 15:36:26 localhost NetworkManager[609]: <info> Activation (eth0) Beginning IP6 addrconf. >Jan 29 15:36:26 localhost avahi-daemon[500]: Withdrawing address record for fe80::5054:ff:fe12:3456 on eth0. >Jan 29 15:36:26 localhost NetworkManager[609]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >Jan 29 15:36:27 localhost systemd[1]: Stopping LSB: Starts and stops login and scanning of iSCSI devices.... >Jan 29 15:36:27 localhost dhclient[1915]: Internet Systems Consortium DHCP Client 4.2.4-P2 >Jan 29 15:36:27 localhost dhclient[1915]: Copyright 2004-2012 Internet Systems Consortium. >Jan 29 15:36:27 localhost dhclient[1915]: All rights reserved. >Jan 29 15:36:27 localhost dhclient[1915]: For info, please visit https://www.isc.org/software/dhcp/ >Jan 29 15:36:28 localhost dhclient[1915]: >Jan 29 15:36:28 localhost avahi-daemon[500]: Registering new address record for fe80::5054:ff:fe12:3456 on eth0.*. >Jan 29 15:36:28 localhost iscsi[1918]: Stopping iscsi: [ OK ] >Jan 29 15:36:28 localhost systemd[1]: Stopped LSB: Starts and stops login and scanning of iSCSI devices.. >Jan 29 15:36:28 localhost dbus-daemon[504]: Stopping iscsi (via systemctl): [ OK ] >Jan 29 15:36:28 localhost dhclient[1915]: Listening on LPF/eth0/52:54:00:12:34:56 >Jan 29 15:36:28 localhost dhclient[1915]: Sending on LPF/eth0/52:54:00:12:34:56 >Jan 29 15:36:28 localhost dhclient[1915]: Sending on Socket/fallback >Jan 29 15:36:28 localhost dhclient[1915]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x7cb817cb) >Jan 29 15:36:28 localhost dhclient[1915]: DHCPACK from 10.0.2.2 (xid=0x7cb817cb) >Jan 29 15:36:28 localhost NetworkManager[609]: <info> (eth0): DHCPv4 state changed nbi -> preinit >Jan 29 15:36:28 localhost dhclient[1915]: bound to 10.0.2.15 -- renewal in 40015 seconds. >Jan 29 15:36:28 localhost NetworkManager[609]: <info> (eth0): DHCPv4 state changed preinit -> reboot >Jan 29 15:36:28 localhost NetworkManager[609]: <info> address 10.0.2.15 >Jan 29 15:36:28 localhost NetworkManager[609]: <info> prefix 24 (255.255.255.0) >Jan 29 15:36:28 localhost NetworkManager[609]: <info> gateway 10.0.2.2 >Jan 29 15:36:28 localhost NetworkManager[609]: <info> nameserver '10.0.2.3' >Jan 29 15:36:28 localhost NetworkManager[609]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Jan 29 15:36:28 localhost NetworkManager[609]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >Jan 29 15:36:28 localhost avahi-daemon[500]: Joining mDNS multicast group on interface eth0.IPv4 with address 10.0.2.15. >Jan 29 15:36:28 localhost avahi-daemon[500]: New relevant interface eth0.IPv4 for mDNS. >Jan 29 15:36:28 localhost avahi-daemon[500]: Registering new address record for 10.0.2.15 on eth0.IPv4. >Jan 29 15:36:28 localhost systemd[1]: Stopping Sendmail Mail Transport Client... >Jan 29 15:36:28 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Jan 29 15:36:28 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Jan 29 15:36:29 localhost NetworkManager[609]: <info> (eth0): device state change: ip-config -> secondaries (reason 'none') [70 90 0] >Jan 29 15:36:29 localhost NetworkManager[609]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >Jan 29 15:36:29 localhost NetworkManager[609]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >Jan 29 15:36:29 localhost NetworkManager[609]: <info> Policy set 'eth0' (eth0) as default for IPv4 routing and DNS. >Jan 29 15:36:29 localhost NetworkManager[609]: <info> Activation (eth0) successful, device activated. >Jan 29 15:36:30 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Jan 29 15:36:30 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Jan 29 15:36:30 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Jan 29 15:36:31 localhost anaconda: Thread Done: AnaNetworkThread (140339255039744) >Jan 29 15:36:31 localhost systemd[1]: PID 1013 read from file /run/sm-client.pid does not exist. >Jan 29 15:36:31 localhost systemd[1]: Started Sendmail Mail Transport Client. >Jan 29 15:36:31 localhost systemd[1]: Starting LSB: Starts and stops login and scanning of iSCSI devices.... >Jan 29 15:36:32 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:32 localhost anaconda: no initiator set >Jan 29 15:36:32 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Jan 29 15:36:32 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Jan 29 15:36:32 localhost program: Running... udevadm settle --timeout=300 >Jan 29 15:36:32 localhost iscsi[1988]: Starting iscsi: iscsiadm: No records found >Jan 29 15:36:32 localhost iscsi[1988]: [ OK ] >Jan 29 15:36:32 localhost systemd[1]: Started LSB: Starts and stops login and scanning of iSCSI devices.. >Jan 29 15:36:32 localhost dbus-daemon[504]: Starting iscsi (via systemctl): [ OK ] >Jan 29 15:36:32 localhost systemd[1]: Stopping Sendmail Mail Transport Client... >Jan 29 15:36:32 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Jan 29 15:36:32 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Jan 29 15:36:32 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Jan 29 15:36:32 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Jan 29 15:36:32 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Jan 29 15:36:33 localhost storage: sr0 looks to be the live device; marking as protected >Jan 29 15:36:33 localhost program: Running... udevadm settle --timeout=300 >Jan 29 15:36:33 localhost systemd[1]: PID 1971 read from file /run/sm-client.pid does not exist. >Jan 29 15:36:33 localhost systemd[1]: Started Sendmail Mail Transport Client. >Jan 29 15:36:34 localhost program: Running... multipath -d >Jan 29 15:36:34 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:34 localhost program: Running... multipath -ll >Jan 29 15:36:34 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:34 localhost storage: MultipathTopology: found singlepath device: sda >Jan 29 15:36:34 localhost storage: MultipathTopology: found non-disk device: sda1 >Jan 29 15:36:34 localhost storage: MultipathTopology: found non-disk device: sda2 >Jan 29 15:36:34 localhost storage: MultipathTopology: found non-disk device: sr0 >Jan 29 15:36:34 localhost storage: MultipathTopology: found singlepath device: loop0 >Jan 29 15:36:34 localhost storage: MultipathTopology: found singlepath device: loop1 >Jan 29 15:36:34 localhost storage: MultipathTopology: found singlepath device: loop2 >Jan 29 15:36:34 localhost storage: MultipathTopology: found singlepath device: loop3 >Jan 29 15:36:34 localhost storage: MultipathTopology: found singlepath device: loop4 >Jan 29 15:36:34 localhost storage: MultipathTopology: found singlepath device: loop5 >Jan 29 15:36:34 localhost storage: MultipathTopology: found singlepath device: loop6 >Jan 29 15:36:34 localhost storage: MultipathTopology: found singlepath device: loop7 >Jan 29 15:36:34 localhost storage: MultipathTopology: found singlepath device: dm-0 >Jan 29 15:36:34 localhost storage: MultipathTopology: found singlepath device: dm-1 >Jan 29 15:36:34 localhost storage: MultipathTopology: found singlepath device: md127 >Jan 29 15:36:34 localhost storage: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1', 'md127'] >Jan 29 15:36:34 localhost storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Jan 29 15:36:34 localhost storage: sda is a disk >Jan 29 15:36:34 localhost storage: added disk sda (id 0) to device tree >Jan 29 15:36:34 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:34 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:34 localhost storage: got device: DiskDevice instance (0x7fa34008fd10) -- >Jan 29 15:36:34 localhost storage: got format: DiskLabel instance (0x7fa3400e6e90) -- >Jan 29 15:36:35 localhost storage: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >Jan 29 15:36:35 localhost storage: sda1 is a partition >Jan 29 15:36:35 localhost storage: added partition sda1 (id 1) to device tree >Jan 29 15:36:35 localhost storage: disklabel detected but not usable on sda1 >Jan 29 15:36:35 localhost storage: got device: PartitionDevice instance (0x7fa34010ac50) -- >Jan 29 15:36:35 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:35 localhost storage: scanning sda2 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >Jan 29 15:36:35 localhost storage: sda2 is a partition >Jan 29 15:36:35 localhost storage: added partition sda2 (id 2) to device tree >Jan 29 15:36:35 localhost storage: disklabel detected but not usable on sda2 >Jan 29 15:36:35 localhost storage: type detected on 'sda2' is 'linux_raid_member' >Jan 29 15:36:35 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:35 localhost program: Running... udevadm settle --timeout=300 >Jan 29 15:36:35 localhost program: Running... mdadm --examine --brief /dev/sda2 >Jan 29 15:36:35 localhost program: ARRAY /dev/md/0 metadata=1.2 UUID=0ce6be4d:cbd9eced:741e694b:3804bde3 name=genius.invalid:0 >Jan 29 15:36:35 localhost storage: using name genius.invalid:0 for md array containing member sda2 >Jan 29 15:36:36 localhost program: Running... udevadm settle --timeout=300 >Jan 29 15:36:36 localhost program: Running... mdadm --incremental --quiet /dev/sda2 >Jan 29 15:36:36 localhost storage: failed to add member /dev/sda2 to md array /dev/md/genius.invalid:0: mdadd failed for /dev/sda2: running mdadm --incremental --quiet /dev/sda2 failed >Jan 29 15:36:36 localhost storage: added mdarray genius.invalid:0 (id 3) to device tree >Jan 29 15:36:36 localhost storage: got device: PartitionDevice instance (0x7fa340111e50) -- >Jan 29 15:36:36 localhost storage: got format: MDRaidMember instance (0x7fa340117dd0) -- >Jan 29 15:36:36 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:36 localhost storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >Jan 29 15:36:36 localhost storage: sr0 is a cdrom >Jan 29 15:36:36 localhost storage: added cdrom sr0 (id 4) to device tree >Jan 29 15:36:36 localhost storage: disklabel detected but not usable on sr0 >Jan 29 15:36:36 localhost storage: type detected on 'sr0' is 'iso9660' >Jan 29 15:36:36 localhost storage: got device: OpticalDevice instance (0x7fa340126e50) -- >Jan 29 15:36:36 localhost storage: got format: Iso9660FS instance (0x7fa340136450) -- >Jan 29 15:36:36 localhost storage: scanning loop0 (/devices/virtual/block/loop0)... >Jan 29 15:36:36 localhost storage: loop0 is a loop device >Jan 29 15:36:36 localhost storage: added file /osmin.img (deleted) (id 5) to device tree >Jan 29 15:36:36 localhost storage: added loop loop0 (id 6) to device tree >Jan 29 15:36:36 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:36 localhost storage: disklabel detected but not usable on loop0 >Jan 29 15:36:36 localhost storage: type detected on 'loop0' is 'squashfs' >Jan 29 15:36:36 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:36 localhost storage: got device: LoopDevice instance (0x7fa340184310) -- >Jan 29 15:36:36 localhost storage: scanning loop1 (/devices/virtual/block/loop1)... >Jan 29 15:36:37 localhost storage: loop1 is a loop device >Jan 29 15:36:37 localhost storage: added file /osmin (id 7) to device tree >Jan 29 15:36:37 localhost storage: added loop loop1 (id 8) to device tree >Jan 29 15:36:37 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:37 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:37 localhost storage: disklabel detected but not usable on loop1 >Jan 29 15:36:37 localhost storage: type detected on 'loop1' is 'DM_snapshot_cow' >Jan 29 15:36:37 localhost storage: got device: LoopDevice instance (0x7fa340184510) -- >Jan 29 15:36:37 localhost storage: scanning loop2 (/devices/virtual/block/loop2)... >Jan 29 15:36:37 localhost storage: loop2 is a loop device >Jan 29 15:36:37 localhost storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 9) to device tree >Jan 29 15:36:37 localhost storage: added loop loop2 (id 10) to device tree >Jan 29 15:36:37 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:37 localhost storage: disklabel detected but not usable on loop2 >Jan 29 15:36:37 localhost storage: type detected on 'loop2' is 'squashfs' >Jan 29 15:36:37 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:37 localhost storage: got device: LoopDevice instance (0x7fa3401abc50) -- >Jan 29 15:36:37 localhost storage: scanning loop3 (/devices/virtual/block/loop3)... >Jan 29 15:36:37 localhost storage: loop3 is a loop device >Jan 29 15:36:37 localhost storage: added file /LiveOS/ext3fs.img (id 11) to device tree >Jan 29 15:36:37 localhost storage: added loop loop3 (id 12) to device tree >Jan 29 15:36:37 localhost storage: type detected on 'loop3' is 'ext4' >Jan 29 15:36:37 localhost program: Running... dumpe2fs -h /dev/loop3 >Jan 29 15:36:37 localhost program: Filesystem volume name: _Fedora-18-x86_6 >Jan 29 15:36:37 localhost program: Last mounted on: /var/tmp/imgcreate-_OG0SN/install_root >Jan 29 15:36:37 localhost program: Filesystem UUID: 4e087d83-8d6a-495b-9080-d02954a98e98 >Jan 29 15:36:37 localhost program: Filesystem magic number: 0xEF53 >Jan 29 15:36:37 localhost program: Filesystem revision #: 1 (dynamic) >Jan 29 15:36:37 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 >Jan 29 15:36:37 localhost program: Filesystem flags: signed_directory_hash >Jan 29 15:36:37 localhost program: Default mount options: user_xattr acl >Jan 29 15:36:37 localhost program: Filesystem state: clean >Jan 29 15:36:37 localhost program: Errors behavior: Continue >Jan 29 15:36:37 localhost program: Filesystem OS type: Linux >Jan 29 15:36:37 localhost program: Inode count: 262144 >Jan 29 15:36:37 localhost program: Block count: 1048576 >Jan 29 15:36:37 localhost program: Reserved block count: 10484 >Jan 29 15:36:37 localhost program: Free blocks: 188396 >Jan 29 15:36:37 localhost program: Free inodes: 153869 >Jan 29 15:36:37 localhost program: First block: 0 >Jan 29 15:36:37 localhost program: Block size: 4096 >Jan 29 15:36:37 localhost program: Fragment size: 4096 >Jan 29 15:36:37 localhost program: Reserved GDT blocks: 255 >Jan 29 15:36:37 localhost program: Blocks per group: 32768 >Jan 29 15:36:37 localhost program: Fragments per group: 32768 >Jan 29 15:36:37 localhost program: Inodes per group: 8192 >Jan 29 15:36:37 localhost program: Inode blocks per group: 512 >Jan 29 15:36:37 localhost program: Flex block group size: 16 >Jan 29 15:36:37 localhost program: Filesystem created: Wed Jan 9 12:12:34 2013 >Jan 29 15:36:37 localhost program: Last mount time: Wed Jan 9 12:12:35 2013 >Jan 29 15:36:37 localhost program: Last write time: Wed Jan 9 12:22:57 2013 >Jan 29 15:36:37 localhost program: Mount count: 0 >Jan 29 15:36:37 localhost program: Maximum mount count: -1 >Jan 29 15:36:37 localhost program: Last checked: Wed Jan 9 12:22:57 2013 >Jan 29 15:36:37 localhost program: Check interval: 0 (<none>) >Jan 29 15:36:37 localhost program: Lifetime writes: 821 MB >Jan 29 15:36:37 localhost program: Reserved blocks uid: 0 (user root) >Jan 29 15:36:37 localhost program: Reserved blocks gid: 0 (group root) >Jan 29 15:36:37 localhost program: First inode: 11 >Jan 29 15:36:37 localhost program: Inode size:#011 256 >Jan 29 15:36:37 localhost program: Required extra isize: 28 >Jan 29 15:36:37 localhost program: Desired extra isize: 28 >Jan 29 15:36:37 localhost program: Journal inode: 8 >Jan 29 15:36:37 localhost program: Default directory hash: half_md4 >Jan 29 15:36:37 localhost program: Directory Hash Seed: 3f159f08-0ce4-4c7f-ac5d-716bf6b635d0 >Jan 29 15:36:37 localhost program: Journal backup: inode blocks >Jan 29 15:36:37 localhost program: Journal features: journal_incompat_revoke >Jan 29 15:36:37 localhost program: Journal size: 128M >Jan 29 15:36:37 localhost program: Journal length: 32768 >Jan 29 15:36:37 localhost program: Journal sequence: 0x000016a9 >Jan 29 15:36:37 localhost program: Journal start: 0 >Jan 29 15:36:37 localhost program: >Jan 29 15:36:37 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Jan 29 15:36:37 localhost program: Running... dumpe2fs -h /dev/loop3 >Jan 29 15:36:38 localhost program: Filesystem volume name: _Fedora-18-x86_6 >Jan 29 15:36:38 localhost program: Last mounted on: /var/tmp/imgcreate-_OG0SN/install_root >Jan 29 15:36:38 localhost program: Filesystem UUID: 4e087d83-8d6a-495b-9080-d02954a98e98 >Jan 29 15:36:38 localhost program: Filesystem magic number: 0xEF53 >Jan 29 15:36:38 localhost program: Filesystem revision #: 1 (dynamic) >Jan 29 15:36:38 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 >Jan 29 15:36:38 localhost program: Filesystem flags: signed_directory_hash >Jan 29 15:36:38 localhost program: Default mount options: user_xattr acl >Jan 29 15:36:38 localhost program: Filesystem state: clean >Jan 29 15:36:38 localhost program: Errors behavior: Continue >Jan 29 15:36:38 localhost program: Filesystem OS type: Linux >Jan 29 15:36:38 localhost program: Inode count: 262144 >Jan 29 15:36:38 localhost program: Block count: 1048576 >Jan 29 15:36:38 localhost program: Reserved block count: 10484 >Jan 29 15:36:38 localhost program: Free blocks: 188396 >Jan 29 15:36:38 localhost program: Free inodes: 153869 >Jan 29 15:36:38 localhost program: First block: 0 >Jan 29 15:36:38 localhost program: Block size: 4096 >Jan 29 15:36:38 localhost program: Fragment size: 4096 >Jan 29 15:36:38 localhost program: Reserved GDT blocks: 255 >Jan 29 15:36:38 localhost program: Blocks per group: 32768 >Jan 29 15:36:38 localhost program: Fragments per group: 32768 >Jan 29 15:36:38 localhost program: Inodes per group: 8192 >Jan 29 15:36:38 localhost program: Inode blocks per group: 512 >Jan 29 15:36:38 localhost program: Flex block group size: 16 >Jan 29 15:36:38 localhost program: Filesystem created: Wed Jan 9 12:12:34 2013 >Jan 29 15:36:38 localhost program: Last mount time: Wed Jan 9 12:12:35 2013 >Jan 29 15:36:38 localhost program: Last write time: Wed Jan 9 12:22:57 2013 >Jan 29 15:36:38 localhost program: Mount count: 0 >Jan 29 15:36:38 localhost program: Maximum mount count: -1 >Jan 29 15:36:38 localhost program: Last checked: Wed Jan 9 12:22:57 2013 >Jan 29 15:36:38 localhost program: Check interval: 0 (<none>) >Jan 29 15:36:38 localhost program: Lifetime writes: 821 MB >Jan 29 15:36:38 localhost program: Reserved blocks uid: 0 (user root) >Jan 29 15:36:38 localhost program: Reserved blocks gid: 0 (group root) >Jan 29 15:36:38 localhost program: First inode: 11 >Jan 29 15:36:38 localhost program: Inode size:#011 256 >Jan 29 15:36:38 localhost program: Required extra isize: 28 >Jan 29 15:36:38 localhost program: Desired extra isize: 28 >Jan 29 15:36:38 localhost program: Journal inode: 8 >Jan 29 15:36:38 localhost program: Default directory hash: half_md4 >Jan 29 15:36:38 localhost program: Directory Hash Seed: 3f159f08-0ce4-4c7f-ac5d-716bf6b635d0 >Jan 29 15:36:38 localhost program: Journal backup: inode blocks >Jan 29 15:36:38 localhost program: Journal features: journal_incompat_revoke >Jan 29 15:36:38 localhost program: Journal size: 128M >Jan 29 15:36:38 localhost program: Journal length: 32768 >Jan 29 15:36:38 localhost program: Journal sequence: 0x000016a9 >Jan 29 15:36:38 localhost program: Journal start: 0 >Jan 29 15:36:38 localhost program: >Jan 29 15:36:38 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Jan 29 15:36:38 localhost program: Running... resize2fs -P /dev/loop3 >Jan 29 15:36:38 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:38 localhost program: Couldn't find valid filesystem superblock. >Jan 29 15:36:38 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Jan 29 15:36:38 localhost program: resize2fs: Device or resource busy while trying to open /dev/loop3 >Jan 29 15:36:38 localhost storage: got device: LoopDevice instance (0x7fa3401d2d90) -- >Jan 29 15:36:38 localhost storage: got format: Ext4FS instance (0x7fa3401d2f10) -- >Jan 29 15:36:38 localhost storage: scanning loop4 (/devices/virtual/block/loop4)... >Jan 29 15:36:38 localhost storage: loop4 is a loop device >Jan 29 15:36:38 localhost storage: added file /overlay (deleted) (id 13) to device tree >Jan 29 15:36:38 localhost storage: added loop loop4 (id 14) to device tree >Jan 29 15:36:39 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:39 localhost udisksd[1009]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Jan 29 15:36:39 localhost storage: disklabel detected but not usable on loop4 >Jan 29 15:36:39 localhost storage: type detected on 'loop4' is 'DM_snapshot_cow' >Jan 29 15:36:39 localhost storage: got device: LoopDevice instance (0x326e990) -- >Jan 29 15:36:39 localhost storage: ignoring loop5 (/devices/virtual/block/loop5) >Jan 29 15:36:39 localhost storage: ignoring loop6 (/devices/virtual/block/loop6) >Jan 29 15:36:39 localhost storage: ignoring loop7 (/devices/virtual/block/loop7) >Jan 29 15:36:39 localhost storage: scanning md127 (/devices/virtual/block/md127)... >Jan 29 15:36:39 localhost storage: md127 is an md device >Jan 29 15:36:39 localhost storage: Using 4MB superBlockSize >Jan 29 15:36:39 localhost storage: not going to restore from backup of non-existent /etc/mdadm.conf >Jan 29 15:36:39 localhost storage: Using 4MB superBlockSize >Jan 29 15:36:39 localhost storage: Using 4MB superBlockSize
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 905669
: 690053 |
690065