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 661912 Details for
Bug 886319
ImportError: No module named lib.space
[?]
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), 164.31 KB, created by
Steve Tyler
on 2012-12-12 02:45:21 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Steve Tyler
Created:
2012-12-12 02:45:21 UTC
Size:
164.31 KB
patch
obsolete
>anaconda 18.37.1 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/summary.py", line 23, in <module> > from pyanaconda.ui.lib.space import FileSystemSpaceChecker > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py", line 60, in setup > from hubs.summary import SummaryHub > File "/sbin/anaconda", line 990, in <module> > anaconda._intf.setup(ksdata) >ImportError: No module named lib.space > >Local variables in innermost frame: >Hub: None >__builtins__: {'bytearray': <type 'bytearray'>, 'IndexError': <type 'exceptions.IndexError'>, 'all': <built-in function all>, 'help': Type help() for interactive help, or help(object) for help about object., 'vars': <built-in function vars>, 'SyntaxError': <type 'exceptions.SyntaxError'>, 'unicode': <type 'unicode'>, 'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>, 'memoryview': <type 'memoryview'>, 'isinstance': <built-in function isinstance>, 'copyright': Copyright (c) 2001-2012 Python Software Foundation. >All Rights Reserved. > >Copyright (c) 2000 BeOpen.com. >All Rights Reserved. > >Copyright (c) 1995-2001 Corporation for National Research Initiatives. >All Rights Reserved. > >Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. >All Rights Reserved., 'NameError': <type 'exceptions.NameError'>, 'BytesWarning': <type 'exceptions.BytesWarning'>, 'dict': <type 'dict'>, 'input': <built-in function input>, 'oct': <built-in function oct>, 'bin': <built-in function bin>, 'SystemExit': <type 'exceptions.SystemExit'>, 'StandardError': <type 'exceptions.StandardError'>, 'format': <built-in function format>, 'repr': <built-in function repr>, 'sorted': <built-in function sorted>, 'False': False, 'RuntimeWarning': <type 'exceptions.RuntimeWarning'>, 'list': <type 'list'>, 'iter': <built-in function iter>, 'reload': <built-in function reload>, 'Warning': <type 'exceptions.Warning'>, '__package__': None, 'round': <built-in function round>, 'dir': <built-in function dir>, 'cmp': <built-in function cmp>, 'set': <type 'set'>, 'bytes': <type 'str'>, 'reduce': <built-in function reduce>, 'intern': <built-in function intern>, 'issubclass': <built-in function issubclass>, 'Ellipsis': Ellipsis, 'EOFError': <type 'exceptions.EOFError'>, 'locals': <built-in function locals>, 'BufferError': <type 'exceptions.BufferError'>, 'slice': <type 'slice'>, 'FloatingPointError': <type 'exceptions.FloatingPointError'>, 'sum': <built-in function sum>, 'getattr': <built-in function getattr>, 'abs': <built-in function abs>, 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'print': <built-in function print>, 'True': True, 'FutureWarning': <type 'exceptions.FutureWarning'>, 'ImportWarning': <type 'exceptions.ImportWarning'>, 'None': None, 'hash': <built-in function hash>, 'ReferenceError': <type 'exceptions.ReferenceError'>, 'len': <built-in function len>, 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands > for supporting Python development. See www.python.org for more information., 'frozenset': <type 'frozenset'>, '__name__': '__builtin__', 'ord': <built-in function ord>, 'super': <type 'super'>, 'TypeError': <type 'exceptions.TypeError'>, 'license': See http://www.python.org/2.7/license.html, 'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>, 'UserWarning': <type 'exceptions.UserWarning'>, 'filter': <built-in function filter>, 'range': <built-in function range>, 'staticmethod': <type 'staticmethod'>, 'SystemError': <type 'exceptions.SystemError'>, 'BaseException': <type 'exceptions.BaseException'>, 'pow': <built-in function pow>, 'RuntimeError': <type 'exceptions.RuntimeError'>, 'float': <type 'float'>, 'MemoryError': <type 'exceptions.MemoryError'>, 'StopIteration': <type 'exceptions.StopIteration'>, 'globals': <built-in function globals>, 'divmod': <built-in function divmod>, 'enumerate': <type 'enumerate'>, 'apply': <built-in function apply>, 'LookupError': <type 'exceptions.LookupError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'basestring': <type 'basestring'>, 'UnicodeError': <type 'exceptions.UnicodeError'>, 'zip': <built-in function zip>, 'hex': <built-in function hex>, 'long': <type 'long'>, 'next': <built-in function next>, 'ImportError': <type 'exceptions.ImportError'>, 'chr': <built-in function chr>, 'xrange': <type 'xrange'>, 'type': <type 'type'>, '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", 'Exception': <type 'exceptions.Exception'>, 'tuple': <type 'tuple'>, 'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>, 'reversed': <type 'reversed'>, 'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>, 'IOError': <type 'exceptions.IOError'>, 'hasattr': <built-in function hasattr>, 'delattr': <built-in function delattr>, 'setattr': <built-in function setattr>, 'raw_input': <built-in function raw_input>, 'SyntaxWarning': <type 'exceptions.SyntaxWarning'>, 'compile': <built-in function compile>, 'ArithmeticError': <type 'exceptions.ArithmeticError'>, 'str': <type 'str'>, 'property': <type 'property'>, 'GeneratorExit': <type 'exceptions.GeneratorExit'>, 'int': <type 'int'>, '__import__': <built-in function __import__>, 'KeyError': <type 'exceptions.KeyError'>, 'coerce': <built-in function coerce>, 'PendingDeprecationWarning': <type 'exceptions.PendingDeprecationWarning'>, 'file': <type 'file'>, 'EnvironmentError': <type 'exceptions.EnvironmentError'>, 'unichr': <built-in function unichr>, 'id': <built-in function id>, 'OSError': <type 'exceptions.OSError'>, 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>, 'min': <built-in function min>, 'UnicodeWarning': <type 'exceptions.UnicodeWarning'>, 'execfile': <built-in function execfile>, 'any': <built-in function any>, 'complex': <type 'complex'>, 'bool': <type 'bool'>, 'ValueError': <type 'exceptions.ValueError'>, 'NotImplemented': NotImplemented, 'map': <built-in function map>, 'buffer': <type 'buffer'>, 'max': <built-in function max>, 'object': <type 'object'>, 'TabError': <type 'exceptions.TabError'>, 'callable': <built-in function callable>, 'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>, 'eval': <built-in function eval>, '__debug__': True, 'IndentationError': <type 'exceptions.IndentationError'>, 'AssertionError': <type 'exceptions.AssertionError'>, 'classmethod': <type 'classmethod'>, 'UnboundLocalError': <type 'exceptions.UnboundLocalError'>, 'NotImplementedError': <type 'exceptions.NotImplementedError'>, 'AttributeError': <type 'exceptions.AttributeError'>, 'OverflowError': <type 'exceptions.OverflowError'>} >__file__: None >__package__: None >__name__: None >__doc__: None > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf.data: None > _intf.storage: Storage instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {} > _intf.storage.dasd: DASD instance, containing members: > _intf.storage.dasd.dasdfmt: /sbin/dasdfmt > _intf.storage.dasd.commonArgv: [-y, -d, cdl, -b, 4096] > _intf.storage.dasd.started: False > _intf.storage.dasd.totalCylinders: 0 > _intf.storage.dasd._maxFormatJobs: 0 > _intf.storage.dasd._devices: [] > _intf.storage.dasd._completedCylinders: 0.0 > _intf.storage.dasd._dasdlist: [] > _intf.storage.roots: [] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage.autoPartEscrowCert: None > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree._ignoredDisks: [] > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree.populated: False > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [] > _intf.storage.fsset.devicetree.iscsi: iscsi instance, containing members: > _intf.storage.fsset.devicetree.iscsi.initiatorSet: False > _intf.storage.fsset.devicetree.iscsi.ifaces: {} > _intf.storage.fsset.devicetree.iscsi.started: False > _intf.storage.fsset.devicetree.iscsi._initiator: Skipped > _intf.storage.fsset.devicetree.iscsi.discovered_targets: {} > _intf.storage.fsset.devicetree.iscsi.ibftNodes: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [] > _intf.storage.fsset.devicetree._devices: [] > _intf.storage.fsset.devicetree.platform: X86 instance, containing members: > _intf.storage.fsset.devicetree.protectedDevNames: [] > _intf.storage.fsset.devicetree.names: [] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.mpathFriendlyNames: True > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._devshm: None > _intf.storage.fsset._dev: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: None > _intf.storage.fsset.active: False > _intf.storage.fsset.cryptTab: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._selinux: None > _intf.storage.platform: X86 instance, containing members: > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: None > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: False > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.disks: [] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.platform: Already dumped (X86 instance) > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: None > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: None > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _intf.storage._bootloader.linux_images: [] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage.defaultFSType: ext4 > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.services: set([]) > _intf.storage.data: Skipped > _intf.storage.encryptionPassphrase: None > _intf.storage.encryptionCipher: None > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 0 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.autoPartitionRequests: [PartSpec instance (0x2aa4f90) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x2aa4fd0) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x2aad050) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x2aad090) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x2aad0d0) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 4032 maxSize = None grow = False > >] > _intf.storage.doAutoPart: False > _intf.storage.iscsi: Already dumped (iscsi instance) > _intf.storage.encryptedAutoPart: False > _intf._ui: None > _intf._actions: Skipped > _intf.payload: LiveImagePayload instance, containing members: > _intf.payload.data: Skipped > _intf.payload._kernelVersionList: [] > _intf.payload._createdInitrds: False > _intf._currentAction: None >updateSrc: None >rootParts: None >upgradeRoot: None >_platform: Already dumped (X86 instance) >id: None >rescue: False >mediaDevice: None >upgrade: False >_network: None >methodstr: livecd:///dev/mapper/live-osimg-min >proxyPassword: None >desktop: Desktop instance, containing members: > desktop.info: {} > desktop.always_quote: False > desktop.write_quote: True > desktop.filename: None > desktop.read_unquote: True > desktop.runlevel: 3 > desktop._lines: [] >canReIPL: False >xdriver: None >stage2: None >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.platform: Already dumped (X86 instance) > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: None > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _bootloader.linux_images: [] >_payload: Already dumped (LiveImagePayload instance) >displayMode: g >simpleFilter: True >ksdata: Skipped >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programName: anaconda > mehConfig.programVersion: 18.37.1 > mehConfig.attrSkipList: [_intf._actions, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.localSkipList: [passphrase, password] > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /mnt/sysimage/root/upgrade.log, /proc/cmdline, /var/log/messages] >_backend: None >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Storage instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'serial': False, 'dmraid': True, 'armPlatform': None, 'virtpconsole': None, 'memcheck': True, 'iscsi': False, 'ksfile': None, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': None, 'method': 'livecd:///dev/mapper/live-osimg-min', 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'lang': 'en_US.UTF-8', 'liveinst': True, 'loglevel': None, 'isHeadless': False, 'multiLib': False, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'nofb': None, 'targetArch': None} >proxy: None > > >/tmp/anaconda.log: >21:42:28,155 DEBUG anaconda: required disklabel type for sda (1) is None >21:42:28,155 DEBUG anaconda: default disklabel type for sda is msdos >21:42:28,156 DEBUG anaconda: selecting msdos disklabel for sda based on size >21:42:28,660 INFO anaconda: /sbin/anaconda 18.37.1 >02:42:28,961 INFO anaconda: 2097152 kB (2048 MB) are available >21:42:28,961 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >21:42:28,962 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >21:42:28,963 INFO anaconda: Default encoding = ascii >21:42:29,363 INFO anaconda: ISCSID is /sbin/iscsid >21:42:29,364 INFO anaconda: no initiator set >21:42:29,431 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >21:42:29,432 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >21:42:29,634 INFO anaconda: Display mode = g >02:42:29,636 INFO anaconda: 2097152 kB (2048 MB) are available >21:42:29,636 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >21:42:29,804 INFO anaconda: using only installclass _Fedora >21:42:29,856 INFO anaconda: Detected 2016M of memory >21:42:29,857 INFO anaconda: Swap attempt of 4032M >21:42:29,860 INFO anaconda: Running Thread: AnaStorageThread (140619475089152) >21:42:29,862 INFO anaconda: Running Thread: AnaNetworkThread (140619466696448) >21:42:29,866 INFO anaconda: Running Thread: AnaPayloadThread (140619135481600) >21:42:29,867 DEBUG anaconda: network: devices found ['eth0'] >21:42:29,999 DEBUG anaconda: network: dumped ifcfg file for default autoconnection on eth0 > > >/tmp/packaging.log: > > >/tmp/program.log: >21:42:28,044 INFO program: Running... udevadm settle --timeout=300 >21:42:28,263 INFO program: Running... dumpe2fs -h /dev/loop3 >21:42:28,310 INFO program: Filesystem volume name: _Fedora-18-TC1-x >21:42:28,311 INFO program: Last mounted on: /var/tmp/imgcreate-vE70wJ/install_root >21:42:28,311 INFO program: Filesystem UUID: 34f0be73-c722-482e-9418-3fe66d11d090 >21:42:28,311 INFO program: Filesystem magic number: 0xEF53 >21:42:28,311 INFO program: Filesystem revision #: 1 (dynamic) >21:42:28,311 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 >21:42:28,311 INFO program: Filesystem flags: signed_directory_hash >21:42:28,311 INFO program: Default mount options: user_xattr acl >21:42:28,311 INFO program: Filesystem state: clean >21:42:28,311 INFO program: Errors behavior: Continue >21:42:28,311 INFO program: Filesystem OS type: Linux >21:42:28,311 INFO program: Inode count: 262144 >21:42:28,311 INFO program: Block count: 1048576 >21:42:28,311 INFO program: Reserved block count: 10484 >21:42:28,311 INFO program: Free blocks: 294246 >21:42:28,311 INFO program: Free inodes: 159410 >21:42:28,311 INFO program: First block: 0 >21:42:28,311 INFO program: Block size: 4096 >21:42:28,312 INFO program: Fragment size: 4096 >21:42:28,312 INFO program: Reserved GDT blocks: 255 >21:42:28,312 INFO program: Blocks per group: 32768 >21:42:28,312 INFO program: Fragments per group: 32768 >21:42:28,312 INFO program: Inodes per group: 8192 >21:42:28,312 INFO program: Inode blocks per group: 512 >21:42:28,312 INFO program: Flex block group size: 16 >21:42:28,312 INFO program: Filesystem created: Fri Dec 7 20:58:58 2012 >21:42:28,312 INFO program: Last mount time: Fri Dec 7 20:59:02 2012 >21:42:28,312 INFO program: Last write time: Fri Dec 7 21:19:32 2012 >21:42:28,312 INFO program: Mount count: 0 >21:42:28,312 INFO program: Maximum mount count: -1 >21:42:28,312 INFO program: Last checked: Fri Dec 7 21:19:32 2012 >21:42:28,312 INFO program: Check interval: 0 (<none>) >21:42:28,312 INFO program: Lifetime writes: 858 MB >21:42:28,312 INFO program: Reserved blocks uid: 0 (user root) >21:42:28,312 INFO program: Reserved blocks gid: 0 (group root) >21:42:28,312 INFO program: First inode: 11 >21:42:28,312 INFO program: Inode size: 256 >21:42:28,312 INFO program: Required extra isize: 28 >21:42:28,312 INFO program: Desired extra isize: 28 >21:42:28,312 INFO program: Journal inode: 8 >21:42:28,313 INFO program: Default directory hash: half_md4 >21:42:28,313 INFO program: Directory Hash Seed: 8c0bbac3-4c86-4c34-bfa8-7a67c732d6f9 >21:42:28,313 INFO program: Journal backup: inode blocks >21:42:28,313 INFO program: Journal features: journal_incompat_revoke >21:42:28,313 INFO program: Journal size: 128M >21:42:28,313 INFO program: Journal length: 32768 >21:42:28,313 INFO program: Journal sequence: 0x00001638 >21:42:28,313 INFO program: Journal start: 0 >21:42:28,313 INFO program: >21:42:28,313 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:42:28,313 INFO program: Running... dumpe2fs -h /dev/loop3 >21:42:28,318 INFO program: Filesystem volume name: _Fedora-18-TC1-x >21:42:28,318 INFO program: Last mounted on: /var/tmp/imgcreate-vE70wJ/install_root >21:42:28,318 INFO program: Filesystem UUID: 34f0be73-c722-482e-9418-3fe66d11d090 >21:42:28,318 INFO program: Filesystem magic number: 0xEF53 >21:42:28,318 INFO program: Filesystem revision #: 1 (dynamic) >21:42:28,319 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 >21:42:28,319 INFO program: Filesystem flags: signed_directory_hash >21:42:28,319 INFO program: Default mount options: user_xattr acl >21:42:28,319 INFO program: Filesystem state: clean >21:42:28,319 INFO program: Errors behavior: Continue >21:42:28,319 INFO program: Filesystem OS type: Linux >21:42:28,319 INFO program: Inode count: 262144 >21:42:28,319 INFO program: Block count: 1048576 >21:42:28,319 INFO program: Reserved block count: 10484 >21:42:28,319 INFO program: Free blocks: 294246 >21:42:28,319 INFO program: Free inodes: 159410 >21:42:28,319 INFO program: First block: 0 >21:42:28,319 INFO program: Block size: 4096 >21:42:28,319 INFO program: Fragment size: 4096 >21:42:28,319 INFO program: Reserved GDT blocks: 255 >21:42:28,319 INFO program: Blocks per group: 32768 >21:42:28,319 INFO program: Fragments per group: 32768 >21:42:28,319 INFO program: Inodes per group: 8192 >21:42:28,319 INFO program: Inode blocks per group: 512 >21:42:28,319 INFO program: Flex block group size: 16 >21:42:28,319 INFO program: Filesystem created: Fri Dec 7 20:58:58 2012 >21:42:28,320 INFO program: Last mount time: Fri Dec 7 20:59:02 2012 >21:42:28,320 INFO program: Last write time: Fri Dec 7 21:19:32 2012 >21:42:28,320 INFO program: Mount count: 0 >21:42:28,320 INFO program: Maximum mount count: -1 >21:42:28,320 INFO program: Last checked: Fri Dec 7 21:19:32 2012 >21:42:28,320 INFO program: Check interval: 0 (<none>) >21:42:28,320 INFO program: Lifetime writes: 858 MB >21:42:28,320 INFO program: Reserved blocks uid: 0 (user root) >21:42:28,320 INFO program: Reserved blocks gid: 0 (group root) >21:42:28,320 INFO program: First inode: 11 >21:42:28,320 INFO program: Inode size: 256 >21:42:28,320 INFO program: Required extra isize: 28 >21:42:28,320 INFO program: Desired extra isize: 28 >21:42:28,320 INFO program: Journal inode: 8 >21:42:28,320 INFO program: Default directory hash: half_md4 >21:42:28,320 INFO program: Directory Hash Seed: 8c0bbac3-4c86-4c34-bfa8-7a67c732d6f9 >21:42:28,320 INFO program: Journal backup: inode blocks >21:42:28,320 INFO program: Journal features: journal_incompat_revoke >21:42:28,320 INFO program: Journal size: 128M >21:42:28,320 INFO program: Journal length: 32768 >21:42:28,320 INFO program: Journal sequence: 0x00001638 >21:42:28,321 INFO program: Journal start: 0 >21:42:28,321 INFO program: >21:42:28,321 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:42:28,321 INFO program: Running... resize2fs -P /dev/loop3 >21:42:28,332 INFO program: Couldn't find valid filesystem superblock. >21:42:28,333 ERR program: resize2fs 1.42.5 (29-Jul-2012) >21:42:28,333 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop3 >21:42:28,371 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >21:42:28,375 INFO program: Filesystem volume name: _Fedora-18-TC1-x >21:42:28,375 INFO program: Last mounted on: /sysroot >21:42:28,376 INFO program: Filesystem UUID: 34f0be73-c722-482e-9418-3fe66d11d090 >21:42:28,376 INFO program: Filesystem magic number: 0xEF53 >21:42:28,376 INFO program: Filesystem revision #: 1 (dynamic) >21:42:28,376 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 >21:42:28,376 INFO program: Filesystem flags: signed_directory_hash >21:42:28,376 INFO program: Default mount options: user_xattr acl >21:42:28,376 INFO program: Filesystem state: clean >21:42:28,376 INFO program: Errors behavior: Continue >21:42:28,376 INFO program: Filesystem OS type: Linux >21:42:28,376 INFO program: Inode count: 262144 >21:42:28,376 INFO program: Block count: 1048576 >21:42:28,376 INFO program: Reserved block count: 10484 >21:42:28,376 INFO program: Free blocks: 294246 >21:42:28,376 INFO program: Free inodes: 159410 >21:42:28,376 INFO program: First block: 0 >21:42:28,376 INFO program: Block size: 4096 >21:42:28,376 INFO program: Fragment size: 4096 >21:42:28,376 INFO program: Reserved GDT blocks: 255 >21:42:28,376 INFO program: Blocks per group: 32768 >21:42:28,376 INFO program: Fragments per group: 32768 >21:42:28,377 INFO program: Inodes per group: 8192 >21:42:28,377 INFO program: Inode blocks per group: 512 >21:42:28,377 INFO program: Flex block group size: 16 >21:42:28,377 INFO program: Filesystem created: Fri Dec 7 20:58:58 2012 >21:42:28,377 INFO program: Last mount time: Tue Dec 11 21:39:41 2012 >21:42:28,377 INFO program: Last write time: Tue Dec 11 21:39:41 2012 >21:42:28,377 INFO program: Mount count: 1 >21:42:28,377 INFO program: Maximum mount count: -1 >21:42:28,377 INFO program: Last checked: Fri Dec 7 21:19:32 2012 >21:42:28,377 INFO program: Check interval: 0 (<none>) >21:42:28,377 INFO program: Lifetime writes: 858 MB >21:42:28,377 INFO program: Reserved blocks uid: 0 (user root) >21:42:28,377 INFO program: Reserved blocks gid: 0 (group root) >21:42:28,377 INFO program: First inode: 11 >21:42:28,377 INFO program: Inode size: 256 >21:42:28,377 INFO program: Required extra isize: 28 >21:42:28,377 INFO program: Desired extra isize: 28 >21:42:28,377 INFO program: Journal inode: 8 >21:42:28,377 INFO program: First orphan inode: 184805 >21:42:28,377 INFO program: Default directory hash: half_md4 >21:42:28,377 INFO program: Directory Hash Seed: 8c0bbac3-4c86-4c34-bfa8-7a67c732d6f9 >21:42:28,377 INFO program: Journal backup: inode blocks >21:42:28,378 INFO program: Journal features: journal_incompat_revoke >21:42:28,378 INFO program: Journal size: 128M >21:42:28,378 INFO program: Journal length: 32768 >21:42:28,378 INFO program: Journal sequence: 0x00001639 >21:42:28,378 INFO program: Journal start: 1 >21:42:28,378 INFO program: >21:42:28,378 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:42:28,378 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >21:42:28,383 INFO program: Filesystem volume name: _Fedora-18-TC1-x >21:42:28,383 INFO program: Last mounted on: /sysroot >21:42:28,383 INFO program: Filesystem UUID: 34f0be73-c722-482e-9418-3fe66d11d090 >21:42:28,383 INFO program: Filesystem magic number: 0xEF53 >21:42:28,383 INFO program: Filesystem revision #: 1 (dynamic) >21:42:28,383 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 >21:42:28,383 INFO program: Filesystem flags: signed_directory_hash >21:42:28,383 INFO program: Default mount options: user_xattr acl >21:42:28,383 INFO program: Filesystem state: clean >21:42:28,383 INFO program: Errors behavior: Continue >21:42:28,383 INFO program: Filesystem OS type: Linux >21:42:28,383 INFO program: Inode count: 262144 >21:42:28,383 INFO program: Block count: 1048576 >21:42:28,383 INFO program: Reserved block count: 10484 >21:42:28,384 INFO program: Free blocks: 294246 >21:42:28,384 INFO program: Free inodes: 159410 >21:42:28,384 INFO program: First block: 0 >21:42:28,384 INFO program: Block size: 4096 >21:42:28,384 INFO program: Fragment size: 4096 >21:42:28,384 INFO program: Reserved GDT blocks: 255 >21:42:28,384 INFO program: Blocks per group: 32768 >21:42:28,384 INFO program: Fragments per group: 32768 >21:42:28,384 INFO program: Inodes per group: 8192 >21:42:28,384 INFO program: Inode blocks per group: 512 >21:42:28,384 INFO program: Flex block group size: 16 >21:42:28,384 INFO program: Filesystem created: Fri Dec 7 20:58:58 2012 >21:42:28,384 INFO program: Last mount time: Tue Dec 11 21:39:41 2012 >21:42:28,384 INFO program: Last write time: Tue Dec 11 21:39:41 2012 >21:42:28,384 INFO program: Mount count: 1 >21:42:28,384 INFO program: Maximum mount count: -1 >21:42:28,384 INFO program: Last checked: Fri Dec 7 21:19:32 2012 >21:42:28,384 INFO program: Check interval: 0 (<none>) >21:42:28,384 INFO program: Lifetime writes: 858 MB >21:42:28,384 INFO program: Reserved blocks uid: 0 (user root) >21:42:28,384 INFO program: Reserved blocks gid: 0 (group root) >21:42:28,385 INFO program: First inode: 11 >21:42:28,385 INFO program: Inode size: 256 >21:42:28,385 INFO program: Required extra isize: 28 >21:42:28,385 INFO program: Desired extra isize: 28 >21:42:28,385 INFO program: Journal inode: 8 >21:42:28,385 INFO program: First orphan inode: 184805 >21:42:28,385 INFO program: Default directory hash: half_md4 >21:42:28,385 INFO program: Directory Hash Seed: 8c0bbac3-4c86-4c34-bfa8-7a67c732d6f9 >21:42:28,385 INFO program: Journal backup: inode blocks >21:42:28,385 INFO program: Journal features: journal_incompat_revoke >21:42:28,385 INFO program: Journal size: 128M >21:42:28,385 INFO program: Journal length: 32768 >21:42:28,385 INFO program: Journal sequence: 0x00001639 >21:42:28,385 INFO program: Journal start: 1 >21:42:28,385 INFO program: >21:42:28,385 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:42:28,385 INFO program: Running... resize2fs -P /dev/mapper/live-rw >21:42:28,393 INFO program: Estimated minimum size of the filesystem: 756457 >21:42:28,393 ERR program: resize2fs 1.42.5 (29-Jul-2012) >21:42:28,417 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >21:42:28,422 INFO program: Filesystem volume name: _Fedora-18-TC1-x >21:42:28,422 INFO program: Last mounted on: /var/tmp/imgcreate-vE70wJ/install_root >21:42:28,422 INFO program: Filesystem UUID: 34f0be73-c722-482e-9418-3fe66d11d090 >21:42:28,422 INFO program: Filesystem magic number: 0xEF53 >21:42:28,422 INFO program: Filesystem revision #: 1 (dynamic) >21:42:28,423 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 >21:42:28,423 INFO program: Filesystem flags: signed_directory_hash >21:42:28,423 INFO program: Default mount options: user_xattr acl >21:42:28,423 INFO program: Filesystem state: clean >21:42:28,423 INFO program: Errors behavior: Continue >21:42:28,423 INFO program: Filesystem OS type: Linux >21:42:28,423 INFO program: Inode count: 196608 >21:42:28,423 INFO program: Block count: 756457 >21:42:28,423 INFO program: Reserved block count: 7563 >21:42:28,423 INFO program: Free blocks: 6753 >21:42:28,423 INFO program: Free inodes: 93874 >21:42:28,423 INFO program: First block: 0 >21:42:28,423 INFO program: Block size: 4096 >21:42:28,423 INFO program: Fragment size: 4096 >21:42:28,423 INFO program: Reserved GDT blocks: 255 >21:42:28,423 INFO program: Blocks per group: 32768 >21:42:28,423 INFO program: Fragments per group: 32768 >21:42:28,423 INFO program: Inodes per group: 8192 >21:42:28,423 INFO program: Inode blocks per group: 512 >21:42:28,423 INFO program: Flex block group size: 16 >21:42:28,423 INFO program: Filesystem created: Fri Dec 7 20:58:58 2012 >21:42:28,423 INFO program: Last mount time: Fri Dec 7 20:59:02 2012 >21:42:28,424 INFO program: Last write time: Fri Dec 7 21:19:35 2012 >21:42:28,424 INFO program: Mount count: 0 >21:42:28,424 INFO program: Maximum mount count: -1 >21:42:28,424 INFO program: Last checked: Fri Dec 7 21:19:35 2012 >21:42:28,424 INFO program: Check interval: 0 (<none>) >21:42:28,424 INFO program: Lifetime writes: 859 MB >21:42:28,424 INFO program: Reserved blocks uid: 0 (user root) >21:42:28,424 INFO program: Reserved blocks gid: 0 (group root) >21:42:28,424 INFO program: First inode: 11 >21:42:28,424 INFO program: Inode size: 256 >21:42:28,424 INFO program: Required extra isize: 28 >21:42:28,424 INFO program: Desired extra isize: 28 >21:42:28,424 INFO program: Journal inode: 8 >21:42:28,424 INFO program: Default directory hash: half_md4 >21:42:28,424 INFO program: Directory Hash Seed: 8c0bbac3-4c86-4c34-bfa8-7a67c732d6f9 >21:42:28,424 INFO program: Journal backup: inode blocks >21:42:28,424 INFO program: Journal features: journal_incompat_revoke >21:42:28,424 INFO program: Journal size: 128M >21:42:28,424 INFO program: Journal length: 32768 >21:42:28,424 INFO program: Journal sequence: 0x00001638 >21:42:28,424 INFO program: Journal start: 0 >21:42:28,425 INFO program: >21:42:28,425 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:42:28,425 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >21:42:28,430 INFO program: Filesystem volume name: _Fedora-18-TC1-x >21:42:28,430 INFO program: Last mounted on: /var/tmp/imgcreate-vE70wJ/install_root >21:42:28,430 INFO program: Filesystem UUID: 34f0be73-c722-482e-9418-3fe66d11d090 >21:42:28,430 INFO program: Filesystem magic number: 0xEF53 >21:42:28,430 INFO program: Filesystem revision #: 1 (dynamic) >21:42:28,430 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 >21:42:28,430 INFO program: Filesystem flags: signed_directory_hash >21:42:28,430 INFO program: Default mount options: user_xattr acl >21:42:28,430 INFO program: Filesystem state: clean >21:42:28,430 INFO program: Errors behavior: Continue >21:42:28,430 INFO program: Filesystem OS type: Linux >21:42:28,430 INFO program: Inode count: 196608 >21:42:28,430 INFO program: Block count: 756457 >21:42:28,430 INFO program: Reserved block count: 7563 >21:42:28,430 INFO program: Free blocks: 6753 >21:42:28,430 INFO program: Free inodes: 93874 >21:42:28,431 INFO program: First block: 0 >21:42:28,431 INFO program: Block size: 4096 >21:42:28,431 INFO program: Fragment size: 4096 >21:42:28,431 INFO program: Reserved GDT blocks: 255 >21:42:28,431 INFO program: Blocks per group: 32768 >21:42:28,431 INFO program: Fragments per group: 32768 >21:42:28,431 INFO program: Inodes per group: 8192 >21:42:28,431 INFO program: Inode blocks per group: 512 >21:42:28,431 INFO program: Flex block group size: 16 >21:42:28,431 INFO program: Filesystem created: Fri Dec 7 20:58:58 2012 >21:42:28,431 INFO program: Last mount time: Fri Dec 7 20:59:02 2012 >21:42:28,431 INFO program: Last write time: Fri Dec 7 21:19:35 2012 >21:42:28,431 INFO program: Mount count: 0 >21:42:28,431 INFO program: Maximum mount count: -1 >21:42:28,431 INFO program: Last checked: Fri Dec 7 21:19:35 2012 >21:42:28,431 INFO program: Check interval: 0 (<none>) >21:42:28,431 INFO program: Lifetime writes: 859 MB >21:42:28,431 INFO program: Reserved blocks uid: 0 (user root) >21:42:28,431 INFO program: Reserved blocks gid: 0 (group root) >21:42:28,431 INFO program: First inode: 11 >21:42:28,431 INFO program: Inode size: 256 >21:42:28,432 INFO program: Required extra isize: 28 >21:42:28,432 INFO program: Desired extra isize: 28 >21:42:28,432 INFO program: Journal inode: 8 >21:42:28,432 INFO program: Default directory hash: half_md4 >21:42:28,432 INFO program: Directory Hash Seed: 8c0bbac3-4c86-4c34-bfa8-7a67c732d6f9 >21:42:28,432 INFO program: Journal backup: inode blocks >21:42:28,432 INFO program: Journal features: journal_incompat_revoke >21:42:28,432 INFO program: Journal size: 128M >21:42:28,432 INFO program: Journal length: 32768 >21:42:28,432 INFO program: Journal sequence: 0x00001638 >21:42:28,432 INFO program: Journal start: 0 >21:42:28,432 INFO program: >21:42:28,432 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:42:28,432 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >21:42:28,441 INFO program: Couldn't find valid filesystem superblock. >21:42:28,441 ERR program: resize2fs 1.42.5 (29-Jul-2012) >21:42:28,441 ERR program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >21:42:28,449 INFO program: Running... udevadm settle --timeout=300 >21:42:28,466 INFO program: Running... udevadm settle --timeout=300 >21:42:28,480 INFO program: Running... udevadm settle --timeout=300 >21:42:29,007 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >21:42:29,024 INFO program: Running... udevadm settle --timeout=300 >21:42:29,364 INFO program: Running... modprobe fcoe >21:42:29,400 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >21:42:29,431 INFO program: No FCoE boot disk information is found in EDD! >21:42:29,434 INFO program: Running... udevadm settle --timeout=300 >21:42:29,490 INFO program: Running... multipath -d >21:42:29,523 INFO program: Running... multipath -ll >21:42:29,861 INFO program: Running... udevadm control --property=ANACONDA=1 >21:42:29,865 INFO program: Running... systemctl start chronyd.service >21:42:29,928 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >21:42:30,002 INFO program: Running... udevadm settle --timeout=300 > > >/tmp/storage.log: >21:42:27,508 DEBUG storage: registered device format class DMRaidMember as dmraidmember >21:42:27,508 DEBUG storage: registered device format class BIOSBoot as biosboot >21:42:27,508 DEBUG storage: registered device format class MultipathMember as multipath_member >21:42:27,513 DEBUG storage: registered device format class SwapSpace as swap >21:42:27,514 DEBUG storage: registered device format class MDRaidMember as mdmember >21:42:27,514 DEBUG storage: registered device format class PPCPRePBoot as prepboot >21:42:27,514 DEBUG storage: registered device format class LUKS as luks >21:42:27,532 DEBUG storage: registered device format class Ext2FS as ext2 >21:42:27,533 DEBUG storage: registered device format class Ext3FS as ext3 >21:42:27,533 DEBUG storage: registered device format class Ext4FS as ext4 >21:42:27,537 DEBUG storage: registered device format class FATFS as vfat >21:42:27,537 DEBUG storage: registered device format class EFIFS as efi >21:42:27,537 DEBUG storage: registered device format class BTRFS as btrfs >21:42:27,537 DEBUG storage: registered device format class GFS2 as gfs2 >21:42:27,537 DEBUG storage: registered device format class JFS as jfs >21:42:27,537 DEBUG storage: registered device format class ReiserFS as reiserfs >21:42:27,538 DEBUG storage: registered device format class XFS as xfs >21:42:27,538 DEBUG storage: registered device format class HFS as hfs >21:42:27,538 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >21:42:27,538 DEBUG storage: registered device format class HFSPlus as hfs+ >21:42:27,538 DEBUG storage: registered device format class NTFS as ntfs >21:42:27,538 DEBUG storage: registered device format class NFS as nfs >21:42:27,538 DEBUG storage: registered device format class NFSv4 as nfs4 >21:42:27,538 DEBUG storage: registered device format class Iso9660FS as iso9660 >21:42:27,538 DEBUG storage: registered device format class NoDevFS as nodev >21:42:27,538 DEBUG storage: registered device format class DevPtsFS as devpts >21:42:27,538 DEBUG storage: registered device format class ProcFS as proc >21:42:27,538 DEBUG storage: registered device format class SysFS as sysfs >21:42:27,539 DEBUG storage: registered device format class TmpFS as tmpfs >21:42:27,539 DEBUG storage: registered device format class BindFS as bind >21:42:27,539 DEBUG storage: registered device format class SELinuxFS as selinuxfs >21:42:27,539 DEBUG storage: registered device format class USBFS as usbfs >21:42:27,539 DEBUG storage: registered device format class DiskLabel as disklabel >21:42:27,539 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >21:42:28,043 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >21:42:28,043 INFO storage: not going to create backup copy of non-existent /etc/multipath.conf >21:42:28,043 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >21:42:28,044 INFO storage: sr0 looks to be the live device; marking as protected >21:42:28,044 INFO storage: Skipping multipath detection due to running as non-root. >21:42:28,123 INFO storage: devices to scan: ['sda', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0', 'dm-1'] >21:42:28,141 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '0', > 'ID_BUS': 'ata', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '39631', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >21:42:28,141 INFO storage: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >21:42:28,142 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >21:42:28,142 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,143 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >21:42:28,144 INFO storage: sda is a disk >21:42:28,144 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:42:28,145 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >21:42:28,146 INFO storage: added disk sda (id 0) to device tree >21:42:28,146 DEBUG storage: looking up parted Device: /dev/sda >21:42:28,151 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >21:42:28,152 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: None ; >21:42:28,153 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:42:28,154 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >21:42:28,159 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >21:42:28,160 INFO storage: no usable disklabel on sda >21:42:28,162 DEBUG storage: no type or existing type for sda, bailing >21:42:28,164 INFO storage: got device: DiskDevice instance (0x1827b10) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 11264.0 > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 23068672 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1435, 255, 63) biosGeometry: (1435, 255, 63) > PedDevice: <_ped.Device object at 0x1104290> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x187aed0> >21:42:28,172 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora-18-TC1-x86_64-Live-Deskto /dev/disk/by-uuid/2012-12-08-02-38-12-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FS_LABEL': 'Fedora-18-TC1-x86_64-Live-Deskto', > 'ID_FS_LABEL_ENC': 'Fedora-18-TC1-x86_64-Live-Deskto', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-12-08-02-38-12-00', > 'ID_FS_UUID_ENC': '2012-12-08-02-38-12-00', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0.1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00003', > 'ID_SERIAL_SHORT': 'QM00003', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'OSINFO_BOOTABLE': '1', > 'OSINFO_INSTALLER': 'http://fedoraproject.org/fedora/18', > 'OSINFO_LIVE': 'http://fedoraproject.org/fedora/18', > 'OSINFO_MEDIA': 'http://fedoraproject.org/fedora/18:3', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '57203', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora-18-TC1-x86_64-Live-Deskto', > '/dev/disk/by-uuid/2012-12-08-02-38-12-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >21:42:28,173 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >21:42:28,177 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >21:42:28,178 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,178 INFO storage: sr0 is a cdrom >21:42:28,178 DEBUG storage: DeviceTree.addUdevOpticalDevice: >21:42:28,178 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:42:28,179 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >21:42:28,179 INFO storage: added cdrom sr0 (id 1) to device tree >21:42:28,180 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:42:28,182 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >21:42:28,182 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >21:42:28,183 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >21:42:28,184 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >21:42:28,195 WARN storage: disklabel detected but not usable on sr0 >21:42:28,196 INFO storage: type detected on 'sr0' is 'iso9660' >21:42:28,200 DEBUG storage: Iso9660FS.supported: supported: True ; >21:42:28,201 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >21:42:28,202 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >21:42:28,203 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:42:28,205 DEBUG storage: looking up parted Device: /dev/sr0 >21:42:28,205 INFO storage: got device: OpticalDevice instance (0x188ce50) -- > name = sr0 status = True kids = 0 id = 1 > parents = [] > uuid = None size = 790.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 404480 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x17bc680> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >21:42:28,206 DEBUG storage: Iso9660FS.supported: supported: True ; >21:42:28,206 INFO storage: got format: Iso9660FS instance (0x1898090) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-12-08-02-38-12-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-18-TC1-x86_64-Live-Deskto size = 0 targetSize = 0 > >21:42:28,207 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': '6461', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >21:42:28,207 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >21:42:28,208 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >21:42:28,208 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,208 INFO storage: loop0 is a loop device >21:42:28,209 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >21:42:28,210 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >21:42:28,210 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,210 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:42:28,211 DEBUG storage: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >21:42:28,211 INFO storage: added file /osmin.img (deleted) (id 2) to device tree >21:42:28,212 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >21:42:28,212 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:42:28,212 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >21:42:28,213 INFO storage: added loop loop0 (id 3) to device tree >21:42:28,213 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >21:42:28,214 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >21:42:28,214 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >21:42:28,215 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >21:42:28,215 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >21:42:28,218 WARN storage: disklabel detected but not usable on loop0 >21:42:28,219 INFO storage: type detected on 'loop0' is 'squashfs' >21:42:28,219 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >21:42:28,219 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >21:42:28,220 INFO storage: got device: LoopDevice instance (0x188ced0) -- > name = loop0 status = False kids = 0 id = 3 > parents = ['existing 0MB file /osmin.img (deleted) (2)'] > 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 >21:42:28,223 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': '6477', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >21:42:28,223 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >21:42:28,224 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >21:42:28,224 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,224 INFO storage: loop1 is a loop device >21:42:28,225 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >21:42:28,225 DEBUG storage: DeviceTree.getDeviceByName: name: /osmin ; >21:42:28,226 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,226 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:42:28,227 DEBUG storage: FileDevice._setFormat: /osmin ; current: None ; type: None ; >21:42:28,227 INFO storage: added file /osmin (id 4) to device tree >21:42:28,228 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /osmin ; >21:42:28,228 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:42:28,228 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >21:42:28,228 INFO storage: added loop loop1 (id 5) to device tree >21:42:28,229 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >21:42:28,229 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >21:42:28,230 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:42:28,230 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >21:42:28,231 DEBUG storage: DiskLabel.__init__: device: /dev/loop1 ; labelType: None ; exists: True ; >21:42:28,236 WARN storage: disklabel detected but not usable on loop1 >21:42:28,237 INFO storage: type detected on 'loop1' is 'DM_snapshot_cow' >21:42:28,237 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:42:28,237 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >21:42:28,238 INFO storage: got device: LoopDevice instance (0x18cbe10) -- > name = loop1 status = False kids = 0 id = 5 > parents = ['existing 0MB file /osmin (4)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >21:42:28,239 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': '8131', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >21:42:28,239 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >21:42:28,240 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >21:42:28,240 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,240 INFO storage: loop2 is a loop device >21:42:28,241 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >21:42:28,241 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >21:42:28,242 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,242 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:42:28,243 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >21:42:28,243 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 6) to device tree >21:42:28,243 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >21:42:28,244 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:42:28,244 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >21:42:28,244 INFO storage: added loop loop2 (id 7) to device tree >21:42:28,245 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >21:42:28,246 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >21:42:28,246 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >21:42:28,246 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >21:42:28,247 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >21:42:28,253 WARN storage: disklabel detected but not usable on loop2 >21:42:28,253 INFO storage: type detected on 'loop2' is 'squashfs' >21:42:28,253 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >21:42:28,254 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >21:42:28,254 INFO storage: got device: LoopDevice instance (0x18d31d0) -- > name = loop2 status = False kids = 0 id = 7 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (6)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >21:42:28,256 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/_Fedora-18-TC1-x /dev/disk/by-uuid/34f0be73-c722-482e-9418-3fe66d11d090', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-18-TC1-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC1-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '34f0be73-c722-482e-9418-3fe66d11d090', > 'ID_FS_UUID_ENC': '34f0be73-c722-482e-9418-3fe66d11d090', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '8154', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-18-TC1-x', > '/dev/disk/by-uuid/34f0be73-c722-482e-9418-3fe66d11d090'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >21:42:28,256 INFO storage: scanning loop3 (/devices/virtual/block/loop3)... >21:42:28,256 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >21:42:28,257 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,257 INFO storage: loop3 is a loop device >21:42:28,257 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop3 ; >21:42:28,258 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >21:42:28,258 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,259 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:42:28,259 DEBUG storage: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >21:42:28,259 INFO storage: added file /LiveOS/ext3fs.img (id 8) to device tree >21:42:28,260 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >21:42:28,260 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:42:28,261 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >21:42:28,261 INFO storage: added loop loop3 (id 9) to device tree >21:42:28,261 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >21:42:28,262 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >21:42:28,263 DEBUG storage: Ext4FS.supported: supported: True ; >21:42:28,263 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:42:28,263 DEBUG storage: device loop3 does not contain a disklabel >21:42:28,263 INFO storage: type detected on 'loop3' is 'ext4' >21:42:28,333 DEBUG storage: using current size 0 as min size >21:42:28,334 DEBUG storage: Ext4FS.supported: supported: True ; >21:42:28,334 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:42:28,335 DEBUG storage: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >21:42:28,335 INFO storage: got device: LoopDevice instance (0x187afd0) -- > name = loop3 status = False kids = 0 id = 9 > parents = ['existing 0MB file /LiveOS/ext3fs.img (8)'] > 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 >21:42:28,336 DEBUG storage: Ext4FS.supported: supported: True ; >21:42:28,336 INFO storage: got format: Ext4FS instance (0x18d32d0) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = 34f0be73-c722-482e-9418-3fe66d11d090 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC1-x size = 4096.0 targetSize = 4096.0 > >21:42:28,337 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '8312', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >21:42:28,337 INFO storage: scanning loop4 (/devices/virtual/block/loop4)... >21:42:28,338 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >21:42:28,338 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,338 INFO storage: loop4 is a loop device >21:42:28,339 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop4 ; >21:42:28,339 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >21:42:28,340 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,340 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:42:28,341 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >21:42:28,341 INFO storage: added file /overlay (deleted) (id 10) to device tree >21:42:28,342 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >21:42:28,342 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:42:28,342 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >21:42:28,343 INFO storage: added loop loop4 (id 11) to device tree >21:42:28,343 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >21:42:28,344 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >21:42:28,344 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:42:28,344 DEBUG storage: LoopDevice.setup: loop4 ; status: False ; controllable: False ; orig: False ; >21:42:28,345 DEBUG storage: DiskLabel.__init__: device: /dev/loop4 ; labelType: None ; exists: True ; >21:42:28,350 WARN storage: disklabel detected but not usable on loop4 >21:42:28,351 INFO storage: type detected on 'loop4' is 'DM_snapshot_cow' >21:42:28,351 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:42:28,351 DEBUG storage: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >21:42:28,352 INFO storage: got device: LoopDevice instance (0x18d3050) -- > name = loop4 status = False kids = 0 id = 11 > parents = ['existing 0MB file /overlay (deleted) (10)'] > 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 >21:42:28,353 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': '17782', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >21:42:28,353 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >21:42:28,353 DEBUG storage: lvm filter: adding loop5 to the reject list >21:42:28,354 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': '27037', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >21:42:28,354 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >21:42:28,354 DEBUG storage: lvm filter: adding loop6 to the reject list >21:42:28,355 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': '27819', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >21:42:28,355 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >21:42:28,355 DEBUG storage: lvm filter: adding loop7 to the reject list >21:42:28,357 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-18-TC1-x /dev/disk/by-uuid/34f0be73-c722-482e-9418-3fe66d11d090 /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-TC1-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC1-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '34f0be73-c722-482e-9418-3fe66d11d090', > 'ID_FS_UUID_ENC': '34f0be73-c722-482e-9418-3fe66d11d090', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '17774', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-18-TC1-x', > '/dev/disk/by-uuid/34f0be73-c722-482e-9418-3fe66d11d090', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >21:42:28,357 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >21:42:28,358 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >21:42:28,358 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,358 INFO storage: live-rw is a device-mapper device >21:42:28,359 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >21:42:28,359 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >21:42:28,360 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (9) with existing ext4 filesystem >21:42:28,361 DEBUG storage: DeviceTree.getDeviceByName: name: loop4 ; >21:42:28,361 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (11) >21:42:28,362 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >21:42:28,363 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,364 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop4 ; >21:42:28,364 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:42:28,364 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >21:42:28,364 INFO storage: added dm live-rw (id 12) to device tree >21:42:28,365 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >21:42:28,369 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >21:42:28,370 DEBUG storage: Ext4FS.supported: supported: True ; >21:42:28,370 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:42:28,370 DEBUG storage: device live-rw does not contain a disklabel >21:42:28,370 INFO storage: type detected on 'live-rw' is 'ext4' >21:42:28,393 DEBUG storage: padding min size from 2955 up to 3250 >21:42:28,394 DEBUG storage: Ext4FS.supported: supported: True ; >21:42:28,394 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:42:28,395 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >21:42:28,396 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >21:42:28,403 INFO storage: got device: DMDevice instance (0x18d3710) -- > name = live-rw status = True kids = 0 id = 12 > parents = ['existing 0MB loop loop4 (11)'] > 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 0x17bc4d0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >21:42:28,404 DEBUG storage: Ext4FS.supported: supported: True ; >21:42:28,404 INFO storage: got format: Ext4FS instance (0x18cbf10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 34f0be73-c722-482e-9418-3fe66d11d090 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC1-x size = 4096.0 targetSize = 4096.0 > >21:42:28,406 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-18-TC1-x /dev/disk/by-uuid/34f0be73-c722-482e-9418-3fe66d11d090 /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-TC1-x', > 'ID_FS_LABEL_ENC': '_Fedora-18-TC1-x', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '34f0be73-c722-482e-9418-3fe66d11d090', > 'ID_FS_UUID_ENC': '34f0be73-c722-482e-9418-3fe66d11d090', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '29527', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-18-TC1-x', > '/dev/disk/by-uuid/34f0be73-c722-482e-9418-3fe66d11d090', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-osimg-min ; >21:42:28,406 INFO storage: scanning live-osimg-min (/devices/virtual/block/dm-1)... >21:42:28,407 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >21:42:28,407 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,407 INFO storage: live-osimg-min is a device-mapper device >21:42:28,408 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >21:42:28,408 DEBUG storage: DMDevice.getDMNode: live-rw ; status: True ; >21:42:28,409 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >21:42:28,410 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (5) >21:42:28,411 DEBUG storage: DeviceTree.getDeviceByName: name: loop3 ; >21:42:28,411 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (9) with existing ext4 filesystem >21:42:28,412 DEBUG storage: DeviceTree.getDeviceByName: name: live-osimg-min ; >21:42:28,413 DEBUG storage: DeviceTree.getDeviceByName returned None >21:42:28,414 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop3 ; >21:42:28,414 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:42:28,415 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >21:42:28,415 INFO storage: added dm live-osimg-min (id 13) to device tree >21:42:28,416 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >21:42:28,416 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >21:42:28,417 DEBUG storage: Ext4FS.supported: supported: True ; >21:42:28,417 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:42:28,417 DEBUG storage: device live-osimg-min does not contain a disklabel >21:42:28,417 INFO storage: type detected on 'live-osimg-min' is 'ext4' >21:42:28,442 DEBUG storage: using current size 0 as min size >21:42:28,443 DEBUG storage: Ext4FS.supported: supported: True ; >21:42:28,443 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:42:28,444 DEBUG storage: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >21:42:28,444 DEBUG storage: looking up parted Device: /dev/mapper/live-osimg-min >21:42:28,445 INFO storage: got device: DMDevice instance (0x1827a90) -- > name = live-osimg-min status = True kids = 0 id = 13 > parents = ['existing 0MB loop loop3 (9) 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: 28463 did: 28019 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x17bc710> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >21:42:28,449 DEBUG storage: Ext4FS.supported: supported: True ; >21:42:28,449 INFO storage: got format: Ext4FS instance (0x18d34d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = 34f0be73-c722-482e-9418-3fe66d11d090 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-18-TC1-x size = 2954.0 targetSize = 2954.0 > >21:42:28,464 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >21:42:28,464 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >21:42:28,465 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >21:42:28,476 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >21:42:28,477 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >21:42:28,478 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >21:42:28,478 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >21:42:28,478 INFO storage: not going to restore from backup of non-existent /etc/multipath.conf >21:42:28,478 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >21:42:28,479 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >21:42:28,480 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >21:42:28,491 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >21:42:28,492 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >21:42:28,492 DEBUG storage: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >21:42:28,709 DEBUG storage: registered device format class DMRaidMember as dmraidmember >21:42:28,710 DEBUG storage: registered device format class BIOSBoot as biosboot >21:42:28,711 DEBUG storage: registered device format class MultipathMember as multipath_member >21:42:28,712 DEBUG storage: registered device format class SwapSpace as swap >21:42:28,713 DEBUG storage: registered device format class MDRaidMember as mdmember >21:42:28,714 DEBUG storage: registered device format class PPCPRePBoot as prepboot >21:42:28,715 DEBUG storage: registered device format class LUKS as luks >21:42:28,725 DEBUG storage: registered device format class Ext2FS as ext2 >21:42:28,726 DEBUG storage: registered device format class Ext3FS as ext3 >21:42:28,726 DEBUG storage: registered device format class Ext4FS as ext4 >21:42:28,727 DEBUG storage: registered device format class FATFS as vfat >21:42:28,728 DEBUG storage: registered device format class EFIFS as efi >21:42:28,728 DEBUG storage: registered device format class BTRFS as btrfs >21:42:28,729 DEBUG storage: registered device format class GFS2 as gfs2 >21:42:28,729 DEBUG storage: registered device format class JFS as jfs >21:42:28,729 DEBUG storage: registered device format class ReiserFS as reiserfs >21:42:28,730 DEBUG storage: registered device format class XFS as xfs >21:42:28,730 DEBUG storage: registered device format class HFS as hfs >21:42:28,731 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >21:42:28,731 DEBUG storage: registered device format class HFSPlus as hfs+ >21:42:28,732 DEBUG storage: registered device format class NTFS as ntfs >21:42:28,732 DEBUG storage: registered device format class NFS as nfs >21:42:28,733 DEBUG storage: registered device format class NFSv4 as nfs4 >21:42:28,733 DEBUG storage: registered device format class Iso9660FS as iso9660 >21:42:28,734 DEBUG storage: registered device format class NoDevFS as nodev >21:42:28,734 DEBUG storage: registered device format class DevPtsFS as devpts >21:42:28,734 DEBUG storage: registered device format class ProcFS as proc >21:42:28,734 DEBUG storage: registered device format class SysFS as sysfs >21:42:28,734 DEBUG storage: registered device format class TmpFS as tmpfs >21:42:28,734 DEBUG storage: registered device format class BindFS as bind >21:42:28,734 DEBUG storage: registered device format class SELinuxFS as selinuxfs >21:42:28,734 DEBUG storage: registered device format class USBFS as usbfs >21:42:28,735 DEBUG storage: registered device format class DiskLabel as disklabel >21:42:28,735 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >21:42:29,479 DEBUG storage: MultipathTopology._build_topology: >21:42:29,480 DEBUG storage: /etc/multipath.conf contents: >21:42:29,481 DEBUG storage: # multipath.conf written by anaconda >21:42:29,481 DEBUG storage: >21:42:29,481 DEBUG storage: defaults { >21:42:29,482 DEBUG storage: user_friendly_names yes >21:42:29,482 DEBUG storage: } >21:42:29,483 DEBUG storage: blacklist { >21:42:29,483 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >21:42:29,483 DEBUG storage: devnode "^hd[a-z]" >21:42:29,484 DEBUG storage: devnode "^dcssblk[0-9]*" >21:42:29,484 DEBUG storage: device { >21:42:29,484 DEBUG storage: vendor "DGC" >21:42:29,485 DEBUG storage: product "LUNZ" >21:42:29,485 DEBUG storage: } >21:42:29,485 DEBUG storage: device { >21:42:29,485 DEBUG storage: vendor "IBM" >21:42:29,485 DEBUG storage: product "S/390.*" >21:42:29,485 DEBUG storage: } >21:42:29,485 DEBUG storage: # don't count normal SATA devices as multipaths >21:42:29,485 DEBUG storage: device { >21:42:29,485 DEBUG storage: vendor "ATA" >21:42:29,485 DEBUG storage: } >21:42:29,485 DEBUG storage: # don't count 3ware devices as multipaths >21:42:29,488 DEBUG storage: device { >21:42:29,488 DEBUG storage: vendor "3ware" >21:42:29,488 DEBUG storage: } >21:42:29,489 DEBUG storage: device { >21:42:29,489 DEBUG storage: vendor "AMCC" >21:42:29,489 DEBUG storage: } >21:42:29,489 DEBUG storage: # nor highpoint devices >21:42:29,489 DEBUG storage: device { >21:42:29,489 DEBUG storage: vendor "HPT" >21:42:29,489 DEBUG storage: } >21:42:29,489 DEBUG storage: } >21:42:29,490 DEBUG storage: multipaths { >21:42:29,490 DEBUG storage: } >21:42:29,490 DEBUG storage: (end of /etc/multipath.conf) >21:42:29,547 INFO storage: MultipathTopology: found singlepath device: sda >21:42:29,550 INFO storage: MultipathTopology: found non-disk device: sr0 >21:42:29,550 INFO storage: MultipathTopology: found singlepath device: loop0 >21:42:29,551 INFO storage: MultipathTopology: found singlepath device: loop1 >21:42:29,551 INFO storage: MultipathTopology: found singlepath device: loop2 >21:42:29,551 INFO storage: MultipathTopology: found singlepath device: loop3 >21:42:29,551 INFO storage: MultipathTopology: found singlepath device: loop4 >21:42:29,551 INFO storage: MultipathTopology: found singlepath device: loop5 >21:42:29,551 INFO storage: MultipathTopology: found singlepath device: loop6 >21:42:29,551 INFO storage: MultipathTopology: found singlepath device: loop7 >21:42:29,551 INFO storage: MultipathTopology: found singlepath device: dm-0 >21:42:29,552 INFO storage: MultipathTopology: found singlepath device: dm-1 > > >/tmp/ifcfg.log: >21:42:29,868 DEBUG ifcfg: content of files (network initialization): >21:42:29,999 DEBUG ifcfg: content of files (ifcfgs created): >21:42:30,001 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >HWADDR=52:54:00:12:34:56 >TYPE=Ethernet >BOOTPROTO=dhcp >DEFROUTE=yes >PEERDNS=yes >PEERROUTES=yes >IPV4_FAILURE_FATAL=no >NAME=eth0 >UUID=a4dc5847-1564-40bd-a4e1-6b9f1cb53442 >ONBOOT=yes > > > >/proc/cmdline: >initrd=initrd0.img root=live:CDLABEL=Fedora-18-TC1-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 11 21:39:48 localhost rsyslogd: [origin software="rsyslogd" swVersion="7.2.2" x-pid="494" x-info="http://www.rsyslog.com"] start >Dec 11 21:39:48 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 11 21:39:39 localhost kernel: Initializing cgroup subsys cpuset >Dec 11 21:39:39 localhost kernel: Initializing cgroup subsys cpu >Dec 11 21:39:39 localhost kernel: Linux version 3.6.9-4.fc18.x86_64 (mockbuild@) (gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) ) #1 SMP Tue Dec 4 14:12:51 UTC 2012 >Dec 11 21:39:39 localhost kernel: Command line: initrd=initrd0.img root=live:CDLABEL=Fedora-18-TC1-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 11 21:39:39 localhost kernel: e820: BIOS-provided physical RAM map: >Dec 11 21:39:39 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >Dec 11 21:39:39 localhost kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >Dec 11 21:39:39 localhost kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >Dec 11 21:39:39 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007fffcfff] usable >Dec 11 21:39:39 localhost kernel: BIOS-e820: [mem 0x000000007fffd000-0x000000007fffffff] reserved >Dec 11 21:39:39 localhost kernel: BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >Dec 11 21:39:39 localhost kernel: BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >Dec 11 21:39:39 localhost kernel: NX (Execute Disable) protection: active >Dec 11 21:39:39 localhost kernel: DMI 2.4 present. >Dec 11 21:39:39 localhost kernel: Hypervisor detected: KVM >Dec 11 21:39:39 localhost kernel: No AGP bridge found >Dec 11 21:39:39 localhost kernel: e820: last_pfn = 0x7fffd max_arch_pfn = 0x400000000 >Dec 11 21:39:39 localhost kernel: x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106 >Dec 11 21:39:39 localhost kernel: found SMP MP-table at [mem 0x000fdaf0-0x000fdaff] mapped at [ffff8800000fdaf0] >Dec 11 21:39:39 localhost kernel: init_memory_mapping: [mem 0x00000000-0x7fffcfff] >Dec 11 21:39:39 localhost kernel: RAMDISK: [mem 0x7e59a000-0x7ffdbfff] >Dec 11 21:39:39 localhost kernel: ACPI: RSDP 00000000000fd990 00014 (v00 BOCHS ) >Dec 11 21:39:39 localhost kernel: ACPI: RSDT 000000007fffe440 00038 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >Dec 11 21:39:39 localhost kernel: ACPI: FACP 000000007fffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >Dec 11 21:39:39 localhost kernel: ACPI: DSDT 000000007fffe480 0124A (v01 BXPC BXDSDT 00000001 INTL 20100528) >Dec 11 21:39:39 localhost kernel: ACPI: FACS 000000007fffff40 00040 >Dec 11 21:39:39 localhost kernel: ACPI: SSDT 000000007ffffe90 000AF (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >Dec 11 21:39:39 localhost kernel: ACPI: APIC 000000007ffffd70 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >Dec 11 21:39:39 localhost kernel: ACPI: HPET 000000007ffffd30 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) >Dec 11 21:39:39 localhost kernel: ACPI: SSDT 000000007ffff6d0 00654 (v01 BXPC BXSSDTPC 00000001 INTL 20100528) >Dec 11 21:39:39 localhost kernel: No NUMA configuration found >Dec 11 21:39:39 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000007fffcfff] >Dec 11 21:39:39 localhost kernel: Initmem setup node 0 [mem 0x00000000-0x7fffcfff] >Dec 11 21:39:39 localhost kernel: NODE_DATA [mem 0x7ffe9000-0x7fffcfff] >Dec 11 21:39:39 localhost kernel: kvm-clock: Using msrs 4b564d01 and 4b564d00 >Dec 11 21:39:39 localhost kernel: kvm-clock: cpu 0, msr 0:1cfac01, boot clock >Dec 11 21:39:39 localhost kernel: Zone ranges: >Dec 11 21:39:39 localhost kernel: DMA [mem 0x00010000-0x00ffffff] >Dec 11 21:39:39 localhost kernel: DMA32 [mem 0x01000000-0xffffffff] >Dec 11 21:39:39 localhost kernel: Normal empty >Dec 11 21:39:39 localhost kernel: Movable zone start for each node >Dec 11 21:39:39 localhost kernel: Early memory node ranges >Dec 11 21:39:39 localhost kernel: node 0: [mem 0x00010000-0x0009efff] >Dec 11 21:39:39 localhost kernel: node 0: [mem 0x00100000-0x7fffcfff] >Dec 11 21:39:39 localhost kernel: ACPI: PM-Timer IO Port: 0xb008 >Dec 11 21:39:39 localhost kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >Dec 11 21:39:39 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >Dec 11 21:39:39 localhost kernel: ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) >Dec 11 21:39:39 localhost kernel: IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >Dec 11 21:39:39 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >Dec 11 21:39:39 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >Dec 11 21:39:39 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >Dec 11 21:39:39 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >Dec 11 21:39:39 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >Dec 11 21:39:39 localhost kernel: Using ACPI (MADT) for SMP configuration information >Dec 11 21:39:39 localhost kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000 >Dec 11 21:39:39 localhost kernel: smpboot: Allowing 1 CPUs, 0 hotplug CPUs >Dec 11 21:39:39 localhost kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 >Dec 11 21:39:39 localhost kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 >Dec 11 21:39:39 localhost kernel: PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 >Dec 11 21:39:39 localhost kernel: e820: [mem 0x80000000-0xfeffbfff] available for PCI devices >Dec 11 21:39:39 localhost kernel: Booting paravirtualized kernel on KVM >Dec 11 21:39:39 localhost kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:1 nr_node_ids:1 >Dec 11 21:39:39 localhost kernel: PERCPU: Embedded 28 pages/cpu @ffff88007e200000 s84288 r8192 d22208 u2097152 >Dec 11 21:39:39 localhost kernel: kvm-clock: cpu 0, msr 0:7e213c01, primary cpu clock >Dec 11 21:39:39 localhost kernel: KVM setup async PF for cpu 0 >Dec 11 21:39:39 localhost kernel: kvm-stealtime: cpu 0, msr 7e20dec0 >Dec 11 21:39:39 localhost kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 515974 >Dec 11 21:39:39 localhost kernel: Policy zone: DMA32 >Dec 11 21:39:39 localhost kernel: Kernel command line: initrd=initrd0.img root=live:CDLABEL=Fedora-18-TC1-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 11 21:39:39 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes) >Dec 11 21:39:39 localhost kernel: __ex_table already sorted, skipping sort >Dec 11 21:39:39 localhost kernel: Checking aperture... >Dec 11 21:39:39 localhost kernel: No AGP bridge found >Dec 11 21:39:39 localhost kernel: Memory: 2020680k/2097140k available (6333k kernel code, 452k absent, 76008k reserved, 6870k data, 1036k init) >Dec 11 21:39:39 localhost kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >Dec 11 21:39:39 localhost kernel: Hierarchical RCU implementation. >Dec 11 21:39:39 localhost kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=1. >Dec 11 21:39:39 localhost kernel: NR_IRQS:8448 nr_irqs:256 16 >Dec 11 21:39:39 localhost kernel: Console: colour VGA+ 80x25 >Dec 11 21:39:39 localhost kernel: console [tty0] enabled >Dec 11 21:39:39 localhost kernel: allocated 8388608 bytes of page_cgroup >Dec 11 21:39:39 localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups >Dec 11 21:39:39 localhost kernel: tsc: Detected 3200.180 MHz processor >Dec 11 21:39:39 localhost kernel: Calibrating delay loop (skipped) preset value.. 6400.36 BogoMIPS (lpj=3200180) >Dec 11 21:39:39 localhost kernel: pid_max: default: 32768 minimum: 301 >Dec 11 21:39:39 localhost kernel: Security Framework initialized >Dec 11 21:39:39 localhost kernel: SELinux: Initializing. >Dec 11 21:39:39 localhost kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >Dec 11 21:39:39 localhost kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >Dec 11 21:39:39 localhost kernel: Mount-cache hash table entries: 256 >Dec 11 21:39:39 localhost kernel: Initializing cgroup subsys cpuacct >Dec 11 21:39:39 localhost kernel: Initializing cgroup subsys memory >Dec 11 21:39:39 localhost kernel: Initializing cgroup subsys devices >Dec 11 21:39:39 localhost kernel: Initializing cgroup subsys freezer >Dec 11 21:39:39 localhost kernel: Initializing cgroup subsys net_cls >Dec 11 21:39:39 localhost kernel: Initializing cgroup subsys blkio >Dec 11 21:39:39 localhost kernel: Initializing cgroup subsys perf_event >Dec 11 21:39:39 localhost kernel: mce: CPU supports 10 MCE banks >Dec 11 21:39:39 localhost kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >Dec 11 21:39:39 localhost kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >Dec 11 21:39:39 localhost kernel: tlb_flushall_shift is 0xffffffff >Dec 11 21:39:39 localhost kernel: SMP alternatives: switching to UP code >Dec 11 21:39:39 localhost kernel: Freeing SMP alternatives: 24k freed >Dec 11 21:39:39 localhost kernel: ACPI: Core revision 20120711 >Dec 11 21:39:39 localhost kernel: ftrace: allocating 23488 entries in 92 pages >Dec 11 21:39:39 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >Dec 11 21:39:39 localhost kernel: smpboot: CPU0: AMD QEMU Virtual CPU version 1.0.1 stepping 03 >Dec 11 21:39:39 localhost kernel: Performance Events: Broken PMU hardware detected, using software events only. >Dec 11 21:39:39 localhost kernel: Failed to access perfctr msr (MSR c0010001 is ffffffffffffffff) >Dec 11 21:39:39 localhost kernel: NMI watchdog: disabled (cpu0): hardware events not enabled >Dec 11 21:39:39 localhost kernel: Brought up 1 CPUs >Dec 11 21:39:39 localhost kernel: smpboot: Total of 1 processors activated (6400.36 BogoMIPS) >Dec 11 21:39:39 localhost kernel: devtmpfs: initialized >Dec 11 21:39:39 localhost kernel: atomic64 test passed for x86-64 platform with CX8 and with SSE >Dec 11 21:39:39 localhost kernel: RTC time: 2:39:40, date: 12/12/12 >Dec 11 21:39:39 localhost kernel: NET: Registered protocol family 16 >Dec 11 21:39:39 localhost kernel: ACPI: bus type pci registered >Dec 11 21:39:39 localhost kernel: PCI: Using configuration type 1 for base access >Dec 11 21:39:39 localhost kernel: bio: create slab <bio-0> at 0 >Dec 11 21:39:39 localhost kernel: ACPI: Added _OSI(Module Device) >Dec 11 21:39:39 localhost kernel: ACPI: Added _OSI(Processor Device) >Dec 11 21:39:39 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions) >Dec 11 21:39:39 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device) >Dec 11 21:39:39 localhost kernel: ACPI: Interpreter enabled >Dec 11 21:39:39 localhost kernel: ACPI: (supports S0 S5) >Dec 11 21:39:39 localhost kernel: ACPI: Using IOAPIC for interrupt routing >Dec 11 21:39:39 localhost kernel: ACPI: No dock devices found. >Dec 11 21:39:39 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >Dec 11 21:39:39 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >Dec 11 21:39:39 localhost kernel: pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >Dec 11 21:39:39 localhost kernel: PCI host bridge to bus 0000:00 >Dec 11 21:39:39 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff] >Dec 11 21:39:39 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >Dec 11 21:39:39 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >Dec 11 21:39:39 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >Dec 11 21:39:39 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] >Dec 11 21:39:39 localhost kernel: pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >Dec 11 21:39:39 localhost kernel: pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >Dec 11 21:39:39 localhost kernel: pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM >Dec 11 21:39:39 localhost kernel: pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) >Dec 11 21:39:39 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >Dec 11 21:39:39 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >Dec 11 21:39:39 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >Dec 11 21:39:39 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >Dec 11 21:39:39 localhost kernel: ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0 >Dec 11 21:39:39 localhost kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >Dec 11 21:39:39 localhost kernel: vgaarb: loaded >Dec 11 21:39:39 localhost kernel: vgaarb: bridge control possible 0000:00:02.0 >Dec 11 21:39:39 localhost kernel: SCSI subsystem initialized >Dec 11 21:39:39 localhost kernel: ACPI: bus type scsi registered >Dec 11 21:39:39 localhost kernel: ACPI: bus type usb registered >Dec 11 21:39:39 localhost kernel: usbcore: registered new interface driver usbfs >Dec 11 21:39:39 localhost kernel: usbcore: registered new interface driver hub >Dec 11 21:39:39 localhost kernel: usbcore: registered new device driver usb >Dec 11 21:39:39 localhost kernel: PCI: Using ACPI for IRQ routing >Dec 11 21:39:39 localhost kernel: NetLabel: Initializing >Dec 11 21:39:39 localhost kernel: NetLabel: domain hash size = 128 >Dec 11 21:39:39 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4 >Dec 11 21:39:39 localhost kernel: NetLabel: unlabeled traffic allowed by default >Dec 11 21:39:39 localhost kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer >Dec 11 21:39:39 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 >Dec 11 21:39:39 localhost kernel: hpet0: 3 comparators, 64-bit 100.000000 MHz counter >Dec 11 21:39:39 localhost kernel: Switching to clocksource kvm-clock >Dec 11 21:39:39 localhost kernel: pnp: PnP ACPI init >Dec 11 21:39:39 localhost kernel: ACPI: bus type pnp registered >Dec 11 21:39:39 localhost kernel: pnp: PnP ACPI: found 8 devices >Dec 11 21:39:39 localhost kernel: ACPI: ACPI bus type pnp unregistered >Dec 11 21:39:39 localhost kernel: NET: Registered protocol family 2 >Dec 11 21:39:39 localhost kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes) >Dec 11 21:39:39 localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >Dec 11 21:39:39 localhost kernel: TCP: Hash tables configured (established 262144 bind 65536) >Dec 11 21:39:39 localhost kernel: TCP: reno registered >Dec 11 21:39:39 localhost kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes) >Dec 11 21:39:39 localhost kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) >Dec 11 21:39:39 localhost kernel: NET: Registered protocol family 1 >Dec 11 21:39:39 localhost kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers >Dec 11 21:39:39 localhost kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release >Dec 11 21:39:39 localhost kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds >Dec 11 21:39:39 localhost kernel: ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 >Dec 11 21:39:39 localhost kernel: Unpacking initramfs... >Dec 11 21:39:39 localhost kernel: Freeing initrd memory: 26888k freed >Dec 11 21:39:39 localhost kernel: Initialise module verification >Dec 11 21:39:39 localhost kernel: audit: initializing netlink socket (disabled) >Dec 11 21:39:39 localhost kernel: type=2000 audit(1355279980.472:1): initialized >Dec 11 21:39:39 localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages >Dec 11 21:39:39 localhost kernel: VFS: Disk quotas dquot_6.5.2 >Dec 11 21:39:39 localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >Dec 11 21:39:39 localhost kernel: msgmni has been set to 3999 >Dec 11 21:39:39 localhost kernel: alg: No test for stdrng (krng) >Dec 11 21:39:39 localhost kernel: NET: Registered protocol family 38 >Dec 11 21:39:39 localhost kernel: Key type asymmetric registered >Dec 11 21:39:39 localhost kernel: Asymmetric key parser 'x509' registered >Dec 11 21:39:39 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >Dec 11 21:39:39 localhost kernel: io scheduler noop registered >Dec 11 21:39:39 localhost kernel: io scheduler deadline registered >Dec 11 21:39:39 localhost kernel: io scheduler cfq registered (default) >Dec 11 21:39:39 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >Dec 11 21:39:39 localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >Dec 11 21:39:39 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [3] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [4] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [5] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [6] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [7] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [8] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [9] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [10] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [11] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [12] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [13] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [14] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [15] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [16] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [17] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [18] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [19] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [20] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [21] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [22] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [23] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [24] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [25] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [26] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [27] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [28] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [29] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [30] registered >Dec 11 21:39:39 localhost kernel: acpiphp: Slot [31] registered >Dec 11 21:39:39 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >Dec 11 21:39:39 localhost kernel: ACPI: Power Button [PWRF] >Dec 11 21:39:39 localhost kernel: GHES: HEST is not enabled! >Dec 11 21:39:39 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >Dec 11 21:39:39 localhost kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >Dec 11 21:39:39 localhost kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >Dec 11 21:39:39 localhost kernel: Non-volatile memory driver v1.3 >Dec 11 21:39:39 localhost kernel: Linux agpgart interface v0.103 >Dec 11 21:39:39 localhost kernel: loop: module loaded >Dec 11 21:39:39 localhost kernel: scsi0 : ata_piix >Dec 11 21:39:39 localhost kernel: scsi1 : ata_piix >Dec 11 21:39:39 localhost kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc140 irq 14 >Dec 11 21:39:39 localhost kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc148 irq 15 >Dec 11 21:39:39 localhost kernel: libphy: Fixed MDIO Bus: probed >Dec 11 21:39:39 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >Dec 11 21:39:39 localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >Dec 11 21:39:39 localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver >Dec 11 21:39:39 localhost kernel: uhci_hcd 0000:00:01.2: UHCI Host Controller >Dec 11 21:39:39 localhost kernel: uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 >Dec 11 21:39:39 localhost kernel: uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c100 >Dec 11 21:39:39 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >Dec 11 21:39:39 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 11 21:39:39 localhost kernel: usb usb1: Product: UHCI Host Controller >Dec 11 21:39:39 localhost kernel: usb usb1: Manufacturer: Linux 3.6.9-4.fc18.x86_64 uhci_hcd >Dec 11 21:39:39 localhost kernel: usb usb1: SerialNumber: 0000:00:01.2 >Dec 11 21:39:39 localhost kernel: hub 1-0:1.0: USB hub found >Dec 11 21:39:39 localhost kernel: hub 1-0:1.0: 2 ports detected >Dec 11 21:39:39 localhost kernel: usbcore: registered new interface driver usbserial >Dec 11 21:39:39 localhost kernel: usbcore: registered new interface driver usbserial_generic >Dec 11 21:39:39 localhost kernel: USB Serial support registered for generic >Dec 11 21:39:39 localhost kernel: usbserial: USB Serial Driver core >Dec 11 21:39:39 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >Dec 11 21:39:39 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 >Dec 11 21:39:39 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 >Dec 11 21:39:39 localhost kernel: mousedev: PS/2 mouse device common for all mice >Dec 11 21:39:39 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >Dec 11 21:39:39 localhost kernel: rtc_cmos 00:01: RTC can wake from S4 >Dec 11 21:39:39 localhost kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 >Dec 11 21:39:39 localhost kernel: rtc0: alarms up to one day, 114 bytes nvram, hpet irqs >Dec 11 21:39:39 localhost kernel: device-mapper: uevent: version 1.0.3 >Dec 11 21:39:39 localhost kernel: device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com >Dec 11 21:39:39 localhost kernel: cpuidle: using governor ladder >Dec 11 21:39:39 localhost kernel: cpuidle: using governor menu >Dec 11 21:39:39 localhost kernel: EFI Variables Facility v0.08 2004-May-17 >Dec 11 21:39:39 localhost kernel: usbcore: registered new interface driver usbhid >Dec 11 21:39:39 localhost kernel: usbhid: USB HID core driver >Dec 11 21:39:39 localhost kernel: drop_monitor: Initializing network drop monitor service >Dec 11 21:39:39 localhost kernel: ip_tables: (C) 2000-2006 Netfilter Core Team >Dec 11 21:39:39 localhost kernel: TCP: cubic registered >Dec 11 21:39:39 localhost kernel: Initializing XFRM netlink socket >Dec 11 21:39:39 localhost kernel: NET: Registered protocol family 10 >Dec 11 21:39:39 localhost kernel: mip6: Mobile IPv6 >Dec 11 21:39:39 localhost kernel: NET: Registered protocol family 17 >Dec 11 21:39:39 localhost kernel: Loading module verification certificates >Dec 11 21:39:39 localhost kernel: MODSIGN: Loaded cert 'Fedora kernel signing key: ae778bb6b8e62449e22af868616f36965c3db3dd' >Dec 11 21:39:39 localhost kernel: registered taskstats version 1 >Dec 11 21:39:39 localhost kernel: Magic number: 8:280:662 >Dec 11 21:39:39 localhost kernel: rtc_cmos 00:01: setting system clock to 2012-12-12 02:39:40 UTC (1355279980) >Dec 11 21:39:39 localhost kernel: ata2.00: ATAPI: QEMU DVD-ROM, 1.0.1, max UDMA/100 >Dec 11 21:39:39 localhost kernel: ata1.00: ATA-7: QEMU HARDDISK, 1.0.1, max UDMA/100 >Dec 11 21:39:39 localhost kernel: ata1.00: 23068672 sectors, multi 16: LBA48 >Dec 11 21:39:39 localhost kernel: ata2.00: configured for MWDMA2 >Dec 11 21:39:39 localhost kernel: ata1.00: configured for MWDMA2 >Dec 11 21:39:39 localhost kernel: scsi 0:0:0:0: Direct-Access ATA QEMU HARDDISK 1.0. PQ: 0 ANSI: 5 >Dec 11 21:39:39 localhost kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0 >Dec 11 21:39:39 localhost kernel: sd 0:0:0:0: [sda] 23068672 512-byte logical blocks: (11.8 GB/11.0 GiB) >Dec 11 21:39:39 localhost kernel: sd 0:0:0:0: [sda] Write Protect is off >Dec 11 21:39:39 localhost kernel: sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >Dec 11 21:39:39 localhost kernel: scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 1.0. PQ: 0 ANSI: 5 >Dec 11 21:39:39 localhost kernel: sda: unknown partition table >Dec 11 21:39:39 localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk >Dec 11 21:39:39 localhost kernel: sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray >Dec 11 21:39:39 localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20 >Dec 11 21:39:39 localhost kernel: sr 1:0:0:0: Attached scsi generic sg1 type 5 >Dec 11 21:39:39 localhost kernel: Freeing unused kernel memory: 1036k freed >Dec 11 21:39:39 localhost kernel: Write protecting the kernel read-only data: 12288k >Dec 11 21:39:39 localhost kernel: Freeing unused kernel memory: 1848k freed >Dec 11 21:39:39 localhost kernel: Freeing unused kernel memory: 1412k freed >Dec 11 21:39:39 localhost kernel: usb 1-1: new full-speed USB device number 2 using uhci_hcd >Dec 11 21:39:39 localhost kernel: RPC: Registered named UNIX socket transport module. >Dec 11 21:39:39 localhost kernel: RPC: Registered udp transport module. >Dec 11 21:39:39 localhost kernel: RPC: Registered tcp transport module. >Dec 11 21:39:39 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. >Dec 11 21:39:39 localhost kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 >Dec 11 21:39:40 localhost kernel: usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >Dec 11 21:39:40 localhost kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5 >Dec 11 21:39:40 localhost kernel: usb 1-1: Product: QEMU USB Mouse >Dec 11 21:39:40 localhost kernel: usb 1-1: Manufacturer: QEMU 1.0.1 >Dec 11 21:39:40 localhost kernel: usb 1-1: SerialNumber: 42 >Dec 11 21:39:40 localhost kernel: 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) >Dec 11 21:39:40 localhost kernel: ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 >Dec 11 21:39:40 localhost kernel: 8139cp 0000:00:03.0: eth0: RTL-8139C+ at 0xffffc90000852000, 52:54:00:12:34:56, IRQ 10 >Dec 11 21:39:40 localhost kernel: 8139too: 8139too Fast Ethernet driver 0.9.28 >Dec 11 21:39:40 localhost kernel: input: QEMU 1.0.1 QEMU USB Mouse as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input3 >Dec 11 21:39:40 localhost kernel: hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU 1.0.1 QEMU USB Mouse] on usb-0000:00:01.2-1/input0 >Dec 11 21:39:40 localhost kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher >Dec 11 21:39:40 localhost kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >Dec 11 21:39:40 localhost kernel: tsc: Refined TSC clocksource calibration: 3200.068 MHz >Dec 11 21:39:41 localhost kernel: type=1404 audit(1355279982.202:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 >Dec 11 21:39:41 localhost kernel: type=1403 audit(1355279982.658:3): policy loaded auid=4294967295 ses=4294967295 >Dec 11 21:39:43 localhost kernel: EXT4-fs (dm-0): re-mounted. Opts: (null) >Dec 11 21:39:48 localhost systemd[1]: systemd 195 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; fedora) >Dec 11 21:39:48 localhost systemd[1]: Detected virtualization 'kvm'. >Dec 11 21:39:48 localhost systemd[1]: Set hostname to <localhost.localdomain>. >Dec 11 21:39:48 localhost systemd[1]: Started Apply Kernel Variables. >Dec 11 21:39:48 localhost systemd[1]: Started Software RAID Monitor Takeover. >Dec 11 21:39:48 localhost systemd[1]: Mounted Huge Pages File System. >Dec 11 21:39:48 localhost systemd[1]: Mounted POSIX Message Queue File System. >Dec 11 21:39:48 localhost systemd[1]: Mounted Debug File System. >Dec 11 21:39:48 localhost systemd[1]: Started Remount Root and Kernel File Systems. >Dec 11 21:39:48 localhost systemd[1]: Starting Local File Systems (Pre). >Dec 11 21:39:48 localhost systemd[1]: Reached target Local File Systems (Pre). >Dec 11 21:39:43 localhost kernel: kvm: Nested Virtualization enabled >Dec 11 21:39:44 localhost kernel: tun: Universal TUN/TAP device driver, 1.6 >Dec 11 21:39:44 localhost kernel: tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> >Dec 11 21:39:44 localhost kernel: parport_pc 00:05: reported by Plug and Play ACPI >Dec 11 21:39:44 localhost kernel: parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE] >Dec 11 21:39:44 localhost kernel: piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >Dec 11 21:39:44 localhost kernel: microcode: AMD CPU family 0x6 not supported >Dec 11 21:39:44 localhost kernel: ppdev: user-space parallel port driver >Dec 11 21:39:48 localhost chronyd[567]: chronyd version 1.27-git1ca844 starting >Dec 11 21:39:48 localhost chronyd[567]: Linux kernel major=3 minor=6 patch=9 >Dec 11 21:39:48 localhost chronyd[567]: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 >Dec 11 21:39:48 localhost systemd[1]: Started NTP client/server. >Dec 11 21:39:49 localhost systemd[1]: Started RealtimeKit Scheduling Policy Service. >Dec 11 21:39:49 localhost systemd[1]: Started Avahi mDNS/DNS-SD Stack. >Dec 11 21:39:49 localhost systemd-logind[490]: Watching system buttons on /dev/input/event0 (Power Button) >Dec 11 21:39:49 localhost systemd-logind[490]: New seat seat0. >Dec 11 21:39:49 localhost systemd[1]: Started Login Service. >Dec 11 21:39:49 localhost avahi-daemon[492]: Successfully called chroot(). >Dec 11 21:39:49 localhost avahi-daemon[492]: Successfully dropped remaining capabilities. >Dec 11 21:39:49 localhost avahi-daemon[492]: No service file found in /etc/avahi/services. >Dec 11 21:39:49 localhost avahi-daemon[492]: System host name is set to 'localhost'. This is not a suitable mDNS host name, looking for alternatives. >Dec 11 21:39:49 localhost avahi-daemon[492]: Network interface enumeration completed. >Dec 11 21:39:49 localhost avahi-daemon[492]: Registering HINFO record with values 'X86_64'/'LINUX'. >Dec 11 21:39:49 localhost avahi-daemon[492]: Server startup complete. Host name is linux.local. Local service cookie is 2359611712. >Dec 11 21:39:49 localhost systemd[1]: Started GNOME Display Manager. >Dec 11 21:39:49 localhost dbus-daemon[495]: dbus[495]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Dec 11 21:39:49 localhost dbus[495]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Dec 11 21:39:49 localhost systemd[1]: Starting Authorization Manager... >Dec 11 21:39:49 localhost livesys[473]: Adding live user [ OK ] >Dec 11 21:39:49 localhost polkitd[578]: Started polkitd version 0.107 >Dec 11 21:39:50 localhost dbus-daemon[495]: dbus[495]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=503 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.6" (uid=0 pid=577 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Dec 11 21:39:50 localhost dbus[495]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.5" (uid=0 pid=503 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.6" (uid=0 pid=577 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Dec 11 21:39:50 localhost systemd[1]: Stopped firstboot configuration program (graphical mode). >Dec 11 21:39:50 localhost systemd[1]: Stopped Software RAID monitoring and management. >Dec 11 21:39:50 localhost systemd[1]: Stopping Software RAID Monitor Takeover... >Dec 11 21:39:50 localhost systemd[1]: Stopped Software RAID Monitor Takeover. >Dec 11 21:39:50 localhost systemd[1]: Started Authorization Manager. >Dec 11 21:39:50 localhost dbus[495]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Dec 11 21:39:50 localhost accounts-daemon[496]: started daemon version 0.6.25 >Dec 11 21:39:50 localhost dbus-daemon[495]: dbus[495]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Dec 11 21:39:50 localhost systemd[1]: Started Accounts Service. >Dec 11 21:39:50 localhost livesys[473]: ** (process:604): WARNING **: failed to commit changes to dconf: Error spawning command line `dbus-launch --autolaunch=99938573c9d70e2f98229769926fbd74 --binary-syntax --close-stderr': Child process exited with code 1 >Dec 11 21:39:50 localhost systemd[1]: Stopping Command Scheduler... >Dec 11 21:39:50 localhost systemd[1]: Stopped Command Scheduler. >Dec 11 21:39:50 localhost systemd[1]: Stopping Job spooling tools... >Dec 11 21:39:50 localhost systemd[1]: Stopped Job spooling tools. >Dec 11 21:39:50 localhost livesys[473]: sed: can't read : No such file or directory >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.freedesktop.Geoclue' has path '/apps/geoclue/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.freedesktop.Telepathy.Logger' has path '/apps/telepathy-logger/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: 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 11 21:39:51 localhost livesys[473]: warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.freedesktop.ibus.general.xkblayoutconfig' has path '/desktop/ibus/general/xkblayoutconfig/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.gnome.Cheese' has path '/apps/cheese/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.gnome.seahorse' has path '/apps/seahorse/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.gnome.seahorse.manager' has path '/apps/seahorse/listing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost livesys[473]: warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 11 21:39:51 localhost systemd[1]: Started firewalld - dynamic firewall daemon. >Dec 11 21:39:51 localhost systemd[1]: Starting Network Manager... >Dec 11 21:39:51 localhost systemd[1]: Started SYSV: Init script for live image.. >Dec 11 21:39:51 localhost systemd[1]: Starting LSB: Starts and stops login iSCSI daemon.... >Dec 11 21:39:52 localhost NetworkManager[628]: <info> NetworkManager (version 0.9.7.0-9.git20121004.fc18) is starting... >Dec 11 21:39:52 localhost NetworkManager[628]: <info> Read config file /etc/NetworkManager/NetworkManager.conf >Dec 11 21:39:52 localhost NetworkManager[628]: <info> WEXT support is enabled >Dec 11 21:39:52 localhost NetworkManager[628]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect >Dec 11 21:39:52 localhost NetworkManager[628]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc >Dec 11 21:39:52 localhost NetworkManager[628]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn >Dec 11 21:39:52 localhost NetworkManager[628]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp >Dec 11 21:39:51 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max) >Dec 11 21:39:52 localhost NetworkManager[628]: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >Dec 11 21:39:52 localhost NetworkManager[628]: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Dec 11 21:39:52 localhost NetworkManager[628]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Dec 11 21:39:52 localhost NetworkManager[628]: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >Dec 11 21:39:52 localhost dbus-daemon[495]: dbus[495]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Dec 11 21:39:52 localhost dbus[495]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >Dec 11 21:39:52 localhost NetworkManager[628]: <info> monitoring kernel firmware directory '/lib/firmware'. >Dec 11 21:39:52 localhost dbus-daemon[495]: dbus[495]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Dec 11 21:39:52 localhost dbus[495]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Dec 11 21:39:52 localhost systemd[1]: Starting Bluetooth service... >Dec 11 21:39:52 localhost NetworkManager[628]: <info> WiFi enabled by radio killswitch; enabled by state file >Dec 11 21:39:52 localhost NetworkManager[628]: <info> WWAN enabled by radio killswitch; enabled by state file >Dec 11 21:39:52 localhost NetworkManager[628]: <info> WiMAX enabled by radio killswitch; enabled by state file >Dec 11 21:39:52 localhost NetworkManager[628]: <info> Networking is enabled by state file >Dec 11 21:39:52 localhost NetworkManager[628]: <warn> failed to allocate link cache: (-10) Operation not supported >Dec 11 21:39:52 localhost systemd[1]: Started Network Manager. >Dec 11 21:39:52 localhost systemd[1]: Starting Network Manager Wait Online... >Dec 11 21:39:52 localhost bluetoothd[655]: bluetoothd[655]: Bluetooth daemon 4.101 >Dec 11 21:39:52 localhost bluetoothd[655]: Bluetooth daemon 4.101 >Dec 11 21:39:51 localhost kernel: 8139cp 0000:00:03.0: eth0: link up, 100Mbps, full-duplex, lpa 0x05E1 >Dec 11 21:39:52 localhost NetworkManager[628]: <info> (eth0): carrier is OFF >Dec 11 21:39:52 localhost NetworkManager[628]: <info> (eth0): new Ethernet device (driver: '8139cp' ifindex: 2) >Dec 11 21:39:52 localhost NetworkManager[628]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0 >Dec 11 21:39:52 localhost NetworkManager[628]: <info> (eth0): now managed >Dec 11 21:39:52 localhost NetworkManager[628]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >Dec 11 21:39:52 localhost NetworkManager[628]: <info> (eth0): bringing up device. >Dec 11 21:39:52 localhost modem-manager[653]: <info> ModemManager (version 0.6.0.0-1.fc18) starting... >Dec 11 21:39:52 localhost NetworkManager[628]: <info> (eth0): carrier now ON (device state 20) >Dec 11 21:39:51 localhost kernel: Loading iSCSI transport class v2.0-870. >Dec 11 21:39:52 localhost NetworkManager[628]: <info> (eth0): preparing device. >Dec 11 21:39:52 localhost NetworkManager[628]: <info> (eth0): deactivating device (reason 'managed') [2] >Dec 11 21:39:52 localhost NetworkManager[628]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:03.0/net/eth0 >Dec 11 21:39:52 localhost NetworkManager[628]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Dec 11 21:39:52 localhost NetworkManager[628]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >Dec 11 21:39:52 localhost NetworkManager[628]: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >Dec 11 21:39:52 localhost dbus[495]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Dec 11 21:39:52 localhost NetworkManager[628]: <info> Auto-activating connection 'Wired connection 1'. >Dec 11 21:39:52 localhost NetworkManager[628]: <info> Activation (eth0) starting connection 'Wired connection 1' >Dec 11 21:39:52 localhost NetworkManager[628]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Dec 11 21:39:52 localhost NetworkManager[628]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >Dec 11 21:39:52 localhost NetworkManager[628]: <info> modem-manager is now available >Dec 11 21:39:52 localhost NetworkManager[628]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >Dec 11 21:39:52 localhost NetworkManager[628]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >Dec 11 21:39:51 localhost kernel: iscsi: registered transport (tcp) >Dec 11 21:39:52 localhost NetworkManager[628]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >Dec 11 21:39:52 localhost NetworkManager[628]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >Dec 11 21:39:52 localhost NetworkManager[628]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >Dec 11 21:39:52 localhost NetworkManager[628]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >Dec 11 21:39:52 localhost NetworkManager[628]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> ModemManager (version 0.6.0.0-1.fc18) starting... >Dec 11 21:39:52 localhost dbus-daemon[495]: dbus[495]: [system] Successfully activated service 'org.freedesktop.ModemManager' >Dec 11 21:39:52 localhost dbus-daemon[495]: dbus[495]: [system] Successfully activated service 'org.bluez' >Dec 11 21:39:52 localhost dbus[495]: [system] Successfully activated service 'org.bluez' >Dec 11 21:39:52 localhost bluetoothd[655]: Starting SDP server >Dec 11 21:39:52 localhost bluetoothd[655]: bluetoothd[655]: Starting SDP server >Dec 11 21:39:52 localhost systemd[1]: Started Bluetooth service. >Dec 11 21:39:51 localhost kernel: Bluetooth: Core ver 2.16 >Dec 11 21:39:51 localhost kernel: NET: Registered protocol family 31 >Dec 11 21:39:51 localhost kernel: Bluetooth: HCI device and connection manager initialized >Dec 11 21:39:51 localhost kernel: Bluetooth: HCI socket layer initialized >Dec 11 21:39:51 localhost kernel: Bluetooth: L2CAP socket layer initialized >Dec 11 21:39:51 localhost kernel: Bluetooth: SCO socket layer initialized >Dec 11 21:39:52 localhost bluetoothd[655]: bluetoothd[655]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Dec 11 21:39:51 localhost kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3 >Dec 11 21:39:51 localhost kernel: Bluetooth: BNEP filters: protocol multicast >Dec 11 21:39:52 localhost bluetoothd[655]: bluetoothd[655]: Parsing /etc/bluetooth/audio.conf failed: No such file or directory >Dec 11 21:39:52 localhost bluetoothd[655]: bluetoothd[655]: Bluetooth Management interface initialized >Dec 11 21:39:52 localhost bluetoothd[655]: Parsing /etc/bluetooth/input.conf failed: No such file or directory >Dec 11 21:39:52 localhost bluetoothd[655]: Parsing /etc/bluetooth/audio.conf failed: No such file or directory >Dec 11 21:39:52 localhost bluetoothd[655]: Bluetooth Management interface initialized >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'Option High-Speed' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'Option High-Speed' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'X22X' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'Longcheer' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'Novatel' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'Gobi' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'Wavecom' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'Huawei' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'Linktop' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'Nokia' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'MotoC' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'SimTech' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'ZTE' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'Sierra' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'AnyData' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'Option' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'Samsung' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'Ericsson MBM' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'Cinterion' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'Iridium' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Loaded plugin 'Generic' >Dec 11 21:39:52 localhost modem-manager[653]: <info> Successfully loaded 20 plugins >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'X22X' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'Longcheer' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'Novatel' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'Gobi' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'Wavecom' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'Huawei' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'Linktop' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'Nokia' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'MotoC' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'SimTech' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'ZTE' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'Sierra' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'AnyData' >Dec 11 21:39:51 localhost kernel: iscsi: registered transport (iser) >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'Option' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'Samsung' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'Ericsson MBM' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'Cinterion' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'Iridium' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Loaded plugin 'Generic' >Dec 11 21:39:52 localhost dbus-daemon[495]: modem-manager[653]: <info> Successfully loaded 20 plugins >Dec 11 21:39:51 localhost kernel: libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits. >Dec 11 21:39:51 localhost kernel: libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0. >Dec 11 21:39:51 localhost kernel: Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010) >Dec 11 21:39:51 localhost kernel: iscsi: registered transport (cxgb3i) >Dec 11 21:39:51 localhost kernel: Chelsio T4 iSCSI Driver cxgb4i v0.9.1 (Aug. 2010) >Dec 11 21:39:51 localhost kernel: iscsi: registered transport (cxgb4i) >Dec 11 21:39:51 localhost kernel: cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.12 (June 29, 2012) >Dec 11 21:39:51 localhost kernel: Broadcom NetXtreme II iSCSI Driver bnx2i v2.7.2.2 (Apr 25, 2012) >Dec 11 21:39:51 localhost kernel: iscsi: registered transport (bnx2i) >Dec 11 21:39:51 localhost kernel: iscsi: registered transport (be2iscsi) >Dec 11 21:39:52 localhost iscsid: iSCSI logger with pid=721 started! >Dec 11 21:39:52 localhost iscsid: transport class version 2.0-870. iscsid version 2.0-872.18.f17 >Dec 11 21:39:52 localhost iscsid[635]: Starting iscsid: [ OK ]#015[ OK ] >Dec 11 21:39:52 localhost systemd[1]: Started LSB: Starts and stops login iSCSI daemon.. >Dec 11 21:39:51 localhost kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team >Dec 11 21:39:53 localhost avahi-daemon[492]: Registering new address record for fe80::5054:ff:fe12:3456 on eth0.*. >Dec 11 21:39:53 localhost iscsid: iSCSI daemon with pid=722 started! >Dec 11 21:39:54 localhost gdm-simple-slave[577]: WARNING: Failed to give slave programs access to the display. Trying to proceed. >Dec 11 21:39:54 localhost systemd[1]: Started Wait for Plymouth Boot Screen to Quit. >Dec 11 21:39:54 localhost systemd-logind[490]: New session 1 of user gdm. >Dec 11 21:39:54 localhost systemd-logind[490]: Linked /tmp/.X11-unix/X0 to /run/user/42/X11-display. >Dec 11 21:39:55 localhost NetworkManager[628]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >Dec 11 21:39:55 localhost NetworkManager[628]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >Dec 11 21:39:55 localhost NetworkManager[628]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >Dec 11 21:39:55 localhost NetworkManager[628]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >Dec 11 21:39:55 localhost NetworkManager[628]: <info> dhclient started with pid 957 >Dec 11 21:39:55 localhost NetworkManager[628]: <info> Activation (eth0) Beginning IP6 addrconf. >Dec 11 21:39:55 localhost avahi-daemon[492]: Withdrawing address record for fe80::5054:ff:fe12:3456 on eth0. >Dec 11 21:39:55 localhost NetworkManager[628]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >Dec 11 21:39:56 localhost dhclient[957]: Internet Systems Consortium DHCP Client 4.2.4-P2 >Dec 11 21:39:56 localhost dhclient[957]: Copyright 2004-2012 Internet Systems Consortium. >Dec 11 21:39:56 localhost dhclient[957]: All rights reserved. >Dec 11 21:39:56 localhost dhclient[957]: For info, please visit https://www.isc.org/software/dhcp/ >Dec 11 21:39:56 localhost dhclient[957]: >Dec 11 21:39:56 localhost NetworkManager[628]: <info> (eth0): DHCPv4 state changed nbi -> preinit >Dec 11 21:39:56 localhost dhclient[957]: Listening on LPF/eth0/52:54:00:12:34:56 >Dec 11 21:39:56 localhost dhclient[957]: Sending on LPF/eth0/52:54:00:12:34:56 >Dec 11 21:39:56 localhost dhclient[957]: Sending on Socket/fallback >Dec 11 21:39:56 localhost dhclient[957]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 (xid=0x6c02e7c9) >Dec 11 21:39:56 localhost dhclient[957]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x6c02e7c9) >Dec 11 21:39:56 localhost dhclient[957]: DHCPOFFER from 10.0.2.2 >Dec 11 21:39:56 localhost dhclient[957]: DHCPACK from 10.0.2.2 (xid=0x6c02e7c9) >Dec 11 21:39:56 localhost NetworkManager[628]: <info> (eth0): DHCPv4 state changed preinit -> bound >Dec 11 21:39:56 localhost NetworkManager[628]: <info> address 10.0.2.15 >Dec 11 21:39:56 localhost NetworkManager[628]: <info> prefix 24 (255.255.255.0) >Dec 11 21:39:56 localhost NetworkManager[628]: <info> gateway 10.0.2.2 >Dec 11 21:39:56 localhost NetworkManager[628]: <info> nameserver '10.0.2.3' >Dec 11 21:39:56 localhost NetworkManager[628]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Dec 11 21:39:56 localhost NetworkManager[628]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >Dec 11 21:39:56 localhost avahi-daemon[492]: Joining mDNS multicast group on interface eth0.IPv4 with address 10.0.2.15. >Dec 11 21:39:56 localhost avahi-daemon[492]: New relevant interface eth0.IPv4 for mDNS. >Dec 11 21:39:56 localhost avahi-daemon[492]: Registering new address record for 10.0.2.15 on eth0.IPv4. >Dec 11 21:39:56 localhost dhclient[957]: bound to 10.0.2.15 -- renewal in 42841 seconds. >Dec 11 21:39:56 localhost dbus-daemon[495]: dbus[495]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Dec 11 21:39:56 localhost dbus[495]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Dec 11 21:39:56 localhost systemd[1]: Starting Daemon for power management... >Dec 11 21:39:56 localhost dbus-daemon[495]: dbus[495]: [system] Successfully activated service 'org.freedesktop.UPower' >Dec 11 21:39:56 localhost dbus[495]: [system] Successfully activated service 'org.freedesktop.UPower' >Dec 11 21:39:56 localhost systemd[1]: Started Daemon for power management. >Dec 11 21:39:57 localhost systemd[1]: SELinux Got Sender :1.20 >Dec 11 21:39:57 localhost avahi-daemon[492]: Registering new address record for fe80::5054:ff:fe12:3456 on eth0.*. >Dec 11 21:39:57 localhost NetworkManager[628]: <info> (eth0): device state change: ip-config -> secondaries (reason 'none') [70 90 0] >Dec 11 21:39:57 localhost NetworkManager[628]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >Dec 11 21:39:57 localhost NetworkManager[628]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >Dec 11 21:39:57 localhost NetworkManager[628]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS. >Dec 11 21:39:57 localhost systemd[1]: Started Network Manager Wait Online. >Dec 11 21:39:57 localhost systemd[1]: Starting Network. >Dec 11 21:39:57 localhost systemd[1]: Reached target Network. >Dec 11 21:39:57 localhost systemd[1]: Starting LSB: Starts and stops login and scanning of iSCSI devices.... >Dec 11 21:39:57 localhost systemd[1]: Starting Virtualization daemon... >Dec 11 21:39:57 localhost systemd[1]: Started Virtualization daemon. >Dec 11 21:39:57 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 11 21:39:57 localhost systemd[1]: Starting RPC bind service... >Dec 11 21:39:57 localhost NetworkManager[628]: <info> Activation (eth0) successful, device activated. >Dec 11 21:39:57 localhost dbus[495]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 11 21:39:57 localhost dbus-daemon[495]: dbus[495]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 11 21:39:57 localhost dbus-daemon[495]: dbus[495]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 11 21:39:57 localhost dbus[495]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 11 21:39:57 localhost systemd[1]: Started RPC bind service. >Dec 11 21:39:57 localhost rpcbind: Cannot open '/var/lib/rpcbind/rpcbind.xdr' file for reading, errno 2 (No such file or directory) >Dec 11 21:39:57 localhost rpcbind: Cannot open '/var/lib/rpcbind/portmap.xdr' file for reading, errno 2 (No such file or directory) >Dec 11 21:39:57 localhost iscsi[1034]: Starting iscsi: iscsiadm: No records found >Dec 11 21:39:57 localhost iscsi[1034]: [ OK ] >Dec 11 21:39:57 localhost systemd[1]: Started LSB: Starts and stops login and scanning of iSCSI devices.. >Dec 11 21:39:57 localhost systemd[1]: Starting SYSV: Late init script for live image.... >Dec 11 21:39:57 localhost systemd[1]: Started SYSV: Late init script for live image.. >Dec 11 21:39:58 localhost systemd[1]: Stopping Sendmail Mail Transport Agent... >Dec 11 21:39:58 localhost systemd[1]: Starting Sendmail Mail Transport Agent... >Dec 11 21:39:58 localhost rtkit-daemon[491]: Successfully made thread 1096 of process 1096 (/usr/bin/pulseaudio) owned by '42' high priority at nice level -11. >Dec 11 21:39:58 localhost systemd[1]: PID file /run/sendmail.pid not readable (yet?) after start. >Dec 11 21:39:58 localhost systemd[1]: Started Sendmail Mail Transport Agent. >Dec 11 21:39:58 localhost systemd[1]: Starting Sendmail Mail Transport Client... >Dec 11 21:39:59 localhost systemd[1]: Started Sendmail Mail Transport Client. >Dec 11 21:39:59 localhost systemd[1]: Starting Multi-User. >Dec 11 21:39:59 localhost systemd[1]: Reached target Multi-User. >Dec 11 21:39:59 localhost systemd[1]: Starting Graphical Interface. >Dec 11 21:39:59 localhost systemd[1]: Reached target Graphical Interface. >Dec 11 21:39:59 localhost systemd[1]: Starting Stop Read-Ahead Data Collection 10s After Completed Startup. >Dec 11 21:39:59 localhost systemd[1]: Started Stop Read-Ahead Data Collection 10s After Completed Startup. >Dec 11 21:39:59 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes... >Dec 11 21:39:59 localhost systemd[1]: Started Update UTMP about System Runlevel Changes. >Dec 11 21:39:59 localhost systemd[1]: Startup finished in 723ms 473us (kernel) + 2s 113ms 842us (initrd) + 16s 752ms 601us (userspace) = 19s 589ms 916us. >Dec 11 21:39:59 localhost libvirtd[1035]: 2012-12-12 02:39:59.941+0000: 1035: info : libvirt version: 0.10.2.1, package: 3.fc18 (Fedora Project, 2012-11-13-14:04:55, buildvm-15.phx2.fedoraproject.org) >Dec 11 21:40:00 localhost libvirtd[1035]: 2012-12-12 02:39:59.941+0000: 1035: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_xen.so not accessible >Dec 11 21:40:00 localhost libvirtd[1035]: 2012-12-12 02:40:00.044+0000: 1035: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_lxc.so not accessible >Dec 11 21:40:00 localhost libvirtd[1035]: 2012-12-12 02:40:00.045+0000: 1035: warning : virDriverLoadModule:72 : Module /usr/lib64/libvirt/connection-driver/libvirt_driver_uml.so not accessible >Dec 11 21:40:00 localhost libvirtd[1035]: 2012-12-12 02:40:00.165+0000: 1143: error : virNWFilterSnoopLeaseFileRefresh:1903 : open("/var/run/libvirt/network/nwfilter.ltmp"): No such file or directory >Dec 11 21:39:59 localhost kernel: Ebtables v2.0 registered >Dec 11 21:40:03 localhost dbus-daemon[495]: dbus[495]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Dec 11 21:40:03 localhost dbus[495]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Dec 11 21:40:03 localhost systemd[1]: Starting Disk Manager... >Dec 11 21:40:03 localhost udisksd[1218]: udisks daemon version 1.99.0 starting >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:40:03 localhost dbus-daemon[495]: dbus[495]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Dec 11 21:40:03 localhost dbus[495]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Dec 11 21:40:03 localhost systemd[1]: Started Disk Manager. >Dec 11 21:40:03 localhost udisksd[1218]: Acquired the name org.freedesktop.UDisks2 on the system message bus >Dec 11 21:40:04 localhost chronyd[567]: Selected source 69.50.219.51 >Dec 11 21:40:04 localhost chronyd[567]: System clock wrong by 1.080991 seconds, adjustment started >Dec 11 21:40:05 localhost dbus-daemon[495]: dbus[495]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 11 21:40:05 localhost dbus[495]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper) >Dec 11 21:40:05 localhost dbus-daemon[495]: Launching FprintObject >Dec 11 21:40:05 localhost dbus-daemon[495]: dbus[495]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 11 21:40:05 localhost dbus[495]: [system] Successfully activated service 'net.reactivated.Fprint' >Dec 11 21:40:05 localhost dbus-daemon[495]: dbus[495]: [system] Activating service name='org.freedesktop.realmd' (using servicehelper) >Dec 11 21:40:05 localhost dbus[495]: [system] Activating service name='org.freedesktop.realmd' (using servicehelper) >Dec 11 21:40:05 localhost dbus-daemon[495]: ** Message: D-Bus service launched with name: net.reactivated.Fprint >Dec 11 21:40:05 localhost dbus-daemon[495]: ** Message: entering main loop >Dec 11 21:40:05 localhost dbus-daemon[495]: dbus[495]: [system] Successfully activated service 'org.freedesktop.realmd' >Dec 11 21:40:05 localhost dbus[495]: [system] Successfully activated service 'org.freedesktop.realmd' >Dec 11 21:40:09 localhost systemd[1]: Starting Stop Read-Ahead Data Collection... >Dec 11 21:40:09 localhost systemd[1]: Started Stop Read-Ahead Data Collection. >Dec 11 21:40:11 localhost systemd-logind[490]: New session 2 of user liveuser. >Dec 11 21:40:11 localhost systemd-logind[490]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display. >Dec 11 21:40:12 localhost gnome-session[895]: WARNING: Detected that screensaver has left the bus >Dec 11 21:40:12 localhost gnome-session[895]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed >Dec 11 21:40:12 localhost gdm-simple-slave[577]: WARNING: Failed to remove slave program access to the display. Trying to proceed. >Dec 11 21:40:12 localhost systemd[1]: Mounted FUSE Control File System. >Dec 11 21:40:11 localhost kernel: fuse init (API version 7.20) >Dec 11 21:40:13 localhost spice-vdagent[1427]: Missing virtio device '/dev/virtio-ports/com.redhat.spice.0': No such file or directory >Dec 11 21:40:13 localhost rtkit-daemon[491]: Successfully made thread 1441 of process 1441 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. >Dec 11 21:40:13 localhost systemd[1]: SELinux Got Sender :1.44 >Dec 11 21:40:13 localhost dbus-daemon[495]: dbus[495]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Dec 11 21:40:13 localhost dbus[495]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Dec 11 21:40:13 localhost systemd[1]: Starting Manage, Install and Generate Color Profiles... >Dec 11 21:40:13 localhost dbus-daemon[495]: dbus[495]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Dec 11 21:40:13 localhost dbus[495]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Dec 11 21:40:13 localhost systemd[1]: Started Manage, Install and Generate Color Profiles. >Dec 11 21:40:13 localhost systemd[1]: Starting CUPS Printing Service... >Dec 11 21:40:13 localhost systemd[1]: Started CUPS Printing Service. >Dec 11 21:40:15 localhost NetworkManager[628]: <info> (eth0): IP6 addrconf timed out or failed. >Dec 11 21:40:15 localhost NetworkManager[628]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >Dec 11 21:40:15 localhost NetworkManager[628]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started... >Dec 11 21:40:15 localhost NetworkManager[628]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete. >Dec 11 21:40:17 localhost goa[1529]: goa-daemon version 3.6.2 starting [main.c:112, main()] >Dec 11 21:40:32 localhost systemd-logind[490]: Removed session 1. >Dec 11 21:40:35 localhost dbus-daemon[495]: ** Message: No devices in use, exit >Dec 11 21:41:00 localhost dbus-daemon[495]: dbus[495]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 11 21:41:00 localhost dbus[495]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 11 21:41:00 localhost dbus-daemon[495]: dbus[495]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 11 21:41:00 localhost dbus[495]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 11 21:41:39 localhost yum[1743]: Installed: python-krbV-1.0.90-5.fc18.x86_64 >Dec 11 21:41:39 localhost yum[1743]: Installed: koji-1.7.1-1.fc18.noarch >Dec 11 21:41:39 localhost dbus-daemon[495]: dbus[495]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 11 21:41:39 localhost dbus[495]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 11 21:41:39 localhost dbus-daemon[495]: dbus[495]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 11 21:41:39 localhost dbus[495]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 11 21:42:18 localhost yum[1787]: Updated: anaconda-widgets-18.37.1-1.fc18.x86_64 >Dec 11 21:42:20 localhost yum[1787]: Updated: anaconda-18.37.1-1.fc18.x86_64 >Dec 11 21:42:20 localhost dbus-daemon[495]: dbus[495]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 11 21:42:20 localhost dbus[495]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper) >Dec 11 21:42:20 localhost dbus-daemon[495]: dbus[495]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 11 21:42:20 localhost dbus[495]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 11 21:42:25 localhost kernel: md: raid0 personality registered for level 0 >Dec 11 21:42:25 localhost kernel: md: raid1 personality registered for level 1 >Dec 11 21:42:25 localhost kernel: async_tx: api initialized (async) >Dec 11 21:42:25 localhost kernel: xor: automatically using best checksumming function: >Dec 11 21:42:25 localhost kernel: generic_sse: 12612.000 MB/sec >Dec 11 21:42:25 localhost kernel: raid6: sse2x1 4117 MB/s >Dec 11 21:42:25 localhost kernel: raid6: sse2x2 6992 MB/s >Dec 11 21:42:25 localhost kernel: raid6: sse2x4 7507 MB/s >Dec 11 21:42:25 localhost kernel: raid6: using algorithm sse2x4 (7507 MB/s) >Dec 11 21:42:25 localhost kernel: raid6: using intx1 recovery algorithm >Dec 11 21:42:25 localhost kernel: md: raid6 personality registered for level 6 >Dec 11 21:42:25 localhost kernel: md: raid5 personality registered for level 5 >Dec 11 21:42:25 localhost kernel: md: raid4 personality registered for level 4 >Dec 11 21:42:25 localhost kernel: md: raid10 personality registered for level 10 >Dec 11 21:42:25 localhost kernel: device-mapper: multipath: version 1.5.0 loaded >Dec 11 21:42:25 localhost kernel: device-mapper: multipath round-robin: version 1.0.0 loaded >Dec 11 21:42:26 localhost kernel: No iBFT detected. >Dec 11 21:42:27 localhost dbus[1415]: avc: received setenforce notice (enforcing=0) >Dec 11 21:42:27 localhost dbus[1264]: avc: received setenforce notice (enforcing=0) >Dec 11 21:42:27 localhost dbus-daemon[495]: dbus[495]: avc: received setenforce notice (enforcing=0) >Dec 11 21:42:27 localhost dbus[495]: avc: received setenforce notice (enforcing=0) >Dec 11 21:42:27 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:27 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:27 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:27 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:27 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:27 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:27 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:27 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:27 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:27 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:27 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:28 localhost anaconda: /sbin/anaconda 18.37.1 >Dec 11 21:42:28 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 11 21:42:28 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 11 21:42:28 localhost anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-osimg-min', '--lang', 'en_US.UTF-8'] >Dec 11 21:42:28 localhost anaconda: Default encoding = ascii >Dec 11 21:42:29 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 11 21:42:29 localhost program: Running... udevadm settle --timeout=300 >Dec 11 21:42:29 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:29 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:29 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:29 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:29 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:29 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:29 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:29 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:29 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:29 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:29 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:29 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:29 localhost anaconda: ISCSID is /sbin/iscsid >Dec 11 21:42:29 localhost anaconda: no initiator set >Dec 11 21:42:29 localhost program: Running... modprobe fcoe >Dec 11 21:42:29 localhost program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >Dec 11 21:42:29 localhost program: No FCoE boot disk information is found in EDD! >Dec 11 21:42:29 localhost anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >Dec 11 21:42:29 localhost anaconda: no /etc/zfcp.conf; not configuring zfcp >Dec 11 21:42:29 localhost program: Running... udevadm settle --timeout=300 >Dec 11 21:42:29 localhost program: Running... multipath -d >Dec 11 21:42:29 localhost program: Running... multipath -ll >Dec 11 21:42:29 localhost storage: MultipathTopology: found singlepath device: sda >Dec 11 21:42:29 localhost storage: MultipathTopology: found non-disk device: sr0 >Dec 11 21:42:29 localhost storage: MultipathTopology: found singlepath device: loop0 >Dec 11 21:42:29 localhost storage: MultipathTopology: found singlepath device: loop1 >Dec 11 21:42:29 localhost storage: MultipathTopology: found singlepath device: loop2 >Dec 11 21:42:29 localhost storage: MultipathTopology: found singlepath device: loop3 >Dec 11 21:42:29 localhost storage: MultipathTopology: found singlepath device: loop4 >Dec 11 21:42:29 localhost storage: MultipathTopology: found singlepath device: loop5 >Dec 11 21:42:29 localhost storage: MultipathTopology: found singlepath device: loop6 >Dec 11 21:42:29 localhost storage: MultipathTopology: found singlepath device: loop7 >Dec 11 21:42:29 localhost storage: MultipathTopology: found singlepath device: dm-0 >Dec 11 21:42:29 localhost storage: MultipathTopology: found singlepath device: dm-1 >Dec 11 21:42:29 localhost udisksd[1218]: Error opening /etc/crypttab file: Failed to open file '/etc/crypttab': No such file or directory (g-file-error-quark, 4) >Dec 11 21:42:29 localhost anaconda: Display mode = g >Dec 11 21:42:29 localhost anaconda: 2097152 kB (2048 MB) are available >Dec 11 21:42:29 localhost anaconda: check_memory(): total:2048, needed:512, graphical:512 >Dec 11 21:42:29 localhost anaconda: using only installclass _Fedora >Dec 11 21:42:29 localhost anaconda: Detected 2016M of memory >Dec 11 21:42:29 localhost anaconda: Swap attempt of 4032M >Dec 11 21:42:29 localhost anaconda: Running Thread: AnaStorageThread (140619475089152) >Dec 11 21:42:29 localhost program: Running... udevadm control --property=ANACONDA=1 >Dec 11 21:42:29 localhost anaconda: Running Thread: AnaNetworkThread (140619466696448) >Dec 11 21:42:29 localhost program: Running... systemctl start chronyd.service >Dec 11 21:42:29 localhost anaconda: Running Thread: AnaPayloadThread (140619135481600) >Dec 11 21:42:29 localhost NetworkManager[628]: ifcfg-rh: read connection 'eth0' >Dec 11 21:42:29 localhost NetworkManager[628]: <info> (eth0): device state change: activated -> disconnected (reason 'connection-removed') [100 30 38] >Dec 11 21:42:29 localhost NetworkManager[628]: <info> (eth0): deactivating device (reason 'connection-removed') [38] >Dec 11 21:42:29 localhost systemd[1]: Started NTP client/server. >Dec 11 21:42:29 localhost program: Running... udevadm trigger --action=change --subsystem-match=block >Dec 11 21:42:29 localhost NetworkManager[628]: <info> (eth0): canceled DHCP transaction, DHCP client pid 957 >Dec 11 21:42:29 localhost avahi-daemon[492]: Withdrawing address record for 10.0.2.15 on eth0. >Dec 11 21:42:29 localhost avahi-daemon[492]: Leaving mDNS multicast group on interface eth0.IPv4 with address 10.0.2.15. >Dec 11 21:42:29 localhost avahi-daemon[492]: Interface eth0.IPv4 no longer relevant for mDNS. >Dec 11 21:42:29 localhost dbus-daemon[495]: dbus[495]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 11 21:42:29 localhost dbus[495]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >Dec 11 21:42:29 localhost NetworkManager[628]: <info> Saved default wired connection 'eth0' to persistent storage >Dec 11 21:42:29 localhost NetworkManager[628]: <info> Auto-activating connection 'eth0'. >Dec 11 21:42:30 localhost NetworkManager[628]: <info> Activation (eth0) starting connection 'eth0' >Dec 11 21:42:30 localhost NetworkManager[628]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Dec 11 21:42:30 localhost program: Running... udevadm settle --timeout=300 >Dec 11 21:42:30 localhost NetworkManager[628]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >Dec 11 21:42:30 localhost NetworkManager[628]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >Dec 11 21:42:30 localhost NetworkManager[628]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >Dec 11 21:42:30 localhost NetworkManager[628]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >Dec 11 21:42:30 localhost NetworkManager[628]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >Dec 11 21:42:30 localhost NetworkManager[628]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
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 886319
: 661912 |
661913
|
661914
|
661915
|
661916
|
661917
|
661918
|
661919
|
661920
|
661921
|
661922
|
661923
|
661924
|
661925