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 665206 Details for
Bug 888089
ValueError: A RAID0 set requires at least 2 members
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: anaconda-tb
anaconda-tb (text/plain), 357.25 KB, created by
Chris Murphy
on 2012-12-18 00:33:21 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Chris Murphy
Created:
2012-12-18 00:33:21 UTC
Size:
357.25 KB
patch
obsolete
>anaconda 18.37.3 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 2667, in __init__ > {"raidLevel": self.level, "minMembers": mdraid.get_raid_min_members(self.level)} > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1068, in newMDArray > return MDRaidArrayDevice(name, *args, **kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 3324, in new_device > return getattr(self.storage, self.new_device_attr)(*args, **kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 3509, in new_device > return super(MDFactory, self).new_device(*args, **kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 2283, in newDevice > **kwa) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 866, in _replace_device > self.__storage.newDevice(*args, **kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1084, in _save_right_side > selector=selector) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2120, in on_selector_clicked > self._save_right_side(self._current_selector) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/lib/accordion.py", line 195, in _onSelectorClicked > cb(selector) >ValueError: A RAID0 set requires at least 2 members > >Local variables in innermost frame: >major: None >totalDevices: 1 >uuid: None >exists: False >format: non-existent ext4 filesystem mounted at /boot >sysfsPath: >level: raid0 >dev: non-existent 500MB partition sda2 (21) with non-existent mdmember >name: boot > > > >Exception occurred during state dump: >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 419, in dump > ret += self._dumpClass(obj, skipList=idSkipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 368, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 368, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 360, in _dumpClass > ret += self._dumpClass(v, level + 1, parentkey = curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 368, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 358, in _dumpClass > ret += "%s" % (v,) >UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 29: ordinal not in range(128) > > >/tmp/anaconda.log: >19:30:15,113 DEBUG anaconda: required disklabel type for sda (1) is None >19:30:15,113 DEBUG anaconda: default disklabel type for sda is msdos >19:30:15,113 DEBUG anaconda: selecting msdos disklabel for sda based on size >19:30:15,133 DEBUG anaconda: required disklabel type for sdb (1) is None >19:30:15,133 DEBUG anaconda: default disklabel type for sdb is msdos >19:30:15,133 DEBUG anaconda: selecting msdos disklabel for sdb based on size >19:30:15,489 INFO anaconda: /sbin/anaconda 18.37.3 >00:30:15,714 INFO anaconda: 2097152 kB (2048 MB) are available >19:30:15,714 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >19:30:15,715 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >19:30:15,715 INFO anaconda: Default encoding = ascii >19:30:16,055 INFO anaconda: ISCSID is /sbin/iscsid >19:30:16,055 INFO anaconda: no initiator set >19:30:16,099 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >19:30:16,099 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >19:30:16,336 INFO anaconda: Display mode = g >00:30:16,337 INFO anaconda: 2097152 kB (2048 MB) are available >19:30:16,337 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >19:30:16,470 INFO anaconda: using only installclass _Fedora >19:30:16,499 INFO anaconda: Detected 2016M of memory >19:30:16,499 INFO anaconda: Swap attempt of 4032M >19:30:16,505 INFO anaconda: Running Thread: AnaStorageThread (139735057819392) >19:30:16,506 INFO anaconda: Running Thread: AnaNetworkThread (139735049426688) >19:30:16,507 INFO anaconda: Running Thread: AnaPayloadThread (139734728259328) >19:30:16,520 DEBUG anaconda: network: devices found ['p2p1'] >19:30:16,757 DEBUG anaconda: network: dumped ifcfg file for default autoconnection on p2p1 >19:30:16,946 DEBUG anaconda: updating hostname localhost.localdomain >19:30:17,019 DEBUG anaconda: waiting for connecting NM (dhcp?) >19:30:17,127 INFO anaconda: no initiator set >19:30:17,359 DEBUG anaconda: required disklabel type for sda (1) is None >19:30:17,360 DEBUG anaconda: default disklabel type for sda is msdos >19:30:17,360 DEBUG anaconda: selecting msdos disklabel for sda based on size >19:30:17,388 DEBUG anaconda: required disklabel type for sdb (1) is None >19:30:17,388 DEBUG anaconda: default disklabel type for sdb is msdos >19:30:17,388 DEBUG anaconda: selecting msdos disklabel for sdb based on size >19:30:18,025 INFO anaconda: Thread Done: AnaStorageThread (139735057819392) >19:30:19,158 DEBUG anaconda: connected, waited 2 seconds >19:30:19,180 DEBUG anaconda: updating hostname f18v >19:30:19,211 INFO anaconda: Thread Done: AnaNetworkThread (139735049426688) >19:30:19,295 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/live-osimg-min on /mnt/install/source as auto with options defaults,ro >19:30:19,346 INFO anaconda: Thread Done: AnaPayloadThread (139734728259328) >19:30:22,955 INFO anaconda: Not doing 'replace runtime X layouts' in live installation >19:30:23,022 DEBUG anaconda: network standalone spoke (init): completed: True >14:30:23,453 INFO anaconda: Not doing 'save system time' in live installation >14:30:23,456 INFO anaconda: Not doing 'save system time' in live installation >14:30:23,458 INFO anaconda: Not doing 'save system time' in live installation >19:30:23,469 INFO anaconda: Not doing 'modify system time and date' in live installation >19:30:26,582 INFO anaconda: fs space: 0 B needed: 3.10 GB >19:30:26,607 INFO anaconda: Not doing 'add runtime X layout' in live installation >19:30:26,633 INFO anaconda: Not doing 'test X layouts' in live installation >19:30:26,634 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) > >19:30:27,646 INFO anaconda: fs space: 0 B needed: 3.10 GB >19:30:27,749 INFO anaconda: Running Thread: AnaStorageWatcher (139735057819392) >19:30:28,196 INFO anaconda: Running Thread: AnaNTPserver0 (139735049426688) >19:30:28,197 INFO anaconda: Running Thread: AnaNTPserver1 (139734166701824) >19:30:28,204 INFO anaconda: Running Thread: AnaNTPserver2 (139734711473920) >19:30:28,214 INFO anaconda: Running Thread: AnaNTPserver3 (139734158309120) >19:30:28,252 INFO anaconda: Thread Done: AnaStorageWatcher (139735057819392) >19:30:28,300 INFO anaconda: Thread Done: AnaNTPserver1 (139734166701824) >19:30:28,326 INFO anaconda: Thread Done: AnaNTPserver2 (139734711473920) >19:30:28,833 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x6200890> status to: Probing storage... >19:30:28,837 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x6200890> >19:30:34,321 DEBUG anaconda: disk free: 16.38 GB fs free: 0 B sw needs: 3.10 GB auto swap: 4.03 GB >19:30:37,091 INFO anaconda: Running Thread: AnaExecuteStorageThread (139734711473920) >19:30:37,097 DEBUG anaconda: required disklabel type for sda (1) is None >19:30:37,097 DEBUG anaconda: default disklabel type for sda is msdos >19:30:37,097 DEBUG anaconda: selecting msdos disklabel for sda based on size >19:30:37,105 DEBUG anaconda: required disklabel type for sdb (1) is None >19:30:37,105 DEBUG anaconda: default disklabel type for sdb is msdos >19:30:37,106 DEBUG anaconda: selecting msdos disklabel for sdb based on size >19:30:37,174 INFO anaconda: Thread Done: AnaExecuteStorageThread (139734711473920) >19:30:37,217 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sdb', 'sr0'] >19:30:37,218 DEBUG anaconda: ui: unused=[] >19:30:37,218 DEBUG anaconda: ui: new_devices=[] >19:30:37,221 DEBUG anaconda: page clicked: New Fedora 18 Installation >19:30:37,221 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >19:30:37,840 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x6200890> >19:30:37,841 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x6200890> status to: Saving storage configuration... >19:30:37,846 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x6200890> >19:30:38,215 INFO anaconda: Thread Done: AnaNTPserver0 (139735049426688) >19:30:38,234 INFO anaconda: Thread Done: AnaNTPserver3 (139734158309120) >19:30:43,846 DEBUG anaconda: running automatic partitioning >19:30:44,004 DEBUG anaconda: finished automatic partitioning >19:30:44,004 DEBUG anaconda: refreshing ui >19:30:44,007 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-root', 'fedora-swap', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sda1', 'sda2', 'sdb', 'sdb1', 'sr0'] >19:30:44,007 DEBUG anaconda: ui: unused=[] >19:30:44,007 DEBUG anaconda: ui: new_devices=['fedora-root', 'sda1', 'fedora-swap'] >19:30:44,016 DEBUG anaconda: page clicked: New Fedora 18 Installation >19:30:44,016 DEBUG anaconda: show first mountpoint: New Fedora 18 Installation >19:30:44,024 DEBUG anaconda: populate_right_side: non-existent 500MB partition sda1 (17) with non-existent ext4 filesystem mounted at /boot >19:30:44,025 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >19:30:44,025 DEBUG anaconda: updated device_vg_name to None >19:30:44,026 DEBUG anaconda: min: 1.0 max: 16883.938476 current: 500.0 >19:30:44,028 DEBUG anaconda: fs type changed: ext4 >19:30:44,032 INFO anaconda: getting device type for Standard Partition >19:30:44,033 DEBUG anaconda: device_type_changed: 2 Standard Partition >19:30:44,033 INFO anaconda: getting device type for Standard Partition >19:30:44,033 DEBUG anaconda: populate_raid: 2, None >19:30:44,033 INFO anaconda: getting device type for Standard Partition >19:30:44,034 INFO anaconda: getting device type for Standard Partition >19:30:44,035 DEBUG anaconda: populate_raid: 2, None >19:30:44,035 INFO anaconda: getting device type for Standard Partition >19:30:44,036 DEBUG anaconda: finished refreshing ui >19:30:44,036 DEBUG anaconda: updating space display >19:30:44,041 DEBUG anaconda: finished updating space display >19:30:50,450 DEBUG anaconda: current selector: non-existent 500MB partition sda1 (17) with non-existent ext4 filesystem mounted at /boot >19:30:50,450 DEBUG anaconda: new selector: non-existent 11844MB lvmlv fedora-root (19) with non-existent ext4 filesystem mounted at / >19:30:50,450 DEBUG anaconda: notebook page = 1 >19:30:50,450 INFO anaconda: ui: saving changes to device sda1 >19:30:50,450 DEBUG anaconda: old_name: sda1 >19:30:50,451 DEBUG anaconda: new_name: sda1 >19:30:50,451 DEBUG anaconda: new size: 500.0 >19:30:50,451 DEBUG anaconda: old size: 500.0 >19:30:50,451 INFO anaconda: getting device type for Standard Partition >19:30:50,452 DEBUG anaconda: new device type: 2 >19:30:50,452 DEBUG anaconda: reformat: True >19:30:50,452 DEBUG anaconda: new fs type: ext4 >19:30:50,452 DEBUG anaconda: old encryption setting: False >19:30:50,452 DEBUG anaconda: new encryption setting: False >19:30:50,452 DEBUG anaconda: old mountpoint: /boot >19:30:50,452 DEBUG anaconda: new mountpoint: /boot >19:30:50,453 INFO anaconda: getting device type for Standard Partition >19:30:50,456 DEBUG anaconda: populate_right_side: non-existent 11844MB lvmlv fedora-root (19) with non-existent ext4 filesystem mounted at / >19:30:50,456 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >19:30:50,456 DEBUG anaconda: updated device_vg_name to fedora >19:30:50,457 DEBUG anaconda: min: 1.0 max: 11845.938476 current: 11844 >19:30:50,460 INFO anaconda: getting device type for LVM >19:30:50,460 DEBUG anaconda: device_type_changed: 0 LVM >19:30:50,460 INFO anaconda: getting device type for LVM >19:30:50,461 DEBUG anaconda: populate_raid: 0, None >19:30:50,461 INFO anaconda: getting device type for LVM >19:30:50,461 DEBUG anaconda: default vg is fedora >19:30:50,461 DEBUG anaconda: new vg selection: fedora >19:30:50,465 INFO anaconda: getting device type for LVM >19:30:50,465 DEBUG anaconda: populate_raid: 0, None >19:30:50,465 INFO anaconda: getting device type for LVM >19:30:50,466 DEBUG anaconda: default vg is fedora >19:30:50,466 DEBUG anaconda: new vg selection: None >19:30:50,468 DEBUG anaconda: new vg selection: None >19:30:50,470 DEBUG anaconda: new vg selection: fedora >19:30:52,754 DEBUG anaconda: current selector: non-existent 11844MB lvmlv fedora-root (19) with non-existent ext4 filesystem mounted at / >19:30:52,754 DEBUG anaconda: new selector: non-existent 4032MB lvmlv fedora-swap (20) with non-existent swap >19:30:52,755 DEBUG anaconda: notebook page = 1 >19:30:52,755 INFO anaconda: ui: saving changes to device fedora-root >19:30:52,755 DEBUG anaconda: old_name: root >19:30:52,756 DEBUG anaconda: new_name: root >19:30:52,756 DEBUG anaconda: new size: 11844.0 >19:30:52,756 DEBUG anaconda: old size: 11844 >19:30:52,757 INFO anaconda: getting device type for LVM >19:30:52,757 DEBUG anaconda: new device type: 0 >19:30:52,758 DEBUG anaconda: reformat: True >19:30:52,758 DEBUG anaconda: new fs type: ext4 >19:30:52,758 DEBUG anaconda: old encryption setting: False >19:30:52,758 DEBUG anaconda: new encryption setting: False >19:30:52,759 DEBUG anaconda: old mountpoint: / >19:30:52,759 DEBUG anaconda: new mountpoint: / >19:30:52,760 INFO anaconda: getting device type for LVM >19:30:52,766 DEBUG anaconda: populate_right_side: non-existent 4032MB lvmlv fedora-swap (20) with non-existent swap >19:30:52,766 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >19:30:52,766 DEBUG anaconda: updated device_vg_name to fedora >19:30:52,767 DEBUG anaconda: min: 1.0 max: 4033.938476 current: 4032 >19:30:52,768 DEBUG anaconda: fs type changed: swap >19:30:52,773 INFO anaconda: getting device type for LVM >19:30:52,773 DEBUG anaconda: populate_raid: 0, None >19:30:52,773 INFO anaconda: getting device type for LVM >19:30:52,774 DEBUG anaconda: default vg is fedora >19:30:52,774 DEBUG anaconda: new vg selection: None >19:30:52,777 DEBUG anaconda: new vg selection: None >19:30:52,779 DEBUG anaconda: new vg selection: fedora >19:30:53,523 DEBUG anaconda: current selector: non-existent 4032MB lvmlv fedora-swap (20) with non-existent swap >19:30:53,524 DEBUG anaconda: new selector: non-existent 500MB partition sda1 (17) with non-existent ext4 filesystem mounted at /boot >19:30:53,525 DEBUG anaconda: notebook page = 1 >19:30:53,525 INFO anaconda: ui: saving changes to device fedora-swap >19:30:53,525 DEBUG anaconda: old_name: swap >19:30:53,525 DEBUG anaconda: new_name: swap >19:30:53,526 DEBUG anaconda: new size: 4032.0 >19:30:53,526 DEBUG anaconda: old size: 4032 >19:30:53,526 INFO anaconda: getting device type for LVM >19:30:53,527 DEBUG anaconda: new device type: 0 >19:30:53,527 DEBUG anaconda: reformat: True >19:30:53,528 DEBUG anaconda: new fs type: swap >19:30:53,528 DEBUG anaconda: old encryption setting: False >19:30:53,528 DEBUG anaconda: new encryption setting: False >19:30:53,528 DEBUG anaconda: old mountpoint: >19:30:53,528 DEBUG anaconda: new mountpoint: None >19:30:53,529 INFO anaconda: getting device type for LVM >19:30:53,535 DEBUG anaconda: populate_right_side: non-existent 500MB partition sda1 (17) with non-existent ext4 filesystem mounted at /boot >19:30:53,535 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >19:30:53,535 DEBUG anaconda: updated device_vg_name to None >19:30:53,536 DEBUG anaconda: min: 1.0 max: 501.938476 current: 500.0 >19:30:53,537 DEBUG anaconda: fs type changed: ext4 >19:30:53,541 INFO anaconda: getting device type for Standard Partition >19:30:53,542 DEBUG anaconda: device_type_changed: 2 Standard Partition >19:30:53,542 INFO anaconda: getting device type for Standard Partition >19:30:53,542 DEBUG anaconda: populate_raid: 2, None >19:30:53,542 INFO anaconda: getting device type for Standard Partition >19:30:53,543 INFO anaconda: getting device type for Standard Partition >19:30:53,544 DEBUG anaconda: populate_raid: 2, None >19:30:53,544 INFO anaconda: getting device type for Standard Partition >19:30:56,167 INFO anaconda: getting device type for RAID >19:30:56,168 DEBUG anaconda: device_type_changed: 1 RAID >19:30:56,170 INFO anaconda: getting device type for RAID >19:30:56,170 DEBUG anaconda: populate_raid: 1, raid0 >19:30:56,172 DEBUG anaconda: widget <CheckButton object at 0x69abf00 (GtkCheckButton at 0x660a7e0)> new state: True >19:30:56,172 INFO anaconda: getting device type for RAID >19:30:56,173 INFO anaconda: getting device type for RAID >19:30:56,178 INFO anaconda: getting device type for RAID >19:31:06,470 DEBUG anaconda: current selector: non-existent 500MB partition sda1 (17) with non-existent ext4 filesystem mounted at /boot >19:31:06,470 DEBUG anaconda: new selector: non-existent 11844MB lvmlv fedora-root (19) with non-existent ext4 filesystem mounted at / >19:31:06,471 DEBUG anaconda: notebook page = 1 >19:31:06,471 INFO anaconda: ui: saving changes to device sda1 >19:31:06,471 DEBUG anaconda: old_name: sda1 >19:31:06,472 DEBUG anaconda: new_name: boot >19:31:06,472 DEBUG anaconda: new size: 500.0 >19:31:06,473 DEBUG anaconda: old size: 500.0 >19:31:06,473 INFO anaconda: getting device type for RAID >19:31:06,474 DEBUG anaconda: new device type: 1 >19:31:06,474 DEBUG anaconda: reformat: True >19:31:06,474 DEBUG anaconda: new fs type: ext4 >19:31:06,475 DEBUG anaconda: old encryption setting: False >19:31:06,475 DEBUG anaconda: new encryption setting: False >19:31:06,475 DEBUG anaconda: old mountpoint: /boot >19:31:06,475 DEBUG anaconda: new mountpoint: /boot >19:31:06,477 INFO anaconda: getting device type for RAID >19:31:06,479 INFO anaconda: changing device type from 2 to 1 >19:31:06,481 DEBUG anaconda: disks: ['sda', 'sdb'] > > >/tmp/packaging.log: > > >/tmp/program.log: >19:30:15,028 INFO program: Running... udevadm settle --timeout=300 >19:30:15,185 INFO program: Running... dumpe2fs -h /dev/loop3 >19:30:15,194 INFO program: Filesystem volume name: _Fedora-18-TC3-x >19:30:15,195 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >19:30:15,195 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >19:30:15,195 INFO program: Filesystem magic number: 0xEF53 >19:30:15,195 INFO program: Filesystem revision #: 1 (dynamic) >19:30:15,195 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 >19:30:15,195 INFO program: Filesystem flags: signed_directory_hash >19:30:15,195 INFO program: Default mount options: user_xattr acl >19:30:15,195 INFO program: Filesystem state: clean >19:30:15,195 INFO program: Errors behavior: Continue >19:30:15,195 INFO program: Filesystem OS type: Linux >19:30:15,195 INFO program: Inode count: 262144 >19:30:15,195 INFO program: Block count: 1048576 >19:30:15,195 INFO program: Reserved block count: 10484 >19:30:15,195 INFO program: Free blocks: 188525 >19:30:15,195 INFO program: Free inodes: 153877 >19:30:15,195 INFO program: First block: 0 >19:30:15,196 INFO program: Block size: 4096 >19:30:15,196 INFO program: Fragment size: 4096 >19:30:15,196 INFO program: Reserved GDT blocks: 255 >19:30:15,196 INFO program: Blocks per group: 32768 >19:30:15,196 INFO program: Fragments per group: 32768 >19:30:15,196 INFO program: Inodes per group: 8192 >19:30:15,196 INFO program: Inode blocks per group: 512 >19:30:15,196 INFO program: Flex block group size: 16 >19:30:15,196 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >19:30:15,196 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >19:30:15,196 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >19:30:15,196 INFO program: Mount count: 0 >19:30:15,196 INFO program: Maximum mount count: -1 >19:30:15,196 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >19:30:15,197 INFO program: Check interval: 0 (<none>) >19:30:15,197 INFO program: Lifetime writes: 805 MB >19:30:15,197 INFO program: Reserved blocks uid: 0 (user root) >19:30:15,197 INFO program: Reserved blocks gid: 0 (group root) >19:30:15,197 INFO program: First inode: 11 >19:30:15,197 INFO program: Inode size: 256 >19:30:15,197 INFO program: Required extra isize: 28 >19:30:15,197 INFO program: Desired extra isize: 28 >19:30:15,197 INFO program: Journal inode: 8 >19:30:15,197 INFO program: Default directory hash: half_md4 >19:30:15,197 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >19:30:15,197 INFO program: Journal backup: inode blocks >19:30:15,197 INFO program: Journal features: journal_incompat_revoke >19:30:15,197 INFO program: Journal size: 128M >19:30:15,197 INFO program: Journal length: 32768 >19:30:15,197 INFO program: Journal sequence: 0x000016d0 >19:30:15,197 INFO program: Journal start: 0 >19:30:15,197 INFO program: >19:30:15,198 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:30:15,198 INFO program: Running... dumpe2fs -h /dev/loop3 >19:30:15,202 INFO program: Filesystem volume name: _Fedora-18-TC3-x >19:30:15,202 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >19:30:15,202 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >19:30:15,202 INFO program: Filesystem magic number: 0xEF53 >19:30:15,202 INFO program: Filesystem revision #: 1 (dynamic) >19:30:15,202 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 >19:30:15,202 INFO program: Filesystem flags: signed_directory_hash >19:30:15,203 INFO program: Default mount options: user_xattr acl >19:30:15,203 INFO program: Filesystem state: clean >19:30:15,203 INFO program: Errors behavior: Continue >19:30:15,203 INFO program: Filesystem OS type: Linux >19:30:15,203 INFO program: Inode count: 262144 >19:30:15,203 INFO program: Block count: 1048576 >19:30:15,203 INFO program: Reserved block count: 10484 >19:30:15,203 INFO program: Free blocks: 188525 >19:30:15,203 INFO program: Free inodes: 153877 >19:30:15,203 INFO program: First block: 0 >19:30:15,203 INFO program: Block size: 4096 >19:30:15,203 INFO program: Fragment size: 4096 >19:30:15,203 INFO program: Reserved GDT blocks: 255 >19:30:15,203 INFO program: Blocks per group: 32768 >19:30:15,203 INFO program: Fragments per group: 32768 >19:30:15,203 INFO program: Inodes per group: 8192 >19:30:15,203 INFO program: Inode blocks per group: 512 >19:30:15,204 INFO program: Flex block group size: 16 >19:30:15,204 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >19:30:15,204 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >19:30:15,204 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >19:30:15,204 INFO program: Mount count: 0 >19:30:15,204 INFO program: Maximum mount count: -1 >19:30:15,204 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >19:30:15,204 INFO program: Check interval: 0 (<none>) >19:30:15,204 INFO program: Lifetime writes: 805 MB >19:30:15,204 INFO program: Reserved blocks uid: 0 (user root) >19:30:15,204 INFO program: Reserved blocks gid: 0 (group root) >19:30:15,204 INFO program: First inode: 11 >19:30:15,204 INFO program: Inode size: 256 >19:30:15,204 INFO program: Required extra isize: 28 >19:30:15,204 INFO program: Desired extra isize: 28 >19:30:15,204 INFO program: Journal inode: 8 >19:30:15,205 INFO program: Default directory hash: half_md4 >19:30:15,205 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >19:30:15,205 INFO program: Journal backup: inode blocks >19:30:15,205 INFO program: Journal features: journal_incompat_revoke >19:30:15,205 INFO program: Journal size: 128M >19:30:15,205 INFO program: Journal length: 32768 >19:30:15,205 INFO program: Journal sequence: 0x000016d0 >19:30:15,205 INFO program: Journal start: 0 >19:30:15,205 INFO program: >19:30:15,205 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:30:15,205 INFO program: Running... resize2fs -P /dev/loop3 >19:30:15,212 INFO program: Couldn't find valid filesystem superblock. >19:30:15,213 ERR program: resize2fs 1.42.5 (29-Jul-2012) >19:30:15,213 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >19:30:15,243 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >19:30:15,246 INFO program: Filesystem volume name: _Fedora-18-TC3-x >19:30:15,247 INFO program: Last mounted on: /sysroot >19:30:15,247 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >19:30:15,247 INFO program: Filesystem magic number: 0xEF53 >19:30:15,247 INFO program: Filesystem revision #: 1 (dynamic) >19:30:15,247 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >19:30:15,247 INFO program: Filesystem flags: signed_directory_hash >19:30:15,247 INFO program: Default mount options: user_xattr acl >19:30:15,247 INFO program: Filesystem state: clean >19:30:15,247 INFO program: Errors behavior: Continue >19:30:15,247 INFO program: Filesystem OS type: Linux >19:30:15,247 INFO program: Inode count: 262144 >19:30:15,247 INFO program: Block count: 1048576 >19:30:15,247 INFO program: Reserved block count: 10484 >19:30:15,247 INFO program: Free blocks: 188525 >19:30:15,247 INFO program: Free inodes: 153877 >19:30:15,248 INFO program: First block: 0 >19:30:15,248 INFO program: Block size: 4096 >19:30:15,248 INFO program: Fragment size: 4096 >19:30:15,248 INFO program: Reserved GDT blocks: 255 >19:30:15,248 INFO program: Blocks per group: 32768 >19:30:15,248 INFO program: Fragments per group: 32768 >19:30:15,248 INFO program: Inodes per group: 8192 >19:30:15,248 INFO program: Inode blocks per group: 512 >19:30:15,248 INFO program: Flex block group size: 16 >19:30:15,248 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >19:30:15,248 INFO program: Last mount time: Mon Dec 17 19:27:58 2012 >19:30:15,248 INFO program: Last write time: Mon Dec 17 19:27:58 2012 >19:30:15,248 INFO program: Mount count: 1 >19:30:15,248 INFO program: Maximum mount count: -1 >19:30:15,248 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >19:30:15,248 INFO program: Check interval: 0 (<none>) >19:30:15,248 INFO program: Lifetime writes: 805 MB >19:30:15,248 INFO program: Reserved blocks uid: 0 (user root) >19:30:15,249 INFO program: Reserved blocks gid: 0 (group root) >19:30:15,249 INFO program: First inode: 11 >19:30:15,249 INFO program: Inode size: 256 >19:30:15,249 INFO program: Required extra isize: 28 >19:30:15,249 INFO program: Desired extra isize: 28 >19:30:15,249 INFO program: Journal inode: 8 >19:30:15,249 INFO program: First orphan inode: 38536 >19:30:15,249 INFO program: Default directory hash: half_md4 >19:30:15,249 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >19:30:15,249 INFO program: Journal backup: inode blocks >19:30:15,249 INFO program: Journal features: journal_incompat_revoke >19:30:15,249 INFO program: Journal size: 128M >19:30:15,250 INFO program: Journal length: 32768 >19:30:15,250 INFO program: Journal sequence: 0x000016d1 >19:30:15,250 INFO program: Journal start: 1 >19:30:15,250 INFO program: >19:30:15,250 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:30:15,251 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >19:30:15,254 INFO program: Filesystem volume name: _Fedora-18-TC3-x >19:30:15,254 INFO program: Last mounted on: /sysroot >19:30:15,254 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >19:30:15,254 INFO program: Filesystem magic number: 0xEF53 >19:30:15,254 INFO program: Filesystem revision #: 1 (dynamic) >19:30:15,255 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >19:30:15,255 INFO program: Filesystem flags: signed_directory_hash >19:30:15,255 INFO program: Default mount options: user_xattr acl >19:30:15,255 INFO program: Filesystem state: clean >19:30:15,255 INFO program: Errors behavior: Continue >19:30:15,255 INFO program: Filesystem OS type: Linux >19:30:15,255 INFO program: Inode count: 262144 >19:30:15,255 INFO program: Block count: 1048576 >19:30:15,255 INFO program: Reserved block count: 10484 >19:30:15,255 INFO program: Free blocks: 188525 >19:30:15,255 INFO program: Free inodes: 153877 >19:30:15,255 INFO program: First block: 0 >19:30:15,255 INFO program: Block size: 4096 >19:30:15,255 INFO program: Fragment size: 4096 >19:30:15,255 INFO program: Reserved GDT blocks: 255 >19:30:15,255 INFO program: Blocks per group: 32768 >19:30:15,255 INFO program: Fragments per group: 32768 >19:30:15,256 INFO program: Inodes per group: 8192 >19:30:15,256 INFO program: Inode blocks per group: 512 >19:30:15,256 INFO program: Flex block group size: 16 >19:30:15,256 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >19:30:15,256 INFO program: Last mount time: Mon Dec 17 19:27:58 2012 >19:30:15,256 INFO program: Last write time: Mon Dec 17 19:27:58 2012 >19:30:15,256 INFO program: Mount count: 1 >19:30:15,256 INFO program: Maximum mount count: -1 >19:30:15,256 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >19:30:15,256 INFO program: Check interval: 0 (<none>) >19:30:15,256 INFO program: Lifetime writes: 805 MB >19:30:15,256 INFO program: Reserved blocks uid: 0 (user root) >19:30:15,256 INFO program: Reserved blocks gid: 0 (group root) >19:30:15,256 INFO program: First inode: 11 >19:30:15,256 INFO program: Inode size: 256 >19:30:15,257 INFO program: Required extra isize: 28 >19:30:15,257 INFO program: Desired extra isize: 28 >19:30:15,257 INFO program: Journal inode: 8 >19:30:15,257 INFO program: First orphan inode: 38536 >19:30:15,257 INFO program: Default directory hash: half_md4 >19:30:15,257 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >19:30:15,257 INFO program: Journal backup: inode blocks >19:30:15,257 INFO program: Journal features: journal_incompat_revoke >19:30:15,257 INFO program: Journal size: 128M >19:30:15,257 INFO program: Journal length: 32768 >19:30:15,257 INFO program: Journal sequence: 0x000016d1 >19:30:15,257 INFO program: Journal start: 1 >19:30:15,257 INFO program: >19:30:15,257 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:30:15,258 INFO program: Running... resize2fs -P /dev/mapper/live-rw >19:30:15,261 INFO program: Estimated minimum size of the filesystem: 861710 >19:30:15,261 ERR program: resize2fs 1.42.5 (29-Jul-2012) >19:30:15,279 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >19:30:15,284 INFO program: Filesystem volume name: _Fedora-18-TC3-x >19:30:15,285 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >19:30:15,285 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >19:30:15,285 INFO program: Filesystem magic number: 0xEF53 >19:30:15,285 INFO program: Filesystem revision #: 1 (dynamic) >19:30:15,285 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 >19:30:15,285 INFO program: Filesystem flags: signed_directory_hash >19:30:15,285 INFO program: Default mount options: user_xattr acl >19:30:15,285 INFO program: Filesystem state: clean >19:30:15,285 INFO program: Errors behavior: Continue >19:30:15,285 INFO program: Filesystem OS type: Linux >19:30:15,285 INFO program: Inode count: 221184 >19:30:15,285 INFO program: Block count: 861710 >19:30:15,286 INFO program: Reserved block count: 8615 >19:30:15,286 INFO program: Free blocks: 4486 >19:30:15,286 INFO program: Free inodes: 112917 >19:30:15,286 INFO program: First block: 0 >19:30:15,286 INFO program: Block size: 4096 >19:30:15,286 INFO program: Fragment size: 4096 >19:30:15,286 INFO program: Reserved GDT blocks: 255 >19:30:15,286 INFO program: Blocks per group: 32768 >19:30:15,286 INFO program: Fragments per group: 32768 >19:30:15,286 INFO program: Inodes per group: 8192 >19:30:15,286 INFO program: Inode blocks per group: 512 >19:30:15,286 INFO program: Flex block group size: 16 >19:30:15,286 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >19:30:15,286 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >19:30:15,286 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >19:30:15,286 INFO program: Mount count: 0 >19:30:15,286 INFO program: Maximum mount count: -1 >19:30:15,287 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >19:30:15,287 INFO program: Check interval: 0 (<none>) >19:30:15,287 INFO program: Lifetime writes: 807 MB >19:30:15,287 INFO program: Reserved blocks uid: 0 (user root) >19:30:15,287 INFO program: Reserved blocks gid: 0 (group root) >19:30:15,287 INFO program: First inode: 11 >19:30:15,287 INFO program: Inode size: 256 >19:30:15,287 INFO program: Required extra isize: 28 >19:30:15,287 INFO program: Desired extra isize: 28 >19:30:15,287 INFO program: Journal inode: 8 >19:30:15,287 INFO program: Default directory hash: half_md4 >19:30:15,287 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >19:30:15,287 INFO program: Journal backup: inode blocks >19:30:15,287 INFO program: Journal features: journal_incompat_revoke >19:30:15,287 INFO program: Journal size: 128M >19:30:15,287 INFO program: Journal length: 32768 >19:30:15,287 INFO program: Journal sequence: 0x000016d0 >19:30:15,288 INFO program: Journal start: 0 >19:30:15,288 INFO program: >19:30:15,288 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:30:15,288 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >19:30:15,292 INFO program: Filesystem volume name: _Fedora-18-TC3-x >19:30:15,292 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >19:30:15,293 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >19:30:15,293 INFO program: Filesystem magic number: 0xEF53 >19:30:15,293 INFO program: Filesystem revision #: 1 (dynamic) >19:30:15,293 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 >19:30:15,293 INFO program: Filesystem flags: signed_directory_hash >19:30:15,293 INFO program: Default mount options: user_xattr acl >19:30:15,293 INFO program: Filesystem state: clean >19:30:15,293 INFO program: Errors behavior: Continue >19:30:15,293 INFO program: Filesystem OS type: Linux >19:30:15,293 INFO program: Inode count: 221184 >19:30:15,293 INFO program: Block count: 861710 >19:30:15,293 INFO program: Reserved block count: 8615 >19:30:15,293 INFO program: Free blocks: 4486 >19:30:15,293 INFO program: Free inodes: 112917 >19:30:15,293 INFO program: First block: 0 >19:30:15,293 INFO program: Block size: 4096 >19:30:15,294 INFO program: Fragment size: 4096 >19:30:15,294 INFO program: Reserved GDT blocks: 255 >19:30:15,294 INFO program: Blocks per group: 32768 >19:30:15,294 INFO program: Fragments per group: 32768 >19:30:15,294 INFO program: Inodes per group: 8192 >19:30:15,294 INFO program: Inode blocks per group: 512 >19:30:15,294 INFO program: Flex block group size: 16 >19:30:15,294 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >19:30:15,294 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >19:30:15,294 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >19:30:15,294 INFO program: Mount count: 0 >19:30:15,294 INFO program: Maximum mount count: -1 >19:30:15,294 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >19:30:15,294 INFO program: Check interval: 0 (<none>) >19:30:15,294 INFO program: Lifetime writes: 807 MB >19:30:15,295 INFO program: Reserved blocks uid: 0 (user root) >19:30:15,295 INFO program: Reserved blocks gid: 0 (group root) >19:30:15,295 INFO program: First inode: 11 >19:30:15,295 INFO program: Inode size: 256 >19:30:15,295 INFO program: Required extra isize: 28 >19:30:15,295 INFO program: Desired extra isize: 28 >19:30:15,295 INFO program: Journal inode: 8 >19:30:15,295 INFO program: Default directory hash: half_md4 >19:30:15,295 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >19:30:15,295 INFO program: Journal backup: inode blocks >19:30:15,295 INFO program: Journal features: journal_incompat_revoke >19:30:15,295 INFO program: Journal size: 128M >19:30:15,295 INFO program: Journal length: 32768 >19:30:15,295 INFO program: Journal sequence: 0x000016d0 >19:30:15,295 INFO program: Journal start: 0 >19:30:15,296 INFO program: >19:30:15,296 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:30:15,296 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >19:30:15,300 INFO program: Couldn't find valid filesystem superblock. >19:30:15,300 ERR program: resize2fs 1.42.5 (29-Jul-2012) >19:30:15,300 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >19:30:15,305 INFO program: Running... udevadm settle --timeout=300 >19:30:15,322 INFO program: Running... udevadm settle --timeout=300 >19:30:15,335 INFO program: Running... udevadm settle --timeout=300 >19:30:15,349 INFO program: Running... udevadm settle --timeout=300 >19:30:15,362 INFO program: Running... udevadm settle --timeout=300 >19:30:15,760 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >19:30:15,774 INFO program: Running... udevadm settle --timeout=300 >19:30:16,056 INFO program: Running... modprobe fcoe >19:30:16,087 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >19:30:16,098 INFO program: No FCoE boot disk information is found in EDD! >19:30:16,100 INFO program: Running... udevadm settle --timeout=300 >19:30:16,159 INFO program: Running... multipath -d >19:30:16,182 INFO program: Running... multipath -ll >19:30:16,508 INFO program: Running... udevadm control --property=ANACONDA=1 >19:30:16,508 INFO program: Running... systemctl start chronyd.service >19:30:16,537 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >19:30:16,567 INFO program: Running... udevadm settle --timeout=300 >19:30:17,129 INFO program: Running... udevadm settle --timeout=300 >19:30:17,153 INFO program: Running... udevadm settle --timeout=300 >19:30:17,213 INFO program: Running... multipath -d >19:30:17,226 INFO program: Running... multipath -ll >19:30:17,477 INFO program: Running... dumpe2fs -h /dev/loop3 >19:30:17,484 INFO program: Filesystem volume name: _Fedora-18-TC3-x >19:30:17,491 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >19:30:17,491 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >19:30:17,491 INFO program: Filesystem magic number: 0xEF53 >19:30:17,492 INFO program: Filesystem revision #: 1 (dynamic) >19:30:17,492 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 >19:30:17,492 INFO program: Filesystem flags: signed_directory_hash >19:30:17,492 INFO program: Default mount options: user_xattr acl >19:30:17,492 INFO program: Filesystem state: clean >19:30:17,492 INFO program: Errors behavior: Continue >19:30:17,492 INFO program: Filesystem OS type: Linux >19:30:17,493 INFO program: Inode count: 262144 >19:30:17,493 INFO program: Block count: 1048576 >19:30:17,493 INFO program: Reserved block count: 10484 >19:30:17,493 INFO program: Free blocks: 188525 >19:30:17,493 INFO program: Free inodes: 153877 >19:30:17,493 INFO program: First block: 0 >19:30:17,493 INFO program: Block size: 4096 >19:30:17,493 INFO program: Fragment size: 4096 >19:30:17,494 INFO program: Reserved GDT blocks: 255 >19:30:17,494 INFO program: Blocks per group: 32768 >19:30:17,494 INFO program: Fragments per group: 32768 >19:30:17,495 INFO program: Inodes per group: 8192 >19:30:17,495 INFO program: Inode blocks per group: 512 >19:30:17,496 INFO program: Flex block group size: 16 >19:30:17,500 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >19:30:17,500 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >19:30:17,500 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >19:30:17,500 INFO program: Mount count: 0 >19:30:17,500 INFO program: Maximum mount count: -1 >19:30:17,501 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >19:30:17,501 INFO program: Check interval: 0 (<none>) >19:30:17,501 INFO program: Lifetime writes: 805 MB >19:30:17,501 INFO program: Reserved blocks uid: 0 (user root) >19:30:17,501 INFO program: Reserved blocks gid: 0 (group root) >19:30:17,501 INFO program: First inode: 11 >19:30:17,501 INFO program: Inode size: 256 >19:30:17,501 INFO program: Required extra isize: 28 >19:30:17,501 INFO program: Desired extra isize: 28 >19:30:17,501 INFO program: Journal inode: 8 >19:30:17,502 INFO program: Default directory hash: half_md4 >19:30:17,502 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >19:30:17,502 INFO program: Journal backup: inode blocks >19:30:17,503 INFO program: Journal features: journal_incompat_revoke >19:30:17,503 INFO program: Journal size: 128M >19:30:17,503 INFO program: Journal length: 32768 >19:30:17,504 INFO program: Journal sequence: 0x000016d0 >19:30:17,504 INFO program: Journal start: 0 >19:30:17,504 INFO program: >19:30:17,505 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:30:17,507 INFO program: Running... dumpe2fs -h /dev/loop3 >19:30:17,517 INFO program: Filesystem volume name: _Fedora-18-TC3-x >19:30:17,518 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >19:30:17,518 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >19:30:17,519 INFO program: Filesystem magic number: 0xEF53 >19:30:17,519 INFO program: Filesystem revision #: 1 (dynamic) >19:30:17,519 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 >19:30:17,519 INFO program: Filesystem flags: signed_directory_hash >19:30:17,519 INFO program: Default mount options: user_xattr acl >19:30:17,519 INFO program: Filesystem state: clean >19:30:17,519 INFO program: Errors behavior: Continue >19:30:17,519 INFO program: Filesystem OS type: Linux >19:30:17,519 INFO program: Inode count: 262144 >19:30:17,520 INFO program: Block count: 1048576 >19:30:17,520 INFO program: Reserved block count: 10484 >19:30:17,520 INFO program: Free blocks: 188525 >19:30:17,520 INFO program: Free inodes: 153877 >19:30:17,520 INFO program: First block: 0 >19:30:17,520 INFO program: Block size: 4096 >19:30:17,520 INFO program: Fragment size: 4096 >19:30:17,521 INFO program: Reserved GDT blocks: 255 >19:30:17,521 INFO program: Blocks per group: 32768 >19:30:17,521 INFO program: Fragments per group: 32768 >19:30:17,522 INFO program: Inodes per group: 8192 >19:30:17,522 INFO program: Inode blocks per group: 512 >19:30:17,524 INFO program: Flex block group size: 16 >19:30:17,525 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >19:30:17,525 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >19:30:17,525 INFO program: Last write time: Mon Dec 17 12:00:03 2012 >19:30:17,525 INFO program: Mount count: 0 >19:30:17,525 INFO program: Maximum mount count: -1 >19:30:17,525 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >19:30:17,525 INFO program: Check interval: 0 (<none>) >19:30:17,525 INFO program: Lifetime writes: 805 MB >19:30:17,526 INFO program: Reserved blocks uid: 0 (user root) >19:30:17,526 INFO program: Reserved blocks gid: 0 (group root) >19:30:17,526 INFO program: First inode: 11 >19:30:17,527 INFO program: Inode size: 256 >19:30:17,527 INFO program: Required extra isize: 28 >19:30:17,527 INFO program: Desired extra isize: 28 >19:30:17,528 INFO program: Journal inode: 8 >19:30:17,528 INFO program: Default directory hash: half_md4 >19:30:17,528 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >19:30:17,532 INFO program: Journal backup: inode blocks >19:30:17,532 INFO program: Journal features: journal_incompat_revoke >19:30:17,532 INFO program: Journal size: 128M >19:30:17,533 INFO program: Journal length: 32768 >19:30:17,533 INFO program: Journal sequence: 0x000016d0 >19:30:17,533 INFO program: Journal start: 0 >19:30:17,533 INFO program: >19:30:17,533 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:30:17,533 INFO program: Running... resize2fs -P /dev/loop3 >19:30:17,539 INFO program: Couldn't find valid filesystem superblock. >19:30:17,540 ERR program: resize2fs 1.42.5 (29-Jul-2012) >19:30:17,540 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >19:30:17,578 INFO program: Running... udevadm settle --timeout=300 >19:30:17,636 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >19:30:17,643 INFO program: Filesystem volume name: _Fedora-18-TC3-x >19:30:17,644 INFO program: Last mounted on: /sysroot >19:30:17,644 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >19:30:17,644 INFO program: Filesystem magic number: 0xEF53 >19:30:17,651 INFO program: Filesystem revision #: 1 (dynamic) >19:30:17,651 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >19:30:17,651 INFO program: Filesystem flags: signed_directory_hash >19:30:17,651 INFO program: Default mount options: user_xattr acl >19:30:17,652 INFO program: Filesystem state: clean >19:30:17,652 INFO program: Errors behavior: Continue >19:30:17,652 INFO program: Filesystem OS type: Linux >19:30:17,652 INFO program: Inode count: 262144 >19:30:17,652 INFO program: Block count: 1048576 >19:30:17,652 INFO program: Reserved block count: 10484 >19:30:17,652 INFO program: Free blocks: 188525 >19:30:17,652 INFO program: Free inodes: 153877 >19:30:17,652 INFO program: First block: 0 >19:30:17,652 INFO program: Block size: 4096 >19:30:17,653 INFO program: Fragment size: 4096 >19:30:17,653 INFO program: Reserved GDT blocks: 255 >19:30:17,653 INFO program: Blocks per group: 32768 >19:30:17,653 INFO program: Fragments per group: 32768 >19:30:17,654 INFO program: Inodes per group: 8192 >19:30:17,654 INFO program: Inode blocks per group: 512 >19:30:17,654 INFO program: Flex block group size: 16 >19:30:17,655 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >19:30:17,655 INFO program: Last mount time: Mon Dec 17 19:27:58 2012 >19:30:17,656 INFO program: Last write time: Mon Dec 17 19:27:58 2012 >19:30:17,656 INFO program: Mount count: 1 >19:30:17,656 INFO program: Maximum mount count: -1 >19:30:17,657 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >19:30:17,658 INFO program: Check interval: 0 (<none>) >19:30:17,658 INFO program: Lifetime writes: 805 MB >19:30:17,659 INFO program: Reserved blocks uid: 0 (user root) >19:30:17,659 INFO program: Reserved blocks gid: 0 (group root) >19:30:17,660 INFO program: First inode: 11 >19:30:17,660 INFO program: Inode size: 256 >19:30:17,660 INFO program: Required extra isize: 28 >19:30:17,661 INFO program: Desired extra isize: 28 >19:30:17,661 INFO program: Journal inode: 8 >19:30:17,661 INFO program: First orphan inode: 38536 >19:30:17,662 INFO program: Default directory hash: half_md4 >19:30:17,662 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >19:30:17,666 INFO program: Journal backup: inode blocks >19:30:17,666 INFO program: Journal features: journal_incompat_revoke >19:30:17,666 INFO program: Journal size: 128M >19:30:17,667 INFO program: Journal length: 32768 >19:30:17,667 INFO program: Journal sequence: 0x000016d1 >19:30:17,667 INFO program: Journal start: 1 >19:30:17,667 INFO program: >19:30:17,667 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:30:17,668 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >19:30:17,676 INFO program: Filesystem volume name: _Fedora-18-TC3-x >19:30:17,677 INFO program: Last mounted on: /sysroot >19:30:17,677 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >19:30:17,677 INFO program: Filesystem magic number: 0xEF53 >19:30:17,677 INFO program: Filesystem revision #: 1 (dynamic) >19:30:17,678 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >19:30:17,678 INFO program: Filesystem flags: signed_directory_hash >19:30:17,678 INFO program: Default mount options: user_xattr acl >19:30:17,678 INFO program: Filesystem state: clean >19:30:17,678 INFO program: Errors behavior: Continue >19:30:17,678 INFO program: Filesystem OS type: Linux >19:30:17,678 INFO program: Inode count: 262144 >19:30:17,679 INFO program: Block count: 1048576 >19:30:17,679 INFO program: Reserved block count: 10484 >19:30:17,679 INFO program: Free blocks: 188525 >19:30:17,679 INFO program: Free inodes: 153877 >19:30:17,679 INFO program: First block: 0 >19:30:17,679 INFO program: Block size: 4096 >19:30:17,679 INFO program: Fragment size: 4096 >19:30:17,679 INFO program: Reserved GDT blocks: 255 >19:30:17,680 INFO program: Blocks per group: 32768 >19:30:17,680 INFO program: Fragments per group: 32768 >19:30:17,680 INFO program: Inodes per group: 8192 >19:30:17,680 INFO program: Inode blocks per group: 512 >19:30:17,681 INFO program: Flex block group size: 16 >19:30:17,681 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >19:30:17,681 INFO program: Last mount time: Mon Dec 17 19:27:58 2012 >19:30:17,682 INFO program: Last write time: Mon Dec 17 19:27:58 2012 >19:30:17,682 INFO program: Mount count: 1 >19:30:17,682 INFO program: Maximum mount count: -1 >19:30:17,683 INFO program: Last checked: Mon Dec 17 12:00:03 2012 >19:30:17,683 INFO program: Check interval: 0 (<none>) >19:30:17,684 INFO program: Lifetime writes: 805 MB >19:30:17,684 INFO program: Reserved blocks uid: 0 (user root) >19:30:17,684 INFO program: Reserved blocks gid: 0 (group root) >19:30:17,685 INFO program: First inode: 11 >19:30:17,685 INFO program: Inode size: 256 >19:30:17,685 INFO program: Required extra isize: 28 >19:30:17,686 INFO program: Desired extra isize: 28 >19:30:17,686 INFO program: Journal inode: 8 >19:30:17,686 INFO program: First orphan inode: 38536 >19:30:17,687 INFO program: Default directory hash: half_md4 >19:30:17,687 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >19:30:17,688 INFO program: Journal backup: inode blocks >19:30:17,688 INFO program: Journal features: journal_incompat_revoke >19:30:17,688 INFO program: Journal size: 128M >19:30:17,693 INFO program: Journal length: 32768 >19:30:17,693 INFO program: Journal sequence: 0x000016d1 >19:30:17,693 INFO program: Journal start: 1 >19:30:17,693 INFO program: >19:30:17,693 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:30:17,695 INFO program: Running... resize2fs -P /dev/mapper/live-rw >19:30:17,701 INFO program: Estimated minimum size of the filesystem: 861710 >19:30:17,701 ERR program: resize2fs 1.42.5 (29-Jul-2012) >19:30:17,743 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >19:30:17,753 INFO program: Filesystem volume name: _Fedora-18-TC3-x >19:30:17,754 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >19:30:17,754 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >19:30:17,754 INFO program: Filesystem magic number: 0xEF53 >19:30:17,755 INFO program: Filesystem revision #: 1 (dynamic) >19:30:17,755 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 >19:30:17,755 INFO program: Filesystem flags: signed_directory_hash >19:30:17,756 INFO program: Default mount options: user_xattr acl >19:30:17,756 INFO program: Filesystem state: clean >19:30:17,756 INFO program: Errors behavior: Continue >19:30:17,756 INFO program: Filesystem OS type: Linux >19:30:17,756 INFO program: Inode count: 221184 >19:30:17,757 INFO program: Block count: 861710 >19:30:17,757 INFO program: Reserved block count: 8615 >19:30:17,757 INFO program: Free blocks: 4486 >19:30:17,758 INFO program: Free inodes: 112917 >19:30:17,758 INFO program: First block: 0 >19:30:17,758 INFO program: Block size: 4096 >19:30:17,759 INFO program: Fragment size: 4096 >19:30:17,759 INFO program: Reserved GDT blocks: 255 >19:30:17,760 INFO program: Blocks per group: 32768 >19:30:17,763 INFO program: Fragments per group: 32768 >19:30:17,763 INFO program: Inodes per group: 8192 >19:30:17,763 INFO program: Inode blocks per group: 512 >19:30:17,764 INFO program: Flex block group size: 16 >19:30:17,764 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >19:30:17,764 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >19:30:17,764 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >19:30:17,764 INFO program: Mount count: 0 >19:30:17,765 INFO program: Maximum mount count: -1 >19:30:17,765 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >19:30:17,765 INFO program: Check interval: 0 (<none>) >19:30:17,765 INFO program: Lifetime writes: 807 MB >19:30:17,765 INFO program: Reserved blocks uid: 0 (user root) >19:30:17,765 INFO program: Reserved blocks gid: 0 (group root) >19:30:17,765 INFO program: First inode: 11 >19:30:17,765 INFO program: Inode size: 256 >19:30:17,765 INFO program: Required extra isize: 28 >19:30:17,765 INFO program: Desired extra isize: 28 >19:30:17,765 INFO program: Journal inode: 8 >19:30:17,766 INFO program: Default directory hash: half_md4 >19:30:17,766 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >19:30:17,766 INFO program: Journal backup: inode blocks >19:30:17,766 INFO program: Journal features: journal_incompat_revoke >19:30:17,766 INFO program: Journal size: 128M >19:30:17,766 INFO program: Journal length: 32768 >19:30:17,766 INFO program: Journal sequence: 0x000016d0 >19:30:17,766 INFO program: Journal start: 0 >19:30:17,766 INFO program: >19:30:17,768 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:30:17,779 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >19:30:17,790 INFO program: Filesystem volume name: _Fedora-18-TC3-x >19:30:17,791 INFO program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >19:30:17,791 INFO program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >19:30:17,791 INFO program: Filesystem magic number: 0xEF53 >19:30:17,791 INFO program: Filesystem revision #: 1 (dynamic) >19:30:17,791 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 >19:30:17,791 INFO program: Filesystem flags: signed_directory_hash >19:30:17,792 INFO program: Default mount options: user_xattr acl >19:30:17,792 INFO program: Filesystem state: clean >19:30:17,792 INFO program: Errors behavior: Continue >19:30:17,792 INFO program: Filesystem OS type: Linux >19:30:17,792 INFO program: Inode count: 221184 >19:30:17,792 INFO program: Block count: 861710 >19:30:17,792 INFO program: Reserved block count: 8615 >19:30:17,792 INFO program: Free blocks: 4486 >19:30:17,792 INFO program: Free inodes: 112917 >19:30:17,793 INFO program: First block: 0 >19:30:17,793 INFO program: Block size: 4096 >19:30:17,793 INFO program: Fragment size: 4096 >19:30:17,793 INFO program: Reserved GDT blocks: 255 >19:30:17,793 INFO program: Blocks per group: 32768 >19:30:17,793 INFO program: Fragments per group: 32768 >19:30:17,793 INFO program: Inodes per group: 8192 >19:30:17,801 INFO program: Inode blocks per group: 512 >19:30:17,811 INFO program: Flex block group size: 16 >19:30:17,812 INFO program: Filesystem created: Mon Dec 17 11:39:26 2012 >19:30:17,813 INFO program: Last mount time: Mon Dec 17 11:39:31 2012 >19:30:17,813 INFO program: Last write time: Mon Dec 17 12:00:06 2012 >19:30:17,813 INFO program: Mount count: 0 >19:30:17,813 INFO program: Maximum mount count: -1 >19:30:17,813 INFO program: Last checked: Mon Dec 17 12:00:06 2012 >19:30:17,813 INFO program: Check interval: 0 (<none>) >19:30:17,813 INFO program: Lifetime writes: 807 MB >19:30:17,813 INFO program: Reserved blocks uid: 0 (user root) >19:30:17,813 INFO program: Reserved blocks gid: 0 (group root) >19:30:17,814 INFO program: First inode: 11 >19:30:17,814 INFO program: Inode size: 256 >19:30:17,814 INFO program: Required extra isize: 28 >19:30:17,814 INFO program: Desired extra isize: 28 >19:30:17,814 INFO program: Journal inode: 8 >19:30:17,814 INFO program: Default directory hash: half_md4 >19:30:17,814 INFO program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >19:30:17,814 INFO program: Journal backup: inode blocks >19:30:17,814 INFO program: Journal features: journal_incompat_revoke >19:30:17,814 INFO program: Journal size: 128M >19:30:17,814 INFO program: Journal length: 32768 >19:30:17,815 INFO program: Journal sequence: 0x000016d0 >19:30:17,815 INFO program: Journal start: 0 >19:30:17,815 INFO program: >19:30:17,815 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >19:30:17,816 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >19:30:17,822 INFO program: Couldn't find valid filesystem superblock. >19:30:17,822 ERR program: resize2fs 1.42.5 (29-Jul-2012) >19:30:17,822 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >19:30:17,828 INFO program: Running... udevadm settle --timeout=300 >19:30:17,874 INFO program: Running... udevadm settle --timeout=300 >19:30:17,899 INFO program: Running... udevadm settle --timeout=300 >00:30:19,303 INFO program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >19:30:27,809 INFO program: Running... modprobe btrfs >19:30:27,880 INFO program: Running... modprobe xfs >19:30:37,112 INFO program: Running... udevadm settle --timeout=300 > > >/tmp/storage.log: >19:30:14,671 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >19:30:14,682 DEBUG storage: registered device format class Ext2FS as ext2 >19:30:14,682 DEBUG storage: registered device format class Ext3FS as ext3 >19:30:14,682 DEBUG storage: registered device format class Ext4FS as ext4 >19:30:14,682 DEBUG storage: registered device format class FATFS as vfat >19:30:14,682 DEBUG storage: registered device format class EFIFS as efi >19:30:14,682 DEBUG storage: registered device format class BTRFS as btrfs >19:30:14,682 DEBUG storage: registered device format class GFS2 as gfs2 >19:30:14,683 DEBUG storage: registered device format class JFS as jfs >19:30:14,683 DEBUG storage: registered device format class ReiserFS as reiserfs >19:30:14,683 DEBUG storage: registered device format class XFS as xfs >19:30:14,683 DEBUG storage: registered device format class HFS as hfs >19:30:14,683 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >19:30:14,683 DEBUG storage: registered device format class HFSPlus as hfs+ >19:30:14,683 DEBUG storage: registered device format class NTFS as ntfs >19:30:14,683 DEBUG storage: registered device format class NFS as nfs >19:30:14,683 DEBUG storage: registered device format class NFSv4 as nfs4 >19:30:14,683 DEBUG storage: registered device format class Iso9660FS as iso9660 >19:30:14,684 DEBUG storage: registered device format class NoDevFS as nodev >19:30:14,684 DEBUG storage: registered device format class DevPtsFS as devpts >19:30:14,684 DEBUG storage: registered device format class ProcFS as proc >19:30:14,684 DEBUG storage: registered device format class SysFS as sysfs >19:30:14,684 DEBUG storage: registered device format class TmpFS as tmpfs >19:30:14,684 DEBUG storage: registered device format class BindFS as bind >19:30:14,684 DEBUG storage: registered device format class SELinuxFS as selinuxfs >19:30:14,684 DEBUG storage: registered device format class USBFS as usbfs >19:30:14,685 DEBUG storage: registered device format class BIOSBoot as biosboot >19:30:14,685 DEBUG storage: registered device format class DiskLabel as disklabel >19:30:14,686 DEBUG storage: registered device format class DMRaidMember as dmraidmember >19:30:14,686 DEBUG storage: registered device format class MDRaidMember as mdmember >19:30:14,687 DEBUG storage: registered device format class PPCPRePBoot as prepboot >19:30:14,687 DEBUG storage: registered device format class MultipathMember as multipath_member >19:30:14,688 DEBUG storage: registered device format class LUKS as luks >19:30:14,688 DEBUG storage: registered device format class SwapSpace as swap >19:30:15,027 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >19:30:15,028 INFO storage: not going to create backup copy of non-existent /etc/multipath.conf >19:30:15,028 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >19:30:15,028 INFO storage: sr0 looks to be the live device; marking as protected >19:30:15,028 INFO storage: Skipping multipath detection due to running as non-root. >19:30:15,043 INFO storage: devices to scan: ['sr0', 'sda', 'sdb', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >19:30:15,064 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-VBOX_CD-ROM_VB0-01f003f6 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata3/host2/target2:0:0/2:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_CD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FS_LABEL': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-00', > 'ID_MODEL': 'VBOX_CD-ROM', > 'ID_MODEL_ENC': 'VBOX\\x20CD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_CD-ROM_VB0-01f003f6', > 'ID_SERIAL_SHORT': 'VB0-01f003f6', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '90681', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-VBOX_CD-ROM_VB0-01f003f6', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata3/host2/target2:0:0/2:0:0:0/block/sr0'} ; name: sr0 ; >19:30:15,064 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata3/host2/target2:0:0/2:0:0:0/block/sr0)... >19:30:15,065 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >19:30:15,066 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,066 INFO storage: sr0 is a cdrom >19:30:15,066 DEBUG storage: DeviceTree.addUdevOpticalDevice: >19:30:15,066 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,073 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >19:30:15,073 INFO storage: added cdrom sr0 (id 0) to device tree >19:30:15,074 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:30:15,077 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >19:30:15,078 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >19:30:15,078 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >19:30:15,083 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >19:30:15,096 WARN storage: disklabel detected but not usable on sr0 >19:30:15,096 INFO storage: type detected on 'sr0' is 'iso9660' >19:30:15,097 DEBUG storage: Iso9660FS.supported: supported: True ; >19:30:15,097 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >19:30:15,097 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >19:30:15,098 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:30:15,100 DEBUG storage: looking up parted Device: /dev/sr0 >19:30:15,102 INFO storage: got device: OpticalDevice instance (0x1f77a90) -- > name = sr0 status = True kids = 0 id = 0 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata3/host2/target2:0:0/2:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: VBOX CD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x1eed5f0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >19:30:15,102 DEBUG storage: Iso9660FS.supported: supported: True ; >19:30:15,102 INFO storage: got format: Iso9660FS instance (0x1fddc10) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >19:30:15,104 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-VBOX_HARDDISK_VB64495f1e-2cdd6bd2', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'VBOX_HARDDISK', > 'ID_MODEL_ENC': 'VBOX\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_HARDDISK_VB64495f1e-2cdd6bd2', > 'ID_SERIAL_SHORT': 'VB64495f1e-2cdd6bd2', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '9953', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-VBOX_HARDDISK_VB64495f1e-2cdd6bd2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >19:30:15,104 INFO storage: scanning sda (/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >19:30:15,105 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:30:15,105 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,106 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >19:30:15,107 INFO storage: sda is a disk >19:30:15,107 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,108 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >19:30:15,108 INFO storage: added disk sda (id 1) to device tree >19:30:15,108 DEBUG storage: looking up parted Device: /dev/sda >19:30:15,111 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >19:30:15,111 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: None ; >19:30:15,112 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,112 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >19:30:15,115 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >19:30:15,118 INFO storage: no usable disklabel on sda >19:30:15,119 DEBUG storage: no type or existing type for sda, bailing >19:30:15,121 INFO storage: got device: DiskDevice instance (0x1fc8ed0) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x1eed710> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x200b9d0> >19:30:15,126 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-VBOX_HARDDISK_VBe4728239-70d4a96c', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'VBOX_HARDDISK', > 'ID_MODEL_ENC': 'VBOX\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_HARDDISK_VBe4728239-70d4a96c', > 'ID_SERIAL_SHORT': 'VBe4728239-70d4a96c', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14313', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-VBOX_HARDDISK_VBe4728239-70d4a96c'], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >19:30:15,127 INFO storage: scanning sdb (/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >19:30:15,127 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >19:30:15,128 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,128 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdb ; >19:30:15,129 INFO storage: sdb is a disk >19:30:15,129 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,130 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: None ; >19:30:15,130 INFO storage: added disk sdb (id 2) to device tree >19:30:15,130 DEBUG storage: looking up parted Device: /dev/sdb >19:30:15,131 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb ; >19:30:15,132 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: None ; >19:30:15,132 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,133 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >19:30:15,135 DEBUG storage: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >19:30:15,137 INFO storage: no usable disklabel on sdb >19:30:15,139 DEBUG storage: no type or existing type for sdb, bailing >19:30:15,140 INFO storage: got device: DiskDevice instance (0x200bc90) -- > name = sdb status = True kids = 0 id = 2 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x1eed830> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x200bd10> >19:30:15,143 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': '43427', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >19:30:15,144 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >19:30:15,146 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >19:30:15,146 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,146 INFO storage: loop0 is a loop device >19:30:15,147 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >19:30:15,147 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >19:30:15,148 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,148 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,148 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >19:30:15,149 INFO storage: added file /osmin.img (deleted) (id 3) to device tree >19:30:15,149 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >19:30:15,149 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,150 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >19:30:15,150 INFO storage: added loop loop0 (id 4) to device tree >19:30:15,151 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >19:30:15,152 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >19:30:15,152 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >19:30:15,152 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >19:30:15,153 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >19:30:15,154 WARN storage: disklabel detected but not usable on loop0 >19:30:15,154 INFO storage: type detected on 'loop0' is 'squashfs' >19:30:15,154 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >19:30:15,155 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >19:30:15,155 INFO storage: got device: LoopDevice instance (0x2011190) -- > name = loop0 status = False kids = 0 id = 4 > parents = ['existing 0MB file /osmin.img (deleted) (3)'] > 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 >19:30:15,156 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '44672', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >19:30:15,156 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >19:30:15,157 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >19:30:15,157 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,157 INFO storage: loop1 is a loop device >19:30:15,157 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >19:30:15,158 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >19:30:15,158 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,159 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,159 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >19:30:15,159 INFO storage: added file /osmin (id 5) to device tree >19:30:15,160 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >19:30:15,160 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,160 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >19:30:15,160 INFO storage: added loop loop1 (id 6) to device tree >19:30:15,161 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >19:30:15,161 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >19:30:15,162 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >19:30:15,162 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >19:30:15,163 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >19:30:15,164 WARN storage: disklabel detected but not usable on loop1 >19:30:15,165 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >19:30:15,165 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >19:30:15,165 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >19:30:15,166 INFO storage: got device: LoopDevice instance (0x2011250) -- > name = loop1 status = False kids = 0 id = 6 > parents = ['existing 0MB file /osmin (5)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >19:30:15,167 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '45717', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >19:30:15,167 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >19:30:15,167 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >19:30:15,168 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,168 INFO storage: loop2 is a loop device >19:30:15,168 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >19:30:15,169 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >19:30:15,170 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,170 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,170 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >19:30:15,170 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 7) to device tree >19:30:15,171 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >19:30:15,171 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,172 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >19:30:15,172 INFO storage: added loop loop2 (id 8) to device tree >19:30:15,173 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >19:30:15,173 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >19:30:15,173 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >19:30:15,174 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >19:30:15,174 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >19:30:15,175 WARN storage: disklabel detected but not usable on loop2 >19:30:15,175 INFO storage: type detected on 'loop2' is 'squashfs' >19:30:15,175 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >19:30:15,176 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >19:30:15,176 INFO storage: got device: LoopDevice instance (0x200bf10) -- > name = loop2 status = False kids = 0 id = 8 > parents = ['existing 0MB file /run/initramfs/live/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/loop2 > format args = [] originalFormat = None >19:30:15,178 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '47261', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >19:30:15,178 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >19:30:15,178 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >19:30:15,179 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,179 INFO storage: loop3 is a loop device >19:30:15,179 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >19:30:15,180 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >19:30:15,180 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,180 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,181 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >19:30:15,181 INFO storage: added file /LiveOS/ext3fs.img (id 9) to device tree >19:30:15,182 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >19:30:15,182 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,183 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >19:30:15,183 INFO storage: added loop loop3 (id 10) to device tree >19:30:15,183 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >19:30:15,184 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >19:30:15,184 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:15,185 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:15,185 DEBUG storage: device loop3 does not contain a disklabel >19:30:15,185 INFO storage: type detected on 'loop3' is 'ext4' >19:30:15,213 DEBUG storage: using current size 0 as min size >19:30:15,214 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:15,214 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:15,215 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >19:30:15,216 INFO storage: got device: LoopDevice instance (0x1fc8f50) -- > name = loop3 status = False kids = 0 id = 10 > parents = ['existing 0MB file /LiveOS/ext3fs.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/loop3 > format args = [] originalFormat = None >19:30:15,217 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:15,217 INFO storage: got format: Ext4FS instance (0x2011650) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >19:30:15,218 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': '49754', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >19:30:15,218 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >19:30:15,219 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >19:30:15,219 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,219 INFO storage: loop4 is a loop device >19:30:15,220 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >19:30:15,220 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >19:30:15,221 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,221 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,221 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >19:30:15,222 INFO storage: added file /overlay (deleted) (id 11) to device tree >19:30:15,222 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >19:30:15,222 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,223 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >19:30:15,223 INFO storage: added loop loop4 (id 12) to device tree >19:30:15,223 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >19:30:15,224 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >19:30:15,224 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,225 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >19:30:15,226 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >19:30:15,227 WARN storage: disklabel detected but not usable on loop4 >19:30:15,227 DEBUG storage: no type or existing type for loop4, bailing >19:30:15,227 INFO storage: got device: LoopDevice instance (0x2011710) -- > name = loop4 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/loop4 > format args = [] originalFormat = None >19:30:15,229 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': '50460', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >19:30:15,229 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >19:30:15,229 DEBUG storage: lvm filter: adding loop5 to the reject list >19:30:15,230 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '50944', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >19:30:15,230 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >19:30:15,230 DEBUG storage: lvm filter: adding loop6 to the reject list >19:30:15,230 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': '51062', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >19:30:15,231 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >19:30:15,231 DEBUG storage: lvm filter: adding loop7 to the reject list >19:30:15,232 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '79406', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >19:30:15,232 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >19:30:15,233 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >19:30:15,233 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,233 INFO storage: live-rw is a device-mapper device >19:30:15,234 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >19:30:15,236 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >19:30:15,237 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (10) with existing ext4 filesystem >19:30:15,237 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >19:30:15,238 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (12) >19:30:15,239 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >19:30:15,239 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,240 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >19:30:15,240 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,241 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >19:30:15,241 INFO storage: added dm live-rw (id 13) to device tree >19:30:15,241 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >19:30:15,242 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >19:30:15,242 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:15,242 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:15,242 DEBUG storage: device live-rw does not contain a disklabel >19:30:15,243 INFO storage: type detected on 'live-rw' is 'ext4' >19:30:15,262 DEBUG storage: padding min size from 3367 up to 3703 >19:30:15,262 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:15,262 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:15,263 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >19:30:15,264 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >19:30:15,266 INFO storage: got device: DMDevice instance (0x1fc8f10) -- > name = live-rw status = True kids = 0 id = 13 > parents = ['existing 0MB loop loop4 (12)'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x1eeda70> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >19:30:15,267 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:15,267 INFO storage: got format: Ext4FS instance (0x200bd90) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >19:30:15,269 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '96200', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >19:30:15,269 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >19:30:15,269 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >19:30:15,270 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,270 INFO storage: live-osimg-min is a device-mapper device >19:30:15,270 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >19:30:15,271 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >19:30:15,271 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >19:30:15,272 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (6) >19:30:15,273 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >19:30:15,274 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (10) with existing ext4 filesystem >19:30:15,275 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >19:30:15,276 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:15,276 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >19:30:15,277 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:15,277 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >19:30:15,277 INFO storage: added dm live-osimg-min (id 14) to device tree >19:30:15,278 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >19:30:15,278 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >19:30:15,279 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:15,279 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:15,279 DEBUG storage: device live-osimg-min does not contain a disklabel >19:30:15,279 INFO storage: type detected on 'live-osimg-min' is 'ext4' >19:30:15,300 DEBUG storage: using current size 0 as min size >19:30:15,301 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:15,302 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:15,302 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >19:30:15,303 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >19:30:15,304 INFO storage: got device: DMDevice instance (0x200bc50) -- > name = live-osimg-min status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop3 (10) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x1eed950> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >19:30:15,304 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:15,305 INFO storage: got format: Ext4FS instance (0x2011390) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >19:30:15,320 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:30:15,321 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >19:30:15,322 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >19:30:15,333 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >19:30:15,334 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >19:30:15,335 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >19:30:15,346 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >19:30:15,346 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >19:30:15,348 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >19:30:15,348 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >19:30:15,348 INFO storage: not going to restore from backup of non-existent /etc/multipath.conf >19:30:15,348 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:30:15,349 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >19:30:15,349 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >19:30:15,360 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >19:30:15,361 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >19:30:15,362 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >19:30:15,372 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >19:30:15,372 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >19:30:15,374 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >19:30:15,524 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >19:30:15,531 DEBUG storage: registered device format class Ext2FS as ext2 >19:30:15,531 DEBUG storage: registered device format class Ext3FS as ext3 >19:30:15,531 DEBUG storage: registered device format class Ext4FS as ext4 >19:30:15,532 DEBUG storage: registered device format class FATFS as vfat >19:30:15,532 DEBUG storage: registered device format class EFIFS as efi >19:30:15,532 DEBUG storage: registered device format class BTRFS as btrfs >19:30:15,532 DEBUG storage: registered device format class GFS2 as gfs2 >19:30:15,532 DEBUG storage: registered device format class JFS as jfs >19:30:15,533 DEBUG storage: registered device format class ReiserFS as reiserfs >19:30:15,533 DEBUG storage: registered device format class XFS as xfs >19:30:15,533 DEBUG storage: registered device format class HFS as hfs >19:30:15,533 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >19:30:15,533 DEBUG storage: registered device format class HFSPlus as hfs+ >19:30:15,533 DEBUG storage: registered device format class NTFS as ntfs >19:30:15,533 DEBUG storage: registered device format class NFS as nfs >19:30:15,534 DEBUG storage: registered device format class NFSv4 as nfs4 >19:30:15,534 DEBUG storage: registered device format class Iso9660FS as iso9660 >19:30:15,534 DEBUG storage: registered device format class NoDevFS as nodev >19:30:15,534 DEBUG storage: registered device format class DevPtsFS as devpts >19:30:15,534 DEBUG storage: registered device format class ProcFS as proc >19:30:15,534 DEBUG storage: registered device format class SysFS as sysfs >19:30:15,535 DEBUG storage: registered device format class TmpFS as tmpfs >19:30:15,535 DEBUG storage: registered device format class BindFS as bind >19:30:15,535 DEBUG storage: registered device format class SELinuxFS as selinuxfs >19:30:15,536 DEBUG storage: registered device format class USBFS as usbfs >19:30:15,536 DEBUG storage: registered device format class BIOSBoot as biosboot >19:30:15,537 DEBUG storage: registered device format class DiskLabel as disklabel >19:30:15,537 DEBUG storage: registered device format class DMRaidMember as dmraidmember >19:30:15,538 DEBUG storage: registered device format class MDRaidMember as mdmember >19:30:15,538 DEBUG storage: registered device format class PPCPRePBoot as prepboot >19:30:15,538 DEBUG storage: registered device format class MultipathMember as multipath_member >19:30:15,538 DEBUG storage: registered device format class LUKS as luks >19:30:15,539 DEBUG storage: registered device format class SwapSpace as swap >19:30:16,149 DEBUG storage: MultipathTopology._build_topology: >19:30:16,149 DEBUG storage: /etc/multipath.conf contents: >19:30:16,149 DEBUG storage: # multipath.conf written by anaconda >19:30:16,150 DEBUG storage: >19:30:16,150 DEBUG storage: defaults { >19:30:16,150 DEBUG storage: user_friendly_names yes >19:30:16,150 DEBUG storage: } >19:30:16,150 DEBUG storage: blacklist { >19:30:16,150 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >19:30:16,150 DEBUG storage: devnode "^hd[a-z]" >19:30:16,150 DEBUG storage: devnode "^dcssblk[0-9]*" >19:30:16,150 DEBUG storage: device { >19:30:16,150 DEBUG storage: vendor "DGC" >19:30:16,150 DEBUG storage: product "LUNZ" >19:30:16,151 DEBUG storage: } >19:30:16,151 DEBUG storage: device { >19:30:16,151 DEBUG storage: vendor "IBM" >19:30:16,151 DEBUG storage: product "S/390.*" >19:30:16,151 DEBUG storage: } >19:30:16,152 DEBUG storage: # don't count normal SATA devices as multipaths >19:30:16,152 DEBUG storage: device { >19:30:16,153 DEBUG storage: vendor "ATA" >19:30:16,153 DEBUG storage: } >19:30:16,153 DEBUG storage: # don't count 3ware devices as multipaths >19:30:16,154 DEBUG storage: device { >19:30:16,154 DEBUG storage: vendor "3ware" >19:30:16,154 DEBUG storage: } >19:30:16,155 DEBUG storage: device { >19:30:16,155 DEBUG storage: vendor "AMCC" >19:30:16,155 DEBUG storage: } >19:30:16,156 DEBUG storage: # nor highpoint devices >19:30:16,156 DEBUG storage: device { >19:30:16,156 DEBUG storage: vendor "HPT" >19:30:16,157 DEBUG storage: } >19:30:16,157 DEBUG storage: } >19:30:16,157 DEBUG storage: multipaths { >19:30:16,158 DEBUG storage: } >19:30:16,158 DEBUG storage: (end of /etc/multipath.conf) >19:30:16,190 INFO storage: MultipathTopology: found non-disk device: sr0 >19:30:16,191 INFO storage: MultipathTopology: found singlepath device: sda >19:30:16,191 INFO storage: MultipathTopology: found singlepath device: sdb >19:30:16,191 INFO storage: MultipathTopology: found singlepath device: loop0 >19:30:16,191 INFO storage: MultipathTopology: found singlepath device: loop1 >19:30:16,191 INFO storage: MultipathTopology: found singlepath device: loop2 >19:30:16,192 INFO storage: MultipathTopology: found singlepath device: loop3 >19:30:16,192 INFO storage: MultipathTopology: found singlepath device: loop4 >19:30:16,192 INFO storage: MultipathTopology: found singlepath device: loop5 >19:30:16,192 INFO storage: MultipathTopology: found singlepath device: loop6 >19:30:16,192 INFO storage: MultipathTopology: found singlepath device: loop7 >19:30:16,192 INFO storage: MultipathTopology: found singlepath device: dm-0 >19:30:16,192 INFO storage: MultipathTopology: found singlepath device: dm-1 >19:30:17,127 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >19:30:17,129 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >19:30:17,152 DEBUG storage: protected device spec /dev/sr0 resolved to sr0 >19:30:17,152 INFO storage: sr0 looks to be the live device; marking as protected >19:30:17,192 DEBUG storage: MultipathTopology._build_topology: >19:30:17,193 DEBUG storage: /etc/multipath.conf contents: >19:30:17,194 DEBUG storage: # multipath.conf written by anaconda >19:30:17,194 DEBUG storage: >19:30:17,194 DEBUG storage: defaults { >19:30:17,194 DEBUG storage: user_friendly_names yes >19:30:17,195 DEBUG storage: } >19:30:17,195 DEBUG storage: blacklist { >19:30:17,195 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >19:30:17,195 DEBUG storage: devnode "^hd[a-z]" >19:30:17,195 DEBUG storage: devnode "^dcssblk[0-9]*" >19:30:17,195 DEBUG storage: device { >19:30:17,195 DEBUG storage: vendor "DGC" >19:30:17,195 DEBUG storage: product "LUNZ" >19:30:17,195 DEBUG storage: } >19:30:17,196 DEBUG storage: device { >19:30:17,196 DEBUG storage: vendor "IBM" >19:30:17,196 DEBUG storage: product "S/390.*" >19:30:17,196 DEBUG storage: } >19:30:17,200 DEBUG storage: # don't count normal SATA devices as multipaths >19:30:17,200 DEBUG storage: device { >19:30:17,200 DEBUG storage: vendor "ATA" >19:30:17,200 DEBUG storage: } >19:30:17,200 DEBUG storage: # don't count 3ware devices as multipaths >19:30:17,200 DEBUG storage: device { >19:30:17,200 DEBUG storage: vendor "3ware" >19:30:17,201 DEBUG storage: } >19:30:17,201 DEBUG storage: device { >19:30:17,202 DEBUG storage: vendor "AMCC" >19:30:17,202 DEBUG storage: } >19:30:17,202 DEBUG storage: # nor highpoint devices >19:30:17,212 DEBUG storage: device { >19:30:17,212 DEBUG storage: vendor "HPT" >19:30:17,212 DEBUG storage: } >19:30:17,212 DEBUG storage: } >19:30:17,212 DEBUG storage: multipaths { >19:30:17,212 DEBUG storage: } >19:30:17,212 DEBUG storage: (end of /etc/multipath.conf) >19:30:17,252 INFO storage: MultipathTopology: found non-disk device: sr0 >19:30:17,253 INFO storage: MultipathTopology: found singlepath device: sda >19:30:17,253 INFO storage: MultipathTopology: found singlepath device: sdb >19:30:17,253 INFO storage: MultipathTopology: found singlepath device: loop0 >19:30:17,253 INFO storage: MultipathTopology: found singlepath device: loop1 >19:30:17,253 INFO storage: MultipathTopology: found singlepath device: loop2 >19:30:17,254 INFO storage: MultipathTopology: found singlepath device: loop3 >19:30:17,254 INFO storage: MultipathTopology: found singlepath device: loop4 >19:30:17,254 INFO storage: MultipathTopology: found singlepath device: loop5 >19:30:17,255 INFO storage: MultipathTopology: found singlepath device: loop6 >19:30:17,255 INFO storage: MultipathTopology: found singlepath device: loop7 >19:30:17,255 INFO storage: MultipathTopology: found singlepath device: dm-0 >19:30:17,258 INFO storage: MultipathTopology: found singlepath device: dm-1 >19:30:17,260 INFO storage: devices to scan: ['sr0', 'sda', 'sdb', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >19:30:17,266 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-VBOX_CD-ROM_VB0-01f003f6 /dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-17-17-22-18-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata3/host2/target2:0:0/2:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_CD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FS_LABEL': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC3-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-17-17-22-18-00', > 'ID_FS_UUID_ENC': '2012-12-17-17-22-18-00', > 'ID_MODEL': 'VBOX_CD-ROM', > 'ID_MODEL_ENC': 'VBOX\\x20CD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_CD-ROM_VB0-01f003f6', > 'ID_SERIAL_SHORT': 'VB0-01f003f6', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '90681', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-VBOX_CD-ROM_VB0-01f003f6', > '/dev/disk/by-label/Fedora-18-TC3-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-17-17-22-18-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata3/host2/target2:0:0/2:0:0:0/block/sr0'} ; name: sr0 ; >19:30:17,267 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata3/host2/target2:0:0/2:0:0:0/block/sr0)... >19:30:17,267 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >19:30:17,268 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,270 INFO storage: sr0 is a cdrom >19:30:17,271 DEBUG storage: DeviceTree.addUdevOpticalDevice: >19:30:17,272 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,276 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >19:30:17,277 INFO storage: added cdrom sr0 (id 0) to device tree >19:30:17,278 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:30:17,282 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >19:30:17,287 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >19:30:17,289 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >19:30:17,290 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >19:30:17,304 WARN storage: disklabel detected but not usable on sr0 >19:30:17,306 INFO storage: type detected on 'sr0' is 'iso9660' >19:30:17,308 DEBUG storage: Iso9660FS.supported: supported: True ; >19:30:17,308 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >19:30:17,311 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >19:30:17,316 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:30:17,319 DEBUG storage: looking up parted Device: /dev/sr0 >19:30:17,322 INFO storage: got device: OpticalDevice instance (0x7f169408f510) -- > name = sr0 status = True kids = 0 id = 0 > parents = [] > uuid = None size = 916.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata3/host2/target2:0:0/2:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: VBOX CD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 468992 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: True > hardwareGeometry: (29, 255, 63) biosGeometry: (29, 255, 63) > PedDevice: <_ped.Device object at 0x7f169406d4d0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >19:30:17,324 DEBUG storage: Iso9660FS.supported: supported: True ; >19:30:17,325 INFO storage: got format: Iso9660FS instance (0x3c35350) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-17-17-22-18-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC3-x86_64-Live-Deskto size = 0 targetSize = 0 > >19:30:17,328 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-VBOX_HARDDISK_VB64495f1e-2cdd6bd2', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'VBOX_HARDDISK', > 'ID_MODEL_ENC': 'VBOX\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_HARDDISK_VB64495f1e-2cdd6bd2', > 'ID_SERIAL_SHORT': 'VB64495f1e-2cdd6bd2', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '9953', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-VBOX_HARDDISK_VB64495f1e-2cdd6bd2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >19:30:17,330 INFO storage: scanning sda (/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >19:30:17,331 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:30:17,331 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,333 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >19:30:17,334 INFO storage: sda is a disk >19:30:17,335 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,337 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >19:30:17,337 INFO storage: added disk sda (id 1) to device tree >19:30:17,338 DEBUG storage: looking up parted Device: /dev/sda >19:30:17,342 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >19:30:17,350 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: None ; >19:30:17,352 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,358 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >19:30:17,361 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >19:30:17,363 INFO storage: no usable disklabel on sda >19:30:17,364 DEBUG storage: no type or existing type for sda, bailing >19:30:17,364 INFO storage: got device: DiskDevice instance (0x3c537d0) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f169406d7a0> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x3c53890> >19:30:17,367 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-VBOX_HARDDISK_VBe4728239-70d4a96c', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'VBOX_HARDDISK', > 'ID_MODEL_ENC': 'VBOX\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '1.0', > 'ID_SERIAL': 'VBOX_HARDDISK_VBe4728239-70d4a96c', > 'ID_SERIAL_SHORT': 'VBe4728239-70d4a96c', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14313', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-VBOX_HARDDISK_VBe4728239-70d4a96c'], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >19:30:17,368 INFO storage: scanning sdb (/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >19:30:17,371 DEBUG storage: DeviceTree.getDeviceByName: name: sdb ; >19:30:17,372 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,373 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sdb ; >19:30:17,374 INFO storage: sdb is a disk >19:30:17,375 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,376 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: None ; >19:30:17,376 INFO storage: added disk sdb (id 2) to device tree >19:30:17,377 DEBUG storage: looking up parted Device: /dev/sdb >19:30:17,386 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sdb ; >19:30:17,387 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: None ; >19:30:17,387 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,388 DEBUG storage: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >19:30:17,389 DEBUG storage: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >19:30:17,390 INFO storage: no usable disklabel on sdb >19:30:17,391 DEBUG storage: no type or existing type for sdb, bailing >19:30:17,393 INFO storage: got device: DiskDevice instance (0x7f168c01d2d0) -- > name = sdb status = True kids = 0 id = 2 > parents = [] > uuid = None size = 8192.0 > format = existing None > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f169406d950> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f168c01d550> >19:30:17,394 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': '43427', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >19:30:17,394 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >19:30:17,395 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >19:30:17,396 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,396 INFO storage: loop0 is a loop device >19:30:17,397 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >19:30:17,398 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >19:30:17,398 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,399 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,400 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >19:30:17,400 INFO storage: added file /osmin.img (deleted) (id 3) to device tree >19:30:17,401 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >19:30:17,401 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,403 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >19:30:17,403 INFO storage: added loop loop0 (id 4) to device tree >19:30:17,404 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >19:30:17,405 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >19:30:17,406 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >19:30:17,407 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >19:30:17,409 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >19:30:17,409 WARN storage: disklabel detected but not usable on loop0 >19:30:17,410 INFO storage: type detected on 'loop0' is 'squashfs' >19:30:17,410 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >19:30:17,411 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >19:30:17,411 INFO storage: got device: LoopDevice instance (0x3c53f90) -- > name = loop0 status = False kids = 0 id = 4 > parents = ['existing 0MB file /osmin.img (deleted) (3)'] > 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 >19:30:17,412 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '44672', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >19:30:17,413 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >19:30:17,414 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >19:30:17,416 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,416 INFO storage: loop1 is a loop device >19:30:17,418 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >19:30:17,419 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >19:30:17,420 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,420 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,421 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >19:30:17,422 INFO storage: added file /osmin (id 5) to device tree >19:30:17,423 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >19:30:17,423 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,424 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >19:30:17,424 INFO storage: added loop loop1 (id 6) to device tree >19:30:17,425 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >19:30:17,427 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >19:30:17,427 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >19:30:17,428 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >19:30:17,429 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >19:30:17,430 WARN storage: disklabel detected but not usable on loop1 >19:30:17,430 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >19:30:17,430 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >19:30:17,432 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >19:30:17,433 INFO storage: got device: LoopDevice instance (0x7f168c01d450) -- > name = loop1 status = False kids = 0 id = 6 > parents = ['existing 0MB file /osmin (5)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >19:30:17,434 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '45717', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >19:30:17,434 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >19:30:17,435 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >19:30:17,435 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,436 INFO storage: loop2 is a loop device >19:30:17,437 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >19:30:17,437 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >19:30:17,438 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,439 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,440 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >19:30:17,440 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 7) to device tree >19:30:17,441 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >19:30:17,441 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,442 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >19:30:17,442 INFO storage: added loop loop2 (id 8) to device tree >19:30:17,448 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >19:30:17,449 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >19:30:17,449 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >19:30:17,450 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >19:30:17,451 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >19:30:17,452 WARN storage: disklabel detected but not usable on loop2 >19:30:17,453 INFO storage: type detected on 'loop2' is 'squashfs' >19:30:17,453 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >19:30:17,461 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >19:30:17,462 INFO storage: got device: LoopDevice instance (0x3c5cb90) -- > name = loop2 status = False kids = 0 id = 8 > parents = ['existing 0MB file /run/initramfs/live/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/loop2 > format args = [] originalFormat = None >19:30:17,464 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '47261', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >19:30:17,465 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >19:30:17,465 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >19:30:17,466 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,466 INFO storage: loop3 is a loop device >19:30:17,467 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >19:30:17,468 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >19:30:17,469 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,469 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,470 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >19:30:17,470 INFO storage: added file /LiveOS/ext3fs.img (id 9) to device tree >19:30:17,471 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >19:30:17,471 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,472 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >19:30:17,473 INFO storage: added loop loop3 (id 10) to device tree >19:30:17,474 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >19:30:17,475 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >19:30:17,476 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:17,476 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:17,477 DEBUG storage: device loop3 does not contain a disklabel >19:30:17,477 INFO storage: type detected on 'loop3' is 'ext4' >19:30:17,540 DEBUG storage: using current size 0 as min size >19:30:17,542 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:17,542 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:17,543 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >19:30:17,543 INFO storage: got device: LoopDevice instance (0x3c5cad0) -- > name = loop3 status = False kids = 0 id = 10 > parents = ['existing 0MB file /LiveOS/ext3fs.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/loop3 > format args = [] originalFormat = None >19:30:17,545 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:17,545 INFO storage: got format: Ext4FS instance (0x3c64150) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >19:30:17,548 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': '49754', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >19:30:17,549 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >19:30:17,550 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >19:30:17,551 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,552 INFO storage: loop4 is a loop device >19:30:17,553 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >19:30:17,554 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >19:30:17,555 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,555 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,556 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >19:30:17,556 INFO storage: added file /overlay (deleted) (id 11) to device tree >19:30:17,557 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >19:30:17,558 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,559 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >19:30:17,559 INFO storage: added loop loop4 (id 12) to device tree >19:30:17,560 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >19:30:17,560 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >19:30:17,561 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,562 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >19:30:17,563 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >19:30:17,565 WARN storage: disklabel detected but not usable on loop4 >19:30:17,565 DEBUG storage: no type or existing type for loop4, bailing >19:30:17,565 INFO storage: got device: LoopDevice instance (0x7f16941331d0) -- > name = loop4 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/loop4 > format args = [] originalFormat = None >19:30:17,567 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': '50460', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >19:30:17,567 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >19:30:17,567 DEBUG storage: lvm filter: adding loop5 to the reject list >19:30:17,568 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': '50944', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >19:30:17,568 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >19:30:17,568 DEBUG storage: lvm filter: adding loop6 to the reject list >19:30:17,570 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': '51062', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >19:30:17,570 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >19:30:17,570 DEBUG storage: lvm filter: adding loop7 to the reject list >19:30:17,570 DEBUG storage: Skipping a device mapper drive (dm-0) for now >19:30:17,570 DEBUG storage: Skipping a device mapper drive (dm-1) for now >19:30:17,606 INFO storage: devices to scan: ['dm-0', 'dm-1'] >19:30:17,614 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '79406', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >19:30:17,615 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >19:30:17,617 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >19:30:17,619 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,619 INFO storage: live-rw is a device-mapper device >19:30:17,620 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >19:30:17,621 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >19:30:17,622 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (10) with existing ext4 filesystem >19:30:17,623 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >19:30:17,624 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (12) >19:30:17,625 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >19:30:17,627 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,629 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >19:30:17,631 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,632 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >19:30:17,632 INFO storage: added dm live-rw (id 13) to device tree >19:30:17,633 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >19:30:17,633 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >19:30:17,634 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:17,635 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:17,635 DEBUG storage: device live-rw does not contain a disklabel >19:30:17,635 INFO storage: type detected on 'live-rw' is 'ext4' >19:30:17,702 DEBUG storage: padding min size from 3367 up to 3703 >19:30:17,704 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:17,705 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:17,707 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >19:30:17,709 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >19:30:17,711 INFO storage: got device: DMDevice instance (0x7f169413f390) -- > name = live-rw status = True kids = 0 id = 13 > parents = ['existing 0MB loop loop4 (12)'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: -29945 did: 3796 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x7f1694148200> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >19:30:17,713 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:17,717 INFO storage: got format: Ext4FS instance (0x7f169413f5d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 4096.0 targetSize = 4096.0 > >19:30:17,720 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC3-x /dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-18-TC3-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC3-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_UUID_ENC': 'a2233a64-02f0-44d8-985a-fe20ccacd703', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '96200', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC3-x', > '/dev/disk/by-uuid/a2233a64-02f0-44d8-985a-fe20ccacd703', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >19:30:17,721 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >19:30:17,721 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >19:30:17,723 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,724 INFO storage: live-osimg-min is a device-mapper device >19:30:17,727 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >19:30:17,728 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >19:30:17,729 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >19:30:17,731 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (6) >19:30:17,732 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >19:30:17,733 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (10) with existing ext4 filesystem >19:30:17,735 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >19:30:17,736 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:17,738 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >19:30:17,738 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:17,739 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >19:30:17,739 INFO storage: added dm live-osimg-min (id 14) to device tree >19:30:17,740 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >19:30:17,741 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >19:30:17,742 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:17,742 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:17,743 DEBUG storage: device live-osimg-min does not contain a disklabel >19:30:17,743 INFO storage: type detected on 'live-osimg-min' is 'ext4' >19:30:17,822 DEBUG storage: using current size 0 as min size >19:30:17,824 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:17,824 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:17,825 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >19:30:17,826 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >19:30:17,827 INFO storage: got device: DMDevice instance (0x7f1694149c10) -- > name = live-osimg-min status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop3 (10) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32534 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x7f1694148290> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >19:30:17,828 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:17,828 INFO storage: got format: Ext4FS instance (0x7f169414b050) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = a2233a64-02f0-44d8-985a-fe20ccacd703 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC3-x size = 3366.0 targetSize = 3366.0 > >19:30:17,865 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:30:17,870 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >19:30:17,873 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >19:30:17,890 DEBUG storage: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >19:30:17,893 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >19:30:17,899 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >19:30:17,914 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >19:30:17,917 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >19:30:17,919 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >19:30:17,919 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >19:30:17,921 INFO storage: edd: collected mbr signatures: {} >19:30:18,012 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:18,013 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:18,015 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:18,018 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:30:18,022 DEBUG storage: Iso9660FS.supported: supported: True ; >19:30:19,293 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/live-osimg-min ; >19:30:19,294 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4096MB dm live-osimg-min (14) with existing ext4 filesystem >19:30:27,783 DEBUG storage: Iso9660FS.supported: supported: True ; >19:30:27,784 DEBUG storage: Iso9660FS.supported: supported: True ; >19:30:27,785 DEBUG storage: NFSv4.supported: supported: False ; >19:30:27,786 DEBUG storage: NFSv4.supported: supported: False ; >19:30:27,787 DEBUG storage: SELinuxFS.supported: supported: False ; >19:30:27,788 DEBUG storage: SELinuxFS.supported: supported: False ; >19:30:27,789 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:27,790 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:27,791 DEBUG storage: Ext3FS.supported: supported: True ; >19:30:27,792 DEBUG storage: Ext3FS.supported: supported: True ; >19:30:27,793 DEBUG storage: Ext2FS.supported: supported: True ; >19:30:27,794 DEBUG storage: Ext2FS.supported: supported: True ; >19:30:27,795 DEBUG storage: SysFS.supported: supported: False ; >19:30:27,796 DEBUG storage: SysFS.supported: supported: False ; >19:30:27,797 DEBUG storage: MultipathMember.__init__: >19:30:27,798 DEBUG storage: MDRaidMember.__init__: >19:30:27,799 DEBUG storage: ProcFS.supported: supported: False ; >19:30:27,800 DEBUG storage: ProcFS.supported: supported: False ; >19:30:27,804 DEBUG storage: SwapSpace.__init__: >19:30:27,805 DEBUG storage: NoDevFS.supported: supported: False ; >19:30:27,806 DEBUG storage: NoDevFS.supported: supported: False ; >19:30:27,807 DEBUG storage: DevPtsFS.supported: supported: False ; >19:30:27,808 DEBUG storage: DevPtsFS.supported: supported: False ; >19:30:27,808 DEBUG storage: BTRFS.supported: supported: True ; >19:30:27,875 DEBUG storage: USBFS.supported: supported: False ; >19:30:27,876 DEBUG storage: USBFS.supported: supported: False ; >19:30:27,877 DEBUG storage: DiskLabel.__init__: >19:30:27,877 INFO storage: DiskLabel.partedDevice returning None >19:30:27,878 DEBUG storage: HFSPlus.supported: supported: False ; >19:30:27,879 DEBUG storage: HFSPlus.supported: supported: False ; >19:30:27,880 DEBUG storage: XFS.supported: supported: True ; >19:30:27,937 DEBUG storage: XFS.supported: supported: True ; >19:30:27,939 DEBUG storage: TmpFS.supported: supported: False ; >19:30:27,940 DEBUG storage: TmpFS.supported: supported: False ; >19:30:27,941 DEBUG storage: LUKS.__init__: >19:30:27,942 DEBUG storage: NTFS.supported: supported: False ; >19:30:27,943 DEBUG storage: NTFS.supported: supported: False ; >19:30:27,944 DEBUG storage: BindFS.supported: supported: False ; >19:30:27,944 DEBUG storage: BindFS.supported: supported: False ; >19:30:27,945 DEBUG storage: HFS.supported: supported: False ; >19:30:27,946 DEBUG storage: HFS.supported: supported: False ; >19:30:27,947 DEBUG storage: LVMPhysicalVolume.__init__: >19:30:27,948 DEBUG storage: NFS.supported: supported: False ; >19:30:27,949 DEBUG storage: NFS.supported: supported: False ; >19:30:27,950 DEBUG storage: FATFS.supported: supported: True ; >19:30:27,951 DEBUG storage: FATFS.supported: supported: True ; >19:30:27,952 DEBUG storage: DMRaidMember.__init__: >19:30:37,093 DEBUG storage: clearpart: initializing sda >19:30:37,095 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >19:30:37,096 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:37,097 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >19:30:37,097 INFO storage: registered action: [0] Destroy Format None on disk sda (id 1) >19:30:37,098 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; >19:30:37,099 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/sda ; labelType: msdos ; >19:30:37,100 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x66b3c50> > PedDisk: <_ped.Disk object at 0x6694c68> >19:30:37,100 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >19:30:37,101 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >19:30:37,102 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >19:30:37,103 INFO storage: registered action: [1] Create Format msdos disklabel on disk sda (id 1) >19:30:37,103 DEBUG storage: clearpart: initializing sdb >19:30:37,104 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >19:30:37,104 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:37,105 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: None ; >19:30:37,105 INFO storage: registered action: [2] Destroy Format None on disk sdb (id 2) >19:30:37,107 DEBUG storage: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; >19:30:37,108 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/sdb ; labelType: msdos ; >19:30:37,108 DEBUG storage: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x66bc390> > PedDisk: <_ped.Disk object at 0x668b4d0> >19:30:37,108 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >19:30:37,109 DEBUG storage: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >19:30:37,111 DEBUG storage: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >19:30:37,111 INFO storage: registered action: [3] Create Format msdos disklabel on disk sdb (id 2) >19:30:37,112 DEBUG storage: new disk order: [] >19:30:37,160 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:30:37,163 DEBUG storage: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:30:37,170 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:30:37,171 DEBUG storage: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:30:37,171 DEBUG storage: resolved 'sda' to 'sda' (disk) >19:30:37,173 DEBUG storage: _is_valid_disklabel(sda) returning True >19:30:37,173 DEBUG storage: _is_valid_size(sda) returning True >19:30:37,173 DEBUG storage: _is_valid_location(sda) returning True >19:30:37,173 DEBUG storage: _is_valid_format(sda) returning True >19:30:37,174 DEBUG storage: is_valid_stage1_device(sda) returning True >19:30:43,846 DEBUG storage.ui: doAutoPart: True >19:30:43,846 DEBUG storage.ui: encryptedAutoPart: False >19:30:43,847 DEBUG storage.ui: autoPartType: 2 >19:30:43,847 DEBUG storage.ui: clearPartType: 2 >19:30:43,847 DEBUG storage.ui: clearPartDisks: ['sda', 'sdb'] >19:30:43,847 DEBUG storage.ui: autoPartitionRequests: >PartSpec instance (0x7f1678029110) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x7f1678029190) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0x7f1678029210) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0x7f1678029290) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0x7f1678029310) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 4032 maxSize = None grow = False > >19:30:43,847 DEBUG storage.ui: storage.disks: ['sda', 'sdb'] >19:30:43,848 DEBUG storage.ui: storage.partitioned: ['sda', 'sdb'] >19:30:43,848 DEBUG storage.ui: all names: ['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'sda', 'sdb', 'sr0'] >19:30:43,849 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:30:43,851 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:30:43,851 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:30:43,851 DEBUG storage.ui: boot disk: sda >19:30:43,853 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >19:30:43,853 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >19:30:43,854 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >19:30:43,855 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >19:30:43,856 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: None ; type: lvmpv ; >19:30:43,857 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >19:30:43,857 INFO storage.ui: added partition req0 (id 15) to device tree >19:30:43,858 INFO storage.ui: registered action: [4] Create Device partition req0 (id 15) >19:30:43,858 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:30:43,858 INFO storage.ui: registered action: [5] Create Format lvmpv on partition req0 (id 15) >19:30:43,859 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >19:30:43,859 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >19:30:43,860 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >19:30:43,861 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >19:30:43,862 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: None ; type: lvmpv ; >19:30:43,863 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >19:30:43,863 INFO storage.ui: added partition req1 (id 16) to device tree >19:30:43,864 INFO storage.ui: registered action: [6] Create Device partition req1 (id 16) >19:30:43,864 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:30:43,864 INFO storage.ui: registered action: [7] Create Format lvmpv on partition req1 (id 16) >19:30:43,867 DEBUG storage.ui: candidate disks: [DiskDevice instance (0x66bc410) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f169406d7a0> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x66bc9d0>, DiskDevice instance (0x66bc910) -- > name = sdb status = True kids = 0 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f169406d950> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x66bcd50>] >19:30:43,867 DEBUG storage.ui: devs: [PartitionDevice instance (0x7f1678045e90) -- > name = req0 status = False kids = 0 id = 15 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False > partedPartition = None > disk = None >, PartitionDevice instance (0x7f1678045d10) -- > name = req1 status = False kids = 0 id = 16 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req1 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False > partedPartition = None > disk = None >] >19:30:43,867 DEBUG storage.ui: _is_valid_disklabel(sda) returning True >19:30:43,867 DEBUG storage.ui: _is_valid_size(sda) returning True >19:30:43,867 DEBUG storage.ui: _is_valid_location(sda) returning True >19:30:43,868 DEBUG storage.ui: _is_valid_format(sda) returning True >19:30:43,868 DEBUG storage.ui: is_valid_stage1_device(sda) returning True >19:30:43,869 DEBUG storage.ui: Ext4FS.supported: supported: True ; >19:30:43,869 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >19:30:43,870 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >19:30:43,871 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >19:30:43,872 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >19:30:43,875 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: None ; type: ext4 ; >19:30:43,876 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >19:30:43,877 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >19:30:43,877 INFO storage.ui: added partition req2 (id 17) to device tree >19:30:43,877 INFO storage.ui: registered action: [8] Create Device partition req2 (id 17) >19:30:43,877 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:30:43,877 INFO storage.ui: registered action: [9] Create Format ext4 filesystem mounted at /boot on partition req2 (id 17) >19:30:43,878 INFO storage.ui: skipping unneeded stage1 biosboot request >19:30:43,878 DEBUG storage.ui: PartSpec instance (0x7f1678029290) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >19:30:43,878 DEBUG storage.ui: existing 8192MB disk sda (1) with non-existent msdos disklabel >19:30:43,879 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >19:30:43,880 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >19:30:43,881 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 15)', 'req1(id 16)', 'req2(id 17)'] from disk(s) ['sda', 'sdb'] >19:30:43,882 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb'] ; partitions=['req0(id 15)', 'req1(id 16)', 'req2(id 17)'] >19:30:43,882 DEBUG storage.ui: removing all non-preexisting partitions ['req2(id 17)', 'req0(id 15)', 'req1(id 16)'] from disk(s) ['sda', 'sdb'] >19:30:43,883 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:30:43,884 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:30:43,884 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:30:43,885 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:30:43,886 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:30:43,886 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:30:43,887 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:30:43,888 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:30:43,888 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:30:43,890 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:30:43,891 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:30:43,891 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:30:43,891 DEBUG storage.ui: allocating partition: req2 ; id: 17 ; disks: ['sda', 'sdb'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 >19:30:43,892 DEBUG storage.ui: checking freespace on sda >19:30:43,892 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=True best=None grow=False >19:30:43,892 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >19:30:43,892 DEBUG storage.ui: updating use_disk to sda, type: 0 >19:30:43,893 DEBUG storage.ui: new free: 63-16777215 / 8191MB >19:30:43,893 DEBUG storage.ui: new free allows for 0 sectors of growth >19:30:43,893 DEBUG storage.ui: found free space for bootable request >19:30:43,893 DEBUG storage.ui: adjusted start sector from 63 to 2048 >19:30:43,894 DEBUG storage.ui: created partition sda1 of 500MB and added it to /dev/sda >19:30:43,895 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >19:30:43,895 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1678051bd0> PedPartition: <_ped.Partition object at 0x7f167804d1d0> >19:30:43,896 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >19:30:43,897 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >19:30:43,898 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >19:30:43,898 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1678051ad0> PedPartition: <_ped.Partition object at 0x7f167804d170> >19:30:43,899 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:30:43,900 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:30:43,900 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:30:43,902 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:30:43,903 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:30:43,903 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:30:43,903 DEBUG storage.ui: allocating partition: req0 ; id: 15 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 >19:30:43,904 DEBUG storage.ui: checking freespace on sda >19:30:43,904 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=False best=None grow=True >19:30:43,904 DEBUG storage.ui: current free range is 63-2047 (0MB) >19:30:43,904 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >19:30:43,904 DEBUG storage.ui: evaluating growth potential for new layout >19:30:43,905 DEBUG storage.ui: calculating growth for disk /dev/sdb >19:30:43,905 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >19:30:43,905 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >19:30:43,905 DEBUG storage.ui: calculating growth for disk /dev/sda >19:30:43,906 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >19:30:43,906 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1678051fd0> PedPartition: <_ped.Partition object at 0x7f167804d230> >19:30:43,907 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >19:30:43,908 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >19:30:43,908 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/sda >19:30:43,909 DEBUG storage.ui: adding request 15 to chunk 16777153 (63-16777215) on /dev/sda >19:30:43,909 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >19:30:43,909 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >19:30:43,909 DEBUG storage.ui: req: PartitionRequest instance -- >id = 15 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >19:30:43,909 DEBUG storage.ui: 1 requests and 14729153 (7191MB) left in chunk >19:30:43,909 DEBUG storage.ui: adding 14729153 (7191MB) to 15 (sda2) >19:30:43,909 DEBUG storage.ui: new grow amount for request 15 (sda2) is 14729153 units, or 7191MB >19:30:43,910 DEBUG storage.ui: request 17 (sda1) growth: 0 (0MB) size: 500MB >19:30:43,910 DEBUG storage.ui: request 15 (sda2) growth: 14729153 (7191MB) size: 7691MB >19:30:43,910 DEBUG storage.ui: disk /dev/sda growth: 14729153 (7191MB) >19:30:43,911 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >19:30:43,911 DEBUG storage.ui: device sda2 new partedPartition None >19:30:43,912 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >19:30:43,913 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >19:30:43,913 DEBUG storage.ui: total growth: 14729153 sectors >19:30:43,913 DEBUG storage.ui: updating use_disk to sda, type: 0 >19:30:43,913 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >19:30:43,913 DEBUG storage.ui: new free allows for 14729153 sectors of growth >19:30:43,914 DEBUG storage.ui: created partition sda2 of 500MB and added it to /dev/sda >19:30:43,915 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >19:30:43,916 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f16780560d0> PedPartition: <_ped.Partition object at 0x7f167804d290> >19:30:43,917 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >19:30:43,918 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >19:30:43,919 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >19:30:43,919 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1678051d90> PedPartition: <_ped.Partition object at 0x7f167804d2f0> >19:30:43,920 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:30:43,921 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:30:43,921 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:30:43,922 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:30:43,923 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:30:43,923 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:30:43,923 DEBUG storage.ui: allocating partition: req1 ; id: 16 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 >19:30:43,924 DEBUG storage.ui: checking freespace on sdb >19:30:43,924 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=500MB boot=False best=None grow=True >19:30:43,925 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >19:30:43,925 DEBUG storage.ui: evaluating growth potential for new layout >19:30:43,925 DEBUG storage.ui: calculating growth for disk /dev/sdb >19:30:43,926 DEBUG storage.ui: adjusted start sector from 63 to 2048 >19:30:43,927 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >19:30:43,927 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bcf10> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1678056590> PedPartition: <_ped.Partition object at 0x7f167804d350> >19:30:43,928 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >19:30:43,929 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >19:30:43,929 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sdb >19:30:43,929 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >19:30:43,929 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >19:30:43,930 DEBUG storage.ui: 1 requests and 15753153 (7691MB) left in chunk >19:30:43,930 DEBUG storage.ui: adding 15753153 (7691MB) to 16 (sdb1) >19:30:43,930 DEBUG storage.ui: new grow amount for request 16 (sdb1) is 15753153 units, or 7691MB >19:30:43,930 DEBUG storage.ui: request 16 (sdb1) growth: 15753153 (7691MB) size: 8191MB >19:30:43,930 DEBUG storage.ui: disk /dev/sdb growth: 15753153 (7691MB) >19:30:43,930 DEBUG storage.ui: calculating growth for disk /dev/sda >19:30:43,930 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/sda >19:30:43,931 DEBUG storage.ui: adding request 15 to chunk 16777153 (63-16777215) on /dev/sda >19:30:43,931 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >19:30:43,931 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >19:30:43,931 DEBUG storage.ui: req: PartitionRequest instance -- >id = 15 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >19:30:43,931 DEBUG storage.ui: 1 requests and 14729153 (7191MB) left in chunk >19:30:43,931 DEBUG storage.ui: adding 14729153 (7191MB) to 15 (sda2) >19:30:43,931 DEBUG storage.ui: new grow amount for request 15 (sda2) is 14729153 units, or 7191MB >19:30:43,931 DEBUG storage.ui: request 17 (sda1) growth: 0 (0MB) size: 500MB >19:30:43,931 DEBUG storage.ui: request 15 (sda2) growth: 14729153 (7191MB) size: 7691MB >19:30:43,932 DEBUG storage.ui: disk /dev/sda growth: 14729153 (7191MB) >19:30:43,934 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >19:30:43,934 DEBUG storage.ui: device sdb1 new partedPartition None >19:30:43,935 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >19:30:43,936 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >19:30:43,937 DEBUG storage.ui: total growth: 30482306 sectors >19:30:43,937 DEBUG storage.ui: updating use_disk to sdb, type: 0 >19:30:43,937 DEBUG storage.ui: new free: 63-16777215 / 8191MB >19:30:43,937 DEBUG storage.ui: new free allows for 30482306 sectors of growth >19:30:43,937 DEBUG storage.ui: adjusted start sector from 63 to 2048 >19:30:43,938 DEBUG storage.ui: created partition sdb1 of 500MB and added it to /dev/sdb >19:30:43,939 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >19:30:43,939 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bcf10> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f16780563d0> PedPartition: <_ped.Partition object at 0x7f167804d230> >19:30:43,940 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >19:30:43,942 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >19:30:43,943 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >19:30:43,944 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bcf10> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1678056490> PedPartition: <_ped.Partition object at 0x7f167804d3b0> >19:30:43,944 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb'], partitions=['sda2(id 15)', 'sdb1(id 16)', 'sda1(id 17)'] >19:30:43,944 DEBUG storage.ui: growable partitions are ['sda2', 'sdb1'] >19:30:43,944 DEBUG storage.ui: adding request 15 to chunk 16777153 (63-16777215) on /dev/sda >19:30:43,944 DEBUG storage.ui: adding request 17 to chunk 16777153 (63-16777215) on /dev/sda >19:30:43,945 DEBUG storage.ui: disk sda has 1 chunks >19:30:43,945 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sdb >19:30:43,945 DEBUG storage.ui: disk sdb has 1 chunks >19:30:43,945 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >19:30:43,945 DEBUG storage.ui: req: PartitionRequest instance -- >id = 17 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >19:30:43,945 DEBUG storage.ui: req: PartitionRequest instance -- >id = 15 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >19:30:43,945 DEBUG storage.ui: 1 requests and 14729153 (7191MB) left in chunk >19:30:43,945 DEBUG storage.ui: adding 14729153 (7191MB) to 15 (sda2) >19:30:43,946 DEBUG storage.ui: new grow amount for request 15 (sda2) is 14729153 units, or 7191MB >19:30:43,946 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >19:30:43,946 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >19:30:43,946 DEBUG storage.ui: 1 requests and 15753153 (7691MB) left in chunk >19:30:43,946 DEBUG storage.ui: adding 15753153 (7691MB) to 16 (sdb1) >19:30:43,946 DEBUG storage.ui: new grow amount for request 16 (sdb1) is 15753153 units, or 7691MB >19:30:43,946 DEBUG storage.ui: growing partitions on sda >19:30:43,947 DEBUG storage.ui: partition sda1 (17): 0 >19:30:43,947 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x66bca50> PedGeometry: <_ped.Geometry object at 0x7f1678056710> >19:30:43,947 DEBUG storage.ui: partition sda2 (15): 0 >19:30:43,948 DEBUG storage.ui: new geometry for sda2: parted.Geometry instance -- > start: 1026048 end: 16777215 length: 15751168 > device: <parted.device.Device object at 0x66bca50> PedGeometry: <_ped.Geometry object at 0x7f1678056890> >19:30:43,948 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 17)', 'sda2(id 15)'] from disk(s) ['sda'] >19:30:43,949 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >19:30:43,949 DEBUG storage.ui: device sda1 new partedPartition None >19:30:43,950 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >19:30:43,952 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >19:30:43,953 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >19:30:43,953 DEBUG storage.ui: device sda2 new partedPartition None >19:30:43,954 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >19:30:43,955 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >19:30:43,955 DEBUG storage.ui: back from removeNewPartitions >19:30:43,955 DEBUG storage.ui: extended: None >19:30:43,955 DEBUG storage.ui: setting req2 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x66bca50> PedGeometry: <_ped.Geometry object at 0x7f1678056710> >19:30:43,956 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >19:30:43,956 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1678056b10> PedPartition: <_ped.Partition object at 0x7f167804d410> >19:30:43,957 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >19:30:43,958 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >19:30:43,960 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >19:30:43,960 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1678056c50> PedPartition: <_ped.Partition object at 0x7f167804d4d0> >19:30:43,960 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 1026048 end: 16777215 length: 15751168 > device: <parted.device.Device object at 0x66bca50> PedGeometry: <_ped.Geometry object at 0x7f1678056890> >19:30:43,961 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >19:30:43,962 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1678051ad0> PedPartition: <_ped.Partition object at 0x7f167804d470> >19:30:43,963 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >19:30:43,964 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >19:30:43,966 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >19:30:43,966 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f16780517d0> PedPartition: <_ped.Partition object at 0x7f167804d350> >19:30:43,966 DEBUG storage.ui: growing partitions on sdb >19:30:43,966 DEBUG storage.ui: partition sdb1 (16): 0 >19:30:43,966 DEBUG storage.ui: new geometry for sdb1: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x66bce10> PedGeometry: <_ped.Geometry object at 0x7f1678051f10> >19:30:43,967 DEBUG storage.ui: removing all non-preexisting partitions ['sdb1(id 16)'] from disk(s) ['sdb'] >19:30:43,968 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >19:30:43,968 DEBUG storage.ui: device sdb1 new partedPartition None >19:30:43,969 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >19:30:43,970 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >19:30:43,970 DEBUG storage.ui: back from removeNewPartitions >19:30:43,970 DEBUG storage.ui: extended: None >19:30:43,970 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x66bce10> PedGeometry: <_ped.Geometry object at 0x7f1678051f10> >19:30:43,971 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >19:30:43,972 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bcf10> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x6684890> PedPartition: <_ped.Partition object at 0x7f167804d410> >19:30:43,973 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >19:30:43,974 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >19:30:43,976 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >19:30:43,977 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bcf10> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f1678056d50> PedPartition: <_ped.Partition object at 0x7f167804d1d0> >19:30:43,977 DEBUG storage.ui: fixing size of non-existent 500MB partition sda1 (17) with non-existent ext4 filesystem mounted at /boot at 500.00 >19:30:43,977 DEBUG storage.ui: fixing size of non-existent 7691MB partition sda2 (15) with non-existent lvmpv at 7691.00 >19:30:43,978 DEBUG storage.ui: fixing size of non-existent 8191MB partition sdb1 (16) with non-existent lvmpv at 8191.00 >19:30:43,981 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >19:30:43,982 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >19:30:43,982 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:30:43,983 DEBUG storage.ui: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >19:30:43,984 INFO storage.ui: added lvmvg fedora (id 18) to device tree >19:30:43,984 INFO storage.ui: registered action: [10] Create Device lvmvg fedora (id 18) >19:30:43,985 DEBUG storage.ui: Ext4FS.supported: supported: True ; >19:30:43,985 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >19:30:43,986 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >19:30:43,987 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: ext4 ; >19:30:43,988 DEBUG storage.ui: fedora size is 15876MB >19:30:43,988 DEBUG storage.ui: vg fedora has 15876MB free >19:30:43,988 DEBUG storage.ui: Adding fedora-root/1024MB to fedora >19:30:43,988 INFO storage.ui: added lvmlv fedora-root (id 19) to device tree >19:30:43,988 INFO storage.ui: registered action: [11] Create Device lvmlv fedora-root (id 19) >19:30:43,989 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:30:43,989 INFO storage.ui: registered action: [12] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 19) >19:30:43,990 DEBUG storage.ui: SwapSpace.__init__: mountpoint: None ; >19:30:43,990 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance >19:30:43,992 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >19:30:43,993 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: swap ; >19:30:43,993 DEBUG storage.ui: fedora size is 15876MB >19:30:43,993 DEBUG storage.ui: vg fedora has 14852MB free >19:30:43,993 DEBUG storage.ui: Adding fedora-swap/4032MB to fedora >19:30:43,993 INFO storage.ui: added lvmlv fedora-swap (id 20) to device tree >19:30:43,993 INFO storage.ui: registered action: [13] Create Device lvmlv fedora-swap (id 20) >19:30:43,994 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:30:43,994 INFO storage.ui: registered action: [14] Create Format swap on lvmlv fedora-swap (id 20) >19:30:43,994 DEBUG storage.ui: fedora size is 15876MB >19:30:43,994 DEBUG storage.ui: vg fedora has 10820MB free >19:30:43,994 DEBUG storage.ui: vg fedora: 10820MB free ; lvs: ['root', 'swap'] >19:30:43,995 DEBUG storage.ui: adding request 19 to chunk 3969 on /dev/mapper/fedora >19:30:43,995 DEBUG storage.ui: adding request 20 to chunk 3969 on /dev/mapper/fedora >19:30:43,995 DEBUG storage.ui: Chunk.growRequests: VGChunk instance -- >device = /dev/mapper/fedora length = 3969 size = 15876 >remaining = 1 pool = 2705 >19:30:43,995 DEBUG storage.ui: req: LVRequest instance -- >id = 20 name = fedora-swap growable = False >base = 1008 growth = 0 max_grow = 0 >done = True >19:30:43,995 DEBUG storage.ui: req: LVRequest instance -- >id = 19 name = fedora-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >19:30:43,995 DEBUG storage.ui: 1 requests and 2705 (10820MB) left in chunk >19:30:43,995 DEBUG storage.ui: adding 2705 (10820MB) to 19 (fedora-root) >19:30:43,995 DEBUG storage.ui: new grow amount for request 19 (fedora-root) is 2705 units, or 10820MB >19:30:43,995 DEBUG storage.ui: trying to set lv fedora-root size to 11844MB >19:30:43,996 DEBUG storage.ui: fedora size is 15876MB >19:30:43,996 DEBUG storage.ui: vg fedora has 10820MB free >19:30:43,997 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:30:43,998 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:30:43,998 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:30:43,999 DEBUG storage.ui: stage1 device cannot be of type lvmvg >19:30:43,999 DEBUG storage.ui: stage1 device cannot be of type lvmlv >19:30:43,999 DEBUG storage.ui: stage1 device cannot be of type lvmlv >19:30:43,999 DEBUG storage.ui: _is_valid_disklabel(sda) returning True >19:30:44,000 DEBUG storage.ui: _is_valid_size(sda) returning True >19:30:44,000 DEBUG storage.ui: _is_valid_location(sda) returning True >19:30:44,000 DEBUG storage.ui: _is_valid_format(sda) returning True >19:30:44,000 DEBUG storage.ui: is_valid_stage1_device(sda) returning True >19:30:44,002 DEBUG storage.ui: _is_valid_disklabel(sda) returning True >19:30:44,002 DEBUG storage.ui: _is_valid_size(sda) returning True >19:30:44,002 DEBUG storage.ui: _is_valid_location(sda) returning True >19:30:44,002 DEBUG storage.ui: _is_valid_format(sda) returning True >19:30:44,002 DEBUG storage.ui: is_valid_stage1_device(sda) returning True >19:30:44,002 DEBUG storage.ui: _is_valid_disklabel(sda1) returning True >19:30:44,002 DEBUG storage.ui: _is_valid_size(sda1) returning True >19:30:44,003 DEBUG storage.ui: _is_valid_location(sda1) returning True >19:30:44,003 DEBUG storage.ui: _is_valid_partition(sda1) returning True >19:30:44,003 DEBUG storage.ui: _is_valid_format(sda1) returning True >19:30:44,003 DEBUG storage.ui: is_valid_stage2_device(sda1) returning True >19:30:44,027 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:30:44,029 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:44,029 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:50,455 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:50,455 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:50,455 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.PartitionFactory'>: <pyanaconda.storage.Storage object at 0x6200cd0>, 500.0, ['sda'], None >19:30:50,462 DEBUG storage: DeviceTree.getDeviceByName: name: fedora ; >19:30:50,464 DEBUG storage: DeviceTree.getDeviceByName returned non-existent 15876MB lvmvg fedora (18) >19:30:50,467 DEBUG storage: DeviceTree.getDeviceByName: name: None ; >19:30:50,468 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:50,469 DEBUG storage: DeviceTree.getDeviceByName: name: None ; >19:30:50,470 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:50,471 DEBUG storage: DeviceTree.getDeviceByName: name: fedora ; >19:30:50,472 DEBUG storage: DeviceTree.getDeviceByName returned non-existent 15876MB lvmvg fedora (18) >19:30:52,762 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:52,762 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:52,762 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.LVMFactory'>: <pyanaconda.storage.Storage object at 0x6200cd0>, 11844.0, ['sda', 'sdb'], single >19:30:52,764 DEBUG storage: DeviceTree.getDeviceByName: name: fedora ; >19:30:52,765 DEBUG storage: DeviceTree.getDeviceByName returned non-existent 15876MB lvmvg fedora (18) >19:30:52,769 DEBUG storage: SwapSpace.__init__: >19:30:52,769 DEBUG storage: getFormat('swap') returning SwapSpace instance >19:30:52,776 DEBUG storage: DeviceTree.getDeviceByName: name: None ; >19:30:52,776 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:52,777 DEBUG storage: DeviceTree.getDeviceByName: name: None ; >19:30:52,778 DEBUG storage: DeviceTree.getDeviceByName returned None >19:30:52,780 DEBUG storage: DeviceTree.getDeviceByName: name: fedora ; >19:30:52,781 DEBUG storage: DeviceTree.getDeviceByName returned non-existent 15876MB lvmvg fedora (18) >19:30:53,531 DEBUG storage: SwapSpace.__init__: >19:30:53,532 DEBUG storage: getFormat('swap') returning SwapSpace instance >19:30:53,532 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.LVMFactory'>: <pyanaconda.storage.Storage object at 0x6200cd0>, 4032.0, ['sda', 'sdb'], single >19:30:53,533 DEBUG storage: DeviceTree.getDeviceByName: name: fedora ; >19:30:53,534 DEBUG storage: DeviceTree.getDeviceByName returned non-existent 15876MB lvmvg fedora (18) >19:30:53,538 DEBUG storage: Ext4FS.supported: supported: True ; >19:30:53,538 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:30:56,171 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.MDFactory'>: <pyanaconda.storage.Storage object at 0x6200cd0>, 500.0, ['sda', 'sdb'], raid0 >19:31:06,478 DEBUG storage: Ext4FS.supported: supported: True ; >19:31:06,479 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:31:06,479 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.MDFactory'>: <pyanaconda.storage.Storage object at 0x6200cd0>, 500.0, ['sda'], raid0 >19:31:06,479 INFO storage.ui: removed partition sda1 (id 17) from device tree >19:31:06,480 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >19:31:06,481 INFO storage.ui: registered action: [15] Destroy Device partition sda1 (id 17) >19:31:06,483 DEBUG storage.ui: Storage.newDevice: 1 ; 500.0 ; name: boot ; encrypted: False ; disks: [DiskDevice instance (0x66bc410) -- > name = sda status = True kids = 1 id = 1 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f169406d7a0> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x66bc9d0>, DiskDevice instance (0x66bc910) -- > name = sdb status = True kids = 1 id = 2 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA VBOX HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f169406d950> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x66bcd50>] ; raid_level: raid0 ; label: ; container_name: None ; mountpoint: /boot ; fstype: ext4 ; >19:31:06,483 DEBUG storage.ui: instantiating <class 'pyanaconda.storage.MDFactory'>: <pyanaconda.storage.Storage object at 0x6200cd0>, 500.0, ['sda', 'sdb'], raid0 >19:31:06,484 DEBUG storage.ui: Storage.setContainerMembers: device: None ; container: None ; factory: <pyanaconda.storage.MDFactory object at 0x69ad550> ; members: [] ; >19:31:06,486 DEBUG storage.ui: MDRaidMember.__init__: >19:31:06,486 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >19:31:06,487 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >19:31:06,487 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >19:31:06,488 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >19:31:06,489 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; >19:31:06,490 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; current: None ; type: mdmember ; >19:31:06,492 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >19:31:06,492 INFO storage.ui: added partition req3 (id 21) to device tree >19:31:06,492 INFO storage.ui: registered action: [16] Create Device partition req3 (id 21) >19:31:06,492 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >19:31:06,492 INFO storage.ui: registered action: [17] Create Format mdmember on partition req3 (id 21) >19:31:06,493 DEBUG storage.ui: adding a SameSizeSet with size 504 >19:31:06,494 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >19:31:06,495 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >19:31:06,496 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 21)', 'sda2(id 15)', 'sdb1(id 16)'] from disk(s) ['sda', 'sdb'] >19:31:06,497 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >19:31:06,497 DEBUG storage.ui: device sda2 new partedPartition None >19:31:06,499 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >19:31:06,500 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >19:31:06,501 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >19:31:06,502 DEBUG storage.ui: device sdb1 new partedPartition None >19:31:06,503 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >19:31:06,504 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >19:31:06,504 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb'] ; partitions=['req3(id 21)', 'req0(id 15)', 'req1(id 16)'] >19:31:06,505 DEBUG storage.ui: removing all non-preexisting partitions ['req1(id 16)', 'req0(id 15)', 'req3(id 21)'] from disk(s) ['sda', 'sdb'] >19:31:06,506 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:31:06,507 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:31:06,507 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:31:06,509 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:31:06,509 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:31:06,510 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:31:06,510 DEBUG storage.ui: allocating partition: req1 ; id: 16 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 8191MB ; grow: False ; max_size: 0 >19:31:06,510 DEBUG storage.ui: checking freespace on sdb >19:31:06,511 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=8191MB boot=False best=None grow=False >19:31:06,511 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >19:31:06,512 DEBUG storage.ui: updating use_disk to sdb, type: 0 >19:31:06,512 DEBUG storage.ui: new free: 63-16777215 / 8191MB >19:31:06,512 DEBUG storage.ui: new free allows for 0 sectors of growth >19:31:06,512 DEBUG storage.ui: adjusted start sector from 63 to 2048 >19:31:06,512 DEBUG storage.ui: created partition sdb1 of 8191MB and added it to /dev/sdb >19:31:06,514 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >19:31:06,514 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bcf10> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x69add10> PedPartition: <_ped.Partition object at 0x7f167804d8f0> >19:31:06,515 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >19:31:06,516 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >19:31:06,518 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >19:31:06,518 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bcf10> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x69adc10> PedPartition: <_ped.Partition object at 0x7f167804d950> >19:31:06,519 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:31:06,520 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:31:06,520 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:31:06,521 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:31:06,523 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:31:06,523 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:31:06,523 DEBUG storage.ui: allocating partition: req0 ; id: 15 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 7691MB ; grow: False ; max_size: 0 >19:31:06,523 DEBUG storage.ui: checking freespace on sda >19:31:06,524 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=7691MB boot=False best=None grow=False >19:31:06,524 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >19:31:06,524 DEBUG storage.ui: updating use_disk to sda, type: 0 >19:31:06,524 DEBUG storage.ui: new free: 63-16777215 / 8191MB >19:31:06,525 DEBUG storage.ui: new free allows for 0 sectors of growth >19:31:06,525 DEBUG storage.ui: adjusted start sector from 63 to 2048 >19:31:06,525 DEBUG storage.ui: created partition sda1 of 7691MB and added it to /dev/sda >19:31:06,526 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >19:31:06,527 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x69ad9d0> PedPartition: <_ped.Partition object at 0x7f167804d230> >19:31:06,528 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >19:31:06,529 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >19:31:06,530 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >19:31:06,531 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x69ade50> PedPartition: <_ped.Partition object at 0x7f167804d350> >19:31:06,532 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:31:06,533 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:31:06,533 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:31:06,534 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >19:31:06,536 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (1) with non-existent msdos disklabel >19:31:06,536 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >19:31:06,536 DEBUG storage.ui: allocating partition: req3 ; id: 21 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 504 >19:31:06,536 DEBUG storage.ui: checking freespace on sda >19:31:06,536 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=1MB boot=False best=None grow=True >19:31:06,537 DEBUG storage.ui: current free range is 63-2047 (0MB) >19:31:06,537 DEBUG storage.ui: current free range is 15753216-16777215 (500MB) >19:31:06,537 DEBUG storage.ui: evaluating growth potential for new layout >19:31:06,537 DEBUG storage.ui: calculating growth for disk /dev/sdb >19:31:06,537 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sdb >19:31:06,537 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >19:31:06,538 DEBUG storage.ui: req: PartitionRequest instance -- >id = 16 name = sdb1 growable = False >base = 16775168 growth = 0 max_grow = 0 >done = True >19:31:06,538 DEBUG storage.ui: request 16 (sdb1) growth: 0 (0MB) size: 8191MB >19:31:06,538 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >19:31:06,538 DEBUG storage.ui: calculating growth for disk /dev/sda >19:31:06,540 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >19:31:06,540 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x69adf10> PedPartition: <_ped.Partition object at 0x7f167804d8f0> >19:31:06,541 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >19:31:06,543 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >19:31:06,543 DEBUG storage.ui: adding request 15 to chunk 16777153 (63-16777215) on /dev/sda >19:31:06,543 DEBUG storage.ui: adding request 21 to chunk 16777153 (63-16777215) on /dev/sda >19:31:06,543 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >19:31:06,543 DEBUG storage.ui: req: PartitionRequest instance -- >id = 15 name = sda1 growable = False >base = 15751168 growth = 0 max_grow = 0 >done = True >19:31:06,543 DEBUG storage.ui: req: PartitionRequest instance -- >id = 21 name = sda2 growable = True >base = 2048 growth = 0 max_grow = 1030144 >done = False >19:31:06,544 DEBUG storage.ui: 1 requests and 1023937 (499MB) left in chunk >19:31:06,544 DEBUG storage.ui: adding 1023937 (499MB) to 21 (sda2) >19:31:06,544 DEBUG storage.ui: new grow amount for request 21 (sda2) is 1023937 units, or 499MB >19:31:06,544 DEBUG storage.ui: request 15 (sda1) growth: 0 (0MB) size: 7691MB >19:31:06,544 DEBUG storage.ui: request 21 (sda2) growth: 1023937 (499MB) size: 500MB >19:31:06,544 DEBUG storage.ui: disk /dev/sda growth: 1023937 (499MB) >19:31:06,545 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >19:31:06,545 DEBUG storage.ui: device sda2 new partedPartition None >19:31:06,546 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >19:31:06,548 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >19:31:06,548 DEBUG storage.ui: total growth: 1023937 sectors >19:31:06,548 DEBUG storage.ui: updating use_disk to sda, type: 0 >19:31:06,548 DEBUG storage.ui: new free: 15753216-16777215 / 500MB >19:31:06,548 DEBUG storage.ui: new free allows for 1023937 sectors of growth >19:31:06,548 DEBUG storage.ui: created partition sda2 of 1MB and added it to /dev/sda >19:31:06,550 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >19:31:06,550 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x69ba110> PedPartition: <_ped.Partition object at 0x7f167804d890> >19:31:06,551 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >19:31:06,552 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >19:31:06,554 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >19:31:06,554 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f16780517d0> PedPartition: <_ped.Partition object at 0x7f167804da10> >19:31:06,554 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb'], partitions=['sda2(id 21)', 'sda1(id 15)', 'sdb1(id 16)'] >19:31:06,554 DEBUG storage.ui: growable partitions are ['sda2'] >19:31:06,554 DEBUG storage.ui: adding request 21 to chunk 16777153 (63-16777215) on /dev/sda >19:31:06,555 DEBUG storage.ui: adding request 15 to chunk 16777153 (63-16777215) on /dev/sda >19:31:06,555 DEBUG storage.ui: disk sda has 1 chunks >19:31:06,555 DEBUG storage.ui: adding request 16 to chunk 16777153 (63-16777215) on /dev/sdb >19:31:06,555 DEBUG storage.ui: disk sdb has 1 chunks >19:31:06,555 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >19:31:06,555 DEBUG storage.ui: req: PartitionRequest instance -- >id = 15 name = sda1 growable = False >base = 15751168 growth = 0 max_grow = 0 >done = True >19:31:06,555 DEBUG storage.ui: req: PartitionRequest instance -- >id = 21 name = sda2 growable = True >base = 2048 growth = 0 max_grow = 1030144 >done = False >19:31:06,555 DEBUG storage.ui: 1 requests and 1023937 (499MB) left in chunk >19:31:06,556 DEBUG storage.ui: adding 1023937 (499MB) to 21 (sda2) >19:31:06,556 DEBUG storage.ui: new grow amount for request 21 (sda2) is 1023937 units, or 499MB >19:31:06,556 DEBUG storage.ui: set: ['sda2'] 504 >19:31:06,556 DEBUG storage.ui: min growth is 1023937 >19:31:06,556 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 21 name = sda2 growable = True >base = 2048 growth = 1023937 max_grow = 1030144 >done = False is 1030144 >19:31:06,556 DEBUG storage.ui: set: ['sda2'] 504 >19:31:06,556 DEBUG storage.ui: min growth is 1023937 >19:31:06,557 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 21 name = sda2 growable = True >base = 2048 growth = 1023937 max_grow = 1030144 >done = True is 1030144 >19:31:06,557 DEBUG storage.ui: growing partitions on sda >19:31:06,558 DEBUG storage.ui: partition sda1 (15): 0 >19:31:06,559 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 15753215 length: 15751168 > device: <parted.device.Device object at 0x66bca50> PedGeometry: <_ped.Geometry object at 0x69ba290> >19:31:06,559 DEBUG storage.ui: partition sda2 (21): 0 >19:31:06,559 DEBUG storage.ui: new geometry for sda2: parted.Geometry instance -- > start: 15753216 end: 16777215 length: 1024000 > device: <parted.device.Device object at 0x66bca50> PedGeometry: <_ped.Geometry object at 0x69ba410> >19:31:06,560 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 15)', 'sda2(id 21)'] from disk(s) ['sda'] >19:31:06,561 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >19:31:06,561 DEBUG storage.ui: device sda1 new partedPartition None >19:31:06,562 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >19:31:06,563 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >19:31:06,565 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >19:31:06,565 DEBUG storage.ui: device sda2 new partedPartition None >19:31:06,566 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >19:31:06,567 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >19:31:06,567 DEBUG storage.ui: back from removeNewPartitions >19:31:06,568 DEBUG storage.ui: extended: None >19:31:06,568 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 2048 end: 15753215 length: 15751168 > device: <parted.device.Device object at 0x66bca50> PedGeometry: <_ped.Geometry object at 0x69ba290> >19:31:06,569 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >19:31:06,569 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x69ba710> PedPartition: <_ped.Partition object at 0x7f167804d9b0> >19:31:06,570 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >19:31:06,572 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >19:31:06,573 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >19:31:06,573 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x69ba850> PedPartition: <_ped.Partition object at 0x7f167804da70> >19:31:06,574 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 15753216 end: 16777215 length: 1024000 > device: <parted.device.Device object at 0x66bca50> PedGeometry: <_ped.Geometry object at 0x69ba410> >19:31:06,575 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >19:31:06,575 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x69ad590> PedPartition: <_ped.Partition object at 0x7f167804dad0> >19:31:06,576 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >19:31:06,578 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >19:31:06,579 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >19:31:06,579 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x66bc510> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x69baa90> PedPartition: <_ped.Partition object at 0x7f167804db30> >19:31:06,579 DEBUG storage.ui: growing partitions on sdb >19:31:06,580 DEBUG storage.ui: fixing size of non-existent 7691MB partition sda1 (15) with non-existent lvmpv at 7691.00 >19:31:06,580 DEBUG storage.ui: fixing size of non-existent 500MB partition sda2 (21) with non-existent mdmember at 500.00 >19:31:06,580 DEBUG storage.ui: fixing size of non-existent 8191MB partition sdb1 (16) with non-existent lvmpv at 8191.00 >19:31:06,581 DEBUG storage.ui: creating new device >19:31:06,582 DEBUG storage.ui: Ext4FS.supported: supported: True ; >19:31:06,582 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >19:31:06,583 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >19:31:06,585 DEBUG storage.ui: MDRaidArrayDevice._setFormat: boot ; current: None ; type: ext4 ; >19:31:06,586 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: sda2 ; >19:31:06,586 ERR storage.ui: device instance creation failed: A RAID0 set requires at least 2 members >19:31:06,587 INFO storage.ui: removed partition sda2 (id 21) from device tree >19:31:06,588 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >19:31:06,588 INFO storage.ui: registered action: [18] Destroy Device partition sda2 (id 21) > > >/tmp/ifcfg.log: >19:30:16,521 DEBUG ifcfg: content of files (network initialization): >19:30:16,758 DEBUG ifcfg: content of files (ifcfgs created): >19:30:16,758 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-p2p1: >HWADDR=08:00:27:DE:92:EA >TYPE=Ethernet >BOOTPROTO=dhcp >DEFROUTE=yes >PEERDNS=yes >PEERROUTES=yes >IPV4_FAILURE_FATAL=no >NAME=p2p1 >UUID=03d9518b-3fb8-42d5-b69f-d53b12f4595d >ONBOOT=yes > > > >/proc/cmdline: >initrd=initrd0.img root=live:CDLABEL=Fedora-18-TC3-x86_64-Live-Deskto rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 > > >/var/log/messages: >Dec 17 19:28:02 localhost rsyslogd: [origin software="rsyslogd" swVersion="7.2.4" x-pid="571" x-info="http://www.rsyslog.com"] start >Dec 17 19:28:02 localhost rsyslogd-2184: action '*' treated as ':omusrmsg:*' - please change syntax, '*' will not be supported in the future [try http://www.rsyslog.com/e/2184 ] >Dec 17 19:28:02 localhost kernel: [ 0.000000] Initializing cgroup subsys cpuset >Dec 17 19:28:02 localhost kernel: [ 0.000000] Initializing cgroup subsys cpu >Dec 17 19:28:02 localhost kernel: [ 0.000000] Linux version 3.6.10-4.fc18.x86_64 (mockbuild@) (gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) ) #1 SMP Tue Dec 11 18:01:27 UTC 2012 >Dec 17 19:28:02 localhost kernel: [ 0.000000] Command line: initrd=initrd0.img root=live:CDLABEL=Fedora-18-TC3-x86_64-Live-Deskto rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 >Dec 17 19:28:02 localhost kernel: [ 0.000000] e820: BIOS-provided physical RAM map: >Dec 17 19:28:02 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >Dec 17 19:28:02 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >Dec 17 19:28:02 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >Dec 17 19:28:02 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffeffff] usable >Dec 17 19:28:02 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000007fff0000-0x000000007fffffff] ACPI data >Dec 17 19:28:02 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >Dec 17 19:28:02 localhost kernel: [ 0.000000] NX (Execute Disable) protection: active >Dec 17 19:28:02 localhost kernel: [ 0.000000] DMI 2.5 present. >Dec 17 19:28:02 localhost kernel: [ 0.000000] No AGP bridge found >Dec 17 19:28:02 localhost kernel: [ 0.000000] e820: last_pfn = 0x7fff0 max_arch_pfn = 0x400000000 >Dec 17 19:28:02 localhost kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >Dec 17 19:28:02 localhost kernel: [ 0.000000] CPU MTRRs all blank - virtualized system. >Dec 17 19:28:02 localhost kernel: [ 0.000000] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0] >Dec 17 19:28:02 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x7ffeffff] >Dec 17 19:28:02 localhost kernel: [ 0.000000] RAMDISK: [mem 0x7e5a3000-0x7ffcefff] >Dec 17 19:28:02 localhost kernel: [ 0.000000] ACPI: RSDP 00000000000e0000 00024 (v02 VBOX ) >Dec 17 19:28:02 localhost kernel: [ 0.000000] ACPI: XSDT 000000007fff0030 0003C (v01 VBOX VBOXXSDT 00000001 ASL 00000061) >Dec 17 19:28:02 localhost kernel: [ 0.000000] ACPI: FACP 000000007fff00f0 000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061) >Dec 17 19:28:02 localhost kernel: [ 0.000000] ACPI: DSDT 000000007fff0480 01B96 (v01 VBOX VBOXBIOS 00000002 INTL 20100528) >Dec 17 19:28:02 localhost kernel: [ 0.000000] ACPI: FACS 000000007fff0200 00040 >Dec 17 19:28:02 localhost kernel: [ 0.000000] ACPI: APIC 000000007fff0240 00064 (v02 VBOX VBOXAPIC 00000001 ASL 00000061) >Dec 17 19:28:02 localhost kernel: [ 0.000000] ACPI: SSDT 000000007fff02b0 001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528) >Dec 17 19:28:02 localhost kernel: [ 0.000000] No NUMA configuration found >Dec 17 19:28:02 localhost kernel: [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffeffff] >Dec 17 19:28:02 localhost kernel: [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffeffff] >Dec 17 19:28:02 localhost kernel: [ 0.000000] NODE_DATA [mem 0x7ffdc000-0x7ffeffff] >Dec 17 19:28:02 localhost kernel: [ 0.000000] Zone ranges: >Dec 17 19:28:02 localhost kernel: [ 0.000000] DMA [mem 0x00010000-0x00ffffff] >Dec 17 19:28:02 localhost kernel: [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >Dec 17 19:28:02 localhost kernel: [ 0.000000] Normal empty >Dec 17 19:28:02 localhost kernel: [ 0.000000] Movable zone start for each node >Dec 17 19:28:02 localhost kernel: [ 0.000000] Early memory node ranges >Dec 17 19:28:02 localhost kernel: [ 0.000000] node 0: [mem 0x00010000-0x0009efff] >Dec 17 19:28:02 localhost kernel: [ 0.000000] node 0: [mem 0x00100000-0x7ffeffff] >Dec 17 19:28:02 localhost kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 >Dec 17 19:28:02 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >Dec 17 19:28:02 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) >Dec 17 19:28:02 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) >Dec 17 19:28:02 localhost kernel: [ 0.000000] ACPI: IOAPIC (id[0x03] address[0xfec00000] gsi_base[0]) >Dec 17 19:28:02 localhost kernel: [ 0.000000] IOAPIC[0]: apic_id 3, version 17, address 0xfec00000, GSI 0-23 >Dec 17 19:28:02 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >Dec 17 19:28:02 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >Dec 17 19:28:02 localhost kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information >Dec 17 19:28:02 localhost kernel: [ 0.000000] smpboot: Allowing 3 CPUs, 0 hotplug CPUs >Dec 17 19:28:02 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 >Dec 17 19:28:02 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 >Dec 17 19:28:02 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 >Dec 17 19:28:02 localhost kernel: [ 0.000000] e820: [mem 0x80000000-0xfffbffff] available for PCI devices >Dec 17 19:28:02 localhost kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware >Dec 17 19:28:02 localhost kernel: [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:3 nr_node_ids:1 >Dec 17 19:28:02 localhost kernel: [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007e200000 s84288 r8192 d22208 u524288 >Dec 17 19:28:02 localhost kernel: [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515961 >Dec 17 19:28:02 localhost kernel: [ 0.000000] Policy zone: DMA32 >Dec 17 19:28:02 localhost kernel: [ 0.000000] Kernel command line: initrd=initrd0.img root=live:CDLABEL=Fedora-18-TC3-x86_64-Live-Deskto rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 >Dec 17 19:28:02 localhost mtp-probe: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1" >Dec 17 19:28:02 localhost mtp-probe: bus: 1, device: 2 was not an MTP device >Dec 17 19:28:02 localhost systemd[1]: systemd 195 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; fedora) >Dec 17 19:28:02 localhost systemd[1]: Detected virtualization 'oracle'. >Dec 17 19:28:02 localhost systemd-modules-load[372]: Inserted module 'uinput' >Dec 17 19:28:02 localhost systemd[1]: Started udev Wait for Complete Device Initialization. >Dec 17 19:28:02 localhost systemd[1]: Starting Initialize storage subsystems (RAID, LVM, etc.)... >Dec 17 19:28:02 localhost systemd[1]: Started Show Plymouth Boot Screen. >Dec 17 19:28:02 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. >Dec 17 19:28:02 localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch. >Dec 17 19:28:02 localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. >Dec 17 19:28:02 localhost kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >Dec 17 19:28:02 localhost kernel: [ 0.000000] __ex_table already sorted, skipping sort >Dec 17 19:28:02 localhost kernel: [ 0.000000] Checking aperture... >Dec 17 19:28:02 localhost kernel: [ 0.000000] No AGP bridge found >Dec 17 19:28:02 localhost kernel: [ 0.000000] Memory: 2020492k/2097088k available (6334k kernel code, 452k absent, 76144k reserved, 6870k data, 1036k init) >Dec 17 19:28:02 localhost kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=3, Nodes=1 >Dec 17 19:28:02 localhost kernel: [ 0.000000] Hierarchical RCU implementation. >Dec 17 19:28:02 localhost kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=3. >Dec 17 19:28:02 localhost kernel: [ 0.000000] NR_IRQS:8448 nr_irqs:704 16 >Dec 17 19:28:02 localhost kernel: [ 0.000000] Console: colour VGA+ 80x25 >Dec 17 19:28:02 localhost kernel: [ 0.000000] console [tty0] enabled >Dec 17 19:28:02 localhost kernel: [ 0.000000] allocated 8388608 bytes of page_cgroup >Dec 17 19:28:02 localhost kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >Dec 17 19:28:02 localhost kernel: [ 0.000000] tsc: Fast TSC calibration using PIT >Dec 17 19:28:02 localhost kernel: [ 0.000000] tsc: Detected 2292.927 MHz processor >Dec 17 19:28:02 localhost kernel: [ 0.001002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4585.85 BogoMIPS (lpj=2292927) >Dec 17 19:28:02 localhost kernel: [ 0.001004] pid_max: default: 32768 minimum: 301 >Dec 17 19:28:02 localhost kernel: [ 0.001027] Security Framework initialized >Dec 17 19:28:02 localhost kernel: [ 0.001032] SELinux: Initializing. >Dec 17 19:28:02 localhost kernel: [ 0.002016] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >Dec 17 19:28:02 localhost kernel: [ 0.002352] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >Dec 17 19:28:02 localhost kernel: [ 0.002487] Mount-cache hash table entries: 256 >Dec 17 19:28:02 localhost kernel: [ 0.003033] Initializing cgroup subsys cpuacct >Dec 17 19:28:02 localhost kernel: [ 0.003038] Initializing cgroup subsys memory >Dec 17 19:28:02 localhost kernel: [ 0.003049] Initializing cgroup subsys devices >Dec 17 19:28:02 localhost kernel: [ 0.003054] Initializing cgroup subsys freezer >Dec 17 19:28:02 localhost kernel: [ 0.003058] Initializing cgroup subsys net_cls >Dec 17 19:28:02 localhost kernel: [ 0.003062] Initializing cgroup subsys blkio >Dec 17 19:28:02 localhost kernel: [ 0.003074] Initializing cgroup subsys perf_event >Dec 17 19:28:02 localhost kernel: [ 0.003284] CPU: Physical Processor ID: 0 >Dec 17 19:28:02 localhost kernel: [ 0.003285] CPU: Processor Core ID: 0 >Dec 17 19:28:02 localhost kernel: [ 0.003307] mce: CPU supports 0 MCE banks >Dec 17 19:28:02 localhost kernel: [ 0.003389] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0 >Dec 17 19:28:02 localhost kernel: [ 0.003389] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32 >Dec 17 19:28:02 localhost kernel: [ 0.003389] tlb_flushall_shift is 0x5 >Dec 17 19:28:02 localhost kernel: [ 0.012657] ACPI: Core revision 20120711 >Dec 17 19:28:02 localhost kernel: [ 0.013601] ftrace: allocating 23489 entries in 92 pages >Dec 17 19:28:02 localhost kernel: [ 0.022387] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >Dec 17 19:28:02 localhost kernel: [ 0.032454] smpboot: CPU0: Intel(R) Core(TM) i7-2820QM CPU @ 2.30GHz stepping 07 >Dec 17 19:28:02 localhost kernel: [ 0.032994] Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only. >Dec 17 19:28:02 localhost kernel: [ 0.032994] NMI watchdog: disabled (cpu0): hardware events not enabled >Dec 17 19:28:02 localhost kernel: [ 0.001999] mce: CPU supports 0 MCE banks >Dec 17 19:28:02 localhost kernel: [ 0.033999] smpboot: Booting Node 0, Processors #1 >Dec 17 19:28:02 localhost kernel: [ 0.046992] TSC synchronization [CPU#0 -> CPU#1]: >Dec 17 19:28:02 localhost kernel: [ 0.046992] Measured 98352 cycles TSC warp between CPUs, turning off TSC clock. >Dec 17 19:28:02 localhost kernel: [ 0.046992] tsc: Marking TSC unstable due to check_tsc_sync_source failed >Dec 17 19:28:02 localhost kernel: [ 0.047340] #2 OK >Dec 17 19:28:02 localhost kernel: [ 0.001999] mce: CPU supports 0 MCE banks >Dec 17 19:28:02 localhost kernel: [ 0.059526] Brought up 3 CPUs >Dec 17 19:28:02 localhost kernel: [ 0.059526] smpboot: Total of 3 processors activated (13757.56 BogoMIPS) >Dec 17 19:28:02 localhost kernel: [ 0.061047] devtmpfs: initialized >Dec 17 19:28:02 localhost kernel: [ 0.062029] atomic64 test passed for x86-64 platform with CX8 and with SSE >Dec 17 19:28:02 localhost kernel: [ 0.062087] RTC time: 0:27:55, date: 12/18/12 >Dec 17 19:28:02 localhost kernel: [ 0.062136] NET: Registered protocol family 16 >Dec 17 19:28:02 localhost kernel: [ 0.062455] ACPI: bus type pci registered >Dec 17 19:28:02 localhost kernel: [ 0.062554] PCI: Using configuration type 1 for base access >Dec 17 19:28:02 localhost kernel: [ 0.063092] bio: create slab <bio-0> at 0 >Dec 17 19:28:02 localhost kernel: [ 0.063092] ACPI: Added _OSI(Module Device) >Dec 17 19:28:02 localhost kernel: [ 0.063092] ACPI: Added _OSI(Processor Device) >Dec 17 19:28:02 localhost kernel: [ 0.063092] ACPI: Added _OSI(3.0 _SCP Extensions) >Dec 17 19:28:02 localhost kernel: [ 0.063092] ACPI: Added _OSI(Processor Aggregator Device) >Dec 17 19:28:02 localhost kernel: [ 0.064219] ACPI: Executed 1 blocks of module-level executable AML code >Dec 17 19:28:02 localhost kernel: [ 0.066678] ACPI: Interpreter enabled >Dec 17 19:28:02 localhost kernel: [ 0.066680] ACPI: (supports S0 S5) >Dec 17 19:28:02 localhost kernel: [ 0.066687] ACPI: Using IOAPIC for interrupt routing >Dec 17 19:28:02 localhost kernel: [ 0.068760] ACPI: No dock devices found. >Dec 17 19:28:02 localhost kernel: [ 0.068763] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug >Dec 17 19:28:02 localhost kernel: [ 0.068812] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >Dec 17 19:28:02 localhost kernel: [ 0.068889] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >Dec 17 19:28:02 localhost kernel: [ 0.068909] PCI host bridge to bus 0000:00 >Dec 17 19:28:02 localhost kernel: [ 0.068913] pci_bus 0000:00: root bus resource [bus 00-ff] >Dec 17 19:28:02 localhost kernel: [ 0.068914] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] >Dec 17 19:28:02 localhost kernel: [ 0.068916] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff] >Dec 17 19:28:02 localhost kernel: [ 0.126531] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM >Dec 17 19:28:02 localhost kernel: [ 0.126533] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) >Dec 17 19:28:02 localhost kernel: [ 0.132330] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 9 10 11) >Dec 17 19:28:02 localhost kernel: [ 0.132474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11) >Dec 17 19:28:02 localhost kernel: [ 0.132544] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11) >Dec 17 19:28:02 localhost kernel: [ 0.132613] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11) >Dec 17 19:28:02 localhost kernel: [ 0.132731] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >Dec 17 19:28:02 localhost kernel: [ 0.132731] vgaarb: loaded >Dec 17 19:28:02 localhost kernel: [ 0.132731] vgaarb: bridge control possible 0000:00:02.0 >Dec 17 19:28:02 localhost kernel: [ 0.132731] SCSI subsystem initialized >Dec 17 19:28:02 localhost kernel: [ 0.132731] ACPI: bus type scsi registered >Dec 17 19:28:02 localhost kernel: [ 0.133060] ACPI: bus type usb registered >Dec 17 19:28:02 localhost kernel: [ 0.133082] usbcore: registered new interface driver usbfs >Dec 17 19:28:02 localhost kernel: [ 0.133089] usbcore: registered new interface driver hub >Dec 17 19:28:02 localhost kernel: [ 0.133106] usbcore: registered new device driver usb >Dec 17 19:28:02 localhost kernel: [ 0.134039] PCI: Using ACPI for IRQ routing >Dec 17 19:28:02 localhost kernel: [ 0.134367] NetLabel: Initializing >Dec 17 19:28:02 localhost kernel: [ 0.134368] NetLabel: domain hash size = 128 >Dec 17 19:28:02 localhost kernel: [ 0.134368] NetLabel: protocols = UNLABELED CIPSOv4 >Dec 17 19:28:02 localhost kernel: [ 0.134377] NetLabel: unlabeled traffic allowed by default >Dec 17 19:28:02 localhost kernel: [ 0.141453] pnp: PnP ACPI init >Dec 17 19:28:02 localhost kernel: [ 0.141466] ACPI: bus type pnp registered >Dec 17 19:28:02 localhost kernel: [ 0.142550] pnp: PnP ACPI: found 5 devices >Dec 17 19:28:02 localhost kernel: [ 0.142552] ACPI: ACPI bus type pnp unregistered >Dec 17 19:28:02 localhost kernel: [ 0.156047] Switching to clocksource acpi_pm >Dec 17 19:28:02 localhost kernel: [ 0.156219] NET: Registered protocol family 2 >Dec 17 19:28:02 localhost kernel: [ 0.157543] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) >Dec 17 19:28:02 localhost kernel: [ 0.159113] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >Dec 17 19:28:02 localhost kernel: [ 0.159213] TCP: Hash tables configured (established 262144 bind 65536) >Dec 17 19:28:02 localhost kernel: [ 0.159225] TCP: reno registered >Dec 17 19:28:02 localhost kernel: [ 0.159234] UDP hash table entries: 1024 (order: 3, 32768 bytes) >Dec 17 19:28:02 localhost kernel: [ 0.159241] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) >Dec 17 19:28:02 localhost kernel: [ 0.159309] NET: Registered protocol family 1 >Dec 17 19:28:02 localhost kernel: [ 0.159325] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >Dec 17 19:28:02 localhost kernel: [ 0.159911] pci 0000:00:01.0: Activating ISA DMA hang workarounds >Dec 17 19:28:02 localhost kernel: [ 0.160363] Unpacking initramfs... >Dec 17 19:28:02 localhost kernel: [ 0.568652] Freeing initrd memory: 26800k freed >Dec 17 19:28:02 localhost kernel: [ 0.571788] platform rtc_cmos: registered platform RTC device (no PNP device found) >Dec 17 19:28:02 localhost kernel: [ 0.573272] Initialise module verification >Dec 17 19:28:02 localhost kernel: [ 0.573307] audit: initializing netlink socket (disabled) >Dec 17 19:28:02 localhost kernel: [ 0.573319] type=2000 audit(1355790475.573:1): initialized >Dec 17 19:28:02 localhost kernel: [ 0.590120] HugeTLB registered 2 MB page size, pre-allocated 0 pages >Dec 17 19:28:02 localhost kernel: [ 0.591604] VFS: Disk quotas dquot_6.5.2 >Dec 17 19:28:02 localhost kernel: [ 0.591635] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >Dec 17 19:28:02 localhost kernel: [ 0.592117] msgmni has been set to 3998 >Dec 17 19:28:02 localhost kernel: [ 0.594414] alg: No test for stdrng (krng) >Dec 17 19:28:02 localhost kernel: [ 0.594459] NET: Registered protocol family 38 >Dec 17 19:28:02 localhost kernel: [ 0.594462] Key type asymmetric registered >Dec 17 19:28:02 localhost kernel: [ 0.594463] Asymmetric key parser 'x509' registered >Dec 17 19:28:02 localhost kernel: [ 0.594494] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >Dec 17 19:28:02 localhost kernel: [ 0.594664] io scheduler noop registered >Dec 17 19:28:02 localhost kernel: [ 0.594665] io scheduler deadline registered >Dec 17 19:28:02 localhost kernel: [ 0.594688] io scheduler cfq registered (default) >Dec 17 19:28:02 localhost kernel: [ 0.594760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >Dec 17 19:28:02 localhost kernel: [ 0.594773] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >Dec 17 19:28:02 localhost kernel: [ 0.594773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >Dec 17 19:28:02 localhost kernel: [ 0.595521] ACPI: AC Adapter [AC] (on-line) >Dec 17 19:28:02 localhost kernel: [ 0.595973] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >Dec 17 19:28:02 localhost kernel: [ 0.595977] ACPI: Power Button [PWRF] >Dec 17 19:28:02 localhost kernel: [ 0.596068] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 >Dec 17 19:28:02 localhost kernel: [ 0.596070] ACPI: Sleep Button [SLPF] >Dec 17 19:28:02 localhost kernel: [ 0.600410] GHES: HEST is not enabled! >Dec 17 19:28:02 localhost kernel: [ 0.600539] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >Dec 17 19:28:02 localhost kernel: [ 0.601610] Non-volatile memory driver v1.3 >Dec 17 19:28:02 localhost kernel: [ 0.601612] Linux agpgart interface v0.103 >Dec 17 19:28:02 localhost kernel: [ 0.601905] ACPI: Battery Slot [BAT0] (battery present) >Dec 17 19:28:02 localhost kernel: [ 0.603170] loop: module loaded >Dec 17 19:28:02 localhost kernel: [ 0.603382] ahci: SSS flag set, parallel bus scan disabled >Dec 17 19:28:02 localhost kernel: [ 0.603583] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode >Dec 17 19:28:02 localhost kernel: [ 0.603585] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc >Dec 17 19:28:02 localhost kernel: [ 0.604212] scsi0 : ahci >Dec 17 19:28:02 localhost kernel: [ 0.604418] scsi1 : ahci >Dec 17 19:28:02 localhost kernel: [ 0.604452] ata1: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806100 irq 21 >Dec 17 19:28:02 localhost kernel: [ 0.604458] ata2: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806180 irq 21 >Dec 17 19:28:02 localhost kernel: [ 0.605036] scsi2 : ata_piix >Dec 17 19:28:02 localhost kernel: [ 0.605217] scsi3 : ata_piix >Dec 17 19:28:02 localhost kernel: [ 0.605240] ata3: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14 >Dec 17 19:28:02 localhost kernel: [ 0.605241] ata4: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15 >Dec 17 19:28:02 localhost kernel: [ 0.605290] libphy: Fixed MDIO Bus: probed >Dec 17 19:28:02 localhost kernel: [ 0.605394] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >Dec 17 19:28:02 localhost kernel: [ 0.605403] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >Dec 17 19:28:02 localhost kernel: [ 0.605508] ohci_hcd 0000:00:06.0: OHCI Host Controller >Dec 17 19:28:02 localhost kernel: [ 0.605643] ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 1 >Dec 17 19:28:02 localhost kernel: [ 0.605718] ohci_hcd 0000:00:06.0: irq 22, io mem 0xf0804000 >Dec 17 19:28:02 localhost kernel: [ 0.656683] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >Dec 17 19:28:02 localhost kernel: [ 0.656687] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 17 19:28:02 localhost kernel: [ 0.656690] usb usb1: Product: OHCI Host Controller >Dec 17 19:28:02 localhost kernel: [ 0.656692] usb usb1: Manufacturer: Linux 3.6.10-4.fc18.x86_64 ohci_hcd >Dec 17 19:28:02 localhost kernel: [ 0.656694] usb usb1: SerialNumber: 0000:00:06.0 >Dec 17 19:28:02 localhost kernel: [ 0.657184] hub 1-0:1.0: USB hub found >Dec 17 19:28:02 localhost kernel: [ 0.657207] hub 1-0:1.0: 8 ports detected >Dec 17 19:28:02 localhost kernel: [ 0.657671] uhci_hcd: USB Universal Host Controller Interface driver >Dec 17 19:28:02 localhost kernel: [ 0.657732] usbcore: registered new interface driver usbserial >Dec 17 19:28:02 localhost kernel: [ 0.657742] usbcore: registered new interface driver usbserial_generic >Dec 17 19:28:02 localhost kernel: [ 0.657750] USB Serial support registered for generic >Dec 17 19:28:02 localhost kernel: [ 0.657752] usbserial: USB Serial Driver core >Dec 17 19:28:02 localhost kernel: [ 0.657780] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 >Dec 17 19:28:02 localhost kernel: [ 0.658820] serio: i8042 KBD port at 0x60,0x64 irq 1 >Dec 17 19:28:02 localhost kernel: [ 0.658830] serio: i8042 AUX port at 0x60,0x64 irq 12 >Dec 17 19:28:02 localhost kernel: [ 0.659246] mousedev: PS/2 mouse device common for all mice >Dec 17 19:28:02 localhost kernel: [ 0.660064] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 >Dec 17 19:28:02 localhost kernel: [ 0.662458] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 >Dec 17 19:28:02 localhost kernel: [ 0.662574] rtc0: alarms up to one day, 114 bytes nvram >Dec 17 19:28:02 localhost kernel: [ 0.662656] device-mapper: uevent: version 1.0.3 >Dec 17 19:28:02 localhost kernel: [ 0.662718] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com >Dec 17 19:28:02 localhost kernel: [ 0.662775] cpuidle: using governor ladder >Dec 17 19:28:02 localhost kernel: [ 0.662776] cpuidle: using governor menu >Dec 17 19:28:02 localhost kernel: [ 0.662807] EFI Variables Facility v0.08 2004-May-17 >Dec 17 19:28:02 localhost kernel: [ 0.662912] usbcore: registered new interface driver usbhid >Dec 17 19:28:02 localhost kernel: [ 0.662913] usbhid: USB HID core driver >Dec 17 19:28:02 localhost kernel: [ 0.662936] drop_monitor: Initializing network drop monitor service >Dec 17 19:28:02 localhost kernel: [ 0.663007] ip_tables: (C) 2000-2006 Netfilter Core Team >Dec 17 19:28:02 localhost kernel: [ 0.663058] TCP: cubic registered >Dec 17 19:28:02 localhost kernel: [ 0.663063] Initializing XFRM netlink socket >Dec 17 19:28:02 localhost kernel: [ 0.663158] NET: Registered protocol family 10 >Dec 17 19:28:02 localhost kernel: [ 0.663288] mip6: Mobile IPv6 >Dec 17 19:28:02 localhost kernel: [ 0.663293] NET: Registered protocol family 17 >Dec 17 19:28:02 localhost kernel: [ 0.664217] Loading module verification certificates >Dec 17 19:28:02 localhost kernel: [ 0.664895] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 >Dec 17 19:28:02 localhost kernel: [ 0.664945] MODSIGN: Loaded cert 'Fedora kernel signing key: 7686e1f22bbf511e76885be3fb6c7a462be60dda' >Dec 17 19:28:02 localhost kernel: [ 0.664958] registered taskstats version 1 >Dec 17 19:28:02 localhost kernel: [ 0.665815] Magic number: 8:312:456 >Dec 17 19:28:02 localhost kernel: [ 0.665842] mem urandom: hash matches >Dec 17 19:28:02 localhost kernel: [ 0.666110] rtc_cmos rtc_cmos: setting system clock to 2012-12-18 00:27:56 UTC (1355790476) >Dec 17 19:28:02 localhost kernel: [ 0.756817] ata3.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133 >Dec 17 19:28:02 localhost kernel: [ 0.757693] ata3.00: configured for UDMA/33 >Dec 17 19:28:02 localhost kernel: [ 0.914286] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >Dec 17 19:28:02 localhost kernel: [ 0.914387] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 >Dec 17 19:28:02 localhost kernel: [ 0.914389] ata1.00: 16777216 sectors, multi 128: LBA48 NCQ (depth 31/32) >Dec 17 19:28:02 localhost kernel: [ 0.914482] ata1.00: configured for UDMA/133 >Dec 17 19:28:02 localhost kernel: [ 0.914845] scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 >Dec 17 19:28:02 localhost kernel: [ 0.915059] sd 0:0:0:0: [sda] 16777216 512-byte logical blocks: (8.58 GB/8.00 GiB) >Dec 17 19:28:02 localhost kernel: [ 0.915097] sd 0:0:0:0: Attached scsi generic sg0 type 0 >Dec 17 19:28:02 localhost kernel: [ 0.915240] sd 0:0:0:0: [sda] Write Protect is off >Dec 17 19:28:02 localhost kernel: [ 0.915297] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >Dec 17 19:28:02 localhost kernel: [ 0.916343] sda: unknown partition table >Dec 17 19:28:02 localhost kernel: [ 0.916900] sd 0:0:0:0: [sda] Attached SCSI disk >Dec 17 19:28:02 localhost kernel: [ 1.027610] usb 1-1: new full-speed USB device number 2 using ohci_hcd >Dec 17 19:28:02 localhost kernel: [ 1.222961] usb 1-1: New USB device found, idVendor=80ee, idProduct=0021 >Dec 17 19:28:02 localhost kernel: [ 1.222964] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 >Dec 17 19:28:02 localhost kernel: [ 1.222965] usb 1-1: Product: USB Tablet >Dec 17 19:28:02 localhost kernel: [ 1.222967] usb 1-1: Manufacturer: VirtualBox >Dec 17 19:28:02 localhost kernel: [ 1.223233] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >Dec 17 19:28:02 localhost kernel: [ 1.223364] ata2.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 >Dec 17 19:28:02 localhost kernel: [ 1.223365] ata2.00: 16777216 sectors, multi 128: LBA48 NCQ (depth 31/32) >Dec 17 19:28:02 localhost kernel: [ 1.223471] ata2.00: configured for UDMA/133 >Dec 17 19:28:02 localhost kernel: [ 1.223785] scsi 1:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 >Dec 17 19:28:02 localhost kernel: [ 1.224066] sd 1:0:0:0: Attached scsi generic sg1 type 0 >Dec 17 19:28:02 localhost kernel: [ 1.224089] sd 1:0:0:0: [sdb] 16777216 512-byte logical blocks: (8.58 GB/8.00 GiB) >Dec 17 19:28:02 localhost kernel: [ 1.224300] sd 1:0:0:0: [sdb] Write Protect is off >Dec 17 19:28:02 localhost kernel: [ 1.224429] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >Dec 17 19:28:02 localhost kernel: [ 1.224824] scsi 2:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5 >Dec 17 19:28:02 localhost kernel: [ 1.225249] sdb: unknown partition table >Dec 17 19:28:02 localhost kernel: [ 1.225351] sd 1:0:0:0: [sdb] Attached SCSI disk >Dec 17 19:28:02 localhost kernel: [ 1.225464] sr0: scsi3-mmc drive: 32x/32x xa/form2 tray >Dec 17 19:28:02 localhost kernel: [ 1.225466] cdrom: Uniform CD-ROM driver Revision: 3.20 >Dec 17 19:28:02 localhost kernel: [ 1.225790] sr 2:0:0:0: Attached scsi generic sg2 type 5 >Dec 17 19:28:02 localhost kernel: [ 1.227033] Freeing unused kernel memory: 1036k freed >Dec 17 19:28:02 localhost kernel: [ 1.227033] Write protecting the kernel read-only data: 12288k >Dec 17 19:28:02 localhost kernel: [ 1.231094] Freeing unused kernel memory: 1848k freed >Dec 17 19:28:02 localhost kernel: [ 1.233948] input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/input/input4 >Dec 17 19:28:02 localhost kernel: [ 1.234354] Freeing unused kernel memory: 1412k freed >Dec 17 19:28:02 localhost kernel: [ 1.234376] hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0 >Dec 17 19:28:02 localhost kernel: [ 1.462555] RPC: Registered named UNIX socket transport module. >Dec 17 19:28:02 localhost kernel: [ 1.462557] RPC: Registered udp transport module. >Dec 17 19:28:02 localhost kernel: [ 1.462558] RPC: Registered tcp transport module. >Dec 17 19:28:02 localhost kernel: [ 1.462558] RPC: Registered tcp NFSv4.1 backchannel transport module. >Dec 17 19:28:02 localhost kernel: [ 1.630926] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI >Dec 17 19:28:02 localhost kernel: [ 1.630928] e1000: Copyright (c) 1999-2006 Intel Corporation. >Dec 17 19:28:02 localhost kernel: [ 2.078062] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 08:00:27:de:92:ea >Dec 17 19:28:02 localhost kernel: [ 2.078070] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection >Dec 17 19:28:02 localhost kernel: [ 2.195127] squashfs: version 4.0 (2009/01/31) Phillip Lougher >Dec 17 19:28:02 localhost kernel: [ 2.373912] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >Dec 17 19:28:02 localhost kernel: [ 2.995770] type=1404 audit(1355790478.828:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 >Dec 17 19:28:02 localhost livesys[505]: Adding live user [ OK ] >Dec 17 19:28:02 localhost kernel: [ 3.333912] type=1403 audit(1355790479.166:3): policy loaded auid=4294967295 ses=4294967295 >Dec 17 19:28:02 localhost kernel: [ 4.135746] EXT4-fs (dm-0): re-mounted. Opts: (null) >Dec 17 19:28:02 localhost kernel: [ 4.478286] piix4_smbus 0000:00:07.0: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr >Dec 17 19:28:02 localhost kernel: [ 4.478318] parport_pc 00:04: reported by Plug and Play ACPI >Dec 17 19:28:02 localhost kernel: [ 4.478809] microcode: CPU0 sig=0x206a7, pf=0x1, revision=0x0 >Dec 17 19:28:02 localhost kernel: [ 4.509297] ppdev: user-space parallel port driver >Dec 17 19:28:02 localhost kernel: [ 4.541197] microcode: CPU1 sig=0x206a7, pf=0x1, revision=0x0 >Dec 17 19:28:02 localhost kernel: [ 4.542100] microcode: CPU2 sig=0x206a7, pf=0x1, revision=0x0 >Dec 17 19:28:02 localhost kernel: [ 4.543595] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >Dec 17 19:28:02 localhost kernel: [ 4.767044] hrtimer: interrupt took 3924803 ns >Dec 17 19:28:02 localhost kernel: [ 4.991181] intel8x0_measure_ac97_clock: measured 50935 usecs (1671 samples) >Dec 17 19:28:02 localhost kernel: [ 4.991184] intel8x0: measured clock 32806 rejected >Dec 17 19:28:02 localhost kernel: [ 5.343133] ALSA sound/pci/intel8x0.c:2827 intel8x0: measure - unreliable DMA position.. >Dec 17 19:28:02 localhost kernel: [ 5.695173] intel8x0_measure_ac97_clock: measured 50770 usecs (3900 samples) >Dec 17 19:28:02 localhost kernel: [ 5.695175] intel8x0: measured clock 76817 rejected >Dec 17 19:28:02 localhost kernel: [ 5.695176] intel8x0: clocking to 48000 >Dec 17 19:28:02 localhost systemd[1]: Stopped firstboot configuration program (graphical mode). >Dec 17 19:28:02 localhost systemd[1]: Stopped Software RAID monitoring and management. >Dec 17 19:28:02 localhost systemd[1]: Started Login Service. >Dec 17 19:28:02 localhost systemd[1]: Started RealtimeKit Scheduling Policy Service. >Dec 17 19:28:02 localhost systemd[1]: Started Avahi mDNS/DNS-SD Stack. >Dec 17 19:28:02 localhost systemd[1]: Stopping Software RAID Monitor Takeover... >Dec 17 19:28:02 localhost systemd[1]: Stopped Software RAID Monitor Takeover. >Dec 17 19:28:02 localhost systemd-logind[558]: Watching system buttons on /dev/input/event0 (Power Button) >Dec 17 19:28:02 localhost systemd-logind[558]: Watching system buttons on /dev/input/event1 (Sleep Button) >Dec 17 19:28:02 localhost avahi-daemon[566]: Successfully called chroot(). >Dec 17 19:28:02 localhost avahi-daemon[566]: Successfully dropped remaining capabilities. >Dec 17 19:28:02 localhost avahi-daemon[566]: No service file found in /etc/avahi/services. >Dec 17 19:28:02 localhost avahi-daemon[566]: System host name is set to 'localhost'. This is not a suitable mDNS host name, looking for alternatives. >Dec 17 19:28:02 localhost avahi-daemon[566]: Network interface enumeration completed. >Dec 17 19:28:02 localhost avahi-daemon[566]: Registering HINFO record with values 'X86_64'/'LINUX'. >Dec 17 19:28:02 localhost avahi-daemon[566]: Server startup complete. Host name is linux.local. Local service cookie is 44590278. >Dec 17 19:28:02 localhost dbus[572]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Dec 17 19:28:02 localhost systemd-logind[558]: New seat seat0. >Dec 17 19:28:02 localhost systemd[1]: Started GNOME Display Manager. >Dec 17 19:28:02 localhost systemd[1]: Starting Authorization Manager... >Dec 17 19:28:02 localhost dbus-daemon[572]: dbus[572]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Dec 17 19:28:02 localhost livesys[505]: ** (process:624): WARNING **: failed to commit changes to dconf: Error spawning command line `dbus-launch --autolaunch=8555fc29eab370833756b1cb6eed77e7 --binary-syntax --close-stderr': Child process exited with code 1 >Dec 17 19:28:02 localhost systemd[1]: Stopping Command Scheduler... >Dec 17 19:28:02 localhost dbus-daemon[572]: dbus[572]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.4" (uid=0 pid=589 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.6" (uid=0 pid=625 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Dec 17 19:28:02 localhost dbus[572]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.4" (uid=0 pid=589 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.6" (uid=0 pid=625 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Dec 17 19:28:02 localhost systemd[1]: Stopped Command Scheduler. >Dec 17 19:28:02 localhost systemd[1]: Stopping Job spooling tools... >Dec 17 19:28:02 localhost systemd[1]: Stopped Job spooling tools. >Dec 17 19:28:02 localhost polkitd[626]: Started polkitd version 0.107 >Dec 17 19:28:02 localhost livesys[505]: sed: can't read : No such file or directory >Dec 17 19:28:03 localhost dbus-daemon[572]: dbus[572]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Dec 17 19:28:03 localhost dbus[572]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Dec 17 19:28:03 localhost systemd[1]: Started Authorization Manager. >Dec 17 19:28:03 localhost accounts-daemon[576]: started daemon version 0.6.25 >Dec 17 19:28:03 localhost systemd[1]: Started Accounts Service. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.freedesktop.Geoclue' has path '/apps/geoclue/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.freedesktop.Telepathy.Logger' has path '/apps/telepathy-logger/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.freedesktop.gstreamer-0.10.default-elements' has path '/desktop/gstreamer/0.10/default-elements/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.freedesktop.ibus.general.xkblayoutconfig' has path '/desktop/ibus/general/xkblayoutconfig/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.gnome.Cheese' has path '/apps/cheese/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.gnome.seahorse' has path '/apps/seahorse/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.gnome.seahorse.manager' has path '/apps/seahorse/listing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost livesys[505]: warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 17 19:28:03 localhost systemd[1]: Started SYSV: Init script for live image.. >Dec 17 19:28:03 localhost systemd[1]: Starting LSB: Starts and stops login iSCSI daemon.... >Dec 17 19:28:03 localhost systemd[1]: Started firewalld - dynamic firewall daemon. >Dec 17 19:28:03 localhost systemd[1]: Starting Network Manager... >Dec 17 19:28:03 localhost kernel: [ 7.922564] Loading iSCSI transport class v2.0-870. >Dec 17 19:28:03 localhost kernel: [ 7.954158] ip6_tables: (C) 2000-2006 Netfilter Core Team >Dec 17 19:28:03 localhost kernel: [ 7.985830] iscsi: registered transport (tcp) >Dec 17 19:28:04 localhost kernel: [ 8.192503] iscsi: registered transport (iser) >Dec 17 19:28:04 localhost kernel: [ 8.206759] Ebtables v2.0 registered >Dec 17 19:28:04 localhost NetworkManager[665]: <info> NetworkManager (version 0.9.7.0-9.git20121004.fc18) is starting... >Dec 17 19:28:04 localhost NetworkManager[665]: <info> Read config file /etc/NetworkManager/NetworkManager.conf >Dec 17 19:28:04 localhost NetworkManager[665]: <info> WEXT support is enabled >Dec 17 19:28:04 localhost kernel: [ 8.228269] libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits. >Dec 17 19:28:04 localhost kernel: [ 8.228271] libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0. >Dec 17 19:28:04 localhost NetworkManager[665]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn >Dec 17 19:28:04 localhost NetworkManager[665]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect >Dec 17 19:28:04 localhost NetworkManager[665]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp >Dec 17 19:28:04 localhost NetworkManager[665]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc >Dec 17 19:28:04 localhost kernel: [ 8.297626] Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010) >Dec 17 19:28:04 localhost kernel: [ 8.297652] iscsi: registered transport (cxgb3i) >Dec 17 19:28:04 localhost kernel: [ 8.345279] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) >Dec 17 19:28:04 localhost NetworkManager[665]: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >Dec 17 19:28:04 localhost kernel: [ 8.376428] Chelsio T4 iSCSI Driver cxgb4i v0.9.1 (Aug. 2010) >Dec 17 19:28:04 localhost kernel: [ 8.376428] iscsi: registered transport (cxgb4i) >Dec 17 19:28:04 localhost NetworkManager[665]: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Dec 17 19:28:04 localhost NetworkManager[665]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Dec 17 19:28:04 localhost NetworkManager[665]: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >Dec 17 19:28:04 localhost dbus-daemon[572]: dbus[572]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Dec 17 19:28:04 localhost dbus-daemon[572]: dbus[572]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Dec 17 19:28:04 localhost dbus[572]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Dec 17 19:28:04 localhost NetworkManager[665]: <info> monitoring kernel firmware directory '/lib/firmware'. >Dec 17 19:28:04 localhost dbus[572]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Dec 17 19:28:04 localhost systemd[1]: Starting Bluetooth service... >Dec 17 19:28:04 localhost kernel: [ 8.408272] IPv6: ADDRCONF(NETDEV_UP): p2p1: link is not ready >Dec 17 19:28:04 localhost kernel: [ 8.412116] e1000: p2p1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX >Dec 17 19:28:04 localhost kernel: [ 8.412477] IPv6: ADDRCONF(NETDEV_CHANGE): p2p1: link becomes ready >Dec 17 19:28:04 localhost NetworkManager[665]: <info> WiFi enabled by radio killswitch; enabled by state file >Dec 17 19:28:04 localhost NetworkManager[665]: <info> WWAN enabled by radio killswitch; enabled by state file >Dec 17 19:28:04 localhost NetworkManager[665]: <info> WiMAX enabled by radio killswitch; enabled by state file >Dec 17 19:28:04 localhost NetworkManager[665]: <info> Networking is enabled by state file >Dec 17 19:28:04 localhost NetworkManager[665]: <warn> failed to allocate link cache: (-10) Operation not supported >Dec 17 19:28:04 localhost NetworkManager[665]: <info> (p2p1): carrier is OFF >Dec 17 19:28:04 localhost NetworkManager[665]: <info> (p2p1): new Ethernet device (driver: 'e1000' ifindex: 2) >Dec 17 19:28:04 localhost NetworkManager[665]: <info> (p2p1): exported as /org/freedesktop/NetworkManager/Devices/0 >Dec 17 19:28:04 localhost NetworkManager[665]: <info> (p2p1): now managed >Dec 17 19:28:04 localhost NetworkManager[665]: <info> (p2p1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >Dec 17 19:28:04 localhost NetworkManager[665]: <info> (p2p1): bringing up device. >Dec 17 19:28:04 localhost NetworkManager[665]: <info> (p2p1): preparing device. >Dec 17 19:28:04 localhost NetworkManager[665]: <info> (p2p1): deactivating device (reason 'managed') [2] >Dec 17 19:28:04 localhost NetworkManager[665]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:03.0/net/p2p1 >Dec 17 19:28:04 localhost NetworkManager[665]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Dec 17 19:28:04 localhost NetworkManager[665]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Dec 17 19:28:04 localhost NetworkManager[665]: <info> (p2p1): carrier now ON (device state 20) >Dec 17 19:28:04 localhost NetworkManager[665]: <info> (p2p1): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40] >Dec 17 19:28:04 localhost NetworkManager[665]: <info> Auto-activating connection 'Wired connection 1'. >Dec 17 19:28:04 localhost NetworkManager[665]: <info> Activation (p2p1) starting connection 'Wired connection 1' >Dec 17 19:28:04 localhost NetworkManager[665]: <info> (p2p1): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Dec 17 19:28:04 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) scheduled... >Dec 17 19:28:04 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) started... >Dec 17 19:28:04 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) scheduled... >Dec 17 19:28:04 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) complete. >Dec 17 19:28:04 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) starting... >Dec 17 19:28:04 localhost NetworkManager[665]: <info> (p2p1): device state change: prepare -> config (reason 'none') [40 50 0] >Dec 17 19:28:04 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) successful. >Dec 17 19:28:04 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) complete. >Dec 17 19:28:04 localhost systemd[1]: Started Network Manager. >Dec 17 19:28:04 localhost systemd[1]: Starting Network Manager Wait Online... >Dec 17 19:28:04 localhost kernel: [ 8.449274] cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.12 (June 29, 2012) >Dec 17 19:28:04 localhost kernel: [ 8.504651] Broadcom NetXtreme II iSCSI Driver bnx2i v2.7.2.2 (Apr 25, 2012) >Dec 17 19:28:04 localhost kernel: [ 8.504674] iscsi: registered transport (bnx2i) >Dec 17 19:28:04 localhost dbus-daemon[572]: modem-manager[712]: <info> ModemManager (version 0.6.0.0-2.fc18) starting... >Dec 17 19:28:04 localhost modem-manager[712]: <info> ModemManager (version 0.6.0.0-2.fc18) starting... >Dec 17 19:28:04 localhost bluetoothd[713]: bluetoothd[713]: Bluetooth daemon 4.101 >Dec 17 19:28:04 localhost bluetoothd[713]: Bluetooth daemon 4.101 >Dec 17 19:28:04 localhost dbus-daemon[572]: dbus[572]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Dec 17 19:28:04 localhost dbus[572]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Dec 17 19:28:04 localhost NetworkManager[665]: <info> modem-manager is now available >Dec 17 19:28:04 localhost dbus-daemon[572]: dbus[572]: [system] Successfully activated service 'org.bluez' >Dec 17 19:28:04 localhost dbus[572]: [system] Successfully activated service 'org.bluez' >Dec 17 19:28:04 localhost systemd[1]: Started Bluetooth service. >Dec 17 19:28:04 localhost bluetoothd[713]: bluetoothd[713]: Starting SDP server >Dec 17 19:28:04 localhost bluetoothd[713]: Starting SDP server >Dec 17 19:28:04 localhost kernel: [ 8.581903] iscsi: registered transport (be2iscsi) >Dec 17 19:28:04 localhost kernel: [ 8.677601] Bluetooth: Core ver 2.16 >Dec 17 19:28:04 localhost kernel: [ 8.677644] NET: Registered protocol family 31 >Dec 17 19:28:04 localhost kernel: [ 8.677646] Bluetooth: HCI device and connection manager initialized >Dec 17 19:28:04 localhost kernel: [ 8.677647] Bluetooth: HCI socket layer initialized >Dec 17 19:28:04 localhost kernel: [ 8.677648] Bluetooth: L2CAP socket layer initialized >Dec 17 19:28:04 localhost kernel: [ 8.677652] Bluetooth: SCO socket layer initialized >Dec 17 19:28:04 localhost bluetoothd[713]: bluetoothd[713]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Dec 17 19:28:04 localhost bluetoothd[713]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Dec 17 19:28:04 localhost iscsid: iSCSI logger with pid=801 started! >Dec 17 19:28:04 localhost bluetoothd[713]: bluetoothd[713]: Bluetooth Management interface initialized >Dec 17 19:28:04 localhost bluetoothd[713]: Bluetooth Management interface initialized >Dec 17 19:28:04 localhost iscsid[664]: Starting iscsid: [ OK ]#015[ OK ] >Dec 17 19:28:04 localhost systemd[1]: Started LSB: Starts and stops login iSCSI daemon.. >Dec 17 19:28:04 localhost dbus-daemon[572]: modem-manager[712]: <info> Loaded plugin 'Option' >Dec 17 19:28:04 localhost dbus-daemon[572]: modem-manager[712]: <info> Loaded plugin 'MotoC' >Dec 17 19:28:04 localhost dbus-daemon[572]: modem-manager[712]: <info> Loaded plugin 'SimTech' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'Option' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'MotoC' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'SimTech' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'Wavecom' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'Ericsson MBM' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'Linktop' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'Samsung' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'Gobi' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'AnyData' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'Nokia' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'Sierra' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'Novatel' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'Option High-Speed' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'ZTE' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'X22X' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'Longcheer' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'Huawei' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'Iridium' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'Cinterion' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Loaded plugin 'Generic' >Dec 17 19:28:04 localhost modem-manager[712]: <info> Successfully loaded 20 plugins >Dec 17 19:28:04 localhost dbus-daemon[572]: modem-manager[712]: <info> Loaded plugin 'Wavecom' >Dec 17 19:28:04 localhost dbus-daemon[572]: modem-manager[712]: <info> Loaded plugin 'Ericsson MBM' >Dec 17 19:28:04 localhost dbus-daemon[572]: modem-manager[712]: <info> Loaded plugin 'Linktop' >Dec 17 19:28:04 localhost dbus-daemon[572]: modem-manager[712]: <info> Loaded plugin 'Samsung' >Dec 17 19:28:04 localhost dbus-daemon[572]: modem-manager[712]: <info> Loaded plugin 'Gobi' >Dec 17 19:28:04 localhost dbus-daemon[572]: modem-manager[712]: <info> Loaded plugin 'AnyData' >Dec 17 19:28:04 localhost dbus-daemon[572]: modem-manager[712]: <info> Loaded plugin 'Nokia' >Dec 17 19:28:04 localhost dbus-daemon[572]: modem-manager[712]: <info> Loaded plugin 'Sierra' >Dec 17 19:28:04 localhost dbus-daemon[572]: modem-manager[712]: <info> Loaded plugin 'Novatel' >Dec 17 19:28:04 localhost dbus-daemon[572]: modem-manager[712]: <info> Loaded plugin 'Option High-Speed' >Dec 17 19:28:04 localhost dbus-daemon[572]: modem-manager[712]: <info> Successfully loaded 20 plugins >Dec 17 19:28:04 localhost gdm-simple-slave[625]: WARNING: Failed to give slave programs access to the display. Trying to proceed. >Dec 17 19:28:04 localhost kernel: [ 8.707702] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 >Dec 17 19:28:04 localhost kernel: [ 8.707702] Bluetooth: BNEP filters: protocol multicast >Dec 17 19:28:04 localhost systemd[1]: Started Wait for Plymouth Boot Screen to Quit. >Dec 17 19:28:05 localhost systemd-logind[558]: New session 1 of user gdm. >Dec 17 19:28:05 localhost systemd-logind[558]: Linked /tmp/.X11-unix/X0 to /run/user/42/X11-display. >Dec 17 19:28:05 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) scheduled. >Dec 17 19:28:05 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) started... >Dec 17 19:28:05 localhost NetworkManager[665]: <info> (p2p1): device state change: config -> ip-config (reason 'none') [50 70 0] >Dec 17 19:28:05 localhost NetworkManager[665]: <info> Activation (p2p1) Beginning DHCPv4 transaction (timeout in 45 seconds) >Dec 17 19:28:05 localhost NetworkManager[665]: <info> dhclient started with pid 1005 >Dec 17 19:28:05 localhost NetworkManager[665]: <info> Activation (p2p1) Beginning IP6 addrconf. >Dec 17 19:28:05 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) complete. >Dec 17 19:28:05 localhost dhclient[1005]: Internet Systems Consortium DHCP Client 4.2.4-P2 >Dec 17 19:28:05 localhost dhclient[1005]: Copyright 2004-2012 Internet Systems Consortium. >Dec 17 19:28:05 localhost dhclient[1005]: All rights reserved. >Dec 17 19:28:05 localhost dhclient[1005]: For info, please visit https://www.isc.org/software/dhcp/ >Dec 17 19:28:05 localhost dhclient[1005]: >Dec 17 19:28:05 localhost NetworkManager[665]: <info> (p2p1): DHCPv4 state changed nbi -> preinit >Dec 17 19:28:05 localhost dhclient[1005]: Listening on LPF/p2p1/08:00:27:de:92:ea >Dec 17 19:28:05 localhost dhclient[1005]: Sending on LPF/p2p1/08:00:27:de:92:ea >Dec 17 19:28:05 localhost dhclient[1005]: Sending on Socket/fallback >Dec 17 19:28:05 localhost dhclient[1005]: DHCPDISCOVER on p2p1 to 255.255.255.255 port 67 interval 5 (xid=0x4838669d) >Dec 17 19:28:05 localhost dhclient[1005]: DHCPREQUEST on p2p1 to 255.255.255.255 port 67 (xid=0x4838669d) >Dec 17 19:28:05 localhost dhclient[1005]: DHCPOFFER from 192.168.1.1 >Dec 17 19:28:05 localhost iscsid: transport class version 2.0-870. iscsid version 2.0-872.18.f17 >Dec 17 19:28:05 localhost iscsid: iSCSI daemon with pid=804 started! >Dec 17 19:28:05 localhost dhclient[1005]: DHCPACK from 192.168.1.1 (xid=0x4838669d) >Dec 17 19:28:05 localhost NetworkManager[665]: <info> (p2p1): DHCPv4 state changed preinit -> bound >Dec 17 19:28:05 localhost NetworkManager[665]: <info> address 192.168.1.107 >Dec 17 19:28:05 localhost NetworkManager[665]: <info> prefix 24 (255.255.255.0) >Dec 17 19:28:05 localhost NetworkManager[665]: <info> gateway 192.168.1.1 >Dec 17 19:28:05 localhost NetworkManager[665]: <info> nameserver '192.168.1.1' >Dec 17 19:28:05 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Dec 17 19:28:05 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) started... >Dec 17 19:28:05 localhost avahi-daemon[566]: Joining mDNS multicast group on interface p2p1.IPv4 with address 192.168.1.107. >Dec 17 19:28:05 localhost dhclient[1005]: bound to 192.168.1.107 -- renewal in 39494 seconds. >Dec 17 19:28:05 localhost avahi-daemon[566]: New relevant interface p2p1.IPv4 for mDNS. >Dec 17 19:28:05 localhost avahi-daemon[566]: Registering new address record for 192.168.1.107 on p2p1.IPv4. >Dec 17 19:28:06 localhost dbus-daemon[572]: dbus[572]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Dec 17 19:28:06 localhost dbus[572]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Dec 17 19:28:06 localhost systemd[1]: Starting Daemon for power management... >Dec 17 19:28:06 localhost dbus-daemon[572]: dbus[572]: [system] Successfully activated service 'org.freedesktop.UPower' >Dec 17 19:28:06 localhost dbus[572]: [system] Successfully activated service 'org.freedesktop.UPower' >Dec 17 19:28:06 localhost systemd[1]: Started Daemon for power management. >Dec 17 19:28:06 localhost systemd[1]: SELinux Got Sender :1.20 >Dec 17 19:28:06 localhost NetworkManager[665]: <info> (p2p1): device state change: ip-config -> secondaries (reason 'none') [70 90 0] >Dec 17 19:28:06 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) complete. >Dec 17 19:28:06 localhost NetworkManager[665]: <info> (p2p1): device state change: secondaries -> activated (reason 'none') [90 100 0] >Dec 17 19:28:06 localhost NetworkManager[665]: <info> Policy set 'Wired connection 1' (p2p1) as default for IPv4 routing and DNS. >Dec 17 19:28:06 localhost NetworkManager[665]: <info> Activation (p2p1) successful, device activated. >Dec 17 19:28:06 localhost dbus-daemon[572]: dbus[572]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 17 19:28:06 localhost dbus[572]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 17 19:28:06 localhost NetworkManager[665]: <info> Setting system hostname to 'f18v' (from address lookup) >Dec 17 19:28:06 localhost systemd[1]: Started Network Manager Wait Online. >Dec 17 19:28:06 localhost systemd[1]: Starting Network. >Dec 17 19:28:06 localhost systemd[1]: Reached target Network. >Dec 17 19:28:06 localhost systemd[1]: Starting LSB: Starts and stops login and scanning of iSCSI devices.... >Dec 17 19:28:06 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 17 19:28:06 localhost dbus-daemon[572]: dbus[572]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 17 19:28:06 localhost dbus[572]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 17 19:28:06 localhost avahi-daemon[566]: Registering new address record for fe80::a00:27ff:fede:92ea on p2p1.*. >Dec 17 19:28:06 localhost systemd[1]: Starting Virtualization daemon... >Dec 17 19:28:06 localhost systemd[1]: Started Virtualization daemon. >Dec 17 19:28:06 localhost systemd[1]: Starting RPC bind service... >Dec 17 19:28:06 localhost iscsi[1090]: Starting iscsi: iscsiadm: No records found >Dec 17 19:28:06 localhost iscsi[1090]: [ OK ] >Dec 17 19:28:06 localhost systemd[1]: Started LSB: Starts and stops login and scanning of iSCSI devices.. >Dec 17 19:28:06 localhost systemd[1]: Started RPC bind service. >Dec 17 19:28:06 localhost systemd[1]: Starting SYSV: Late init script for live image.... >Dec 17 19:28:06 localhost rpcbind: Cannot open '/var/lib/rpcbind/rpcbind.xdr' file for reading, errno 2 (No such file or directory) >Dec 17 19:28:06 localhost rpcbind: Cannot open '/var/lib/rpcbind/portmap.xdr' file for reading, errno 2 (No such file or directory) >Dec 17 19:28:06 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Dec 17 19:28:06 localhost systemd[1]: Started SYSV: Late init script for live image.. >Dec 17 19:28:06 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 17 19:28:07 localhost rtkit-daemon[562]: Successfully made thread 1153 of process 1153 (/usr/bin/pulseaudio) owned by '42' high priority at nice level -11. >Dec 17 19:28:07 localhost pulseaudio[1153]: [pulseaudio] alsa-util.c: Disabling timer-based scheduling because running inside a VM. >Dec 17 19:28:07 localhost libvirtd[1107]: 2012-12-18 00:28:07.576+0000: 1107: info : libvirt version: 0.10.2.1, package: 3.fc18 (Fedora Project, 2012-11-13-14:04:55, buildvm-15.phx2.fedoraproject.org) >Dec 17 19:28:07 localhost libvirtd[1107]: 2012-12-18 00:28:07.576+0000: 1107: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_xen.so not accessible >Dec 17 19:28:07 localhost libvirtd[1107]: 2012-12-18 00:28:07.599+0000: 1107: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_lxc.so not accessible >Dec 17 19:28:07 localhost libvirtd[1107]: 2012-12-18 00:28:07.599+0000: 1107: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_uml.so not accessible >Dec 17 19:28:07 localhost pulseaudio[1153]: [pulseaudio] alsa-util.c: Disabling timer-based scheduling because running inside a VM. >Dec 17 19:28:07 localhost pulseaudio[1153]: [alsa-sink] alsa-sink.c: ALSA woke us up to write new data to the device, but there was actually nothing to write! >Dec 17 19:28:07 localhost pulseaudio[1153]: [alsa-sink] alsa-sink.c: Most likely this is a bug in the ALSA driver 'snd_intel8x0'. Please report this issue to the ALSA developers. >Dec 17 19:28:07 localhost pulseaudio[1153]: [alsa-sink] alsa-sink.c: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail. >Dec 17 19:28:07 localhost libvirtd[1107]: 2012-12-18 00:28:07.679+0000: 1166: error : virNWFilterSnoopLeaseFileRefresh:1903 : open("/var/run/libvirt/network/nwfilter.ltmp"): No such file or directory >Dec 17 19:28:09 localhost dbus-daemon[572]: dbus[572]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Dec 17 19:28:09 localhost dbus[572]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Dec 17 19:28:09 localhost systemd[1]: Starting Disk Manager... >Dec 17 19:28:09 localhost udisksd[1243]: udisks daemon version 1.99.0 starting >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:28:09 localhost dbus-daemon[572]: dbus[572]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Dec 17 19:28:09 localhost dbus[572]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Dec 17 19:28:09 localhost systemd[1]: Started Disk Manager. >Dec 17 19:28:09 localhost udisksd[1243]: Acquired the name org.freedesktop.UDisks2 on the system message bus >Dec 17 19:28:09 localhost nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/10-sendmail' took too long; killing it. >Dec 17 19:28:09 localhost dbus-daemon[572]: dbus[572]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 17 19:28:09 localhost dbus[572]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 17 19:28:09 localhost dbus-daemon[572]: Launching FprintObject >Dec 17 19:28:09 localhost dbus-daemon[572]: dbus[572]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 17 19:28:09 localhost dbus[572]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 17 19:28:09 localhost dbus-daemon[572]: ** Message: D-Bus service launched with name: net.reactivated.Fprint >Dec 17 19:28:09 localhost dbus-daemon[572]: ** Message: entering main loop >Dec 17 19:28:09 localhost dbus-daemon[572]: dbus[572]: [system] Activating service name='org.freedesktop.realmd' (using servicehelper) >Dec 17 19:28:09 localhost dbus[572]: [system] Activating service name='org.freedesktop.realmd' (using servicehelper) >Dec 17 19:28:10 localhost dbus-daemon[572]: dbus[572]: [system] Successfully activated service 'org.freedesktop.realmd' >Dec 17 19:28:10 localhost dbus[572]: [system] Successfully activated service 'org.freedesktop.realmd' >Dec 17 19:28:12 localhost nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/20-chrony' took too long; killing it. >Dec 17 19:28:12 localhost NetworkManager[665]: <warn> Dispatcher script timed out: Script '/etc/NetworkManager/dispatcher.d/10-sendmail' timed out. >Dec 17 19:28:12 localhost NetworkManager[665]: <warn> Dispatcher script timed out: Script '/etc/NetworkManager/dispatcher.d/20-chrony' timed out. >Dec 17 19:28:20 localhost chronyd[587]: Selected source 72.26.198.240 >Dec 17 19:28:20 localhost chronyd[587]: System clock wrong by 1.738810 seconds, adjustment started >Dec 17 19:28:25 localhost NetworkManager[665]: <info> (p2p1): IP6 addrconf timed out or failed. >Dec 17 19:28:25 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >Dec 17 19:28:25 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 4 of 5 (IPv6 Configure Timeout) started... >Dec 17 19:28:25 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 4 of 5 (IPv6 Configure Timeout) complete. >Dec 17 19:28:39 localhost dbus-daemon[572]: ** Message: No devices in use, exit >Dec 17 19:29:07 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Dec 17 19:29:07 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Dec 17 19:29:26 localhost chronyd[587]: Selected source 199.102.46.72 >Dec 17 19:30:06 localhost dbus-daemon[572]: dbus[572]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 17 19:30:06 localhost dbus[572]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 17 19:30:06 localhost dbus-daemon[572]: Launching FprintObject >Dec 17 19:30:06 localhost dbus-daemon[572]: dbus[572]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 17 19:30:06 localhost dbus[572]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 17 19:30:06 localhost dbus-daemon[572]: ** Message: D-Bus service launched with name: net.reactivated.Fprint >Dec 17 19:30:06 localhost dbus-daemon[572]: ** Message: entering main loop >Dec 17 19:30:07 localhost systemd-logind[558]: New session 2 of user liveuser. >Dec 17 19:30:07 localhost systemd-logind[558]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display. >Dec 17 19:30:07 localhost gnome-session[976]: WARNING: Detected that screensaver has left the bus >Dec 17 19:30:07 localhost gnome-session[976]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed >Dec 17 19:30:07 localhost gdm-simple-slave[625]: WARNING: Failed to remove slave program access to the display. Trying to proceed. >Dec 17 19:30:07 localhost gdm-simple-slave[625]: WARNING: Child process -976 was already dead. >Dec 17 19:30:07 localhost kernel: [ 131.418739] fuse init (API version 7.20) >Dec 17 19:30:07 localhost systemd[1]: Mounted FUSE Control File System. >Dec 17 19:30:07 localhost spice-vdagent[1508]: Missing virtio device '/dev/virtio-ports/com.redhat.spice.0': No such file or directory >Dec 17 19:30:07 localhost systemd[1]: Started Sendmail Mail Transport Client. >Dec 17 19:30:07 localhost systemd[1]: Starting Multi-User. >Dec 17 19:30:07 localhost systemd[1]: Reached target Multi-User. >Dec 17 19:30:07 localhost systemd[1]: Starting Graphical Interface. >Dec 17 19:30:07 localhost systemd[1]: Reached target Graphical Interface. >Dec 17 19:30:07 localhost systemd[1]: Starting Stop Read-Ahead Data Collection 10s After Completed Startup. >Dec 17 19:30:07 localhost systemd[1]: Started Stop Read-Ahead Data Collection 10s After Completed Startup. >Dec 17 19:30:07 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes... >Dec 17 19:30:07 localhost rtkit-daemon[562]: Successfully made thread 1529 of process 1529 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. >Dec 17 19:30:07 localhost systemd[1]: Started Update UTMP about System Runlevel Changes. >Dec 17 19:30:07 localhost systemd[1]: Startup finished in 1s 235ms 854us (kernel) + 2s 173ms 483us (initrd) + 2min 8s 387ms 846us (userspace) = 2min 11s 797ms 183us. >Dec 17 19:30:07 localhost pulseaudio[1529]: [pulseaudio] alsa-util.c: Disabling timer-based scheduling because running inside a VM. >Dec 17 19:30:07 localhost systemd[1]: SELinux Got Sender :1.54 >Dec 17 19:30:07 localhost pulseaudio[1529]: [pulseaudio] alsa-util.c: Disabling timer-based scheduling because running inside a VM. >Dec 17 19:30:07 localhost rtkit-daemon[562]: Successfully made thread 1536 of process 1536 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. >Dec 17 19:30:07 localhost pulseaudio[1536]: [pulseaudio] pid.c: Daemon already running. >Dec 17 19:30:07 localhost dbus-daemon[572]: dbus[572]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Dec 17 19:30:07 localhost dbus[572]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Dec 17 19:30:07 localhost systemd[1]: Starting Manage, Install and Generate Color Profiles... >Dec 17 19:30:07 localhost colord: Using config file /etc/colord.conf >Dec 17 19:30:07 localhost colord: Using mapping database file /var/lib/colord/mapping.db >Dec 17 19:30:07 localhost colord: Using device database file /var/lib/colord/storage.db >Dec 17 19:30:07 localhost colord: Loading plugin libcd_plugin_camera.so >Dec 17 19:30:07 localhost colord: Loading plugin libcd_plugin_scanner.so >Dec 17 19:30:07 localhost colord: Daemon ready for requests >Dec 17 19:30:07 localhost dbus-daemon[572]: dbus[572]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Dec 17 19:30:07 localhost dbus[572]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Dec 17 19:30:07 localhost systemd[1]: Started Manage, Install and Generate Color Profiles. >Dec 17 19:30:07 localhost colord: Profile added: icc-607ae7f5824fb5ef63a4600f15a4a7eb >Dec 17 19:30:07 localhost colord: Profile added: icc-c88b946ac4b3b503a2860d21ea68f8bd >Dec 17 19:30:07 localhost systemd[1]: Starting CUPS Printing Service... >Dec 17 19:30:07 localhost systemd[1]: Started CUPS Printing Service. >Dec 17 19:30:07 localhost colord: Profile added: icc-942691ffe5d2da307d87d209157fa8c5 >Dec 17 19:30:07 localhost colord: Profile added: icc-cc7e433e2982e0a682f332ed378c7d47 >Dec 17 19:30:07 localhost colord: Profile added: icc-d14766a584896acd5810a9f14a3ef15d >Dec 17 19:30:07 localhost colord: Profile added: icc-fdde622468ba0cd232b9f7e00ad52af6 >Dec 17 19:30:07 localhost colord: Profile added: icc-7d744c7ca47e33468b64feb7029fc9b0 >Dec 17 19:30:07 localhost colord: Profile added: icc-dcd6d93e079fc3295cb4d48deb24f851 >Dec 17 19:30:07 localhost colord: Profile added: icc-a1acbaedbc3f054a5f724db41237df9c >Dec 17 19:30:07 localhost colord: Profile added: icc-285bf9a62b68718fe66aa1d69978a97d >Dec 17 19:30:07 localhost colord: Profile added: icc-d9c0a165058a15b86c6663d8ca9e35d7 >Dec 17 19:30:07 localhost colord: Profile added: icc-9c63a713c85fe8dcd9d9e8aa286f7e95 >Dec 17 19:30:07 localhost colord: Profile added: icc-262871936d61effa51c807a5a8daec38 >Dec 17 19:30:07 localhost colord: Profile added: icc-27275f74b03b7a5f4c6c8cde8122b9a1 >Dec 17 19:30:07 localhost colord: Profile added: icc-626fee7d930035c4509ab0c39abe71f7 >Dec 17 19:30:07 localhost colord: Profile added: icc-06bd372c0c828cbe84395111f6986349 >Dec 17 19:30:07 localhost colord: Profile added: icc-34bb9dbd79b7733d83ff9c7089d90162 >Dec 17 19:30:07 localhost colord: Profile added: icc-ba6a5c659db6759a2b4a4739d848127f >Dec 17 19:30:07 localhost colord: Profile added: icc-07aa38f191524daabe72365d8bf549df >Dec 17 19:30:07 localhost colord: Profile added: icc-1fffcf7157b6df5f4bcb186908a88488 >Dec 17 19:30:08 localhost colord: Device added: xrandr-default >Dec 17 19:30:09 localhost goa[1628]: goa-daemon version 3.6.2 starting [main.c:112, main()] >Dec 17 19:30:13 localhost kernel: [ 138.122083] md: raid0 personality registered for level 0 >Dec 17 19:30:13 localhost kernel: [ 138.133270] md: raid1 personality registered for level 1 >Dec 17 19:30:13 localhost kernel: [ 138.141404] async_tx: api initialized (async) >Dec 17 19:30:13 localhost kernel: [ 138.155261] xor: automatically using best checksumming function: >Dec 17 19:30:13 localhost kernel: [ 138.166050] generic_sse: 22700.000 MB/sec >Dec 17 19:30:14 localhost kernel: [ 138.221059] raid6: sse2x1 6183 MB/s >Dec 17 19:30:14 localhost kernel: [ 138.238696] raid6: sse2x2 7800 MB/s >Dec 17 19:30:14 localhost kernel: [ 138.255056] raid6: sse2x4 7675 MB/s >Dec 17 19:30:14 localhost kernel: [ 138.255058] raid6: using algorithm sse2x2 (7800 MB/s) >Dec 17 19:30:14 localhost kernel: [ 138.255059] raid6: using ssse3x2 recovery algorithm >Dec 17 19:30:14 localhost kernel: [ 138.279847] md: raid6 personality registered for level 6 >Dec 17 19:30:14 localhost kernel: [ 138.279853] md: raid5 personality registered for level 5 >Dec 17 19:30:14 localhost kernel: [ 138.279857] md: raid4 personality registered for level 4 >Dec 17 19:30:14 localhost kernel: [ 138.286684] md: raid10 personality registered for level 10 >Dec 17 19:30:14 localhost kernel: [ 138.307190] device-mapper: multipath: version 1.5.0 loaded >Dec 17 19:30:14 localhost kernel: [ 138.310440] device-mapper: multipath round-robin: version 1.0.0 loaded >Dec 17 19:30:14 localhost kernel: [ 138.353475] No iBFT detected. >Dec 17 19:30:14 localhost dbus[1344]: avc: received setenforce notice (enforcing=0) >Dec 17 19:30:14 localhost dbus[1495]: avc: received setenforce notice (enforcing=0) >Dec 17 19:30:14 localhost dbus[572]: avc: received setenforce notice (enforcing=0) >Dec 17 19:30:14 localhost dbus-daemon[572]: dbus[572]: avc: received setenforce notice (enforcing=0) >Dec 17 19:30:14 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:14 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:14 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:14 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:14 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:14 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:14 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:14 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:14 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:14 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:14 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:14 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost anaconda: /sbin/anaconda 18.37.3 >Dec 17 19:30:15 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 17 19:30:15 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 17 19:30:15 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 17 19:30:15 localhost anaconda: Default encoding = ascii >Dec 17 19:30:15 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost program: Running... udevadm settle --timeout=300 >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:15 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost anaconda: ISCSID is /sbin/iscsid >Dec 17 19:30:16 localhost anaconda: no initiator set >Dec 17 19:30:16 localhost program: Running... modprobe fcoe >Dec 17 19:30:16 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 17 19:30:16 localhost program: No FCoE boot disk information is found in EDD! >Dec 17 19:30:16 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 17 19:30:16 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 17 19:30:16 localhost program: Running... udevadm settle --timeout=300 >Dec 17 19:30:16 localhost program: Running... multipath -d >Dec 17 19:30:16 localhost program: Running... multipath -ll >Dec 17 19:30:16 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 17 19:30:16 localhost storage: MultipathTopology: found singlepath device: sda >Dec 17 19:30:16 localhost storage: MultipathTopology: found singlepath device: sdb >Dec 17 19:30:16 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 17 19:30:16 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 17 19:30:16 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 17 19:30:16 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 17 19:30:16 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 17 19:30:16 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 17 19:30:16 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 17 19:30:16 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 17 19:30:16 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 17 19:30:16 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost anaconda: Display mode = g >Dec 17 19:30:16 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 17 19:30:16 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 17 19:30:16 localhost anaconda: using only installclass _Fedora >Dec 17 19:30:16 localhost anaconda: Detected 2016M of memory >Dec 17 19:30:16 localhost anaconda: Swap attempt of 4032M >Dec 17 19:30:16 localhost anaconda: Running Thread: AnaStorageThread (139735057819392) >Dec 17 19:30:16 localhost anaconda: Running Thread: AnaNetworkThread (139735049426688) >Dec 17 19:30:16 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 17 19:30:16 localhost program: Running... systemctl start chronyd.service >Dec 17 19:30:16 localhost anaconda: Running Thread: AnaPayloadThread (139734728259328) >Dec 17 19:30:16 localhost systemd[1]: Started NTP client/server. >Dec 17 19:30:16 localhost NetworkManager[665]: ifcfg-rh: read connection 'p2p1' >Dec 17 19:30:16 localhost NetworkManager[665]: <info> (p2p1): device state change: activated -> disconnected (reason 'connection-removed') [100 30 38] >Dec 17 19:30:16 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 17 19:30:16 localhost NetworkManager[665]: <info> (p2p1): deactivating device (reason 'connection-removed') [38] >Dec 17 19:30:16 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost program: Running... udevadm settle --timeout=300 >Dec 17 19:30:16 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:16 localhost NetworkManager[665]: <info> (p2p1): canceled DHCP transaction, DHCP client pid 1005 >Dec 17 19:30:16 localhost avahi-daemon[566]: Withdrawing address record for 192.168.1.107 on p2p1. >Dec 17 19:30:16 localhost avahi-daemon[566]: Leaving mDNS multicast group on interface p2p1.IPv4 with address 192.168.1.107. >Dec 17 19:30:16 localhost avahi-daemon[566]: Interface p2p1.IPv4 no longer relevant for mDNS. >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Setting system hostname to 'localhost.localdomain' (no default device) >Dec 17 19:30:16 localhost dbus[572]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 17 19:30:16 localhost dbus-daemon[572]: dbus[572]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Saved default wired connection 'p2p1' to persistent storage >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Auto-activating connection 'p2p1'. >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Activation (p2p1) starting connection 'p2p1' >Dec 17 19:30:16 localhost NetworkManager[665]: <info> (p2p1): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) scheduled... >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) started... >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) scheduled... >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 1 of 5 (Device Prepare) complete. >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) starting... >Dec 17 19:30:16 localhost NetworkManager[665]: <info> (p2p1): device state change: prepare -> config (reason 'none') [40 50 0] >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) successful. >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 2 of 5 (Device Configure) complete. >Dec 17 19:30:16 localhost dbus-daemon[572]: dbus[572]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 17 19:30:16 localhost dbus[572]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) scheduled. >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) started... >Dec 17 19:30:16 localhost NetworkManager[665]: <info> (p2p1): device state change: config -> ip-config (reason 'none') [50 70 0] >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Activation (p2p1) Beginning DHCPv4 transaction (timeout in 45 seconds) >Dec 17 19:30:16 localhost NetworkManager[665]: <info> dhclient started with pid 1909 >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Activation (p2p1) Beginning IP6 addrconf. >Dec 17 19:30:16 localhost avahi-daemon[566]: Withdrawing address record for fe80::a00:27ff:fede:92ea on p2p1. >Dec 17 19:30:16 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 3 of 5 (IP Configure Start) complete. >Dec 17 19:30:17 localhost systemd[1]: Stopping LSB: Starts and stops login and scanning of iSCSI devices.... >Dec 17 19:30:17 localhost dhclient[1909]: Internet Systems Consortium DHCP Client 4.2.4-P2 >Dec 17 19:30:17 localhost dhclient[1909]: Copyright 2004-2012 Internet Systems Consortium. >Dec 17 19:30:17 localhost dhclient[1909]: All rights reserved. >Dec 17 19:30:17 localhost dhclient[1909]: For info, please visit https://www.isc.org/software/dhcp/ >Dec 17 19:30:17 localhost dhclient[1909]: >Dec 17 19:30:17 localhost NetworkManager[665]: <info> (p2p1): DHCPv4 state changed nbi -> preinit >Dec 17 19:30:17 localhost dhclient[1909]: Listening on LPF/p2p1/08:00:27:de:92:ea >Dec 17 19:30:17 localhost dhclient[1909]: Sending on LPF/p2p1/08:00:27:de:92:ea >Dec 17 19:30:17 localhost dhclient[1909]: Sending on Socket/fallback >Dec 17 19:30:17 localhost dhclient[1909]: DHCPREQUEST on p2p1 to 255.255.255.255 port 67 (xid=0x2be064e5) >Dec 17 19:30:17 localhost iscsi[1912]: Stopping iscsi: [ OK ] >Dec 17 19:30:17 localhost NetworkManager[665]: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-p2p1 >Dec 17 19:30:17 localhost dhclient[1909]: DHCPACK from 192.168.1.1 (xid=0x2be064e5) >Dec 17 19:30:17 localhost systemd[1]: Stopped LSB: Starts and stops login and scanning of iSCSI devices.. >Dec 17 19:30:17 localhost dbus-daemon[572]: Stopping iscsi (via systemctl): [ OK ] >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost anaconda: no initiator set >Dec 17 19:30:17 localhost storage: not going to create backup copy of non-existent /etc/mdadm.conf >Dec 17 19:30:17 localhost storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >Dec 17 19:30:17 localhost program: Running... udevadm settle --timeout=300 >Dec 17 19:30:17 localhost dhclient[1909]: bound to 192.168.1.107 -- renewal in 37860 seconds. >Dec 17 19:30:17 localhost NetworkManager[665]: <info> (p2p1): DHCPv4 state changed preinit -> reboot >Dec 17 19:30:17 localhost NetworkManager[665]: <info> address 192.168.1.107 >Dec 17 19:30:17 localhost NetworkManager[665]: <info> prefix 24 (255.255.255.0) >Dec 17 19:30:17 localhost NetworkManager[665]: <info> gateway 192.168.1.1 >Dec 17 19:30:17 localhost NetworkManager[665]: <info> nameserver '192.168.1.1' >Dec 17 19:30:17 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Dec 17 19:30:17 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) started... >Dec 17 19:30:17 localhost avahi-daemon[566]: Joining mDNS multicast group on interface p2p1.IPv4 with address 192.168.1.107. >Dec 17 19:30:17 localhost avahi-daemon[566]: New relevant interface p2p1.IPv4 for mDNS. >Dec 17 19:30:17 localhost avahi-daemon[566]: Registering new address record for 192.168.1.107 on p2p1.IPv4. >Dec 17 19:30:17 localhost storage: sr0 looks to be the live device; marking as protected >Dec 17 19:30:17 localhost program: Running... udevadm settle --timeout=300 >Dec 17 19:30:17 localhost systemd[1]: Stopping Sendmail Mail Transport Client... >Dec 17 19:30:17 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Dec 17 19:30:17 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 17 19:30:17 localhost program: Running... multipath -d >Dec 17 19:30:17 localhost program: Running... multipath -ll >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Dec 17 19:30:17 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Dec 17 19:30:17 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 17 19:30:17 localhost storage: MultipathTopology: found singlepath device: sda >Dec 17 19:30:17 localhost storage: MultipathTopology: found singlepath device: sdb >Dec 17 19:30:17 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 17 19:30:17 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 17 19:30:17 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 17 19:30:17 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 17 19:30:17 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 17 19:30:17 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 17 19:30:17 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 17 19:30:17 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 17 19:30:17 localhost storage: devices to scan: ['sr0', 'sda', 'sdb', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata3/host2/target2:0:0/2:0:0:0/block/sr0)... >Dec 17 19:30:17 localhost storage: sr0 is a cdrom >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost storage: added cdrom sr0 (id 0) to device tree >Dec 17 19:30:17 localhost storage: disklabel detected but not usable on sr0 >Dec 17 19:30:17 localhost storage: type detected on 'sr0' is 'iso9660' >Dec 17 19:30:17 localhost chronyd[587]: Source 204.235.61.9 offline >Dec 17 19:30:17 localhost chronyd[587]: Source 72.26.198.240 offline >Dec 17 19:30:17 localhost chronyd[587]: Source 4.53.160.75 offline >Dec 17 19:30:17 localhost chronyd[587]: Source 199.102.46.72 offline >Dec 17 19:30:17 localhost storage: got device: OpticalDevice instance (0x7f169408f510) -- >Dec 17 19:30:17 localhost storage: got format: Iso9660FS instance (0x3c35350) -- >Dec 17 19:30:17 localhost storage: scanning sda (/devices/pci0000:00/0000:00:0d.0/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >Dec 17 19:30:17 localhost storage: sda is a disk >Dec 17 19:30:17 localhost storage: added disk sda (id 1) to device tree >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost storage: no usable disklabel on sda >Dec 17 19:30:17 localhost storage: got device: DiskDevice instance (0x3c537d0) -- >Dec 17 19:30:17 localhost storage: scanning sdb (/devices/pci0000:00/0000:00:0d.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >Dec 17 19:30:17 localhost storage: sdb is a disk >Dec 17 19:30:17 localhost storage: added disk sdb (id 2) to device tree >Dec 17 19:30:17 localhost systemd[1]: Started Sendmail Mail Transport Client. >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost storage: no usable disklabel on sdb >Dec 17 19:30:17 localhost storage: got device: DiskDevice instance (0x7f168c01d2d0) -- >Dec 17 19:30:17 localhost storage: scanning loop0 (/devices/virtual/block/loop0)... >Dec 17 19:30:17 localhost storage: loop0 is a loop device >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost storage: added file /osmin.img (deleted) (id 3) to device tree >Dec 17 19:30:17 localhost storage: added loop loop0 (id 4) to device tree >Dec 17 19:30:17 localhost storage: disklabel detected but not usable on loop0 >Dec 17 19:30:17 localhost storage: type detected on 'loop0' is 'squashfs' >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost storage: got device: LoopDevice instance (0x3c53f90) -- >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost storage: scanning loop1 (/devices/virtual/block/loop1)... >Dec 17 19:30:17 localhost storage: loop1 is a loop device >Dec 17 19:30:17 localhost storage: added file /osmin (id 5) to device tree >Dec 17 19:30:17 localhost storage: added loop loop1 (id 6) to device tree >Dec 17 19:30:17 localhost storage: disklabel detected but not usable on loop1 >Dec 17 19:30:17 localhost storage: type detected on 'loop1' is 'DM_snapshot_cow' >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost storage: got device: LoopDevice instance (0x7f168c01d450) -- >Dec 17 19:30:17 localhost storage: scanning loop2 (/devices/virtual/block/loop2)... >Dec 17 19:30:17 localhost storage: loop2 is a loop device >Dec 17 19:30:17 localhost storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 7) to device tree >Dec 17 19:30:17 localhost storage: added loop loop2 (id 8) to device tree >Dec 17 19:30:17 localhost storage: disklabel detected but not usable on loop2 >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost storage: type detected on 'loop2' is 'squashfs' >Dec 17 19:30:17 localhost storage: got device: LoopDevice instance (0x3c5cb90) -- >Dec 17 19:30:17 localhost storage: scanning loop3 (/devices/virtual/block/loop3)... >Dec 17 19:30:17 localhost storage: loop3 is a loop device >Dec 17 19:30:17 localhost storage: added file /LiveOS/ext3fs.img (id 9) to device tree >Dec 17 19:30:17 localhost storage: added loop loop3 (id 10) to device tree >Dec 17 19:30:17 localhost storage: type detected on 'loop3' is 'ext4' >Dec 17 19:30:17 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 17 19:30:17 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 17 19:30:17 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 17 19:30:17 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 17 19:30:17 localhost program: Filesystem magic number: 0xEF53 >Dec 17 19:30:17 localhost program: Filesystem revision #: 1 (dynamic) >Dec 17 19:30:17 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 17 19:30:17 localhost program: Filesystem flags: signed_directory_hash >Dec 17 19:30:17 localhost program: Default mount options: user_xattr acl >Dec 17 19:30:17 localhost program: Filesystem state: clean >Dec 17 19:30:17 localhost program: Errors behavior: Continue >Dec 17 19:30:17 localhost program: Filesystem OS type: Linux >Dec 17 19:30:17 localhost program: Inode count: 262144 >Dec 17 19:30:17 localhost program: Block count: 1048576 >Dec 17 19:30:17 localhost program: Reserved block count: 10484 >Dec 17 19:30:17 localhost program: Free blocks: 188525 >Dec 17 19:30:17 localhost program: Free inodes: 153877 >Dec 17 19:30:17 localhost program: First block: 0 >Dec 17 19:30:17 localhost program: Block size: 4096 >Dec 17 19:30:17 localhost program: Fragment size: 4096 >Dec 17 19:30:17 localhost program: Reserved GDT blocks: 255 >Dec 17 19:30:17 localhost program: Blocks per group: 32768 >Dec 17 19:30:17 localhost program: Fragments per group: 32768 >Dec 17 19:30:17 localhost program: Inodes per group: 8192 >Dec 17 19:30:17 localhost program: Inode blocks per group: 512 >Dec 17 19:30:17 localhost program: Flex block group size: 16 >Dec 17 19:30:17 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 17 19:30:17 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 17 19:30:17 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 17 19:30:17 localhost program: Mount count: 0 >Dec 17 19:30:17 localhost program: Maximum mount count: -1 >Dec 17 19:30:17 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 17 19:30:17 localhost program: Check interval: 0 (<none>) >Dec 17 19:30:17 localhost program: Lifetime writes: 805 MB >Dec 17 19:30:17 localhost program: Reserved blocks uid: 0 (user root) >Dec 17 19:30:17 localhost program: Reserved blocks gid: 0 (group root) >Dec 17 19:30:17 localhost program: First inode: 11 >Dec 17 19:30:17 localhost program: Inode size:#011 256 >Dec 17 19:30:17 localhost program: Required extra isize: 28 >Dec 17 19:30:17 localhost program: Desired extra isize: 28 >Dec 17 19:30:17 localhost program: Journal inode: 8 >Dec 17 19:30:17 localhost program: Default directory hash: half_md4 >Dec 17 19:30:17 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 17 19:30:17 localhost program: Journal backup: inode blocks >Dec 17 19:30:17 localhost program: Journal features: journal_incompat_revoke >Dec 17 19:30:17 localhost program: Journal size: 128M >Dec 17 19:30:17 localhost program: Journal length: 32768 >Dec 17 19:30:17 localhost program: Journal sequence: 0x000016d0 >Dec 17 19:30:17 localhost program: Journal start: 0 >Dec 17 19:30:17 localhost program: >Dec 17 19:30:17 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 17 19:30:17 localhost program: Running... dumpe2fs -h /dev/loop3 >Dec 17 19:30:17 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 17 19:30:17 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 17 19:30:17 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 17 19:30:17 localhost program: Filesystem magic number: 0xEF53 >Dec 17 19:30:17 localhost program: Filesystem revision #: 1 (dynamic) >Dec 17 19:30:17 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 17 19:30:17 localhost program: Filesystem flags: signed_directory_hash >Dec 17 19:30:17 localhost program: Default mount options: user_xattr acl >Dec 17 19:30:17 localhost program: Filesystem state: clean >Dec 17 19:30:17 localhost program: Errors behavior: Continue >Dec 17 19:30:17 localhost program: Filesystem OS type: Linux >Dec 17 19:30:17 localhost program: Inode count: 262144 >Dec 17 19:30:17 localhost program: Block count: 1048576 >Dec 17 19:30:17 localhost program: Reserved block count: 10484 >Dec 17 19:30:17 localhost program: Free blocks: 188525 >Dec 17 19:30:17 localhost program: Free inodes: 153877 >Dec 17 19:30:17 localhost program: First block: 0 >Dec 17 19:30:17 localhost program: Block size: 4096 >Dec 17 19:30:17 localhost program: Fragment size: 4096 >Dec 17 19:30:17 localhost program: Reserved GDT blocks: 255 >Dec 17 19:30:17 localhost program: Blocks per group: 32768 >Dec 17 19:30:17 localhost program: Fragments per group: 32768 >Dec 17 19:30:17 localhost program: Inodes per group: 8192 >Dec 17 19:30:17 localhost program: Inode blocks per group: 512 >Dec 17 19:30:17 localhost program: Flex block group size: 16 >Dec 17 19:30:17 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 17 19:30:17 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 17 19:30:17 localhost program: Last write time: Mon Dec 17 12:00:03 2012 >Dec 17 19:30:17 localhost program: Mount count: 0 >Dec 17 19:30:17 localhost program: Maximum mount count: -1 >Dec 17 19:30:17 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 17 19:30:17 localhost program: Check interval: 0 (<none>) >Dec 17 19:30:17 localhost program: Lifetime writes: 805 MB >Dec 17 19:30:17 localhost program: Reserved blocks uid: 0 (user root) >Dec 17 19:30:17 localhost program: Reserved blocks gid: 0 (group root) >Dec 17 19:30:17 localhost program: First inode: 11 >Dec 17 19:30:17 localhost program: Inode size:#011 256 >Dec 17 19:30:17 localhost program: Required extra isize: 28 >Dec 17 19:30:17 localhost program: Desired extra isize: 28 >Dec 17 19:30:17 localhost program: Journal inode: 8 >Dec 17 19:30:17 localhost program: Default directory hash: half_md4 >Dec 17 19:30:17 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 17 19:30:17 localhost program: Journal backup: inode blocks >Dec 17 19:30:17 localhost program: Journal features: journal_incompat_revoke >Dec 17 19:30:17 localhost program: Journal size: 128M >Dec 17 19:30:17 localhost program: Journal length: 32768 >Dec 17 19:30:17 localhost program: Journal sequence: 0x000016d0 >Dec 17 19:30:17 localhost program: Journal start: 0 >Dec 17 19:30:17 localhost program: >Dec 17 19:30:17 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 17 19:30:17 localhost program: Running... resize2fs -P /dev/loop3 >Dec 17 19:30:17 localhost program: Couldn't find valid filesystem superblock. >Dec 17 19:30:17 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 17 19:30:17 localhost program: resize2fs: Device or resource busy while trying to open /dev/loop3 >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost storage: got device: LoopDevice instance (0x3c5cad0) -- >Dec 17 19:30:17 localhost storage: got format: Ext4FS instance (0x3c64150) -- >Dec 17 19:30:17 localhost storage: scanning loop4 (/devices/virtual/block/loop4)... >Dec 17 19:30:17 localhost storage: loop4 is a loop device >Dec 17 19:30:17 localhost storage: added file /overlay (deleted) (id 11) to device tree >Dec 17 19:30:17 localhost storage: added loop loop4 (id 12) to device tree >Dec 17 19:30:17 localhost storage: disklabel detected but not usable on loop4 >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost storage: got device: LoopDevice instance (0x7f16941331d0) -- >Dec 17 19:30:17 localhost storage: ignoring loop5 (/devices/virtual/block/loop5) >Dec 17 19:30:17 localhost storage: ignoring loop6 (/devices/virtual/block/loop6) >Dec 17 19:30:17 localhost storage: ignoring loop7 (/devices/virtual/block/loop7) >Dec 17 19:30:17 localhost program: Running... udevadm settle --timeout=300 >Dec 17 19:30:17 localhost systemd[1]: Starting Stop Read-Ahead Data Collection... >Dec 17 19:30:17 localhost storage: devices to scan: ['dm-0', 'dm-1'] >Dec 17 19:30:17 localhost systemd[1]: Started Stop Read-Ahead Data Collection. >Dec 17 19:30:17 localhost storage: scanning live-rw (/devices/virtual/block/dm-0)... >Dec 17 19:30:17 localhost storage: live-rw is a device-mapper device >Dec 17 19:30:17 localhost storage: added dm live-rw (id 13) to device tree >Dec 17 19:30:17 localhost storage: type detected on 'live-rw' is 'ext4' >Dec 17 19:30:17 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 17 19:30:17 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 17 19:30:17 localhost program: Last mounted on: /sysroot >Dec 17 19:30:17 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 17 19:30:17 localhost program: Filesystem magic number: 0xEF53 >Dec 17 19:30:17 localhost program: Filesystem revision #: 1 (dynamic) >Dec 17 19:30:17 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 17 19:30:17 localhost program: Filesystem flags: signed_directory_hash >Dec 17 19:30:17 localhost program: Default mount options: user_xattr acl >Dec 17 19:30:17 localhost program: Filesystem state: clean >Dec 17 19:30:17 localhost program: Errors behavior: Continue >Dec 17 19:30:17 localhost program: Filesystem OS type: Linux >Dec 17 19:30:17 localhost program: Inode count: 262144 >Dec 17 19:30:17 localhost program: Block count: 1048576 >Dec 17 19:30:17 localhost program: Reserved block count: 10484 >Dec 17 19:30:17 localhost program: Free blocks: 188525 >Dec 17 19:30:17 localhost program: Free inodes: 153877 >Dec 17 19:30:17 localhost program: First block: 0 >Dec 17 19:30:17 localhost program: Block size: 4096 >Dec 17 19:30:17 localhost program: Fragment size: 4096 >Dec 17 19:30:17 localhost program: Reserved GDT blocks: 255 >Dec 17 19:30:17 localhost program: Blocks per group: 32768 >Dec 17 19:30:17 localhost program: Fragments per group: 32768 >Dec 17 19:30:17 localhost program: Inodes per group: 8192 >Dec 17 19:30:17 localhost program: Inode blocks per group: 512 >Dec 17 19:30:17 localhost program: Flex block group size: 16 >Dec 17 19:30:17 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 17 19:30:17 localhost program: Last mount time: Mon Dec 17 19:27:58 2012 >Dec 17 19:30:17 localhost program: Last write time: Mon Dec 17 19:27:58 2012 >Dec 17 19:30:17 localhost program: Mount count: 1 >Dec 17 19:30:17 localhost program: Maximum mount count: -1 >Dec 17 19:30:17 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 17 19:30:17 localhost program: Check interval: 0 (<none>) >Dec 17 19:30:17 localhost program: Lifetime writes: 805 MB >Dec 17 19:30:17 localhost program: Reserved blocks uid: 0 (user root) >Dec 17 19:30:17 localhost program: Reserved blocks gid: 0 (group root) >Dec 17 19:30:17 localhost program: First inode: 11 >Dec 17 19:30:17 localhost program: Inode size:#011 256 >Dec 17 19:30:17 localhost program: Required extra isize: 28 >Dec 17 19:30:17 localhost program: Desired extra isize: 28 >Dec 17 19:30:17 localhost program: Journal inode: 8 >Dec 17 19:30:17 localhost program: First orphan inode: 38536 >Dec 17 19:30:17 localhost program: Default directory hash: half_md4 >Dec 17 19:30:17 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 17 19:30:17 localhost program: Journal backup: inode blocks >Dec 17 19:30:17 localhost program: Journal features: journal_incompat_revoke >Dec 17 19:30:17 localhost program: Journal size: 128M >Dec 17 19:30:17 localhost program: Journal length: 32768 >Dec 17 19:30:17 localhost program: Journal sequence: 0x000016d1 >Dec 17 19:30:17 localhost program: Journal start: 1 >Dec 17 19:30:17 localhost program: >Dec 17 19:30:17 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 17 19:30:17 localhost program: Running... dumpe2fs -h /dev/mapper/live-rw >Dec 17 19:30:17 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 17 19:30:17 localhost program: Last mounted on: /sysroot >Dec 17 19:30:17 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 17 19:30:17 localhost program: Filesystem magic number: 0xEF53 >Dec 17 19:30:17 localhost program: Filesystem revision #: 1 (dynamic) >Dec 17 19:30:17 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 17 19:30:17 localhost program: Filesystem flags: signed_directory_hash >Dec 17 19:30:17 localhost program: Default mount options: user_xattr acl >Dec 17 19:30:17 localhost program: Filesystem state: clean >Dec 17 19:30:17 localhost program: Errors behavior: Continue >Dec 17 19:30:17 localhost program: Filesystem OS type: Linux >Dec 17 19:30:17 localhost program: Fragment size: 4096 >Dec 17 19:30:17 localhost program: Reserved GDT blocks: 255 >Dec 17 19:30:17 localhost program: Blocks per group: 32768 >Dec 17 19:30:17 localhost program: Fragments per group: 32768 >Dec 17 19:30:17 localhost program: Inodes per group: 8192 >Dec 17 19:30:17 localhost program: Inode blocks per group: 512 >Dec 17 19:30:17 localhost program: Flex block group size: 16 >Dec 17 19:30:17 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 17 19:30:17 localhost program: Last mount time: Mon Dec 17 19:27:58 2012 >Dec 17 19:30:17 localhost program: Last write time: Mon Dec 17 19:27:58 2012 >Dec 17 19:30:17 localhost program: Mount count: 1 >Dec 17 19:30:17 localhost program: Maximum mount count: -1 >Dec 17 19:30:17 localhost program: Last checked: Mon Dec 17 12:00:03 2012 >Dec 17 19:30:17 localhost program: Check interval: 0 (<none>) >Dec 17 19:30:17 localhost program: Lifetime writes: 805 MB >Dec 17 19:30:17 localhost program: Reserved blocks uid: 0 (user root) >Dec 17 19:30:17 localhost program: Reserved blocks gid: 0 (group root) >Dec 17 19:30:17 localhost program: First inode: 11 >Dec 17 19:30:17 localhost program: Inode size:#011 256 >Dec 17 19:30:17 localhost program: Required extra isize: 28 >Dec 17 19:30:17 localhost program: Desired extra isize: 28 >Dec 17 19:30:17 localhost program: Journal inode: 8 >Dec 17 19:30:17 localhost program: First orphan inode: 38536 >Dec 17 19:30:17 localhost program: Default directory hash: half_md4 >Dec 17 19:30:17 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 17 19:30:17 localhost program: Journal backup: inode blocks >Dec 17 19:30:17 localhost program: Journal features: journal_incompat_revoke >Dec 17 19:30:17 localhost program: Journal size: 128M >Dec 17 19:30:17 localhost program: Journal length: 32768 >Dec 17 19:30:17 localhost program: Journal sequence: 0x000016d1 >Dec 17 19:30:17 localhost program: Journal start: 1 >Dec 17 19:30:17 localhost program: >Dec 17 19:30:17 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 17 19:30:17 localhost program: Running... resize2fs -P /dev/mapper/live-rw >Dec 17 19:30:17 localhost program: Estimated minimum size of the filesystem: 861710 >Dec 17 19:30:17 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost storage: got device: DMDevice instance (0x7f169413f390) -- >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost storage: got format: Ext4FS instance (0x7f169413f5d0) -- >Dec 17 19:30:17 localhost storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >Dec 17 19:30:17 localhost storage: live-osimg-min is a device-mapper device >Dec 17 19:30:17 localhost storage: added dm live-osimg-min (id 14) to device tree >Dec 17 19:30:17 localhost storage: type detected on 'live-osimg-min' is 'ext4' >Dec 17 19:30:17 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 17 19:30:17 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 17 19:30:17 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 17 19:30:17 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 17 19:30:17 localhost program: Filesystem magic number: 0xEF53 >Dec 17 19:30:17 localhost program: Filesystem revision #: 1 (dynamic) >Dec 17 19:30:17 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 17 19:30:17 localhost program: Filesystem flags: signed_directory_hash >Dec 17 19:30:17 localhost program: Default mount options: user_xattr acl >Dec 17 19:30:17 localhost program: Filesystem state: clean >Dec 17 19:30:17 localhost program: Errors behavior: Continue >Dec 17 19:30:17 localhost program: Filesystem OS type: Linux >Dec 17 19:30:17 localhost program: Inode count: 221184 >Dec 17 19:30:17 localhost program: Block count: 861710 >Dec 17 19:30:17 localhost program: Reserved block count: 8615 >Dec 17 19:30:17 localhost program: Free blocks: 4486 >Dec 17 19:30:17 localhost program: Free inodes: 112917 >Dec 17 19:30:17 localhost program: First block: 0 >Dec 17 19:30:17 localhost program: Block size: 4096 >Dec 17 19:30:17 localhost program: Fragment size: 4096 >Dec 17 19:30:17 localhost program: Reserved GDT blocks: 255 >Dec 17 19:30:17 localhost program: Blocks per group: 32768 >Dec 17 19:30:17 localhost program: Fragments per group: 32768 >Dec 17 19:30:17 localhost program: Inodes per group: 8192 >Dec 17 19:30:17 localhost program: Inode blocks per group: 512 >Dec 17 19:30:17 localhost program: Flex block group size: 16 >Dec 17 19:30:17 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 17 19:30:17 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 17 19:30:17 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 17 19:30:17 localhost program: Mount count: 0 >Dec 17 19:30:17 localhost program: Maximum mount count: -1 >Dec 17 19:30:17 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 17 19:30:17 localhost program: Check interval: 0 (<none>) >Dec 17 19:30:17 localhost program: Lifetime writes: 807 MB >Dec 17 19:30:17 localhost program: Reserved blocks uid: 0 (user root) >Dec 17 19:30:17 localhost program: Reserved blocks gid: 0 (group root) >Dec 17 19:30:17 localhost program: First inode: 11 >Dec 17 19:30:17 localhost program: Inode size:#011 256 >Dec 17 19:30:17 localhost program: Required extra isize: 28 >Dec 17 19:30:17 localhost program: Desired extra isize: 28 >Dec 17 19:30:17 localhost program: Journal inode: 8 >Dec 17 19:30:17 localhost program: Default directory hash: half_md4 >Dec 17 19:30:17 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 17 19:30:17 localhost program: Journal backup: inode blocks >Dec 17 19:30:17 localhost program: Journal features: journal_incompat_revoke >Dec 17 19:30:17 localhost program: Journal size: 128M >Dec 17 19:30:17 localhost program: Journal length: 32768 >Dec 17 19:30:17 localhost program: Journal sequence: 0x000016d0 >Dec 17 19:30:17 localhost program: Journal start: 0 >Dec 17 19:30:17 localhost program: >Dec 17 19:30:17 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 17 19:30:17 localhost program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >Dec 17 19:30:17 localhost program: Filesystem volume name: _Fedora-18-TC3-x >Dec 17 19:30:17 localhost program: Last mounted on: /var/tmp/imgcreate-AMaVhI/install_root >Dec 17 19:30:17 localhost program: Filesystem UUID: a2233a64-02f0-44d8-985a-fe20ccacd703 >Dec 17 19:30:17 localhost program: Filesystem magic number: 0xEF53 >Dec 17 19:30:17 localhost program: Filesystem revision #: 1 (dynamic) >Dec 17 19:30:17 localhost program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >Dec 17 19:30:17 localhost program: Filesystem flags: signed_directory_hash >Dec 17 19:30:17 localhost program: Default mount options: user_xattr acl >Dec 17 19:30:17 localhost program: Filesystem state: clean >Dec 17 19:30:17 localhost program: Errors behavior: Continue >Dec 17 19:30:17 localhost program: Filesystem OS type: Linux >Dec 17 19:30:17 localhost program: Inode count: 221184 >Dec 17 19:30:17 localhost program: Block count: 861710 >Dec 17 19:30:17 localhost program: Reserved block count: 8615 >Dec 17 19:30:17 localhost program: Free blocks: 4486 >Dec 17 19:30:17 localhost program: Free inodes: 112917 >Dec 17 19:30:17 localhost program: First block: 0 >Dec 17 19:30:17 localhost program: Block size: 4096 >Dec 17 19:30:17 localhost program: Fragment size: 4096 >Dec 17 19:30:17 localhost program: Reserved GDT blocks: 255 >Dec 17 19:30:17 localhost program: Blocks per group: 32768 >Dec 17 19:30:17 localhost program: Fragments per group: 32768 >Dec 17 19:30:17 localhost program: Inodes per group: 8192 >Dec 17 19:30:17 localhost program: Inode blocks per group: 512 >Dec 17 19:30:17 localhost program: Flex block group size: 16 >Dec 17 19:30:17 localhost program: Filesystem created: Mon Dec 17 11:39:26 2012 >Dec 17 19:30:17 localhost program: Last mount time: Mon Dec 17 11:39:31 2012 >Dec 17 19:30:17 localhost program: Last write time: Mon Dec 17 12:00:06 2012 >Dec 17 19:30:17 localhost program: Mount count: 0 >Dec 17 19:30:17 localhost program: Maximum mount count: -1 >Dec 17 19:30:17 localhost program: Last checked: Mon Dec 17 12:00:06 2012 >Dec 17 19:30:17 localhost program: Check interval: 0 (<none>) >Dec 17 19:30:17 localhost program: Lifetime writes: 807 MB >Dec 17 19:30:17 localhost program: Reserved blocks uid: 0 (user root) >Dec 17 19:30:17 localhost program: Reserved blocks gid: 0 (group root) >Dec 17 19:30:17 localhost program: First inode: 11 >Dec 17 19:30:17 localhost program: Inode size:#011 256 >Dec 17 19:30:17 localhost program: Required extra isize: 28 >Dec 17 19:30:17 localhost program: Desired extra isize: 28 >Dec 17 19:30:17 localhost program: Journal inode: 8 >Dec 17 19:30:17 localhost program: Default directory hash: half_md4 >Dec 17 19:30:17 localhost program: Directory Hash Seed: 876a2fd2-2398-4681-9079-8491f14e8fde >Dec 17 19:30:17 localhost program: Journal backup: inode blocks >Dec 17 19:30:17 localhost program: Journal features: journal_incompat_revoke >Dec 17 19:30:17 localhost program: Journal size: 128M >Dec 17 19:30:17 localhost program: Journal length: 32768 >Dec 17 19:30:17 localhost program: Journal sequence: 0x000016d0 >Dec 17 19:30:17 localhost program: Journal start: 0 >Dec 17 19:30:17 localhost program: >Dec 17 19:30:17 localhost program: dumpe2fs 1.42.5 (29-Jul-2012) >Dec 17 19:30:17 localhost program: Running... resize2fs -P /dev/mapper/live-osimg-min >Dec 17 19:30:17 localhost program: Couldn't find valid filesystem superblock. >Dec 17 19:30:17 localhost program: resize2fs 1.42.5 (29-Jul-2012) >Dec 17 19:30:17 localhost program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >Dec 17 19:30:17 localhost storage: got device: DMDevice instance (0x7f1694149c10) -- >Dec 17 19:30:17 localhost storage: got format: Ext4FS instance (0x7f169414b050) -- >Dec 17 19:30:17 localhost program: Running... udevadm settle --timeout=300 >Dec 17 19:30:17 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:17 localhost program: Running... udevadm settle --timeout=300 >Dec 17 19:30:17 localhost program: Running... udevadm settle --timeout=300 >Dec 17 19:30:17 localhost storage: not going to restore from backup of non-existent /etc/mdadm.conf >Dec 17 19:30:17 localhost storage: edd: collected mbr signatures: {} >Dec 17 19:30:18 localhost anaconda: Thread Done: AnaStorageThread (139735057819392) >Dec 17 19:30:18 localhost avahi-daemon[566]: Registering new address record for fe80::a00:27ff:fede:92ea on p2p1.*. >Dec 17 19:30:18 localhost NetworkManager[665]: <info> (p2p1): device state change: ip-config -> secondaries (reason 'none') [70 90 0] >Dec 17 19:30:18 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 5 of 5 (IPv4 Commit) complete. >Dec 17 19:30:18 localhost NetworkManager[665]: <info> (p2p1): device state change: secondaries -> activated (reason 'none') [90 100 0] >Dec 17 19:30:18 localhost NetworkManager[665]: <info> Policy set 'p2p1' (p2p1) as default for IPv4 routing and DNS. >Dec 17 19:30:18 localhost NetworkManager[665]: <info> Activation (p2p1) successful, device activated. >Dec 17 19:30:18 localhost systemd[1]: Starting LSB: Starts and stops login and scanning of iSCSI devices.... >Dec 17 19:30:18 localhost iscsi[2021]: Starting iscsi: iscsiadm: No records found >Dec 17 19:30:18 localhost iscsi[2021]: [ OK ] >Dec 17 19:30:18 localhost systemd[1]: Started LSB: Starts and stops login and scanning of iSCSI devices.. >Dec 17 19:30:18 localhost dbus-daemon[572]: Starting iscsi (via systemctl): [ OK ] >Dec 17 19:30:18 localhost systemd[1]: Stopping Sendmail Mail Transport Client... >Dec 17 19:30:18 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Dec 17 19:30:18 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 17 19:30:18 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Dec 17 19:30:18 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Dec 17 19:30:18 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Dec 17 19:30:18 localhost chronyd[587]: Source 204.235.61.9 online >Dec 17 19:30:18 localhost chronyd[587]: Source 72.26.198.240 online >Dec 17 19:30:18 localhost chronyd[587]: Source 199.102.46.72 online >Dec 17 19:30:18 localhost chronyd[587]: Source 4.53.160.75 online >Dec 17 19:30:18 localhost systemd[1]: Started Sendmail Mail Transport Client. >Dec 17 19:30:19 localhost anaconda: Thread Done: AnaNetworkThread (139735049426688) >Dec 17 19:30:19 localhost program: Running... /bin/mount -n -t auto -o defaults,ro /dev/mapper/live-osimg-min /mnt/install/source >Dec 17 19:30:19 localhost kernel: [ 143.507121] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >Dec 17 19:30:19 localhost udisksd[1243]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 17 19:30:19 localhost anaconda: Thread Done: AnaPayloadThread (139734728259328) >Dec 17 19:30:22 localhost anaconda: Not doing 'replace runtime X layouts' in live installation >Dec 17 19:30:23 localhost anaconda: Not doing 'save system time' in live installation >Dec 17 19:30:23 localhost anaconda: Not doing 'save system time' in live installation >Dec 17 19:30:23 localhost anaconda: Not doing 'save system time' in live installation >Dec 17 19:30:23 localhost anaconda: Not doing 'modify system time and date' in live installation >Dec 17 19:30:26 localhost anaconda: fs space: 0 B needed: 3.10 GB >Dec 17 19:30:26 localhost anaconda: Not doing 'add runtime X layout' in live installation >Dec 17 19:30:26 localhost anaconda: Not doing 'test X layouts' in live installation >Dec 17 19:30:26 localhost anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" >Dec 17 19:30:27 localhost systemd-logind[558]: Removed session 1. >Dec 17 19:30:27 localhost anaconda: fs space: 0 B needed: 3.10 GB >Dec 17 19:30:27 localhost anaconda: Running Thread: AnaStorageWatcher (139735057819392) >Dec 17 19:30:27 localhost program: Running... modprobe btrfs >Dec 17 19:30:27 localhost kernel: [ 152.039739] Btrfs loaded >Dec 17 19:30:27 localhost storage: DiskLabel.partedDevice returning None >Dec 17 19:30:27 localhost program: Running... modprobe xfs >Dec 17 19:30:27 localhost kernel: [ 152.102320] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >Dec 17 19:30:28 localhost anaconda: Running Thread: AnaNTPserver0 (139735049426688) >Dec 17 19:30:28 localhost anaconda: Running Thread: AnaNTPserver1 (139734166701824) >Dec 17 19:30:28 localhost anaconda: Running Thread: AnaNTPserver2 (139734711473920) >Dec 17 19:30:28 localhost anaconda: Running Thread: AnaNTPserver3 (139734158309120) >Dec 17 19:30:28 localhost anaconda: Thread Done: AnaStorageWatcher (139735057819392) >Dec 17 19:30:28 localhost anaconda: Thread Done: AnaNTPserver1 (139734166701824) >Dec 17 19:30:28 localhost anaconda: Thread Done: AnaNTPserver2 (139734711473920) >Dec 17 19:30:28 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x6200890> status to: Probing storage... >Dec 17 19:30:28 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x6200890> >Dec 17 19:30:36 localhost NetworkManager[665]: <info> (p2p1): IP6 addrconf timed out or failed. >Dec 17 19:30:36 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >Dec 17 19:30:36 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 4 of 5 (IPv6 Configure Timeout) started... >Dec 17 19:30:36 localhost NetworkManager[665]: <info> Activation (p2p1) Stage 4 of 5 (IPv6 Configure Timeout) complete. >Dec 17 19:30:36 localhost dbus-daemon[572]: ** Message: No devices in use, exit >Dec 17 19:30:37 localhost anaconda: Running Thread: AnaExecuteStorageThread (139734711473920) >Dec 17 19:30:37 localhost storage: registered action: [0] Destroy Format None on disk sda (id 1) >Dec 17 19:30:37 localhost storage: registered action: [1] Create Format msdos disklabel on disk sda (id 1) >Dec 17 19:30:37 localhost storage: registered action: [2] Destroy Format None on disk sdb (id 2) >Dec 17 19:30:37 localhost storage: registered action: [3] Create Format msdos disklabel on disk sdb (id 2) >Dec 17 19:30:37 localhost program: Running... udevadm settle --timeout=300 >Dec 17 19:30:37 localhost anaconda: Thread Done: AnaExecuteStorageThread (139734711473920) >Dec 17 19:30:37 localhost anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x6200890> >Dec 17 19:30:37 localhost anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x6200890> status to: Saving storage configuration... >Dec 17 19:30:37 localhost anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x6200890> >Dec 17 19:30:38 localhost anaconda: Thread Done: AnaNTPserver0 (139735049426688) >Dec 17 19:30:38 localhost anaconda: Thread Done: AnaNTPserver3 (139734158309120) >Dec 17 19:30:43 localhost storage: added partition req0 (id 15) to device tree >Dec 17 19:30:43 localhost storage: registered action: [4] Create Device partition req0 (id 15) >Dec 17 19:30:43 localhost storage: registered action: [5] Create Format lvmpv on partition req0 (id 15) >Dec 17 19:30:43 localhost storage: added partition req1 (id 16) to device tree >Dec 17 19:30:43 localhost storage: registered action: [6] Create Device partition req1 (id 16) >Dec 17 19:30:43 localhost storage: registered action: [7] Create Format lvmpv on partition req1 (id 16) >Dec 17 19:30:43 localhost storage: added partition req2 (id 17) to device tree >Dec 17 19:30:43 localhost storage: registered action: [8] Create Device partition req2 (id 17) >Dec 17 19:30:43 localhost storage: registered action: [9] Create Format ext4 filesystem mounted at /boot on partition req2 (id 17) >Dec 17 19:30:43 localhost storage: skipping unneeded stage1 biosboot request >Dec 17 19:30:43 localhost storage: added lvmvg fedora (id 18) to device tree >Dec 17 19:30:43 localhost storage: registered action: [10] Create Device lvmvg fedora (id 18) >Dec 17 19:30:43 localhost storage: added lvmlv fedora-root (id 19) to device tree >Dec 17 19:30:43 localhost storage: registered action: [11] Create Device lvmlv fedora-root (id 19) >Dec 17 19:30:43 localhost storage: registered action: [12] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 19) >Dec 17 19:30:43 localhost storage: added lvmlv fedora-swap (id 20) to device tree >Dec 17 19:30:43 localhost storage: registered action: [13] Create Device lvmlv fedora-swap (id 20) >Dec 17 19:30:43 localhost storage: registered action: [14] Create Format swap on lvmlv fedora-swap (id 20) >Dec 17 19:30:44 localhost anaconda: getting device type for Standard Partition >Dec 17 19:30:44 localhost anaconda: getting device type for Standard Partition >Dec 17 19:30:44 localhost anaconda: getting device type for Standard Partition >Dec 17 19:30:44 localhost anaconda: getting device type for Standard Partition >Dec 17 19:30:44 localhost anaconda: getting device type for Standard Partition >Dec 17 19:30:50 localhost anaconda: ui: saving changes to device sda1 >Dec 17 19:30:50 localhost anaconda: getting device type for Standard Partition >Dec 17 19:30:50 localhost anaconda: getting device type for Standard Partition >Dec 17 19:30:50 localhost anaconda: getting device type for LVM >Dec 17 19:30:50 localhost anaconda: getting device type for LVM >Dec 17 19:30:50 localhost anaconda: getting device type for LVM >Dec 17 19:30:50 localhost anaconda: getting device type for LVM >Dec 17 19:30:50 localhost anaconda: getting device type for LVM >Dec 17 19:30:52 localhost anaconda: ui: saving changes to device fedora-root >Dec 17 19:30:52 localhost anaconda: getting device type for LVM >Dec 17 19:30:52 localhost anaconda: getting device type for LVM >Dec 17 19:30:52 localhost anaconda: getting device type for LVM >Dec 17 19:30:52 localhost anaconda: getting device type for LVM >Dec 17 19:30:53 localhost anaconda: ui: saving changes to device fedora-swap >Dec 17 19:30:53 localhost anaconda: getting device type for LVM >Dec 17 19:30:53 localhost anaconda: getting device type for LVM >Dec 17 19:30:53 localhost anaconda: getting device type for Standard Partition >Dec 17 19:30:53 localhost anaconda: getting device type for Standard Partition >Dec 17 19:30:53 localhost anaconda: getting device type for Standard Partition >Dec 17 19:30:53 localhost anaconda: getting device type for Standard Partition >Dec 17 19:30:53 localhost anaconda: getting device type for Standard Partition >Dec 17 19:30:56 localhost anaconda: getting device type for RAID >Dec 17 19:30:56 localhost anaconda: getting device type for RAID >Dec 17 19:30:56 localhost anaconda: getting device type for RAID >Dec 17 19:30:56 localhost anaconda: getting device type for RAID >Dec 17 19:30:56 localhost anaconda: getting device type for RAID >Dec 17 19:30:58 localhost kernel: [ 182.741543] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead. >Dec 17 19:31:06 localhost anaconda: ui: saving changes to device sda1 >Dec 17 19:31:06 localhost anaconda: getting device type for RAID >Dec 17 19:31:06 localhost anaconda: getting device type for RAID >Dec 17 19:31:06 localhost anaconda: changing device type from 2 to 1 >Dec 17 19:31:06 localhost storage: removed partition sda1 (id 17) from device tree >Dec 17 19:31:06 localhost storage: registered action: [15] Destroy Device partition sda1 (id 17) >Dec 17 19:31:06 localhost storage: added partition req3 (id 21) to device tree >Dec 17 19:31:06 localhost storage: registered action: [16] Create Device partition req3 (id 21) >Dec 17 19:31:06 localhost storage: registered action: [17] Create Format mdmember on partition req3 (id 21) >Dec 17 19:31:06 localhost storage: device instance creation failed: A RAID0 set requires at least 2 members >Dec 17 19:31:06 localhost storage: removed partition sda2 (id 21) from device tree >Dec 17 19:31:06 localhost storage: registered action: [18] Destroy Device partition sda2 (id 21)
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 888089
: 665206 |
665207
|
665208
|
665209
|
665210
|
665211
|
665212
|
671770