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 909412 Details for
Bug 1110147
IOError: [Errno 9] Bad file descriptor
[?]
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), 223.23 KB, created by
William Brown
on 2014-06-17 06:57:06 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
William Brown
Created:
2014-06-17 06:57:06 UTC
Size:
223.23 KB
patch
obsolete
>anaconda 20.25.15-1 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/subprocess.py", line 799, in communicate > self.stdout.close() > File "/usr/lib/python2.7/site-packages/blivet/util.py", line 42, in _run_program > out = proc.communicate()[0] > File "/usr/lib/python2.7/site-packages/blivet/util.py", line 56, in run_program > return _run_program(*args, **kwargs)[0] > File "/usr/lib/python2.7/site-packages/blivet/udev.py", line 86, in udev_settle > util.run_program(["udevadm", "settle", "--timeout=300"]) > File "/usr/lib/python2.7/site-packages/blivet/udev.py", line 150, in udev_get_block_devices > udev_settle() > File "/usr/lib/python2.7/site-packages/blivet/udev.py", line 104, in udev_resolve_devspec > for dev in udev_get_block_devices(): > File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 315, in execute > spec = udev.udev_resolve_devspec(self.bootDrive) > File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1745, in doKickstartStorage > ksdata.bootloader.execute(storage, ksdata, instClass) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 429, in _doExecute > doKickstartStorage(self.storage, self.data, self.instclass) > File "/usr/lib64/python2.7/threading.py", line 764, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 192, in run > threading.Thread.run(self, *args, **kwargs) >IOError: [Errno 9] Bad file descriptor > >Local variables in innermost frame: >input: None >self: <subprocess.Popen object at 0x7fc9da261b50> >stderr: None >stdout: > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._mehInterface: GraphicalExceptionHandlingIface instance, containing members: > _intf._mehInterface._lightbox_func: <bound method GraphicalUserInterface.lightbox_over_current_action of <pyanaconda.ui.gui.GraphicalUserInterface object at 0x7fc9da777e90>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 >repo --name="fedora" --baseurl=http://mion.ipa.blackhats.net.au/pub/fedora/linux/releases/20/Everything/x86_64/os/ >repo --name="fedora-updates" --baseurl=http://mion.ipa.blackhats.net.au/pub/fedora/linux/updates/20/x86_64/ > ># Use network installation >url --url="http://mion.ipa.blackhats.net.au/pub/fedora/linux/releases/20/Fedora/x86_64/os/" >firstboot --disable >ignoredisk --only-use=sda ># Keyboard layouts >keyboard --vckeymap=dvorak --xlayouts='us (dvorak)' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --device=eth0 --activate >network --bootproto=dhcp --hostname=lorna.ipa.blackhats.net.au ># Root password >rootpw --plaintext 9TUa7Lb4v3Ym4LobCauRRiFJw3ff7NvqAruRA9K7 ># System services >services --enabled="chronyd" ># System timezone >timezone Australia/Adelaide --isUtc >user --groups=wheel --name=admin_local --lock ># System bootloader configuration >bootloader --location=mbr --boot-drive=sda ># Clear the Master Boot Record >zerombr ># Partition clearing information >clearpart --all --initlabel --drives=sda ># Disk partitioning information >part /boot --asprimary --fstype="xfs" --size=1024 >part pv.2 --asprimary --grow --size=16384 >volgroup vg00 --pesize=32768 pv.2 >logvol / --fstype="xfs" --size=2048 --name=root_lv --vgname=vg00 >logvol /usr --fstype="xfs" --size=4096 --name=usr_lv --vgname=vg00 >logvol /var --fstype="xfs" --size=4096 --name=var_lv --vgname=vg00 >logvol /home --fstype="xfs" --size=2048 --name=home_lv --vgname=vg00 >logvol swap --fstype="swap" --size=2048 --name=swap_lv --vgname=vg00 > >%post --logfile /root/ks-post.log > >/usr/bin/hostname lorna.ipa.blackhats.net.au ># Get the hostname to set as the host principal >/usr/bin/hostname > /tmp/hostname.txt >/usr/bin/hostname > /etc/hostname > ># Run the client install script >#/usr/sbin/ipa-client-install --force-join --domain=ipa.blackhats.net.au --enable-dns-updates --mkhomedir -w 9TUa7Lb4v3Ym4LobCauRRiFJw3ff7NvqAruRA9K7 --unattended --force-ntpd >### Make sure that our linux admins are in sudo > >%end > >%packages >@core >@guest-agents >@hardware-support >@standard >chrony >freeipa-client >vim >zsh > >%end > > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {'sda': 128} > _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: True > _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._defaultFSType: ext4 > _intf.storage.autoPartEscrowCert: None > _intf.storage.iscsi: iscsi instance, containing members: > _intf.storage.iscsi.initiatorSet: False > _intf.storage.iscsi.ifaces: {} > _intf.storage.iscsi.started: False > _intf.storage.iscsi._initiator: Skipped > _intf.storage.iscsi.discovered_targets: {} > _intf.storage.iscsi.ibftNodes: [] > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._fstab_swaps: set([]) > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree.exclusiveDisks: [sda] > _intf.storage.fsset.devicetree._actions: [ActionDestroyFormat instance, containing members: > device: existing 2048MB lvmlv vg00-swap_lv (5) > origFormat: existing swap > id: 0 >, ActionDestroyDevice instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > id: 1 >, ActionDestroyDevice instance, containing members: > device: existing 2048MB lvmlv vg00-home_lv (4) > id: 2 >, ActionDestroyDevice instance, containing members: > device: > id: 3 >, ActionDestroyFormat instance, containing members: > device: existing 39935MB partition sda2 (2) > origFormat: existing lvmpv > id: 4 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 5 >, ActionDestroyDevice instance, containing members: > device: existing 1024MB partition sda1 (1) > id: 6 >, ActionDestroyFormat instance, containing members: > device: existing 40960MB disk sda (0) with non-existent msdos disklabel > origFormat: existing msdos disklabel > id: 7 >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 8 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 9 >] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [Already dumped (DiskDevice instance) >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 6 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /tmp/curl_fetch_url1/squashfs.img (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 7 > controllable: False > uuid: None > _format: existing squashfs > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing squashfs > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 8 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/rootfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 9 > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format.errors: False > _format.uuid: 4847f338-a61d-4f93-ac64-77997dedbbd5 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0.0 > _format._mountType: ext4 > _format.fsprofile: None > _format.label: Anaconda > _format._targetSize: 2048.0 > _format.dirty: False > _format._size: 2048.0 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/loop1 > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/4847f338-a61d-4f93-ac64-77997dedbbd5] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat.errors: False > originalFormat.uuid: 4847f338-a61d-4f93-ac64-77997dedbbd5 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: Anaconda > originalFormat._targetSize: 2048.0 > originalFormat.dirty: False > originalFormat._minInstanceSize: 0.0 > originalFormat.mountopts: None > originalFormat._size: 2048.0 > originalFormat._device: /dev/loop1 > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 10 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 11 > controllable: False > uuid: None > _format: existing DM_snapshot_cow > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing DM_snapshot_cow > _serial: None >, existing 2048MB dm live-rw (12) with existing ext4 filesystem >, existing 2048MB dm live-base (13) with existing ext4 filesystem >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [] > _intf.storage.fsset.devicetree.names: [sda, loop0, /tmp/curl_fetch_url1/squashfs.img (deleted), loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [] > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._run: None > _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.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 1 > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [sda] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: True > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [sda] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: True > _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: [Already dumped (DiskDevice instance) >] > _intf.storage._bootloader.problems: [] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.stage2_device: None > _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._dumpFile: /tmp/storage.state > _intf.storage.ksdata: Already dumped (AnacondaKSHandler instance) > _intf.storage.services: set([]) > _intf.storage.encryptionPassphrase: None > _intf.storage.encryptionCipher: None > _intf.storage.doAutoPart: False > _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 (0x7fc9da777f50) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x7fc9da777ed0) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x7fc9da777fd0) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x7fc9da785050) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x7fc9da785090) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 0 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: True > _intf._distributionText: <function distributionText at 0x7fc9fe85cb18> > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload._groups: None > _intf.payload._yum: Skipped > _intf.payload.install_device: None > _intf.payload._root_dir: /tmp/yum.root > _intf.payload._repos_dir: /etc/yum.repos.d,/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anaconda.repos.d > _intf.payload._setup: True > _intf.payload._requiredPackages: [] > _intf.payload._requiredGroups: [] > _intf.payload.storage: Already dumped (Blivet instance) > _intf.payload._base_repo: None > _intf.payload.txID: None > _intf.payload.default_repos: [fedora, rawhide] > _intf.payload._createdInitrds: False > _intf.payload._packages: [] > _intf.payload._space_required: 3 GB > _intf.payload._base_repo_lock: <_RLock owner=None count=0> > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload._kernelVersionList: [] > _intf._currentAction: SummaryHub instance, containing members: > _intf._currentAction._window: HubWindow instance, containing members: > _intf._currentAction._spokes: {'SoftwareSelectionSpoke': SoftwareSelectionSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._addonStates: {} > _intf._currentAction._spokes.selectedGroups: [] > _intf._currentAction._spokes._environmentStore: ListStore instance, containing members: > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes._errorMsgs: None > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.environment: None > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._origEnvironment: None > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.excludedGroups: [] > _intf._currentAction._spokes._addonStore: ListStore instance, containing members: > _intf._currentAction._spokes._selectFlag: False > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._environmentAddons: {} > _intf._currentAction._spokes._tx_id: None > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._origAddons: [] > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: >, 'FilterSpoke': FilterSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes.ancestors: [] > _intf._currentAction._spokes._store: ListStore instance, containing members: > _intf._currentAction._spokes.applyOnSkip: True > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.disks: [] > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.selector: None > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._notebook: Notebook instance, containing members: > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes.pages: [SearchPage instance, containing members: > _lunEntry: Entry instance, containing members: > _portCombo: ComboBoxText instance, containing members: > _targetEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _wwidEntry: Entry instance, containing members: >, MultipathPage instance, containing members: > _wwidEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, OtherPage instance, containing members: > _idEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, RaidPage instance, containing members: > filterActive: False > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: >, ZPage instance, containing members: > filterActive: False > _isS390: False > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: >] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.selected_disks: [] > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._addDisksButton: None >, 'NetworkSpoke': NetworkSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.network_control_box: NetworkControlBox instance, containing members: > _intf._currentAction._spokes.network_control_box.spoke: Already dumped (NetworkSpoke instance) > _intf._currentAction._spokes.network_control_box.builder: Already dumped (Builder instance) > _intf._currentAction._spokes.network_control_box._running_nmce: None > _intf._currentAction._spokes.network_control_box.selected_ssid: None > _intf._currentAction._spokes.network_control_box.client: Client instance, containing members: > _intf._currentAction._spokes.network_control_box.entry_hostname: Entry instance, containing members: > _intf._currentAction._spokes.network_control_box._updating_device: False >, 'SourceSpoke': SourceSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._updatesBox: Box instance, containing members: > _intf._currentAction._spokes._repoNameWarningLabel: Label instance, containing members: > _intf._currentAction._spokes._repoNameWarningBox: Box instance, containing members: > _intf._currentAction._spokes._nfsOptsBox: Box instance, containing members: > _intf._currentAction._spokes._repoProxyPasswordEntry: Entry instance, containing members: > _intf._currentAction._spokes._autodetectDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._autodetectButton: RadioButton instance, containing members: > _intf._currentAction._spokes._autodetectLabel: Label instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._proxyButton: Button instance, containing members: > _intf._currentAction._spokes._repoStore: ListStore instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._repoEntryBox: Grid instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._networkButton: RadioButton instance, containing members: > _intf._currentAction._spokes._cdrom: None > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._proxyUrl: Skipped > _intf._currentAction._spokes._isoChooserButton: Button instance, containing members: > _intf._currentAction._spokes._mirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._repoMirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._repoProxyUrlEntry: Entry instance, containing members: > _intf._currentAction._spokes._protocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes._repoProxyUsernameEntry: Entry instance, containing members: > _intf._currentAction._spokes._autodetectBox: Grid instance, containing members: > _intf._currentAction._spokes._repoNamesWarningBox: Box instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._verifyIsoButton: Button instance, containing members: > _intf._currentAction._spokes._currentIsoFile: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._origIsoChooserButton: _Choose an ISO > _intf._currentAction._spokes._repoProtocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes._urlEntry: Entry instance, containing members: > _intf._currentAction._spokes._noUpdatesCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._repoUrlEntry: Entry instance, containing members: > _intf._currentAction._spokes._repoNameEntry: Entry instance, containing members: > _intf._currentAction._spokes._error: False > _intf._currentAction._spokes._repoSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._repoNamesWarningLabel: Label instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._proxyChange: False > _intf._currentAction._spokes._ready: False > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes._networkBox: Box instance, containing members: > _intf._currentAction._spokes._isoBox: Box instance, containing members: > _intf._currentAction._spokes._isoButton: RadioButton instance, containing members: >, 'KeyboardSpoke': KeyboardSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._store: ListStore instance, containing members: > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes._xkl_wrapper: Skipped > _intf._currentAction._spokes._switching_dialog: ConfigureSwitchingDialog instance, containing members: > _intf._currentAction._spokes._switching_dialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._switching_dialog.applyOnSkip: False > _intf._currentAction._spokes._switching_dialog._switchingOptsSort: TreeModelSort instance, containing members: > _intf._currentAction._spokes._switching_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._switching_dialog.skipTo: None > _intf._currentAction._spokes._switching_dialog._check_list: [] > _intf._currentAction._spokes._switching_dialog._xkl_wrapper: Skipped > _intf._currentAction._spokes._switching_dialog._switchingOptsStore: ListStore instance, containing members: > _intf._currentAction._spokes._switching_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._removeButton: ToolButton instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._add_dialog: None > _intf._currentAction._spokes._downButton: ToolButton instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._layoutSwitchLabel: Label instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._confirmed: False > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._previewButton: ToolButton instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._remove_last_attempt: False > _intf._currentAction._spokes._upButton: ToolButton instance, containing members: >, 'CustomPartitioningSpoke': CustomPartitioningSpoke instance, containing members: > _intf._currentAction._spokes._selectedDeviceDescLabel: Label instance, containing members: > _intf._currentAction._spokes._configureBox: Box instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._device_container_name: None > _intf._currentAction._spokes._accordion: Accordion instance, containing members: > _intf._currentAction._spokes._accordion._expanders: [] > _intf._currentAction._spokes._fs_types: [ext4, ext3, ext2, swap, BIOS Boot, xfs] > _intf._currentAction._spokes._initialized: False > _intf._currentAction._spokes._encryptCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._addButton: ToolButton instance, containing members: > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes._modifyContainerButton: Button instance, containing members: > _intf._currentAction._spokes.passphrase: Skipped > _intf._currentAction._spokes._incompleteDeviceOptionsLabel: Label instance, containing members: > _intf._currentAction._spokes._reformatCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._devices: [] > _intf._currentAction._spokes._partitionsViewport: Viewport instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._removeButton: ToolButton instance, containing members: > _intf._currentAction._spokes._typeCombo: ComboBoxText instance, containing members: > _intf._currentAction._spokes._current_selector: None > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._partitionsNotebook: Notebook instance, containing members: > _intf._currentAction._spokes._totalSpaceLabel: Label instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._incompleteDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._containerCombo: ComboBoxText instance, containing members: > _intf._currentAction._spokes._device_container_encrypted: False > _intf._currentAction._spokes._mountPointEntry: Entry instance, containing members: > _intf._currentAction._spokes._uneditableDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._summaryButton: Button instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._whenCreateLabel: Label instance, containing members: > _intf._currentAction._spokes._selectedDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._encryptedDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._device_container_size: 0 > _intf._currentAction._spokes._containerLabel: Label instance, containing members: > _intf._currentAction._spokes._labelEntry: Entry instance, containing members: > _intf._currentAction._spokes._nameEntry: Entry instance, containing members: > _intf._currentAction._spokes.selector: None > _intf._currentAction._spokes._raidStoreFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._applyButton: Button instance, containing members: > _intf._currentAction._spokes._passphraseEntry: Entry instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._media_disks: [] > _intf._currentAction._spokes._raidLevelCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._availableSpaceLabel: Label instance, containing members: > _intf._currentAction._spokes._sizeEntry: Entry instance, containing members: > _intf._currentAction._spokes._error: None > _intf._currentAction._spokes._configButton: ToolButton instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._encryptedDeviceDescLabel: Label instance, containing members: > _intf._currentAction._spokes._raidLevelLabel: Label instance, containing members: > _intf._currentAction._spokes._device_disks: [] > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._fsCombo: ComboBoxText instance, containing members: > _intf._currentAction._spokes._free_space: 0 B > _intf._currentAction._spokes._device_container_raid_level: None > _intf._currentAction._spokes._device_name_dict: {0: None, 1: None, 2: , 3: , 4: , 5: None} > _intf._currentAction._spokes._incompleteDeviceDescLabel: Label instance, containing members: > _intf._currentAction._spokes._uneditableDeviceDescLabel: Label instance, containing members: >, 'LangsupportSpoke': LangsupportSpoke instance, containing members: > _intf._currentAction._spokes._langSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes._localeStore: ListStore instance, containing members: > _intf._currentAction._spokes._localeView: TreeView instance, containing members: > _intf._currentAction._spokes._arrow: Image instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._langView: TreeView instance, containing members: > _intf._currentAction._spokes._languageStoreFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._languageEntry: Entry instance, containing members: > _intf._currentAction._spokes._langSelectedColumn: TreeViewColumn instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._langSelectedRenderer: CellRendererPixbuf instance, containing members: > _intf._currentAction._spokes._selected_locales: set([]) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._localeSelection: None > _intf._currentAction._spokes._languageStore: ListStore instance, containing members: >, 'DatetimeSpoke': DatetimeSpoke instance, containing members: > _intf._currentAction._spokes._kickstarted: True > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._monthCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._radioButton24h: RadioButton instance, containing members: > _intf._currentAction._spokes._amPmLabel: Label instance, containing members: > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes._monthsStore: ListStore instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._ntpSwitch: Switch instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._regions_zones: OrderedDict([('Africa', set(['Kinshasa', 'Harare', 'Dar_es_Salaam', 'Addis_Ababa', 'Brazzaville', 'Johannesburg', 'Maseru', 'Dakar', 'Bissau', 'Lubumbashi', 'Luanda', 'Bangui', 'Khartoum', 'Mbabane', 'Malabo', 'Niamey', 'Sao_Tome', 'Nouakchott', 'Ouagadougou', 'Tripoli', 'Windhoek', 'Ndjamena', 'Algiers', 'Lome', 'Kampala', 'Kigali', 'Freetown', 'Juba', 'Gaborone', 'Ceuta', 'El_Aaiun', 'Accra', 'Tunis', 'Bamako', 'Porto-Novo', 'Mogadishu', 'Nairobi', 'Maputo', 'Casablanca', 'Banjul', 'Monrovia', 'Cairo', 'Abidjan', 'Bujumbura', 'Djibouti', 'Lagos', 'Conakry', 'Blantyre', 'Asmara', 'Libreville', 'Douala', 'Lusaka'])), ('America', set(['Monterrey', 'Regina', 'Goose_Bay', 'Argentina/La_Rioja', 'Fortaleza', 'Aruba', 'North_Dakota/Center', 'Tegucigalpa', 'Santiago', 'Guatemala', 'Swift_Current', 'Argentina/Buenos_Aires', 'Dominica', 'Scoresbysund', 'Havana', 'Yellowknife', 'Dawson_Creek', 'Indiana/Indianapolis', 'Adak', 'Indiana/Vincennes', 'Antigua', 'Bahia', 'Rankin_Inlet', 'Jamaica', 'St_Thomas', 'Cuiaba', 'Edmonton', 'Indiana/Marengo', 'Grand_Turk', 'Paramaribo', 'Campo_Grande', 'Argentina/Tucuman', 'Caracas', 'Argentina/San_Juan', 'Denver', 'Argentina/Cordoba', 'St_Vincent', 'Eirunepe', 'St_Johns', 'New_York', 'Boise', 'Cambridge_Bay', 'Miquelon', 'Rainy_River', 'Inuvik', 'Argentina/Salta', 'Creston', 'Maceio', 'Belem', 'Argentina/Jujuy', 'Indiana/Winamac', 'Resolute', 'Metlakatla', 'North_Dakota/New_Salem', 'Boa_Vista', 'Glace_Bay', 'Puerto_Rico', 'Araguaina', 'Sao_Paulo', 'Los_Angeles', 'Dawson', 'Pangnirtung', 'Whitehorse', 'La_Paz', 'Chihuahua', 'Merida', 'Rio_Branco', 'Panama', 'Cayenne', 'Mazatlan', 'Sitka', 'St_Lucia', 'Lower_Princes', 'Cancun', 'Manaus', 'Bahia_Banderas', 'Moncton', 'Asuncion', 'Belize', 'Indiana/Knox', 'Toronto', 'Santa_Isabel', 'St_Kitts', 'Danmarkshavn', 'Blanc-Sablon', 'Detroit', 'Atikokan', 'Grenada', 'Argentina/Rio_Gallegos', 'Port-au-Prince', 'Matamoros', 'Port_of_Spain', 'Argentina/Catamarca', 'Hermosillo', 'Halifax', 'Lima', 'Nome', 'Barbados', 'Curacao', 'Kentucky/Louisville', 'Chicago', 'Santarem', 'Godthab', 'Kentucky/Monticello', 'Porto_Velho', 'Winnipeg', 'Vancouver', 'Argentina/Mendoza', 'Ojinaga', 'St_Barthelemy', 'Anguilla', 'Montevideo', 'Marigot', 'Santo_Domingo', 'Phoenix', 'Noronha', 'Cayman', 'Argentina/Ushuaia', 'Yakutat', 'El_Salvador', 'Indiana/Tell_City', 'Martinique', 'Nassau', 'Guayaquil', 'Mexico_City', 'Thule', 'Kralendijk', 'Argentina/San_Luis', 'Anchorage', 'Montserrat', 'Nipigon', 'Thunder_Bay', 'Managua', 'Guyana', 'Recife', 'Guadeloupe', 'Menominee', 'Tijuana', 'Iqaluit', 'Bogota', 'North_Dakota/Beulah', 'Tortola', 'Juneau', 'Indiana/Petersburg', 'Costa_Rica', 'Indiana/Vevay'])), ('Antarctica', set(['DumontDUrville', 'Vostok', 'Syowa', 'Palmer', 'Casey', 'Rothera', 'McMurdo', 'Macquarie', 'Davis', 'Mawson'])), ('Arctic', set(['Longyearbyen'])), ('Asia', set(['Karachi', 'Choibalsan', 'Vladivostok', 'Kashgar', 'Rangoon', 'Aqtobe', 'Kuwait', 'Kuala_Lumpur', 'Gaza', 'Dubai', 'Samarkand', 'Ho_Chi_Minh', 'Damascus', 'Thimphu', 'Yekaterinburg', 'Manila', 'Amman', 'Kolkata', 'Hovd', 'Beirut', 'Nicosia', 'Almaty', 'Bahrain', 'Brunei', 'Hong_Kong', 'Magadan', 'Aqtau', 'Tashkent', 'Singapore', 'Phnom_Penh', 'Irkutsk', 'Tokyo', 'Muscat', 'Bangkok', 'Yerevan', 'Baghdad', 'Qyzylorda', 'Taipei', 'Omsk', 'Tehran', 'Bishkek', 'Ulaanbaatar', 'Shanghai', 'Kamchatka', 'Chongqing', 'Dhaka', 'Novokuznetsk', 'Dushanbe', 'Sakhalin', 'Kuching', 'Anadyr', 'Khandyga', 'Jakarta', 'Yakutsk', 'Pontianak', 'Makassar', 'Krasnoyarsk', 'Kathmandu', 'Aden', 'Urumqi', 'Oral', 'Tbilisi', 'Harbin', 'Seoul', 'Kabul', 'Dili', 'Ashgabat', 'Macau', 'Riyadh', 'Baku', 'Qatar', 'Jayapura', 'Hebron', 'Colombo', 'Novosibirsk', 'Pyongyang', 'Jerusalem', 'Vientiane', 'Ust-Nera'])), ('Atlantic', set(['Reykjavik', 'Cape_Verde', 'Azores', 'Faroe', 'Canary', 'Bermuda', 'Madeira', 'St_Helena', 'Stanley', 'South_Georgia'])), ('Australia', set(['Melbourne', 'Eucla', 'Brisbane', 'Lindeman', 'Broken_Hill', 'Hobart', 'Lord_Howe', 'Perth', 'Sydney', 'Currie', 'Darwin', 'Adelaide'])), ('Europe', set(['Kiev', 'Istanbul', 'Paris', 'Oslo', 'Riga', 'Athens', 'Luxembourg', 'Andorra', 'Gibraltar', 'Tirane', 'Ljubljana', 'Chisinau', 'Simferopol', 'Vienna', 'Busingen', 'Zagreb', 'Stockholm', 'Warsaw', 'Moscow', 'Skopje', 'Bratislava', 'Berlin', 'Zaporozhye', 'Brussels', 'Uzhgorod', 'Budapest', 'San_Marino', 'Helsinki', 'Vaduz', 'Vatican', 'Dublin', 'Podgorica', 'Minsk', 'Malta', 'Guernsey', 'Monaco', 'Jersey', 'Mariehamn', 'Bucharest', 'Isle_of_Man', 'Belgrade', 'Zurich', 'Tallinn', 'Madrid', 'Prague', 'Sofia', 'Samara', 'Rome', 'London', 'Lisbon', 'Volgograd', 'Amsterdam', 'Copenhagen', 'Kaliningrad', 'Vilnius', 'Sarajevo'])), ('Indian', set(['Cocos', 'Maldives', 'Comoro', 'Mayotte', 'Antananarivo', 'Mahe', 'Mauritius', 'Chagos', 'Reunion', 'Kerguelen', 'Christmas'])), ('Pacific', set(['Kwajalein', 'Palau', 'Auckland', 'Pitcairn', 'Chuuk', 'Galapagos', 'Marquesas', 'Nauru', 'Easter', 'Guadalcanal', 'Saipan', 'Tarawa', 'Tongatapu', 'Noumea', 'Pago_Pago', 'Wallis', 'Wake', 'Apia', 'Honolulu', 'Rarotonga', 'Chatham', 'Kosrae', 'Fakaofo', 'Norfolk', 'Majuro', 'Kiritimati', 'Pohnpei', 'Efate', 'Gambier', 'Niue', 'Johnston', 'Midway', 'Guam', 'Funafuti', 'Port_Moresby', 'Tahiti', 'Enderbury', 'Fiji'])), ('US', set(['Mountain', 'Arizona', 'Central', 'Eastern', 'Hawaii', 'Pacific', 'Alaska'])), ('Etc', set(['UTC', 'GMT-10', 'GMT-11', 'GMT-12', 'GMT-13', 'GMT-14', 'GMT+8', 'GMT+9', 'GMT+1', 'GMT+2', 'GMT+3', 'GMT+4', 'GMT+5', 'GMT+6', 'GMT+7', 'GMT+12', 'GMT+10', 'GMT+11', 'GMT-8', 'GMT-9', 'GMT-6', 'GMT-7', 'GMT-4', 'GMT-5', 'GMT-2', 'GMT-3', 'GMT-1', 'GMT']))]) > _intf._currentAction._spokes._months_nums: {'February': 2, 'October': 10, 'March': 3, 'August': 8, 'May': 5, 'January': 1, 'June': 6, 'September': 9, 'April': 4, 'December': 12, 'July': 7, 'November': 11} > _intf._currentAction._spokes._tzmap: TimezoneMap instance, containing members: > _intf._currentAction._spokes._yearCombo: ComboBox instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._update_datetime_timer_id: None > _intf._currentAction._spokes._cityCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._regionCombo: ComboBox instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._dayCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._amPmUp: Button instance, containing members: > _intf._currentAction._spokes._citiesStore: ListStore instance, containing members: > _intf._currentAction._spokes._amPmDown: Button instance, containing members: > _intf._currentAction._spokes._minutesLabel: Label instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._yearsStore: ListStore instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._daysStore: ListStore instance, containing members: > _intf._currentAction._spokes._config_dialog: NTPconfigDialog instance, containing members: > _intf._currentAction._spokes._config_dialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._config_dialog.applyOnSkip: False > _intf._currentAction._spokes._config_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._config_dialog._epoch: 0 > _intf._currentAction._spokes._config_dialog._epoch_lock: <thread.lock object at 0x7fc9da7b8190> > _intf._currentAction._spokes._config_dialog.skipTo: None > _intf._currentAction._spokes._config_dialog._serversStore: ListStore instance, containing members: > _intf._currentAction._spokes._config_dialog._check_list: [] > _intf._currentAction._spokes._config_dialog._threads_counter: 4 > _intf._currentAction._spokes._config_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._config_dialog._serverEntry: Entry instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._old_region: None > _intf._currentAction._spokes._citiesFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._start_updating_timer_id: None > _intf._currentAction._spokes._hoursLabel: Label instance, containing members: > _intf._currentAction._spokes._regionsStore: ListStore instance, containing members: > _intf._currentAction._spokes._old_city: None > _intf._currentAction._spokes._daysFilter: TreeModelFilter instance, containing members: >, 'StorageSpoke': StorageSpoke instance, containing members: > _intf._currentAction._spokes.clearPartType: 2 > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes.encrypted: False > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes.passphrase: Skipped > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: True > _intf._currentAction._spokes.autopart: False > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._cur_clicked_overview: None > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes.specialized_disks_box: Box instance, containing members: > _intf._currentAction._spokes.selected_disks: [sda] > _intf._currentAction._spokes._previous_autopart: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.autoPartType: None > _intf._currentAction._spokes.local_disks_box: Box instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._last_clicked_overview: None > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.disks: [Already dumped (DiskDevice instance) >] > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._ready: True >} > _intf._currentAction._checker: FileSystemSpaceChecker instance, containing members: > _intf._currentAction._checker.error_message: Not enough space in filesystems for the current software selection. An additional 3 GB is needed. > _intf._currentAction._checker.storage: Already dumped (Blivet instance) > _intf._currentAction._checker.payload: Already dumped (YumPayload instance) > _intf._currentAction._checker.success: False > _intf._currentAction._checker.deficit: 3 GB > _intf._currentAction.applyOnSkip: False > _intf._currentAction.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction.paths: {'spokes': [('pyanaconda.ui.gui.spokes.%s', '/tmp/updates/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/site-python/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes')], 'categories': [('pyanaconda.ui.gui.categories.%s', '/tmp/updates/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/site-python/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/categories')]} > _intf._currentAction.builder: Builder instance, containing members: > _intf._currentAction.storage: Already dumped (Blivet instance) > _intf._currentAction._inSpoke: False > _intf._currentAction.skipTo: None > _intf._currentAction._environs: [anaconda] > _intf._currentAction._check_list: [] > _intf._currentAction._autoContinue: True > _intf._currentAction._notReadySpokes: [Already dumped (SourceSpoke instance) >, Already dumped (SoftwareSelectionSpoke instance) >, Already dumped (StorageSpoke instance) >] > _intf._currentAction._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction.payload: Already dumped (YumPayload instance) > _intf._currentAction._incompleteSpokes: [Already dumped (SourceSpoke instance) >, Already dumped (StorageSpoke instance) >] >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >methodstr: http://mion.ipa.blackhats.net.au/pub/fedora/linux/releases/20/Fedora/x86_64/os/ >proxyPassword: None >desktop: Desktop instance, containing members: > desktop._runlevel: 3 > desktop.desktop: None >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.problems: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.stage2_device: None > _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 (YumPayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programArch: x86_64 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7fc9da7a4398>, True), 'type': (<function <lambda> at 0x7fc9da7a4578>, True), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7fc9da7a4410>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 20.25.15-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > 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, /proc/cmdline, /tmp/syslog, /run/install/ks.cfg] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'dmraid': True, 'armPlatform': None, 'dnf': False, 'memcheck': True, 'iscsi': False, 'ksfile': '/run/install/ks.cfg', 'dirinstall': False, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': None, 'method': 'http://mion.ipa.blackhats.net.au/pub/fedora/linux/releases/20/Fedora/x86_64/os/', 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'geoloc': None, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'lang': None, 'askmethod': False, 'liveinst': False, 'loglevel': None, 'isHeadless': False, 'eject': True, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'extlinux': False, 'multiLib': False, 'nofb': None, 'targetArch': None} >proxy: None > >Registered callbacks: > > >/tmp/anaconda.log: >06:54:01,009 INFO anaconda: /sbin/anaconda 20.25.15-1 >06:54:01,246 INFO anaconda: 1048576 kB (1024 MB) are available >06:54:01,246 INFO anaconda: check_memory(): total:1024, needed:512, graphical:512 >06:54:01,254 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >06:54:01,255 INFO anaconda: Default encoding = utf-8 >06:54:01,803 INFO anaconda: Display mode = g >06:54:01,806 INFO anaconda: 1048576 kB (1024 MB) are available >06:54:01,806 INFO anaconda: check_memory(): total:1024, needed:512, graphical:512 >06:54:02,292 DEBUG anaconda: X server has signalled a successful start. >06:54:02,295 INFO anaconda: Starting window manager, pid 1126. >06:54:02,448 INFO anaconda: Started spice-vdagent. >06:54:03,139 INFO anaconda: Running Thread: AnaXklWrapperInitThread (140505098254080) >06:54:03,255 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >06:54:03,256 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >06:54:03,257 INFO anaconda: using only installclass _Fedora >06:54:03,879 INFO anaconda: bootloader GRUB2 on X86 platform >06:54:03,880 INFO anaconda: bootloader GRUB2 on X86 platform >06:54:03,918 DEBUG anaconda: network: devices found ['eth0'] >06:54:04,012 DEBUG anaconda: network: pre kickstart - updating settings of device eth0 >06:54:04,260 ERR anaconda: Kickstart: The provided network interface does not exist >06:54:04,265 DEBUG anaconda: network: kickstart pre section applied for devices ['eth0'] >06:54:04,536 INFO anaconda: unspecified network --device in kickstart, using eth0 (first active device) >06:54:04,570 DEBUG anaconda: network: setting real kickstart ONBOOT value for devices ['eth0', 'eth0'] >06:54:04,587 INFO anaconda: Running Thread: AnaStorageThread (140504914560768) >06:54:04,594 INFO anaconda: Running Thread: AnaTimeInitThread (140504906168064) >06:54:04,596 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140504896722688) >06:54:04,605 INFO anaconda: Running Thread: AnaPayloadThread (140504888329984) >06:54:04,671 INFO anaconda: got 0 NTP servers from DHCP >06:54:04,672 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140504896722688) >06:54:04,676 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140504879937280) >06:54:04,676 INFO anaconda: Starting geolocation lookup >06:54:04,676 INFO anaconda: Geolocation provider: Fedora GeoIP >06:54:05,007 INFO anaconda: Thread Done: AnaTimeInitThread (140504906168064) >06:54:06,239 INFO anaconda: Geolocation lookup finished in 1.6 seconds >06:54:06,240 INFO anaconda: got results from geolocation >06:54:06,240 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140504879937280) >06:54:06,970 INFO anaconda: Thread Done: AnaXklWrapperInitThread (140505098254080) >06:54:07,076 DEBUG anaconda: network standalone spoke (init): completed: ['eth0'] >06:54:07,393 INFO anaconda: fs space: 0 B needed: 3 GB >06:54:07,396 INFO anaconda: Running Thread: AnaDateTimeThread (140505098254080) >06:54:07,639 INFO anaconda: Thread Done: AnaDateTimeThread (140505098254080) >06:54:07,761 INFO anaconda: fs space: 0 B needed: 3 GB >06:54:07,925 INFO anaconda: Thread Done: AnaStorageThread (140504914560768) >06:54:08,031 INFO anaconda: fs space: 0 B needed: 3 GB >06:54:08,128 INFO anaconda: Running Thread: AnaSourceWatcher (140504897029888) >06:54:08,142 INFO anaconda: Running Thread: AnaSoftwareWatcher (140504831506176) >06:54:08,160 INFO anaconda: Running Thread: AnaStorageWatcher (140504823113472) >06:54:08,161 INFO anaconda: Thread Done: AnaStorageWatcher (140504823113472) >06:54:08,191 INFO anaconda: Running Thread: AnaCustomStorageInit (140504823113472) >06:54:08,302 DEBUG anaconda: network: selected device eth0 >06:54:08,426 INFO anaconda: setting installation environment hostname to lorna.ipa.blackhats.net.au >06:54:08,634 INFO anaconda: Running Thread: AnaNTPserver0 (140504914560768) >06:54:08,649 INFO anaconda: Running Thread: AnaNTPserver1 (140504879937280) >06:54:08,656 INFO anaconda: Running Thread: AnaNTPserver2 (140504814720768) >06:54:08,668 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7fc9d698a450> >06:54:08,669 INFO anaconda: Running Thread: AnaNTPserver3 (140504806328064) >06:54:08,752 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9d69d7cd0> status to: Probing storage... >06:54:08,752 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9d69d7cd0> status to: Downloading package metadata... >06:54:08,752 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fc9d69e6590> status to: Downloading package metadata... >06:54:08,753 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc9d69e6610> status to: Probing storage... >06:54:08,760 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc9d69e6610> >06:54:08,766 INFO anaconda: Running Thread: AnaExecuteStorageThread (140504797935360) >06:54:08,792 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc9d69e6610> >06:54:08,794 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc9d69e6610> status to: Saving storage configuration... >06:54:08,970 INFO anaconda: Thread Done: AnaNTPserver0 (140504914560768) >06:54:08,977 INFO anaconda: Thread Done: AnaNTPserver1 (140504879937280) >06:54:08,992 INFO anaconda: Thread Done: AnaNTPserver3 (140504806328064) >06:54:09,018 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7fc9f372fcd0> status to: Wired (eth0) connected >06:54:09,054 INFO anaconda: Thread Done: AnaNTPserver2 (140504814720768) >06:54:09,210 DEBUG anaconda: new disk order: [] >06:54:09,262 DEBUG anaconda: running handleException >06:54:09,262 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >06:54:09,263 INFO anaconda: Thread Done: AnaExecuteStorageThread (140504797935360) > > >/tmp/packaging.log: >06:54:07,927 INFO packaging: configuring base repo >06:54:07,969 INFO_2 yum.verbose.YumPlugins: Loaded plugins: blacklist, fastestmirror, langpacks, whiteout >06:54:07,972 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >06:54:07,972 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >06:54:07,973 DEBUG yum.verbose.plugin: Adding en_US to language list >06:54:07,983 DEBUG yum.verbose.YumBase: Config time: 0.048 >06:54:08,026 INFO_2 yum.verbose.YumPlugins: Loaded plugins: blacklist, fastestmirror, langpacks, whiteout >06:54:08,026 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >06:54:08,027 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >06:54:08,027 DEBUG yum.verbose.plugin: Adding en_US to language list >06:54:08,033 DEBUG yum.verbose.YumBase: Config time: 0.017 >06:54:08,923 INFO packaging: Error downloading treeinfo: [Errno 14] HTTP Error 404 - Not Found > > >/tmp/program.log: >06:54:01,315 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >06:54:01,331 DEBUG program: Return code: 0 >06:54:01,332 INFO program: Running... udevadm settle --timeout=300 >06:54:01,500 DEBUG program: Return code: 0 >06:54:01,502 INFO program: Running... modprobe fcoe >06:54:01,568 DEBUG program: Return code: 0 >06:54:01,569 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >06:54:01,581 INFO program: No FCoE boot disk information is found in EDD! >06:54:01,581 DEBUG program: Return code: 1 >06:54:01,585 INFO program: Running... udevadm settle --timeout=300 >06:54:01,597 DEBUG program: Return code: 0 >06:54:01,601 INFO program: Running... udevadm settle --timeout=300 >06:54:01,612 DEBUG program: Return code: 0 >06:54:01,619 INFO program: Running... udevadm settle --timeout=300 >06:54:01,629 DEBUG program: Return code: 0 >06:54:01,632 INFO program: Running... udevadm settle --timeout=300 >06:54:01,642 DEBUG program: Return code: 0 >06:54:01,646 INFO program: Running... udevadm settle --timeout=300 >06:54:01,656 DEBUG program: Return code: 0 >06:54:01,659 INFO program: Running... udevadm settle --timeout=300 >06:54:01,669 DEBUG program: Return code: 0 >06:54:01,682 INFO program: Running... loadkeys dvorak >06:54:01,716 INFO program: Loading /lib/kbd/keymaps/legacy/i386/dvorak/dvorak.map.gz >06:54:01,717 DEBUG program: Return code: 0 >06:54:02,297 INFO program: Running... metacity --display :1 --sm-disable >06:54:02,298 INFO program: Running... spice-vdagent >06:54:02,448 DEBUG program: Return code: 0 >06:54:04,590 INFO program: Running... udevadm settle --timeout=300 >06:54:04,679 DEBUG program: Return code: 0 >06:54:04,680 INFO program: Running... hwclock --hctosys --utc >06:54:05,006 DEBUG program: Return code: 0 >06:54:05,007 INFO program: Running... systemctl start chronyd.service >06:54:05,081 DEBUG program: Return code: 0 >06:54:05,090 INFO program: Running... multipath -c /dev/sda >06:54:05,142 INFO program: /dev/sda is not a valid multipath device path >06:54:05,142 DEBUG program: Return code: 1 >06:54:05,864 INFO program: Running... lvm pvs --unit=k --nosuffix --nameprefixes --rows --unquoted --noheadings -opv_uuid,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config global {locking_type=4} /dev/sda2 >06:54:05,975 INFO program: LVM2_PV_UUID=4nzcD2-c30n-GRKT-Tw8e-ZyVJ-eevT-gLvjUl >06:54:05,976 INFO program: LVM2_PE_START=1024.00 >06:54:05,976 INFO program: LVM2_VG_NAME=vg00 >06:54:05,976 INFO program: LVM2_VG_UUID=Tdzo6G-nE21-wdL1-paf3-fZ6w-cUtu-CLwU2S >06:54:05,977 INFO program: LVM2_VG_SIZE=40861696.00 >06:54:05,977 INFO program: LVM2_VG_FREE=36667392.00 >06:54:05,977 INFO program: LVM2_VG_EXTENT_SIZE=32768.00 >06:54:05,977 INFO program: LVM2_VG_EXTENT_COUNT=1247 >06:54:05,977 INFO program: LVM2_VG_FREE_COUNT=1119 >06:54:05,977 INFO program: LVM2_PV_COUNT=1 >06:54:05,978 DEBUG program: Return code: 0 >06:54:06,017 INFO program: Running... lvm lvs -a --unit k --nosuffix --nameprefixes --rows --unquoted --noheadings -olv_name,lv_uuid,lv_size,lv_attr,segtype --config global {locking_type=4} vg00 >06:54:06,255 INFO program: LVM2_LV_NAME=home_lv LVM2_LV_NAME=swap_lv >06:54:06,255 INFO program: LVM2_LV_UUID=MKYQko-VWP3-us7c-TccJ-rxjW-Qf4T-vqSISh LVM2_LV_UUID=lCZj0j-IslI-lpk9-jMlo-u3rl-qGe5-eGlPXX >06:54:06,255 INFO program: LVM2_LV_SIZE=2097152.00 LVM2_LV_SIZE=2097152.00 >06:54:06,255 INFO program: LVM2_LV_ATTR=-wi-a----- LVM2_LV_ATTR=-wi-a----- >06:54:06,256 INFO program: LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear >06:54:06,256 DEBUG program: Return code: 0 >06:54:06,668 INFO program: Running... dumpe2fs -h /dev/loop1 >06:54:06,719 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >06:54:06,719 INFO program: Filesystem volume name: Anaconda >06:54:06,719 INFO program: Last mounted on: / >06:54:06,720 INFO program: Filesystem UUID: 4847f338-a61d-4f93-ac64-77997dedbbd5 >06:54:06,720 INFO program: Filesystem magic number: 0xEF53 >06:54:06,720 INFO program: Filesystem revision #: 1 (dynamic) >06:54:06,720 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >06:54:06,720 INFO program: Filesystem flags: signed_directory_hash >06:54:06,721 INFO program: Default mount options: user_xattr acl >06:54:06,721 INFO program: Filesystem state: clean >06:54:06,721 INFO program: Errors behavior: Continue >06:54:06,721 INFO program: Filesystem OS type: Linux >06:54:06,721 INFO program: Inode count: 131072 >06:54:06,721 INFO program: Block count: 2097152 >06:54:06,722 INFO program: Reserved block count: 0 >06:54:06,722 INFO program: Free blocks: 1293489 >06:54:06,722 INFO program: Free inodes: 103755 >06:54:06,723 INFO program: First block: 1 >06:54:06,723 INFO program: Block size: 1024 >06:54:06,723 INFO program: Fragment size: 1024 >06:54:06,723 INFO program: Reserved GDT blocks: 256 >06:54:06,726 INFO program: Blocks per group: 8192 >06:54:06,727 INFO program: Fragments per group: 8192 >06:54:06,727 INFO program: Inodes per group: 512 >06:54:06,727 INFO program: Inode blocks per group: 128 >06:54:06,727 INFO program: Flex block group size: 16 >06:54:06,727 INFO program: Filesystem created: Thu Dec 12 14:00:06 2013 >06:54:06,728 INFO program: Last mount time: Thu Dec 12 14:00:24 2013 >06:54:06,728 INFO program: Last write time: Thu Dec 12 14:00:33 2013 >06:54:06,728 INFO program: Mount count: 2 >06:54:06,728 INFO program: Maximum mount count: -1 >06:54:06,728 INFO program: Last checked: Thu Dec 12 14:00:06 2013 >06:54:06,729 INFO program: Check interval: 0 (<none>) >06:54:06,729 INFO program: Lifetime writes: 32 MB >06:54:06,729 INFO program: Reserved blocks uid: 0 (user root) >06:54:06,729 INFO program: Reserved blocks gid: 0 (group root) >06:54:06,729 INFO program: First inode: 11 >06:54:06,729 INFO program: Inode size: 256 >06:54:06,730 INFO program: Required extra isize: 28 >06:54:06,730 INFO program: Desired extra isize: 28 >06:54:06,731 INFO program: Journal inode: 8 >06:54:06,731 INFO program: Default directory hash: half_md4 >06:54:06,731 INFO program: Directory Hash Seed: 87c9a375-5a9a-4360-9f3a-f55d189f0aed >06:54:06,731 INFO program: Journal backup: inode blocks >06:54:06,732 INFO program: Journal features: (none) >06:54:06,734 INFO program: Journal size: 32M >06:54:06,734 INFO program: Journal length: 32768 >06:54:06,734 INFO program: Journal sequence: 0x00000007 >06:54:06,734 INFO program: Journal start: 0 >06:54:06,734 INFO program: >06:54:06,735 DEBUG program: Return code: 0 >06:54:06,735 INFO program: Running... resize2fs -P /dev/loop1 >06:54:06,755 INFO program: resize2fs 1.42.8 (20-Jun-2013) >06:54:06,756 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >06:54:06,756 INFO program: Couldn't find valid filesystem superblock. >06:54:06,756 DEBUG program: Return code: 1 >06:54:06,837 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >06:54:06,849 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >06:54:06,849 INFO program: Filesystem volume name: Anaconda >06:54:06,849 INFO program: Last mounted on: /sysroot >06:54:06,849 INFO program: Filesystem UUID: 4847f338-a61d-4f93-ac64-77997dedbbd5 >06:54:06,850 INFO program: Filesystem magic number: 0xEF53 >06:54:06,850 INFO program: Filesystem revision #: 1 (dynamic) >06:54:06,850 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >06:54:06,850 INFO program: Filesystem flags: signed_directory_hash >06:54:06,851 INFO program: Default mount options: user_xattr acl >06:54:06,851 INFO program: Filesystem state: clean >06:54:06,851 INFO program: Errors behavior: Continue >06:54:06,851 INFO program: Filesystem OS type: Linux >06:54:06,851 INFO program: Inode count: 131072 >06:54:06,852 INFO program: Block count: 2097152 >06:54:06,852 INFO program: Reserved block count: 0 >06:54:06,852 INFO program: Free blocks: 1293489 >06:54:06,852 INFO program: Free inodes: 103755 >06:54:06,852 INFO program: First block: 1 >06:54:06,852 INFO program: Block size: 1024 >06:54:06,853 INFO program: Fragment size: 1024 >06:54:06,853 INFO program: Reserved GDT blocks: 256 >06:54:06,854 INFO program: Blocks per group: 8192 >06:54:06,854 INFO program: Fragments per group: 8192 >06:54:06,854 INFO program: Inodes per group: 512 >06:54:06,855 INFO program: Inode blocks per group: 128 >06:54:06,856 INFO program: Flex block group size: 16 >06:54:06,856 INFO program: Filesystem created: Thu Dec 12 14:00:06 2013 >06:54:06,856 INFO program: Last mount time: Tue Jun 17 06:53:28 2014 >06:54:06,856 INFO program: Last write time: Tue Jun 17 06:53:28 2014 >06:54:06,856 INFO program: Mount count: 3 >06:54:06,857 INFO program: Maximum mount count: -1 >06:54:06,857 INFO program: Last checked: Thu Dec 12 14:00:06 2013 >06:54:06,857 INFO program: Check interval: 0 (<none>) >06:54:06,857 INFO program: Lifetime writes: 32 MB >06:54:06,858 INFO program: Reserved blocks uid: 0 (user root) >06:54:06,859 INFO program: Reserved blocks gid: 0 (group root) >06:54:06,860 INFO program: First inode: 11 >06:54:06,860 INFO program: Inode size: 256 >06:54:06,860 INFO program: Required extra isize: 28 >06:54:06,860 INFO program: Desired extra isize: 28 >06:54:06,860 INFO program: Journal inode: 8 >06:54:06,861 INFO program: Default directory hash: half_md4 >06:54:06,861 INFO program: Directory Hash Seed: 87c9a375-5a9a-4360-9f3a-f55d189f0aed >06:54:06,861 INFO program: Journal backup: inode blocks >06:54:06,861 INFO program: Journal features: (none) >06:54:06,861 INFO program: Journal size: 32M >06:54:06,864 INFO program: Journal length: 32768 >06:54:06,864 INFO program: Journal sequence: 0x00000008 >06:54:06,864 INFO program: Journal start: 1 >06:54:06,864 INFO program: >06:54:06,864 DEBUG program: Return code: 0 >06:54:06,865 INFO program: Running... resize2fs -P /dev/mapper/live-rw >06:54:06,878 INFO program: resize2fs 1.42.8 (20-Jun-2013) >06:54:06,878 INFO program: Estimated minimum size of the filesystem: 786368 >06:54:06,879 DEBUG program: Return code: 0 >06:54:06,983 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >06:54:06,995 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >06:54:06,995 INFO program: Filesystem volume name: Anaconda >06:54:06,995 INFO program: Last mounted on: / >06:54:06,996 INFO program: Filesystem UUID: 4847f338-a61d-4f93-ac64-77997dedbbd5 >06:54:06,996 INFO program: Filesystem magic number: 0xEF53 >06:54:06,996 INFO program: Filesystem revision #: 1 (dynamic) >06:54:06,996 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >06:54:06,997 INFO program: Filesystem flags: signed_directory_hash >06:54:06,997 INFO program: Default mount options: user_xattr acl >06:54:06,997 INFO program: Filesystem state: clean >06:54:06,997 INFO program: Errors behavior: Continue >06:54:06,997 INFO program: Filesystem OS type: Linux >06:54:06,998 INFO program: Inode count: 131072 >06:54:06,998 INFO program: Block count: 2097152 >06:54:06,998 INFO program: Reserved block count: 0 >06:54:06,998 INFO program: Free blocks: 1293489 >06:54:06,998 INFO program: Free inodes: 103755 >06:54:06,999 INFO program: First block: 1 >06:54:06,999 INFO program: Block size: 1024 >06:54:06,999 INFO program: Fragment size: 1024 >06:54:06,999 INFO program: Reserved GDT blocks: 256 >06:54:06,999 INFO program: Blocks per group: 8192 >06:54:06,999 INFO program: Fragments per group: 8192 >06:54:07,001 INFO program: Inodes per group: 512 >06:54:07,001 INFO program: Inode blocks per group: 128 >06:54:07,001 INFO program: Flex block group size: 16 >06:54:07,001 INFO program: Filesystem created: Thu Dec 12 14:00:06 2013 >06:54:07,001 INFO program: Last mount time: Thu Dec 12 14:00:24 2013 >06:54:07,002 INFO program: Last write time: Thu Dec 12 14:00:33 2013 >06:54:07,003 INFO program: Mount count: 2 >06:54:07,003 INFO program: Maximum mount count: -1 >06:54:07,003 INFO program: Last checked: Thu Dec 12 14:00:06 2013 >06:54:07,003 INFO program: Check interval: 0 (<none>) >06:54:07,003 INFO program: Lifetime writes: 32 MB >06:54:07,005 INFO program: Reserved blocks uid: 0 (user root) >06:54:07,005 INFO program: Reserved blocks gid: 0 (group root) >06:54:07,005 INFO program: First inode: 11 >06:54:07,005 INFO program: Inode size: 256 >06:54:07,005 INFO program: Required extra isize: 28 >06:54:07,006 INFO program: Desired extra isize: 28 >06:54:07,006 INFO program: Journal inode: 8 >06:54:07,007 INFO program: Default directory hash: half_md4 >06:54:07,007 INFO program: Directory Hash Seed: 87c9a375-5a9a-4360-9f3a-f55d189f0aed >06:54:07,007 INFO program: Journal backup: inode blocks >06:54:07,007 INFO program: Journal features: (none) >06:54:07,008 INFO program: Journal size: 32M >06:54:07,009 INFO program: Journal length: 32768 >06:54:07,009 INFO program: Journal sequence: 0x00000007 >06:54:07,009 INFO program: Journal start: 0 >06:54:07,009 INFO program: >06:54:07,009 DEBUG program: Return code: 0 >06:54:07,011 INFO program: Running... resize2fs -P /dev/mapper/live-base >06:54:07,031 INFO program: resize2fs 1.42.8 (20-Jun-2013) >06:54:07,032 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >06:54:07,032 INFO program: Couldn't find valid filesystem superblock. >06:54:07,032 DEBUG program: Return code: 1 >06:54:07,192 INFO program: Running... udevadm settle --timeout=300 >06:54:07,218 DEBUG program: Return code: 0 >06:54:07,236 INFO program: Running... udevadm settle --timeout=300 >06:54:07,345 DEBUG program: Return code: 0 >06:54:07,384 INFO program: Running... udevadm settle --timeout=300 >06:54:07,418 DEBUG program: Return code: 0 >06:54:07,427 INFO program: Running... udevadm settle --timeout=300 >06:54:07,496 DEBUG program: Return code: 0 >06:54:07,498 INFO program: Running... lvm lvchange -a n vg00/home_lv >06:54:07,604 DEBUG program: Return code: 0 >06:54:07,615 INFO program: Running... udevadm settle --timeout=300 >06:54:07,651 DEBUG program: Return code: 0 >06:54:07,652 INFO program: Running... lvm vgchange -a n vg00 >06:54:07,711 INFO program: 0 logical volume(s) in volume group "vg00" now active >06:54:07,711 DEBUG program: Return code: 0 >06:54:07,718 INFO program: Running... udevadm settle --timeout=300 >06:54:07,744 DEBUG program: Return code: 0 >06:54:07,752 INFO program: Running... udevadm settle --timeout=300 >06:54:07,776 DEBUG program: Return code: 0 >06:54:08,427 INFO program: Running... hostnamectl set-hostname lorna.ipa.blackhats.net.au >06:54:08,472 DEBUG program: Return code: 0 >06:54:08,675 INFO program: Running... systemctl status chronyd.service >06:54:08,749 INFO program: chronyd.service - NTP client/server >06:54:08,749 INFO program: Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled) >06:54:08,750 INFO program: Active: active (running) since Tue 2014-06-17 06:54:05 UTC; 3s ago >06:54:08,750 INFO program: Process: 1212 ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers (code=exited, status=0/SUCCESS) >06:54:08,750 INFO program: Process: 1209 ExecStart=/usr/sbin/chronyd -u chrony $OPTIONS (code=exited, status=0/SUCCESS) >06:54:08,750 INFO program: Main PID: 1211 (chronyd) >06:54:08,750 INFO program: CGroup: /system.slice/chronyd.service >06:54:08,751 INFO program: `-1211 /usr/sbin/chronyd -u chrony >06:54:08,751 INFO program: >06:54:08,751 INFO program: Jun 17 06:54:05 localhost.localdomain systemd[1]: Started NTP client/server. >06:54:08,751 DEBUG program: Return code: 0 >06:54:08,800 INFO program: Running... udevadm settle --timeout=300 >06:54:08,855 DEBUG program: Return code: 0 >06:54:08,857 INFO program: Running... lvm vgchange -a n vg00 >06:54:08,945 INFO program: 0 logical volume(s) in volume group "vg00" now active >06:54:08,945 DEBUG program: Return code: 0 >06:54:08,972 INFO program: Running... udevadm settle --timeout=300 >06:54:09,009 DEBUG program: Return code: 0 >06:54:09,009 INFO program: Running... modprobe btrfs >06:54:09,110 DEBUG program: Return code: 0 >06:54:09,111 INFO program: Running... udevadm settle --timeout=300 >06:54:09,133 DEBUG program: Return code: 0 >06:54:09,134 INFO program: Running... modprobe xfs >06:54:09,210 DEBUG program: Return code: 0 >06:54:09,215 INFO program: Running... udevadm settle --timeout=300 >06:54:09,278 INFO program: Running... modprobe vfat >06:54:09,305 DEBUG program: Return code: 0 > > >/tmp/storage.log: >06:54:01,501 INFO blivet: ISCSID is /sbin/iscsid >06:54:01,502 INFO blivet: no initiator set >06:54:01,582 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >06:54:01,582 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >06:54:03,147 DEBUG blivet: trying to set new default fstype to 'ext4' >06:54:03,236 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:03,237 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >06:54:03,237 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:03,879 INFO blivet: Detected 1040M of memory >06:54:03,880 INFO blivet: Suggested swap size (2080 M) exceeds 10 % of disk space, using 10 % of disk space (0 M) instead. >06:54:03,880 INFO blivet: Swap attempt of 0M >06:54:04,588 INFO blivet: resetting Blivet (version 0.23.9) instance <blivet.Blivet object at 0x7fc9e52248d0> >06:54:04,588 INFO blivet: no initiator set >06:54:04,588 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >06:54:04,590 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is ['sda'] >06:54:04,689 INFO blivet: devices to scan: ['sda', 'sda1', 'sda2', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1', 'dm-2', 'dm-3'] >06:54:04,712 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0 /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:0:0', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '000b3064', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_0_0', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '978542', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda'} ; name: sda ; >06:54:04,713 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda)... >06:54:04,714 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >06:54:04,715 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:54:04,719 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >06:54:04,720 INFO blivet: sda is a disk >06:54:04,722 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:04,724 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >06:54:05,142 INFO blivet: added disk sda (id 0) to device tree >06:54:05,143 DEBUG blivet: looking up parted Device: /dev/sda >06:54:05,229 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >06:54:05,232 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >06:54:05,238 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >06:54:05,242 DEBUG blivet: required disklabel type for sda (1) is None >06:54:05,242 DEBUG blivet: default disklabel type for sda is msdos >06:54:05,243 DEBUG blivet: selecting msdos disklabel for sda based on size >06:54:05,245 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >06:54:05,307 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fc9da733f10>, <parted.partition.Partition object at 0x7fc9da770310>] > device: <parted.device.Device object at 0x7fc9dcd55110> > PedDisk: <_ped.Disk object at 0x7fc9dcd57560> >06:54:05,308 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >06:54:05,311 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >06:54:05,315 INFO blivet: got device: DiskDevice instance (0x7fc9e500f7d0) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 40960.0 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 83886080 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: -16384 did: 0 busy: False > hardwareGeometry: (40960, 64, 32) biosGeometry: (5221, 255, 63) > PedDevice: <_ped.Device object at 0x7fc9da78da70> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fc9dcd3f950> >06:54:05,375 INFO blivet: got format: DiskLabel instance (0x7fc9dcd49050) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fc9da733f10>, <parted.partition.Partition object at 0x7fc9da770310>] > device: <parted.device.Device object at 0x7fc9dcd55110> > PedDisk: <_ped.Disk object at 0x7fc9dcd57560> > origPartedDisk = <parted.disk.Disk object at 0x7fc9da770510> > partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 83886080 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: -16384 did: 0 busy: False > hardwareGeometry: (40960, 64, 32) biosGeometry: (5221, 255, 63) > PedDevice: <_ped.Device object at 0x7fc9da78df80> > >06:54:05,390 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-part1 /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:0:0-part1', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2097152', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '000b3064-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '000b3064', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_0_0', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '978551', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-part1', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:0:0-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda/sda1'} ; name: sda1 ; >06:54:05,397 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda/sda1)... >06:54:05,398 DEBUG blivet: DeviceTree.getDeviceByName: name: sda1 ; >06:54:05,399 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:54:05,419 INFO blivet: sda1 is a partition >06:54:05,420 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >06:54:05,421 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >06:54:05,431 DEBUG blivet: DeviceTree.getDeviceByName returned existing 40960MB disk sda (0) with existing msdos disklabel >06:54:05,435 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >06:54:05,436 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >06:54:05,437 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:05,463 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >06:54:05,478 DEBUG blivet: looking up parted Partition: /dev/sda1 >06:54:05,479 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >06:54:05,480 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >06:54:05,481 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >06:54:05,482 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >06:54:05,487 INFO blivet: added partition sda1 (id 1) to device tree >06:54:05,488 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >06:54:05,496 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >06:54:05,498 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >06:54:05,499 DEBUG blivet: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >06:54:05,560 WARN blivet: disklabel detected but not usable on sda1 >06:54:05,562 DEBUG blivet: no type or existing type for sda1, bailing >06:54:05,563 DEBUG blivet: looking up parted Device: /dev/sda1 >06:54:05,568 INFO blivet: got device: PartitionDevice instance (0x7fc9da2343d0) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 40960MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 1024.0 > format = existing None > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1024, 64, 32) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x7fc9da7264d0> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc9da733390> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc9da7700d0> PedPartition: <_ped.Partition object at 0x7fc9dcd36e30> > disk = existing 40960MB disk sda (0) with existing msdos disklabel > start = 2048 end = 2099199 length = 2097152 > flags = >06:54:05,588 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-part2 /dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:0:0-part2', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '4nzcD2-c30n-GRKT-Tw8e-ZyVJ-eevT-gLvjUl', > 'ID_FS_UUID_ENC': '4nzcD2-c30n-GRKT-Tw8e-ZyVJ-eevT-gLvjUl', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '2099200', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '81786880', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '000b3064-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '000b3064', > 'ID_PATH': 'pci-0000:00:06.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_06_0-scsi-0_0_0_0', > 'ID_REVISION': '1.6.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_drive-scsi0-0-0', > 'ID_SERIAL_SHORT': 'drive-scsi0-0-0', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '978558', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-part2', > '/dev/disk/by-path/pci-0000:00:06.0-scsi-0:0:0:0-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda/sda2'} ; name: sda2 ; >06:54:05,611 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda/sda2)... >06:54:05,612 DEBUG blivet: DeviceTree.getDeviceByName: name: sda2 ; >06:54:05,613 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:54:05,628 INFO blivet: sda2 is a partition >06:54:05,632 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda2 ; >06:54:05,633 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >06:54:05,649 DEBUG blivet: DeviceTree.getDeviceByName returned existing 40960MB disk sda (0) with existing msdos disklabel >06:54:05,651 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >06:54:05,652 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >06:54:05,655 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:05,664 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >06:54:05,672 DEBUG blivet: looking up parted Partition: /dev/sda2 >06:54:05,680 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >06:54:05,681 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >06:54:05,688 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >06:54:05,691 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >06:54:05,714 INFO blivet: added partition sda2 (id 2) to device tree >06:54:05,715 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >06:54:05,724 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >06:54:05,726 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >06:54:05,729 DEBUG blivet: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >06:54:05,862 WARN blivet: disklabel detected but not usable on sda2 >06:54:05,978 INFO blivet: type detected on 'sda2' is 'LVM2_member' >06:54:05,979 DEBUG blivet: LVMPhysicalVolume.__init__: vgName: vg00 ; uuid: 4nzcD2-c30n-GRKT-Tw8e-ZyVJ-eevT-gLvjUl ; exists: True ; vgUuid: Tdzo6G-nE21-wdL1-paf3-fZ6w-cUtu-CLwU2S ; label: None ; peStart: 1.0 ; device: /dev/sda2 ; serial: drive-scsi0-0-0 ; >06:54:05,984 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance >06:54:05,992 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >06:54:06,000 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: lvmpv ; >06:54:06,002 DEBUG blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sda2 ; >06:54:06,008 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >06:54:06,009 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >06:54:06,014 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:06,016 DEBUG blivet: LVMVolumeGroupDevice._setFormat: vg00 ; current: None ; type: None ; >06:54:06,016 INFO blivet: added lvmvg vg00 (id 3) to device tree >06:54:06,257 DEBUG blivet: DeviceTree.getDeviceByName: name: vg00-home_lv ; >06:54:06,258 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:54:06,264 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >06:54:06,266 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 0 ; name: vg00 ; >06:54:06,267 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:06,268 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: vg00-home_lv ; current: None ; type: None ; >06:54:06,272 DEBUG blivet: looking up parted Device: /dev/mapper/vg00-home_lv >06:54:06,318 DEBUG blivet: Adding vg00-home_lv/2048MB to vg00 >06:54:06,322 INFO blivet: added lvmlv vg00-home_lv (id 4) to device tree >06:54:06,324 DEBUG blivet: LVMLogicalVolumeDevice.setup: vg00-home_lv ; status: True ; controllable: True ; orig: False ; >06:54:06,326 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: vg00-home_lv ; status: True ; >06:54:06,331 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: vg00-home_lv ; status: True ; >06:54:06,342 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-vg00-home_lv /dev/disk/by-id/dm-uuid-LVM-Tdzo6GnE21wdL1paf3fZ6wcUtuCLwU2SMKYQkoVWP3us7cTccJrxjWQf4TvqSISh /dev/mapper/vg00-home_lv /dev/vg00/home_lv', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'home_lv', > 'DM_NAME': 'vg00-home_lv', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-Tdzo6GnE21wdL1paf3fZ6wcUtuCLwU2SMKYQkoVWP3us7cTccJrxjWQf4TvqSISh', > 'DM_VG_NAME': 'vg00', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '464267', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-vg00-home_lv', > '/dev/disk/by-id/dm-uuid-LVM-Tdzo6GnE21wdL1paf3fZ6wcUtuCLwU2SMKYQkoVWP3us7cTccJrxjWQf4TvqSISh', > '/dev/mapper/vg00-home_lv', > '/dev/vg00/home_lv'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: vg00-home_lv ; >06:54:06,347 INFO blivet: scanning vg00-home_lv (/devices/virtual/block/dm-3)... >06:54:06,348 DEBUG blivet: DeviceTree.getDeviceByName: name: vg00-home_lv ; >06:54:06,357 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB lvmlv vg00-home_lv (4) >06:54:06,360 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vg00-home_lv ; >06:54:06,361 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vg00-home_lv ; label_type: None ; >06:54:06,363 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:06,365 DEBUG blivet: LVMLogicalVolumeDevice.setup: vg00-home_lv ; status: True ; controllable: True ; orig: False ; >06:54:06,375 DEBUG blivet: DiskLabel.__init__: device: /dev/mapper/vg00-home_lv ; labelType: None ; exists: True ; >06:54:06,428 WARN blivet: disklabel detected but not usable on vg00-home_lv >06:54:06,428 DEBUG blivet: no type or existing type for vg00-home_lv, bailing >06:54:06,446 DEBUG blivet: looking up parted Device: /dev/mapper/vg00 >06:54:06,447 DEBUG blivet: vg00 size is 39904MB >06:54:06,448 DEBUG blivet: vg vg00 has 37856MB free >06:54:06,449 DEBUG blivet: vg00 size is 39904MB >06:54:06,450 DEBUG blivet: vg vg00 has 37856MB free >06:54:06,456 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7fc9da7a6e10) -- > name = vg00-home_lv status = True kids = 0 id = 4 > parents = ['existing 39904MB lvmvg vg00 (3)'] > uuid = MKYQko-VWP3-us7c-TccJ-rxjW-Qf4T-vqSISh size = 2048.0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-3 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/vg00-home_lv type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7fc9da7267a0> > target size = 2048.0 path = /dev/mapper/vg00-home_lv > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7fc9da2a6a90) -- > name = vg00 status = True kids = 1 id = 3 > parents = ['existing 39935MB partition sda2 (2) with existing lvmpv'] > uuid = Tdzo6G-nE21-wdL1-paf3-fZ6w-cUtu-CLwU2S size = 39904 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/vg00 > format args = [] originalFormat = None target = None dmUuid = None free = 35808.0 PE Size = 32.0 PE Count = 1247 > PE Free = 1119 PV Count = 1 > LV Names = ['home_lv', 'swap_lv'] modified = False > extents = 1247.0 free space = 37856 > free extents = 1183.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 39935MB partition sda2 (2) with existing lvmpv'] > LVs = ['existing 2048MB lvmlv vg00-home_lv (4)'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 2048MB >06:54:06,465 DEBUG blivet: DeviceTree.getDeviceByName: name: vg00-swap_lv ; >06:54:06,471 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:54:06,472 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >06:54:06,477 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 1 ; name: vg00 ; >06:54:06,478 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:06,480 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: vg00-swap_lv ; current: None ; type: None ; >06:54:06,480 DEBUG blivet: looking up parted Device: /dev/mapper/vg00-swap_lv >06:54:06,501 DEBUG blivet: Adding vg00-swap_lv/2048MB to vg00 >06:54:06,506 INFO blivet: added lvmlv vg00-swap_lv (id 5) to device tree >06:54:06,508 DEBUG blivet: LVMLogicalVolumeDevice.setup: vg00-swap_lv ; status: True ; controllable: True ; orig: False ; >06:54:06,510 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: vg00-swap_lv ; status: True ; >06:54:06,517 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: vg00-swap_lv ; status: True ; >06:54:06,536 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-vg00-swap_lv /dev/disk/by-id/dm-uuid-LVM-Tdzo6GnE21wdL1paf3fZ6wcUtuCLwU2SlCZj0jIslIlpk9jMlou3rlqGe5eGlPXX /dev/disk/by-uuid/5bed393a-f084-4d3d-9aa8-6bcc99727364 /dev/mapper/vg00-swap_lv /dev/vg00/swap_lv', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap_lv', > 'DM_NAME': 'vg00-swap_lv', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-Tdzo6GnE21wdL1paf3fZ6wcUtuCLwU2SlCZj0jIslIlpk9jMlou3rlqGe5eGlPXX', > 'DM_VG_NAME': 'vg00', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '5bed393a-f084-4d3d-9aa8-6bcc99727364', > 'ID_FS_UUID_ENC': '5bed393a-f084-4d3d-9aa8-6bcc99727364', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '457259', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-vg00-swap_lv', > '/dev/disk/by-id/dm-uuid-LVM-Tdzo6GnE21wdL1paf3fZ6wcUtuCLwU2SlCZj0jIslIlpk9jMlou3rlqGe5eGlPXX', > '/dev/disk/by-uuid/5bed393a-f084-4d3d-9aa8-6bcc99727364', > '/dev/mapper/vg00-swap_lv', > '/dev/vg00/swap_lv'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: vg00-swap_lv ; >06:54:06,541 INFO blivet: scanning vg00-swap_lv (/devices/virtual/block/dm-2)... >06:54:06,548 DEBUG blivet: DeviceTree.getDeviceByName: name: vg00-swap_lv ; >06:54:06,555 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB lvmlv vg00-swap_lv (5) >06:54:06,557 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vg00-swap_lv ; >06:54:06,559 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vg00-swap_lv ; label_type: None ; >06:54:06,563 DEBUG blivet: SwapSpace.__init__: >06:54:06,566 DEBUG blivet: getFormat('swap') returning SwapSpace instance >06:54:06,566 DEBUG blivet: device vg00-swap_lv does not contain a disklabel >06:54:06,566 INFO blivet: type detected on 'vg00-swap_lv' is 'swap' >06:54:06,568 DEBUG blivet: SwapSpace.__init__: device: /dev/mapper/vg00-swap_lv ; serial: None ; uuid: 5bed393a-f084-4d3d-9aa8-6bcc99727364 ; exists: True ; label: None ; >06:54:06,570 DEBUG blivet: getFormat('swap') returning SwapSpace instance >06:54:06,572 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: vg00-swap_lv ; current: None ; type: swap ; >06:54:06,577 DEBUG blivet: looking up parted Device: /dev/mapper/vg00 >06:54:06,582 DEBUG blivet: vg00 size is 39904MB >06:54:06,583 DEBUG blivet: vg vg00 has 35808MB free >06:54:06,583 DEBUG blivet: vg00 size is 39904MB >06:54:06,584 DEBUG blivet: vg vg00 has 35808MB free >06:54:06,585 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7fc9da254fd0) -- > name = vg00-swap_lv status = True kids = 0 id = 5 > parents = ['existing 39904MB lvmvg vg00 (3)'] > uuid = lCZj0j-IslI-lpk9-jMlo-u3rl-qGe5-eGlPXX size = 2048.0 > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/vg00-swap_lv type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7fc9da726830> > target size = 2048.0 path = /dev/mapper/vg00-swap_lv > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7fc9da2a6a90) -- > name = vg00 status = True kids = 2 id = 3 > parents = ['existing 39935MB partition sda2 (2) with existing lvmpv'] > uuid = Tdzo6G-nE21-wdL1-paf3-fZ6w-cUtu-CLwU2S size = 39904 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/vg00 > format args = [] originalFormat = None target = None dmUuid = None free = 35808.0 PE Size = 32.0 PE Count = 1247 > PE Free = 1119 PV Count = 1 > LV Names = ['home_lv', 'swap_lv'] modified = False > extents = 1247.0 free space = 35808 > free extents = 1119.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 39935MB partition sda2 (2) with existing lvmpv'] > LVs = ['existing 2048MB lvmlv vg00-home_lv (4)', > 'existing 2048MB lvmlv vg00-swap_lv (5) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 2048MB >06:54:06,587 INFO blivet: got format: SwapSpace instance (0x7fc9da2b7550) -- > type = swap name = swap status = False > device = /dev/mapper/vg00-swap_lv uuid = 5bed393a-f084-4d3d-9aa8-6bcc99727364 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >06:54:06,589 DEBUG blivet: DeviceTree.getDeviceByName: name: vg00-home_lv ; >06:54:06,595 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB lvmlv vg00-home_lv (4) >06:54:06,595 DEBUG blivet: set vg00-home_lv copies to 1, metadata size to 0MB, log size to 0MB, total size 2048MB >06:54:06,596 DEBUG blivet: DeviceTree.getDeviceByName: name: vg00-swap_lv ; >06:54:06,598 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB lvmlv vg00-swap_lv (5) with existing swap >06:54:06,600 DEBUG blivet: set vg00-swap_lv copies to 1, metadata size to 0MB, log size to 0MB, total size 2048MB >06:54:06,602 DEBUG blivet: looking up parted Device: /dev/sda2 >06:54:06,604 INFO blivet: got device: PartitionDevice instance (0x7fc9da254f10) -- > name = sda2 status = True kids = 1 id = 2 > parents = ['existing 40960MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 39935.0 > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/host2/target2:0:0/2:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 81786880 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (39935, 64, 32) biosGeometry: (5090, 255, 63) > PedDevice: <_ped.Device object at 0x7fc9da7268c0> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc9da733390> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc9da7703d0> PedPartition: <_ped.Partition object at 0x7fc9dcd36d10> > disk = existing 40960MB disk sda (0) with existing msdos disklabel > start = 2099200 end = 83886079 length = 81786880 > flags = lvm >06:54:06,609 INFO blivet: got format: LVMPhysicalVolume instance (0x7fc9da2a6750) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sda2 uuid = 4nzcD2-c30n-GRKT-Tw8e-ZyVJ-eevT-gLvjUl exists = True > options = None supported = True formattable = True resizable = False > vgName = vg00 vgUUID = Tdzo6G-nE21-wdL1-paf3-fZ6w-cUtu-CLwU2S peStart = 1.0 >06:54:06,611 DEBUG blivet: DeviceTree.addUdevDevice: info: {'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', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '59125', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >06:54:06,611 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >06:54:06,612 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >06:54:06,613 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:54:06,616 INFO blivet: loop0 is a loop device >06:54:06,617 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >06:54:06,618 DEBUG blivet: DeviceTree.getDeviceByName: name: /tmp/curl_fetch_url1/squashfs.img (deleted) ; >06:54:06,620 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:54:06,621 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:06,622 DEBUG blivet: FileDevice._setFormat: /tmp/curl_fetch_url1/squashfs.img (deleted) ; current: None ; type: None ; >06:54:06,624 INFO blivet: added file /tmp/curl_fetch_url1/squashfs.img (deleted) (id 6) to device tree >06:54:06,625 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /tmp/curl_fetch_url1/squashfs.img (deleted) ; >06:54:06,629 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:06,630 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >06:54:06,630 INFO blivet: added loop loop0 (id 7) to device tree >06:54:06,631 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >06:54:06,632 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >06:54:06,634 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >06:54:06,634 DEBUG blivet: device loop0 does not contain a disklabel >06:54:06,634 INFO blivet: type detected on 'loop0' is 'squashfs' >06:54:06,634 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >06:54:06,635 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >06:54:06,637 INFO blivet: got device: LoopDevice instance (0x7fc9da2b7b90) -- > name = loop0 status = False kids = 0 id = 7 > parents = ['existing 0MB file /tmp/curl_fetch_url1/squashfs.img (deleted) (6)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >06:54:06,637 INFO blivet: got format: DeviceFormat instance (0x7fc9da2b7c90) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >06:54:06,640 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/4847f338-a61d-4f93-ac64-77997dedbbd5', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4847f338-a61d-4f93-ac64-77997dedbbd5', > 'ID_FS_UUID_ENC': '4847f338-a61d-4f93-ac64-77997dedbbd5', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '64478', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/4847f338-a61d-4f93-ac64-77997dedbbd5'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >06:54:06,646 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >06:54:06,647 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >06:54:06,648 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:54:06,648 INFO blivet: loop1 is a loop device >06:54:06,649 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >06:54:06,649 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >06:54:06,651 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:54:06,653 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:06,654 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >06:54:06,656 INFO blivet: added file /LiveOS/rootfs.img (id 8) to device tree >06:54:06,657 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >06:54:06,657 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:06,658 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >06:54:06,660 INFO blivet: added loop loop1 (id 9) to device tree >06:54:06,661 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >06:54:06,662 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >06:54:06,666 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:06,667 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >06:54:06,667 DEBUG blivet: device loop1 does not contain a disklabel >06:54:06,667 INFO blivet: type detected on 'loop1' is 'ext4' >06:54:06,757 DEBUG blivet: using current size 0 as min size >06:54:06,758 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:06,758 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >06:54:06,759 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >06:54:06,761 INFO blivet: got device: LoopDevice instance (0x7fc9da2b7e50) -- > name = loop1 status = False kids = 0 id = 9 > parents = ['existing 0MB file /LiveOS/rootfs.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/loop1 > format args = [] originalFormat = None >06:54:06,762 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:06,764 INFO blivet: got format: Ext4FS instance (0x7fc9da2a6510) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 4847f338-a61d-4f93-ac64-77997dedbbd5 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >06:54:06,766 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '64495', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >06:54:06,768 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >06:54:06,769 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >06:54:06,771 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:54:06,771 INFO blivet: loop2 is a loop device >06:54:06,774 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >06:54:06,775 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >06:54:06,776 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:54:06,778 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:06,780 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >06:54:06,780 INFO blivet: added file /overlay (deleted) (id 10) to device tree >06:54:06,781 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >06:54:06,783 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:06,784 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >06:54:06,785 INFO blivet: added loop loop2 (id 11) to device tree >06:54:06,787 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >06:54:06,788 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >06:54:06,789 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >06:54:06,790 DEBUG blivet: device loop2 does not contain a disklabel >06:54:06,790 INFO blivet: type detected on 'loop2' is 'DM_snapshot_cow' >06:54:06,790 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >06:54:06,791 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: DM_snapshot_cow ; >06:54:06,794 INFO blivet: got device: LoopDevice instance (0x7fc9da2b7cd0) -- > name = loop2 status = False kids = 0 id = 11 > parents = ['existing 0MB file /overlay (deleted) (10)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >06:54:06,794 INFO blivet: got format: DeviceFormat instance (0x7fc9da2b7c10) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >06:54:06,797 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/4847f338-a61d-4f93-ac64-77997dedbbd5 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4847f338-a61d-4f93-ac64-77997dedbbd5', > 'ID_FS_UUID_ENC': '4847f338-a61d-4f93-ac64-77997dedbbd5', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '648218', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/4847f338-a61d-4f93-ac64-77997dedbbd5', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >06:54:06,801 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >06:54:06,801 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >06:54:06,802 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:54:06,804 INFO blivet: live-rw is a device-mapper device >06:54:06,805 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >06:54:06,808 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: vg00 ; status: True ; >06:54:06,808 DEBUG blivet: failed to find dm node for vg00 >06:54:06,809 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: vg00-home_lv ; status: True ; >06:54:06,811 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: vg00-swap_lv ; status: True ; >06:54:06,812 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >06:54:06,814 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (9) with existing ext4 filesystem >06:54:06,818 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >06:54:06,821 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (11) with existing DM_snapshot_cow >06:54:06,822 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >06:54:06,824 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:54:06,826 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >06:54:06,830 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:06,831 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >06:54:06,831 INFO blivet: added dm live-rw (id 12) to device tree >06:54:06,832 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >06:54:06,833 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >06:54:06,835 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:06,836 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >06:54:06,836 DEBUG blivet: device live-rw does not contain a disklabel >06:54:06,837 INFO blivet: type detected on 'live-rw' is 'ext4' >06:54:06,879 DEBUG blivet: padding min size from 768 up to 844 >06:54:06,880 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:06,881 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >06:54:06,882 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >06:54:06,883 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >06:54:06,934 INFO blivet: got device: DMDevice instance (0x7fc9da2b7790) -- > name = live-rw status = True kids = 0 id = 12 > parents = ['existing 0MB loop loop2 (11) with existing DM_snapshot_cow'] > uuid = None size = 2048.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: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7fc9da726950> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >06:54:06,935 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:06,936 INFO blivet: got format: Ext4FS instance (0x7fc9da2cf210) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 4847f338-a61d-4f93-ac64-77997dedbbd5 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >06:54:06,939 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/4847f338-a61d-4f93-ac64-77997dedbbd5 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4847f338-a61d-4f93-ac64-77997dedbbd5', > 'ID_FS_UUID_ENC': '4847f338-a61d-4f93-ac64-77997dedbbd5', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '657669', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/4847f338-a61d-4f93-ac64-77997dedbbd5', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >06:54:06,945 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >06:54:06,946 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >06:54:06,947 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:54:06,947 INFO blivet: live-base is a device-mapper device >06:54:06,948 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >06:54:06,952 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: vg00 ; status: True ; >06:54:06,953 DEBUG blivet: failed to find dm node for vg00 >06:54:06,954 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: vg00-home_lv ; status: True ; >06:54:06,955 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: vg00-swap_lv ; status: True ; >06:54:06,957 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >06:54:06,958 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >06:54:06,959 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (9) with existing ext4 filesystem >06:54:06,962 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >06:54:06,970 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:54:06,971 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >06:54:06,973 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:06,975 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >06:54:06,975 INFO blivet: added dm live-base (id 13) to device tree >06:54:06,976 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >06:54:06,978 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >06:54:06,980 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:06,982 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >06:54:06,982 DEBUG blivet: device live-base does not contain a disklabel >06:54:06,982 INFO blivet: type detected on 'live-base' is 'ext4' >06:54:07,033 DEBUG blivet: using current size 0 as min size >06:54:07,034 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:07,034 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >06:54:07,035 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >06:54:07,037 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >06:54:07,040 INFO blivet: got device: DMDevice instance (0x7fc9da2b7fd0) -- > name = live-base status = True kids = 0 id = 13 > parents = ['existing 0MB loop loop1 (9) with existing ext4 filesystem'] > uuid = None size = 2048.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 (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7fc9da726050> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >06:54:07,043 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:07,044 INFO blivet: got format: Ext4FS instance (0x7fc9da2cf810) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = 4847f338-a61d-4f93-ac64-77997dedbbd5 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >06:54:07,051 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-vg00-swap_lv /dev/disk/by-id/dm-uuid-LVM-Tdzo6GnE21wdL1paf3fZ6wcUtuCLwU2SlCZj0jIslIlpk9jMlou3rlqGe5eGlPXX /dev/disk/by-uuid/5bed393a-f084-4d3d-9aa8-6bcc99727364 /dev/mapper/vg00-swap_lv /dev/vg00/swap_lv', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap_lv', > 'DM_NAME': 'vg00-swap_lv', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-Tdzo6GnE21wdL1paf3fZ6wcUtuCLwU2SlCZj0jIslIlpk9jMlou3rlqGe5eGlPXX', > 'DM_VG_NAME': 'vg00', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '5bed393a-f084-4d3d-9aa8-6bcc99727364', > 'ID_FS_UUID_ENC': '5bed393a-f084-4d3d-9aa8-6bcc99727364', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '457259', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-vg00-swap_lv', > '/dev/disk/by-id/dm-uuid-LVM-Tdzo6GnE21wdL1paf3fZ6wcUtuCLwU2SlCZj0jIslIlpk9jMlou3rlqGe5eGlPXX', > '/dev/disk/by-uuid/5bed393a-f084-4d3d-9aa8-6bcc99727364', > '/dev/mapper/vg00-swap_lv', > '/dev/vg00/swap_lv'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: vg00-swap_lv ; >06:54:07,058 INFO blivet: scanning vg00-swap_lv (/devices/virtual/block/dm-2)... >06:54:07,059 DEBUG blivet: DeviceTree.getDeviceByName: name: vg00-swap_lv ; >06:54:07,060 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB lvmlv vg00-swap_lv (5) with existing swap >06:54:07,061 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vg00-swap_lv ; >06:54:07,063 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vg00-swap_lv ; label_type: None ; >06:54:07,065 DEBUG blivet: SwapSpace.__init__: >06:54:07,068 DEBUG blivet: getFormat('swap') returning SwapSpace instance >06:54:07,069 DEBUG blivet: device vg00-swap_lv does not contain a disklabel >06:54:07,070 DEBUG blivet: no type or existing type for vg00-swap_lv, bailing >06:54:07,076 DEBUG blivet: looking up parted Device: /dev/mapper/vg00 >06:54:07,078 DEBUG blivet: vg00 size is 39904MB >06:54:07,080 DEBUG blivet: vg vg00 has 35808MB free >06:54:07,083 DEBUG blivet: vg00 size is 39904MB >06:54:07,084 DEBUG blivet: vg vg00 has 35808MB free >06:54:07,087 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7fc9da254fd0) -- > name = vg00-swap_lv status = True kids = 0 id = 5 > parents = ['existing 39904MB lvmvg vg00 (3)'] > uuid = lCZj0j-IslI-lpk9-jMlo-u3rl-qGe5-eGlPXX size = 2048.0 > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/vg00-swap_lv type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7fc9da726830> > target size = 2048.0 path = /dev/mapper/vg00-swap_lv > format args = [] originalFormat = swap target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7fc9da2a6a90) -- > name = vg00 status = True kids = 2 id = 3 > parents = ['existing 39935MB partition sda2 (2) with existing lvmpv'] > uuid = Tdzo6G-nE21-wdL1-paf3-fZ6w-cUtu-CLwU2S size = 39904 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/vg00 > format args = [] originalFormat = None target = None dmUuid = None free = 35808.0 PE Size = 32.0 PE Count = 1247 > PE Free = 1119 PV Count = 1 > LV Names = ['home_lv', 'swap_lv'] modified = False > extents = 1247.0 free space = 35808 > free extents = 1119.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 39935MB partition sda2 (2) with existing lvmpv'] > LVs = ['existing 2048MB lvmlv vg00-home_lv (4)', > 'existing 2048MB lvmlv vg00-swap_lv (5) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 2048MB >06:54:07,091 INFO blivet: got format: SwapSpace instance (0x7fc9da2b7550) -- > type = swap name = swap status = False > device = /dev/mapper/vg00-swap_lv uuid = 5bed393a-f084-4d3d-9aa8-6bcc99727364 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >06:54:07,102 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-vg00-home_lv /dev/disk/by-id/dm-uuid-LVM-Tdzo6GnE21wdL1paf3fZ6wcUtuCLwU2SMKYQkoVWP3us7cTccJrxjWQf4TvqSISh /dev/mapper/vg00-home_lv /dev/vg00/home_lv', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'home_lv', > 'DM_NAME': 'vg00-home_lv', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-Tdzo6GnE21wdL1paf3fZ6wcUtuCLwU2SMKYQkoVWP3us7cTccJrxjWQf4TvqSISh', > 'DM_VG_NAME': 'vg00', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '464267', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-vg00-home_lv', > '/dev/disk/by-id/dm-uuid-LVM-Tdzo6GnE21wdL1paf3fZ6wcUtuCLwU2SMKYQkoVWP3us7cTccJrxjWQf4TvqSISh', > '/dev/mapper/vg00-home_lv', > '/dev/vg00/home_lv'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: vg00-home_lv ; >06:54:07,104 INFO blivet: scanning vg00-home_lv (/devices/virtual/block/dm-3)... >06:54:07,106 DEBUG blivet: DeviceTree.getDeviceByName: name: vg00-home_lv ; >06:54:07,107 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB lvmlv vg00-home_lv (4) >06:54:07,110 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vg00-home_lv ; >06:54:07,111 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vg00-home_lv ; label_type: None ; >06:54:07,113 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:07,114 DEBUG blivet: LVMLogicalVolumeDevice.setup: vg00-home_lv ; status: True ; controllable: True ; orig: False ; >06:54:07,115 DEBUG blivet: DiskLabel.__init__: device: /dev/mapper/vg00-home_lv ; labelType: None ; exists: True ; >06:54:07,148 WARN blivet: disklabel detected but not usable on vg00-home_lv >06:54:07,149 DEBUG blivet: no type or existing type for vg00-home_lv, bailing >06:54:07,160 DEBUG blivet: looking up parted Device: /dev/mapper/vg00 >06:54:07,167 DEBUG blivet: vg00 size is 39904MB >06:54:07,171 DEBUG blivet: vg vg00 has 35808MB free >06:54:07,174 DEBUG blivet: vg00 size is 39904MB >06:54:07,176 DEBUG blivet: vg vg00 has 35808MB free >06:54:07,177 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7fc9da7a6e10) -- > name = vg00-home_lv status = True kids = 0 id = 4 > parents = ['existing 39904MB lvmvg vg00 (3)'] > uuid = MKYQko-VWP3-us7c-TccJ-rxjW-Qf4T-vqSISh size = 2048.0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-3 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/vg00-home_lv type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7fc9da7267a0> > target size = 2048.0 path = /dev/mapper/vg00-home_lv > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7fc9da2a6a90) -- > name = vg00 status = True kids = 2 id = 3 > parents = ['existing 39935MB partition sda2 (2) with existing lvmpv'] > uuid = Tdzo6G-nE21-wdL1-paf3-fZ6w-cUtu-CLwU2S size = 39904 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/vg00 > format args = [] originalFormat = None target = None dmUuid = None free = 35808.0 PE Size = 32.0 PE Count = 1247 > PE Free = 1119 PV Count = 1 > LV Names = ['home_lv', 'swap_lv'] modified = False > extents = 1247.0 free space = 35808 > free extents = 1119.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 39935MB partition sda2 (2) with existing lvmpv'] > LVs = ['existing 2048MB lvmlv vg00-home_lv (4)', > 'existing 2048MB lvmlv vg00-swap_lv (5) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 2048MB >06:54:07,223 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >06:54:07,224 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda1 ; status: False ; type: None ; >06:54:07,234 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda1 ; status: False ; type: None ; >06:54:07,346 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >06:54:07,347 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >06:54:07,349 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >06:54:07,419 DEBUG blivet: LVMLogicalVolumeDevice.teardown: vg00-home_lv ; status: True ; controllable: True ; >06:54:07,420 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/vg00-home_lv ; status: False ; type: None ; >06:54:07,425 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/vg00-home_lv ; status: False ; type: None ; >06:54:07,498 DEBUG blivet: LVMLogicalVolumeDevice._teardown: vg00-home_lv ; status: True ; controllable: True ; >06:54:07,607 DEBUG blivet: LVMVolumeGroupDevice.teardown: vg00 ; status: True ; controllable: True ; >06:54:07,612 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/vg00 ; status: False ; type: None ; >06:54:07,614 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/vg00 ; status: False ; type: None ; >06:54:07,652 DEBUG blivet: LVMVolumeGroupDevice._teardown: vg00 ; status: True ; controllable: True ; >06:54:07,713 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >06:54:07,714 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >06:54:07,718 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >06:54:07,745 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >06:54:07,747 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >06:54:07,750 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >06:54:07,778 DEBUG blivet: LVMLogicalVolumeDevice.teardown: vg00-swap_lv ; status: False ; controllable: True ; >06:54:07,779 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >06:54:07,779 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >06:54:07,782 INFO blivet: edd: collected mbr signatures: {'sda': '0x000b3064'} >06:54:07,782 DEBUG blivet: edd: data extracted from 0x80: > type: None, ata_device: None > channel: None, mbr_signature: 0x000b3064 > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: 83886080 >06:54:07,782 INFO blivet: edd: matched 0x80 to sda using MBR sig >06:54:07,894 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:07,909 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:07,911 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:07,918 DEBUG blivet: vg00 size is 39904MB >06:54:07,920 DEBUG blivet: vg vg00 has 35808MB free >06:54:07,921 DEBUG blivet: vg00 size is 39904MB >06:54:07,922 DEBUG blivet: vg vg00 has 35808MB free >06:54:08,211 DEBUG blivet: Iso9660FS.supported: supported: True ; >06:54:08,217 DEBUG blivet: Iso9660FS.supported: supported: True ; >06:54:08,218 DEBUG blivet: NFSv4.supported: supported: False ; >06:54:08,219 DEBUG blivet: NFSv4.supported: supported: False ; >06:54:08,220 DEBUG blivet: SELinuxFS.supported: supported: False ; >06:54:08,220 DEBUG blivet: SELinuxFS.supported: supported: False ; >06:54:08,222 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:08,223 DEBUG blivet: Ext4FS.supported: supported: True ; >06:54:08,664 DEBUG blivet: Ext3FS.supported: supported: True ; >06:54:08,665 DEBUG blivet: Ext3FS.supported: supported: True ; >06:54:08,766 DEBUG blivet: clearpart: looking at sda2 >06:54:08,767 DEBUG blivet: removing sda2 >06:54:08,767 DEBUG blivet: devices to remove: ['vg00-swap_lv', 'vg00-home_lv', 'vg00'] >06:54:08,767 DEBUG blivet: leaves to remove: ['vg00-swap_lv', 'vg00-home_lv'] >06:54:08,770 DEBUG blivet: SwapSpace.teardown: device: /dev/mapper/vg00-swap_lv ; status: False ; type: swap ; >06:54:08,771 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:08,772 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: vg00-swap_lv ; current: swap ; type: None ; >06:54:08,780 INFO blivet: registered action: [0] Destroy Format swap on lvmlv vg00-swap_lv (id 5) >06:54:08,782 DEBUG blivet: LVMLogicalVolumeDevice.teardown: vg00-swap_lv ; status: False ; controllable: True ; >06:54:08,783 INFO blivet: removed lvmlv vg00-swap_lv (id 5) from device tree >06:54:08,785 DEBUG blivet: LVMVolumeGroupDevice.removeChild: kids: 2 ; name: vg00 ; >06:54:08,786 INFO blivet: registered action: [1] Destroy Device lvmlv vg00-swap_lv (id 5) >06:54:08,788 DEBUG blivet: LVMLogicalVolumeDevice.teardown: vg00-home_lv ; status: False ; controllable: True ; >06:54:08,789 INFO blivet: removed lvmlv vg00-home_lv (id 4) from device tree >06:54:08,791 DEBUG blivet: LVMVolumeGroupDevice.removeChild: kids: 1 ; name: vg00 ; >06:54:08,792 INFO blivet: registered action: [2] Destroy Device lvmlv vg00-home_lv (id 4) >06:54:08,793 DEBUG blivet: devices to remove: ['vg00'] >06:54:08,793 DEBUG blivet: leaves to remove: ['vg00'] >06:54:08,794 DEBUG blivet: LVMVolumeGroupDevice.teardown: vg00 ; status: True ; controllable: True ; >06:54:08,797 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/vg00 ; status: False ; type: None ; >06:54:08,800 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/vg00 ; status: False ; type: None ; >06:54:08,819 DEBUG blivet: Ext2FS.supported: supported: True ; >06:54:08,822 DEBUG blivet: Ext2FS.supported: supported: True ; >06:54:08,857 DEBUG blivet: LVMVolumeGroupDevice._teardown: vg00 ; status: True ; controllable: True ; >06:54:08,918 DEBUG blivet: SysFS.supported: supported: False ; >06:54:08,919 DEBUG blivet: SysFS.supported: supported: False ; >06:54:08,920 DEBUG blivet: MultipathMember.__init__: >06:54:08,920 DEBUG blivet: SwapSpace.__init__: >06:54:08,946 INFO blivet: removed lvmvg vg00 (id 3) from device tree >06:54:08,947 DEBUG blivet: PartitionDevice.removeChild: kids: 1 ; name: sda2 ; >06:54:08,947 INFO blivet: registered action: [3] Destroy Device lvmvg vg00 (id 3) >06:54:08,948 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >06:54:08,949 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >06:54:08,952 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:08,954 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: lvmpv ; type: None ; >06:54:08,957 INFO blivet: registered action: [4] Destroy Format lvmpv on partition sda2 (id 2) >06:54:08,960 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >06:54:08,963 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >06:54:08,967 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >06:54:08,997 DEBUG blivet: ProcFS.supported: supported: False ; >06:54:08,998 DEBUG blivet: ProcFS.supported: supported: False ; >06:54:08,999 DEBUG blivet: MDRaidMember.__init__: >06:54:09,000 DEBUG blivet: DevPtsFS.supported: supported: False ; >06:54:09,000 DEBUG blivet: DevPtsFS.supported: supported: False ; >06:54:09,001 DEBUG blivet: BTRFS.supported: supported: True ; >06:54:09,009 INFO blivet: removed partition sda2 (id 2) from device tree >06:54:09,013 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: sda ; >06:54:09,014 INFO blivet: registered action: [5] Destroy Device partition sda2 (id 2) >06:54:09,015 DEBUG blivet: partitions: ['sda1'] >06:54:09,015 DEBUG blivet: clearpart: looking at sda1 >06:54:09,016 DEBUG blivet: removing sda1 >06:54:09,018 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >06:54:09,023 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda1 ; status: False ; type: None ; >06:54:09,026 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda1 ; status: False ; type: None ; >06:54:09,115 DEBUG blivet: USBFS.supported: supported: False ; >06:54:09,116 DEBUG blivet: USBFS.supported: supported: False ; >06:54:09,117 DEBUG blivet: DiskLabel.__init__: >06:54:09,117 INFO blivet: DiskLabel.partedDevice returning None >06:54:09,122 DEBUG blivet: HFSPlus.supported: supported: False ; >06:54:09,124 DEBUG blivet: HFSPlus.supported: supported: False ; >06:54:09,124 DEBUG blivet: XFS.supported: supported: True ; >06:54:09,133 INFO blivet: removed partition sda1 (id 1) from device tree >06:54:09,138 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sda ; >06:54:09,138 INFO blivet: registered action: [6] Destroy Device partition sda1 (id 1) >06:54:09,139 DEBUG blivet: partitions: [] >06:54:09,139 DEBUG blivet: checking whether disk sda has an empty extended >06:54:09,140 DEBUG blivet: extended is None ; logicals is [] >06:54:09,140 DEBUG blivet: clearpart: initializing sda >06:54:09,140 DEBUG blivet: removing sda >06:54:09,141 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >06:54:09,143 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:09,144 DEBUG blivet: DiskDevice._setFormat: sda ; current: disklabel ; type: None ; >06:54:09,145 INFO blivet: registered action: [7] Destroy Format msdos disklabel on disk sda (id 0) >06:54:09,147 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >06:54:09,147 DEBUG blivet: getFormat('None') returning DeviceFormat instance >06:54:09,148 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >06:54:09,163 INFO blivet: registered action: [8] Destroy Format None on disk sda (id 0) >06:54:09,177 DEBUG blivet: required disklabel type for sda (1) is None >06:54:09,186 DEBUG blivet: default disklabel type for sda is msdos >06:54:09,197 DEBUG blivet: selecting msdos disklabel for sda based on size >06:54:09,201 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; >06:54:09,202 DEBUG blivet: DiskLabel.freshPartedDisk: device: /dev/sda ; labelType: msdos ; >06:54:09,204 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7fc9da275350> > PedDisk: <_ped.Disk object at 0x7fc9da27bb90> >06:54:09,205 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >06:54:09,206 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >06:54:09,209 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >06:54:09,209 INFO blivet: registered action: [9] Create Format msdos disklabel on disk sda (id 0) >06:54:09,211 DEBUG blivet: XFS.supported: supported: True ; >06:54:09,213 DEBUG blivet: TmpFS.supported: supported: True ; >06:54:09,244 DEBUG blivet: LUKS.__init__: >06:54:09,251 DEBUG blivet: DMRaidMember.__init__: >06:54:09,253 DEBUG blivet: NTFS.supported: supported: False ; >06:54:09,253 DEBUG blivet: NTFS.supported: supported: False ; >06:54:09,255 DEBUG blivet: BindFS.supported: supported: False ; >06:54:09,256 DEBUG blivet: BindFS.supported: supported: False ; >06:54:09,257 DEBUG blivet: HFS.supported: supported: False ; >06:54:09,258 DEBUG blivet: HFS.supported: supported: False ; >06:54:09,260 DEBUG blivet: LVMPhysicalVolume.__init__: >06:54:09,261 DEBUG blivet: NFS.supported: supported: False ; >06:54:09,277 DEBUG blivet: NFS.supported: supported: False ; >06:54:09,278 DEBUG blivet: FATFS.supported: supported: True ; >06:54:09,306 DEBUG blivet: FATFS.supported: supported: True ; > > >/tmp/ifcfg.log: >06:54:03,918 DEBUG ifcfg: content of files (network initialization): >06:54:03,919 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >06:54:03,920 DEBUG ifcfg: # Generated by dracut initrd >06:54:03,920 DEBUG ifcfg: DEVICE="eth0" >06:54:03,920 DEBUG ifcfg: ONBOOT=yes >06:54:03,920 DEBUG ifcfg: NETBOOT=yes >06:54:03,920 DEBUG ifcfg: UUID="747276e1-ff0f-4d12-b142-d52b8e34eddb" >06:54:03,921 DEBUG ifcfg: BOOTPROTO=dhcp >06:54:03,921 DEBUG ifcfg: HWADDR="52:54:00:8f:ce:44" >06:54:03,921 DEBUG ifcfg: TYPE=Ethernet >06:54:03,922 DEBUG ifcfg: NAME="eth0" >06:54:03,935 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [82, 84, 0, 143, 206, 68]}, 'connection': {'timestamp': 1402988038L, 'interface-name': 'eth0', 'type': '802-3-ethernet', 'id': 'eth0', 'uuid': '747276e1-ff0f-4d12-b142-d52b8e34eddb'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] >06:54:04,008 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >06:54:04,009 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >06:54:04,011 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >06:54:04,265 DEBUG ifcfg: content of files (kickstart pre section applied for devices ['eth0']): >06:54:04,266 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >06:54:04,266 DEBUG ifcfg: # Generated by dracut initrd >06:54:04,271 DEBUG ifcfg: DEVICE="eth0" >06:54:04,277 DEBUG ifcfg: ONBOOT=yes >06:54:04,278 DEBUG ifcfg: NETBOOT=yes >06:54:04,278 DEBUG ifcfg: UUID="747276e1-ff0f-4d12-b142-d52b8e34eddb" >06:54:04,278 DEBUG ifcfg: BOOTPROTO=dhcp >06:54:04,279 DEBUG ifcfg: TYPE=Ethernet >06:54:04,279 DEBUG ifcfg: NAME="eth0" >06:54:04,279 DEBUG ifcfg: HWADDR=52:54:00:8F:CE:44 >06:54:04,279 DEBUG ifcfg: DEFROUTE=yes >06:54:04,279 DEBUG ifcfg: PEERDNS=yes >06:54:04,280 DEBUG ifcfg: PEERROUTES=yes >06:54:04,281 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >06:54:04,283 DEBUG ifcfg: IPV6INIT=no >06:54:04,309 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [82, 84, 0, 143, 206, 68]}, 'connection': {'timestamp': 1402988044L, 'interface-name': 'eth0', 'type': '802-3-ethernet', 'id': 'eth0', 'uuid': '747276e1-ff0f-4d12-b142-d52b8e34eddb'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] >06:54:04,410 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >06:54:04,412 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >06:54:04,413 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >06:54:04,570 DEBUG ifcfg: content of files (setting real kickstart ONBOOT value for devices ['eth0', 'eth0']): >06:54:04,571 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >06:54:04,571 DEBUG ifcfg: # Generated by dracut initrd >06:54:04,572 DEBUG ifcfg: DEVICE="eth0" >06:54:04,572 DEBUG ifcfg: ONBOOT=yes >06:54:04,572 DEBUG ifcfg: NETBOOT=yes >06:54:04,572 DEBUG ifcfg: UUID="747276e1-ff0f-4d12-b142-d52b8e34eddb" >06:54:04,572 DEBUG ifcfg: BOOTPROTO=dhcp >06:54:04,572 DEBUG ifcfg: TYPE=Ethernet >06:54:04,573 DEBUG ifcfg: NAME="eth0" >06:54:04,573 DEBUG ifcfg: DEFROUTE=yes >06:54:04,573 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >06:54:04,573 DEBUG ifcfg: IPV6INIT=no >06:54:04,573 DEBUG ifcfg: HWADDR=52:54:00:8F:CE:44 >06:54:04,573 DEBUG ifcfg: PEERDNS=yes >06:54:04,573 DEBUG ifcfg: PEERROUTES=yes >06:54:04,585 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [82, 84, 0, 143, 206, 68]}, 'connection': {'timestamp': 1402988044L, 'interface-name': 'eth0', 'type': '802-3-ethernet', 'id': 'eth0', 'uuid': '747276e1-ff0f-4d12-b142-d52b8e34eddb'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] > > >/proc/cmdline: >inst.repo=http://mion.ipa.blackhats.net.au/pub/fedora/linux/releases/20/Fedora/x86_64/os/ ks=file:///lorna-ks.cfg > > >/tmp/syslog: >06:53:55,005 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.2" x-pid="1000" x-info="http://www.rsyslog.com"] start >06:53:55,005 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >06:53:55,005 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >06:53:55,005 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >06:53:55,005 NOTICE kernel:[ 0.000000] Linux version 3.11.10-301.fc20.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 4.8.2 20131017 (Red Hat 4.8.2-1) (GCC) ) #1 SMP Thu Dec 5 14:01:17 UTC 2013 >06:53:55,005 INFO kernel:[ 0.000000] Command line: inst.repo=http://mion.ipa.blackhats.net.au/pub/fedora/linux/releases/20/Fedora/x86_64/os/ ks=file:///lorna-ks.cfg >06:53:55,005 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >06:53:55,005 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >06:53:55,005 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >06:53:55,005 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >06:53:55,005 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffdfff] usable >06:53:55,005 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000003fffe000-0x000000003fffffff] reserved >06:53:55,005 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >06:53:55,005 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >06:53:55,005 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >06:53:55,005 INFO kernel:[ 0.000000] SMBIOS 2.4 present. >06:53:55,005 DEBUG kernel:[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2011 >06:53:55,005 INFO kernel:[ 0.000000] Hypervisor detected: KVM >06:53:55,005 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >06:53:55,005 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >06:53:55,005 INFO kernel:[ 0.000000] No AGP bridge found >06:53:55,005 INFO kernel:[ 0.000000] e820: last_pfn = 0x3fffe max_arch_pfn = 0x400000000 >06:53:55,005 DEBUG kernel:[ 0.000000] MTRR default type: write-back >06:53:55,005 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >06:53:55,005 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >06:53:55,005 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >06:53:55,005 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >06:53:55,005 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >06:53:55,005 DEBUG kernel:[ 0.000000] 0 base 0080000000 mask FF80000000 uncachable >06:53:55,005 DEBUG kernel:[ 0.000000] 1 disabled >06:53:55,005 DEBUG kernel:[ 0.000000] 2 disabled >06:53:55,005 DEBUG kernel:[ 0.000000] 3 disabled >06:53:55,005 DEBUG kernel:[ 0.000000] 4 disabled >06:53:55,005 DEBUG kernel:[ 0.000000] 5 disabled >06:53:55,005 DEBUG kernel:[ 0.000000] 6 disabled >06:53:55,005 DEBUG kernel:[ 0.000000] 7 disabled >06:53:55,005 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106 >06:53:55,005 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000f17b0-0x000f17bf] mapped at [ffff8800000f17b0] >06:53:55,005 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 >06:53:55,005 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >06:53:55,005 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >06:53:55,005 DEBUG kernel:[ 0.000000] BRK [0x01fe7000, 0x01fe7fff] PGTABLE >06:53:55,005 DEBUG kernel:[ 0.000000] BRK [0x01fe8000, 0x01fe8fff] PGTABLE >06:53:55,005 DEBUG kernel:[ 0.000000] BRK [0x01fe9000, 0x01fe9fff] PGTABLE >06:53:55,005 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x3dc00000-0x3ddfffff] >06:53:55,005 DEBUG kernel:[ 0.000000] [mem 0x3dc00000-0x3ddfffff] page 2M >06:53:55,005 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x3c000000-0x3dbfffff] >06:53:55,005 DEBUG kernel:[ 0.000000] [mem 0x3c000000-0x3dbfffff] page 2M >06:53:55,005 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff] >06:53:55,005 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >06:53:55,005 DEBUG kernel:[ 0.000000] [mem 0x00200000-0x3bffffff] page 2M >06:53:55,005 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x3de00000-0x3fffdfff] >06:53:55,005 DEBUG kernel:[ 0.000000] [mem 0x3de00000-0x3fdfffff] page 2M >06:53:55,005 DEBUG kernel:[ 0.000000] [mem 0x3fe00000-0x3fffdfff] page 4k >06:53:55,005 DEBUG kernel:[ 0.000000] BRK [0x01fea000, 0x01feafff] PGTABLE >06:53:55,005 INFO kernel:[ 0.000000] RAMDISK: [mem 0x3dee8000-0x3ffeffff] >06:53:55,005 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000f1650 00014 (v00 BOCHS ) >06:53:55,005 WARNING kernel:[ 0.000000] ACPI: RSDT 000000003fffe4a0 00030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >06:53:55,005 WARNING kernel:[ 0.000000] ACPI: FACP 000000003fffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >06:53:55,005 WARNING kernel:[ 0.000000] ACPI: DSDT 000000003fffe4d0 01137 (v01 BXPC BXDSDT 00000001 INTL 20140114) >06:53:55,005 WARNING kernel:[ 0.000000] ACPI: FACS 000000003fffff40 00040 >06:53:55,005 WARNING kernel:[ 0.000000] ACPI: SSDT 000000003ffff700 00838 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >06:53:55,005 WARNING kernel:[ 0.000000] ACPI: APIC 000000003ffff610 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >06:53:55,005 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >06:53:55,005 INFO kernel:[ 0.000000] No NUMA configuration found >06:53:55,005 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003fffdfff] >06:53:55,005 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x3fffdfff] >06:53:55,005 INFO kernel:[ 0.000000] NODE_DATA [mem 0x3ded4000-0x3dee7fff] >06:53:55,005 INFO kernel:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >06:53:55,005 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:3fffc001, boot clock >06:53:55,005 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003c600000-ffff88003d5fffff] on node 0 >06:53:55,005 WARNING kernel:[ 0.000000] Zone ranges: >06:53:55,005 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >06:53:55,005 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >06:53:55,005 WARNING kernel:[ 0.000000] Normal empty >06:53:55,005 WARNING kernel:[ 0.000000] Movable zone start for each node >06:53:55,005 WARNING kernel:[ 0.000000] Early memory node ranges >06:53:55,005 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x0009efff] >06:53:55,005 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0x3fffdfff] >06:53:55,005 DEBUG kernel:[ 0.000000] On node 0 totalpages: 262044 >06:53:55,005 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >06:53:55,005 DEBUG kernel:[ 0.000000] DMA zone: 21 pages reserved >06:53:55,005 DEBUG kernel:[ 0.000000] DMA zone: 3998 pages, LIFO batch:0 >06:53:55,005 DEBUG kernel:[ 0.000000] DMA32 zone: 4032 pages used for memmap >06:53:55,005 DEBUG kernel:[ 0.000000] DMA32 zone: 258046 pages, LIFO batch:31 >06:53:55,005 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >06:53:55,005 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >06:53:55,005 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >06:53:55,005 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >06:53:55,005 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) >06:53:55,005 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >06:53:55,005 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >06:53:55,005 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >06:53:55,005 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >06:53:55,005 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >06:53:55,005 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >06:53:55,005 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >06:53:55,005 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >06:53:55,005 DEBUG kernel:[ 0.000000] ACPI: IRQ5 used by override. >06:53:55,005 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >06:53:55,005 DEBUG kernel:[ 0.000000] ACPI: IRQ10 used by override. >06:53:55,005 DEBUG kernel:[ 0.000000] ACPI: IRQ11 used by override. >06:53:55,005 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >06:53:55,005 INFO kernel:[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >06:53:55,005 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >06:53:55,005 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >06:53:55,005 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >06:53:55,005 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >06:53:55,005 INFO kernel:[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices >06:53:55,005 INFO kernel:[ 0.000000] Booting paravirtualized kernel on KVM >06:53:55,005 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:1 nr_node_ids:1 >06:53:55,005 INFO kernel:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003dc00000 s85568 r8192 d20928 u2097152 >06:53:55,005 DEBUG kernel:[ 0.000000] pcpu-alloc: s85568 r8192 d20928 u2097152 alloc=1*2097152 >06:53:55,005 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 >06:53:55,005 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:3fffc001, primary cpu clock >06:53:55,005 INFO kernel:[ 0.000000] KVM setup async PF for cpu 0 >06:53:55,005 INFO kernel:[ 0.000000] kvm-stealtime: cpu 0, msr 3dc0df00 >06:53:55,005 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257927 >06:53:55,005 WARNING kernel:[ 0.000000] Policy zone: DMA32 >06:53:55,005 NOTICE kernel:[ 0.000000] Kernel command line: inst.repo=http://mion.ipa.blackhats.net.au/pub/fedora/linux/releases/20/Fedora/x86_64/os/ ks=file:///lorna-ks.cfg >06:53:55,005 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >06:53:55,005 INFO kernel:[ 0.000000] Checking aperture... >06:53:55,005 INFO kernel:[ 0.000000] No AGP bridge found >06:53:55,005 WARNING kernel:[ 0.000000] Memory: 981300K/1048176K available (6493K kernel code, 990K rwdata, 2864K rodata, 1424K init, 1544K bss, 66876K reserved) >06:53:55,005 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >06:53:55,005 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >06:53:55,005 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=1. >06:53:55,005 INFO kernel:[ 0.000000] NR_IRQS:8448 nr_irqs:256 16 >06:53:55,005 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >06:53:55,005 INFO kernel:[ 0.000000] console [tty0] enabled >06:53:55,005 INFO kernel:[ 0.000000] allocated 4194304 bytes of page_cgroup >06:53:55,005 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >06:53:55,005 INFO kernel:[ 0.000000] tsc: Detected 2802.756 MHz processor >06:53:55,005 INFO kernel:[ 0.002000] Calibrating delay loop (skipped) preset value.. 5605.51 BogoMIPS (lpj=2802756) >06:53:55,005 INFO kernel:[ 0.002004] pid_max: default: 32768 minimum: 301 >06:53:55,005 INFO kernel:[ 0.002378] Security Framework initialized >06:53:55,005 INFO kernel:[ 0.002720] SELinux: Initializing. >06:53:55,005 DEBUG kernel:[ 0.003009] SELinux: Starting in permissive mode >06:53:55,005 INFO kernel:[ 0.003110] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) >06:53:55,005 INFO kernel:[ 0.003732] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) >06:53:55,005 INFO kernel:[ 0.004101] Mount-cache hash table entries: 256 >06:53:55,005 INFO kernel:[ 0.004576] Initializing cgroup subsys memory >06:53:55,005 INFO kernel:[ 0.005009] Initializing cgroup subsys devices >06:53:55,005 INFO kernel:[ 0.005354] Initializing cgroup subsys freezer >06:53:55,005 INFO kernel:[ 0.005713] Initializing cgroup subsys net_cls >06:53:55,005 INFO kernel:[ 0.006003] Initializing cgroup subsys blkio >06:53:55,005 INFO kernel:[ 0.006347] Initializing cgroup subsys perf_event >06:53:55,005 INFO kernel:[ 0.006695] Initializing cgroup subsys hugetlb >06:53:55,005 INFO kernel:[ 0.007061] mce: CPU supports 10 MCE banks >06:53:55,005 INFO kernel:[ 0.007441] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >06:53:55,005 INFO kernel:[ 0.007441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >06:53:55,005 INFO kernel:[ 0.007441] tlb_flushall_shift: 6 >06:53:55,005 INFO kernel:[ 0.019586] Freeing SMP alternatives memory: 24K (ffffffff81e5d000 - ffffffff81e63000) >06:53:55,005 INFO kernel:[ 0.023349] ACPI: Core revision 20130517 >06:53:55,005 WARNING kernel:[ 0.024305] ACPI: All ACPI Tables successfully acquired >06:53:55,005 INFO kernel:[ 0.024757] ftrace: allocating 25129 entries in 99 pages >06:53:55,005 INFO kernel:[ 0.032879] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >06:53:55,005 INFO kernel:[ 0.033002] smpboot: CPU0: Intel Core i7 9xx (Nehalem Class Core i7) (fam: 06, model: 1a, stepping: 03) >06:53:55,005 INFO kernel:[ 0.034000] Performance Events: unsupported p6 CPU model 26 no PMU driver, software events only. >06:53:55,005 INFO kernel:[ 0.034588] Brought up 1 CPUs >06:53:55,005 INFO kernel:[ 0.034870] smpboot: Total of 1 processors activated (5605.51 BogoMIPS) >06:53:55,005 WARNING kernel:[ 0.035162] NMI watchdog: disabled (cpu0): hardware events not enabled >06:53:55,005 INFO kernel:[ 0.035643] devtmpfs: initialized >06:53:55,005 INFO kernel:[ 0.036780] atomic64 test passed for x86-64 platform with CX8 and with SSE >06:53:55,005 INFO kernel:[ 0.037058] RTC time: 6:53:16, date: 06/17/14 >06:53:55,005 INFO kernel:[ 0.037388] NET: Registered protocol family 16 >06:53:55,005 INFO kernel:[ 0.038072] ACPI: bus type PCI registered >06:53:55,005 INFO kernel:[ 0.038371] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >06:53:55,005 INFO kernel:[ 0.038778] PCI: Using configuration type 1 for base access >06:53:55,005 INFO kernel:[ 0.039561] bio: create slab <bio-0> at 0 >06:53:55,005 INFO kernel:[ 0.040022] ACPI: Added _OSI(Module Device) >06:53:55,005 INFO kernel:[ 0.040324] ACPI: Added _OSI(Processor Device) >06:53:55,005 INFO kernel:[ 0.040618] ACPI: Added _OSI(3.0 _SCP Extensions) >06:53:55,005 INFO kernel:[ 0.040915] ACPI: Added _OSI(Processor Aggregator Device) >06:53:55,005 DEBUG kernel:[ 0.042018] ACPI: EC: Look up EC in DSDT >06:53:55,005 INFO kernel:[ 0.043693] ACPI: Interpreter enabled >06:53:55,005 WARNING kernel:[ 0.044006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571) >06:53:55,005 WARNING kernel:[ 0.045003] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571) >06:53:55,005 INFO kernel:[ 0.045666] ACPI: (supports S0 S3 S4 S5) >06:53:55,005 INFO kernel:[ 0.046002] ACPI: Using IOAPIC for interrupt routing >06:53:55,005 INFO kernel:[ 0.046333] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >06:53:55,005 INFO kernel:[ 0.047226] ACPI: No dock devices found. >06:53:55,005 INFO kernel:[ 0.049825] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >06:53:55,005 INFO kernel:[ 0.050005] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM >06:53:55,005 INFO kernel:[ 0.050543] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08) >06:53:55,005 WARNING kernel:[ 0.051063] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >06:53:55,005 INFO kernel:[ 0.052116] acpiphp: Slot [3] registered >06:53:55,005 INFO kernel:[ 0.052439] acpiphp: Slot [4] registered >06:53:55,005 INFO kernel:[ 0.052753] acpiphp: Slot [6] registered >06:53:55,005 INFO kernel:[ 0.053018] acpiphp: Slot [7] registered >06:53:55,005 INFO kernel:[ 0.053338] acpiphp: Slot [8] registered >06:53:55,005 INFO kernel:[ 0.053648] acpiphp: Slot [9] registered >06:53:55,005 INFO kernel:[ 0.054012] acpiphp: Slot [10] registered >06:53:55,006 INFO kernel:[ 0.054331] acpiphp: Slot [11] registered >06:53:55,006 INFO kernel:[ 0.054640] acpiphp: Slot [12] registered >06:53:55,006 INFO kernel:[ 0.054947] acpiphp: Slot [13] registered >06:53:55,006 INFO kernel:[ 0.055018] acpiphp: Slot [14] registered >06:53:55,006 INFO kernel:[ 0.055349] acpiphp: Slot [15] registered >06:53:55,006 INFO kernel:[ 0.055663] acpiphp: Slot [16] registered >06:53:55,006 INFO kernel:[ 0.056020] acpiphp: Slot [17] registered >06:53:55,006 INFO kernel:[ 0.056323] acpiphp: Slot [18] registered >06:53:55,006 INFO kernel:[ 0.056622] acpiphp: Slot [19] registered >06:53:55,006 INFO kernel:[ 0.057017] acpiphp: Slot [20] registered >06:53:55,006 INFO kernel:[ 0.057315] acpiphp: Slot [21] registered >06:53:55,006 INFO kernel:[ 0.057617] acpiphp: Slot [22] registered >06:53:55,006 INFO kernel:[ 0.058017] acpiphp: Slot [23] registered >06:53:55,006 INFO kernel:[ 0.058328] acpiphp: Slot [24] registered >06:53:55,006 INFO kernel:[ 0.058623] acpiphp: Slot [25] registered >06:53:55,006 INFO kernel:[ 0.059017] acpiphp: Slot [26] registered >06:53:55,006 INFO kernel:[ 0.059324] acpiphp: Slot [27] registered >06:53:55,006 INFO kernel:[ 0.059630] acpiphp: Slot [28] registered >06:53:55,006 INFO kernel:[ 0.059933] acpiphp: Slot [29] registered >06:53:55,006 INFO kernel:[ 0.060019] acpiphp: Slot [30] registered >06:53:55,006 INFO kernel:[ 0.060325] acpiphp: Slot [31] registered >06:53:55,006 INFO kernel:[ 0.060625] PCI host bridge to bus 0000:00 >06:53:55,006 INFO kernel:[ 0.061004] pci_bus 0000:00: root bus resource [bus 00-ff] >06:53:55,006 INFO kernel:[ 0.061430] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >06:53:55,006 INFO kernel:[ 0.061753] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >06:53:55,006 INFO kernel:[ 0.062003] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >06:53:55,006 INFO kernel:[ 0.063002] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] >06:53:55,006 DEBUG kernel:[ 0.063371] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >06:53:55,006 DEBUG kernel:[ 0.064181] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >06:53:55,006 DEBUG kernel:[ 0.064556] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 >06:53:55,006 DEBUG kernel:[ 0.069508] pci 0000:00:01.1: reg 0x20: [io 0xc1e0-0xc1ef] >06:53:55,006 DEBUG kernel:[ 0.073219] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 >06:53:55,006 INFO kernel:[ 0.073694] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >06:53:55,006 INFO kernel:[ 0.074016] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >06:53:55,006 DEBUG kernel:[ 0.075272] pci 0000:00:02.0: [1b36:0100] type 00 class 0x030000 >06:53:55,006 DEBUG kernel:[ 0.077009] pci 0000:00:02.0: reg 0x10: [mem 0xf4000000-0xf7ffffff] >06:53:55,006 DEBUG kernel:[ 0.079007] pci 0000:00:02.0: reg 0x14: [mem 0xf8000000-0xfbffffff] >06:53:55,006 DEBUG kernel:[ 0.081014] pci 0000:00:02.0: reg 0x18: [mem 0xfc054000-0xfc055fff] >06:53:55,006 DEBUG kernel:[ 0.084007] pci 0000:00:02.0: reg 0x1c: [io 0xc100-0xc11f] >06:53:55,006 DEBUG kernel:[ 0.091014] pci 0000:00:02.0: reg 0x30: [mem 0xfc040000-0xfc04ffff pref] >06:53:55,006 DEBUG kernel:[ 0.091179] pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000 >06:53:55,006 DEBUG kernel:[ 0.093003] pci 0000:00:03.0: reg 0x10: [io 0xc120-0xc13f] >06:53:55,006 DEBUG kernel:[ 0.095003] pci 0000:00:03.0: reg 0x14: [mem 0xfc058000-0xfc058fff] >06:53:55,006 DEBUG kernel:[ 0.105003] pci 0000:00:03.0: reg 0x30: [mem 0xfc000000-0xfc03ffff pref] >06:53:55,006 DEBUG kernel:[ 0.105270] pci 0000:00:04.0: [8086:2668] type 00 class 0x040300 >06:53:55,006 DEBUG kernel:[ 0.106502] pci 0000:00:04.0: reg 0x10: [mem 0xfc050000-0xfc053fff] >06:53:55,006 DEBUG kernel:[ 0.112744] pci 0000:00:05.0: [8086:2934] type 00 class 0x0c0300 >06:53:55,006 DEBUG kernel:[ 0.117499] pci 0000:00:05.0: reg 0x20: [io 0xc140-0xc15f] >06:53:55,006 DEBUG kernel:[ 0.120057] pci 0000:00:05.1: [8086:2935] type 00 class 0x0c0300 >06:53:55,006 DEBUG kernel:[ 0.124979] pci 0000:00:05.1: reg 0x20: [io 0xc160-0xc17f] >06:53:55,006 DEBUG kernel:[ 0.127092] pci 0000:00:05.2: [8086:2936] type 00 class 0x0c0300 >06:53:55,006 DEBUG kernel:[ 0.132003] pci 0000:00:05.2: reg 0x20: [io 0xc180-0xc19f] >06:53:55,006 DEBUG kernel:[ 0.134156] pci 0000:00:05.7: [8086:293a] type 00 class 0x0c0320 >06:53:55,006 DEBUG kernel:[ 0.135003] pci 0000:00:05.7: reg 0x10: [mem 0xfc059000-0xfc059fff] >06:53:55,006 DEBUG kernel:[ 0.141127] pci 0000:00:06.0: [1000:0012] type 00 class 0x010000 >06:53:55,006 DEBUG kernel:[ 0.143003] pci 0000:00:06.0: reg 0x10: [io 0xc000-0xc0ff] >06:53:55,006 DEBUG kernel:[ 0.145003] pci 0000:00:06.0: reg 0x14: [mem 0xfc05a000-0xfc05a3ff] >06:53:55,006 DEBUG kernel:[ 0.147003] pci 0000:00:06.0: reg 0x18: [mem 0xfc056000-0xfc057fff] >06:53:55,006 DEBUG kernel:[ 0.156150] pci 0000:00:07.0: [1af4:1003] type 00 class 0x078000 >06:53:55,006 DEBUG kernel:[ 0.158003] pci 0000:00:07.0: reg 0x10: [io 0xc1a0-0xc1bf] >06:53:55,006 DEBUG kernel:[ 0.159956] pci 0000:00:07.0: reg 0x14: [mem 0xfc05b000-0xfc05bfff] >06:53:55,006 DEBUG kernel:[ 0.169247] pci 0000:00:08.0: [1af4:1002] type 00 class 0x00ff00 >06:53:55,006 DEBUG kernel:[ 0.170546] pci 0000:00:08.0: reg 0x10: [io 0xc1c0-0xc1df] >06:53:55,006 INFO kernel:[ 0.177289] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >06:53:55,006 INFO kernel:[ 0.177980] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >06:53:55,006 INFO kernel:[ 0.178537] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >06:53:55,006 INFO kernel:[ 0.179295] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >06:53:55,006 INFO kernel:[ 0.179927] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) >06:53:55,006 WARNING kernel:[ 0.180583] ACPI: Enabled 16 GPEs in block 00 to 0F >06:53:55,006 DEBUG kernel:[ 0.181004] ACPI: \_SB_.PCI0: notify handler is installed >06:53:55,006 DEBUG kernel:[ 0.181018] Found 1 acpi root devices >06:53:55,006 INFO kernel:[ 0.181106] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >06:53:55,006 INFO kernel:[ 0.181625] vgaarb: loaded >06:53:55,006 INFO kernel:[ 0.182001] vgaarb: bridge control possible 0000:00:02.0 >06:53:55,006 NOTICE kernel:[ 0.182373] SCSI subsystem initialized >06:53:55,006 INFO kernel:[ 0.182658] ACPI: bus type ATA registered >06:53:55,006 DEBUG kernel:[ 0.183009] libata version 3.00 loaded. >06:53:55,006 INFO kernel:[ 0.183024] ACPI: bus type USB registered >06:53:55,006 INFO kernel:[ 0.183336] usbcore: registered new interface driver usbfs >06:53:55,006 INFO kernel:[ 0.183669] usbcore: registered new interface driver hub >06:53:55,006 INFO kernel:[ 0.183991] usbcore: registered new device driver usb >06:53:55,006 INFO kernel:[ 0.184040] PCI: Using ACPI for IRQ routing >06:53:55,006 DEBUG kernel:[ 0.184335] PCI: pci_cache_line_size set to 64 bytes >06:53:55,006 DEBUG kernel:[ 0.184510] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] >06:53:55,006 DEBUG kernel:[ 0.184511] e820: reserve RAM buffer [mem 0x3fffe000-0x3fffffff] >06:53:55,006 INFO kernel:[ 0.184576] NetLabel: Initializing >06:53:55,006 INFO kernel:[ 0.185002] NetLabel: domain hash size = 128 >06:53:55,006 INFO kernel:[ 0.185293] NetLabel: protocols = UNLABELED CIPSOv4 >06:53:55,006 INFO kernel:[ 0.185601] NetLabel: unlabeled traffic allowed by default >06:53:55,006 INFO kernel:[ 0.186023] Switched to clocksource kvm-clock >06:53:55,006 INFO kernel:[ 0.189850] pnp: PnP ACPI init >06:53:55,006 INFO kernel:[ 0.190191] ACPI: bus type PNP registered >06:53:55,006 DEBUG kernel:[ 0.190533] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) >06:53:55,006 DEBUG kernel:[ 0.190573] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) >06:53:55,006 DEBUG kernel:[ 0.190605] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active) >06:53:55,006 DEBUG kernel:[ 0.190638] pnp 00:03: [dma 2] >06:53:55,006 DEBUG kernel:[ 0.190649] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active) >06:53:55,006 DEBUG kernel:[ 0.190701] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active) >06:53:55,006 DEBUG kernel:[ 0.190747] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active) >06:53:55,006 DEBUG kernel:[ 0.190792] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) >06:53:55,006 INFO kernel:[ 0.190934] pnp: PnP ACPI: found 7 devices >06:53:55,006 INFO kernel:[ 0.191247] ACPI: bus type PNP unregistered >06:53:55,006 DEBUG kernel:[ 0.197035] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >06:53:55,006 DEBUG kernel:[ 0.197037] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >06:53:55,006 DEBUG kernel:[ 0.197039] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >06:53:55,006 DEBUG kernel:[ 0.197040] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff] >06:53:55,006 INFO kernel:[ 0.197077] NET: Registered protocol family 2 >06:53:55,006 INFO kernel:[ 0.197505] TCP established hash table entries: 8192 (order: 5, 131072 bytes) >06:53:55,006 INFO kernel:[ 0.197870] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) >06:53:55,006 INFO kernel:[ 0.198239] TCP: Hash tables configured (established 8192 bind 8192) >06:53:55,006 INFO kernel:[ 0.198585] TCP: reno registered >06:53:55,006 INFO kernel:[ 0.198862] UDP hash table entries: 512 (order: 2, 16384 bytes) >06:53:55,006 INFO kernel:[ 0.199201] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) >06:53:55,006 INFO kernel:[ 0.199563] NET: Registered protocol family 1 >06:53:55,006 INFO kernel:[ 0.199866] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >06:53:55,006 INFO kernel:[ 0.200217] pci 0000:00:01.0: PIIX3: Enabling Passive Release >06:53:55,006 INFO kernel:[ 0.200550] pci 0000:00:01.0: Activating ISA DMA hang workarounds >06:53:55,006 DEBUG kernel:[ 0.200899] pci 0000:00:02.0: Boot video device >06:53:55,006 WARNING kernel:[ 0.201160] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 >06:53:55,006 WARNING kernel:[ 0.201804] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 >06:53:55,006 WARNING kernel:[ 0.202457] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 >06:53:55,006 WARNING kernel:[ 0.204101] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10 >06:53:55,006 DEBUG kernel:[ 0.205502] PCI: CLS 0 bytes, default 64 >06:53:55,006 INFO kernel:[ 0.205550] Unpacking initramfs... >06:53:55,006 INFO kernel:[ 3.369082] Freeing initrd memory: 33824K (ffff88003dee8000 - ffff88003fff0000) >06:53:55,006 NOTICE kernel:[ 3.369931] Initialise system trusted keyring >06:53:55,006 INFO kernel:[ 3.370298] audit: initializing netlink socket (disabled) >06:53:55,006 NOTICE kernel:[ 3.370625] type=2000 audit(1402987999.715:1): initialized >06:53:55,006 INFO kernel:[ 3.389616] HugeTLB registered 2 MB page size, pre-allocated 0 pages >06:53:55,006 INFO kernel:[ 3.390759] zbud: loaded >06:53:55,006 NOTICE kernel:[ 3.391172] VFS: Disk quotas dquot_6.5.2 >06:53:55,006 WARNING kernel:[ 3.391490] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >06:53:55,006 INFO kernel:[ 3.392106] msgmni has been set to 1982 >06:53:55,006 NOTICE kernel:[ 3.392432] Key type big_key registered >06:53:55,006 DEBUG kernel:[ 3.392716] SELinux: Registering netfilter hooks >06:53:55,006 INFO kernel:[ 3.393096] alg: No test for stdrng (krng) >06:53:55,006 INFO kernel:[ 3.393392] NET: Registered protocol family 38 >06:53:55,006 NOTICE kernel:[ 3.393701] Key type asymmetric registered >06:53:55,006 NOTICE kernel:[ 3.393988] Asymmetric key parser 'x509' registered >06:53:55,006 INFO kernel:[ 3.394336] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >06:53:55,006 INFO kernel:[ 3.394866] io scheduler noop registered >06:53:55,006 INFO kernel:[ 3.395179] io scheduler deadline registered >06:53:55,006 INFO kernel:[ 3.395490] io scheduler cfq registered (default) >06:53:55,006 INFO kernel:[ 3.395909] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >06:53:55,006 INFO kernel:[ 3.396256] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >06:53:55,006 DEBUG kernel:[ 3.396632] intel_idle: does not run on family 6 model 26 >06:53:55,006 INFO kernel:[ 3.396668] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >06:53:55,006 INFO kernel:[ 3.397197] ACPI: Power Button [PWRF] >06:53:55,006 INFO kernel:[ 3.397555] GHES: HEST is not enabled! >06:53:55,006 INFO kernel:[ 3.397869] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >06:53:55,006 INFO kernel:[ 3.419815] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >06:53:55,006 INFO kernel:[ 3.420521] Non-volatile memory driver v1.3 >06:53:55,006 INFO kernel:[ 3.420814] Linux agpgart interface v0.103 >06:53:55,006 DEBUG kernel:[ 3.421221] ata_piix 0000:00:01.1: version 2.13 >06:53:55,006 DEBUG kernel:[ 3.421800] ata_piix 0000:00:01.1: setting latency timer to 64 >06:53:55,006 INFO kernel:[ 3.422046] scsi0 : ata_piix >06:53:55,006 INFO kernel:[ 3.422359] scsi1 : ata_piix >06:53:55,006 INFO kernel:[ 3.422647] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc1e0 irq 14 >06:53:55,006 INFO kernel:[ 3.422979] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc1e8 irq 15 >06:53:55,006 INFO kernel:[ 3.423747] libphy: Fixed MDIO Bus: probed >06:53:55,006 INFO kernel:[ 3.424086] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >06:53:55,006 INFO kernel:[ 3.424422] ehci-pci: EHCI PCI platform driver >06:53:55,006 DEBUG kernel:[ 3.425509] ehci-pci 0000:00:05.7: setting latency timer to 64 >06:53:55,006 INFO kernel:[ 3.425519] ehci-pci 0000:00:05.7: EHCI Host Controller >06:53:55,006 INFO kernel:[ 3.425932] ehci-pci 0000:00:05.7: new USB bus registered, assigned bus number 1 >06:53:55,006 INFO kernel:[ 3.426594] ehci-pci 0000:00:05.7: irq 10, io mem 0xfc059000 >06:53:55,006 INFO kernel:[ 3.432034] ehci-pci 0000:00:05.7: USB 2.0 started, EHCI 1.00 >06:53:55,006 INFO kernel:[ 3.432402] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >06:53:55,006 INFO kernel:[ 3.432745] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >06:53:55,006 INFO kernel:[ 3.433265] usb usb1: Product: EHCI Host Controller >06:53:55,006 INFO kernel:[ 3.433566] usb usb1: Manufacturer: Linux 3.11.10-301.fc20.x86_64 ehci_hcd >06:53:55,006 INFO kernel:[ 3.433900] usb usb1: SerialNumber: 0000:00:05.7 >06:53:55,006 INFO kernel:[ 3.434275] hub 1-0:1.0: USB hub found >06:53:55,006 INFO kernel:[ 3.434564] hub 1-0:1.0: 6 ports detected >06:53:55,006 INFO kernel:[ 3.434959] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >06:53:55,006 INFO kernel:[ 3.435316] ohci-pci: OHCI PCI platform driver >06:53:55,006 INFO kernel:[ 3.435619] uhci_hcd: USB Universal Host Controller Interface driver >06:53:55,006 DEBUG kernel:[ 3.437293] uhci_hcd 0000:00:05.0: setting latency timer to 64 >06:53:55,006 INFO kernel:[ 3.437313] uhci_hcd 0000:00:05.0: UHCI Host Controller >06:53:55,006 INFO kernel:[ 3.437856] uhci_hcd 0000:00:05.0: new USB bus registered, assigned bus number 2 >06:53:55,006 INFO kernel:[ 3.438671] uhci_hcd 0000:00:05.0: irq 10, io base 0x0000c140 >06:53:55,006 INFO kernel:[ 3.439200] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 >06:53:55,006 INFO kernel:[ 3.439671] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >06:53:55,006 INFO kernel:[ 3.440403] usb usb2: Product: UHCI Host Controller >06:53:55,006 INFO kernel:[ 3.440819] usb usb2: Manufacturer: Linux 3.11.10-301.fc20.x86_64 uhci_hcd >06:53:55,006 INFO kernel:[ 3.441410] usb usb2: SerialNumber: 0000:00:05.0 >06:53:55,006 INFO kernel:[ 3.441922] hub 2-0:1.0: USB hub found >06:53:55,006 INFO kernel:[ 3.442440] hub 2-0:1.0: 2 ports detected >06:53:55,006 DEBUG kernel:[ 3.445827] uhci_hcd 0000:00:05.1: setting latency timer to 64 >06:53:55,006 INFO kernel:[ 3.445842] uhci_hcd 0000:00:05.1: UHCI Host Controller >06:53:55,006 INFO kernel:[ 3.446419] uhci_hcd 0000:00:05.1: new USB bus registered, assigned bus number 3 >06:53:55,006 INFO kernel:[ 3.447394] uhci_hcd 0000:00:05.1: irq 11, io base 0x0000c160 >06:53:55,006 INFO kernel:[ 3.448049] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >06:53:55,006 INFO kernel:[ 3.448574] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >06:53:55,006 INFO kernel:[ 3.449521] usb usb3: Product: UHCI Host Controller >06:53:55,006 INFO kernel:[ 3.449992] usb usb3: Manufacturer: Linux 3.11.10-301.fc20.x86_64 uhci_hcd >06:53:55,006 INFO kernel:[ 3.450637] usb usb3: SerialNumber: 0000:00:05.1 >06:53:55,006 INFO kernel:[ 3.451235] hub 3-0:1.0: USB hub found >06:53:55,006 INFO kernel:[ 3.451748] hub 3-0:1.0: 2 ports detected >06:53:55,006 DEBUG kernel:[ 3.454404] uhci_hcd 0000:00:05.2: setting latency timer to 64 >06:53:55,006 INFO kernel:[ 3.454421] uhci_hcd 0000:00:05.2: UHCI Host Controller >06:53:55,006 INFO kernel:[ 3.454950] uhci_hcd 0000:00:05.2: new USB bus registered, assigned bus number 4 >06:53:55,006 INFO kernel:[ 3.456077] uhci_hcd 0000:00:05.2: irq 11, io base 0x0000c180 >06:53:55,006 INFO kernel:[ 3.456920] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 >06:53:55,006 INFO kernel:[ 3.457514] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >06:53:55,006 INFO kernel:[ 3.458290] usb usb4: Product: UHCI Host Controller >06:53:55,006 INFO kernel:[ 3.458736] usb usb4: Manufacturer: Linux 3.11.10-301.fc20.x86_64 uhci_hcd >06:53:55,006 INFO kernel:[ 3.459398] usb usb4: SerialNumber: 0000:00:05.2 >06:53:55,006 INFO kernel:[ 3.459984] hub 4-0:1.0: USB hub found >06:53:55,006 INFO kernel:[ 3.460473] hub 4-0:1.0: 2 ports detected >06:53:55,006 INFO kernel:[ 3.461099] usbcore: registered new interface driver usbserial >06:53:55,006 INFO kernel:[ 3.461587] usbcore: registered new interface driver usbserial_generic >06:53:55,006 INFO kernel:[ 3.462179] usbserial: USB Serial support registered for generic >06:53:55,006 INFO kernel:[ 3.462688] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >06:53:55,006 INFO kernel:[ 3.464284] serio: i8042 KBD port at 0x60,0x64 irq 1 >06:53:55,006 INFO kernel:[ 3.464736] serio: i8042 AUX port at 0x60,0x64 irq 12 >06:53:55,006 INFO kernel:[ 3.465352] mousedev: PS/2 mouse device common for all mice >06:53:55,006 INFO kernel:[ 3.466260] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >06:53:55,006 INFO kernel:[ 3.469179] rtc_cmos 00:00: RTC can wake from S4 >06:53:55,006 INFO kernel:[ 3.469891] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 >06:53:55,006 INFO kernel:[ 3.470503] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram >06:53:55,006 INFO kernel:[ 3.471062] device-mapper: uevent: version 1.0.3 >06:53:55,006 INFO kernel:[ 3.471544] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com >06:53:55,006 INFO kernel:[ 3.472431] cpuidle: using governor menu >06:53:55,006 INFO kernel:[ 3.472898] hidraw: raw HID events driver (C) Jiri Kosina >06:53:55,006 INFO kernel:[ 3.473519] usbcore: registered new interface driver usbhid >06:53:55,006 INFO kernel:[ 3.473966] usbhid: USB HID core driver >06:53:55,006 INFO kernel:[ 3.474478] drop_monitor: Initializing network drop monitor service >06:53:55,006 INFO kernel:[ 3.475029] ip_tables: (C) 2000-2006 Netfilter Core Team >06:53:55,006 INFO kernel:[ 3.477878] TCP: cubic registered >06:53:55,006 INFO kernel:[ 3.478591] Initializing XFRM netlink socket >06:53:55,006 INFO kernel:[ 3.479456] NET: Registered protocol family 10 >06:53:55,006 INFO kernel:[ 3.480412] mip6: Mobile IPv6 >06:53:55,006 INFO kernel:[ 3.481157] NET: Registered protocol family 17 >06:53:55,006 DEBUG kernel:[ 3.482086] PM: Hibernation image not present or could not be loaded. >06:53:55,006 NOTICE kernel:[ 3.482092] Loading compiled-in X.509 certificates >06:53:55,006 NOTICE kernel:[ 3.483645] Loaded X.509 cert 'Fedora kernel signing key: 03591dc57a690741401a1c202e2b3d9f4fed2a0e' >06:53:55,006 INFO kernel:[ 3.484410] registered taskstats version 1 >06:53:55,006 INFO kernel:[ 3.485235] Magic number: 2:251:873 >06:53:55,006 INFO kernel:[ 3.485716] rtc_cmos 00:00: setting system clock to 2014-06-17 06:53:19 UTC (1402987999) >06:53:55,006 INFO kernel:[ 3.575730] Freeing unused kernel memory: 1424K (ffffffff81cf9000 - ffffffff81e5d000) >06:53:55,006 INFO kernel:[ 3.576638] Write protecting the kernel read-only data: 12288k >06:53:55,006 INFO kernel:[ 3.584267] Freeing unused kernel memory: 1688K (ffff88000165a000 - ffff880001800000) >06:53:55,006 INFO kernel:[ 3.590051] Freeing unused kernel memory: 1232K (ffff880001acc000 - ffff880001c00000) >06:53:55,006 INFO kernel:[ 3.736073] usb 1-1: new high-speed USB device number 2 using ehci-pci >06:53:55,006 INFO kernel:[ 3.767293] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found >06:53:55,006 INFO kernel:[ 3.771081] device-mapper: multipath: version 1.5.1 loaded >06:53:55,006 INFO kernel:[ 3.855534] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >06:53:55,006 INFO kernel:[ 3.856032] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 >06:53:55,006 INFO kernel:[ 3.856425] usb 1-1: Product: QEMU USB Tablet >06:53:55,006 INFO kernel:[ 3.856754] usb 1-1: Manufacturer: QEMU >06:53:55,006 INFO kernel:[ 3.857104] usb 1-1: SerialNumber: 42 >06:53:55,006 INFO kernel:[ 3.862514] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:05.7/usb1/1-1/1-1:1.0/input/input2 >06:53:55,006 INFO kernel:[ 3.863289] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:05.7-1/input0 >06:53:55,006 INFO kernel:[ 4.299906] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 >06:53:55,006 INFO kernel:[ 4.361328] squashfs: version 4.0 (2009/01/31) Phillip Lougher >06:53:55,006 INFO kernel:[ 4.364587] Loading iSCSI transport class v2.0-870. >06:53:55,006 NOTICE kernel:[ 4.368487] iscsi: registered transport (tcp) >06:53:55,006 INFO kernel:[ 4.370684] alua: device handler registered >06:53:55,006 INFO kernel:[ 4.372624] tsc: Refined TSC clocksource calibration: 2802.739 MHz >06:53:55,006 INFO kernel:[ 4.373144] emc: device handler registered >06:53:55,006 INFO kernel:[ 4.375190] hp_sw: device handler registered >06:53:55,006 INFO kernel:[ 4.377393] rdac: device handler registered >06:53:55,006 INFO kernel:[ 4.391621] FDC 0 is a S82078B >06:53:55,006 INFO kernel:[ 4.398738] No iBFT detected. >06:53:55,006 INFO kernel:[ 4.402501] md: raid0 personality registered for level 0 >06:53:55,006 INFO kernel:[ 4.406647] md: raid1 personality registered for level 1 >06:53:55,006 INFO kernel:[ 4.410464] async_tx: api initialized (async) >06:53:55,006 INFO kernel:[ 4.412586] xor: measuring software checksum speed >06:53:55,006 INFO kernel:[ 4.423024] prefetch64-sse: 8328.000 MB/sec >06:53:55,006 INFO kernel:[ 4.433023] generic_sse: 8152.000 MB/sec >06:53:55,006 INFO kernel:[ 4.433455] xor: using function: prefetch64-sse (8328.000 MB/sec) >06:53:55,006 WARNING kernel:[ 4.454024] raid6: sse2x1 5562 MB/s >06:53:55,006 WARNING kernel:[ 4.471026] raid6: sse2x2 7390 MB/s >06:53:55,006 WARNING kernel:[ 4.488031] raid6: sse2x4 9308 MB/s >06:53:55,006 WARNING kernel:[ 4.488375] raid6: using algorithm sse2x4 (9308 MB/s) >06:53:55,006 WARNING kernel:[ 4.488712] raid6: using ssse3x2 recovery algorithm >06:53:55,006 INFO kernel:[ 4.494380] md: raid6 personality registered for level 6 >06:53:55,006 INFO kernel:[ 4.494727] md: raid5 personality registered for level 5 >06:53:55,006 INFO kernel:[ 4.495072] md: raid4 personality registered for level 4 >06:53:55,006 INFO kernel:[ 4.499669] md: raid10 personality registered for level 10 >06:53:55,006 INFO kernel:[ 4.501918] md: linear personality registered for level -1 >06:53:55,006 INFO kernel:[ 4.507779] device-mapper: multipath round-robin: version 1.0.0 loaded >06:53:55,006 INFO kernel:[ 4.512600] sha256_ssse3: Using SSSE3 optimized SHA-256 implementation >06:53:55,006 INFO kernel:[ 4.527286] RPC: Registered named UNIX socket transport module. >06:53:55,006 INFO kernel:[ 4.527630] RPC: Registered udp transport module. >06:53:55,006 INFO kernel:[ 4.527921] RPC: Registered tcp transport module. >06:53:55,006 INFO kernel:[ 4.528238] RPC: Registered tcp NFSv4.1 backchannel transport module. >06:53:55,006 INFO kernel:[ 4.701762] sym0: <895a> rev 0x0 at pci 0000:00:06.0 irq 11 >06:53:55,006 WARNING kernel:[ 4.713215] sym0: No NVRAM, ID 7, Fast-40, LVD, parity checking >06:53:55,006 INFO kernel:[ 4.717919] [drm] Initialized drm 1.1.0 20060810 >06:53:55,006 NOTICE kernel:[ 4.724008] sym0: SCSI BUS has been reset. >06:53:55,006 INFO kernel:[ 4.732469] scsi2 : sym-2.2.3 >06:53:55,006 DEBUG kernel:[ 4.736634] virtio-pci 0000:00:03.0: setting latency timer to 64 >06:53:55,006 DEBUG kernel:[ 4.738171] virtio-pci 0000:00:07.0: setting latency timer to 64 >06:53:55,006 DEBUG kernel:[ 4.740037] virtio-pci 0000:00:08.0: setting latency timer to 64 >06:53:55,006 DEBUG kernel:[ 4.751136] virtio-pci 0000:00:03.0: irq 40 for MSI/MSI-X >06:53:55,006 DEBUG kernel:[ 4.751154] virtio-pci 0000:00:03.0: irq 41 for MSI/MSI-X >06:53:55,006 DEBUG kernel:[ 4.751170] virtio-pci 0000:00:03.0: irq 42 for MSI/MSI-X >06:53:55,006 INFO kernel:[ 4.791902] [drm] Device Version 0.0 >06:53:55,006 INFO kernel:[ 4.792431] [drm] Compression level 0 log level 0 >06:53:55,006 INFO kernel:[ 4.792924] [drm] Currently using mode #0, list at 0x488 >06:53:55,006 INFO kernel:[ 4.793455] [drm] 12286 io pages at offset 0x1000000 >06:53:55,006 INFO kernel:[ 4.793946] [drm] 16777216 byte draw area at offset 0x0 >06:53:55,006 INFO kernel:[ 4.794485] [drm] RAM header offset: 0x3ffe000 >06:53:55,006 INFO kernel:[ 4.794973] [drm] rom modes offset 0x488 for 128 modes >06:53:55,006 INFO kernel:[ 4.800084] [TTM] Zone kernel: Available graphics memory: 509746 kiB >06:53:55,006 INFO kernel:[ 4.800626] [TTM] Initializing pool allocator >06:53:55,006 INFO kernel:[ 4.801231] [TTM] Initializing DMA pool allocator >06:53:55,006 INFO kernel:[ 4.801707] [drm] qxl: 16M of VRAM memory size >06:53:55,006 INFO kernel:[ 4.802193] [drm] qxl: 63M of IO pages memory ready (VRAM domain) >06:53:55,006 WARNING kernel:[ 4.812125] sym0: unknown interrupt(s) ignored, ISTAT=0x1 DSTAT=0x80 SIST=0x0 >06:53:55,006 INFO kernel:[ 4.812885] [drm] main mem slot 1 [f4000000,3ffe000) >06:53:55,006 INFO kernel:[ 4.816716] [drm] fb mappable at 0xF4000000, size 3145728 >06:53:55,006 INFO kernel:[ 4.817333] [drm] fb: depth 24, pitch 4096, width 1024, height 768 >06:53:55,006 INFO kernel:[ 4.818251] fbcon: qxldrmfb (fb0) is primary device >06:53:55,006 INFO kernel:[ 4.843609] Console: switching to colour frame buffer device 128x48 >06:53:55,006 INFO kernel:[ 4.864077] qxl 0000:00:02.0: fb0: qxldrmfb frame buffer device >06:53:55,006 INFO kernel:[ 4.864086] qxl 0000:00:02.0: registered panic notifier >06:53:55,006 INFO kernel:[ 4.864271] [drm] Initialized qxl 0.1.0 20120117 for 0000:00:02.0 on minor 0 >06:53:55,006 NOTICE kernel:[ 7.739275] scsi 2:0:0:0: Direct-Access QEMU QEMU HARDDISK 1.6. PQ: 0 ANSI: 5 >06:53:55,006 INFO kernel:[ 7.739304] scsi target2:0:0: tagged command queuing enabled, command queue depth 16. >06:53:55,006 INFO kernel:[ 7.739318] scsi target2:0:0: Beginning Domain Validation >06:53:55,006 INFO kernel:[ 7.740116] scsi target2:0:0: Domain Validation skipping write tests >06:53:55,006 INFO kernel:[ 7.740126] scsi target2:0:0: Ending Domain Validation >06:53:55,006 NOTICE kernel:[ 7.745459] sd 2:0:0:0: [sda] 83886080 512-byte logical blocks: (42.9 GB/40.0 GiB) >06:53:55,006 NOTICE kernel:[ 7.746138] sd 2:0:0:0: [sda] Write Protect is off >06:53:55,006 DEBUG kernel:[ 7.746148] sd 2:0:0:0: [sda] Mode Sense: 63 00 00 08 >06:53:55,006 NOTICE kernel:[ 7.746365] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >06:53:55,006 NOTICE kernel:[ 7.749308] sd 2:0:0:0: Attached scsi generic sg0 type 0 >06:53:55,006 INFO kernel:[ 7.749544] sda: sda1 sda2 >06:53:55,006 NOTICE kernel:[ 7.751616] sd 2:0:0:0: [sda] Attached SCSI disk >06:53:55,006 INFO kernel:[ 12.605879] loop: module loaded >06:53:55,006 INFO kernel:[ 12.650886] bio: create slab <bio-1> at 1 >06:53:55,006 INFO kernel:[ 12.660129] bio: create slab <bio-2> at 2 >06:53:55,006 INFO kernel:[ 12.886772] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >06:53:55,006 DEBUG kernel:[ 22.950949] SELinux: 2048 avtab hash slots, 101316 rules. >06:53:55,006 DEBUG kernel:[ 22.964512] SELinux: 2048 avtab hash slots, 101316 rules. >06:53:55,006 DEBUG kernel:[ 22.981794] SELinux: 8 users, 83 roles, 4634 types, 265 bools, 1 sens, 1024 cats >06:53:55,006 DEBUG kernel:[ 22.981798] SELinux: 83 classes, 101316 rules >06:53:55,006 DEBUG kernel:[ 22.986357] SELinux: Completing initialization. >06:53:55,006 DEBUG kernel:[ 22.986360] SELinux: Setting up existing superblocks. >06:53:55,006 DEBUG kernel:[ 22.986365] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.986369] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.986376] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.986380] SELinux: initialized (dev proc, type proc), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.986386] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >06:53:55,006 DEBUG kernel:[ 22.986539] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >06:53:55,006 DEBUG kernel:[ 22.987094] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >06:53:55,006 DEBUG kernel:[ 22.987097] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987421] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >06:53:55,006 DEBUG kernel:[ 22.987425] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987428] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >06:53:55,006 DEBUG kernel:[ 22.987441] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >06:53:55,006 DEBUG kernel:[ 22.987446] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >06:53:55,006 DEBUG kernel:[ 22.987451] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987457] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987582] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987584] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >06:53:55,006 DEBUG kernel:[ 22.987588] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >06:53:55,006 DEBUG kernel:[ 22.987735] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >06:53:55,006 DEBUG kernel:[ 22.987759] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987766] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987767] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987771] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987774] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987777] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987780] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987781] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987784] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987788] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987790] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987794] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 22.987801] SELinux: initialized (dev loop0, type squashfs), uses xattr >06:53:55,006 DEBUG kernel:[ 22.987814] SELinux: initialized (dev dm-0, type ext4), uses xattr >06:53:55,006 NOTICE kernel:[ 22.988982] type=1403 audit(1402988019.002:2): policy loaded auid=4294967295 ses=4294967295 >06:53:55,006 DEBUG kernel:[ 26.334508] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 27.047292] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >06:53:55,006 DEBUG kernel:[ 27.252330] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >06:53:55,006 DEBUG kernel:[ 28.719690] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >06:53:55,006 INFO kernel:[ 30.912076] parport_pc 00:04: reported by Plug and Play ACPI >06:53:55,006 INFO kernel:[ 30.955029] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >06:53:55,006 INFO kernel:[ 31.045894] microcode: CPU0 sig=0x106a3, pf=0x1, revision=0x1 >06:53:55,006 INFO kernel:[ 31.047291] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >06:53:55,006 DEBUG kernel:[ 31.073088] virtio-pci 0000:00:07.0: irq 43 for MSI/MSI-X >06:53:55,006 DEBUG kernel:[ 31.073116] virtio-pci 0000:00:07.0: irq 44 for MSI/MSI-X >06:53:55,006 NOTICE kernel:[ 32.256582] type=1400 audit(1402988028.270:3): avc: denied { create } for pid=969 comm="systemd-tmpfile" name="tmp" scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >06:53:55,006 NOTICE kernel:[ 32.256646] type=1400 audit(1402988028.270:4): avc: denied { setattr } for pid=969 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=17465 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >06:53:55,006 NOTICE kernel:[ 32.256685] type=1400 audit(1402988028.270:5): avc: denied { relabelfrom } for pid=969 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=17465 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >06:53:55,255 WARNING spice-vdagentd: no session info, max 1 session agent allowed >06:53:55,624 INFO NetworkManager: <info> NetworkManager (version 0.9.9.0-20.git20131003.fc20) is starting... >06:53:55,624 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >06:53:55,624 INFO NetworkManager: <info> WEXT support is enabled >06:53:55,721 INFO kernel:[ 39.652129] cfg80211: Calling CRDA to update world regulatory domain >06:53:55,824 NOTICE dbus: [system] Activating systemd to hand-off: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >06:53:55,891 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.systemd1' >06:53:56,108 INFO polkitd: Started polkitd version 0.112 >06:53:56,202 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >06:53:56,213 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >06:53:56,213 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >06:53:56,213 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >06:53:56,214 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >06:53:56,214 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ... >06:53:56,215 NOTICE NetworkManager: ifcfg-rh: read connection 'eth0' >06:53:56,270 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >06:53:56,272 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >06:53:56,654 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >06:53:57,649 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >06:53:57,653 INFO NetworkManager: <info> WiFi hardware radio set enabled >06:53:57,656 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >06:53:57,656 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >06:53:57,656 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >06:53:57,656 INFO NetworkManager: <info> Networking is enabled by state file >06:53:57,657 INFO NetworkManager: <info> (lo): link connected >06:53:57,657 INFO NetworkManager: <info> (lo): carrier is ON >06:53:57,657 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >06:53:57,657 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >06:53:57,657 INFO NetworkManager: <info> (lo): No existing connection detected. >06:53:57,658 INFO NetworkManager: <info> (eth0): link connected >06:53:57,659 INFO NetworkManager: <info> (eth0): carrier is ON >06:53:57,659 INFO NetworkManager: <info> (eth0): new Ethernet device (driver: 'virtio_net' ifindex: 2) >06:53:57,659 INFO NetworkManager: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1 >06:53:57,659 INFO NetworkManager: <info> (eth0): Generating connection from current device status. >06:53:57,659 INFO NetworkManager: <info> (eth0): Using generated connection: 'eth0' >06:53:57,659 INFO NetworkManager: <info> (eth0): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >06:53:57,663 WARNING NetworkManager: <warn> Couldn't get managed objects: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files >06:53:57,664 INFO NetworkManager: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >06:53:57,667 INFO NetworkManager: <info> Auto-activating connection 'eth0'. >06:53:57,667 INFO NetworkManager: <info> Activation (eth0) starting connection 'eth0' >06:53:57,667 INFO NetworkManager: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >06:53:57,667 INFO NetworkManager: <info> NetworkManager state is now CONNECTING >06:53:57,667 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >06:53:57,668 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >06:53:57,668 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >06:53:57,668 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >06:53:57,668 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >06:53:57,668 INFO NetworkManager: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >06:53:57,668 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >06:53:57,668 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >06:53:57,668 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >06:53:57,668 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >06:53:57,668 INFO NetworkManager: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >06:53:57,668 INFO NetworkManager: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >06:53:57,698 INFO NetworkManager: <info> dhclient started with pid 1030 >06:53:57,698 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >06:53:57,937 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.5 >06:53:57,938 INFO dhclient: Copyright 2004-2013 Internet Systems Consortium. >06:53:57,938 INFO dhclient: All rights reserved. >06:53:57,938 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >06:53:57,938 INFO dhclient: >06:53:57,945 INFO NetworkManager: <info> (eth0): DHCPv4 state changed nbi -> preinit >06:53:57,946 INFO dhclient: Listening on LPF/eth0/52:54:00:8f:ce:44 >06:53:57,946 INFO dhclient: Sending on LPF/eth0/52:54:00:8f:ce:44 >06:53:57,946 INFO dhclient: Sending on Socket/fallback >06:53:57,947 INFO dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x56f7287d) >06:53:58,524 NOTICE kernel:[ 42.455137] type=1400 audit(1402988038.469:6): avc: denied { read } for pid=1033 comm="bash" name=".profile" dev="dm-0" ino=25384 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >06:53:58,524 NOTICE kernel:[ 42.455158] type=1400 audit(1402988038.469:7): avc: denied { open } for pid=1033 comm="bash" path="/root/.profile" dev="dm-0" ino=25384 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >06:53:58,781 INFO dhclient: DHCPACK from 172.24.0.252 (xid=0x56f7287d) >06:53:58,784 INFO NetworkManager: <info> (eth0): DHCPv4 state changed preinit -> reboot >06:53:58,785 INFO NetworkManager: <info> address 172.24.0.26 >06:53:58,785 INFO NetworkManager: <info> plen 24 (255.255.255.0) >06:53:58,785 INFO NetworkManager: <info> gateway 172.24.0.252 >06:53:58,785 INFO NetworkManager: <info> lease time 600 >06:53:58,785 INFO NetworkManager: <info> nameserver '172.24.9.3' >06:53:58,785 INFO NetworkManager: <info> domain name 'ipa.blackhats.net.au' >06:53:58,785 INFO NetworkManager: <info> domain search 'ipa.blackhats.net.au.' >06:53:58,785 INFO NetworkManager: <info> domain search 'blackhats.net.au.' >06:53:58,785 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >06:53:58,786 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >06:53:58,790 INFO NetworkManager: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >06:53:58,790 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >06:53:58,791 INFO NetworkManager: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >06:53:58,791 INFO NetworkManager: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >06:53:58,791 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >06:53:58,792 INFO NetworkManager: <info> Policy set 'eth0' (eth0) as default for IPv4 routing and DNS. >06:53:58,798 INFO dhclient: bound to 172.24.0.26 -- renewal in 240 seconds. >06:53:58,799 INFO NetworkManager: <info> Activation (eth0) successful, device activated. >06:53:58,802 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >06:53:58,812 INFO NetworkManager: <info> startup complete >06:53:58,819 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >06:54:01,253 NOTICE kernel:[ 45.238575] type=1400 audit(1402988041.252:8): avc: denied { read write } for pid=1083 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=8339 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >06:54:01,690 NOTICE kernel:[ 45.675924] type=1400 audit(1402988041.689:9): avc: denied { read write } for pid=1111 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >06:54:01,692 NOTICE kernel:[ 45.677394] type=1400 audit(1402988041.691:10): avc: denied { open } for pid=1111 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >06:54:01,692 NOTICE kernel:[ 45.677407] type=1400 audit(1402988041.691:11): avc: denied { ioctl } for pid=1111 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >06:54:01,719 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' >06:54:01,732 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.locale1' >06:54:01,771 NOTICE kernel:[ 45.757002] type=1400 audit(1402988041.770:12): avc: denied { signal } for pid=1116 comm="gzip" scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:system_r:loadkeys_t:s0 tclass=process >06:54:02,832 INFO spice-vdagentd: opening vdagent virtio channel >06:54:02,833 INFO kernel:[ 46.818182] input: spice vdagent tablet as /devices/virtual/input/input4 >06:54:03,035 NOTICE kernel:[ 47.020814] type=1400 audit(1402988043.034:13): avc: denied { read write } for pid=1135 comm="dbus-daemon" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >06:54:04,083 NOTICE NetworkManager: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-eth0 >06:54:04,098 INFO NetworkManager: <info> (eth0): disconnecting for new activation request. >06:54:04,098 INFO NetworkManager: <info> (eth0): device state change: activated -> disconnected (reason 'none') [100 30 0] >06:54:04,098 INFO NetworkManager: <info> (eth0): deactivating device (reason 'none') [0] >06:54:04,099 INFO NetworkManager: <info> (eth0): canceled DHCP transaction, DHCP client pid 1030 >06:54:04,108 INFO NetworkManager: <info> NetworkManager state is now DISCONNECTED >06:54:04,109 INFO NetworkManager: <info> Setting system hostname to 'localhost.localdomain' (no default device) >06:54:04,165 INFO NetworkManager: <info> Activation (eth0) starting connection 'eth0' >06:54:04,165 INFO NetworkManager: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >06:54:04,165 INFO NetworkManager: <info> NetworkManager state is now CONNECTING >06:54:04,165 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >06:54:04,168 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >06:54:04,168 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >06:54:04,168 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >06:54:04,168 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >06:54:04,168 INFO NetworkManager: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >06:54:04,168 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >06:54:04,169 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >06:54:04,169 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >06:54:04,170 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >06:54:04,170 INFO NetworkManager: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >06:54:04,171 INFO NetworkManager: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >06:54:04,176 INFO NetworkManager: <info> dhclient started with pid 1154 >06:54:04,176 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >06:54:04,234 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.5 >06:54:04,242 INFO dhclient: Copyright 2004-2013 Internet Systems Consortium. >06:54:04,242 INFO dhclient: All rights reserved. >06:54:04,242 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >06:54:04,243 INFO dhclient: >06:54:04,259 INFO NetworkManager: <info> (eth0): DHCPv4 state changed nbi -> preinit >06:54:04,261 INFO dhclient: Listening on LPF/eth0/52:54:00:8f:ce:44 >06:54:04,262 INFO dhclient: Sending on LPF/eth0/52:54:00:8f:ce:44 >06:54:04,262 INFO dhclient: Sending on Socket/fallback >06:54:04,263 INFO dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x5061bf42) >06:54:04,421 INFO dhclient: DHCPACK from 172.24.0.252 (xid=0x5061bf42) >06:54:04,424 INFO NetworkManager: <info> (eth0): DHCPv4 state changed preinit -> reboot >06:54:04,424 INFO NetworkManager: <info> address 172.24.0.26 >06:54:04,424 INFO NetworkManager: <info> plen 24 (255.255.255.0) >06:54:04,424 INFO NetworkManager: <info> gateway 172.24.0.252 >06:54:04,424 INFO NetworkManager: <info> lease time 600 >06:54:04,424 INFO NetworkManager: <info> nameserver '172.24.9.3' >06:54:04,424 INFO NetworkManager: <info> domain name 'ipa.blackhats.net.au' >06:54:04,424 INFO NetworkManager: <info> domain search 'ipa.blackhats.net.au.' >06:54:04,424 INFO NetworkManager: <info> domain search 'blackhats.net.au.' >06:54:04,424 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >06:54:04,425 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >06:54:04,425 INFO NetworkManager: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >06:54:04,426 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >06:54:04,428 INFO NetworkManager: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >06:54:04,428 INFO dhclient: bound to 172.24.0.26 -- renewal in 240 seconds. >06:54:04,430 INFO NetworkManager: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >06:54:04,431 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >06:54:04,432 INFO NetworkManager: <info> Policy set 'eth0' (eth0) as default for IPv4 routing and DNS. >06:54:04,433 INFO NetworkManager: <info> Activation (eth0) successful, device activated. >06:54:04,501 NOTICE NetworkManager: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-eth0 >06:54:04,570 NOTICE NetworkManager: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-eth0 >06:54:04,702 NOTICE kernel:[ 48.687153] type=1400 audit(1402988044.701:14): avc: denied { read write } for pid=1206 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >06:54:04,702 NOTICE kernel:[ 48.687826] type=1400 audit(1402988044.701:15): avc: denied { read write } for pid=1206 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=8339 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >06:54:05,007 NOTICE kernel:[ 48.832297] type=1400 audit(1402988045.005:16): avc: denied { ioctl } for pid=1206 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >06:54:05,007 NOTICE kernel:[ 48.832306] type=1400 audit(1402988045.005:17): avc: denied { getattr } for pid=1206 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >06:54:05,059 INFO chronyd: chronyd version 1.29 starting >06:54:05,062 INFO chronyd: Linux kernel major=3 minor=11 patch=10 >06:54:05,062 INFO chronyd: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 >06:54:05,065 INFO chronyd: Generated key 1 >06:54:05,175 NOTICE kernel:[ 49.000356] type=1400 audit(1402988045.173:18): avc: denied { open } for pid=1003 comm="in:imfile" path="/tmp/X.log" dev="tmpfs" ino=24738 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:xdm_tmp_t:s0 tclass=file >06:54:07,100 ERR spice-vdagent: primary: received release while not owning client clipboard >06:54:08,441 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >06:54:08,465 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.hostname1' >06:54:09,107 INFO kernel:[ 52.932817] bio: create slab <bio-1> at 1 >06:54:09,110 INFO kernel:[ 52.935457] Btrfs loaded >06:54:09,207 INFO kernel:[ 53.033269] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled > > >/run/install/ks.cfg: >#version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Use network installation >url --url="http://mion.ipa.blackhats.net.au/pub/fedora/linux/releases/20/Fedora/x86_64/os/" ># Add the updates repo >repo --name=fedora --baseurl="http://mion.ipa.blackhats.net.au/pub/fedora/linux/releases/20/Everything/x86_64/os/" >repo --name=fedora-updates --baseurl="http://mion.ipa.blackhats.net.au/pub/fedora/linux/updates/20/x86_64/" ># Run the Setup Agent on first boot >firstboot --disable >ignoredisk --only-use=sda ># Keyboard layouts >keyboard --vckeymap=dvorak --xlayouts='us (dvorak)' ># System language >lang en_US.UTF-8 ># Reboot when complete >#reboot > ># Network information >network --bootproto=dhcp --device=eth0 --activate >network --hostname=lorna.ipa.blackhats.net.au ># Root password >rootpw 9TUa7Lb4v3Ym4LobCauRRiFJw3ff7NvqAruRA9K7 ># User to prevent an issue with serial installs >user --name=admin_local --groups=wheel --lock ># System services ># System timezone >timezone Australia/Adelaide --isUtc ># System bootloader configuration >bootloader --location=mbr --boot-drive=sda ># Partition clearing information >#clearpart --initlabel --drives=sda --all >zerombr >clearpart --all --drives=sda >clearpart --initlabel --drives=sda ># Disk partitioning information >part /boot --fstype=xfs --size=1024 --asprimary >part pv.2 --size=16384 --grow --asprimary ># LVM >volgroup vg00 pv.2 >logvol / --fstype=xfs --size=2048 --name=root_lv --vgname=vg00 >logvol /usr --fstype=xfs --size=4096 --name=usr_lv --vgname=vg00 >logvol /var --fstype=xfs --size=4096 --name=var_lv --vgname=vg00 >logvol /home --fstype=xfs --size=2048 --name=home_lv --vgname=vg00 >logvol swap --fstype=swap --size=2048 --name=swap_lv --vgname=vg00 > >%packages >@core >@guest-agents >@hardware-support >@standard >#chrony >zsh >vim >freeipa-client > >%end > >%post --log=/root/ks-post.log > >/usr/bin/hostname lorna.ipa.blackhats.net.au ># Get the hostname to set as the host principal >/usr/bin/hostname > /tmp/hostname.txt >/usr/bin/hostname > /etc/hostname > ># Run the client install script >#/usr/sbin/ipa-client-install --force-join --domain=ipa.blackhats.net.au --enable-dns-updates --mkhomedir -w 9TUa7Lb4v3Ym4LobCauRRiFJw3ff7NvqAruRA9K7 --unattended --force-ntpd >### Make sure that our linux admins are in sudo > >%end
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 1110147
: 909412 |
909413
|
909414
|
909415
|
909416
|
909417
|
909418
|
909419
|
909420
|
909421
|
909422
|
909423