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 605743 Details for
Bug 849482
AttributeError: 'DeviceFormat' object has no attribute 'mount'
[?]
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.
another kvm guest example
anaconda-tb-P89kOv (text/plain), 218.57 KB, created by
Reartes Guillermo
on 2012-08-20 17:00:40 UTC
(
hide
)
Description:
another kvm guest example
Filename:
MIME Type:
Creator:
Reartes Guillermo
Created:
2012-08-20 17:00:40 UTC
Size:
218.57 KB
patch
obsolete
>anaconda 18.6 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/formats/fs.py", line 590, in mount > raise FSError("filesystem has not been created") > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py", line 211, in run > dev.format.mount(mountpoint=MOUNTPOINT) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py", line 778, in on_chooser_clicked > f = dialog.run(self._get_selected_partition()) >FSError: filesystem has not been created > >Local variables in innermost frame: >chroot: / >self: non-existent ext4 filesystem mounted at /boot >args: () >kwargs: {'mountpoint': '/mnt/install/isodir'} >mountpoint: /mnt/install/isodir >options: > > > >Exception occurred during state dump: >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 397, in dump > ret += self._dumpClass(obj, skipList=idSkipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 349, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 325, in _dumpClass > ret += self._dumpClass(item, level + 1, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 343, in _dumpClass > ret += self._dumpClass(v, level + 1, parentkey = curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 349, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 349, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 349, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 349, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 349, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 349, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 349, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 343, in _dumpClass > ret += self._dumpClass(v, level + 1, parentkey = curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 349, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 325, in _dumpClass > ret += self._dumpClass(item, level + 1, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 349, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 297, in _dumpClass > for key, value in instance.__dict__.items(): >AttributeError: '_socketobject' object has no attribute '__dict__' > > >/tmp/anaconda.log: >16:44:01,883 INFO anaconda: /sbin/anaconda 18.6 >16:44:05,601 INFO anaconda: 2097152 kB (2048 MB) are available >16:44:05,601 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >16:44:05,654 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >16:44:05,658 INFO anaconda: Default encoding = utf-8 >16:44:06,683 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >16:44:06,688 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >16:44:09,478 INFO anaconda: Display mode = g >16:44:09,483 INFO anaconda: 2097152 kB (2048 MB) are available >16:44:09,486 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >16:44:11,707 DEBUG anaconda: X server has signalled a successful start. >16:44:11,724 INFO anaconda: Starting window manager, pid 683. >16:44:15,525 INFO anaconda: using only installclass _Fedora >16:44:17,016 INFO anaconda: Detected 2000M of memory >16:44:17,020 INFO anaconda: Swap attempt of 4000M >16:44:21,944 DEBUG anaconda: required disklabel type for sda (1) is None >16:44:21,949 DEBUG anaconda: default disklabel type for sda is msdos >16:44:21,950 DEBUG anaconda: selecting msdos disklabel for sda based on size >16:44:22,897 DEBUG anaconda: required disklabel type for vda (15) is None >16:44:22,898 DEBUG anaconda: default disklabel type for vda is msdos >16:44:22,902 DEBUG anaconda: selecting msdos disklabel for vda based on size >16:44:31,560 DEBUG anaconda: isys.py:mount()- going to mount /dev/vda1 on /mnt/sysimage as ext4 with options defaults,ro >16:44:31,721 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >16:44:32,471 DEBUG anaconda: isys.py:mount()- going to mount /dev/vda3 on /mnt/sysimage as ext4 with options defaults,ro >16:44:33,145 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >16:44:33,340 DEBUG anaconda: isys.py:mount()- going to mount /dev/loop1 on /mnt/sysimage as ext4 with options defaults,ro >16:44:33,417 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/live-rw on /mnt/sysimage as ext4 with options defaults,ro >16:44:34,444 DEBUG anaconda: notifying kernel of 'change' event on device /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 >16:44:34,739 DEBUG anaconda: isys.py:mount()- going to mount /dev/sr0 on /mnt/install/source as iso9660 with options ro >12:44:49,785 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >12:44:57,065 DEBUG anaconda: required disklabel type for vda (15) is None >12:44:57,066 DEBUG anaconda: default disklabel type for vda is msdos >12:44:57,067 DEBUG anaconda: selecting msdos disklabel for vda based on size >12:44:57,385 INFO anaconda: Detected 2000M of memory >12:44:57,386 INFO anaconda: Swap attempt of 4000M >12:49:03,717 DEBUG anaconda: notifying kernel of 'change' event on device /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 >12:49:04,128 DEBUG anaconda: isys.py:mount()- going to mount /dev/sr0 on /mnt/install/isodir as iso9660 with options ro >12:49:04,206 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/install/isodir, removeDir = False > > >/tmp/program.log: >16:44:05,998 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >16:44:06,070 INFO program: Running... modprobe fcoe >16:44:06,406 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >16:44:06,677 INFO program: No FCoE boot disk information is found in EDD! >16:44:06,696 INFO program: Running... modprobe scsi_wait_scan >16:44:06,806 ERR program: FATAL: Module scsi_wait_scan not found. >16:44:06,815 INFO program: Running... rmmod scsi_wait_scan >16:44:06,911 ERR program: Error: Module scsi_wait_scan is not currently loaded >16:44:06,920 INFO program: Running... udevadm settle --timeout=300 >16:44:08,911 INFO program: Running... multipath -d >16:44:09,193 INFO program: Aug 20 16:44:09 | sda: rport id not found >16:44:09,199 INFO program: create: mpatha (Kingston_DataTraveler_2.0_5B641C000750-0:0) undef Kingston,DataTraveler 2.0 >16:44:09,202 INFO program: size=1.9G features='0' hwhandler='0' wp=undef >16:44:09,205 INFO program: `-+- policy='round-robin 0' prio=1 status=undef >16:44:09,205 INFO program: `- 2:0:0:0 sda 8:0 undef ready running >16:44:09,208 INFO program: Running... multipath -ll >16:44:11,728 INFO program: Running... metacity --display :1 --sm-disable >16:44:13,702 ERR program: GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. >16:44:17,068 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >16:44:17,073 INFO program: Running... systemctl start chronyd.service >16:44:17,180 ERR program: Failed to issue method call: Unit systemd-timedated-ntp.target failed to load: No such file or directory. See system logs and 'systemctl status systemd-timedated-ntp.target' for details. >16:44:17,295 INFO program: Running... modprobe scsi_wait_scan >16:44:17,825 ERR program: FATAL: Module scsi_wait_scan not found. >16:44:17,858 INFO program: Running... rmmod scsi_wait_scan >16:44:18,148 ERR program: Error: Module scsi_wait_scan is not currently loaded >16:44:18,153 INFO program: Running... udevadm settle --timeout=300 >16:44:20,617 INFO program: Running... multipath -d >16:44:20,895 INFO program: Aug 20 16:44:20 | sda: rport id not found >16:44:20,899 INFO program: create: mpatha (Kingston_DataTraveler_2.0_5B641C000750-0:0) undef Kingston,DataTraveler 2.0 >16:44:20,904 INFO program: size=1.9G features='0' hwhandler='0' wp=undef >16:44:20,904 INFO program: `-+- policy='round-robin 0' prio=1 status=undef >16:44:20,905 INFO program: `- 2:0:0:0 sda 8:0 undef ready running >16:44:20,906 INFO program: Running... multipath -ll >16:44:23,313 INFO program: Running... dumpe2fs -h /dev/vda1 >16:44:23,482 INFO program: Filesystem volume name: <none> >16:44:23,486 INFO program: Last mounted on: /boot >16:44:23,487 INFO program: Filesystem UUID: 9cce24a7-9112-466b-90a4-0ab3ce197bbc >16:44:23,492 INFO program: Filesystem magic number: 0xEF53 >16:44:23,493 INFO program: Filesystem revision #: 1 (dynamic) >16:44:23,496 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >16:44:23,497 INFO program: Filesystem flags: signed_directory_hash >16:44:23,503 INFO program: Default mount options: user_xattr acl >16:44:23,504 INFO program: Filesystem state: clean >16:44:23,504 INFO program: Errors behavior: Continue >16:44:23,505 INFO program: Filesystem OS type: Linux >16:44:23,508 INFO program: Inode count: 25688 >16:44:23,509 INFO program: Block count: 102400 >16:44:23,509 INFO program: Reserved block count: 5120 >16:44:23,509 INFO program: Free blocks: 29706 >16:44:23,510 INFO program: Free inodes: 25286 >16:44:23,516 INFO program: First block: 1 >16:44:23,517 INFO program: Block size: 1024 >16:44:23,520 INFO program: Fragment size: 1024 >16:44:23,521 INFO program: Reserved GDT blocks: 256 >16:44:23,532 INFO program: Blocks per group: 8192 >16:44:23,547 INFO program: Fragments per group: 8192 >16:44:23,548 INFO program: Inodes per group: 1976 >16:44:23,555 INFO program: Inode blocks per group: 247 >16:44:23,565 INFO program: Flex block group size: 16 >16:44:23,566 INFO program: Filesystem created: Sun Jun 17 21:12:10 2012 >16:44:23,580 INFO program: Last mount time: Tue Jul 31 01:27:04 2012 >16:44:23,580 INFO program: Last write time: Tue Jul 31 01:42:36 2012 >16:44:23,583 INFO program: Mount count: 14 >16:44:23,590 INFO program: Maximum mount count: -1 >16:44:23,604 INFO program: Last checked: Sun Jun 17 21:12:10 2012 >16:44:23,604 INFO program: Check interval: 0 (<none>) >16:44:23,610 INFO program: Lifetime writes: 118 MB >16:44:23,620 INFO program: Reserved blocks uid: 0 (user root) >16:44:23,621 INFO program: Reserved blocks gid: 0 (group root) >16:44:23,625 INFO program: First inode: 11 >16:44:23,632 INFO program: Inode size: 128 >16:44:23,644 INFO program: Journal inode: 8 >16:44:23,644 INFO program: Default directory hash: half_md4 >16:44:23,652 INFO program: Directory Hash Seed: b9263db4-7ec5-4fa2-8198-06817dd2da17 >16:44:23,661 INFO program: Journal backup: inode blocks >16:44:23,665 INFO program: Journal features: (none) >16:44:23,672 INFO program: Journal size: 4096k >16:44:23,678 INFO program: Journal length: 4096 >16:44:23,685 INFO program: Journal sequence: 0x00000053 >16:44:23,690 INFO program: Journal start: 0 >16:44:23,698 INFO program: >16:44:23,703 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >16:44:23,718 INFO program: Running... dumpe2fs -h /dev/vda1 >16:44:23,871 INFO program: Filesystem volume name: <none> >16:44:23,875 INFO program: Last mounted on: /boot >16:44:23,876 INFO program: Filesystem UUID: 9cce24a7-9112-466b-90a4-0ab3ce197bbc >16:44:23,879 INFO program: Filesystem magic number: 0xEF53 >16:44:23,880 INFO program: Filesystem revision #: 1 (dynamic) >16:44:23,880 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >16:44:23,880 INFO program: Filesystem flags: signed_directory_hash >16:44:23,883 INFO program: Default mount options: user_xattr acl >16:44:23,884 INFO program: Filesystem state: clean >16:44:23,884 INFO program: Errors behavior: Continue >16:44:23,885 INFO program: Filesystem OS type: Linux >16:44:23,889 INFO program: Inode count: 25688 >16:44:23,890 INFO program: Block count: 102400 >16:44:23,890 INFO program: Reserved block count: 5120 >16:44:23,891 INFO program: Free blocks: 29706 >16:44:23,894 INFO program: Free inodes: 25286 >16:44:23,894 INFO program: First block: 1 >16:44:23,895 INFO program: Block size: 1024 >16:44:23,900 INFO program: Fragment size: 1024 >16:44:23,911 INFO program: Reserved GDT blocks: 256 >16:44:23,911 INFO program: Blocks per group: 8192 >16:44:23,920 INFO program: Fragments per group: 8192 >16:44:23,929 INFO program: Inodes per group: 1976 >16:44:23,929 INFO program: Inode blocks per group: 247 >16:44:23,939 INFO program: Flex block group size: 16 >16:44:23,939 INFO program: Filesystem created: Sun Jun 17 21:12:10 2012 >16:44:23,949 INFO program: Last mount time: Tue Jul 31 01:27:04 2012 >16:44:23,949 INFO program: Last write time: Tue Jul 31 01:42:36 2012 >16:44:23,959 INFO program: Mount count: 14 >16:44:23,959 INFO program: Maximum mount count: -1 >16:44:23,966 INFO program: Last checked: Sun Jun 17 21:12:10 2012 >16:44:23,969 INFO program: Check interval: 0 (<none>) >16:44:23,979 INFO program: Lifetime writes: 118 MB >16:44:23,982 INFO program: Reserved blocks uid: 0 (user root) >16:44:23,989 INFO program: Reserved blocks gid: 0 (group root) >16:44:23,995 INFO program: First inode: 11 >16:44:24,010 INFO program: Inode size: 128 >16:44:24,019 INFO program: Journal inode: 8 >16:44:24,019 INFO program: Default directory hash: half_md4 >16:44:24,027 INFO program: Directory Hash Seed: b9263db4-7ec5-4fa2-8198-06817dd2da17 >16:44:24,029 INFO program: Journal backup: inode blocks >16:44:24,035 INFO program: Journal features: (none) >16:44:24,046 INFO program: Journal size: 4096k >16:44:24,046 INFO program: Journal length: 4096 >16:44:24,054 INFO program: Journal sequence: 0x00000053 >16:44:24,057 INFO program: Journal start: 0 >16:44:24,063 INFO program: >16:44:24,073 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >16:44:24,074 INFO program: Running... resize2fs -P /dev/vda1 >16:44:24,337 INFO program: Estimated minimum size of the filesystem: 75736 >16:44:24,350 ERR program: resize2fs 1.42.5 (29-Jul-2012) >16:44:25,030 INFO program: Running... dumpe2fs -h /dev/vda3 >16:44:25,161 INFO program: Filesystem volume name: _Fedora-17-x86_6 >16:44:25,182 INFO program: Last mounted on: / >16:44:25,182 INFO program: Filesystem UUID: d3a93d98-6b49-4583-9d07-e85e077840de >16:44:25,182 INFO program: Filesystem magic number: 0xEF53 >16:44:25,182 INFO program: Filesystem revision #: 1 (dynamic) >16:44:25,183 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 >16:44:25,187 INFO program: Filesystem flags: signed_directory_hash >16:44:25,187 INFO program: Default mount options: user_xattr acl >16:44:25,187 INFO program: Filesystem state: clean >16:44:25,191 INFO program: Errors behavior: Continue >16:44:25,191 INFO program: Filesystem OS type: Linux >16:44:25,192 INFO program: Inode count: 573440 >16:44:25,192 INFO program: Block count: 2272000 >16:44:25,193 INFO program: Reserved block count: 22716 >16:44:25,198 INFO program: Free blocks: 1444007 >16:44:25,198 INFO program: Free inodes: 483714 >16:44:25,199 INFO program: First block: 0 >16:44:25,203 INFO program: Block size: 4096 >16:44:25,210 INFO program: Fragment size: 4096 >16:44:25,216 INFO program: Reserved GDT blocks: 191 >16:44:25,221 INFO program: Blocks per group: 32768 >16:44:25,228 INFO program: Fragments per group: 32768 >16:44:25,234 INFO program: Inodes per group: 8192 >16:44:25,240 INFO program: Inode blocks per group: 512 >16:44:25,245 INFO program: Flex block group size: 16 >16:44:25,251 INFO program: Filesystem created: Tue May 22 20:38:07 2012 >16:44:25,257 INFO program: Last mount time: Tue Jul 31 01:27:01 2012 >16:44:25,263 INFO program: Last write time: Mon Jul 30 22:26:56 2012 >16:44:25,269 INFO program: Mount count: 11 >16:44:25,275 INFO program: Maximum mount count: -1 >16:44:25,282 INFO program: Last checked: Sun Jun 17 21:13:44 2012 >16:44:25,287 INFO program: Check interval: 0 (<none>) >16:44:25,293 INFO program: Lifetime writes: 7189 MB >16:44:25,298 INFO program: Reserved blocks uid: 0 (user root) >16:44:25,306 INFO program: Reserved blocks gid: 0 (group root) >16:44:25,310 INFO program: First inode: 11 >16:44:25,317 INFO program: Inode size: 256 >16:44:25,326 INFO program: Required extra isize: 28 >16:44:25,326 INFO program: Desired extra isize: 28 >16:44:25,333 INFO program: Journal inode: 8 >16:44:25,342 INFO program: Default directory hash: half_md4 >16:44:25,342 INFO program: Directory Hash Seed: c7ffaacc-d8a8-4fbb-84ab-ebf48c78e370 >16:44:25,349 INFO program: Journal backup: inode blocks >16:44:25,352 INFO program: Journal features: journal_incompat_revoke >16:44:25,359 INFO program: Journal size: 64M >16:44:25,362 INFO program: Journal length: 16384 >16:44:25,369 INFO program: Journal sequence: 0x000038cf >16:44:25,378 INFO program: Journal start: 0 >16:44:25,378 INFO program: >16:44:25,385 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >16:44:25,395 INFO program: Running... dumpe2fs -h /dev/vda3 >16:44:25,532 INFO program: Filesystem volume name: _Fedora-17-x86_6 >16:44:25,536 INFO program: Last mounted on: / >16:44:25,537 INFO program: Filesystem UUID: d3a93d98-6b49-4583-9d07-e85e077840de >16:44:25,537 INFO program: Filesystem magic number: 0xEF53 >16:44:25,537 INFO program: Filesystem revision #: 1 (dynamic) >16:44:25,538 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 >16:44:25,542 INFO program: Filesystem flags: signed_directory_hash >16:44:25,542 INFO program: Default mount options: user_xattr acl >16:44:25,545 INFO program: Filesystem state: clean >16:44:25,546 INFO program: Errors behavior: Continue >16:44:25,552 INFO program: Filesystem OS type: Linux >16:44:25,552 INFO program: Inode count: 573440 >16:44:25,553 INFO program: Block count: 2272000 >16:44:25,553 INFO program: Reserved block count: 22716 >16:44:25,554 INFO program: Free blocks: 1444007 >16:44:25,557 INFO program: Free inodes: 483714 >16:44:25,558 INFO program: First block: 0 >16:44:25,558 INFO program: Block size: 4096 >16:44:25,571 INFO program: Fragment size: 4096 >16:44:25,571 INFO program: Reserved GDT blocks: 191 >16:44:25,581 INFO program: Blocks per group: 32768 >16:44:25,582 INFO program: Fragments per group: 32768 >16:44:25,592 INFO program: Inodes per group: 8192 >16:44:25,592 INFO program: Inode blocks per group: 512 >16:44:25,609 INFO program: Flex block group size: 16 >16:44:25,612 INFO program: Filesystem created: Tue May 22 20:38:07 2012 >16:44:25,620 INFO program: Last mount time: Tue Jul 31 01:27:01 2012 >16:44:25,630 INFO program: Last write time: Mon Jul 30 22:26:56 2012 >16:44:25,631 INFO program: Mount count: 11 >16:44:25,636 INFO program: Maximum mount count: -1 >16:44:25,642 INFO program: Last checked: Sun Jun 17 21:13:44 2012 >16:44:25,653 INFO program: Check interval: 0 (<none>) >16:44:25,653 INFO program: Lifetime writes: 7189 MB >16:44:25,664 INFO program: Reserved blocks uid: 0 (user root) >16:44:25,665 INFO program: Reserved blocks gid: 0 (group root) >16:44:25,671 INFO program: First inode: 11 >16:44:25,681 INFO program: Inode size: 256 >16:44:25,681 INFO program: Required extra isize: 28 >16:44:25,691 INFO program: Desired extra isize: 28 >16:44:25,691 INFO program: Journal inode: 8 >16:44:25,704 INFO program: Default directory hash: half_md4 >16:44:25,726 INFO program: Directory Hash Seed: c7ffaacc-d8a8-4fbb-84ab-ebf48c78e370 >16:44:25,732 INFO program: Journal backup: inode blocks >16:44:25,742 INFO program: Journal features: journal_incompat_revoke >16:44:25,742 INFO program: Journal size: 64M >16:44:25,753 INFO program: Journal length: 16384 >16:44:25,753 INFO program: Journal sequence: 0x000038cf >16:44:25,763 INFO program: Journal start: 0 >16:44:25,763 INFO program: >16:44:25,773 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >16:44:25,774 INFO program: Running... resize2fs -P /dev/vda3 >16:44:25,939 INFO program: Estimated minimum size of the filesystem: 813375 >16:44:25,947 ERR program: resize2fs 1.42.5 (29-Jul-2012) >16:44:26,408 INFO program: Running... dumpe2fs -h /dev/loop1 >16:44:26,510 INFO program: Filesystem volume name: Anaconda >16:44:26,513 INFO program: Last mounted on: / >16:44:26,516 INFO program: Filesystem UUID: 56e0ab74-0f58-4e48-b9c1-a1e32e1b1ebb >16:44:26,517 INFO program: Filesystem magic number: 0xEF53 >16:44:26,517 INFO program: Filesystem revision #: 1 (dynamic) >16:44:26,517 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >16:44:26,521 INFO program: Filesystem flags: signed_directory_hash >16:44:26,521 INFO program: Default mount options: user_xattr acl >16:44:26,522 INFO program: Filesystem state: clean >16:44:26,522 INFO program: Errors behavior: Continue >16:44:26,523 INFO program: Filesystem OS type: Linux >16:44:26,527 INFO program: Inode count: 65536 >16:44:26,527 INFO program: Block count: 1048576 >16:44:26,528 INFO program: Reserved block count: 0 >16:44:26,529 INFO program: Free blocks: 333966 >16:44:26,540 INFO program: Free inodes: 40784 >16:44:26,540 INFO program: First block: 1 >16:44:26,544 INFO program: Block size: 1024 >16:44:26,544 INFO program: Fragment size: 1024 >16:44:26,551 INFO program: Reserved GDT blocks: 256 >16:44:26,554 INFO program: Blocks per group: 8192 >16:44:26,562 INFO program: Fragments per group: 8192 >16:44:26,565 INFO program: Inodes per group: 512 >16:44:26,575 INFO program: Inode blocks per group: 128 >16:44:26,575 INFO program: Flex block group size: 16 >16:44:26,594 INFO program: Filesystem created: Fri Aug 17 01:00:03 2012 >16:44:26,600 INFO program: Last mount time: Fri Aug 17 01:01:23 2012 >16:44:26,604 INFO program: Last write time: Fri Aug 17 01:01:48 2012 >16:44:26,611 INFO program: Mount count: 2 >16:44:26,621 INFO program: Maximum mount count: -1 >16:44:26,621 INFO program: Last checked: Fri Aug 17 01:00:03 2012 >16:44:26,629 INFO program: Check interval: 0 (<none>) >16:44:26,632 INFO program: Lifetime writes: 32 MB >16:44:26,639 INFO program: Reserved blocks uid: 0 (user root) >16:44:26,648 INFO program: Reserved blocks gid: 0 (group root) >16:44:26,648 INFO program: First inode: 11 >16:44:26,658 INFO program: Inode size: 256 >16:44:26,658 INFO program: Required extra isize: 28 >16:44:26,672 INFO program: Desired extra isize: 28 >16:44:26,676 INFO program: Journal inode: 8 >16:44:26,682 INFO program: Default directory hash: half_md4 >16:44:26,691 INFO program: Directory Hash Seed: 2845c65a-fcac-4207-824d-3f292ceefab8 >16:44:26,694 INFO program: Journal backup: inode blocks >16:44:26,702 INFO program: Journal features: (none) >16:44:26,705 INFO program: Journal size: 32M >16:44:26,712 INFO program: Journal length: 32768 >16:44:26,722 INFO program: Journal sequence: 0x00000015 >16:44:26,722 INFO program: Journal start: 0 >16:44:26,730 INFO program: >16:44:26,733 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >16:44:26,757 INFO program: Running... dumpe2fs -h /dev/loop1 >16:44:26,909 INFO program: Filesystem volume name: Anaconda >16:44:26,913 INFO program: Last mounted on: / >16:44:26,916 INFO program: Filesystem UUID: 56e0ab74-0f58-4e48-b9c1-a1e32e1b1ebb >16:44:26,917 INFO program: Filesystem magic number: 0xEF53 >16:44:26,917 INFO program: Filesystem revision #: 1 (dynamic) >16:44:26,918 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >16:44:26,922 INFO program: Filesystem flags: signed_directory_hash >16:44:26,922 INFO program: Default mount options: user_xattr acl >16:44:26,923 INFO program: Filesystem state: clean >16:44:26,923 INFO program: Errors behavior: Continue >16:44:26,929 INFO program: Filesystem OS type: Linux >16:44:26,929 INFO program: Inode count: 65536 >16:44:26,930 INFO program: Block count: 1048576 >16:44:26,930 INFO program: Reserved block count: 0 >16:44:26,931 INFO program: Free blocks: 333966 >16:44:26,934 INFO program: Free inodes: 40784 >16:44:26,935 INFO program: First block: 1 >16:44:26,935 INFO program: Block size: 1024 >16:44:26,945 INFO program: Fragment size: 1024 >16:44:26,946 INFO program: Reserved GDT blocks: 256 >16:44:26,952 INFO program: Blocks per group: 8192 >16:44:26,963 INFO program: Fragments per group: 8192 >16:44:26,964 INFO program: Inodes per group: 512 >16:44:26,974 INFO program: Inode blocks per group: 128 >16:44:26,975 INFO program: Flex block group size: 16 >16:44:26,982 INFO program: Filesystem created: Fri Aug 17 01:00:03 2012 >16:44:26,991 INFO program: Last mount time: Fri Aug 17 01:01:23 2012 >16:44:26,992 INFO program: Last write time: Fri Aug 17 01:01:48 2012 >16:44:27,008 INFO program: Mount count: 2 >16:44:27,011 INFO program: Maximum mount count: -1 >16:44:27,017 INFO program: Last checked: Fri Aug 17 01:00:03 2012 >16:44:27,025 INFO program: Check interval: 0 (<none>) >16:44:27,035 INFO program: Lifetime writes: 32 MB >16:44:27,035 INFO program: Reserved blocks uid: 0 (user root) >16:44:27,042 INFO program: Reserved blocks gid: 0 (group root) >16:44:27,046 INFO program: First inode: 11 >16:44:27,052 INFO program: Inode size: 256 >16:44:27,062 INFO program: Required extra isize: 28 >16:44:27,068 INFO program: Desired extra isize: 28 >16:44:27,068 INFO program: Journal inode: 8 >16:44:27,073 INFO program: Default directory hash: half_md4 >16:44:27,080 INFO program: Directory Hash Seed: 2845c65a-fcac-4207-824d-3f292ceefab8 >16:44:27,083 INFO program: Journal backup: inode blocks >16:44:27,091 INFO program: Journal features: (none) >16:44:27,104 INFO program: Journal size: 32M >16:44:27,107 INFO program: Journal length: 32768 >16:44:27,113 INFO program: Journal sequence: 0x00000015 >16:44:27,125 INFO program: Journal start: 0 >16:44:27,125 INFO program: >16:44:27,136 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >16:44:27,136 INFO program: Running... resize2fs -P /dev/loop1 >16:44:27,324 INFO program: Couldn't find valid filesystem superblock. >16:44:27,325 ERR program: resize2fs 1.42.5 (29-Jul-2012) >16:44:27,330 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop1 >16:44:27,663 INFO program: Running... modprobe scsi_wait_scan >16:44:27,769 ERR program: FATAL: Module scsi_wait_scan not found. >16:44:27,782 INFO program: Running... rmmod scsi_wait_scan >16:44:27,889 ERR program: Error: Module scsi_wait_scan is not currently loaded >16:44:27,899 INFO program: Running... udevadm settle --timeout=300 >16:44:28,294 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >16:44:28,412 INFO program: Filesystem volume name: Anaconda >16:44:28,416 INFO program: Last mounted on: /sysroot >16:44:28,416 INFO program: Filesystem UUID: 56e0ab74-0f58-4e48-b9c1-a1e32e1b1ebb >16:44:28,416 INFO program: Filesystem magic number: 0xEF53 >16:44:28,416 INFO program: Filesystem revision #: 1 (dynamic) >16:44:28,417 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >16:44:28,420 INFO program: Filesystem flags: signed_directory_hash >16:44:28,421 INFO program: Default mount options: user_xattr acl >16:44:28,424 INFO program: Filesystem state: clean >16:44:28,424 INFO program: Errors behavior: Continue >16:44:28,425 INFO program: Filesystem OS type: Linux >16:44:28,430 INFO program: Inode count: 65536 >16:44:28,430 INFO program: Block count: 1048576 >16:44:28,431 INFO program: Reserved block count: 0 >16:44:28,431 INFO program: Free blocks: 333966 >16:44:28,432 INFO program: Free inodes: 40784 >16:44:28,435 INFO program: First block: 1 >16:44:28,435 INFO program: Block size: 1024 >16:44:28,442 INFO program: Fragment size: 1024 >16:44:28,446 INFO program: Reserved GDT blocks: 256 >16:44:28,453 INFO program: Blocks per group: 8192 >16:44:28,457 INFO program: Fragments per group: 8192 >16:44:28,465 INFO program: Inodes per group: 512 >16:44:28,468 INFO program: Inode blocks per group: 128 >16:44:28,475 INFO program: Flex block group size: 16 >16:44:28,484 INFO program: Filesystem created: Fri Aug 17 01:00:03 2012 >16:44:28,484 INFO program: Last mount time: Mon Aug 20 16:43:37 2012 >16:44:28,494 INFO program: Last write time: Mon Aug 20 16:43:37 2012 >16:44:28,494 INFO program: Mount count: 3 >16:44:28,501 INFO program: Maximum mount count: -1 >16:44:28,504 INFO program: Last checked: Fri Aug 17 01:00:03 2012 >16:44:28,512 INFO program: Check interval: 0 (<none>) >16:44:28,515 INFO program: Lifetime writes: 32 MB >16:44:28,525 INFO program: Reserved blocks uid: 0 (user root) >16:44:28,525 INFO program: Reserved blocks gid: 0 (group root) >16:44:28,535 INFO program: First inode: 11 >16:44:28,535 INFO program: Inode size: 256 >16:44:28,541 INFO program: Required extra isize: 28 >16:44:28,547 INFO program: Desired extra isize: 28 >16:44:28,563 INFO program: Journal inode: 8 >16:44:28,563 INFO program: First orphan inode: 42545 >16:44:28,570 INFO program: Default directory hash: half_md4 >16:44:28,574 INFO program: Directory Hash Seed: 2845c65a-fcac-4207-824d-3f292ceefab8 >16:44:28,580 INFO program: Journal backup: inode blocks >16:44:28,585 INFO program: Journal features: (none) >16:44:28,593 INFO program: Journal size: 32M >16:44:28,596 INFO program: Journal length: 32768 >16:44:28,603 INFO program: Journal sequence: 0x00000016 >16:44:28,607 INFO program: Journal start: 1 >16:44:28,613 INFO program: >16:44:28,624 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >16:44:28,625 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >16:44:28,762 INFO program: Filesystem volume name: Anaconda >16:44:28,766 INFO program: Last mounted on: /sysroot >16:44:28,766 INFO program: Filesystem UUID: 56e0ab74-0f58-4e48-b9c1-a1e32e1b1ebb >16:44:28,767 INFO program: Filesystem magic number: 0xEF53 >16:44:28,767 INFO program: Filesystem revision #: 1 (dynamic) >16:44:28,767 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >16:44:28,767 INFO program: Filesystem flags: signed_directory_hash >16:44:28,768 INFO program: Default mount options: user_xattr acl >16:44:28,774 INFO program: Filesystem state: clean >16:44:28,774 INFO program: Errors behavior: Continue >16:44:28,775 INFO program: Filesystem OS type: Linux >16:44:28,775 INFO program: Inode count: 65536 >16:44:28,781 INFO program: Block count: 1048576 >16:44:28,781 INFO program: Reserved block count: 0 >16:44:28,782 INFO program: Free blocks: 333966 >16:44:28,785 INFO program: Free inodes: 40784 >16:44:28,785 INFO program: First block: 1 >16:44:28,786 INFO program: Block size: 1024 >16:44:28,793 INFO program: Fragment size: 1024 >16:44:28,802 INFO program: Reserved GDT blocks: 256 >16:44:28,802 INFO program: Blocks per group: 8192 >16:44:28,807 INFO program: Fragments per group: 8192 >16:44:28,815 INFO program: Inodes per group: 512 >16:44:28,818 INFO program: Inode blocks per group: 128 >16:44:28,828 INFO program: Flex block group size: 16 >16:44:28,829 INFO program: Filesystem created: Fri Aug 17 01:00:03 2012 >16:44:28,835 INFO program: Last mount time: Mon Aug 20 16:43:37 2012 >16:44:28,841 INFO program: Last write time: Mon Aug 20 16:43:37 2012 >16:44:28,851 INFO program: Mount count: 3 >16:44:28,852 INFO program: Maximum mount count: -1 >16:44:28,860 INFO program: Last checked: Fri Aug 17 01:00:03 2012 >16:44:28,863 INFO program: Check interval: 0 (<none>) >16:44:28,870 INFO program: Lifetime writes: 32 MB >16:44:28,880 INFO program: Reserved blocks uid: 0 (user root) >16:44:28,880 INFO program: Reserved blocks gid: 0 (group root) >16:44:28,890 INFO program: First inode: 11 >16:44:28,890 INFO program: Inode size: 256 >16:44:28,900 INFO program: Required extra isize: 28 >16:44:28,900 INFO program: Desired extra isize: 28 >16:44:28,910 INFO program: Journal inode: 8 >16:44:28,910 INFO program: First orphan inode: 42545 >16:44:28,918 INFO program: Default directory hash: half_md4 >16:44:28,923 INFO program: Directory Hash Seed: 2845c65a-fcac-4207-824d-3f292ceefab8 >16:44:28,929 INFO program: Journal backup: inode blocks >16:44:28,934 INFO program: Journal features: (none) >16:44:28,941 INFO program: Journal size: 32M >16:44:28,950 INFO program: Journal length: 32768 >16:44:28,950 INFO program: Journal sequence: 0x00000016 >16:44:28,960 INFO program: Journal start: 1 >16:44:28,960 INFO program: >16:44:28,967 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >16:44:28,971 INFO program: Running... resize2fs -P /dev/mapper/live-rw >16:44:29,130 INFO program: Estimated minimum size of the filesystem: 712812 >16:44:29,137 ERR program: resize2fs 1.42.5 (29-Jul-2012) >16:44:29,321 INFO program: Running... modprobe scsi_wait_scan >16:44:29,428 ERR program: FATAL: Module scsi_wait_scan not found. >16:44:29,442 INFO program: Running... rmmod scsi_wait_scan >16:44:29,595 ERR program: Error: Module scsi_wait_scan is not currently loaded >16:44:29,619 INFO program: Running... udevadm settle --timeout=300 >16:44:29,841 INFO program: Running... udevadm settle --timeout=300 >16:44:30,006 INFO program: Running... udevadm settle --timeout=300 >16:44:30,228 INFO program: Running... udevadm settle --timeout=300 >16:44:30,390 INFO program: Running... udevadm settle --timeout=300 >16:44:30,563 INFO program: Running... udevadm settle --timeout=300 >16:44:30,728 INFO program: Running... udevadm settle --timeout=300 >16:44:30,890 INFO program: Running... udevadm settle --timeout=300 >16:44:31,033 INFO program: Running... udevadm settle --timeout=300 >16:44:31,251 INFO program: Running... udevadm settle --timeout=300 >16:44:31,609 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/vda1 /mnt/sysimage >16:44:31,770 INFO program: Running... /bin/umount /mnt/sysimage >16:44:31,865 INFO program: Running... udevadm settle --timeout=300 >16:44:32,244 INFO program: Running... udevadm settle --timeout=300 >16:44:32,506 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/vda3 /mnt/sysimage >16:44:32,764 INFO program: Running... arch >16:44:33,088 INFO program: x86_64 >16:44:33,175 INFO program: Running... /bin/umount /mnt/sysimage >16:44:33,250 INFO program: Running... udevadm settle --timeout=300 >16:44:33,365 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/loop1 /mnt/sysimage >16:44:33,398 ERR program: mount: /dev/loop1 is already mounted or /mnt/sysimage busy >16:44:33,442 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/mapper/live-rw /mnt/sysimage >16:44:33,478 ERR program: mount: /dev/mapper/live-rw is already mounted or /mnt/sysimage busy > /dev/mapper/live-rw is already mounted on / >16:44:34,454 INFO program: Running... udevadm settle --timeout=300 >16:44:34,768 INFO program: Running... /bin/mount -n -t iso9660 -o ro /dev/sr0 /mnt/install/source >16:44:34,822 ERR program: mount: /dev/sr0 is already mounted or /run/install/repo busy > /dev/sr0 is already mounted on /run/install/repo >12:44:41,638 INFO program: Running... modprobe btrfs >12:44:41,985 INFO program: Running... modprobe xfs >12:44:42,444 INFO program: Running... modprobe vfat >12:44:56,658 INFO program: Running... udevadm settle --timeout=300 >12:44:56,800 INFO program: Running... udevadm settle --timeout=300 >12:44:56,941 INFO program: Running... udevadm settle --timeout=300 >12:44:57,097 INFO program: Running... modprobe scsi_wait_scan >12:44:57,191 ERR program: FATAL: Module scsi_wait_scan not found. >12:44:57,197 INFO program: Running... rmmod scsi_wait_scan >12:44:57,263 ERR program: Error: Module scsi_wait_scan is not currently loaded >12:44:57,268 INFO program: Running... udevadm settle --timeout=300 >12:49:03,727 INFO program: Running... udevadm settle --timeout=300 >16:49:04,157 INFO program: Running... /bin/mount -n -t iso9660 -o ro /dev/sr0 /mnt/install/isodir >16:49:04,237 INFO program: Running... /bin/umount /mnt/install/isodir > > >/tmp/storage.log: >16:44:04,669 DEBUG storage: registered device format class DMRaidMember as dmraidmember >16:44:04,761 DEBUG storage: registered device format class LUKS as luks >16:44:04,768 DEBUG storage: registered device format class MDRaidMember as mdmember >16:44:04,811 DEBUG storage: registered device format class Ext2FS as ext2 >16:44:04,814 DEBUG storage: registered device format class Ext3FS as ext3 >16:44:04,817 DEBUG storage: registered device format class Ext4FS as ext4 >16:44:04,818 DEBUG storage: registered device format class FATFS as vfat >16:44:04,819 DEBUG storage: registered device format class EFIFS as efi >16:44:04,822 DEBUG storage: registered device format class BTRFS as btrfs >16:44:04,823 DEBUG storage: registered device format class GFS2 as gfs2 >16:44:04,823 DEBUG storage: registered device format class JFS as jfs >16:44:04,824 DEBUG storage: registered device format class ReiserFS as reiserfs >16:44:04,824 DEBUG storage: registered device format class XFS as xfs >16:44:04,825 DEBUG storage: registered device format class HFS as hfs >16:44:04,828 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >16:44:04,829 DEBUG storage: registered device format class HFSPlus as hfs+ >16:44:04,829 DEBUG storage: registered device format class NTFS as ntfs >16:44:04,830 DEBUG storage: registered device format class NFS as nfs >16:44:04,830 DEBUG storage: registered device format class NFSv4 as nfs4 >16:44:04,831 DEBUG storage: registered device format class Iso9660FS as iso9660 >16:44:04,834 DEBUG storage: registered device format class NoDevFS as nodev >16:44:04,837 DEBUG storage: registered device format class DevPtsFS as devpts >16:44:04,840 DEBUG storage: registered device format class ProcFS as proc >16:44:04,843 DEBUG storage: registered device format class SysFS as sysfs >16:44:04,846 DEBUG storage: registered device format class TmpFS as tmpfs >16:44:04,849 DEBUG storage: registered device format class BindFS as bind >16:44:04,853 DEBUG storage: registered device format class SELinuxFS as selinuxfs >16:44:04,856 DEBUG storage: registered device format class USBFS as usbfs >16:44:04,869 DEBUG storage: registered device format class DiskLabel as disklabel >16:44:04,874 DEBUG storage: registered device format class BIOSBoot as biosboot >16:44:04,880 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >16:44:04,888 DEBUG storage: registered device format class PPCPRePBoot as prepboot >16:44:04,895 DEBUG storage: registered device format class MultipathMember as multipath_member >16:44:04,907 DEBUG storage: registered device format class SwapSpace as swap >16:44:08,811 DEBUG storage: MultipathTopology._build_topology: >16:44:08,815 DEBUG storage: /etc/multipath.conf contents: >16:44:08,816 DEBUG storage: # multipath.conf written by anaconda >16:44:08,819 DEBUG storage: >16:44:08,820 DEBUG storage: defaults { >16:44:08,820 DEBUG storage: user_friendly_names yes >16:44:08,821 DEBUG storage: } >16:44:08,824 DEBUG storage: blacklist { >16:44:08,825 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >16:44:08,825 DEBUG storage: devnode "^hd[a-z]" >16:44:08,826 DEBUG storage: devnode "^dcssblk[0-9]*" >16:44:08,827 DEBUG storage: device { >16:44:08,830 DEBUG storage: vendor "DGC" >16:44:08,831 DEBUG storage: product "LUNZ" >16:44:08,832 DEBUG storage: } >16:44:08,832 DEBUG storage: device { >16:44:08,833 DEBUG storage: vendor "IBM" >16:44:08,836 DEBUG storage: product "S/390.*" >16:44:08,839 DEBUG storage: } >16:44:08,843 DEBUG storage: # don't count normal SATA devices as multipaths >16:44:08,847 DEBUG storage: device { >16:44:08,850 DEBUG storage: vendor "ATA" >16:44:08,854 DEBUG storage: } >16:44:08,857 DEBUG storage: # don't count 3ware devices as multipaths >16:44:08,861 DEBUG storage: device { >16:44:08,865 DEBUG storage: vendor "3ware" >16:44:08,868 DEBUG storage: } >16:44:08,872 DEBUG storage: device { >16:44:08,875 DEBUG storage: vendor "AMCC" >16:44:08,879 DEBUG storage: } >16:44:08,883 DEBUG storage: # nor highpoint devices >16:44:08,886 DEBUG storage: device { >16:44:08,890 DEBUG storage: vendor "HPT" >16:44:08,894 DEBUG storage: } >16:44:08,897 DEBUG storage: } >16:44:08,901 DEBUG storage: multipaths { >16:44:08,904 DEBUG storage: } >16:44:08,908 DEBUG storage: (end of /etc/multipath.conf) >16:44:09,374 INFO storage: MultipathTopology: not a multipath: ['sda'] >16:44:09,388 INFO storage: MultipathTopology: found non-disk device: sr0 >16:44:09,399 INFO storage: MultipathTopology: found singlepath device: sda >16:44:09,403 INFO storage: MultipathTopology: found non-disk device: sda1 >16:44:09,408 INFO storage: MultipathTopology: found singlepath device: vda >16:44:09,411 INFO storage: MultipathTopology: found non-disk device: vda1 >16:44:09,415 INFO storage: MultipathTopology: found non-disk device: vda2 >16:44:09,416 INFO storage: MultipathTopology: found non-disk device: vda3 >16:44:09,418 INFO storage: MultipathTopology: found singlepath device: loop0 >16:44:09,422 INFO storage: MultipathTopology: found singlepath device: loop1 >16:44:09,425 INFO storage: MultipathTopology: found singlepath device: loop2 >16:44:09,427 INFO storage: MultipathTopology: found singlepath device: loop3 >16:44:09,431 INFO storage: MultipathTopology: found singlepath device: loop4 >16:44:09,433 INFO storage: MultipathTopology: found singlepath device: loop5 >16:44:09,435 INFO storage: MultipathTopology: found singlepath device: loop6 >16:44:09,439 INFO storage: MultipathTopology: found singlepath device: loop7 >16:44:09,440 INFO storage: MultipathTopology: found singlepath device: dm-0 >16:44:17,273 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >16:44:17,280 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >16:44:20,478 DEBUG storage: MultipathTopology._build_topology: >16:44:20,485 DEBUG storage: /etc/multipath.conf contents: >16:44:20,486 DEBUG storage: # multipath.conf written by anaconda >16:44:20,495 DEBUG storage: >16:44:20,495 DEBUG storage: defaults { >16:44:20,496 DEBUG storage: user_friendly_names yes >16:44:20,497 DEBUG storage: } >16:44:20,501 DEBUG storage: blacklist { >16:44:20,501 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >16:44:20,502 DEBUG storage: devnode "^hd[a-z]" >16:44:20,505 DEBUG storage: devnode "^dcssblk[0-9]*" >16:44:20,506 DEBUG storage: device { >16:44:20,512 DEBUG storage: vendor "DGC" >16:44:20,513 DEBUG storage: product "LUNZ" >16:44:20,516 DEBUG storage: } >16:44:20,517 DEBUG storage: device { >16:44:20,517 DEBUG storage: vendor "IBM" >16:44:20,521 DEBUG storage: product "S/390.*" >16:44:20,522 DEBUG storage: } >16:44:20,522 DEBUG storage: # don't count normal SATA devices as multipaths >16:44:20,528 DEBUG storage: device { >16:44:20,528 DEBUG storage: vendor "ATA" >16:44:20,542 DEBUG storage: } >16:44:20,543 DEBUG storage: # don't count 3ware devices as multipaths >16:44:20,544 DEBUG storage: device { >16:44:20,549 DEBUG storage: vendor "3ware" >16:44:20,554 DEBUG storage: } >16:44:20,563 DEBUG storage: device { >16:44:20,569 DEBUG storage: vendor "AMCC" >16:44:20,570 DEBUG storage: } >16:44:20,575 DEBUG storage: # nor highpoint devices >16:44:20,580 DEBUG storage: device { >16:44:20,586 DEBUG storage: vendor "HPT" >16:44:20,592 DEBUG storage: } >16:44:20,598 DEBUG storage: } >16:44:20,606 DEBUG storage: multipaths { >16:44:20,606 DEBUG storage: } >16:44:20,611 DEBUG storage: (end of /etc/multipath.conf) >16:44:21,322 INFO storage: MultipathTopology: not a multipath: ['sda'] >16:44:21,326 INFO storage: MultipathTopology: found non-disk device: sr0 >16:44:21,329 INFO storage: MultipathTopology: found singlepath device: sda >16:44:21,331 INFO storage: MultipathTopology: found non-disk device: sda1 >16:44:21,335 INFO storage: MultipathTopology: found singlepath device: vda >16:44:21,338 INFO storage: MultipathTopology: found non-disk device: vda1 >16:44:21,342 INFO storage: MultipathTopology: found non-disk device: vda2 >16:44:21,348 INFO storage: MultipathTopology: found non-disk device: vda3 >16:44:21,353 INFO storage: MultipathTopology: found singlepath device: loop0 >16:44:21,359 INFO storage: MultipathTopology: found singlepath device: loop1 >16:44:21,370 INFO storage: MultipathTopology: found singlepath device: loop2 >16:44:21,373 INFO storage: MultipathTopology: found singlepath device: loop3 >16:44:21,381 INFO storage: MultipathTopology: found singlepath device: loop4 >16:44:21,383 INFO storage: MultipathTopology: found singlepath device: loop5 >16:44:21,397 INFO storage: MultipathTopology: found singlepath device: loop6 >16:44:21,401 INFO storage: MultipathTopology: found singlepath device: loop7 >16:44:21,403 INFO storage: MultipathTopology: found singlepath device: dm-0 >16:44:21,410 INFO storage: devices to scan: ['sr0', 'sda', 'sda1', 'vda', 'vda1', 'vda2', 'vda3', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0'] >16:44:21,448 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora\\x2018-Alpha-TC3\\x20x86_64', > '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-Alpha-TC3_x86_64', > 'ID_FS_LABEL_ENC': 'Fedora\\x2018-Alpha-TC3\\x20x86_64', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0_1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00003', > 'ID_SERIAL_SHORT': 'QM00003', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '265691', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora\\x2018-Alpha-TC3\\x20x86_64'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >16:44:21,460 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >16:44:21,482 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >16:44:21,499 DEBUG storage: DeviceTree.getDeviceByName returned None >16:44:21,501 INFO storage: sr0 is a cdrom >16:44:21,513 DEBUG storage: DeviceTree.addUdevOpticalDevice: >16:44:21,523 DEBUG storage: getFormat('None') returning DeviceFormat instance >16:44:21,543 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >16:44:21,547 INFO storage: added cdrom sr0 (id 0) to device tree >16:44:21,554 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >16:44:21,582 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >16:44:21,593 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >16:44:21,604 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >16:44:21,619 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >16:44:21,681 WARN storage: disklabel detected but not usable on sr0 >16:44:21,684 INFO storage: type detected on 'sr0' is 'iso9660' >16:44:21,695 DEBUG storage: Iso9660FS.supported: supported: True ; >16:44:21,708 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >16:44:21,718 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >16:44:21,731 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >16:44:21,744 DEBUG storage: looking up parted Device: /dev/sr0 >16:44:21,749 INFO storage: got device: OpticalDevice instance (0x7fab04d81250) -- > name = sr0 status = True kids = 0 id = 0 > parents = [] > uuid = None size = 3845.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 1968640 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (122, 255, 63) biosGeometry: (122, 255, 63) > PedDevice: <_ped.Device object at 0x7faafef9f320> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >16:44:21,763 DEBUG storage: Iso9660FS.supported: supported: True ; >16:44:21,769 INFO storage: got format: Iso9660FS instance (0x7faafc0befd0) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = None exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_18-Alpha-TC3_x86_64 size = 0 targetSize = 0 > >16:44:21,784 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/usb-Kingston_DataTraveler_2.0_5B641C000750-0:0 /dev/disk/by-path/pci-0000:00:01.2-usb-0:2.1:1.0-scsi-0:0:0:0', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.2/usb1/1-2/1-2.1/1-2.1:1.0/host2/target2:0:0/2:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'DataTraveler_2.0', > 'ID_MODEL_ENC': 'DataTraveler\\x202.0', > 'ID_MODEL_ID': '1a00', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:01.2-usb-0:2.1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_01_2-usb-0_2_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': 'PMAP', > 'ID_SERIAL': 'Kingston_DataTraveler_2.0_5B641C000750-0:0', > 'ID_SERIAL_SHORT': '5B641C000750', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Kingston', > 'ID_VENDOR_ENC': 'Kingston', > 'ID_VENDOR_ID': '13fe', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '464698', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/usb-Kingston_DataTraveler_2.0_5B641C000750-0:0', > '/dev/disk/by-path/pci-0000:00:01.2-usb-0:2.1:1.0-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.2/usb1/1-2/1-2.1/1-2.1:1.0/host2/target2:0:0/2:0:0:0/block/sda'} ; name: sda ; >16:44:21,799 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.2/usb1/1-2/1-2.1/1-2.1:1.0/host2/target2:0:0/2:0:0:0/block/sda)... >16:44:21,808 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >16:44:21,819 DEBUG storage: DeviceTree.getDeviceByName returned None >16:44:21,827 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >16:44:21,865 INFO storage: sda is a disk >16:44:21,871 DEBUG storage: getFormat('None') returning DeviceFormat instance >16:44:21,880 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >16:44:21,887 INFO storage: added disk sda (id 1) to device tree >16:44:21,891 DEBUG storage: looking up parted Device: /dev/sda >16:44:21,916 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >16:44:21,924 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >16:44:21,935 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >16:44:21,967 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >16:44:22,089 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7faafbfcc910>] > device: <parted.device.Device object at 0x7faafbfcc4d0> > PedDisk: <_ped.Disk object at 0x7faafc0e8e18> >16:44:22,103 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >16:44:22,108 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >16:44:22,143 INFO storage: got device: DiskDevice instance (0x7faafc0e2c50) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 1968.0 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.2/usb1/1-2/1-2.1/1-2.1:1.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = parted.Device instance -- > model: Kingston DataTraveler 2.0 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4030464 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (1015, 64, 62) biosGeometry: (250, 255, 63) > PedDevice: <_ped.Device object at 0x7faafef9f560> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7faafc0e2c90> >16:44:22,172 INFO storage: got format: DiskLabel instance (0x7faafc0e2550) -- > 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 = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7faafbfcc910>] > device: <parted.device.Device object at 0x7faafbfcc4d0> > PedDisk: <_ped.Disk object at 0x7faafc0e8e18> > origPartedDisk = <parted.disk.Disk object at 0x7faafbfccf50> > partedDevice = parted.Device instance -- > model: Kingston DataTraveler 2.0 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4030464 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (1015, 64, 62) biosGeometry: (250, 255, 63) > PedDevice: <_ped.Device object at 0x7faafef9f5f0> > >16:44:22,212 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/usb-Kingston_DataTraveler_2.0_5B641C000750-0:0-part1 /dev/disk/by-path/pci-0000:00:01.2-usb-0:2.1:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/5A8A-96B7', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.2/usb1/1-2/1-2.1/1-2.1:1.0/host2/target2:0:0/2:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '5A8A-96B7', > 'ID_FS_UUID_ENC': '5A8A-96B7', > 'ID_FS_VERSION': 'FAT32', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'DataTraveler_2.0', > 'ID_MODEL_ENC': 'DataTraveler\\x202.0', > 'ID_MODEL_ID': '1a00', > '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': '4028416', > 'ID_PART_ENTRY_TYPE': '0xc', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:00:01.2-usb-0:2.1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_01_2-usb-0_2_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': 'PMAP', > 'ID_SERIAL': 'Kingston_DataTraveler_2.0_5B641C000750-0:0', > 'ID_SERIAL_SHORT': '5B641C000750', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Kingston', > 'ID_VENDOR_ENC': 'Kingston', > 'ID_VENDOR_ID': '13fe', > 'MAJOR': '8', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '464737', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/usb-Kingston_DataTraveler_2.0_5B641C000750-0:0-part1', > '/dev/disk/by-path/pci-0000:00:01.2-usb-0:2.1:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/5A8A-96B7'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.2/usb1/1-2/1-2.1/1-2.1:1.0/host2/target2:0:0/2:0:0:0/block/sda/sda1'} ; name: sda1 ; >16:44:22,226 INFO storage: scanning sda1 (/devices/pci0000:00/0000:00:01.2/usb1/1-2/1-2.1/1-2.1:1.0/host2/target2:0:0/2:0:0:0/block/sda/sda1)... >16:44:22,238 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >16:44:22,242 DEBUG storage: DeviceTree.getDeviceByName returned None >16:44:22,258 INFO storage: sda1 is a partition >16:44:22,263 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >16:44:22,274 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >16:44:22,286 DEBUG storage: DeviceTree.getDeviceByName returned existing 1968MB disk sda (1) with existing msdos disklabel >16:44:22,291 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >16:44:22,303 DEBUG storage: PartitionDevice._setFormat: sda1 ; >16:44:22,313 DEBUG storage: getFormat('None') returning DeviceFormat instance >16:44:22,319 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >16:44:22,328 DEBUG storage: looking up parted Partition: /dev/sda1 >16:44:22,333 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >16:44:22,346 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >16:44:22,358 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >16:44:22,363 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >16:44:22,369 INFO storage: added partition sda1 (id 2) to device tree >16:44:22,374 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >16:44:22,393 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >16:44:22,401 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >16:44:22,406 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >16:44:22,693 WARN storage: disklabel detected but not usable on sda1 >16:44:22,710 DEBUG storage: getFormat('efi') returning EFIFS instance >16:44:22,711 INFO storage: type detected on 'sda1' is 'vfat' >16:44:22,721 DEBUG storage: getFormat('efi') returning EFIFS instance >16:44:22,723 DEBUG storage: PartitionDevice._setFormat: sda1 ; >16:44:22,728 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: efi ; >16:44:22,739 DEBUG storage: looking up parted Device: /dev/sda1 >16:44:22,757 INFO storage: got device: PartitionDevice instance (0x7faafbfd0d10) -- > name = sda1 status = True kids = 0 id = 2 > parents = ['existing 1968MB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1967.0 > format = existing efi filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.2/usb1/1-2/1-2.1/1-2.1:1.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 4028416 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1015, 64, 62) biosGeometry: (250, 255, 63) > PedDevice: <_ped.Device object at 0x7faafef9fe60> > 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 0x7faafbfcc750> fileSystem: <parted.filesystem.FileSystem object at 0x7faafbfccdd0> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faafbfcca50> PedPartition: <_ped.Partition object at 0x7faafc0e5410> > disk = existing 1968MB disk sda (1) with existing msdos disklabel > start = 2048 end = 4030463 length = 4028416 > flags = boot, lba >16:44:22,764 INFO storage: got format: EFIFS instance (0x7faafbfd8810) -- > type = efi name = EFI System Partition status = False > device = /dev/sda1 uuid = 5A8A-96B7 exists = True > options = umask=0077,shortname=winnt supported = False formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >16:44:22,774 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '865291', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/block/vda'} ; name: vda ; >16:44:22,780 INFO storage: scanning vda (/devices/pci0000:00/0000:00:05.0/virtio1/block/vda)... >16:44:22,789 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >16:44:22,794 DEBUG storage: DeviceTree.getDeviceByName returned None >16:44:22,804 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vda ; >16:44:22,810 INFO storage: vda is a disk >16:44:22,817 DEBUG storage: getFormat('None') returning DeviceFormat instance >16:44:22,822 DEBUG storage: DiskDevice._setFormat: vda ; current: None ; type: None ; >16:44:22,830 INFO storage: added disk vda (id 3) to device tree >16:44:22,833 DEBUG storage: looking up parted Device: /dev/vda >16:44:22,849 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vda ; >16:44:22,876 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: dos ; >16:44:22,883 DEBUG storage: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >16:44:22,912 DEBUG storage: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; exists: True ; >16:44:22,960 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7faafbfea0d0>, <parted.partition.Partition object at 0x7faafbfea410>, <parted.partition.Partition object at 0x7faafbfea7d0>] > device: <parted.device.Device object at 0x7faafbfe3e50> > PedDisk: <_ped.Disk object at 0x7faafbfdb368> >16:44:22,972 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >16:44:22,986 DEBUG storage: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >16:44:23,016 INFO storage: got device: DiskDevice instance (0x7faafbfd8b50) -- > name = vda status = True kids = 0 id = 3 > parents = [] > uuid = None size = 10000.0 > format = existing msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20480000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20317, 16, 63) biosGeometry: (1274, 255, 63) > PedDevice: <_ped.Device object at 0x7faafef9fef0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7faafbfe0a90> >16:44:23,039 INFO storage: got format: DiskLabel instance (0x7faafbfe3490) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 3 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7faafbfea0d0>, <parted.partition.Partition object at 0x7faafbfea410>, <parted.partition.Partition object at 0x7faafbfea7d0>] > device: <parted.device.Device object at 0x7faafbfe3e50> > PedDisk: <_ped.Disk object at 0x7faafbfdb368> > origPartedDisk = <parted.disk.Disk object at 0x7faafbfea990> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20480000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20317, 16, 63) biosGeometry: (1274, 255, 63) > PedDevice: <_ped.Device object at 0x7faafbfe9050> > >16:44:23,054 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/9cce24a7-9112-466b-90a4-0ab3ce197bbc', > 'DEVNAME': 'vda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/block/vda/vda1', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9cce24a7-9112-466b-90a4-0ab3ce197bbc', > 'ID_FS_UUID_ENC': '9cce24a7-9112-466b-90a4-0ab3ce197bbc', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252: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': '204800', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '865357', > 'name': 'vda1', > 'symlinks': ['/dev/disk/by-uuid/9cce24a7-9112-466b-90a4-0ab3ce197bbc'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/block/vda/vda1'} ; name: vda1 ; >16:44:23,060 INFO storage: scanning vda1 (/devices/pci0000:00/0000:00:05.0/virtio1/block/vda/vda1)... >16:44:23,064 DEBUG storage: DeviceTree.getDeviceByName: name: vda1 ; >16:44:23,073 DEBUG storage: DeviceTree.getDeviceByName returned None >16:44:23,080 INFO storage: vda1 is a partition >16:44:23,094 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda1 ; >16:44:23,100 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >16:44:23,109 DEBUG storage: DeviceTree.getDeviceByName returned existing 10000MB disk vda (3) with existing msdos disklabel >16:44:23,116 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: vda ; >16:44:23,125 DEBUG storage: PartitionDevice._setFormat: vda1 ; >16:44:23,133 DEBUG storage: getFormat('None') returning DeviceFormat instance >16:44:23,140 DEBUG storage: PartitionDevice._setFormat: vda1 ; current: None ; type: None ; >16:44:23,143 DEBUG storage: looking up parted Partition: /dev/vda1 >16:44:23,153 DEBUG storage: PartitionDevice.probe: vda1 ; exists: True ; >16:44:23,158 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 1 ; >16:44:23,166 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 10 ; >16:44:23,177 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 12 ; >16:44:23,180 INFO storage: added partition vda1 (id 4) to device tree >16:44:23,190 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vda1 ; >16:44:23,196 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vda1 ; label_type: dos ; >16:44:23,206 DEBUG storage: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >16:44:23,216 DEBUG storage: DiskLabel.__init__: device: /dev/vda1 ; labelType: dos ; exists: True ; >16:44:23,300 WARN storage: disklabel detected but not usable on vda1 >16:44:23,304 INFO storage: type detected on 'vda1' is 'ext4' >16:44:24,365 DEBUG storage: Ext4FS.supported: supported: True ; >16:44:24,380 DEBUG storage: getFormat('ext4') returning Ext4FS instance >16:44:24,388 DEBUG storage: PartitionDevice._setFormat: vda1 ; >16:44:24,405 DEBUG storage: PartitionDevice._setFormat: vda1 ; current: None ; type: ext4 ; >16:44:24,408 DEBUG storage: looking up parted Device: /dev/vda1 >16:44:24,445 INFO storage: got device: PartitionDevice instance (0x7faafbfe0810) -- > name = vda1 status = True kids = 0 id = 4 > parents = ['existing 10000MB disk vda (3) with existing msdos disklabel'] > uuid = None size = 100.0 > format = existing ext4 filesystem > major = 252 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/block/vda/vda1 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda1 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 204800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (203, 16, 63) biosGeometry: (12, 255, 63) > PedDevice: <_ped.Device object at 0x7faafbfe9b00> > target size = 0 path = /dev/vda1 > 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 0x7faafbfe3f50> fileSystem: <parted.filesystem.FileSystem object at 0x7faafbfea550> > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faafbfea1d0> PedPartition: <_ped.Partition object at 0x7faafbfe5230> > disk = existing 10000MB disk vda (3) with existing msdos disklabel > start = 2048 end = 206847 length = 204800 > flags = boot >16:44:24,453 DEBUG storage: Ext4FS.supported: supported: True ; >16:44:24,462 INFO storage: got format: Ext4FS instance (0x7faafbfef210) -- > type = ext4 name = ext4 status = False > device = /dev/vda1 uuid = 9cce24a7-9112-466b-90a4-0ab3ce197bbc exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 100.0 targetSize = 100.0 > >16:44:24,472 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/d57c4728-ed24-4ca6-b583-f28d14c28d62', > 'DEVNAME': 'vda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/block/vda/vda2', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': 'd57c4728-ed24-4ca6-b583-f28d14c28d62', > 'ID_FS_UUID_ENC': 'd57c4728-ed24-4ca6-b583-f28d14c28d62', > 'ID_FS_VERSION': '2', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '206848', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2097152', > 'ID_PART_ENTRY_TYPE': '0x82', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '865395', > 'name': 'vda2', > 'symlinks': ['/dev/disk/by-uuid/d57c4728-ed24-4ca6-b583-f28d14c28d62'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/block/vda/vda2'} ; name: vda2 ; >16:44:24,482 INFO storage: scanning vda2 (/devices/pci0000:00/0000:00:05.0/virtio1/block/vda/vda2)... >16:44:24,487 DEBUG storage: DeviceTree.getDeviceByName: name: vda2 ; >16:44:24,497 DEBUG storage: DeviceTree.getDeviceByName returned None >16:44:24,501 INFO storage: vda2 is a partition >16:44:24,504 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda2 ; >16:44:24,513 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >16:44:24,521 DEBUG storage: DeviceTree.getDeviceByName returned existing 10000MB disk vda (3) with existing msdos disklabel >16:44:24,530 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: vda ; >16:44:24,582 DEBUG storage: PartitionDevice._setFormat: vda2 ; >16:44:24,585 DEBUG storage: getFormat('None') returning DeviceFormat instance >16:44:24,591 DEBUG storage: PartitionDevice._setFormat: vda2 ; current: None ; type: None ; >16:44:24,598 DEBUG storage: looking up parted Partition: /dev/vda2 >16:44:24,604 DEBUG storage: PartitionDevice.probe: vda2 ; exists: True ; >16:44:24,620 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 1 ; >16:44:24,625 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 10 ; >16:44:24,630 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 12 ; >16:44:24,650 INFO storage: added partition vda2 (id 5) to device tree >16:44:24,655 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vda2 ; >16:44:24,661 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vda2 ; label_type: dos ; >16:44:24,663 DEBUG storage: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >16:44:24,675 DEBUG storage: DiskLabel.__init__: device: /dev/vda2 ; labelType: dos ; exists: True ; >16:44:24,701 WARN storage: disklabel detected but not usable on vda2 >16:44:24,715 INFO storage: type detected on 'vda2' is 'swap' >16:44:24,734 DEBUG storage: SwapSpace.__init__: device: /dev/vda2 ; serial: None ; uuid: d57c4728-ed24-4ca6-b583-f28d14c28d62 ; exists: True ; label: None ; >16:44:24,754 DEBUG storage: getFormat('swap') returning SwapSpace instance >16:44:24,761 DEBUG storage: PartitionDevice._setFormat: vda2 ; >16:44:24,765 DEBUG storage: PartitionDevice._setFormat: vda2 ; current: None ; type: swap ; >16:44:24,776 DEBUG storage: looking up parted Device: /dev/vda2 >16:44:24,792 INFO storage: got device: PartitionDevice instance (0x7faaf7927810) -- > name = vda2 status = True kids = 0 id = 5 > parents = ['existing 10000MB disk vda (3) with existing msdos disklabel'] > uuid = None size = 1024.0 > format = existing swap > major = 252 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/block/vda/vda2 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda2 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (2080, 16, 63) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x7faaf7940290> > target size = 0 path = /dev/vda2 > 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 0x7faafbfe3f50> fileSystem: <parted.filesystem.FileSystem object at 0x7faafbfea6d0> > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faafbfea4d0> PedPartition: <_ped.Partition object at 0x7faafbfe5290> > disk = existing 10000MB disk vda (3) with existing msdos disklabel > start = 206848 end = 2303999 length = 2097152 > flags = >16:44:24,803 INFO storage: got format: SwapSpace instance (0x7faaf79489d0) -- > type = swap name = swap status = False > device = /dev/vda2 uuid = d57c4728-ed24-4ca6-b583-f28d14c28d62 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >16:44:24,810 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-17-x86_6 /dev/disk/by-uuid/d3a93d98-6b49-4583-9d07-e85e077840de', > 'DEVNAME': 'vda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio1/block/vda/vda3', > 'DEVTYPE': 'partition', > 'ID_FS_LABEL': '_Fedora-17-x86_6', > 'ID_FS_LABEL_ENC': '_Fedora-17-x86_6', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'd3a93d98-6b49-4583-9d07-e85e077840de', > 'ID_FS_UUID_ENC': 'd3a93d98-6b49-4583-9d07-e85e077840de', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '2304000', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '18176000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '865431', > 'name': 'vda3', > 'symlinks': ['/dev/disk/by-label/_Fedora-17-x86_6', > '/dev/disk/by-uuid/d3a93d98-6b49-4583-9d07-e85e077840de'], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio1/block/vda/vda3'} ; name: vda3 ; >16:44:24,822 INFO storage: scanning vda3 (/devices/pci0000:00/0000:00:05.0/virtio1/block/vda/vda3)... >16:44:24,836 DEBUG storage: DeviceTree.getDeviceByName: name: vda3 ; >16:44:24,840 DEBUG storage: DeviceTree.getDeviceByName returned None >16:44:24,854 INFO storage: vda3 is a partition >16:44:24,859 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda3 ; >16:44:24,861 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >16:44:24,872 DEBUG storage: DeviceTree.getDeviceByName returned existing 10000MB disk vda (3) with existing msdos disklabel >16:44:24,878 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: vda ; >16:44:24,886 DEBUG storage: PartitionDevice._setFormat: vda3 ; >16:44:24,890 DEBUG storage: getFormat('None') returning DeviceFormat instance >16:44:24,898 DEBUG storage: PartitionDevice._setFormat: vda3 ; current: None ; type: None ; >16:44:24,901 DEBUG storage: looking up parted Partition: /dev/vda3 >16:44:24,906 DEBUG storage: PartitionDevice.probe: vda3 ; exists: True ; >16:44:24,913 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 1 ; >16:44:24,921 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 10 ; >16:44:24,929 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 12 ; >16:44:24,934 INFO storage: added partition vda3 (id 6) to device tree >16:44:24,939 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vda3 ; >16:44:24,944 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vda3 ; label_type: dos ; >16:44:24,952 DEBUG storage: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >16:44:24,959 DEBUG storage: DiskLabel.__init__: device: /dev/vda3 ; labelType: dos ; exists: True ; >16:44:25,021 WARN storage: disklabel detected but not usable on vda3 >16:44:25,025 INFO storage: type detected on 'vda3' is 'ext4' >16:44:25,976 DEBUG storage: Ext4FS.supported: supported: True ; >16:44:25,993 DEBUG storage: getFormat('ext4') returning Ext4FS instance >16:44:25,999 DEBUG storage: PartitionDevice._setFormat: vda3 ; >16:44:26,004 DEBUG storage: PartitionDevice._setFormat: vda3 ; current: None ; type: ext4 ; >16:44:26,012 DEBUG storage: looking up parted Device: /dev/vda3 >16:44:26,031 INFO storage: got device: PartitionDevice instance (0x7faaf7927990) -- > name = vda3 status = True kids = 0 id = 6 > parents = ['existing 10000MB disk vda (3) with existing msdos disklabel'] > uuid = None size = 8875.0 > format = existing ext4 filesystem > major = 252 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/block/vda/vda3 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda3 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 18176000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (18031, 16, 63) biosGeometry: (1131, 255, 63) > PedDevice: <_ped.Device object at 0x7faaf7940b00> > target size = 0 path = /dev/vda3 > 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 0x7faafbfe3f50> fileSystem: <parted.filesystem.FileSystem object at 0x7faafbfea890> > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faafbfea810> PedPartition: <_ped.Partition object at 0x7faafbfe52f0> > disk = existing 10000MB disk vda (3) with existing msdos disklabel > start = 2304000 end = 20479999 length = 18176000 > flags = >16:44:26,038 DEBUG storage: Ext4FS.supported: supported: True ; >16:44:26,047 INFO storage: got format: Ext4FS instance (0x7faaf79cba90) -- > type = ext4 name = ext4 status = False > device = /dev/vda3 uuid = d3a93d98-6b49-4583-9d07-e85e077840de exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-17-x86_6 size = 8875.0 targetSize = 8875.0 > >16:44:26,053 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': '288726', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >16:44:26,062 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >16:44:26,066 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >16:44:26,072 DEBUG storage: DeviceTree.getDeviceByName returned None >16:44:26,080 INFO storage: loop0 is a loop device >16:44:26,084 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >16:44:26,087 DEBUG storage: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >16:44:26,105 DEBUG storage: DeviceTree.getDeviceByName returned None >16:44:26,109 DEBUG storage: getFormat('None') returning DeviceFormat instance >16:44:26,116 DEBUG storage: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >16:44:26,121 INFO storage: added file /run/install/repo/LiveOS/squashfs.img (id 7) to device tree >16:44:26,130 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >16:44:26,134 DEBUG storage: getFormat('None') returning DeviceFormat instance >16:44:26,139 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >16:44:26,146 INFO storage: added loop loop0 (id 8) to device tree >16:44:26,151 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >16:44:26,153 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >16:44:26,164 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >16:44:26,170 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >16:44:26,179 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >16:44:26,244 WARN storage: disklabel detected but not usable on loop0 >16:44:26,249 INFO storage: type detected on 'loop0' is 'squashfs' >16:44:26,253 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >16:44:26,255 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >16:44:26,266 INFO storage: got device: LoopDevice instance (0x7faaf78aa350) -- > name = loop0 status = False kids = 0 id = 8 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (7)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >16:44:26,275 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/56e0ab74-0f58-4e48-b9c1-a1e32e1b1ebb', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '56e0ab74-0f58-4e48-b9c1-a1e32e1b1ebb', > 'ID_FS_UUID_ENC': '56e0ab74-0f58-4e48-b9c1-a1e32e1b1ebb', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '307165', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/56e0ab74-0f58-4e48-b9c1-a1e32e1b1ebb'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >16:44:26,287 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >16:44:26,292 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >16:44:26,296 DEBUG storage: DeviceTree.getDeviceByName returned None >16:44:26,304 INFO storage: loop1 is a loop device >16:44:26,309 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >16:44:26,311 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >16:44:26,322 DEBUG storage: DeviceTree.getDeviceByName returned None >16:44:26,329 DEBUG storage: getFormat('None') returning DeviceFormat instance >16:44:26,341 DEBUG storage: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >16:44:26,344 INFO storage: added file /LiveOS/rootfs.img (id 9) to device tree >16:44:26,352 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >16:44:26,356 DEBUG storage: getFormat('None') returning DeviceFormat instance >16:44:26,358 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >16:44:26,367 INFO storage: added loop loop1 (id 10) to device tree >16:44:26,372 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >16:44:26,380 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >16:44:26,390 DEBUG storage: Ext4FS.supported: supported: True ; >16:44:26,393 DEBUG storage: getFormat('ext4') returning Ext4FS instance >16:44:26,397 DEBUG storage: device loop1 does not contain a disklabel >16:44:26,404 INFO storage: type detected on 'loop1' is 'ext4' >16:44:27,343 DEBUG storage: Ext4FS.supported: supported: True ; >16:44:27,345 DEBUG storage: getFormat('ext4') returning Ext4FS instance >16:44:27,358 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >16:44:27,362 INFO storage: got device: LoopDevice instance (0x7faaf786e990) -- > name = loop1 status = False kids = 0 id = 10 > parents = ['existing 0MB file /LiveOS/rootfs.img (9)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >16:44:27,368 DEBUG storage: Ext4FS.supported: supported: True ; >16:44:27,376 INFO storage: got format: Ext4FS instance (0x7fab07552590) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 56e0ab74-0f58-4e48-b9c1-a1e32e1b1ebb exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >16:44:27,382 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '308895', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >16:44:27,395 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >16:44:27,401 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >16:44:27,407 DEBUG storage: DeviceTree.getDeviceByName returned None >16:44:27,415 INFO storage: loop2 is a loop device >16:44:27,420 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >16:44:27,422 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >16:44:27,434 DEBUG storage: DeviceTree.getDeviceByName returned None >16:44:27,437 DEBUG storage: getFormat('None') returning DeviceFormat instance >16:44:27,440 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >16:44:27,450 INFO storage: added file /overlay (deleted) (id 11) to device tree >16:44:27,456 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >16:44:27,463 DEBUG storage: getFormat('None') returning DeviceFormat instance >16:44:27,468 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >16:44:27,471 INFO storage: added loop loop2 (id 12) to device tree >16:44:27,473 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >16:44:27,485 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >16:44:27,488 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >16:44:27,490 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >16:44:27,501 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >16:44:27,548 WARN storage: disklabel detected but not usable on loop2 >16:44:27,555 INFO storage: type detected on 'loop2' is 'DM_snapshot_cow' >16:44:27,562 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >16:44:27,564 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >16:44:27,574 INFO storage: got device: LoopDevice instance (0x7faaf764c490) -- > name = loop2 status = False kids = 0 id = 12 > parents = ['existing 0MB file /overlay (deleted) (11)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >16:44:27,580 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '316668', > 'name': 'loop3', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >16:44:27,588 INFO storage: ignoring loop3 (/devices/virtual/block/loop3) >16:44:27,592 DEBUG storage: lvm filter: adding loop3 to the reject list >16:44:27,595 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '319838', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >16:44:27,605 INFO storage: ignoring loop4 (/devices/virtual/block/loop4) >16:44:27,606 DEBUG storage: lvm filter: adding loop4 to the reject list >16:44:27,614 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': '329085', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >16:44:27,622 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >16:44:27,625 DEBUG storage: lvm filter: adding loop5 to the reject list >16:44:27,631 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': '336545', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >16:44:27,632 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >16:44:27,638 DEBUG storage: lvm filter: adding loop6 to the reject list >16:44:27,641 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': '344344', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >16:44:27,650 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >16:44:27,651 DEBUG storage: lvm filter: adding loop7 to the reject list >16:44:27,655 DEBUG storage: Skipping a device mapper drive (dm-0) for now >16:44:28,114 INFO storage: devices to scan: ['dm-0'] >16:44:28,122 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/56e0ab74-0f58-4e48-b9c1-a1e32e1b1ebb /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '56e0ab74-0f58-4e48-b9c1-a1e32e1b1ebb', > 'ID_FS_UUID_ENC': '56e0ab74-0f58-4e48-b9c1-a1e32e1b1ebb', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '241961', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/56e0ab74-0f58-4e48-b9c1-a1e32e1b1ebb', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >16:44:28,131 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >16:44:28,136 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >16:44:28,153 DEBUG storage: DeviceTree.getDeviceByName returned None >16:44:28,157 INFO storage: live-rw is a device-mapper device >16:44:28,159 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >16:44:28,170 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >16:44:28,178 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (10) with existing ext4 filesystem >16:44:28,193 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >16:44:28,198 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (12) >16:44:28,215 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >16:44:28,222 DEBUG storage: DeviceTree.getDeviceByName returned None >16:44:28,231 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop2 ; >16:44:28,235 DEBUG storage: getFormat('None') returning DeviceFormat instance >16:44:28,244 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >16:44:28,247 INFO storage: added dm live-rw (id 13) to device tree >16:44:28,250 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >16:44:28,262 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >16:44:28,267 DEBUG storage: Ext4FS.supported: supported: True ; >16:44:28,282 DEBUG storage: getFormat('ext4') returning Ext4FS instance >16:44:28,289 DEBUG storage: device live-rw does not contain a disklabel >16:44:28,290 INFO storage: type detected on 'live-rw' is 'ext4' >16:44:29,144 DEBUG storage: Ext4FS.supported: supported: True ; >16:44:29,160 DEBUG storage: getFormat('ext4') returning Ext4FS instance >16:44:29,163 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >16:44:29,175 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >16:44:29,288 INFO storage: got device: DMDevice instance (0x7faaf74bc610) -- > name = live-rw status = True kids = 0 id = 13 > parents = ['existing 0MB loop loop2 (12)'] > uuid = None size = 1024.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (130, 255, 63) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x7faaf723e320> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >16:44:29,306 DEBUG storage: Ext4FS.supported: supported: True ; >16:44:29,315 INFO storage: got format: Ext4FS instance (0x7faaf74903d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 56e0ab74-0f58-4e48-b9c1-a1e32e1b1ebb exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >16:44:29,834 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >16:44:29,998 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >16:44:30,163 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >16:44:30,171 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >16:44:30,223 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >16:44:30,383 DEBUG storage: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >16:44:30,537 DEBUG storage: DiskDevice.teardown: vda ; status: True ; controllable: True ; >16:44:30,545 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >16:44:30,559 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >16:44:30,704 DEBUG storage: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >16:44:30,710 DEBUG storage: SwapSpace.teardown: device: /dev/vda2 ; status: False ; type: swap ; >16:44:30,720 DEBUG storage: SwapSpace.teardown: device: /dev/vda2 ; status: False ; type: swap ; >16:44:30,866 DEBUG storage: DiskDevice.teardown: vda ; status: True ; controllable: True ; >16:44:30,872 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >16:44:30,882 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >16:44:31,026 DEBUG storage: PartitionDevice.teardown: vda3 ; status: True ; controllable: True ; >16:44:31,222 DEBUG storage: DiskDevice.teardown: vda ; status: True ; controllable: True ; >16:44:31,231 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >16:44:31,247 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >16:44:31,409 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >16:44:31,418 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >16:44:31,424 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >16:44:31,431 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >16:44:31,477 INFO storage: edd: collected mbr signatures: {'vda': '0x000812ed', 'sda': '0x4c35fcfa'} >16:44:31,481 DEBUG storage: edd: data extracted from 0x80: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x000812ed > pci_dev: 00:05.0, scsi_id: 0 > scsi_lun: 0, sectors: 20480000 >16:44:31,490 DEBUG storage: edd: matched 0x80 to vda using pci_dev >16:44:31,493 DEBUG storage: edd: data extracted from 0x81: > type: None, ata_device: None > channel: None, mbr_signature: 0x4c35fcfa > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: 4030464 >16:44:31,494 INFO storage: edd: matched 0x81 to sda using MBR sig >16:44:31,505 DEBUG storage: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >16:44:31,559 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >16:44:31,713 DEBUG storage: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >16:44:32,218 DEBUG storage: DiskDevice.teardown: vda ; status: True ; controllable: True ; >16:44:32,225 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >16:44:32,237 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >16:44:32,457 DEBUG storage: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >16:44:32,461 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >16:44:33,115 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >16:44:33,124 INFO storage: error parsing blkid.tab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >16:44:33,128 DEBUG storage: parsing /mnt/sysimage/etc/crypttab >16:44:33,129 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >16:44:33,130 DEBUG storage: crypttab maps: [] >16:44:33,134 DEBUG storage: parsing /mnt/sysimage/etc/fstab >16:44:33,139 DEBUG storage: resolved 'UUID=d3a93d98-6b49-4583-9d07-e85e077840de' to 'vda3' (partition) >16:44:33,140 DEBUG storage: resolved 'UUID=9cce24a7-9112-466b-90a4-0ab3ce197bbc' to 'vda1' (partition) >16:44:33,140 DEBUG storage: resolved 'UUID=d57c4728-ed24-4ca6-b583-f28d14c28d62' to 'vda2' (partition) >16:44:33,143 DEBUG storage: PartitionDevice.teardown: vda3 ; status: True ; controllable: True ; >16:44:33,333 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >16:44:33,338 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >16:44:33,399 WARN storage: mount of loop1 as ext4 failed: mount failed: (32, 'mount: /dev/loop1 is already mounted or /mnt/sysimage busy') >16:44:33,405 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >16:44:33,411 DEBUG storage: DMDevice.setup: live-rw ; status: True ; controllable: False ; orig: False ; >16:44:33,415 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >16:44:33,479 WARN storage: mount of live-rw as ext4 failed: mount failed: (32, 'mount: /dev/mapper/live-rw is already mounted or /mnt/sysimage busy\n /dev/mapper/live-rw is already mounted on /') >16:44:33,485 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >16:44:33,817 DEBUG storage: Ext4FS.supported: supported: True ; >16:44:33,825 DEBUG storage: Ext4FS.supported: supported: True ; >16:44:33,932 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >16:44:33,942 DEBUG storage: Iso9660FS.supported: supported: True ; >16:44:33,949 DEBUG storage: Ext4FS.supported: supported: True ; >16:44:33,957 DEBUG storage: Ext4FS.supported: supported: True ; >16:44:34,433 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >16:44:34,442 INFO storage: updating format of device: existing 3845MB cdrom sr0 (0) with existing iso9660 filesystem >16:44:34,600 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >16:44:34,605 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >16:44:34,611 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >16:44:34,617 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >16:44:34,632 WARN storage: disklabel detected but not usable on sr0 >16:44:34,637 DEBUG storage: no type or existing type for sr0, bailing >16:44:34,640 INFO storage: got format: existing iso9660 filesystem >16:44:34,737 INFO storage: set SELinux context for mountpoint /mnt/install/source to system_u:object_r:var_run_t:s0 >12:44:41,522 DEBUG storage: Iso9660FS.supported: supported: True ; >12:44:41,527 DEBUG storage: Iso9660FS.supported: supported: True ; >12:44:41,532 DEBUG storage: NFSv4.supported: supported: False ; >12:44:41,536 DEBUG storage: NFSv4.supported: supported: False ; >12:44:41,542 DEBUG storage: SELinuxFS.supported: supported: False ; >12:44:41,546 DEBUG storage: SELinuxFS.supported: supported: False ; >12:44:41,549 DEBUG storage: Ext4FS.supported: supported: True ; >12:44:41,554 DEBUG storage: Ext4FS.supported: supported: True ; >12:44:41,560 DEBUG storage: Ext3FS.supported: supported: True ; >12:44:41,565 DEBUG storage: Ext3FS.supported: supported: True ; >12:44:41,570 DEBUG storage: Ext2FS.supported: supported: True ; >12:44:41,576 DEBUG storage: Ext2FS.supported: supported: True ; >12:44:41,585 DEBUG storage: SysFS.supported: supported: False ; >12:44:41,590 DEBUG storage: SysFS.supported: supported: False ; >12:44:41,595 DEBUG storage: MultipathMember.__init__: >12:44:41,597 DEBUG storage: MDRaidMember.__init__: >12:44:41,602 DEBUG storage: ProcFS.supported: supported: False ; >12:44:41,607 DEBUG storage: ProcFS.supported: supported: False ; >12:44:41,612 DEBUG storage: SwapSpace.__init__: >12:44:41,617 DEBUG storage: NoDevFS.supported: supported: False ; >12:44:41,622 DEBUG storage: NoDevFS.supported: supported: False ; >12:44:41,627 DEBUG storage: DevPtsFS.supported: supported: False ; >12:44:41,632 DEBUG storage: DevPtsFS.supported: supported: False ; >12:44:41,634 DEBUG storage: BTRFS.supported: supported: True ; >12:44:41,932 DEBUG storage: BTRFS.supported: supported: True ; >12:44:41,942 DEBUG storage: USBFS.supported: supported: False ; >12:44:41,950 DEBUG storage: USBFS.supported: supported: False ; >12:44:41,956 DEBUG storage: DiskLabel.__init__: >12:44:41,961 INFO storage: DiskLabel.partedDevice returning None >12:44:41,965 DEBUG storage: HFSPlus.supported: supported: False ; >12:44:41,972 DEBUG storage: HFSPlus.supported: supported: False ; >12:44:41,980 DEBUG storage: XFS.supported: supported: True ; >12:44:42,347 DEBUG storage: XFS.supported: supported: True ; >12:44:42,360 DEBUG storage: TmpFS.supported: supported: False ; >12:44:42,370 DEBUG storage: TmpFS.supported: supported: False ; >12:44:42,377 DEBUG storage: LUKS.__init__: >12:44:42,385 DEBUG storage: NTFS.supported: supported: False ; >12:44:42,393 DEBUG storage: NTFS.supported: supported: False ; >12:44:42,403 DEBUG storage: BindFS.supported: supported: False ; >12:44:42,405 DEBUG storage: BindFS.supported: supported: False ; >12:44:42,410 DEBUG storage: HFS.supported: supported: False ; >12:44:42,416 DEBUG storage: HFS.supported: supported: False ; >12:44:42,422 DEBUG storage: LVMPhysicalVolume.__init__: >12:44:42,428 DEBUG storage: NFS.supported: supported: False ; >12:44:42,434 DEBUG storage: NFS.supported: supported: False ; >12:44:42,440 DEBUG storage: FATFS.supported: supported: True ; >12:44:42,560 DEBUG storage: FATFS.supported: supported: True ; >12:44:42,566 DEBUG storage: DMRaidMember.__init__: >12:44:56,583 INFO storage: hiding device partition sda1 (id 2) >12:44:56,587 DEBUG storage: lvm filter: adding sda1 to the reject list >12:44:56,593 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >12:44:56,598 INFO storage: hiding device disk sda (id 1) >12:44:56,599 DEBUG storage: lvm filter: adding sda to the reject list >12:44:56,604 DEBUG storage: clearpart: looking at vda3 >12:44:56,609 DEBUG storage: removing vda3 >12:44:56,623 DEBUG storage: PartitionDevice._setFormat: vda3 ; >12:44:56,630 DEBUG storage: getFormat('None') returning DeviceFormat instance >12:44:56,636 DEBUG storage: PartitionDevice._setFormat: vda3 ; current: ext4 ; type: None ; >12:44:56,642 INFO storage: registered action: [0] Destroy Format ext4 filesystem on partition vda3 (id 6) >12:44:56,645 DEBUG storage: PartitionDevice.teardown: vda3 ; status: True ; controllable: True ; >12:44:56,654 DEBUG storage: DeviceFormat.teardown: device: /dev/vda3 ; status: False ; type: None ; >12:44:56,742 INFO storage: removed partition vda3 (id 6) from device tree >12:44:56,748 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: vda ; >12:44:56,751 INFO storage: registered action: [1] Destroy Device partition vda3 (id 6) >12:44:56,753 DEBUG storage: partitions: ['vda1', 'vda2'] >12:44:56,757 DEBUG storage: clearpart: looking at vda2 >12:44:56,760 DEBUG storage: removing vda2 >12:44:56,763 DEBUG storage: SwapSpace.teardown: device: /dev/vda2 ; status: False ; type: swap ; >12:44:56,768 DEBUG storage: PartitionDevice._setFormat: vda2 ; >12:44:56,772 DEBUG storage: getFormat('None') returning DeviceFormat instance >12:44:56,774 DEBUG storage: PartitionDevice._setFormat: vda2 ; current: swap ; type: None ; >12:44:56,778 INFO storage: registered action: [2] Destroy Format swap on partition vda2 (id 5) >12:44:56,781 DEBUG storage: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >12:44:56,786 DEBUG storage: SwapSpace.teardown: device: /dev/vda2 ; status: False ; type: swap ; >12:44:56,799 DEBUG storage: DeviceFormat.teardown: device: /dev/vda2 ; status: False ; type: None ; >12:44:56,894 INFO storage: removed partition vda2 (id 5) from device tree >12:44:56,900 DEBUG storage: DiskDevice.removeChild: kids: 2 ; name: vda ; >12:44:56,904 INFO storage: registered action: [3] Destroy Device partition vda2 (id 5) >12:44:56,908 DEBUG storage: partitions: ['vda1'] >12:44:56,909 DEBUG storage: clearpart: looking at vda1 >12:44:56,912 DEBUG storage: removing vda1 >12:44:56,915 DEBUG storage: PartitionDevice._setFormat: vda1 ; >12:44:56,919 DEBUG storage: getFormat('None') returning DeviceFormat instance >12:44:56,922 DEBUG storage: PartitionDevice._setFormat: vda1 ; current: ext4 ; type: None ; >12:44:56,925 INFO storage: registered action: [4] Destroy Format ext4 filesystem on partition vda1 (id 4) >12:44:56,927 DEBUG storage: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >12:44:56,938 DEBUG storage: DeviceFormat.teardown: device: /dev/vda1 ; status: False ; type: None ; >12:44:57,034 INFO storage: removed partition vda1 (id 4) from device tree >12:44:57,041 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: vda ; >12:44:57,044 INFO storage: registered action: [5] Destroy Device partition vda1 (id 4) >12:44:57,048 DEBUG storage: partitions: [] >12:44:57,049 DEBUG storage: checking whether disk vda has an empty extended >12:44:57,050 DEBUG storage: extended is None ; logicals is [] >12:44:57,053 DEBUG storage: clearpart: initializing vda >12:44:57,055 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >12:44:57,059 DEBUG storage: getFormat('None') returning DeviceFormat instance >12:44:57,061 DEBUG storage: DiskDevice._setFormat: vda ; current: disklabel ; type: None ; >12:44:57,064 INFO storage: registered action: [6] Destroy Format msdos disklabel on disk vda (id 3) >12:44:57,072 DEBUG storage: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; >12:44:57,077 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vda ; labelType: msdos ; >12:44:57,081 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7faaf981c6d0> > PedDisk: <_ped.Disk object at 0x7faaf981dc68> >12:44:57,082 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >12:44:57,084 DEBUG storage: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >12:44:57,089 DEBUG storage: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >12:44:57,093 INFO storage: registered action: [7] Create Format msdos disklabel on disk vda (id 3) >12:44:57,094 DEBUG storage: new disk order: [] >12:44:57,374 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >12:44:57,380 DEBUG storage: DeviceTree.getDeviceByName returned existing 10000MB disk vda (3) with non-existent msdos disklabel >12:44:57,388 DEBUG storage: doAutoPart: True >12:44:57,391 DEBUG storage: encryptedAutoPart: False >12:44:57,391 DEBUG storage: autoPartType: 0 >12:44:57,391 DEBUG storage: clearPartType: 1 >12:44:57,392 DEBUG storage: clearPartDisks: ['vda'] >12:44:57,395 DEBUG storage: autoPartitionRequests: >PartSpec instance (0x3c71350) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x7faaf981c7d0) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0x7faaf981cb10) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0x7faaf981c810) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0x7faaf981c890) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 4000 maxSize = None grow = False > >12:44:57,397 DEBUG storage: storage.disks: ['vda'] >12:44:57,398 DEBUG storage: storage.partitioned: ['vda'] >12:44:57,399 DEBUG storage: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-rw', 'loop0', 'loop1', 'loop2', 'sr0', 'vda'] >12:44:57,409 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/vda ; >12:44:57,412 DEBUG storage: DeviceTree.getDeviceByPath returned existing 10000MB disk vda (3) with non-existent msdos disklabel >12:44:57,415 DEBUG storage: resolved '/dev/vda' to 'vda' (disk) >12:44:57,416 DEBUG storage: boot disk: vda >12:44:57,441 DEBUG storage: candidate disks: [DiskDevice instance (0x7faafbfd8b50) -- > name = vda status = True kids = 0 id = 3 > parents = [] > uuid = None size = 10000.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20480000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20317, 16, 63) biosGeometry: (1274, 255, 63) > PedDevice: <_ped.Device object at 0x7faafef9fef0> > target size = 0 path = /dev/vda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7faafbfe0a90>] >12:44:57,448 DEBUG storage: devs: [] >12:44:57,450 DEBUG storage: _is_valid_disklabel(vda) returning True >12:44:57,450 DEBUG storage: _is_valid_size(vda) returning True >12:44:57,451 DEBUG storage: _is_valid_location(vda) returning True >12:44:57,454 DEBUG storage: _is_valid_format(vda) returning True >12:44:57,455 DEBUG storage: is_valid_stage1_device(vda) returning True >12:44:57,457 DEBUG storage: Ext4FS.supported: supported: True ; >12:44:57,461 DEBUG storage: getFormat('ext4') returning Ext4FS instance >12:44:57,465 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: vda ; >12:44:57,470 DEBUG storage: PartitionDevice._setFormat: req0 ; >12:44:57,476 DEBUG storage: PartitionDevice._setFormat: req0 ; current: None ; type: ext4 ; >12:44:57,482 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: vda ; >12:44:57,485 INFO storage: added partition req0 (id 14) to device tree >12:44:57,489 INFO storage: registered action: [8] Create Device partition req0 (id 14) >12:44:57,493 DEBUG storage: getFormat('None') returning DeviceFormat instance >12:44:57,496 INFO storage: registered action: [9] Create Format ext4 filesystem mounted at / on partition req0 (id 14) >12:44:57,504 DEBUG storage: Ext4FS.supported: supported: True ; >12:44:57,508 DEBUG storage: getFormat('ext4') returning Ext4FS instance >12:44:57,514 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: vda ; >12:44:57,520 DEBUG storage: PartitionDevice._setFormat: req1 ; >12:44:57,526 DEBUG storage: PartitionDevice._setFormat: req1 ; current: None ; type: ext4 ; >12:44:57,531 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: vda ; >12:44:57,535 INFO storage: added partition req1 (id 15) to device tree >12:44:57,539 INFO storage: registered action: [10] Create Device partition req1 (id 15) >12:44:57,543 DEBUG storage: getFormat('None') returning DeviceFormat instance >12:44:57,547 INFO storage: registered action: [11] Create Format ext4 filesystem mounted at /boot on partition req1 (id 15) >12:44:57,550 INFO storage: skipping unneeded stage1 biosboot request >12:44:57,554 DEBUG storage: PartSpec instance (0x7faaf981c810) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >12:44:57,558 DEBUG storage: existing 10000MB disk vda (3) with non-existent msdos disklabel >12:44:57,564 DEBUG storage: SwapSpace.__init__: mountpoint: None ; >12:44:57,567 DEBUG storage: getFormat('swap') returning SwapSpace instance >12:44:57,572 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: vda ; >12:44:57,578 DEBUG storage: PartitionDevice._setFormat: req2 ; >12:44:57,583 DEBUG storage: PartitionDevice._setFormat: req2 ; current: None ; type: swap ; >12:44:57,588 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: vda ; >12:44:57,592 INFO storage: added partition req2 (id 16) to device tree >12:44:57,595 INFO storage: registered action: [12] Create Device partition req2 (id 16) >12:44:57,599 DEBUG storage: getFormat('None') returning DeviceFormat instance >12:44:57,602 INFO storage: registered action: [13] Create Format swap on partition req2 (id 16) >12:44:57,608 DEBUG storage: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >12:44:57,614 DEBUG storage: removing all non-preexisting partitions ['req0(id 14)', 'req1(id 15)', 'req2(id 16)'] from disk(s) ['vda'] >12:44:57,618 DEBUG storage: allocatePartitions: disks=['vda'] ; partitions=['req0(id 14)', 'req1(id 15)', 'req2(id 16)'] >12:44:57,621 DEBUG storage: removing all non-preexisting partitions ['req1(id 15)', 'req2(id 16)', 'req0(id 14)'] from disk(s) ['vda'] >12:44:57,628 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/vda ; >12:44:57,634 DEBUG storage: DeviceTree.getDeviceByPath returned existing 10000MB disk vda (3) with non-existent msdos disklabel >12:44:57,637 DEBUG storage: resolved '/dev/vda' to 'vda' (disk) >12:44:57,643 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/vda ; >12:44:57,649 DEBUG storage: DeviceTree.getDeviceByPath returned existing 10000MB disk vda (3) with non-existent msdos disklabel >12:44:57,653 DEBUG storage: resolved '/dev/vda' to 'vda' (disk) >12:44:57,656 DEBUG storage: allocating partition: req1 ; id: 15 ; disks: ['vda'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 >12:44:57,660 DEBUG storage: checking freespace on vda >12:44:57,664 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=True best=None grow=False >12:44:57,668 DEBUG storage: current free range is 63-20479999 (9999MB) >12:44:57,671 DEBUG storage: updating use_disk to vda, type: 0 >12:44:57,675 DEBUG storage: new free: 63-20479999 / 9999MB >12:44:57,678 DEBUG storage: new free allows for 0 sectors of growth >12:44:57,682 DEBUG storage: found free space for bootable request >12:44:57,686 DEBUG storage: adjusted start sector from 63 to 2048 >12:44:57,690 DEBUG storage: created partition vda1 of 500MB and added it to /dev/vda >12:44:57,696 DEBUG storage: PartitionDevice._setPartedPartition: req1 ; >12:44:57,702 DEBUG storage: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faaf981c590> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faaf983c8d0> PedPartition: <_ped.Partition object at 0x7faaf9818fb0> >12:44:57,708 DEBUG storage: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >12:44:57,713 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: vda ; >12:44:57,720 DEBUG storage: PartitionDevice._setPartedPartition: vda1 ; >12:44:57,726 DEBUG storage: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faaf981c590> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faaf983c6d0> PedPartition: <_ped.Partition object at 0x7faaf983e7d0> >12:44:57,732 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/vda ; >12:44:57,738 DEBUG storage: DeviceTree.getDeviceByPath returned existing 10000MB disk vda (3) with non-existent msdos disklabel >12:44:57,741 DEBUG storage: resolved '/dev/vda' to 'vda' (disk) >12:44:57,747 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/vda ; >12:44:57,753 DEBUG storage: DeviceTree.getDeviceByPath returned existing 10000MB disk vda (3) with non-existent msdos disklabel >12:44:57,757 DEBUG storage: resolved '/dev/vda' to 'vda' (disk) >12:44:57,760 DEBUG storage: allocating partition: req2 ; id: 16 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 4000MB ; grow: False ; max_size: 0 >12:44:57,764 DEBUG storage: checking freespace on vda >12:44:57,768 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=4000MB boot=False best=None grow=False >12:44:57,772 DEBUG storage: current free range is 63-2047 (0MB) >12:44:57,775 DEBUG storage: current free range is 1026048-20479999 (9499MB) >12:44:57,778 DEBUG storage: updating use_disk to vda, type: 0 >12:44:57,782 DEBUG storage: new free: 1026048-20479999 / 9499MB >12:44:57,785 DEBUG storage: new free allows for 0 sectors of growth >12:44:57,789 DEBUG storage: created partition vda2 of 4000MB and added it to /dev/vda >12:44:57,795 DEBUG storage: PartitionDevice._setPartedPartition: req2 ; >12:44:57,800 DEBUG storage: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faaf981c590> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faaf7f10090> PedPartition: <_ped.Partition object at 0x7faaf983e830> >12:44:57,806 DEBUG storage: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >12:44:57,811 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: vda ; >12:44:57,817 DEBUG storage: PartitionDevice._setPartedPartition: vda2 ; >12:44:57,823 DEBUG storage: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faaf981c590> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faaf7f10110> PedPartition: <_ped.Partition object at 0x7faaf983e8f0> >12:44:57,829 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/vda ; >12:44:57,835 DEBUG storage: DeviceTree.getDeviceByPath returned existing 10000MB disk vda (3) with non-existent msdos disklabel >12:44:57,838 DEBUG storage: resolved '/dev/vda' to 'vda' (disk) >12:44:57,843 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/vda ; >12:44:57,849 DEBUG storage: DeviceTree.getDeviceByPath returned existing 10000MB disk vda (3) with non-existent msdos disklabel >12:44:57,853 DEBUG storage: resolved '/dev/vda' to 'vda' (disk) >12:44:57,856 DEBUG storage: allocating partition: req0 ; id: 14 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 1024MB ; grow: True ; max_size: 51200 >12:44:57,860 DEBUG storage: checking freespace on vda >12:44:57,863 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=1024MB boot=False best=None grow=True >12:44:57,867 DEBUG storage: current free range is 63-2047 (0MB) >12:44:57,870 DEBUG storage: current free range is 9218048-20479999 (5499MB) >12:44:57,874 DEBUG storage: evaluating growth potential for new layout >12:44:57,877 DEBUG storage: calculating growth for disk /dev/vda >12:44:57,883 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >12:44:57,889 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faaf981c590> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faaf7f105d0> PedPartition: <_ped.Partition object at 0x7faaf983e9b0> >12:44:57,895 DEBUG storage: PartitionDevice._setDisk: vda3 ; new: vda ; old: None ; >12:44:57,900 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: vda ; >12:44:57,904 DEBUG storage: adding request 15 to chunk 20479937 (63-20479999) on /dev/vda >12:44:57,908 DEBUG storage: adding request 16 to chunk 20479937 (63-20479999) on /dev/vda >12:44:57,911 DEBUG storage: adding request 14 to chunk 20479937 (63-20479999) on /dev/vda >12:44:57,915 DEBUG storage: Chunk.growRequests: 20479937 on /dev/vda start = 63 end = 20479999 >sectorSize = 512 > >12:44:57,918 DEBUG storage: req: PartitionRequest instance -- >id = 15 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >12:44:57,922 DEBUG storage: req: PartitionRequest instance -- >id = 16 name = vda2 growable = False >base = 8192000 growth = 0 max_grow = 0 >done = True >12:44:57,926 DEBUG storage: req: PartitionRequest instance -- >id = 14 name = vda3 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >12:44:57,929 DEBUG storage: 1 requests and 9166785 (4475MB) left in chunk >12:44:57,933 DEBUG storage: adding 9166785 (4475MB) to 14 (vda3) >12:44:57,936 DEBUG storage: new grow amount for request 14 (vda3) is 9166785 units, or 4475MB >12:44:57,939 DEBUG storage: request 15 (vda1) growth: 0 (0MB) size: 500MB >12:44:57,943 DEBUG storage: request 16 (vda2) growth: 0 (0MB) size: 4000MB >12:44:57,946 DEBUG storage: request 14 (vda3) growth: 9166785 (4475MB) size: 5499MB >12:44:57,950 DEBUG storage: disk /dev/vda growth: 9166785 (4475MB) >12:44:57,955 DEBUG storage: PartitionDevice._setPartedPartition: vda3 ; >12:44:57,959 DEBUG storage: device vda3 new partedPartition None >12:44:57,964 DEBUG storage: PartitionDevice._setDisk: req0 ; new: None ; old: vda ; >12:44:57,970 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: vda ; >12:44:57,973 DEBUG storage: total growth: 9166785 sectors >12:44:57,977 DEBUG storage: updating use_disk to vda, type: 0 >12:44:57,980 DEBUG storage: new free: 9218048-20479999 / 5499MB >12:44:57,983 DEBUG storage: new free allows for 9166785 sectors of growth >12:44:57,987 DEBUG storage: created partition vda3 of 1024MB and added it to /dev/vda >12:44:57,992 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >12:44:57,997 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faaf981c590> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faaf7f10850> PedPartition: <_ped.Partition object at 0x7faaf983e950> >12:44:58,003 DEBUG storage: PartitionDevice._setDisk: vda3 ; new: vda ; old: None ; >12:44:58,008 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: vda ; >12:44:58,014 DEBUG storage: PartitionDevice._setPartedPartition: vda3 ; >12:44:58,020 DEBUG storage: device vda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faaf981c590> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faaf7f10b90> PedPartition: <_ped.Partition object at 0x7faaf983ead0> >12:44:58,024 DEBUG storage: growPartitions: disks=['vda'], partitions=['vda3(id 14)', 'vda1(id 15)', 'vda2(id 16)'] >12:44:58,027 DEBUG storage: growable partitions are ['vda3'] >12:44:58,031 DEBUG storage: adding request 14 to chunk 20479937 (63-20479999) on /dev/vda >12:44:58,035 DEBUG storage: adding request 15 to chunk 20479937 (63-20479999) on /dev/vda >12:44:58,038 DEBUG storage: adding request 16 to chunk 20479937 (63-20479999) on /dev/vda >12:44:58,041 DEBUG storage: disk vda has 1 chunks >12:44:58,044 DEBUG storage: Chunk.growRequests: 20479937 on /dev/vda start = 63 end = 20479999 >sectorSize = 512 > >12:44:58,048 DEBUG storage: req: PartitionRequest instance -- >id = 15 name = vda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >12:44:58,051 DEBUG storage: req: PartitionRequest instance -- >id = 16 name = vda2 growable = False >base = 8192000 growth = 0 max_grow = 0 >done = True >12:44:58,054 DEBUG storage: req: PartitionRequest instance -- >id = 14 name = vda3 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >12:44:58,058 DEBUG storage: 1 requests and 9166785 (4475MB) left in chunk >12:44:58,061 DEBUG storage: adding 9166785 (4475MB) to 14 (vda3) >12:44:58,065 DEBUG storage: new grow amount for request 14 (vda3) is 9166785 units, or 4475MB >12:44:58,068 DEBUG storage: growing partitions on vda >12:44:58,071 DEBUG storage: partition vda1 (15): 0 >12:44:58,075 DEBUG storage: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7faaf981c050> PedGeometry: <_ped.Geometry object at 0x7faaf983c890> >12:44:58,079 DEBUG storage: partition vda2 (16): 0 >12:44:58,082 DEBUG storage: new geometry for vda2: parted.Geometry instance -- > start: 1026048 end: 9218047 length: 8192000 > device: <parted.device.Device object at 0x7faaf981c050> PedGeometry: <_ped.Geometry object at 0x7faaf983cc90> >12:44:58,086 DEBUG storage: partition vda3 (14): 0 >12:44:58,090 DEBUG storage: new geometry for vda3: parted.Geometry instance -- > start: 9218048 end: 20479999 length: 11261952 > device: <parted.device.Device object at 0x7faaf981c050> PedGeometry: <_ped.Geometry object at 0x7faaf983ce90> >12:44:58,094 DEBUG storage: removing all non-preexisting partitions ['vda1(id 15)', 'vda2(id 16)', 'vda3(id 14)'] from disk(s) ['vda'] >12:44:58,099 DEBUG storage: PartitionDevice._setPartedPartition: vda1 ; >12:44:58,102 DEBUG storage: device vda1 new partedPartition None >12:44:58,108 DEBUG storage: PartitionDevice._setDisk: req1 ; new: None ; old: vda ; >12:44:58,113 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: vda ; >12:44:58,119 DEBUG storage: PartitionDevice._setPartedPartition: vda2 ; >12:44:58,122 DEBUG storage: device vda2 new partedPartition None >12:44:58,128 DEBUG storage: PartitionDevice._setDisk: req2 ; new: None ; old: vda ; >12:44:58,133 DEBUG storage: DiskDevice.removeChild: kids: 2 ; name: vda ; >12:44:58,139 DEBUG storage: PartitionDevice._setPartedPartition: vda3 ; >12:44:58,142 DEBUG storage: device vda3 new partedPartition None >12:44:58,147 DEBUG storage: PartitionDevice._setDisk: req0 ; new: None ; old: vda ; >12:44:58,153 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: vda ; >12:44:58,156 DEBUG storage: back from removeNewPartitions >12:44:58,160 DEBUG storage: extended: None >12:44:58,163 DEBUG storage: setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7faaf981c050> PedGeometry: <_ped.Geometry object at 0x7faaf983c890> >12:44:58,169 DEBUG storage: PartitionDevice._setPartedPartition: req1 ; >12:44:58,175 DEBUG storage: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faaf981c590> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faaf7f10c10> PedPartition: <_ped.Partition object at 0x7faaf9818fb0> >12:44:58,181 DEBUG storage: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >12:44:58,186 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: vda ; >12:44:58,192 DEBUG storage: PartitionDevice._setPartedPartition: vda1 ; >12:44:58,198 DEBUG storage: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faaf981c590> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faaf7f10d90> PedPartition: <_ped.Partition object at 0x7faaf983e7d0> >12:44:58,202 DEBUG storage: setting req2 new geometry: parted.Geometry instance -- > start: 1026048 end: 9218047 length: 8192000 > device: <parted.device.Device object at 0x7faaf981c050> PedGeometry: <_ped.Geometry object at 0x7faaf983cc90> >12:44:58,208 DEBUG storage: PartitionDevice._setPartedPartition: req2 ; >12:44:58,214 DEBUG storage: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faaf981c590> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faaf981c490> PedPartition: <_ped.Partition object at 0x7faaf983e830> >12:44:58,220 DEBUG storage: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >12:44:58,226 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: vda ; >12:44:58,232 DEBUG storage: PartitionDevice._setPartedPartition: vda2 ; >12:44:58,237 DEBUG storage: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faaf981c590> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faaf7f10a50> PedPartition: <_ped.Partition object at 0x7faaf983ea70> >12:44:58,242 DEBUG storage: setting req0 new geometry: parted.Geometry instance -- > start: 9218048 end: 20479999 length: 11261952 > device: <parted.device.Device object at 0x7faaf981c050> PedGeometry: <_ped.Geometry object at 0x7faaf983ce90> >12:44:58,248 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >12:44:58,254 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faaf981c590> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faaf981c750> PedPartition: <_ped.Partition object at 0x7faaf983e890> >12:44:58,260 DEBUG storage: PartitionDevice._setDisk: vda3 ; new: vda ; old: None ; >12:44:58,265 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: vda ; >12:44:58,271 DEBUG storage: PartitionDevice._setPartedPartition: vda3 ; >12:44:58,277 DEBUG storage: device vda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7faaf981c590> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7faaf9842390> PedPartition: <_ped.Partition object at 0x7faaf983eb90> >12:44:58,283 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/vda ; >12:44:58,288 DEBUG storage: DeviceTree.getDeviceByPath returned existing 10000MB disk vda (3) with non-existent msdos disklabel >12:44:58,291 DEBUG storage: resolved '/dev/vda' to 'vda' (disk) >12:44:58,297 DEBUG storage: _is_valid_disklabel(vda) returning True >12:44:58,300 DEBUG storage: _is_valid_size(vda) returning True >12:44:58,304 DEBUG storage: _is_valid_location(vda) returning True >12:44:58,307 DEBUG storage: _is_valid_format(vda) returning True >12:44:58,310 DEBUG storage: is_valid_stage1_device(vda) returning True >12:44:58,318 DEBUG storage: _is_valid_disklabel(vda) returning True >12:44:58,322 DEBUG storage: _is_valid_size(vda) returning True >12:44:58,325 DEBUG storage: _is_valid_location(vda) returning True >12:44:58,329 DEBUG storage: _is_valid_format(vda) returning True >12:44:58,333 DEBUG storage: is_valid_stage1_device(vda) returning True >12:44:58,336 DEBUG storage: _is_valid_disklabel(vda1) returning True >12:44:58,340 DEBUG storage: _is_valid_size(vda1) returning True >12:44:58,343 DEBUG storage: _is_valid_location(vda1) returning True >12:44:58,346 DEBUG storage: _is_valid_partition(vda1) returning True >12:44:58,350 DEBUG storage: _is_valid_format(vda1) returning True >12:44:58,354 DEBUG storage: is_valid_stage2_device(vda1) returning True >12:44:58,359 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/vda ; >12:44:58,364 DEBUG storage: DeviceTree.getDeviceByPath returned existing 10000MB disk vda (3) with non-existent msdos disklabel >12:44:58,368 DEBUG storage: resolved '/dev/vda' to 'vda' (disk) >12:44:58,373 DEBUG storage: _is_valid_disklabel(vda) returning True >12:44:58,377 DEBUG storage: _is_valid_size(vda) returning True >12:44:58,380 DEBUG storage: _is_valid_location(vda) returning True >12:44:58,384 DEBUG storage: _is_valid_format(vda) returning True >12:44:58,387 DEBUG storage: is_valid_stage1_device(vda) returning True >12:44:58,417 DEBUG storage: _is_valid_disklabel(vda) returning True >12:44:58,418 DEBUG storage: _is_valid_size(vda) returning True >12:44:58,421 DEBUG storage: _is_valid_location(vda) returning True >12:44:58,427 DEBUG storage: _is_valid_format(vda) returning True >12:44:58,428 DEBUG storage: is_valid_stage1_device(vda) returning True >12:44:58,428 DEBUG storage: _is_valid_disklabel(vda1) returning True >12:44:58,429 DEBUG storage: _is_valid_size(vda1) returning True >12:44:58,436 DEBUG storage: _is_valid_location(vda1) returning True >12:44:58,439 DEBUG storage: _is_valid_partition(vda1) returning True >12:44:58,446 DEBUG storage: _is_valid_format(vda1) returning True >12:44:58,452 DEBUG storage: is_valid_stage2_device(vda1) returning True >12:49:03,698 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >12:49:03,713 INFO storage: updating format of device: existing 3845MB cdrom sr0 (0) with existing iso9660 filesystem >12:49:04,019 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >12:49:04,024 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >12:49:04,031 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >12:49:04,036 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >12:49:04,050 WARN storage: disklabel detected but not usable on sr0 >12:49:04,054 DEBUG storage: no type or existing type for sr0, bailing >12:49:04,057 INFO storage: got format: existing iso9660 filesystem >12:49:04,125 INFO storage: set SELinux context for mountpoint /mnt/install/isodir to system_u:object_r:var_run_t:s0 > > >/tmp/ifcfg.log: > > >/proc/cmdline: >initrd=initrd.img xdriver=vesa nomodeset quiet BOOT_IMAGE=vmlinuz > > >/tmp/syslog: >16:43:53,378 INFO kernel:imklog 5.8.11, log source = /proc/kmsg started. >16:43:53,379 INFO rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="498" x-info="http://www.rsyslog.com"] start >16:43:53,379 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >16:43:53,379 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >16:43:53,379 NOTICE kernel:[ 0.000000] Linux version 3.6.0-0.rc1.git6.1.fc18.x86_64 (mockbuild@) (gcc version 4.7.1 20120720 (Red Hat 4.7.1-5) (GCC) ) #1 SMP Tue Aug 14 12:13:12 UTC 2012 >16:43:53,379 INFO kernel:[ 0.000000] Command line: initrd=initrd.img xdriver=vesa nomodeset quiet BOOT_IMAGE=vmlinuz >16:43:53,379 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >16:43:53,379 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable >16:43:53,379 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved >16:43:53,379 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >16:43:53,379 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007fffcfff] usable >16:43:53,379 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000007fffd000-0x000000007fffffff] reserved >16:43:53,379 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >16:43:53,379 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >16:43:53,379 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >16:43:53,379 INFO kernel:[ 0.000000] DMI 2.4 present. >16:43:53,379 DEBUG kernel:[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2007 >16:43:53,379 INFO kernel:[ 0.000000] Hypervisor detected: KVM >16:43:53,379 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved >16:43:53,379 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >16:43:53,379 INFO kernel:[ 0.000000] No AGP bridge found >16:43:53,379 INFO kernel:[ 0.000000] e820: last_pfn = 0x7fffd max_arch_pfn = 0x400000000 >16:43:53,379 DEBUG kernel:[ 0.000000] MTRR default type: write-back >16:43:53,379 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >16:43:53,379 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >16:43:53,379 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >16:43:53,379 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >16:43:53,379 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >16:43:53,379 DEBUG kernel:[ 0.000000] 0 base 00E0000000 mask FFE0000000 uncachable >16:43:53,379 DEBUG kernel:[ 0.000000] 1 disabled >16:43:53,379 DEBUG kernel:[ 0.000000] 2 disabled >16:43:53,379 DEBUG kernel:[ 0.000000] 3 disabled >16:43:53,379 DEBUG kernel:[ 0.000000] 4 disabled >16:43:53,379 DEBUG kernel:[ 0.000000] 5 disabled >16:43:53,379 DEBUG kernel:[ 0.000000] 6 disabled >16:43:53,379 DEBUG kernel:[ 0.000000] 7 disabled >16:43:53,379 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106 >16:43:53,380 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000fdae0-0x000fdaef] mapped at [ffff8800000fdae0] >16:43:53,380 DEBUG kernel:[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff] >16:43:53,380 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 >16:43:53,380 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x7fffcfff] >16:43:53,380 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x7fdfffff] page 2M >16:43:53,380 DEBUG kernel:[ 0.000000] [mem 0x7fe00000-0x7fffcfff] page 4k >16:43:53,380 DEBUG kernel:[ 0.000000] kernel direct mapping tables up to 0x7fffcfff @ [mem 0x1fbfd000-0x1fffffff] >16:43:53,380 INFO kernel:[ 0.000000] RAMDISK: [mem 0x7e652000-0x7ffdbfff] >16:43:53,380 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000fd980 00014 (v00 BOCHS ) >16:43:53,380 WARNING kernel:[ 0.000000] ACPI: RSDT 000000007fffe5d0 00038 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >16:43:53,380 WARNING kernel:[ 0.000000] ACPI: FACP 000000007fffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >16:43:53,380 WARNING kernel:[ 0.000000] ACPI: DSDT 000000007fffe610 01109 (v01 BXPC BXDSDT 00000001 INTL 20100528) >16:43:53,380 WARNING kernel:[ 0.000000] ACPI: FACS 000000007fffff40 00040 >16:43:53,380 WARNING kernel:[ 0.000000] ACPI: SSDT 000000007ffffea0 0009E (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >16:43:53,380 WARNING kernel:[ 0.000000] ACPI: APIC 000000007ffffdb0 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >16:43:53,380 WARNING kernel:[ 0.000000] ACPI: HPET 000000007ffffd70 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) >16:43:53,380 WARNING kernel:[ 0.000000] ACPI: SSDT 000000007ffff720 00644 (v01 BXPC BXSSDTPC 00000001 INTL 20100528) >16:43:53,380 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >16:43:53,380 INFO kernel:[ 0.000000] No NUMA configuration found >16:43:53,380 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007fffcfff] >16:43:53,380 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7fffcfff] >16:43:53,380 INFO kernel:[ 0.000000] NODE_DATA [mem 0x7e62b000-0x7e651fff] >16:43:53,380 INFO kernel:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >16:43:53,380 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:1f07a81, boot clock >16:43:53,380 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007be00000-ffff88007ddfffff] on node 0 >16:43:53,380 WARNING kernel:[ 0.000000] Zone ranges: >16:43:53,380 WARNING kernel:[ 0.000000] DMA [mem 0x00010000-0x00ffffff] >16:43:53,380 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >16:43:53,380 WARNING kernel:[ 0.000000] Normal empty >16:43:53,380 WARNING kernel:[ 0.000000] Movable zone start for each node >16:43:53,380 WARNING kernel:[ 0.000000] Early memory node ranges >16:43:53,380 WARNING kernel:[ 0.000000] node 0: [mem 0x00010000-0x0009cfff] >16:43:53,380 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0x7fffcfff] >16:43:53,380 DEBUG kernel:[ 0.000000] On node 0 totalpages: 524170 >16:43:53,380 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >16:43:53,380 DEBUG kernel:[ 0.000000] DMA zone: 6 pages reserved >16:43:53,380 DEBUG kernel:[ 0.000000] DMA zone: 3911 pages, LIFO batch:0 >16:43:53,380 DEBUG kernel:[ 0.000000] DMA32 zone: 8128 pages used for memmap >16:43:53,380 DEBUG kernel:[ 0.000000] DMA32 zone: 512061 pages, LIFO batch:31 >16:43:53,380 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >16:43:53,380 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >16:43:53,380 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >16:43:53,380 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >16:43:53,380 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) >16:43:53,380 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23 >16:43:53,380 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >16:43:53,380 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >16:43:53,380 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >16:43:53,380 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >16:43:53,380 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >16:43:53,380 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >16:43:53,380 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >16:43:53,380 DEBUG kernel:[ 0.000000] ACPI: IRQ5 used by override. >16:43:53,380 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >16:43:53,380 DEBUG kernel:[ 0.000000] ACPI: IRQ10 used by override. >16:43:53,380 DEBUG kernel:[ 0.000000] ACPI: IRQ11 used by override. >16:43:53,380 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >16:43:53,380 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 >16:43:53,380 INFO kernel:[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >16:43:53,380 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >16:43:53,380 INFO kernel:[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000 >16:43:53,380 INFO kernel:[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000 >16:43:53,380 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 >16:43:53,380 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 >16:43:53,380 INFO kernel:[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices >16:43:53,380 INFO kernel:[ 0.000000] Booting paravirtualized kernel on KVM >16:43:53,380 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:4096 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 >16:43:53,380 INFO kernel:[ 0.000000] PERCPU: Embedded 477 pages/cpu @ffff88007e200000 s1923392 r8192 d22208 u2097152 >16:43:53,380 DEBUG kernel:[ 0.000000] pcpu-alloc: s1923392 r8192 d22208 u2097152 alloc=1*2097152 >16:43:53,380 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 >16:43:53,380 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:7e3d4a81, primary cpu clock >16:43:53,380 INFO kernel:[ 0.000000] KVM setup async PF for cpu 0 >16:43:53,380 INFO kernel:[ 0.000000] kvm-stealtime: cpu 0, msr 7e20e0c0 >16:43:53,380 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515972 >16:43:53,380 WARNING kernel:[ 0.000000] Policy zone: DMA32 >16:43:53,380 NOTICE kernel:[ 0.000000] Kernel command line: initrd=initrd.img xdriver=vesa nomodeset quiet BOOT_IMAGE=vmlinuz >16:43:53,380 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >16:43:53,380 NOTICE kernel:[ 0.000000] __ex_table already sorted, skipping sort >16:43:53,380 INFO kernel:[ 0.000000] Checking aperture... >16:43:53,380 INFO kernel:[ 0.000000] No AGP bridge found >16:43:53,380 INFO kernel:[ 0.000000] Memory: 2005448k/2097140k available (7077k kernel code, 460k absent, 91232k reserved, 6431k data, 3244k init) >16:43:53,380 INFO kernel:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >16:43:53,380 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >16:43:53,380 INFO kernel:[ 0.000000] RCU lockdep checking is enabled. >16:43:53,380 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=4096 to nr_cpu_ids=1. >16:43:53,380 INFO kernel:[ 0.000000] NR_IRQS:262400 nr_irqs:256 16 >16:43:53,380 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >16:43:53,380 INFO kernel:[ 0.000000] console [tty0] enabled >16:43:53,380 WARNING kernel:[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar >16:43:53,380 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 >16:43:53,380 WARNING kernel:[ 0.000000] ... MAX_LOCK_DEPTH: 48 >16:43:53,380 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 >16:43:53,407 INFO systemd: Successfully loaded SELinux policy in 9s 547ms 98us. >16:43:53,422 INFO systemd: Relabelled /dev and /run in 134ms 169us. >16:43:53,422 INFO systemd: systemd 188 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP; fedora) >16:43:53,422 INFO systemd: Detected virtualization 'kvm'. >16:43:53,422 INFO systemd: Initializing machine ID from KVM UUID. >16:43:53,422 WARNING systemd: Cannot add dependency job for unit udev-settle.service, ignoring: Unit udev-settle.service failed to load: No such file or directory. See system logs and 'systemctl status udev-settle.service' for details. >16:43:53,422 WARNING kernel:[ 0.000000] ... CLASSHASH_SIZE: 4096 >16:43:53,422 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384 >16:43:53,422 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768 >16:43:53,422 WARNING kernel:[ 0.000000] ... CHAINHASH_SIZE: 16384 >16:43:53,422 WARNING kernel:[ 0.000000] memory used by lock dependency info: 6367 kB >16:43:53,422 WARNING kernel:[ 0.000000] per task-struct memory footprint: 2688 bytes >16:43:53,422 INFO kernel:[ 0.000000] allocated 8388608 bytes of page_cgroup >16:43:53,422 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >16:43:53,422 DEBUG kernel:[ 0.000000] ODEBUG: 17 of 17 active objects replaced >16:43:53,422 INFO kernel:[ 0.000000] kmemleak: Kernel memory leak detector disabled >16:43:53,422 DEBUG kernel:[ 0.000000] hpet clockevent registered >16:43:53,422 INFO kernel:[ 0.000000] tsc: Detected 3311.132 MHz processor >16:43:53,422 INFO kernel:[ 0.000999] Calibrating delay loop (skipped) preset value.. 6622.26 BogoMIPS (lpj=3311132) >16:43:53,422 INFO kernel:[ 0.000999] pid_max: default: 32768 minimum: 301 >16:43:53,422 INFO kernel:[ 0.000999] Security Framework initialized >16:43:53,422 INFO kernel:[ 0.000999] SELinux: Initializing. >16:43:53,422 DEBUG kernel:[ 0.000999] SELinux: Starting in permissive mode >16:43:53,422 INFO kernel:[ 0.001028] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >16:43:53,422 INFO kernel:[ 0.001535] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >16:43:53,422 INFO kernel:[ 0.002030] Mount-cache hash table entries: 256 >16:43:53,422 INFO kernel:[ 0.004125] Initializing cgroup subsys cpuacct >16:43:53,422 INFO kernel:[ 0.004128] Initializing cgroup subsys memory >16:43:53,422 INFO kernel:[ 0.004251] Initializing cgroup subsys devices >16:43:53,422 INFO kernel:[ 0.004263] Initializing cgroup subsys freezer >16:43:53,422 INFO kernel:[ 0.004270] Initializing cgroup subsys net_cls >16:43:53,422 INFO kernel:[ 0.004275] Initializing cgroup subsys blkio >16:43:53,422 INFO kernel:[ 0.004278] Initializing cgroup subsys perf_event >16:43:53,422 INFO kernel:[ 0.004534] mce: CPU supports 10 MCE banks >16:43:53,422 INFO kernel:[ 0.004594] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >16:43:53,422 INFO kernel:[ 0.004594] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >16:43:53,422 INFO kernel:[ 0.004594] tlb_flushall_shift is 0xffffffff >16:43:53,422 INFO kernel:[ 0.004654] SMP alternatives: switching to UP code >16:43:53,422 INFO kernel:[ 0.017215] Freeing SMP alternatives: 20k freed >16:43:53,422 INFO kernel:[ 0.017236] ACPI: Core revision 20120711 >16:43:53,422 INFO kernel:[ 0.043211] ftrace: allocating 23622 entries in 93 pages >16:43:53,422 INFO kernel:[ 0.052385] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >16:43:53,422 INFO kernel:[ 0.052388] smpboot: CPU0: AMD QEMU Virtual CPU version 1.0,1 stepping 03 >16:43:53,422 INFO kernel:[ 0.052991] Performance Events: Broken PMU hardware detected, using software events only. >16:43:53,422 ERR kernel:[ 0.052991] Failed to access perfctr msr (MSR c0010001 is ffffffffffffffff) >16:43:53,422 WARNING kernel:[ 0.056079] NMI watchdog: disabled (cpu0): hardware events not enabled >16:43:53,422 INFO kernel:[ 0.056260] Brought up 1 CPUs >16:43:53,422 INFO kernel:[ 0.056263] smpboot: Total of 1 processors activated (6622.26 BogoMIPS) >16:43:53,422 INFO kernel:[ 0.059765] devtmpfs: initialized >16:43:53,422 INFO kernel:[ 0.064240] atomic64 test passed for x86-64 platform with CX8 and with SSE >16:43:53,422 INFO kernel:[ 0.064457] RTC time: 16:43:27, date: 08/20/12 >16:43:53,422 INFO kernel:[ 0.065205] NET: Registered protocol family 16 >16:43:53,422 INFO kernel:[ 0.067454] ACPI: bus type pci registered >16:43:53,422 INFO kernel:[ 0.068189] PCI: Using configuration type 1 for base access >16:43:53,422 INFO kernel:[ 0.089765] bio: create slab <bio-0> at 0 >16:43:53,422 INFO kernel:[ 0.090990] ACPI: Added _OSI(Module Device) >16:43:53,422 INFO kernel:[ 0.091004] ACPI: Added _OSI(Processor Device) >16:43:53,422 INFO kernel:[ 0.091021] ACPI: Added _OSI(3.0 _SCP Extensions) >16:43:53,422 INFO kernel:[ 0.091034] ACPI: Added _OSI(Processor Aggregator Device) >16:43:53,422 DEBUG kernel:[ 0.093842] ACPI: EC: Look up EC in DSDT >16:43:53,422 INFO kernel:[ 0.188309] ACPI: Interpreter enabled >16:43:53,422 INFO kernel:[ 0.188312] ACPI: (supports S0 S5) >16:43:53,422 INFO kernel:[ 0.188603] ACPI: Using IOAPIC for interrupt routing >16:43:53,422 INFO kernel:[ 0.309425] ACPI: No dock devices found. >16:43:53,422 INFO kernel:[ 0.309430] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug >16:43:53,422 INFO kernel:[ 0.309762] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >16:43:53,422 DEBUG kernel:[ 0.310114] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored) >16:43:53,422 DEBUG kernel:[ 0.310116] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored) >16:43:53,422 DEBUG kernel:[ 0.310118] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) >16:43:53,422 DEBUG kernel:[ 0.310120] pci_root PNP0A03:00: host bridge window [mem 0xe0000000-0xfebfffff] (ignored) >16:43:53,422 DEBUG kernel:[ 0.310144] PCI: root bus 00: using default resources >16:43:53,422 WARNING kernel:[ 0.310195] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >16:43:53,422 INFO kernel:[ 0.311001] PCI host bridge to bus 0000:00 >16:43:53,422 DEBUG kernel:[ 0.311022] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff] >16:43:53,422 INFO kernel:[ 0.311024] pci_bus 0000:00: root bus resource [bus 00-ff] >16:43:53,422 INFO kernel:[ 0.311036] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] >16:43:53,422 INFO kernel:[ 0.311046] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff] >16:43:53,422 DEBUG kernel:[ 0.311155] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >16:43:53,422 DEBUG kernel:[ 0.311663] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >16:43:53,422 DEBUG kernel:[ 0.312380] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 >16:43:53,422 DEBUG kernel:[ 0.312869] pci 0000:00:01.1: reg 20: [io 0xc0a0-0xc0af] >16:43:53,422 DEBUG kernel:[ 0.314277] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300 >16:43:53,422 DEBUG kernel:[ 0.315693] pci 0000:00:01.2: reg 20: [io 0xc040-0xc05f] >16:43:53,422 DEBUG kernel:[ 0.316778] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 >16:43:53,422 INFO kernel:[ 0.318367] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >16:43:53,422 INFO kernel:[ 0.318402] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >16:43:53,422 DEBUG kernel:[ 0.319048] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000 >16:43:53,422 DEBUG kernel:[ 0.320008] pci 0000:00:02.0: reg 10: [mem 0xfc000000-0xfdffffff pref] >16:43:53,422 DEBUG kernel:[ 0.320860] pci 0000:00:02.0: reg 14: [mem 0xfebf4000-0xfebf4fff] >16:43:53,422 DEBUG kernel:[ 0.322727] pci 0000:00:02.0: reg 30: [mem 0xfebd0000-0xfebdffff pref] >16:43:53,422 DEBUG kernel:[ 0.323174] pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000 >16:43:53,422 DEBUG kernel:[ 0.323354] pci 0000:00:03.0: reg 10: [io 0xc060-0xc07f] >16:43:53,422 DEBUG kernel:[ 0.323493] pci 0000:00:03.0: reg 14: [mem 0xfebf5000-0xfebf5fff] >16:43:53,422 DEBUG kernel:[ 0.324221] pci 0000:00:03.0: reg 30: [mem 0xfebe0000-0xfebeffff pref] >16:43:53,422 DEBUG kernel:[ 0.324698] pci 0000:00:04.0: [8086:2668] type 00 class 0x040300 >16:43:53,422 DEBUG kernel:[ 0.324849] pci 0000:00:04.0: reg 10: [mem 0xfebf0000-0xfebf3fff] >16:43:53,422 DEBUG kernel:[ 0.326058] pci 0000:00:05.0: [1af4:1001] type 00 class 0x010000 >16:43:53,422 DEBUG kernel:[ 0.326241] pci 0000:00:05.0: reg 10: [io 0xc000-0xc03f] >16:43:53,422 DEBUG kernel:[ 0.326389] pci 0000:00:05.0: reg 14: [mem 0xfebf6000-0xfebf6fff] >16:43:53,422 DEBUG kernel:[ 0.327533] pci 0000:00:06.0: [1af4:1002] type 00 class 0x050000 >16:43:53,422 DEBUG kernel:[ 0.327640] pci 0000:00:06.0: reg 10: [io 0xc080-0xc09f] >16:43:53,422 DEBUG kernel:[ 0.328647] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] >16:43:53,422 INFO kernel:[ 0.361906] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM >16:43:53,422 INFO kernel:[ 0.361909] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) >16:43:53,422 INFO kernel:[ 0.647605] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >16:43:53,422 INFO kernel:[ 0.649988] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >16:43:53,422 INFO kernel:[ 0.652409] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >16:43:53,422 INFO kernel:[ 0.654923] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >16:43:53,422 INFO kernel:[ 0.657144] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0 >16:43:53,422 INFO kernel:[ 0.659203] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >16:43:53,422 INFO kernel:[ 0.659274] vgaarb: loaded >16:43:53,422 INFO kernel:[ 0.659276] vgaarb: bridge control possible 0000:00:02.0 >16:43:53,422 NOTICE kernel:[ 0.661460] SCSI subsystem initialized >16:43:53,422 INFO kernel:[ 0.661470] ACPI: bus type scsi registered >16:43:53,422 DEBUG kernel:[ 0.661904] libata version 3.00 loaded. >16:43:53,422 INFO kernel:[ 0.662326] ACPI: bus type usb registered >16:43:53,422 INFO kernel:[ 0.662925] usbcore: registered new interface driver usbfs >16:43:53,422 INFO kernel:[ 0.663097] usbcore: registered new interface driver hub >16:43:53,422 INFO kernel:[ 0.663295] usbcore: registered new device driver usb >16:43:53,422 INFO kernel:[ 0.664643] PCI: Using ACPI for IRQ routing >16:43:53,422 DEBUG kernel:[ 0.664646] PCI: pci_cache_line_size set to 64 bytes >16:43:53,422 DEBUG kernel:[ 0.665279] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff] >16:43:53,422 DEBUG kernel:[ 0.665323] e820: reserve RAM buffer [mem 0x7fffd000-0x7fffffff] >16:43:53,422 INFO kernel:[ 0.667483] NetLabel: Initializing >16:43:53,422 INFO kernel:[ 0.667484] NetLabel: domain hash size = 128 >16:43:53,422 INFO kernel:[ 0.667485] NetLabel: protocols = UNLABELED CIPSOv4 >16:43:53,422 INFO kernel:[ 0.667738] NetLabel: unlabeled traffic allowed by default >16:43:53,422 INFO kernel:[ 0.667922] HPET: 3 timers in total, 0 timers will be used for per-cpu timer >16:43:53,422 INFO kernel:[ 0.667950] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 >16:43:53,422 INFO kernel:[ 0.667954] hpet0: 3 comparators, 64-bit 100.000000 MHz counter >16:43:53,422 INFO kernel:[ 0.671452] Switching to clocksource kvm-clock >16:43:53,422 INFO kernel:[ 0.872436] pnp: PnP ACPI init >16:43:53,422 INFO kernel:[ 0.872610] ACPI: bus type pnp registered >16:43:53,423 DEBUG kernel:[ 0.872875] pnp 00:00: [bus 00-ff] >16:43:53,423 DEBUG kernel:[ 0.872885] pnp 00:00: [io 0x0cf8-0x0cff] >16:43:53,423 DEBUG kernel:[ 0.872895] pnp 00:00: [io 0x0000-0x0cf7 window] >16:43:53,423 DEBUG kernel:[ 0.872904] pnp 00:00: [io 0x0d00-0xffff window] >16:43:53,423 DEBUG kernel:[ 0.872914] pnp 00:00: [mem 0x000a0000-0x000bffff window] >16:43:53,423 DEBUG kernel:[ 0.872924] pnp 00:00: [mem 0xe0000000-0xfebfffff window] >16:43:53,423 DEBUG kernel:[ 0.873352] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active) >16:43:53,423 DEBUG kernel:[ 0.873641] pnp 00:01: [io 0x0070-0x0071] >16:43:53,423 DEBUG kernel:[ 0.873698] pnp 00:01: [irq 8] >16:43:53,423 DEBUG kernel:[ 0.873708] pnp 00:01: [io 0x0072-0x0077] >16:43:53,423 DEBUG kernel:[ 0.874101] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) >16:43:53,423 DEBUG kernel:[ 0.874956] pnp 00:02: [io 0x0060] >16:43:53,423 DEBUG kernel:[ 0.874970] pnp 00:02: [io 0x0064] >16:43:53,423 DEBUG kernel:[ 0.875035] pnp 00:02: [irq 1] >16:43:53,423 DEBUG kernel:[ 0.875405] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active) >16:43:53,423 DEBUG kernel:[ 0.876299] pnp 00:03: [irq 12] >16:43:53,423 DEBUG kernel:[ 0.876661] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active) >16:43:53,423 DEBUG kernel:[ 0.877515] pnp 00:04: [io 0x03f2-0x03f5] >16:43:53,423 DEBUG kernel:[ 0.877525] pnp 00:04: [io 0x03f7] >16:43:53,423 DEBUG kernel:[ 0.877573] pnp 00:04: [irq 6] >16:43:53,423 DEBUG kernel:[ 0.877582] pnp 00:04: [dma 2] >16:43:53,423 DEBUG kernel:[ 0.877957] pnp 00:04: Plug and Play ACPI device, IDs PNP0700 (active) >16:43:53,423 DEBUG kernel:[ 0.880610] pnp 00:05: [io 0x03f8-0x03ff] >16:43:53,423 DEBUG kernel:[ 0.880658] pnp 00:05: [irq 4] >16:43:53,423 DEBUG kernel:[ 0.881069] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active) >16:43:53,423 DEBUG kernel:[ 0.885759] pnp 00:06: [mem 0xfed00000-0xfed003ff] >16:43:53,423 DEBUG kernel:[ 0.886188] pnp 00:06: Plug and Play ACPI device, IDs PNP0103 (active) >16:43:53,423 INFO kernel:[ 0.890617] pnp: PnP ACPI: found 7 devices >16:43:53,423 INFO kernel:[ 0.890619] ACPI: ACPI bus type pnp unregistered >16:43:53,423 DEBUG kernel:[ 0.923860] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] >16:43:53,423 DEBUG kernel:[ 0.923864] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffffff] >16:43:53,423 INFO kernel:[ 0.924132] NET: Registered protocol family 2 >16:43:53,423 INFO kernel:[ 0.926163] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) >16:43:53,423 INFO kernel:[ 0.927869] TCP bind hash table entries: 65536 (order: 10, 5242880 bytes) >16:43:53,423 INFO kernel:[ 0.931639] TCP: Hash tables configured (established 262144 bind 65536) >16:43:53,423 INFO kernel:[ 0.931693] TCP: reno registered >16:43:53,423 INFO kernel:[ 0.931741] UDP hash table entries: 1024 (order: 5, 196608 bytes) >16:43:53,423 INFO kernel:[ 0.931889] UDP-Lite hash table entries: 1024 (order: 5, 196608 bytes) >16:43:53,423 INFO kernel:[ 0.932634] NET: Registered protocol family 1 >16:43:53,423 INFO kernel:[ 0.932707] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >16:43:53,423 INFO kernel:[ 0.932745] pci 0000:00:01.0: PIIX3: Enabling Passive Release >16:43:53,423 INFO kernel:[ 0.932796] pci 0000:00:01.0: Activating ISA DMA hang workarounds >16:43:53,423 WARNING kernel:[ 0.936312] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 >16:43:53,423 DEBUG kernel:[ 0.936492] pci 0000:00:02.0: Boot video device >16:43:53,423 DEBUG kernel:[ 0.936605] PCI: CLS 0 bytes, default 64 >16:43:53,423 INFO kernel:[ 0.937420] Unpacking initramfs... >16:43:53,423 INFO kernel:[ 4.335623] Freeing initrd memory: 26152k freed >16:43:53,423 INFO kernel:[ 4.537192] DMA-API: preallocated 32768 debug entries >16:43:53,423 INFO kernel:[ 4.537195] DMA-API: debugging enabled by kernel config >16:43:53,423 NOTICE kernel:[ 4.541999] Initialise module verification >16:43:53,423 INFO kernel:[ 4.542225] audit: initializing netlink socket (disabled) >16:43:53,423 NOTICE kernel:[ 4.542344] type=2000 audit(1345481012.541:1): initialized >16:43:53,423 WARNING kernel:[ 4.558602] cryptomgr_test (21) used greatest stack depth: 6072 bytes left >16:43:53,423 INFO kernel:[ 4.561259] HugeTLB registered 2 MB page size, pre-allocated 0 pages >16:43:53,423 NOTICE kernel:[ 4.608473] VFS: Disk quotas dquot_6.5.2 >16:43:53,423 WARNING kernel:[ 4.608953] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >16:43:53,423 INFO kernel:[ 4.617268] msgmni has been set to 3968 >16:43:53,423 NOTICE kernel:[ 4.618180] Key type crypto registered >16:43:53,423 NOTICE kernel:[ 4.618199] Crypto key parser 'pgp' registered >16:43:53,423 DEBUG kernel:[ 4.618201] SELinux: Registering netfilter hooks >16:43:53,423 WARNING kernel:[ 4.620808] cryptomgr_test (28) used greatest stack depth: 5448 bytes left >16:43:53,423 WARNING kernel:[ 4.622595] cryptomgr_test (33) used greatest stack depth: 5304 bytes left >16:43:53,423 INFO kernel:[ 4.622666] alg: No test for stdrng (krng) >16:43:53,423 INFO kernel:[ 4.622691] NET: Registered protocol family 38 >16:43:53,423 INFO kernel:[ 4.623843] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >16:43:53,423 INFO kernel:[ 4.624251] io scheduler noop registered >16:43:53,423 INFO kernel:[ 4.624253] io scheduler deadline registered >16:43:53,423 INFO kernel:[ 4.625005] io scheduler cfq registered (default) >16:43:53,423 INFO kernel:[ 4.625021] start plist test >16:43:53,423 INFO kernel:[ 4.626214] end plist test >16:43:53,423 DEBUG kernel:[ 4.626215] list_sort_test: start testing list_sort() >16:43:53,423 INFO kernel:[ 4.634855] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >16:43:53,423 INFO kernel:[ 4.635241] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >16:43:53,423 INFO kernel:[ 4.635243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >16:43:53,423 INFO kernel:[ 4.636830] acpiphp: Slot [3] registered >16:43:53,423 INFO kernel:[ 4.637349] acpiphp: Slot [4] registered >16:43:53,423 INFO kernel:[ 4.637838] acpiphp: Slot [5] registered >16:43:53,423 INFO kernel:[ 4.638572] acpiphp: Slot [6] registered >16:43:53,423 INFO kernel:[ 4.639088] acpiphp: Slot [7] registered >16:43:53,423 INFO kernel:[ 4.639585] acpiphp: Slot [8] registered >16:43:53,423 INFO kernel:[ 4.640111] acpiphp: Slot [9] registered >16:43:53,423 INFO kernel:[ 4.640613] acpiphp: Slot [10] registered >16:43:53,423 INFO kernel:[ 4.641160] acpiphp: Slot [11] registered >16:43:53,423 INFO kernel:[ 4.641684] acpiphp: Slot [12] registered >16:43:53,423 INFO kernel:[ 4.642371] acpiphp: Slot [13] registered >16:43:53,423 INFO kernel:[ 4.642878] acpiphp: Slot [14] registered >16:43:53,423 INFO kernel:[ 4.643409] acpiphp: Slot [15] registered >16:43:53,423 INFO kernel:[ 4.643912] acpiphp: Slot [16] registered >16:43:53,423 INFO kernel:[ 4.644436] acpiphp: Slot [17] registered >16:43:53,423 INFO kernel:[ 4.644950] acpiphp: Slot [18] registered >16:43:53,423 INFO kernel:[ 4.645473] acpiphp: Slot [19] registered >16:43:53,423 INFO kernel:[ 4.645980] acpiphp: Slot [20] registered >16:43:53,423 INFO kernel:[ 4.646734] acpiphp: Slot [21] registered >16:43:53,431 INFO kernel:[ 4.647276] acpiphp: Slot [22] registered >16:43:53,431 INFO kernel:[ 4.647783] acpiphp: Slot [23] registered >16:43:53,431 INFO kernel:[ 4.648314] acpiphp: Slot [24] registered >16:43:53,431 INFO kernel:[ 4.648901] acpiphp: Slot [25] registered >16:43:53,431 INFO kernel:[ 4.649495] acpiphp: Slot [26] registered >16:43:53,431 INFO kernel:[ 4.650220] acpiphp: Slot [27] registered >16:43:53,431 INFO kernel:[ 4.650726] acpiphp: Slot [28] registered >16:43:53,431 INFO kernel:[ 4.651260] acpiphp: Slot [29] registered >16:43:53,431 INFO kernel:[ 4.651767] acpiphp: Slot [30] registered >16:43:53,431 INFO kernel:[ 4.652297] acpiphp: Slot [31] registered >16:43:53,431 INFO kernel:[ 4.657581] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >16:43:53,431 INFO kernel:[ 4.657660] ACPI: Power Button [PWRF] >16:43:53,431 INFO kernel:[ 4.750154] GHES: HEST is not enabled! >16:43:53,431 WARNING kernel:[ 4.754765] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 >16:43:53,431 DEBUG kernel:[ 4.754911] virtio-pci 0000:00:03.0: setting latency timer to 64 >16:43:53,431 WARNING kernel:[ 4.759515] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 >16:43:53,431 DEBUG kernel:[ 4.759567] virtio-pci 0000:00:05.0: setting latency timer to 64 >16:43:53,431 WARNING kernel:[ 4.763912] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 >16:43:53,431 DEBUG kernel:[ 4.763958] virtio-pci 0000:00:06.0: setting latency timer to 64 >16:43:53,431 INFO kernel:[ 4.764994] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >16:43:53,431 INFO kernel:[ 4.790082] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >16:43:53,431 INFO kernel:[ 4.816910] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >16:43:53,431 INFO kernel:[ 4.820247] Non-volatile memory driver v1.3 >16:43:53,431 INFO kernel:[ 4.820249] Linux agpgart interface v0.103 >16:43:53,431 INFO kernel:[ 4.835394] loop: module loaded >16:43:53,431 DEBUG kernel:[ 4.836702] ata_piix 0000:00:01.1: version 2.13 >16:43:53,431 DEBUG kernel:[ 4.837114] ata_piix 0000:00:01.1: setting latency timer to 64 >16:43:53,431 INFO kernel:[ 4.844119] scsi0 : ata_piix >16:43:53,431 INFO kernel:[ 4.846809] scsi1 : ata_piix >16:43:53,431 INFO kernel:[ 4.847718] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 >16:43:53,431 INFO kernel:[ 4.847720] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 >16:43:53,431 INFO kernel:[ 4.849160] libphy: Fixed MDIO Bus: probed >16:43:53,431 INFO kernel:[ 4.849754] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >16:43:53,431 INFO kernel:[ 4.849952] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >16:43:53,431 INFO kernel:[ 4.850078] uhci_hcd: USB Universal Host Controller Interface driver >16:43:53,431 DEBUG kernel:[ 4.850605] uhci_hcd 0000:00:01.2: setting latency timer to 64 >16:43:53,431 INFO kernel:[ 4.850615] uhci_hcd 0000:00:01.2: UHCI Host Controller >16:43:53,431 INFO kernel:[ 4.851979] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 >16:43:53,431 INFO kernel:[ 4.852228] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 >16:43:53,431 INFO kernel:[ 4.853121] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >16:43:53,431 INFO kernel:[ 4.853123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >16:43:53,431 INFO kernel:[ 4.853125] usb usb1: Product: UHCI Host Controller >16:43:53,431 INFO kernel:[ 4.853127] usb usb1: Manufacturer: Linux 3.6.0-0.rc1.git6.1.fc18.x86_64 uhci_hcd >16:43:53,431 INFO kernel:[ 4.853128] usb usb1: SerialNumber: 0000:00:01.2 >16:43:53,431 INFO kernel:[ 4.855280] hub 1-0:1.0: USB hub found >16:43:53,431 INFO kernel:[ 4.855493] hub 1-0:1.0: 2 ports detected >16:43:53,431 INFO kernel:[ 4.858513] usbcore: registered new interface driver usbserial >16:43:53,431 INFO kernel:[ 4.858668] usbcore: registered new interface driver usbserial_generic >16:43:53,431 INFO kernel:[ 4.858857] USB Serial support registered for generic >16:43:53,431 INFO kernel:[ 4.858860] usbserial: USB Serial Driver core >16:43:53,431 INFO kernel:[ 4.859150] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >16:43:53,431 INFO kernel:[ 4.860656] serio: i8042 KBD port at 0x60,0x64 irq 1 >16:43:53,431 INFO kernel:[ 4.860785] serio: i8042 AUX port at 0x60,0x64 irq 12 >16:43:53,431 INFO kernel:[ 4.862355] mousedev: PS/2 mouse device common for all mice >16:43:53,431 INFO kernel:[ 4.864529] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >16:43:53,431 INFO kernel:[ 4.869606] rtc_cmos 00:01: RTC can wake from S4 >16:43:53,431 INFO kernel:[ 4.870816] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 >16:43:53,431 INFO kernel:[ 4.871049] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs >16:43:53,431 INFO kernel:[ 4.872973] device-mapper: uevent: version 1.0.3 >16:43:53,431 INFO kernel:[ 4.874257] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com >16:43:53,431 INFO kernel:[ 4.875761] cpuidle: using governor ladder >16:43:53,431 INFO kernel:[ 4.875763] cpuidle: using governor menu >16:43:53,431 INFO kernel:[ 4.876903] EFI Variables Facility v0.08 2004-May-17 >16:43:53,431 INFO kernel:[ 4.878940] usbcore: registered new interface driver usbhid >16:43:53,431 INFO kernel:[ 4.878942] usbhid: USB HID core driver >16:43:53,431 INFO kernel:[ 4.879394] drop_monitor: Initializing network drop monitor service >16:43:53,431 INFO kernel:[ 4.879774] ip_tables: (C) 2000-2006 Netfilter Core Team >16:43:53,431 INFO kernel:[ 4.879896] TCP: cubic registered >16:43:53,431 INFO kernel:[ 4.879906] Initializing XFRM netlink socket >16:43:53,431 INFO kernel:[ 4.882335] NET: Registered protocol family 10 >16:43:53,431 INFO kernel:[ 4.885334] mip6: Mobile IPv6 >16:43:53,431 INFO kernel:[ 4.885339] NET: Registered protocol family 17 >16:43:53,431 DEBUG kernel:[ 4.887705] PM: Hibernation image not present or could not be loaded. >16:43:53,431 NOTICE kernel:[ 4.887707] Load module verification keys >16:43:53,431 NOTICE kernel:[ 4.888119] Loaded modsign.0 key: e90382382ef4bf27d13b5bb437079390256adc8b >16:43:53,431 INFO kernel:[ 4.888259] registered taskstats version 1 >16:43:53,431 INFO kernel:[ 4.891443] Magic number: 8:895:742 >16:43:53,431 INFO kernel:[ 4.891670] rtc_cmos 00:01: setting system clock to 2012-08-20 16:43:31 UTC (1345481011) >16:43:53,431 DEBUG kernel:[ 5.003014] ata2.01: NODEV after polling detection >16:43:53,431 INFO kernel:[ 5.003949] ata2.00: ATAPI: QEMU DVD-ROM, 1.0,1, max UDMA/100 >16:43:53,431 INFO kernel:[ 5.005440] ata2.00: configured for MWDMA2 >16:43:53,431 NOTICE kernel:[ 5.010400] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 1.0, PQ: 0 ANSI: 5 >16:43:53,431 WARNING kernel:[ 5.012651] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray >16:43:53,431 INFO kernel:[ 5.012664] cdrom: Uniform CD-ROM driver Revision: 3.20 >16:43:53,431 DEBUG kernel:[ 5.015226] sr 1:0:0:0: Attached scsi CD-ROM sr0 >16:43:53,431 NOTICE kernel:[ 5.017456] sr 1:0:0:0: Attached scsi generic sg0 type 5 >16:43:53,431 INFO kernel:[ 5.022243] Freeing unused kernel memory: 3244k freed >16:43:53,431 INFO kernel:[ 5.023327] Write protecting the kernel read-only data: 12288k >16:43:53,431 INFO kernel:[ 5.028323] Freeing unused kernel memory: 1104k freed >16:43:53,431 INFO kernel:[ 5.033907] Freeing unused kernel memory: 1220k freed >16:43:53,431 WARNING kernel:[ 5.094436] systemd-cryptse (46) used greatest stack depth: 4896 bytes left >16:43:53,431 WARNING kernel:[ 5.111462] service-to-run (45) used greatest stack depth: 4592 bytes left >16:43:53,431 INFO kernel:[ 5.158085] usb 1-1: new full-speed USB device number 2 using uhci_hcd >16:43:53,431 INFO kernel:[ 5.308384] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 >16:43:53,431 INFO kernel:[ 5.509572] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >16:43:53,431 INFO kernel:[ 5.509576] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 >16:43:53,431 INFO kernel:[ 5.509578] usb 1-1: Product: QEMU USB Tablet >16:43:53,431 INFO kernel:[ 5.509580] usb 1-1: Manufacturer: QEMU 1.0,1 >16:43:53,431 INFO kernel:[ 5.509582] usb 1-1: SerialNumber: 42 >16:43:53,431 INFO kernel:[ 5.540290] tsc: Refined TSC clocksource calibration: 3311.136 MHz >16:43:53,431 INFO kernel:[ 5.549300] 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 >16:43:53,431 INFO kernel:[ 5.555505] 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 >16:43:53,431 INFO kernel:[ 5.584606] squashfs: version 4.0 (2009/01/31) Phillip Lougher >16:43:53,431 INFO kernel:[ 5.658097] usb 1-2: new full-speed USB device number 3 using uhci_hcd >16:43:53,431 INFO kernel:[ 5.669277] FDC 0 is a S82078B >16:43:53,431 INFO kernel:[ 5.686603] BIOS EDD facility v0.16 2004-Jun-25, 2 devices found >16:43:53,431 INFO kernel:[ 5.709501] md: raid0 personality registered for level 0 >16:43:53,431 INFO kernel:[ 5.720086] md: raid1 personality registered for level 1 >16:43:53,431 INFO kernel:[ 5.729802] async_tx: api initialized (async) >16:43:53,432 INFO kernel:[ 5.731762] xor: automatically using best checksumming function: >16:43:53,432 INFO kernel:[ 5.741019] generic_sse: 9692.000 MB/sec >16:43:53,432 WARNING kernel:[ 5.761020] raid6: sse2x1 4578 MB/s >16:43:53,432 WARNING kernel:[ 5.778098] raid6: sse2x2 9203 MB/s >16:43:53,432 WARNING kernel:[ 5.795025] raid6: sse2x4 11164 MB/s >16:43:53,432 WARNING kernel:[ 5.795027] raid6: using algorithm sse2x4 (11164 MB/s) >16:43:53,432 WARNING kernel:[ 5.795028] raid6: using intx1 recovery algorithm >16:43:53,432 INFO kernel:[ 5.804681] md: raid6 personality registered for level 6 >16:43:53,432 INFO kernel:[ 5.804683] md: raid5 personality registered for level 5 >16:43:53,432 INFO kernel:[ 5.804685] md: raid4 personality registered for level 4 >16:43:53,432 INFO kernel:[ 5.833101] md: raid10 personality registered for level 10 >16:43:53,432 INFO kernel:[ 5.843217] md: linear personality registered for level -1 >16:43:53,432 INFO kernel:[ 5.886459] device-mapper: multipath: version 1.5.0 loaded >16:43:53,432 INFO kernel:[ 5.896200] device-mapper: multipath round-robin: version 1.0.0 loaded >16:43:53,432 INFO kernel:[ 6.008614] usb 1-2: New USB device found, idVendor=0409, idProduct=55aa >16:43:53,432 INFO kernel:[ 6.008618] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >16:43:53,432 INFO kernel:[ 6.008620] usb 1-2: Product: QEMU USB Hub >16:43:53,432 INFO kernel:[ 6.008622] usb 1-2: Manufacturer: QEMU 1.0,1 >16:43:53,432 INFO kernel:[ 6.008623] usb 1-2: SerialNumber: 314159 >16:43:53,432 INFO kernel:[ 6.013301] hub 1-2:1.0: USB hub found >16:43:53,432 INFO kernel:[ 6.017691] hub 1-2:1.0: 8 ports detected >16:43:53,432 INFO kernel:[ 6.390717] RPC: Registered named UNIX socket transport module. >16:43:53,432 INFO kernel:[ 6.390720] RPC: Registered udp transport module. >16:43:53,432 INFO kernel:[ 6.390721] RPC: Registered tcp transport module. >16:43:53,432 INFO kernel:[ 6.390723] RPC: Registered tcp NFSv4.1 backchannel transport module. >16:43:53,432 WARNING kernel:[ 6.570409] rpc.idmapd (221) used greatest stack depth: 4384 bytes left >16:43:53,432 INFO kernel:[ 6.577563] usb 1-2.1: new full-speed USB device number 4 using uhci_hcd >16:43:53,432 WARNING kernel:[ 6.668344] systemd-cgroups (226) used greatest stack depth: 4208 bytes left >16:43:53,432 INFO kernel:[ 6.996877] usb 1-2.1: New USB device found, idVendor=13fe, idProduct=1a00 >16:43:53,432 INFO kernel:[ 6.996885] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >16:43:53,432 INFO kernel:[ 6.996891] usb 1-2.1: Product: DataTraveler 2.0 >16:43:53,432 INFO kernel:[ 6.996895] usb 1-2.1: Manufacturer: Kingston >16:43:53,432 INFO kernel:[ 6.996899] usb 1-2.1: SerialNumber: 5B641C000750 >16:43:53,432 INFO kernel:[ 7.091451] usbcore: registered new interface driver uas >16:43:53,432 INFO kernel:[ 7.113558] Initializing USB Mass Storage driver... >16:43:53,432 INFO kernel:[ 7.124048] scsi2 : usb-storage 1-2.1:1.0 >16:43:53,432 INFO kernel:[ 7.127512] usbcore: registered new interface driver usb-storage >16:43:53,432 INFO kernel:[ 7.127514] USB Mass Storage support registered. >16:43:53,432 DEBUG kernel:[ 7.775318] virtio-pci 0000:00:03.0: irq 40 for MSI/MSI-X >16:43:53,432 DEBUG kernel:[ 7.775479] virtio-pci 0000:00:03.0: irq 41 for MSI/MSI-X >16:43:53,432 DEBUG kernel:[ 7.775630] virtio-pci 0000:00:03.0: irq 42 for MSI/MSI-X >16:43:53,432 DEBUG kernel:[ 7.816247] virtio-pci 0000:00:05.0: irq 43 for MSI/MSI-X >16:43:53,432 DEBUG kernel:[ 7.816412] virtio-pci 0000:00:05.0: irq 44 for MSI/MSI-X >16:43:53,432 WARNING kernel:[ 7.884262] cdrom_id (289) used greatest stack depth: 3232 bytes left >16:43:53,432 INFO kernel:[ 7.993994] [drm] Initialized drm 1.1.0 20060810 >16:43:53,432 INFO kernel:[ 8.077972] vda: vda1 vda2 vda3 >16:43:53,432 NOTICE kernel:[ 8.138668] scsi 2:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 0 CCS >16:43:53,432 NOTICE kernel:[ 8.162283] sd 2:0:0:0: Attached scsi generic sg1 type 0 >16:43:53,432 NOTICE kernel:[ 8.165745] sd 2:0:0:0: [sda] 4030464 512-byte logical blocks: (2.06 GB/1.92 GiB) >16:43:53,432 NOTICE kernel:[ 8.171786] sd 2:0:0:0: [sda] Write Protect is off >16:43:53,432 DEBUG kernel:[ 8.171789] sd 2:0:0:0: [sda] Mode Sense: 23 00 00 00 >16:43:53,432 ERR kernel:[ 8.177844] sd 2:0:0:0: [sda] No Caching mode page present >16:43:53,432 ERR kernel:[ 8.178293] sd 2:0:0:0: [sda] Assuming drive cache: write through >16:43:53,432 ERR kernel:[ 8.231612] sd 2:0:0:0: [sda] No Caching mode page present >16:43:53,432 ERR kernel:[ 8.231858] sd 2:0:0:0: [sda] Assuming drive cache: write through >16:43:53,432 INFO kernel:[ 8.245644] sda: sda1 >16:43:53,432 ERR kernel:[ 8.273601] sd 2:0:0:0: [sda] No Caching mode page present >16:43:53,432 ERR kernel:[ 8.274288] sd 2:0:0:0: [sda] Assuming drive cache: write through >16:43:53,432 NOTICE kernel:[ 8.274851] sd 2:0:0:0: [sda] Attached SCSI removable disk >16:43:53,432 DEBUG kernel:[ 10.851396] ISO 9660 Extensions: Microsoft Joliet Level 3 >16:43:53,432 DEBUG kernel:[ 10.861739] ISO 9660 Extensions: RRIP_1991A >16:43:53,432 INFO kernel:[ 11.396646] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >16:43:53,432 DEBUG kernel:[ 13.899860] SELinux: 2048 avtab hash slots, 100407 rules. >16:43:53,432 DEBUG kernel:[ 15.416664] SELinux: 2048 avtab hash slots, 100407 rules. >16:43:53,432 DEBUG kernel:[ 22.110112] SELinux: 9 users, 15 roles, 4211 types, 233 bools, 1 sens, 1024 cats >16:43:53,432 DEBUG kernel:[ 22.110116] SELinux: 83 classes, 100407 rules >16:43:53,432 DEBUG kernel:[ 22.541088] SELinux: Completing initialization. >16:43:53,432 DEBUG kernel:[ 22.541092] SELinux: Setting up existing superblocks. >16:43:53,432 DEBUG kernel:[ 22.541268] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >16:43:53,432 DEBUG kernel:[ 22.541403] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >16:43:53,432 DEBUG kernel:[ 22.541521] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >16:43:53,432 DEBUG kernel:[ 22.541611] SELinux: initialized (dev proc, type proc), uses genfs_contexts >16:43:53,432 DEBUG kernel:[ 22.541899] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >16:43:53,432 DEBUG kernel:[ 22.542067] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >16:43:53,432 DEBUG kernel:[ 22.543904] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >16:43:53,432 DEBUG kernel:[ 22.544041] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >16:43:53,432 DEBUG kernel:[ 22.551178] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >16:43:53,432 DEBUG kernel:[ 22.551300] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >16:43:53,432 DEBUG kernel:[ 22.551382] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >16:43:53,432 DEBUG kernel:[ 22.551553] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >16:43:53,432 DEBUG kernel:[ 22.551676] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >16:43:53,432 DEBUG kernel:[ 22.551773] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >16:43:53,432 DEBUG kernel:[ 22.551875] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >16:43:53,456 DEBUG kernel:[ 22.554700] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >16:43:53,456 DEBUG kernel:[ 22.554732] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >16:43:53,456 DEBUG kernel:[ 22.554747] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >16:43:53,456 DEBUG kernel:[ 22.555061] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >16:43:53,456 DEBUG kernel:[ 22.555233] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:43:53,456 DEBUG kernel:[ 22.555276] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:43:53,456 DEBUG kernel:[ 22.555312] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:43:53,456 DEBUG kernel:[ 22.555438] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:43:53,456 DEBUG kernel:[ 22.555488] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:43:53,456 DEBUG kernel:[ 22.555510] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:43:53,456 DEBUG kernel:[ 22.555535] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:43:53,456 DEBUG kernel:[ 22.555552] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:43:53,456 DEBUG kernel:[ 22.555601] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:43:53,456 DEBUG kernel:[ 22.555712] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >16:43:53,456 DEBUG kernel:[ 22.555847] SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts >16:43:53,456 DEBUG kernel:[ 22.556230] SELinux: initialized (dev loop0, type squashfs), uses xattr >16:43:53,456 DEBUG kernel:[ 22.557193] SELinux: initialized (dev dm-0, type ext4), uses xattr >16:43:53,456 NOTICE kernel:[ 22.631473] type=1403 audit(1345481029.239:2): policy loaded auid=4294967295 ses=4294967295 >16:43:53,456 WARNING kernel:[ 23.346534] anaconda-genera (436) used greatest stack depth: 3072 bytes left >16:43:53,456 DEBUG kernel:[ 23.885660] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >16:43:53,456 DEBUG kernel:[ 24.104423] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >16:43:53,456 DEBUG kernel:[ 24.106382] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >16:43:53,456 NOTICE kernel:[ 25.908601] type=1400 audit(1345481032.516:3): avc: denied { create } for pid=477 comm="systemd-tmpfile" name="tmp" scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >16:43:53,456 NOTICE kernel:[ 25.909331] type=1400 audit(1345481032.517:4): avc: denied { setattr } for pid=477 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=42530 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >16:43:53,456 NOTICE kernel:[ 25.909602] type=1400 audit(1345481032.517:5): avc: denied { relabelfrom } for pid=477 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=42530 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >16:43:53,513 NOTICE kernel:[ 26.893819] type=1400 audit(1345481033.501:6): avc: denied { read } for pid=505 comm="bash" name=".profile" dev="dm-0" ino=51018 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >16:43:53,513 NOTICE kernel:[ 26.893948] type=1400 audit(1345481033.501:7): avc: denied { open } for pid=505 comm="bash" path="/root/.profile" dev="dm-0" ino=51018 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >16:43:53,581 NOTICE kernel:[ 26.968156] type=1400 audit(1345481033.576:8): avc: denied { read } for pid=505 comm="bash" name="linux" dev="dm-0" ino=24932 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:usr_t:s0 tclass=file >16:43:53,581 NOTICE kernel:[ 26.968327] type=1400 audit(1345481033.576:9): avc: denied { open } for pid=505 comm="bash" path="/usr/share/terminfo/l/linux" dev="dm-0" ino=24932 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:usr_t:s0 tclass=file >16:43:53,581 NOTICE kernel:[ 26.968450] type=1400 audit(1345481033.576:10): avc: denied { getattr } for pid=505 comm="bash" path="/usr/share/terminfo/l/linux" dev="dm-0" ino=24932 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:usr_t:s0 tclass=file >16:43:54,443 INFO NetworkManager: <info> NetworkManager (version 0.9.5.96-2.fc18) is starting... >16:43:54,451 INFO NetworkManager: <info> Read config file /etc/NetworkManager/NetworkManager.conf >16:43:54,460 INFO NetworkManager: <info> WEXT support is enabled >16:43:54,900 INFO dbus-daemon: dbus[518]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >16:43:54,907 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >16:43:55,379 INFO polkitd: Started polkitd version 0.107 >16:43:55,750 INFO dbus-daemon: dbus[518]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >16:43:55,753 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >16:43:55,842 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >16:43:55,846 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >16:43:55,850 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >16:43:55,853 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >16:43:55,882 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >16:43:55,889 INFO NetworkManager: <info> trying to start the modem manager... >16:43:55,918 NOTICE dbus: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >16:43:55,949 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >16:43:55,952 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >16:43:55,995 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >16:43:56,020 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >16:43:56,038 INFO NetworkManager: <info> Networking is enabled by state file >16:43:56,053 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >16:43:56,097 INFO NetworkManager: <info> (eth0): carrier is OFF >16:43:56,131 ERR NetworkManager: <error> [1345481036.3303] [nm-device-ethernet.c:456] real_update_permanent_hw_address(): (eth0): unable to read permanent MAC address (error 0) >16:43:56,145 INFO NetworkManager: <info> (eth0): new Ethernet device (driver: 'virtio_net' ifindex: 2) >16:43:56,186 INFO NetworkManager: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0 >16:43:56,200 INFO NetworkManager: <info> (eth0): now managed >16:43:56,225 INFO NetworkManager: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >16:43:56,247 INFO NetworkManager: <info> (eth0): bringing up device. >16:43:56,265 INFO NetworkManager: <info> (eth0): carrier now ON (device state 20) >16:43:56,279 INFO NetworkManager: <info> (eth0): preparing device. >16:43:56,292 INFO NetworkManager: <info> (eth0): deactivating device (reason 'managed') [2] >16:43:56,305 INFO NetworkManager: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:03.0/virtio0/net/eth0 >16:43:56,316 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >16:43:56,326 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >16:43:56,362 INFO NetworkManager: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >16:43:56,375 INFO NetworkManager: <info> Auto-activating connection 'Wired connection 1'. >16:43:56,413 INFO NetworkManager: <info> Activation (eth0) starting connection 'Wired connection 1' >16:43:56,433 INFO NetworkManager: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >16:43:56,445 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >16:43:56,452 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >16:43:56,474 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >16:43:56,491 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >16:43:56,523 INFO modem-manager: <info> ModemManager (version 0.5.999-0.2.fc18) starting... >16:43:56,556 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >16:43:56,574 INFO NetworkManager: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >16:43:56,599 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.ModemManager' >16:43:56,612 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >16:43:56,632 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >16:43:56,654 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >16:43:56,679 INFO NetworkManager: <info> modem-manager is now available >16:43:56,692 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >16:43:56,709 INFO NetworkManager: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >16:43:56,725 INFO NetworkManager: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >16:43:56,742 INFO NetworkManager: <info> dhclient started with pid 558 >16:43:56,779 INFO NetworkManager: <info> Activation (eth0) Beginning IP6 addrconf. >16:43:56,808 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >16:43:56,876 INFO modem-manager: <info> Loaded plugin 'Gobi' >16:43:56,905 INFO modem-manager: <info> Loaded plugin 'ZTE' >16:43:56,945 INFO modem-manager: <info> Loaded plugin 'Wavecom' >16:43:56,971 INFO modem-manager: <info> Loaded plugin 'SimTech' >16:43:57,006 INFO modem-manager: <info> Loaded plugin 'Ericsson MBM' >16:43:57,049 INFO modem-manager: <info> Loaded plugin 'Huawei' >16:43:57,093 INFO modem-manager: <info> Loaded plugin 'Samsung' >16:43:57,116 INFO modem-manager: <info> Loaded plugin 'Longcheer' >16:43:57,133 INFO modem-manager: <info> Loaded plugin 'MotoC' >16:43:57,171 INFO modem-manager: <info> Loaded plugin 'Nokia' >16:43:57,182 INFO modem-manager: <info> Loaded plugin 'Option High-Speed' >16:43:57,211 INFO modem-manager: <info> Loaded plugin 'Sierra' >16:43:57,231 INFO modem-manager: <info> Loaded plugin 'Option' >16:43:57,272 INFO modem-manager: <info> Loaded plugin 'AnyData' >16:43:57,308 INFO modem-manager: <info> Loaded plugin 'Novatel' >16:43:57,337 INFO modem-manager: <info> Loaded plugin 'Linktop' >16:43:57,362 INFO modem-manager: <info> Loaded plugin 'X22X' >16:43:57,391 INFO modem-manager: <info> Loaded plugin 'Cinterion' >16:43:57,420 INFO modem-manager: <info> Loaded plugin 'Iridium' >16:43:57,486 INFO modem-manager: <info> Loaded plugin 'Generic' >16:43:57,520 INFO modem-manager: <info> Successfully loaded 20 plugins >16:43:57,550 INFO dbus-daemon: dbus[518]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >16:43:57,574 INFO dbus-daemon: modem-manager[551]: <info> ModemManager (version 0.5.999-0.2.fc18) starting... >16:43:57,586 INFO dbus-daemon: dbus[518]: [system] Successfully activated service 'org.freedesktop.ModemManager' >16:43:57,605 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'Gobi' >16:43:57,623 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'ZTE' >16:43:57,641 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'Wavecom' >16:43:57,662 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'SimTech' >16:43:57,672 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'Ericsson MBM' >16:43:57,691 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'Huawei' >16:43:57,722 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'Samsung' >16:43:57,753 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'Longcheer' >16:43:57,766 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'MotoC' >16:43:57,791 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'Nokia' >16:43:57,802 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'Option High-Speed' >16:43:57,829 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'Sierra' >16:43:57,844 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'Option' >16:43:57,860 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'AnyData' >16:43:57,872 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'Novatel' >16:43:57,901 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'Linktop' >16:43:57,921 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'X22X' >16:43:57,953 INFO kernel:[ 31.344072] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >16:43:57,957 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'Cinterion' >16:43:57,976 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'Iridium' >16:43:57,998 INFO dbus-daemon: modem-manager[551]: <info> Loaded plugin 'Generic' >16:43:58,006 INFO dbus-daemon: modem-manager[551]: <info> Successfully loaded 20 plugins >16:43:58,051 ERR systemd-udevd: ctx=0x7f12e0428500 path=/lib/modules/3.6.0-0.rc1.git6.1.fc18.x86_64/kernel/sound/pci/hda/snd-hda-codec.ko error=No such file or directory >16:43:58,070 ERR systemd-udevd: ctx=0x7f12e0428500 path=/lib/modules/3.6.0-0.rc1.git6.1.fc18.x86_64/kernel/sound/pci/hda/snd-hda-codec.ko error=No such file or directory >16:43:58,123 INFO systemd: Startup finished in 5s 41ms 269us (kernel) + 17s 874ms 832us (initrd) + 7s 565ms 194us (userspace) = 30s 481ms 295us. >16:43:58,158 ERR systemd-udevd: ctx=0x7f12e0428500 path=/lib/modules/3.6.0-0.rc1.git6.1.fc18.x86_64/kernel/sound/core/snd-pcm.ko error=No such file or directory >16:43:58,491 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.4-P1 >16:43:58,497 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >16:43:58,500 INFO dhclient: All rights reserved. >16:43:58,509 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >16:43:58,521 INFO dhclient: >16:43:58,762 INFO NetworkManager: <info> (eth0): DHCPv4 state changed nbi -> preinit >16:43:58,843 INFO dhclient: Listening on LPF/eth0/52:54:00:f6:ad:c9 >16:43:58,845 INFO dhclient: Sending on LPF/eth0/52:54:00:f6:ad:c9 >16:43:58,851 INFO dhclient: Sending on Socket/fallback >16:43:58,854 INFO dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 (xid=0x495e11b0) >16:43:58,909 WARNING kernel:[ 32.300888] microcode: AMD CPU family 0x6 not supported >16:43:59,113 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:43:59,137 ERR systemd-udevd: ctx=0x7f12e0428500 path=/lib/modules/3.6.0-0.rc1.git6.1.fc18.x86_64/kernel/arch/x86/kvm/kvm.ko error=No such file or directory >16:43:59,368 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:43:59,376 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:43:59,473 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:43:59,534 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:43:59,744 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:00,019 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:00,021 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:00,264 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:00,452 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:00,721 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:00,824 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:00,967 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >16:44:01,041 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:01,342 INFO dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x495e11b0) >16:44:01,345 INFO dhclient: DHCPOFFER from 192.168.0.1 >16:44:01,355 INFO dhclient: DHCPACK from 192.168.0.1 (xid=0x495e11b0) >16:44:01,411 INFO NetworkManager: <info> (eth0): DHCPv4 state changed preinit -> bound >16:44:01,414 INFO NetworkManager: <info> address 192.168.0.114 >16:44:01,425 INFO NetworkManager: <info> prefix 24 (255.255.255.0) >16:44:01,444 INFO NetworkManager: <info> gateway 192.168.0.1 >16:44:01,454 INFO NetworkManager: <info> nameserver '192.168.0.1' >16:44:01,468 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >16:44:01,471 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >16:44:01,482 INFO dhclient: bound to 192.168.0.114 -- renewal in 36416 seconds. >16:44:02,430 INFO NetworkManager: <info> (eth0): device state change: ip-config -> activated (reason 'none') [70 100 0] >16:44:02,438 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:02,451 INFO NetworkManager: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS. >16:44:02,467 INFO NetworkManager: <info> Activation (eth0) successful, device activated. >16:44:02,483 NOTICE dbus: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >16:44:02,493 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >16:44:02,498 INFO dbus-daemon: dbus[518]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >16:44:02,626 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:02,754 INFO dbus-daemon: dbus[518]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >16:44:02,757 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >16:44:03,568 INFO dbus-daemon: /etc/NetworkManager/dispatcher.d/04-iscsi: line 14: /sbin/chkconfig: No such file or directory >16:44:03,863 INFO dbus-daemon: Failed to issue method call: Unit chronyd.service is not loaded. >16:44:04,361 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:05,644 NOTICE kernel:[ 39.035582] type=1400 audit(1345481045.643:11): avc: denied { append } for pid=620 comm="auditd" path="/tmp/anaconda.log" dev="dm-0" ino=42537 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:initrc_tmp_t:s0 tclass=file >16:44:05,644 NOTICE kernel:[ 39.036232] type=1400 audit(1345481045.644:12): avc: denied { read write } for pid=620 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=7337 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >16:44:05,665 WARNING kernel:[ 39.056392] auditd (621): /proc/621/oom_adj is deprecated, please use /proc/621/oom_score_adj instead. >16:44:06,262 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:06,421 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:06,438 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:06,460 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:06,463 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:06,557 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:06,603 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:06,727 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:06,738 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:06,795 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:06,983 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:07,015 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:07,036 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:07,056 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:07,522 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:08,705 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:09,277 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:09,724 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:10,687 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:16,622 INFO NetworkManager: <info> (eth0): IP6 addrconf timed out or failed. >16:44:16,624 INFO NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >16:44:16,627 INFO NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started... >16:44:16,635 INFO NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete. >16:44:17,455 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:17,588 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:17,603 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:17,614 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:17,644 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:17,696 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:17,717 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:17,823 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:17,845 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:17,863 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:17,993 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:18,023 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:18,028 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:18,053 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:18,645 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:20,356 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:21,004 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:21,487 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:22,197 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:22,884 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:22,982 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:23,283 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:23,811 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:24,431 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:24,748 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:25,009 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:25,983 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:26,199 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:27,322 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:27,518 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:27,546 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:29,145 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:29,291 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:31,702 INFO kernel:[ 65.093540] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) >16:44:31,703 DEBUG kernel:[ 65.094648] SELinux: initialized (dev vda1, type ext4), uses xattr >16:44:32,727 INFO kernel:[ 66.118949] EXT4-fs (vda3): mounted filesystem with ordered data mode. Opts: (null) >16:44:32,727 DEBUG kernel:[ 66.118962] SELinux: initialized (dev vda3, type ext4), uses xattr >16:44:34,537 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory >16:44:41,924 INFO kernel:[ 76.155280] Btrfs loaded >16:44:42,316 INFO kernel:[ 76.546411] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >16:49:03,810 ERR systemd-udevd: failed to execute '/usr/lib/udev/socket:/org/kernel/dm/multipath_event' 'socket:/org/kernel/dm/multipath_event': No such file or directory
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 849482
:
605545
|
605729
| 605743