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 917176 Details for
Bug 1118498
TypeError: unsupported operand type(s) for /: 'NoneType' and 'float'
[?]
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), 138.13 KB, created by
Reto Gantenbein
on 2014-07-10 20:56:49 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Reto Gantenbein
Created:
2014-07-10 20:56:49 UTC
Size:
138.13 KB
patch
obsolete
>anaconda 20.25.15-1 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 812, in execute > "chunksize": self.chunk_size / 1024.0 } > File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 666, in execute > l.execute(storage, ksdata, instClass) > File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1750, in doKickstartStorage > ksdata.logvol.execute(storage, ksdata, instClass) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/tui/spokes/storage.py", line 260, in execute > doKickstartStorage(self.storage, self.data, self.instclass) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/tui/hubs/summary.py", line 51, in setup > spoke.execute() > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/tui/__init__.py", line 166, in setup > should_schedule = obj.setup(self.ENVIRONMENT) > File "/sbin/anaconda", line 1118, in <module> > anaconda._intf.setup(ksdata) >TypeError: unsupported operand type(s) for /: 'NoneType' and 'float' > >Local variables in innermost frame: >tmp: None >instClass: <pyanaconda.installclass.DefaultInstall object at 0x7f8f85439790> >vgname: centos >ty: None >devicetree: <blivet.devicetree.DeviceTree object at 0x7f8f85488f50> >fmt: non-existent None >vg: non-existent 7172MB lvmvg centos (11) >storage: <blivet.Blivet object at 0x7f8f854be490> >parents: [LVMVolumeGroupDevice instance (0x2f72190) -- > name = centos status = False kids = 0 id = 11 > parents = ['non-existent 7176MB partition vda2 (9) with non-existent lvmpv'] > uuid = None size = 7172 > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/centos > format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 > PE Free = 0 PV Count = 1 > LV Names = [] modified = True > extents = 1793.0 free space = 7172 > free extents = 1793.0 reserved percent = 0 reserved space = 0 > PVs = ['non-existent 7176MB partition vda2 (9) with non-existent lvmpv'] > LVs = []] >ksdata: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Use network installation >url --url="http://formosa.mobile.wg42.ch/fedora/20/" ># Run the Setup Agent on first boot >firstboot --enable >ignoredisk --only-use=vda ># Keyboard layouts >keyboard --vckeymap=us --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --device=eth0 --ipv6=auto --activate >network --bootproto=dhcp --hostname=localhost.localdomain ># Root password >rootpw --iscrypted $6$GkDwFkUtUDEGrW1I$qtgYAcQH9KoibE0ohM4h1B.VLQRsU/fYQm6qdJ1/JODdRmEpKFHZIuKpnMRo8F/raxxDFAAKK9NvGa0MPuj.Z/ ># System timezone >timezone America/New_York --isUtc ># System bootloader configuration >bootloader --location=mbr --boot-drive=vda ># Partition clearing information >clearpart --none --initlabel ># Disk partitioning information >part --fstype="lvmpv" --ondisk=vda --size=7176 >part /boot --fstype="xfs" --ondisk=vda --size=512 >volgroup centos --pesize=4096 pv.10 >logvol --fstype="None" --size=5120 --thinpool --name=pool00 --vgname=centos >logvol swap --fstype="swap" --size=1024 --name=swap --vgname=centos >logvol / --fstype="xfs" --size=5120 --thin --poolname=pool00 --name=root --vgname=centos > >%packages >@core > >%end > > >self: logvol --fstype="None" --size=5120 --thinpool --name=pool00 --vgname=centos > >pool: None > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: TextUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf.productTitle: Anaconda > _intf._meh_interface: TextIntf instance, containing members: > _intf._meh_interface._io: IOHandler instance, containing members: > _intf._meh_interface._io.out_func: <built-in function print> > _intf._meh_interface._io.in_func: <bound method App.raw_input of <pyanaconda.ui.tui.simpleline.base.App object at 0x7f8f8254dbd0>> > _intf._meh_interface.screen: None > _intf.isFinal: True > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {'vda': 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: [vda] > _intf.storage.fsset.devicetree._actions: [ActionDestroyFormat instance, containing members: > device: existing 12288MB disk vda (0) with non-existent msdos disklabel > origFormat: existing None > id: 0 >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 1 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 2 >, ActionCreateDevice instance, containing members: > device: non-existent 7176MB partition vda2 (9) with non-existent lvmpv > id: 3 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 4 >, ActionCreateDevice instance, containing members: > device: non-existent 512MB partition vda1 (10) with non-existent xfs filesystem mounted at /boot > id: 5 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 6 >, ActionCreateDevice instance, containing members: > device: non-existent 7172MB lvmvg centos (11) > id: 7 >] > _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: 1 > 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: 2 > 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: 3 > 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: 4 > 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: 5 > 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: 6 > 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 (7) with existing ext4 filesystem >, existing 2048MB dm live-base (8) with existing ext4 filesystem >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (LVMVolumeGroupDevice instance) >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [] > _intf.storage.fsset.devicetree.names: [vda, loop0, /tmp/curl_fetch_url1/squashfs.img (deleted), loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base, pv.10, centos] > _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: 2 > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [vda] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [] > _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: Already dumped (DiskDevice instance) > _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: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Use network installation >url --url="http://formosa.mobile.wg42.ch/fedora/20/" ># Run the Setup Agent on first boot >firstboot --enable >ignoredisk --only-use=vda ># Keyboard layouts >keyboard --vckeymap=us --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --device=eth0 --ipv6=auto --activate >network --bootproto=dhcp --hostname=localhost.localdomain ># Root password >rootpw --iscrypted $6$GkDwFkUtUDEGrW1I$qtgYAcQH9KoibE0ohM4h1B.VLQRsU/fYQm6qdJ1/JODdRmEpKFHZIuKpnMRo8F/raxxDFAAKK9NvGa0MPuj.Z/ ># System timezone >timezone America/New_York --isUtc ># System bootloader configuration >bootloader --location=mbr --boot-drive=vda ># Partition clearing information >clearpart --none --initlabel ># Disk partitioning information >part --fstype="lvmpv" --ondisk=vda --size=7176 >part /boot --fstype="xfs" --ondisk=vda --size=512 >volgroup centos --pesize=4096 pv.10 >logvol --fstype="None" --size=5120 --thinpool --name=pool00 --vgname=centos >logvol swap --fstype="swap" --size=1024 --name=swap --vgname=centos >logvol / --fstype="xfs" --size=5120 --thin --poolname=pool00 --name=root --vgname=centos > >%packages >@core > >%end > > > _intf.storage.services: set([]) > _intf.storage.encryptionPassphrase: None > _intf.storage.encryptionCipher: None > _intf.storage.doAutoPart: False > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 1 > _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 (0x7f8f822a4c10) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x7f8f822a4bd0) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x7f8f822a4c90) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x7f8f822a4cd0) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x7f8f822a4d10) -- > 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.quitMessage: None > _intf._app: App instance, containing members: > _intf._app.quit_message: Do you really want to quit? > _intf._app._screens: [] > _intf._app._handlers: {4: [(<function exception_msg_handler at 0x7f8f86cb3488>, None)], 5: [(<bound method TextUserInterface._handle_show_message of <pyanaconda.ui.tui.TextUserInterface object at 0x7f8f822a4b10>>, None)]} > _intf._app._redraw: True > _intf._app._in_thread_counter: 0 > _intf._app._width: 80 > _intf._app._header: Anaconda > _intf._app.queue: Queue instance, containing members: > _intf._app.queue.unfinished_tasks: 0 > _intf._app.queue.queue: deque([]) > _intf._app.queue.maxsize: 0 > _intf._app.queue.all_tasks_done: <Condition(<thread.lock object at 0x7f8f881eb7b0>, 0)> > _intf._app.queue.mutex: <thread.lock object at 0x7f8f881eb7b0> > _intf._app.queue.not_full: <Condition(<thread.lock object at 0x7f8f881eb7b0>, 0)> > _intf._app.queue.not_empty: <Condition(<thread.lock object at 0x7f8f881eb7b0>, 0)> > _intf._app._spacer: ================================================================================ >================================================================================ > _intf._app.quit_question: <class 'pyanaconda.ui.tui.tuiobject.YesNoDialog'> > _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: [] >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >methodstr: http://formosa.mobile.wg42.ch/fedora/20/ >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: t >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 0x7f8f82552ed8>, True), 'type': (<function <lambda> at 0x7f8f82553140>, True), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7f8f82552f50>, 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': 't', 'stage2': None, 'method': 'http://formosa.mobile.wg42.ch/fedora/20/', '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: >20:53:46,306 INFO anaconda: /sbin/anaconda 20.25.15-1 >20:53:46,792 INFO anaconda: 1048576 kB (1024 MB) are available >20:53:46,792 INFO anaconda: check_memory(): total:1024, needed:512, graphical:512 >20:53:46,822 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >20:53:46,824 INFO anaconda: Default encoding = utf-8 >20:53:47,841 WARN anaconda.stdout: Not asking for VNC because of an automated install >20:53:47,871 INFO anaconda: Display mode = t >20:53:47,874 INFO anaconda: 1048576 kB (1024 MB) are available >20:53:47,874 INFO anaconda: check_memory(): total:1024, needed:512, graphical:512 >20:53:48,015 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >20:53:48,018 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >20:53:48,019 INFO anaconda: using only installclass _Fedora >20:53:49,355 INFO anaconda: bootloader GRUB2 on X86 platform >20:53:49,358 INFO anaconda: bootloader GRUB2 on X86 platform >20:53:49,430 DEBUG anaconda: network: devices found ['eth0'] >20:53:49,742 ERR anaconda: Kickstart: The provided network interface does not exist >20:53:50,312 INFO anaconda: unspecified network --device in kickstart, using eth0 (first active device) >20:53:50,403 DEBUG anaconda: network: setting real kickstart ONBOOT value for devices ['eth0', 'eth0'] >20:53:50,451 INFO anaconda: Running Thread: AnaStorageThread (140254318298880) >20:53:50,455 INFO anaconda: Running Thread: AnaTimeInitThread (140254309906176) >20:53:50,458 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140254301513472) >20:53:50,471 INFO anaconda: Running Thread: AnaPayloadThread (140254293120768) >20:53:50,689 DEBUG anaconda: updating hostname localhost.localdomain >20:53:50,790 INFO anaconda: got 0 NTP servers from DHCP >20:53:50,791 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140254301513472) >20:53:50,797 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140254301513472) >20:53:50,798 INFO anaconda: Starting geolocation lookup >20:53:50,799 INFO anaconda: Geolocation provider: Fedora GeoIP >20:53:51,005 INFO anaconda: Thread Done: AnaTimeInitThread (140254309906176) >20:53:51,337 INFO anaconda: Running Thread: AnaSourceWatcher (140254309906176) >20:53:51,341 INFO anaconda: Running Thread: AnaSoftwareWatcher (140254282614528) >20:53:51,350 INFO anaconda: Running Thread: AnaStorageWatcher (140254274221824) >20:53:52,016 INFO anaconda: Geolocation lookup finished in 1.2 seconds >20:53:52,018 INFO anaconda: got results from geolocation >20:53:52,020 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140254301513472) >20:53:52,430 INFO anaconda: Thread Done: AnaStorageThread (140254318298880) >20:53:52,443 INFO anaconda: Thread Done: AnaStorageWatcher (140254274221824) >20:53:52,622 INFO anaconda: Thread Done: AnaPayloadThread (140254293120768) >20:53:52,623 INFO anaconda: Thread Done: AnaSourceWatcher (140254309906176) >20:53:52,624 INFO anaconda: Thread Done: AnaSoftwareWatcher (140254282614528) >20:53:52,717 DEBUG anaconda: new disk order: [] >20:53:53,222 DEBUG anaconda: running handleException >20:53:54,561 DEBUG anaconda: Gtk cannot be initialized >20:53:54,562 DEBUG anaconda: In the main thread, running exception handler > > >/tmp/packaging.log: >20:53:52,436 INFO packaging: configuring base repo >20:53:52,459 INFO packaging: Error downloading treeinfo: [Errno 14] HTTP Error 404 - Not Found >20:53:52,519 INFO_2 yum.verbose.YumPlugins: Loaded plugins: blacklist, fastestmirror, langpacks, whiteout >20:53:52,519 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >20:53:52,520 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >20:53:52,521 DEBUG yum.verbose.plugin: Adding en_US to language list >20:53:52,526 DEBUG yum.verbose.YumBase: Config time: 0.064 >20:53:52,571 INFO_2 yum.verbose.YumPlugins: Loaded plugins: blacklist, fastestmirror, langpacks, whiteout >20:53:52,571 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >20:53:52,572 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >20:53:52,573 DEBUG yum.verbose.plugin: Adding en_US to language list >20:53:52,577 DEBUG yum.verbose.YumBase: Config time: 0.018 >20:53:52,619 ERR packaging: base repo (url/http://formosa.mobile.wg42.ch/fedora/20/) not valid -- removing it >20:53:52,621 INFO packaging: gathering repo metadata >20:53:52,621 INFO packaging: metadata retrieval complete > > >/tmp/program.log: >20:53:46,965 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >20:53:46,996 DEBUG program: Return code: 0 >20:53:46,998 INFO program: Running... udevadm settle --timeout=300 >20:53:47,053 DEBUG program: Return code: 0 >20:53:47,056 INFO program: Running... modprobe fcoe >20:53:47,228 DEBUG program: Return code: 0 >20:53:47,231 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >20:53:47,352 INFO program: No FCoE boot disk information is found in EDD! >20:53:47,353 DEBUG program: Return code: 1 >20:53:47,361 INFO program: Running... udevadm settle --timeout=300 >20:53:47,395 DEBUG program: Return code: 0 >20:53:47,402 INFO program: Running... udevadm settle --timeout=300 >20:53:47,439 DEBUG program: Return code: 0 >20:53:47,480 INFO program: Running... loadkeys us >20:53:47,684 INFO program: Loading /lib/kbd/keymaps/xkb/us.map.gz >20:53:47,685 DEBUG program: Return code: 0 >20:53:50,458 INFO program: Running... hwclock --hctosys --utc >20:53:51,004 DEBUG program: Return code: 0 >20:53:51,006 INFO program: Running... udevadm settle --timeout=300 >20:53:51,052 DEBUG program: Return code: 0 >20:53:51,053 INFO program: Running... systemctl start chronyd.service >20:53:51,168 DEBUG program: Return code: 0 >20:53:51,187 INFO program: Running... multipath -c /dev/vda >20:53:51,217 DEBUG program: Return code: 1 >20:53:51,592 INFO program: Running... dumpe2fs -h /dev/loop1 >20:53:51,680 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >20:53:51,682 INFO program: Filesystem volume name: Anaconda >20:53:51,684 INFO program: Last mounted on: / >20:53:51,684 INFO program: Filesystem UUID: 4847f338-a61d-4f93-ac64-77997dedbbd5 >20:53:51,685 INFO program: Filesystem magic number: 0xEF53 >20:53:51,686 INFO program: Filesystem revision #: 1 (dynamic) >20:53:51,687 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 >20:53:51,688 INFO program: Filesystem flags: signed_directory_hash >20:53:51,688 INFO program: Default mount options: user_xattr acl >20:53:51,689 INFO program: Filesystem state: clean >20:53:51,690 INFO program: Errors behavior: Continue >20:53:51,690 INFO program: Filesystem OS type: Linux >20:53:51,691 INFO program: Inode count: 131072 >20:53:51,692 INFO program: Block count: 2097152 >20:53:51,692 INFO program: Reserved block count: 0 >20:53:51,693 INFO program: Free blocks: 1293489 >20:53:51,693 INFO program: Free inodes: 103755 >20:53:51,694 INFO program: First block: 1 >20:53:51,694 INFO program: Block size: 1024 >20:53:51,695 INFO program: Fragment size: 1024 >20:53:51,695 INFO program: Reserved GDT blocks: 256 >20:53:51,696 INFO program: Blocks per group: 8192 >20:53:51,696 INFO program: Fragments per group: 8192 >20:53:51,697 INFO program: Inodes per group: 512 >20:53:51,697 INFO program: Inode blocks per group: 128 >20:53:51,698 INFO program: Flex block group size: 16 >20:53:51,698 INFO program: Filesystem created: Thu Dec 12 14:00:06 2013 >20:53:51,699 INFO program: Last mount time: Thu Dec 12 14:00:24 2013 >20:53:51,699 INFO program: Last write time: Thu Dec 12 14:00:33 2013 >20:53:51,700 INFO program: Mount count: 2 >20:53:51,700 INFO program: Maximum mount count: -1 >20:53:51,701 INFO program: Last checked: Thu Dec 12 14:00:06 2013 >20:53:51,701 INFO program: Check interval: 0 (<none>) >20:53:51,702 INFO program: Lifetime writes: 32 MB >20:53:51,702 INFO program: Reserved blocks uid: 0 (user root) >20:53:51,704 INFO program: Reserved blocks gid: 0 (group root) >20:53:51,705 INFO program: First inode: 11 >20:53:51,706 INFO program: Inode size: 256 >20:53:51,707 INFO program: Required extra isize: 28 >20:53:51,708 INFO program: Desired extra isize: 28 >20:53:51,710 INFO program: Journal inode: 8 >20:53:51,710 INFO program: Default directory hash: half_md4 >20:53:51,711 INFO program: Directory Hash Seed: 87c9a375-5a9a-4360-9f3a-f55d189f0aed >20:53:51,712 INFO program: Journal backup: inode blocks >20:53:51,712 INFO program: Journal features: (none) >20:53:51,713 INFO program: Journal size: 32M >20:53:51,714 INFO program: Journal length: 32768 >20:53:51,714 INFO program: Journal sequence: 0x00000007 >20:53:51,715 INFO program: Journal start: 0 >20:53:51,716 INFO program: >20:53:51,717 DEBUG program: Return code: 0 >20:53:51,718 INFO program: Running... resize2fs -P /dev/loop1 >20:53:51,752 INFO program: resize2fs 1.42.8 (20-Jun-2013) >20:53:51,754 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >20:53:51,754 INFO program: Couldn't find valid filesystem superblock. >20:53:51,755 DEBUG program: Return code: 1 >20:53:51,850 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >20:53:51,867 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >20:53:51,869 INFO program: Filesystem volume name: Anaconda >20:53:51,869 INFO program: Last mounted on: / >20:53:51,870 INFO program: Filesystem UUID: 4847f338-a61d-4f93-ac64-77997dedbbd5 >20:53:51,871 INFO program: Filesystem magic number: 0xEF53 >20:53:51,871 INFO program: Filesystem revision #: 1 (dynamic) >20:53:51,872 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 >20:53:51,873 INFO program: Filesystem flags: signed_directory_hash >20:53:51,874 INFO program: Default mount options: user_xattr acl >20:53:51,874 INFO program: Filesystem state: clean >20:53:51,875 INFO program: Errors behavior: Continue >20:53:51,875 INFO program: Filesystem OS type: Linux >20:53:51,876 INFO program: Inode count: 131072 >20:53:51,877 INFO program: Block count: 2097152 >20:53:51,877 INFO program: Reserved block count: 0 >20:53:51,878 INFO program: Free blocks: 1293489 >20:53:51,878 INFO program: Free inodes: 103755 >20:53:51,879 INFO program: First block: 1 >20:53:51,879 INFO program: Block size: 1024 >20:53:51,880 INFO program: Fragment size: 1024 >20:53:51,880 INFO program: Reserved GDT blocks: 256 >20:53:51,881 INFO program: Blocks per group: 8192 >20:53:51,882 INFO program: Fragments per group: 8192 >20:53:51,882 INFO program: Inodes per group: 512 >20:53:51,883 INFO program: Inode blocks per group: 128 >20:53:51,883 INFO program: Flex block group size: 16 >20:53:51,884 INFO program: Filesystem created: Thu Dec 12 14:00:06 2013 >20:53:51,884 INFO program: Last mount time: Thu Jul 10 20:53:13 2014 >20:53:51,885 INFO program: Last write time: Thu Jul 10 20:53:13 2014 >20:53:51,885 INFO program: Mount count: 3 >20:53:51,886 INFO program: Maximum mount count: -1 >20:53:51,886 INFO program: Last checked: Thu Dec 12 14:00:06 2013 >20:53:51,887 INFO program: Check interval: 0 (<none>) >20:53:51,887 INFO program: Lifetime writes: 32 MB >20:53:51,888 INFO program: Reserved blocks uid: 0 (user root) >20:53:51,888 INFO program: Reserved blocks gid: 0 (group root) >20:53:51,889 INFO program: First inode: 11 >20:53:51,889 INFO program: Inode size: 256 >20:53:51,890 INFO program: Required extra isize: 28 >20:53:51,890 INFO program: Desired extra isize: 28 >20:53:51,891 INFO program: Journal inode: 8 >20:53:51,891 INFO program: Default directory hash: half_md4 >20:53:51,892 INFO program: Directory Hash Seed: 87c9a375-5a9a-4360-9f3a-f55d189f0aed >20:53:51,892 INFO program: Journal backup: inode blocks >20:53:51,893 INFO program: Journal features: (none) >20:53:51,893 INFO program: Journal size: 32M >20:53:51,894 INFO program: Journal length: 32768 >20:53:51,894 INFO program: Journal sequence: 0x00000008 >20:53:51,895 INFO program: Journal start: 1 >20:53:51,895 INFO program: >20:53:51,896 DEBUG program: Return code: 0 >20:53:51,897 INFO program: Running... resize2fs -P /dev/mapper/live-rw >20:53:51,912 INFO program: resize2fs 1.42.8 (20-Jun-2013) >20:53:51,914 INFO program: Estimated minimum size of the filesystem: 786368 >20:53:51,914 DEBUG program: Return code: 0 >20:53:52,000 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >20:53:52,023 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >20:53:52,024 INFO program: Filesystem volume name: Anaconda >20:53:52,025 INFO program: Last mounted on: / >20:53:52,026 INFO program: Filesystem UUID: 4847f338-a61d-4f93-ac64-77997dedbbd5 >20:53:52,027 INFO program: Filesystem magic number: 0xEF53 >20:53:52,027 INFO program: Filesystem revision #: 1 (dynamic) >20:53:52,028 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 >20:53:52,029 INFO program: Filesystem flags: signed_directory_hash >20:53:52,030 INFO program: Default mount options: user_xattr acl >20:53:52,030 INFO program: Filesystem state: clean >20:53:52,031 INFO program: Errors behavior: Continue >20:53:52,031 INFO program: Filesystem OS type: Linux >20:53:52,032 INFO program: Inode count: 131072 >20:53:52,033 INFO program: Block count: 2097152 >20:53:52,033 INFO program: Reserved block count: 0 >20:53:52,034 INFO program: Free blocks: 1293489 >20:53:52,034 INFO program: Free inodes: 103755 >20:53:52,035 INFO program: First block: 1 >20:53:52,036 INFO program: Block size: 1024 >20:53:52,036 INFO program: Fragment size: 1024 >20:53:52,037 INFO program: Reserved GDT blocks: 256 >20:53:52,037 INFO program: Blocks per group: 8192 >20:53:52,038 INFO program: Fragments per group: 8192 >20:53:52,039 INFO program: Inodes per group: 512 >20:53:52,039 INFO program: Inode blocks per group: 128 >20:53:52,040 INFO program: Flex block group size: 16 >20:53:52,040 INFO program: Filesystem created: Thu Dec 12 14:00:06 2013 >20:53:52,041 INFO program: Last mount time: Thu Dec 12 14:00:24 2013 >20:53:52,041 INFO program: Last write time: Thu Dec 12 14:00:33 2013 >20:53:52,042 INFO program: Mount count: 2 >20:53:52,043 INFO program: Maximum mount count: -1 >20:53:52,043 INFO program: Last checked: Thu Dec 12 14:00:06 2013 >20:53:52,044 INFO program: Check interval: 0 (<none>) >20:53:52,044 INFO program: Lifetime writes: 32 MB >20:53:52,045 INFO program: Reserved blocks uid: 0 (user root) >20:53:52,045 INFO program: Reserved blocks gid: 0 (group root) >20:53:52,046 INFO program: First inode: 11 >20:53:52,046 INFO program: Inode size: 256 >20:53:52,047 INFO program: Required extra isize: 28 >20:53:52,048 INFO program: Desired extra isize: 28 >20:53:52,048 INFO program: Journal inode: 8 >20:53:52,049 INFO program: Default directory hash: half_md4 >20:53:52,049 INFO program: Directory Hash Seed: 87c9a375-5a9a-4360-9f3a-f55d189f0aed >20:53:52,050 INFO program: Journal backup: inode blocks >20:53:52,050 INFO program: Journal features: (none) >20:53:52,051 INFO program: Journal size: 32M >20:53:52,051 INFO program: Journal length: 32768 >20:53:52,052 INFO program: Journal sequence: 0x00000007 >20:53:52,052 INFO program: Journal start: 0 >20:53:52,053 INFO program: >20:53:52,053 DEBUG program: Return code: 0 >20:53:52,054 INFO program: Running... resize2fs -P /dev/mapper/live-base >20:53:52,072 INFO program: resize2fs 1.42.8 (20-Jun-2013) >20:53:52,074 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >20:53:52,075 INFO program: Couldn't find valid filesystem superblock. >20:53:52,077 DEBUG program: Return code: 1 >20:53:52,106 INFO program: Running... udevadm settle --timeout=300 >20:53:52,141 DEBUG program: Return code: 0 >20:53:52,155 INFO program: Running... udevadm settle --timeout=300 >20:53:52,191 DEBUG program: Return code: 0 >20:53:52,718 INFO program: Running... udevadm settle --timeout=300 >20:53:52,748 DEBUG program: Return code: 0 >20:53:52,771 INFO program: Running... udevadm settle --timeout=300 >20:53:52,802 DEBUG program: Return code: 0 >20:53:52,829 INFO program: Running... modprobe xfs >20:53:53,046 DEBUG program: Return code: 0 >20:53:53,048 INFO program: Running... udevadm settle --timeout=300 >20:53:53,078 DEBUG program: Return code: 0 > > >/tmp/storage.log: >20:53:47,054 INFO blivet: ISCSID is /sbin/iscsid >20:53:47,055 INFO blivet: no initiator set >20:53:47,354 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >20:53:47,355 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >20:53:47,875 DEBUG blivet: trying to set new default fstype to 'ext4' >20:53:47,972 DEBUG blivet: Ext4FS.supported: supported: True ; >20:53:47,973 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >20:53:47,975 DEBUG blivet: Ext4FS.supported: supported: True ; >20:53:49,356 INFO blivet: Detected 1040M of memory >20:53:49,357 INFO blivet: Suggested swap size (2080 M) exceeds 10 % of disk space, using 10 % of disk space (0 M) instead. >20:53:49,357 INFO blivet: Swap attempt of 0M >20:53:50,454 INFO blivet: resetting Blivet (version 0.23.9) instance <blivet.Blivet object at 0x7f8f854be490> >20:53:50,463 INFO blivet: no initiator set >20:53:50,479 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >20:53:50,484 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is ['vda'] >20:53:51,066 INFO blivet: devices to scan: ['vda', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1'] >20:53:51,075 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:05.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '80247', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:05.0/virtio2/block/vda'} ; name: vda ; >20:53:51,077 INFO blivet: scanning vda (/devices/pci0000:00/0000:00:05.0/virtio2/block/vda)... >20:53:51,080 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >20:53:51,082 DEBUG blivet: DeviceTree.getDeviceByName returned None >20:53:51,092 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vda ; >20:53:51,098 INFO blivet: vda is a disk >20:53:51,099 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:51,104 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >20:53:51,222 INFO blivet: added disk vda (id 0) to device tree >20:53:51,224 DEBUG blivet: looking up parted Device: /dev/vda >20:53:51,233 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda ; >20:53:51,263 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: None ; >20:53:51,264 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:51,299 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >20:53:51,315 DEBUG blivet: required disklabel type for vda (15) is None >20:53:51,326 DEBUG blivet: default disklabel type for vda is msdos >20:53:51,331 DEBUG blivet: selecting msdos disklabel for vda based on size >20:53:51,352 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; exists: True ; >20:53:51,366 INFO blivet: no usable disklabel on vda >20:53:51,375 DEBUG blivet: no type or existing type for vda, bailing >20:53:51,392 INFO blivet: got device: DiskDevice instance (0x7f8f81f5cd90) -- > name = vda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 12288.0 > format = existing None > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:05.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 25165824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (24966, 16, 63) biosGeometry: (1566, 255, 63) > PedDevice: <_ped.Device object at 0x7f8f821a44d0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f8f93a95d50> >20:53:51,402 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': '92295', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >20:53:51,404 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >20:53:51,408 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >20:53:51,415 DEBUG blivet: DeviceTree.getDeviceByName returned None >20:53:51,417 INFO blivet: loop0 is a loop device >20:53:51,423 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >20:53:51,427 DEBUG blivet: DeviceTree.getDeviceByName: name: /tmp/curl_fetch_url1/squashfs.img (deleted) ; >20:53:51,434 DEBUG blivet: DeviceTree.getDeviceByName returned None >20:53:51,436 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:51,442 DEBUG blivet: FileDevice._setFormat: /tmp/curl_fetch_url1/squashfs.img (deleted) ; current: None ; type: None ; >20:53:51,444 INFO blivet: added file /tmp/curl_fetch_url1/squashfs.img (deleted) (id 1) to device tree >20:53:51,451 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /tmp/curl_fetch_url1/squashfs.img (deleted) ; >20:53:51,452 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:51,457 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >20:53:51,458 INFO blivet: added loop loop0 (id 2) to device tree >20:53:51,464 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >20:53:51,469 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >20:53:51,470 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >20:53:51,471 DEBUG blivet: device loop0 does not contain a disklabel >20:53:51,473 INFO blivet: type detected on 'loop0' is 'squashfs' >20:53:51,474 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >20:53:51,480 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >20:53:51,484 INFO blivet: got device: LoopDevice instance (0x7f8f93aa2210) -- > name = loop0 status = False kids = 0 id = 2 > parents = ['existing 0MB file /tmp/curl_fetch_url1/squashfs.img (deleted) (1)'] > 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 >20:53:51,486 INFO blivet: got format: DeviceFormat instance (0x7f8f93aa23d0) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >20:53:51,501 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': '92744', > '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 ; >20:53:51,506 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >20:53:51,512 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >20:53:51,518 DEBUG blivet: DeviceTree.getDeviceByName returned None >20:53:51,519 INFO blivet: loop1 is a loop device >20:53:51,524 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >20:53:51,529 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >20:53:51,534 DEBUG blivet: DeviceTree.getDeviceByName returned None >20:53:51,534 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:51,541 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >20:53:51,542 INFO blivet: added file /LiveOS/rootfs.img (id 3) to device tree >20:53:51,546 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >20:53:51,547 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:51,552 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >20:53:51,553 INFO blivet: added loop loop1 (id 4) to device tree >20:53:51,561 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >20:53:51,570 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >20:53:51,582 DEBUG blivet: Ext4FS.supported: supported: True ; >20:53:51,586 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >20:53:51,587 DEBUG blivet: device loop1 does not contain a disklabel >20:53:51,590 INFO blivet: type detected on 'loop1' is 'ext4' >20:53:51,756 DEBUG blivet: using current size 0 as min size >20:53:51,760 DEBUG blivet: Ext4FS.supported: supported: True ; >20:53:51,763 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >20:53:51,766 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >20:53:51,767 INFO blivet: got device: LoopDevice instance (0x7f8f93a8e990) -- > name = loop1 status = False kids = 0 id = 4 > parents = ['existing 0MB file /LiveOS/rootfs.img (3)'] > 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 >20:53:51,771 DEBUG blivet: Ext4FS.supported: supported: True ; >20:53:51,772 INFO blivet: got format: Ext4FS instance (0x7f8f93aa2310) -- > 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 > >20:53:51,777 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': '93243', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >20:53:51,778 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >20:53:51,780 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >20:53:51,783 DEBUG blivet: DeviceTree.getDeviceByName returned None >20:53:51,783 INFO blivet: loop2 is a loop device >20:53:51,785 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >20:53:51,788 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >20:53:51,790 DEBUG blivet: DeviceTree.getDeviceByName returned None >20:53:51,791 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:51,793 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >20:53:51,794 INFO blivet: added file /overlay (deleted) (id 5) to device tree >20:53:51,796 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >20:53:51,797 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:51,799 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >20:53:51,799 INFO blivet: added loop loop2 (id 6) to device tree >20:53:51,801 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >20:53:51,803 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >20:53:51,804 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >20:53:51,804 DEBUG blivet: device loop2 does not contain a disklabel >20:53:51,805 INFO blivet: type detected on 'loop2' is 'DM_snapshot_cow' >20:53:51,805 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >20:53:51,807 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: DM_snapshot_cow ; >20:53:51,808 INFO blivet: got device: LoopDevice instance (0x7f8f93aa2250) -- > name = loop2 status = False kids = 0 id = 6 > parents = ['existing 0MB file /overlay (deleted) (5)'] > 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 >20:53:51,809 INFO blivet: got format: DeviceFormat instance (0x7f8f93aa2610) -- > 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 > >20:53:51,815 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': '698388', > '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 ; >20:53:51,815 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >20:53:51,818 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >20:53:51,820 DEBUG blivet: DeviceTree.getDeviceByName returned None >20:53:51,820 INFO blivet: live-rw is a device-mapper device >20:53:51,822 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >20:53:51,824 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >20:53:51,826 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (4) with existing ext4 filesystem >20:53:51,829 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >20:53:51,831 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (6) with existing DM_snapshot_cow >20:53:51,834 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >20:53:51,836 DEBUG blivet: DeviceTree.getDeviceByName returned None >20:53:51,838 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >20:53:51,839 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:51,841 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >20:53:51,841 INFO blivet: added dm live-rw (id 7) to device tree >20:53:51,843 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >20:53:51,845 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >20:53:51,848 DEBUG blivet: Ext4FS.supported: supported: True ; >20:53:51,848 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >20:53:51,849 DEBUG blivet: device live-rw does not contain a disklabel >20:53:51,849 INFO blivet: type detected on 'live-rw' is 'ext4' >20:53:51,915 DEBUG blivet: padding min size from 768 up to 844 >20:53:51,920 DEBUG blivet: Ext4FS.supported: supported: True ; >20:53:51,921 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >20:53:51,925 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >20:53:51,927 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >20:53:51,946 INFO blivet: got device: DMDevice instance (0x7f8f93a8e890) -- > name = live-rw status = True kids = 0 id = 7 > parents = ['existing 0MB loop loop2 (6) 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 0x7f8f821a47a0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >20:53:51,951 DEBUG blivet: Ext4FS.supported: supported: True ; >20:53:51,952 INFO blivet: got format: Ext4FS instance (0x7f8f93aa25d0) -- > 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 > >20:53:51,962 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': '752960', > '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 ; >20:53:51,963 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >20:53:51,966 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >20:53:51,969 DEBUG blivet: DeviceTree.getDeviceByName returned None >20:53:51,969 INFO blivet: live-base is a device-mapper device >20:53:51,972 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >20:53:51,974 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >20:53:51,977 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >20:53:51,979 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (4) with existing ext4 filesystem >20:53:51,983 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >20:53:51,985 DEBUG blivet: DeviceTree.getDeviceByName returned None >20:53:51,988 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >20:53:51,988 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:51,991 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >20:53:51,991 INFO blivet: added dm live-base (id 8) to device tree >20:53:51,993 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >20:53:51,995 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >20:53:51,998 DEBUG blivet: Ext4FS.supported: supported: True ; >20:53:51,998 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >20:53:51,999 DEBUG blivet: device live-base does not contain a disklabel >20:53:51,999 INFO blivet: type detected on 'live-base' is 'ext4' >20:53:52,078 DEBUG blivet: using current size 0 as min size >20:53:52,084 DEBUG blivet: Ext4FS.supported: supported: True ; >20:53:52,085 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >20:53:52,089 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >20:53:52,092 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >20:53:52,095 INFO blivet: got device: DMDevice instance (0x7f8f93a8e910) -- > name = live-base status = True kids = 0 id = 8 > parents = ['existing 0MB loop loop1 (4) 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 0x7f8f821a4d40> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >20:53:52,101 DEBUG blivet: Ext4FS.supported: supported: True ; >20:53:52,105 INFO blivet: got format: Ext4FS instance (0x7f8f93aa2a90) -- > 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 > >20:53:52,149 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >20:53:52,151 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >20:53:52,155 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >20:53:52,195 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >20:53:52,196 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >20:53:52,197 INFO blivet: edd: collected mbr signatures: {} >20:53:52,198 DEBUG blivet: edd: data extracted from 0x80: > type: SCSI, ata_device: None > channel: 0, mbr_signature: None > pci_dev: 00:05.0, scsi_id: 0 > scsi_lun: 0, sectors: 25165824 >20:53:52,200 DEBUG blivet: edd: matched 0x80 to vda using pci_dev >20:53:52,415 DEBUG blivet: Ext4FS.supported: supported: True ; >20:53:52,421 DEBUG blivet: Ext4FS.supported: supported: True ; >20:53:52,425 DEBUG blivet: Ext4FS.supported: supported: True ; >20:53:52,653 DEBUG blivet: clearpart: initializing vda >20:53:52,654 DEBUG blivet: removing vda >20:53:52,688 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >20:53:52,689 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:52,692 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >20:53:52,693 INFO blivet: registered action: [0] Destroy Format None on disk vda (id 0) >20:53:52,695 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >20:53:52,696 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:52,698 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >20:53:52,699 INFO blivet: registered action: [1] Destroy Format None on disk vda (id 0) >20:53:52,700 DEBUG blivet: required disklabel type for vda (15) is None >20:53:52,700 DEBUG blivet: default disklabel type for vda is msdos >20:53:52,701 DEBUG blivet: selecting msdos disklabel for vda based on size >20:53:52,704 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; >20:53:52,706 DEBUG blivet: DiskLabel.freshPartedDisk: device: /dev/vda ; labelType: msdos ; >20:53:52,708 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 0x7f8f825ba610> > PedDisk: <_ped.Disk object at 0x7f8f85351638> >20:53:52,709 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >20:53:52,712 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >20:53:52,714 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >20:53:52,715 INFO blivet: registered action: [2] Create Format msdos disklabel on disk vda (id 0) >20:53:52,759 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >20:53:52,762 DEBUG blivet: DeviceTree.getDeviceByName returned existing 12288MB disk vda (0) with non-existent msdos disklabel >20:53:52,765 DEBUG blivet: DeviceTree.getDeviceByName: name: pv.10 ; >20:53:52,767 DEBUG blivet: DeviceTree.getDeviceByName returned None >20:53:52,770 DEBUG blivet: LVMPhysicalVolume.__init__: mountopts: ; mountpoint: ; size: 7176 ; fsprofile: ; label: ; >20:53:52,771 DEBUG blivet: getFormat('lvmpv') returning LVMPhysicalVolume instance >20:53:52,810 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >20:53:52,813 DEBUG blivet: DeviceTree.getDeviceByName returned existing 12288MB disk vda (0) with non-existent msdos disklabel >20:53:52,816 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >20:53:52,818 DEBUG blivet: PartitionDevice._setFormat: pv.10 ; >20:53:52,821 DEBUG blivet: PartitionDevice._setFormat: pv.10 ; current: None ; type: lvmpv ; >20:53:52,823 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: vda ; >20:53:52,824 INFO blivet: added partition pv.10 (id 9) to device tree >20:53:52,824 INFO blivet: registered action: [3] Create Device partition pv.10 (id 9) >20:53:52,825 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:52,826 INFO blivet: registered action: [4] Create Format lvmpv on partition pv.10 (id 9) >20:53:52,828 DEBUG blivet: XFS.supported: supported: True ; >20:53:53,047 DEBUG blivet: getFormat('xfs') returning XFS instance >20:53:53,085 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >20:53:53,087 DEBUG blivet: DeviceTree.getDeviceByName returned existing 12288MB disk vda (0) with non-existent msdos disklabel >20:53:53,091 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >20:53:53,094 DEBUG blivet: PartitionDevice._setFormat: req0 ; >20:53:53,096 DEBUG blivet: PartitionDevice._setFormat: req0 ; current: None ; type: xfs ; >20:53:53,099 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: vda ; >20:53:53,100 INFO blivet: added partition req0 (id 10) to device tree >20:53:53,101 INFO blivet: registered action: [5] Create Device partition req0 (id 10) >20:53:53,102 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:53,103 INFO blivet: registered action: [6] Create Format xfs filesystem mounted at /boot on partition req0 (id 10) >20:53:53,106 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >20:53:53,108 DEBUG blivet: removing all non-preexisting partitions ['pv.10(id 9)', 'req0(id 10)'] from disk(s) ['vda'] >20:53:53,109 DEBUG blivet: allocatePartitions: disks=['vda'] ; partitions=['pv.10(id 9)', 'req0(id 10)'] >20:53:53,110 DEBUG blivet: removing all non-preexisting partitions ['req0(id 10)', 'pv.10(id 9)'] from disk(s) ['vda'] >20:53:53,113 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >20:53:53,116 DEBUG blivet: DeviceTree.getDeviceByName returned existing 12288MB disk vda (0) with non-existent msdos disklabel >20:53:53,117 DEBUG blivet: resolved 'vda' to 'vda' (disk) >20:53:53,119 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >20:53:53,122 DEBUG blivet: DeviceTree.getDeviceByName returned existing 12288MB disk vda (0) with non-existent msdos disklabel >20:53:53,122 DEBUG blivet: resolved 'vda' to 'vda' (disk) >20:53:53,123 DEBUG blivet: allocating partition: req0 ; id: 10 ; disks: ['vda'] ; >boot: True ; primary: False ; size: 512MB ; grow: False ; max_size: 0 ; start: None ; end: None >20:53:53,124 DEBUG blivet: checking freespace on vda >20:53:53,125 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=512MB boot=True best=None grow=False start=None >20:53:53,126 DEBUG blivet: checking 63-25165823 (12287 MB) >20:53:53,127 DEBUG blivet: current free range is 63-25165823 (12287MB) >20:53:53,127 DEBUG blivet: updating use_disk to vda, type: 0 >20:53:53,128 DEBUG blivet: new free: 63-25165823 / 12287MB >20:53:53,129 DEBUG blivet: new free allows for 0 sectors of growth >20:53:53,129 DEBUG blivet: found free space for bootable request >20:53:53,130 DEBUG blivet: adjusted start sector from 63 to 2048 >20:53:53,132 DEBUG blivet: created partition vda1 of 512MB and added it to /dev/vda >20:53:53,134 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >20:53:53,136 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8f825ba4d0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x2f722d0> PedPartition: <_ped.Partition object at 0x2f6c890> >20:53:53,138 DEBUG blivet: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >20:53:53,141 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >20:53:53,144 DEBUG blivet: PartitionDevice._setPartedPartition: vda1 ; >20:53:53,145 DEBUG blivet: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8f825ba4d0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x2f72250> PedPartition: <_ped.Partition object at 0x2f6c830> >20:53:53,147 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >20:53:53,150 DEBUG blivet: DeviceTree.getDeviceByName returned existing 12288MB disk vda (0) with non-existent msdos disklabel >20:53:53,150 DEBUG blivet: resolved 'vda' to 'vda' (disk) >20:53:53,153 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >20:53:53,156 DEBUG blivet: DeviceTree.getDeviceByName returned existing 12288MB disk vda (0) with non-existent msdos disklabel >20:53:53,156 DEBUG blivet: resolved 'vda' to 'vda' (disk) >20:53:53,157 DEBUG blivet: allocating partition: pv.10 ; id: 9 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 7176MB ; grow: False ; max_size: 0 ; start: None ; end: None >20:53:53,157 DEBUG blivet: checking freespace on vda >20:53:53,159 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=7176MB boot=False best=None grow=False start=None >20:53:53,160 DEBUG blivet: checking 63-2047 (0 MB) >20:53:53,160 DEBUG blivet: current free range is 63-2047 (0MB) >20:53:53,161 DEBUG blivet: checking 1050624-25165823 (11775 MB) >20:53:53,162 DEBUG blivet: current free range is 1050624-25165823 (11775MB) >20:53:53,163 DEBUG blivet: updating use_disk to vda, type: 0 >20:53:53,163 DEBUG blivet: new free: 1050624-25165823 / 11775MB >20:53:53,164 DEBUG blivet: new free allows for 0 sectors of growth >20:53:53,166 DEBUG blivet: created partition vda2 of 7176MB and added it to /dev/vda >20:53:53,168 DEBUG blivet: PartitionDevice._setPartedPartition: pv.10 ; >20:53:53,169 DEBUG blivet: device pv.10 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8f825ba4d0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x2f72610> PedPartition: <_ped.Partition object at 0x2f6c950> >20:53:53,172 DEBUG blivet: PartitionDevice._setDisk: vda2 ; new: vda ; old: None ; >20:53:53,175 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: vda ; >20:53:53,178 DEBUG blivet: PartitionDevice._setPartedPartition: vda2 ; >20:53:53,179 DEBUG blivet: device vda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8f825ba4d0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x2f722d0> PedPartition: <_ped.Partition object at 0x2f6c890> >20:53:53,180 DEBUG blivet: growPartitions: disks=['vda'], partitions=['vda2(id 9)', 'vda1(id 10)'] >20:53:53,180 DEBUG blivet: no growable partitions >20:53:53,181 DEBUG blivet: fixing size of non-existent 512MB partition vda1 (10) with non-existent xfs filesystem mounted at /boot at 512.00 >20:53:53,183 DEBUG blivet: fixing size of non-existent 7176MB partition vda2 (9) with non-existent lvmpv at 7176.00 >20:53:53,186 DEBUG blivet: DeviceTree.getDeviceByName: name: pv.10 ; >20:53:53,188 DEBUG blivet: DeviceTree.getDeviceByName returned None >20:53:53,191 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/pv.10 ; >20:53:53,193 DEBUG blivet: DeviceTree.getDeviceByPath returned None >20:53:53,194 DEBUG blivet: failed to resolve '/dev/pv.10' >20:53:53,196 DEBUG blivet: DeviceTree.getDeviceByName: name: pv.10 ; >20:53:53,198 DEBUG blivet: DeviceTree.getDeviceByName returned None >20:53:53,200 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/pv.10 ; >20:53:53,202 DEBUG blivet: DeviceTree.getDeviceByPath returned None >20:53:53,203 DEBUG blivet: failed to resolve '/dev/pv.10' >20:53:53,207 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vda2 ; >20:53:53,207 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:53,210 DEBUG blivet: LVMVolumeGroupDevice._setFormat: centos ; current: None ; type: None ; >20:53:53,211 INFO blivet: added lvmvg centos (id 11) to device tree >20:53:53,212 INFO blivet: registered action: [7] Create Device lvmvg centos (id 11) >20:53:53,214 DEBUG blivet: DeviceTree.getDeviceByName: name: centos ; >20:53:53,216 DEBUG blivet: DeviceTree.getDeviceByName returned non-existent 7172MB lvmvg centos (11) >20:53:53,218 DEBUG blivet: DeviceTree.getDeviceByName: name: centos-pool00 ; >20:53:53,220 DEBUG blivet: DeviceTree.getDeviceByName returned None >20:53:53,221 DEBUG blivet: getFormat('None') returning DeviceFormat instance >20:53:54,568 DEBUG blivet: centos size is 7172MB >20:53:54,569 DEBUG blivet: vg centos has 7172MB free >20:53:54,570 DEBUG blivet: centos size is 7172MB >20:53:54,571 DEBUG blivet: vg centos has 7172MB free > > >/tmp/ifcfg.log: >20:53:49,432 DEBUG ifcfg: content of files (network initialization): >20:53:49,433 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >20:53:49,433 DEBUG ifcfg: # Generated by parse-kickstart >20:53:49,434 DEBUG ifcfg: IPV6INIT=yes >20:53:49,435 DEBUG ifcfg: IPV6_AUTOCONF=yes >20:53:49,435 DEBUG ifcfg: HWADDR=52:54:00:37:ec:5b >20:53:49,436 DEBUG ifcfg: BOOTPROTO=dhcp >20:53:49,436 DEBUG ifcfg: DEVICE=eth0 >20:53:49,437 DEBUG ifcfg: ONBOOT=yes >20:53:49,437 DEBUG ifcfg: UUID=35a725aa-a55c-4aaa-b1f3-1ba9624d749f >20:53:49,469 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [82, 84, 0, 55, 236, 91]}, 'connection': {'timestamp': 1405025617L, 'interface-name': 'eth0', 'type': '802-3-ethernet', 'id': 'System eth0', 'uuid': '35a725aa-a55c-4aaa-b1f3-1ba9624d749f'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >20:53:49,693 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >20:53:49,696 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >20:53:49,699 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >20:53:50,059 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >20:53:50,062 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >20:53:50,065 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >20:53:50,404 DEBUG ifcfg: content of files (setting real kickstart ONBOOT value for devices ['eth0', 'eth0']): >20:53:50,406 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >20:53:50,407 DEBUG ifcfg: # Generated by parse-kickstart >20:53:50,407 DEBUG ifcfg: IPV6INIT=yes >20:53:50,408 DEBUG ifcfg: IPV6_AUTOCONF=yes >20:53:50,409 DEBUG ifcfg: BOOTPROTO=dhcp >20:53:50,409 DEBUG ifcfg: DEVICE=eth0 >20:53:50,410 DEBUG ifcfg: ONBOOT=yes >20:53:50,411 DEBUG ifcfg: UUID=35a725aa-a55c-4aaa-b1f3-1ba9624d749f >20:53:50,411 DEBUG ifcfg: TYPE=Ethernet >20:53:50,412 DEBUG ifcfg: DEFROUTE=yes >20:53:50,412 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >20:53:50,412 DEBUG ifcfg: IPV6_DEFROUTE=yes >20:53:50,413 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >20:53:50,413 DEBUG ifcfg: NAME="System eth0" >20:53:50,413 DEBUG ifcfg: HWADDR=52:54:00:37:EC:5B >20:53:50,414 DEBUG ifcfg: PEERDNS=yes >20:53:50,414 DEBUG ifcfg: PEERROUTES=yes >20:53:50,414 DEBUG ifcfg: IPV6_PEERDNS=yes >20:53:50,415 DEBUG ifcfg: IPV6_PEERROUTES=yes >20:53:50,447 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [82, 84, 0, 55, 236, 91]}, 'connection': {'timestamp': 1405025617L, 'interface-name': 'eth0', 'type': '802-3-ethernet', 'id': 'System eth0', 'uuid': '35a725aa-a55c-4aaa-b1f3-1ba9624d749f'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] > > >/proc/cmdline: >method=http://formosa.mobile.wg42.ch/fedora/20/ inst.text inst.sshd ks=http://formosa.mobile.wg42.ch/ks/anaconda-ks.cfg > > >/tmp/syslog: >20:53:34,555 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.2" x-pid="1005" x-info="http://www.rsyslog.com"] start >20:53:34,561 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >20:53:34,561 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >20:53:34,561 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >20:53:34,561 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 >20:53:34,561 INFO kernel:[ 0.000000] Command line: method=http://formosa.mobile.wg42.ch/fedora/20/ inst.text inst.sshd ks=http://formosa.mobile.wg42.ch/ks/anaconda-ks.cfg >20:53:34,561 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >20:53:34,561 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >20:53:34,561 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >20:53:34,561 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >20:53:34,561 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffdfff] usable >20:53:34,561 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000003fffe000-0x000000003fffffff] reserved >20:53:34,561 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >20:53:34,561 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >20:53:34,561 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >20:53:34,561 INFO kernel:[ 0.000000] SMBIOS 2.4 present. >20:53:34,561 DEBUG kernel:[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2011 >20:53:34,561 INFO kernel:[ 0.000000] Hypervisor detected: KVM >20:53:34,561 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >20:53:34,561 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >20:53:34,561 INFO kernel:[ 0.000000] No AGP bridge found >20:53:34,561 INFO kernel:[ 0.000000] e820: last_pfn = 0x3fffe max_arch_pfn = 0x400000000 >20:53:34,561 DEBUG kernel:[ 0.000000] MTRR default type: write-back >20:53:34,561 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >20:53:34,561 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >20:53:34,561 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >20:53:34,561 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >20:53:34,561 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >20:53:34,561 DEBUG kernel:[ 0.000000] 0 base 0080000000 mask FF80000000 uncachable >20:53:34,561 DEBUG kernel:[ 0.000000] 1 disabled >20:53:34,561 DEBUG kernel:[ 0.000000] 2 disabled >20:53:34,561 DEBUG kernel:[ 0.000000] 3 disabled >20:53:34,561 DEBUG kernel:[ 0.000000] 4 disabled >20:53:34,561 DEBUG kernel:[ 0.000000] 5 disabled >20:53:34,561 DEBUG kernel:[ 0.000000] 6 disabled >20:53:34,561 DEBUG kernel:[ 0.000000] 7 disabled >20:53:34,561 INFO kernel:[ 0.000000] PAT not supported by CPU. >20:53:34,561 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000fdf20-0x000fdf2f] mapped at [ffff8800000fdf20] >20:53:34,561 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 >20:53:34,561 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >20:53:34,561 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >20:53:34,561 DEBUG kernel:[ 0.000000] BRK [0x01fe7000, 0x01fe7fff] PGTABLE >20:53:34,561 DEBUG kernel:[ 0.000000] BRK [0x01fe8000, 0x01fe8fff] PGTABLE >20:53:34,561 DEBUG kernel:[ 0.000000] BRK [0x01fe9000, 0x01fe9fff] PGTABLE >20:53:34,561 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x3dc00000-0x3ddfffff] >20:53:34,561 DEBUG kernel:[ 0.000000] [mem 0x3dc00000-0x3ddfffff] page 2M >20:53:34,561 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x3c000000-0x3dbfffff] >20:53:34,561 DEBUG kernel:[ 0.000000] [mem 0x3c000000-0x3dbfffff] page 2M >20:53:34,561 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff] >20:53:34,561 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >20:53:34,561 DEBUG kernel:[ 0.000000] [mem 0x00200000-0x3bffffff] page 2M >20:53:34,561 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x3de00000-0x3fffdfff] >20:53:34,561 DEBUG kernel:[ 0.000000] [mem 0x3de00000-0x3fdfffff] page 2M >20:53:34,561 DEBUG kernel:[ 0.000000] [mem 0x3fe00000-0x3fffdfff] page 4k >20:53:34,561 DEBUG kernel:[ 0.000000] BRK [0x01fea000, 0x01feafff] PGTABLE >20:53:34,561 INFO kernel:[ 0.000000] RAMDISK: [mem 0x3dee9000-0x3ffeffff] >20:53:34,561 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000fdd90 00014 (v00 BOCHS ) >20:53:34,561 WARNING kernel:[ 0.000000] ACPI: RSDT 000000003fffe450 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >20:53:34,561 WARNING kernel:[ 0.000000] ACPI: FACP 000000003fffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >20:53:34,561 WARNING kernel:[ 0.000000] ACPI: DSDT 000000003fffe490 011A9 (v01 BXPC BXDSDT 00000001 INTL 20100528) >20:53:34,561 WARNING kernel:[ 0.000000] ACPI: FACS 000000003fffff40 00040 >20:53:34,561 WARNING kernel:[ 0.000000] ACPI: SSDT 000000003ffff7a0 00796 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >20:53:34,561 WARNING kernel:[ 0.000000] ACPI: APIC 000000003ffff680 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >20:53:34,561 WARNING kernel:[ 0.000000] ACPI: HPET 000000003ffff640 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) >20:53:34,561 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >20:53:34,561 INFO kernel:[ 0.000000] No NUMA configuration found >20:53:34,561 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003fffdfff] >20:53:34,562 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x3fffdfff] >20:53:34,562 INFO kernel:[ 0.000000] NODE_DATA [mem 0x3ded5000-0x3dee8fff] >20:53:34,562 INFO kernel:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >20:53:34,562 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:3fffc001, boot clock >20:53:34,562 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003c600000-ffff88003d5fffff] on node 0 >20:53:34,562 WARNING kernel:[ 0.000000] Zone ranges: >20:53:34,562 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >20:53:34,562 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >20:53:34,562 WARNING kernel:[ 0.000000] Normal empty >20:53:34,562 WARNING kernel:[ 0.000000] Movable zone start for each node >20:53:34,562 WARNING kernel:[ 0.000000] Early memory node ranges >20:53:34,562 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x0009efff] >20:53:34,562 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0x3fffdfff] >20:53:34,562 DEBUG kernel:[ 0.000000] On node 0 totalpages: 262044 >20:53:34,562 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >20:53:34,562 DEBUG kernel:[ 0.000000] DMA zone: 21 pages reserved >20:53:34,562 DEBUG kernel:[ 0.000000] DMA zone: 3998 pages, LIFO batch:0 >20:53:34,562 DEBUG kernel:[ 0.000000] DMA32 zone: 4032 pages used for memmap >20:53:34,562 DEBUG kernel:[ 0.000000] DMA32 zone: 258046 pages, LIFO batch:31 >20:53:34,562 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >20:53:34,562 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >20:53:34,562 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >20:53:34,562 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) >20:53:34,562 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >20:53:34,562 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) >20:53:34,562 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >20:53:34,562 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >20:53:34,562 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >20:53:34,562 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >20:53:34,562 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >20:53:34,562 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >20:53:34,562 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >20:53:34,562 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >20:53:34,562 DEBUG kernel:[ 0.000000] ACPI: IRQ5 used by override. >20:53:34,562 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >20:53:34,562 DEBUG kernel:[ 0.000000] ACPI: IRQ10 used by override. >20:53:34,562 DEBUG kernel:[ 0.000000] ACPI: IRQ11 used by override. >20:53:34,562 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >20:53:34,562 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 >20:53:34,562 INFO kernel:[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs >20:53:34,562 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >20:53:34,562 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >20:53:34,562 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >20:53:34,562 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >20:53:34,562 INFO kernel:[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices >20:53:34,562 INFO kernel:[ 0.000000] Booting paravirtualized kernel on KVM >20:53:34,562 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1 >20:53:34,562 INFO kernel:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003dc00000 s85568 r8192 d20928 u1048576 >20:53:34,562 DEBUG kernel:[ 0.000000] pcpu-alloc: s85568 r8192 d20928 u1048576 alloc=1*2097152 >20:53:34,562 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 1 >20:53:34,562 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:3fffc001, primary cpu clock >20:53:34,562 INFO kernel:[ 0.000000] KVM setup async PF for cpu 0 >20:53:34,562 INFO kernel:[ 0.000000] kvm-stealtime: cpu 0, msr 3dc0df00 >20:53:34,562 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257927 >20:53:34,562 WARNING kernel:[ 0.000000] Policy zone: DMA32 >20:53:34,562 NOTICE kernel:[ 0.000000] Kernel command line: method=http://formosa.mobile.wg42.ch/fedora/20/ inst.text inst.sshd ks=http://formosa.mobile.wg42.ch/ks/anaconda-ks.cfg >20:53:34,562 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >20:53:34,562 INFO kernel:[ 0.000000] Checking aperture... >20:53:34,562 INFO kernel:[ 0.000000] No AGP bridge found >20:53:34,562 WARNING kernel:[ 0.000000] Memory: 981192K/1048176K available (6493K kernel code, 990K rwdata, 2864K rodata, 1424K init, 1544K bss, 66984K reserved) >20:53:34,565 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 >20:53:34,565 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >20:53:34,565 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2. >20:53:34,565 INFO kernel:[ 0.000000] NR_IRQS:8448 nr_irqs:512 16 >20:53:34,565 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >20:53:34,565 INFO kernel:[ 0.000000] console [tty0] enabled >20:53:34,565 INFO kernel:[ 0.000000] allocated 4194304 bytes of page_cgroup >20:53:34,565 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >20:53:34,565 DEBUG kernel:[ 0.000000] hpet clockevent registered >20:53:34,565 INFO kernel:[ 0.000000] tsc: Detected 1297.053 MHz processor >20:53:34,565 INFO kernel:[ 0.003000] Calibrating delay loop (skipped) preset value.. 2594.10 BogoMIPS (lpj=1297053) >20:53:34,565 INFO kernel:[ 0.003018] pid_max: default: 32768 minimum: 301 >20:53:34,565 INFO kernel:[ 0.005049] Security Framework initialized >20:53:34,565 INFO kernel:[ 0.006020] SELinux: Initializing. >20:53:34,565 DEBUG kernel:[ 0.007030] SELinux: Starting in permissive mode >20:53:34,565 INFO kernel:[ 0.007253] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) >20:53:34,565 INFO kernel:[ 0.008438] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) >20:53:34,565 INFO kernel:[ 0.009200] Mount-cache hash table entries: 256 >20:53:34,565 INFO kernel:[ 0.010419] Initializing cgroup subsys memory >20:53:34,565 INFO kernel:[ 0.011028] Initializing cgroup subsys devices >20:53:34,565 INFO kernel:[ 0.012011] Initializing cgroup subsys freezer >20:53:34,565 INFO kernel:[ 0.013013] Initializing cgroup subsys net_cls >20:53:34,565 INFO kernel:[ 0.014012] Initializing cgroup subsys blkio >20:53:34,565 INFO kernel:[ 0.015010] Initializing cgroup subsys perf_event >20:53:34,565 INFO kernel:[ 0.016035] Initializing cgroup subsys hugetlb >20:53:34,565 INFO kernel:[ 0.017241] mce: CPU supports 10 MCE banks >20:53:34,565 INFO kernel:[ 0.018165] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >20:53:34,565 INFO kernel:[ 0.018165] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >20:53:34,565 INFO kernel:[ 0.018165] tlb_flushall_shift: 6 >20:53:34,565 INFO kernel:[ 0.019632] Freeing SMP alternatives memory: 24K (ffffffff81e5d000 - ffffffff81e63000) >20:53:34,565 INFO kernel:[ 0.030223] ACPI: Core revision 20130517 >20:53:34,565 WARNING kernel:[ 0.032989] ACPI: All ACPI Tables successfully acquired >20:53:34,565 INFO kernel:[ 0.034061] ftrace: allocating 25129 entries in 99 pages >20:53:34,565 INFO kernel:[ 0.052497] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >20:53:34,565 INFO kernel:[ 0.053009] smpboot: CPU0: Intel QEMU Virtual CPU version 1.4.2 (fam: 06, model: 02, stepping: 03) >20:53:34,565 WARNING kernel:[ 0.056000] APIC calibration not consistent with PM-Timer: 105ms instead of 100ms >20:53:34,565 INFO kernel:[ 0.056000] APIC delta adjusted to PM-Timer: 6250806 (6624838) >20:53:34,565 INFO kernel:[ 0.056118] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only. >20:53:34,565 WARNING kernel:[ 0.059761] NMI watchdog: disabled (cpu0): hardware events not enabled >20:53:34,565 INFO kernel:[ 0.060149] smpboot: Booting Node 0, Processors #1 OK >20:53:34,565 INFO kernel:[ 0.003000] kvm-clock: cpu 1, msr 0:3fffc041, secondary cpu clock >20:53:34,565 INFO kernel:[ 0.074098] Brought up 2 CPUs >20:53:34,565 INFO kernel:[ 0.074065] KVM setup async PF for cpu 1 >20:53:34,565 INFO kernel:[ 0.074065] kvm-stealtime: cpu 1, msr 3dd0df00 >20:53:34,565 INFO kernel:[ 0.075008] smpboot: Total of 2 processors activated (5188.21 BogoMIPS) >20:53:34,565 INFO kernel:[ 0.077036] devtmpfs: initialized >20:53:34,565 INFO kernel:[ 0.079785] atomic64 test passed for x86-64 platform with CX8 and with SSE >20:53:34,565 INFO kernel:[ 0.080134] RTC time: 20:52:49, date: 07/10/14 >20:53:34,565 INFO kernel:[ 0.081085] NET: Registered protocol family 16 >20:53:34,565 INFO kernel:[ 0.082410] ACPI: bus type PCI registered >20:53:34,565 INFO kernel:[ 0.083007] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >20:53:34,565 INFO kernel:[ 0.084191] PCI: Using configuration type 1 for base access >20:53:34,565 INFO kernel:[ 0.087071] bio: create slab <bio-0> at 0 >20:53:34,565 INFO kernel:[ 0.089362] ACPI: Added _OSI(Module Device) >20:53:34,565 INFO kernel:[ 0.090016] ACPI: Added _OSI(Processor Device) >20:53:34,565 INFO kernel:[ 0.091016] ACPI: Added _OSI(3.0 _SCP Extensions) >20:53:34,565 INFO kernel:[ 0.092017] ACPI: Added _OSI(Processor Aggregator Device) >20:53:34,565 DEBUG kernel:[ 0.094404] ACPI: EC: Look up EC in DSDT >20:53:34,565 INFO kernel:[ 0.096922] ACPI: Interpreter enabled >20:53:34,565 WARNING kernel:[ 0.097026] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571) >20:53:34,565 WARNING kernel:[ 0.099009] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571) >20:53:34,565 INFO kernel:[ 0.101031] ACPI: (supports S0 S3 S4 S5) >20:53:34,565 INFO kernel:[ 0.102009] ACPI: Using IOAPIC for interrupt routing >20:53:34,565 INFO kernel:[ 0.103060] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >20:53:34,565 INFO kernel:[ 0.105109] ACPI: No dock devices found. >20:53:34,565 INFO kernel:[ 0.111040] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >20:53:34,565 INFO kernel:[ 0.111848] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM >20:53:34,565 INFO kernel:[ 0.112007] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08) >20:53:34,565 WARNING kernel:[ 0.113321] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >20:53:34,565 INFO kernel:[ 0.115319] acpiphp: Slot [3] registered >20:53:34,565 INFO kernel:[ 0.116093] acpiphp: Slot [4] registered >20:53:34,565 INFO kernel:[ 0.117090] acpiphp: Slot [5] registered >20:53:34,565 INFO kernel:[ 0.119094] acpiphp: Slot [6] registered >20:53:34,565 INFO kernel:[ 0.120144] acpiphp: Slot [7] registered >20:53:34,565 INFO kernel:[ 0.121151] acpiphp: Slot [8] registered >20:53:34,565 INFO kernel:[ 0.122140] acpiphp: Slot [9] registered >20:53:34,565 INFO kernel:[ 0.123095] acpiphp: Slot [10] registered >20:53:34,565 INFO kernel:[ 0.124130] acpiphp: Slot [11] registered >20:53:34,565 INFO kernel:[ 0.125113] acpiphp: Slot [12] registered >20:53:34,565 INFO kernel:[ 0.126145] acpiphp: Slot [13] registered >20:53:34,565 INFO kernel:[ 0.127088] acpiphp: Slot [14] registered >20:53:34,565 INFO kernel:[ 0.128072] acpiphp: Slot [15] registered >20:53:34,565 INFO kernel:[ 0.129058] acpiphp: Slot [16] registered >20:53:34,565 INFO kernel:[ 0.130066] acpiphp: Slot [17] registered >20:53:34,565 INFO kernel:[ 0.131067] acpiphp: Slot [18] registered >20:53:34,565 INFO kernel:[ 0.132056] acpiphp: Slot [19] registered >20:53:34,565 INFO kernel:[ 0.133027] acpiphp: Slot [20] registered >20:53:34,565 INFO kernel:[ 0.133856] acpiphp: Slot [21] registered >20:53:34,565 INFO kernel:[ 0.134049] acpiphp: Slot [22] registered >20:53:34,565 INFO kernel:[ 0.135098] acpiphp: Slot [23] registered >20:53:34,565 INFO kernel:[ 0.136053] acpiphp: Slot [24] registered >20:53:34,565 INFO kernel:[ 0.137137] acpiphp: Slot [25] registered >20:53:34,565 INFO kernel:[ 0.138093] acpiphp: Slot [26] registered >20:53:34,565 INFO kernel:[ 0.139095] acpiphp: Slot [27] registered >20:53:34,565 INFO kernel:[ 0.140082] acpiphp: Slot [28] registered >20:53:34,565 INFO kernel:[ 0.141083] acpiphp: Slot [29] registered >20:53:34,565 INFO kernel:[ 0.142079] acpiphp: Slot [30] registered >20:53:34,565 INFO kernel:[ 0.143083] acpiphp: Slot [31] registered >20:53:34,565 INFO kernel:[ 0.144047] PCI host bridge to bus 0000:00 >20:53:34,565 INFO kernel:[ 0.145016] pci_bus 0000:00: root bus resource [bus 00-ff] >20:53:34,565 INFO kernel:[ 0.146014] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >20:53:34,565 INFO kernel:[ 0.147013] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >20:53:34,565 INFO kernel:[ 0.148016] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >20:53:34,565 INFO kernel:[ 0.148845] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] >20:53:34,565 DEBUG kernel:[ 0.149158] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >20:53:34,565 DEBUG kernel:[ 0.150451] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >20:53:34,565 DEBUG kernel:[ 0.151407] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 >20:53:34,565 DEBUG kernel:[ 0.160011] pci 0000:00:01.1: reg 0x20: [io 0xc0e0-0xc0ef] >20:53:34,565 DEBUG kernel:[ 0.165429] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300 >20:53:34,565 DEBUG kernel:[ 0.175020] pci 0000:00:01.2: reg 0x20: [io 0xc040-0xc05f] >20:53:34,565 DEBUG kernel:[ 0.180011] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 >20:53:34,565 INFO kernel:[ 0.180775] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >20:53:34,565 INFO kernel:[ 0.181028] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >20:53:34,565 DEBUG kernel:[ 0.182395] pci 0000:00:02.0: [1b36:0100] type 00 class 0x030000 >20:53:34,565 DEBUG kernel:[ 0.185066] pci 0000:00:02.0: reg 0x10: [mem 0xf4000000-0xf7ffffff] >20:53:34,565 DEBUG kernel:[ 0.189085] pci 0000:00:02.0: reg 0x14: [mem 0xf8000000-0xfbffffff] >20:53:34,565 DEBUG kernel:[ 0.191100] pci 0000:00:02.0: reg 0x18: [mem 0xfc020000-0xfc021fff] >20:53:34,565 DEBUG kernel:[ 0.193088] pci 0000:00:02.0: reg 0x1c: [io 0xc060-0xc07f] >20:53:34,565 DEBUG kernel:[ 0.201071] pci 0000:00:02.0: reg 0x30: [mem 0xfc000000-0xfc00ffff pref] >20:53:34,565 DEBUG kernel:[ 0.202548] pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000 >20:53:34,565 DEBUG kernel:[ 0.204011] pci 0000:00:03.0: reg 0x10: [io 0xc080-0xc09f] >20:53:34,565 DEBUG kernel:[ 0.206020] pci 0000:00:03.0: reg 0x14: [mem 0xfc022000-0xfc022fff] >20:53:34,565 DEBUG kernel:[ 0.216016] pci 0000:00:03.0: reg 0x30: [mem 0xfc010000-0xfc01ffff pref] >20:53:34,565 DEBUG kernel:[ 0.217132] pci 0000:00:04.0: [1af4:1003] type 00 class 0x078000 >20:53:34,565 DEBUG kernel:[ 0.220009] pci 0000:00:04.0: reg 0x10: [io 0xc0a0-0xc0bf] >20:53:34,565 DEBUG kernel:[ 0.222009] pci 0000:00:04.0: reg 0x14: [mem 0xfc023000-0xfc023fff] >20:53:34,565 DEBUG kernel:[ 0.233698] pci 0000:00:05.0: [1af4:1001] type 00 class 0x010000 >20:53:34,565 DEBUG kernel:[ 0.235020] pci 0000:00:05.0: reg 0x10: [io 0xc000-0xc03f] >20:53:34,565 DEBUG kernel:[ 0.237009] pci 0000:00:05.0: reg 0x14: [mem 0xfc024000-0xfc024fff] >20:53:34,566 DEBUG kernel:[ 0.247682] pci 0000:00:06.0: [1af4:1002] type 00 class 0x00ff00 >20:53:34,566 DEBUG kernel:[ 0.249009] pci 0000:00:06.0: reg 0x10: [io 0xc0c0-0xc0df] >20:53:34,566 INFO kernel:[ 0.262557] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >20:53:34,566 INFO kernel:[ 0.264239] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >20:53:34,566 INFO kernel:[ 0.266036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >20:53:34,566 INFO kernel:[ 0.267219] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >20:53:34,566 INFO kernel:[ 0.269128] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) >20:53:34,566 WARNING kernel:[ 0.270800] ACPI: Enabled 16 GPEs in block 00 to 0F >20:53:34,566 DEBUG kernel:[ 0.271015] ACPI: \_SB_.PCI0: notify handler is installed >20:53:34,566 DEBUG kernel:[ 0.271068] Found 1 acpi root devices >20:53:34,566 INFO kernel:[ 0.272088] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >20:53:34,566 INFO kernel:[ 0.273008] vgaarb: loaded >20:53:34,566 INFO kernel:[ 0.274008] vgaarb: bridge control possible 0000:00:02.0 >20:53:34,566 NOTICE kernel:[ 0.275457] SCSI subsystem initialized >20:53:34,566 INFO kernel:[ 0.276050] ACPI: bus type ATA registered >20:53:34,566 DEBUG kernel:[ 0.278120] libata version 3.00 loaded. >20:53:34,566 INFO kernel:[ 0.278213] ACPI: bus type USB registered >20:53:34,566 INFO kernel:[ 0.279065] usbcore: registered new interface driver usbfs >20:53:34,566 INFO kernel:[ 0.280048] usbcore: registered new interface driver hub >20:53:34,566 INFO kernel:[ 0.281073] usbcore: registered new device driver usb >20:53:34,566 INFO kernel:[ 0.282160] PCI: Using ACPI for IRQ routing >20:53:34,566 DEBUG kernel:[ 0.283016] PCI: pci_cache_line_size set to 64 bytes >20:53:34,566 DEBUG kernel:[ 0.283394] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] >20:53:34,566 DEBUG kernel:[ 0.283405] e820: reserve RAM buffer [mem 0x3fffe000-0x3fffffff] >20:53:34,566 INFO kernel:[ 0.283737] NetLabel: Initializing >20:53:34,566 INFO kernel:[ 0.284006] NetLabel: domain hash size = 128 >20:53:34,566 INFO kernel:[ 0.285005] NetLabel: protocols = UNLABELED CIPSOv4 >20:53:34,566 INFO kernel:[ 0.286045] NetLabel: unlabeled traffic allowed by default >20:53:34,566 INFO kernel:[ 0.287202] HPET: 3 timers in total, 0 timers will be used for per-cpu timer >20:53:34,566 INFO kernel:[ 0.288086] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 >20:53:34,566 INFO kernel:[ 0.290007] hpet0: 3 comparators, 64-bit 100.000000 MHz counter >20:53:34,566 INFO kernel:[ 0.294107] Switched to clocksource kvm-clock >20:53:34,566 INFO kernel:[ 0.322570] pnp: PnP ACPI init >20:53:34,566 INFO kernel:[ 0.323910] ACPI: bus type PNP registered >20:53:34,566 DEBUG kernel:[ 0.325510] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) >20:53:34,566 DEBUG kernel:[ 0.325690] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) >20:53:34,566 DEBUG kernel:[ 0.325899] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active) >20:53:34,566 DEBUG kernel:[ 0.326120] pnp 00:03: [dma 2] >20:53:34,566 DEBUG kernel:[ 0.326176] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active) >20:53:34,566 DEBUG kernel:[ 0.326569] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active) >20:53:34,566 DEBUG kernel:[ 0.326985] pnp 00:05: Plug and Play ACPI device, IDs PNP0103 (active) >20:53:34,566 INFO kernel:[ 0.327388] pnp: PnP ACPI: found 6 devices >20:53:34,566 INFO kernel:[ 0.328701] ACPI: bus type PNP unregistered >20:53:34,566 DEBUG kernel:[ 0.356439] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >20:53:34,566 DEBUG kernel:[ 0.356449] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >20:53:34,566 DEBUG kernel:[ 0.356462] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >20:53:34,566 DEBUG kernel:[ 0.356469] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff] >20:53:34,566 INFO kernel:[ 0.356624] NET: Registered protocol family 2 >20:53:34,566 INFO kernel:[ 0.358475] TCP established hash table entries: 8192 (order: 5, 131072 bytes) >20:53:34,566 INFO kernel:[ 0.360422] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) >20:53:34,566 INFO kernel:[ 0.361841] TCP: Hash tables configured (established 8192 bind 8192) >20:53:34,566 INFO kernel:[ 0.362960] TCP: reno registered >20:53:34,566 INFO kernel:[ 0.363718] UDP hash table entries: 512 (order: 2, 16384 bytes) >20:53:34,566 INFO kernel:[ 0.364579] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) >20:53:34,566 INFO kernel:[ 0.365629] NET: Registered protocol family 1 >20:53:34,566 INFO kernel:[ 0.366401] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >20:53:34,566 INFO kernel:[ 0.367226] pci 0000:00:01.0: PIIX3: Enabling Passive Release >20:53:34,566 INFO kernel:[ 0.368041] pci 0000:00:01.0: Activating ISA DMA hang workarounds >20:53:34,566 WARNING kernel:[ 0.369959] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 >20:53:34,566 DEBUG kernel:[ 0.376600] pci 0000:00:02.0: Boot video device >20:53:34,566 DEBUG kernel:[ 0.376949] PCI: CLS 0 bytes, default 64 >20:53:34,566 INFO kernel:[ 0.377344] Unpacking initramfs... >20:53:34,566 INFO kernel:[ 8.423241] Freeing initrd memory: 33820K (ffff88003dee9000 - ffff88003fff0000) >20:53:34,566 NOTICE kernel:[ 8.426361] Initialise system trusted keyring >20:53:34,566 INFO kernel:[ 8.427827] audit: initializing netlink socket (disabled) >20:53:34,566 NOTICE kernel:[ 8.429194] type=2000 audit(1405025578.313:1): initialized >20:53:34,566 INFO kernel:[ 8.487509] HugeTLB registered 2 MB page size, pre-allocated 0 pages >20:53:34,566 INFO kernel:[ 8.490848] zbud: loaded >20:53:34,566 NOTICE kernel:[ 8.492774] VFS: Disk quotas dquot_6.5.2 >20:53:34,566 WARNING kernel:[ 8.493748] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >20:53:34,566 INFO kernel:[ 8.495975] msgmni has been set to 1982 >20:53:34,566 NOTICE kernel:[ 8.497474] Key type big_key registered >20:53:34,566 DEBUG kernel:[ 8.498836] SELinux: Registering netfilter hooks >20:53:34,566 INFO kernel:[ 8.505965] alg: No test for stdrng (krng) >20:53:34,566 INFO kernel:[ 8.507548] NET: Registered protocol family 38 >20:53:34,566 NOTICE kernel:[ 8.509744] Key type asymmetric registered >20:53:34,566 NOTICE kernel:[ 8.514065] Asymmetric key parser 'x509' registered >20:53:34,566 INFO kernel:[ 8.515317] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >20:53:34,566 INFO kernel:[ 8.516898] io scheduler noop registered >20:53:34,566 INFO kernel:[ 8.518195] io scheduler deadline registered >20:53:34,566 INFO kernel:[ 8.519583] io scheduler cfq registered (default) >20:53:34,566 INFO kernel:[ 8.520875] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >20:53:34,566 INFO kernel:[ 8.522084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >20:53:34,566 DEBUG kernel:[ 8.523509] intel_idle: does not run on family 6 model 2 >20:53:34,566 INFO kernel:[ 8.523661] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >20:53:34,566 INFO kernel:[ 8.525840] ACPI: Power Button [PWRF] >20:53:34,566 INFO kernel:[ 8.527303] GHES: HEST is not enabled! >20:53:34,566 INFO kernel:[ 8.528871] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >20:53:34,566 INFO kernel:[ 8.554771] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >20:53:34,566 INFO kernel:[ 8.557667] Non-volatile memory driver v1.3 >20:53:34,566 INFO kernel:[ 8.559200] Linux agpgart interface v0.103 >20:53:34,566 DEBUG kernel:[ 8.561084] ata_piix 0000:00:01.1: version 2.13 >20:53:34,566 DEBUG kernel:[ 8.562902] ata_piix 0000:00:01.1: setting latency timer to 64 >20:53:34,566 INFO kernel:[ 8.564415] scsi0 : ata_piix >20:53:34,566 INFO kernel:[ 8.566086] scsi1 : ata_piix >20:53:34,566 INFO kernel:[ 8.567437] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 >20:53:34,566 INFO kernel:[ 8.568929] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 >20:53:34,566 INFO kernel:[ 8.570660] libphy: Fixed MDIO Bus: probed >20:53:34,566 INFO kernel:[ 8.572310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >20:53:34,566 INFO kernel:[ 8.573753] ehci-pci: EHCI PCI platform driver >20:53:34,566 INFO kernel:[ 8.580397] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >20:53:34,566 INFO kernel:[ 8.581937] ohci-pci: OHCI PCI platform driver >20:53:34,566 INFO kernel:[ 8.583311] uhci_hcd: USB Universal Host Controller Interface driver >20:53:34,566 DEBUG kernel:[ 8.587918] uhci_hcd 0000:00:01.2: setting latency timer to 64 >20:53:34,566 INFO kernel:[ 8.587969] uhci_hcd 0000:00:01.2: UHCI Host Controller >20:53:34,566 INFO kernel:[ 8.589385] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 >20:53:34,566 INFO kernel:[ 8.591734] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 >20:53:34,566 INFO kernel:[ 8.593236] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >20:53:34,566 INFO kernel:[ 8.594818] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >20:53:34,566 INFO kernel:[ 8.597321] usb usb1: Product: UHCI Host Controller >20:53:34,566 INFO kernel:[ 8.598815] usb usb1: Manufacturer: Linux 3.11.10-301.fc20.x86_64 uhci_hcd >20:53:34,566 INFO kernel:[ 8.600403] usb usb1: SerialNumber: 0000:00:01.2 >20:53:34,566 INFO kernel:[ 8.602162] hub 1-0:1.0: USB hub found >20:53:34,566 INFO kernel:[ 8.603381] hub 1-0:1.0: 2 ports detected >20:53:34,566 INFO kernel:[ 8.604933] usbcore: registered new interface driver usbserial >20:53:34,566 INFO kernel:[ 8.605914] usbcore: registered new interface driver usbserial_generic >20:53:34,566 INFO kernel:[ 8.607314] usbserial: USB Serial support registered for generic >20:53:34,566 INFO kernel:[ 8.608827] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >20:53:34,566 INFO kernel:[ 8.613986] serio: i8042 KBD port at 0x60,0x64 irq 1 >20:53:34,566 INFO kernel:[ 8.615346] serio: i8042 AUX port at 0x60,0x64 irq 12 >20:53:34,566 INFO kernel:[ 8.616399] mousedev: PS/2 mouse device common for all mice >20:53:34,566 INFO kernel:[ 8.618193] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >20:53:34,566 INFO kernel:[ 8.620671] rtc_cmos 00:00: RTC can wake from S4 >20:53:34,566 INFO kernel:[ 8.624325] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 >20:53:34,566 INFO kernel:[ 8.626257] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram, hpet irqs >20:53:34,566 INFO kernel:[ 8.629288] device-mapper: uevent: version 1.0.3 >20:53:34,566 INFO kernel:[ 8.630593] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com >20:53:34,566 INFO kernel:[ 8.632417] cpuidle: using governor menu >20:53:34,566 INFO kernel:[ 8.633579] hidraw: raw HID events driver (C) Jiri Kosina >20:53:34,569 INFO kernel:[ 8.635003] usbcore: registered new interface driver usbhid >20:53:34,569 INFO kernel:[ 8.635952] usbhid: USB HID core driver >20:53:34,569 INFO kernel:[ 8.637393] drop_monitor: Initializing network drop monitor service >20:53:34,569 INFO kernel:[ 8.638991] ip_tables: (C) 2000-2006 Netfilter Core Team >20:53:34,569 INFO kernel:[ 8.646162] TCP: cubic registered >20:53:34,569 INFO kernel:[ 8.648575] Initializing XFRM netlink socket >20:53:34,569 INFO kernel:[ 8.653459] NET: Registered protocol family 10 >20:53:34,569 INFO kernel:[ 8.656768] mip6: Mobile IPv6 >20:53:34,569 INFO kernel:[ 8.658964] NET: Registered protocol family 17 >20:53:34,569 DEBUG kernel:[ 8.661295] PM: Hibernation image not present or could not be loaded. >20:53:34,569 NOTICE kernel:[ 8.661325] Loading compiled-in X.509 certificates >20:53:34,569 NOTICE kernel:[ 8.675657] Loaded X.509 cert 'Fedora kernel signing key: 03591dc57a690741401a1c202e2b3d9f4fed2a0e' >20:53:34,569 INFO kernel:[ 8.683266] registered taskstats version 1 >20:53:34,569 INFO kernel:[ 8.686998] Magic number: 6:219:902 >20:53:34,569 INFO kernel:[ 8.688565] rtc_cmos 00:00: setting system clock to 2014-07-10 20:52:58 UTC (1405025578) >20:53:34,569 INFO kernel:[ 8.757925] Freeing unused kernel memory: 1424K (ffffffff81cf9000 - ffffffff81e5d000) >20:53:34,569 INFO kernel:[ 8.760422] Write protecting the kernel read-only data: 12288k >20:53:34,569 INFO kernel:[ 8.770075] Freeing unused kernel memory: 1688K (ffff88000165a000 - ffff880001800000) >20:53:34,569 INFO kernel:[ 8.780293] Freeing unused kernel memory: 1232K (ffff880001acc000 - ffff880001c00000) >20:53:34,569 INFO kernel:[ 8.910143] usb 1-1: new full-speed USB device number 2 using uhci_hcd >20:53:34,569 INFO kernel:[ 8.967718] device-mapper: multipath: version 1.5.1 loaded >20:53:34,569 INFO kernel:[ 9.065944] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >20:53:34,569 INFO kernel:[ 9.067468] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 >20:53:34,569 INFO kernel:[ 9.068497] usb 1-1: Product: QEMU USB Tablet >20:53:34,569 INFO kernel:[ 9.069612] usb 1-1: Manufacturer: QEMU >20:53:34,569 INFO kernel:[ 9.070873] usb 1-1: SerialNumber: 42 >20:53:34,569 INFO kernel:[ 9.085202] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input2 >20:53:34,569 INFO kernel:[ 9.089643] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 >20:53:34,569 INFO kernel:[ 9.133559] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found >20:53:34,569 INFO kernel:[ 9.428245] tsc: Refined TSC clocksource calibration: 1297.055 MHz >20:53:34,569 INFO kernel:[ 9.551915] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 >20:53:34,569 INFO kernel:[ 10.016404] squashfs: version 4.0 (2009/01/31) Phillip Lougher >20:53:34,569 INFO kernel:[ 10.026703] Loading iSCSI transport class v2.0-870. >20:53:34,569 NOTICE kernel:[ 10.042362] iscsi: registered transport (tcp) >20:53:34,569 INFO kernel:[ 10.052290] alua: device handler registered >20:53:34,569 INFO kernel:[ 10.059232] emc: device handler registered >20:53:34,569 INFO kernel:[ 10.069180] hp_sw: device handler registered >20:53:34,569 INFO kernel:[ 10.078167] rdac: device handler registered >20:53:34,569 INFO kernel:[ 10.101268] FDC 0 is a S82078B >20:53:34,569 INFO kernel:[ 10.124981] No iBFT detected. >20:53:34,569 INFO kernel:[ 10.134154] md: raid0 personality registered for level 0 >20:53:34,569 INFO kernel:[ 10.144545] md: raid1 personality registered for level 1 >20:53:34,569 INFO kernel:[ 10.153529] async_tx: api initialized (async) >20:53:34,569 INFO kernel:[ 10.167983] xor: measuring software checksum speed >20:53:34,569 INFO kernel:[ 10.179085] prefetch64-sse: 136.000 MB/sec >20:53:34,569 INFO kernel:[ 10.190073] generic_sse: 136.000 MB/sec >20:53:34,569 INFO kernel:[ 10.191302] xor: using function: generic_sse (136.000 MB/sec) >20:53:34,569 WARNING kernel:[ 10.219047] raid6: sse2x1 2773 MB/s >20:53:34,569 WARNING kernel:[ 10.239059] raid6: sse2x2 2480 MB/s >20:53:34,569 WARNING kernel:[ 10.257073] raid6: sse2x4 3164 MB/s >20:53:34,569 WARNING kernel:[ 10.266906] raid6: using algorithm sse2x4 (3164 MB/s) >20:53:34,569 WARNING kernel:[ 10.269713] raid6: using intx1 recovery algorithm >20:53:34,569 INFO kernel:[ 10.314281] md: raid6 personality registered for level 6 >20:53:34,569 INFO kernel:[ 10.325891] md: raid5 personality registered for level 5 >20:53:34,569 INFO kernel:[ 10.347912] md: raid4 personality registered for level 4 >20:53:34,569 INFO kernel:[ 10.407851] md: raid10 personality registered for level 10 >20:53:34,569 INFO kernel:[ 10.429659] md: linear personality registered for level -1 >20:53:34,569 INFO kernel:[ 10.498512] device-mapper: multipath round-robin: version 1.0.0 loaded >20:53:34,569 INFO kernel:[ 10.525953] sha256_ssse3: Neither AVX nor SSSE3 is available/usable. >20:53:34,569 INFO kernel:[ 10.716200] RPC: Registered named UNIX socket transport module. >20:53:34,569 INFO kernel:[ 10.717226] RPC: Registered udp transport module. >20:53:34,569 INFO kernel:[ 10.718326] RPC: Registered tcp transport module. >20:53:34,569 INFO kernel:[ 10.719207] RPC: Registered tcp NFSv4.1 backchannel transport module. >20:53:34,569 WARNING kernel:[ 11.318355] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 >20:53:34,569 DEBUG kernel:[ 11.323309] virtio-pci 0000:00:03.0: setting latency timer to 64 >20:53:34,569 INFO kernel:[ 11.324349] [drm] Initialized drm 1.1.0 20060810 >20:53:34,569 DEBUG kernel:[ 11.333108] virtio-pci 0000:00:04.0: setting latency timer to 64 >20:53:34,569 WARNING kernel:[ 11.345210] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 >20:53:34,569 DEBUG kernel:[ 11.354449] virtio-pci 0000:00:05.0: setting latency timer to 64 >20:53:34,569 WARNING kernel:[ 11.363946] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 >20:53:34,569 INFO kernel:[ 11.385993] [drm] Device Version 0.0 >20:53:34,569 INFO kernel:[ 11.391029] [drm] Compression level 0 log level 0 >20:53:34,569 INFO kernel:[ 11.394637] [drm] Currently using mode #0, list at 0x488 >20:53:34,569 INFO kernel:[ 11.396054] [drm] 12286 io pages at offset 0x1000000 >20:53:34,569 INFO kernel:[ 11.397488] [drm] 16777216 byte draw area at offset 0x0 >20:53:34,569 INFO kernel:[ 11.399151] [drm] RAM header offset: 0x3ffe000 >20:53:34,569 INFO kernel:[ 11.400462] [drm] rom modes offset 0x488 for 118 modes >20:53:34,569 INFO kernel:[ 11.401840] [TTM] Zone kernel: Available graphics memory: 509690 kiB >20:53:34,569 INFO kernel:[ 11.402857] [TTM] Initializing pool allocator >20:53:34,569 INFO kernel:[ 11.403753] [TTM] Initializing DMA pool allocator >20:53:34,569 INFO kernel:[ 11.404764] [drm] qxl: 16M of VRAM memory size >20:53:34,569 INFO kernel:[ 11.405619] [drm] qxl: 63M of IO pages memory ready (VRAM domain) >20:53:34,569 INFO kernel:[ 11.465929] [drm] main mem slot 1 [f4000000,3ffe000) >20:53:34,569 INFO kernel:[ 11.468436] [drm] fb mappable at 0xF4000000, size 3145728 >20:53:34,569 INFO kernel:[ 11.469903] [drm] fb: depth 24, pitch 4096, width 1024, height 768 >20:53:34,569 INFO kernel:[ 11.471429] fbcon: qxldrmfb (fb0) is primary device >20:53:34,569 INFO kernel:[ 11.537704] Console: switching to colour frame buffer device 128x48 >20:53:34,569 INFO kernel:[ 11.648574] qxl 0000:00:02.0: fb0: qxldrmfb frame buffer device >20:53:34,569 INFO kernel:[ 11.648593] qxl 0000:00:02.0: registered panic notifier >20:53:34,569 INFO kernel:[ 11.648872] [drm] Initialized qxl 0.1.0 20120117 for 0000:00:02.0 on minor 0 >20:53:34,569 DEBUG kernel:[ 11.657097] virtio-pci 0000:00:06.0: setting latency timer to 64 >20:53:34,569 DEBUG kernel:[ 11.664071] virtio-pci 0000:00:05.0: irq 40 for MSI/MSI-X >20:53:34,569 DEBUG kernel:[ 11.664142] virtio-pci 0000:00:05.0: irq 41 for MSI/MSI-X >20:53:34,569 INFO kernel:[ 11.668464] vda: unknown partition table >20:53:34,569 DEBUG kernel:[ 11.673664] virtio-pci 0000:00:03.0: irq 42 for MSI/MSI-X >20:53:34,569 DEBUG kernel:[ 11.673741] virtio-pci 0000:00:03.0: irq 43 for MSI/MSI-X >20:53:34,569 DEBUG kernel:[ 11.673858] virtio-pci 0000:00:03.0: irq 44 for MSI/MSI-X >20:53:34,569 INFO kernel:[ 22.577967] loop: module loaded >20:53:34,569 INFO kernel:[ 22.724000] bio: create slab <bio-1> at 1 >20:53:34,569 INFO kernel:[ 22.753165] bio: create slab <bio-2> at 2 >20:53:34,569 INFO kernel:[ 23.499786] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >20:53:34,569 DEBUG kernel:[ 39.831675] SELinux: 2048 avtab hash slots, 101316 rules. >20:53:34,569 DEBUG kernel:[ 39.862598] SELinux: 2048 avtab hash slots, 101316 rules. >20:53:34,569 DEBUG kernel:[ 39.902841] SELinux: 8 users, 83 roles, 4634 types, 265 bools, 1 sens, 1024 cats >20:53:34,569 DEBUG kernel:[ 39.902849] SELinux: 83 classes, 101316 rules >20:53:34,569 DEBUG kernel:[ 39.912783] SELinux: Completing initialization. >20:53:34,569 DEBUG kernel:[ 39.912788] SELinux: Setting up existing superblocks. >20:53:34,569 DEBUG kernel:[ 39.912799] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.912806] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.912822] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.912829] SELinux: initialized (dev proc, type proc), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.912843] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >20:53:34,569 DEBUG kernel:[ 39.913280] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >20:53:34,569 DEBUG kernel:[ 39.914414] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >20:53:34,569 DEBUG kernel:[ 39.914422] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.915611] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >20:53:34,569 DEBUG kernel:[ 39.915630] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.915635] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >20:53:34,569 DEBUG kernel:[ 39.915675] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >20:53:34,569 DEBUG kernel:[ 39.915705] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >20:53:34,569 DEBUG kernel:[ 39.915717] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.915731] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.916493] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.916498] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >20:53:34,569 DEBUG kernel:[ 39.916509] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >20:53:34,569 DEBUG kernel:[ 39.916832] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >20:53:34,569 DEBUG kernel:[ 39.916887] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.916899] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.916903] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.916909] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.916916] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.916925] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.916929] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.916934] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.916939] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.916948] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.916952] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.916960] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 39.916976] SELinux: initialized (dev loop0, type squashfs), uses xattr >20:53:34,569 DEBUG kernel:[ 39.917036] SELinux: initialized (dev dm-0, type ext4), uses xattr >20:53:34,569 NOTICE kernel:[ 39.935830] type=1403 audit(1405025609.746:2): policy loaded auid=4294967295 ses=4294967295 >20:53:34,569 DEBUG kernel:[ 41.182846] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 41.340471] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >20:53:34,569 DEBUG kernel:[ 41.345209] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >20:53:34,569 DEBUG kernel:[ 41.822893] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >20:53:34,569 INFO kernel:[ 43.515811] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >20:53:34,569 DEBUG kernel:[ 43.766308] virtio-pci 0000:00:04.0: irq 45 for MSI/MSI-X >20:53:34,569 DEBUG kernel:[ 43.766381] virtio-pci 0000:00:04.0: irq 46 for MSI/MSI-X >20:53:34,569 NOTICE kernel:[ 43.840129] type=1400 audit(1405025613.651:3): avc: denied { create } for pid=991 comm="systemd-tmpfile" name="tmp" scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >20:53:34,569 NOTICE kernel:[ 43.840288] type=1400 audit(1405025613.651:4): avc: denied { setattr } for pid=991 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=17466 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >20:53:34,569 NOTICE kernel:[ 43.840402] type=1400 audit(1405025613.651:5): avc: denied { relabelfrom } for pid=991 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=17466 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >20:53:34,569 INFO kernel:[ 43.959622] microcode: CPU0 sig=0x623, pf=0x0, revision=0x1 >20:53:34,569 INFO kernel:[ 44.006707] microcode: CPU1 sig=0x623, pf=0x0, revision=0x1 >20:53:34,569 INFO kernel:[ 44.006999] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >20:53:34,654 WARNING spice-vdagentd: no session info, max 1 session agent allowed >20:53:34,811 NOTICE kernel:[ 44.999542] type=1400 audit(1405025614.810:6): avc: denied { read } for pid=1012 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 >20:53:34,811 NOTICE kernel:[ 44.999594] type=1400 audit(1405025614.810:7): avc: denied { open } for pid=1012 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 >20:53:35,707 INFO NetworkManager: <info> NetworkManager (version 0.9.9.0-20.git20131003.fc20) is starting... >20:53:35,707 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >20:53:35,707 INFO NetworkManager: <info> WEXT support is enabled >20:53:35,848 INFO kernel:[ 46.036072] cfg80211: Calling CRDA to update world regulatory domain >20:53:36,150 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >20:53:36,290 INFO polkitd: Started polkitd version 0.112 >20:53:36,553 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >20:53:36,594 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >20:53:36,596 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >20:53:36,596 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >20:53:36,597 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >20:53:36,597 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ... >20:53:36,602 NOTICE NetworkManager: ifcfg-rh: read connection 'System eth0' >20:53:36,755 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >20:53:36,763 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >20:53:36,824 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >20:53:36,836 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >20:53:36,847 INFO NetworkManager: <info> WiFi hardware radio set enabled >20:53:36,851 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >20:53:36,851 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >20:53:36,856 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >20:53:36,856 INFO NetworkManager: <info> Networking is enabled by state file >20:53:36,860 INFO NetworkManager: <info> (lo): link connected >20:53:36,861 INFO NetworkManager: <info> (lo): carrier is ON >20:53:36,861 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >20:53:36,861 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >20:53:36,861 INFO NetworkManager: <info> (lo): No existing connection detected. >20:53:36,863 INFO NetworkManager: <info> (eth0): link connected >20:53:36,863 INFO NetworkManager: <info> (eth0): carrier is ON >20:53:36,864 INFO NetworkManager: <info> (eth0): new Ethernet device (driver: 'virtio_net' ifindex: 2) >20:53:36,864 INFO NetworkManager: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1 >20:53:36,864 INFO NetworkManager: <info> (eth0): Generating connection from current device status. >20:53:36,865 INFO NetworkManager: <info> (eth0): Using generated connection: 'eth0' >20:53:36,865 INFO NetworkManager: <info> (eth0): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >20:53:36,871 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 >20:53:36,873 INFO NetworkManager: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >20:53:36,877 INFO NetworkManager: <info> Auto-activating connection 'System eth0'. >20:53:36,878 INFO NetworkManager: <info> Activation (eth0) starting connection 'System eth0' >20:53:36,878 INFO NetworkManager: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >20:53:36,878 INFO NetworkManager: <info> NetworkManager state is now CONNECTING >20:53:36,878 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >20:53:36,879 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >20:53:36,880 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >20:53:36,880 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >20:53:36,880 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >20:53:36,880 INFO NetworkManager: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >20:53:36,881 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >20:53:36,881 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >20:53:36,881 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >20:53:36,881 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >20:53:36,881 INFO NetworkManager: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >20:53:36,882 INFO NetworkManager: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >20:53:36,965 INFO NetworkManager: <info> dhclient started with pid 1046 >20:53:36,967 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >20:53:37,504 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.5 >20:53:37,505 INFO dhclient: Copyright 2004-2013 Internet Systems Consortium. >20:53:37,506 INFO dhclient: All rights reserved. >20:53:37,506 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >20:53:37,507 INFO dhclient: >20:53:37,526 INFO NetworkManager: <info> (eth0): DHCPv4 state changed nbi -> preinit >20:53:37,538 INFO dhclient: Listening on LPF/eth0/52:54:00:37:ec:5b >20:53:37,540 INFO dhclient: Sending on LPF/eth0/52:54:00:37:ec:5b >20:53:37,543 INFO dhclient: Sending on Socket/fallback >20:53:37,545 INFO dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x7bc7882c) >20:53:37,619 INFO dhclient: DHCPACK from 192.168.122.1 (xid=0x7bc7882c) >20:53:37,626 INFO NetworkManager: <info> (eth0): DHCPv4 state changed preinit -> reboot >20:53:37,626 INFO NetworkManager: <info> address 192.168.122.242 >20:53:37,626 INFO NetworkManager: <info> plen 24 (255.255.255.0) >20:53:37,626 INFO NetworkManager: <info> gateway 192.168.122.1 >20:53:37,626 INFO NetworkManager: <info> lease time 3600 >20:53:37,626 INFO NetworkManager: <info> nameserver '192.168.122.1' >20:53:37,626 INFO NetworkManager: <info> domain name 'mobile.wg42.ch' >20:53:37,626 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >20:53:37,628 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >20:53:37,629 INFO NetworkManager: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >20:53:37,629 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >20:53:37,630 INFO NetworkManager: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >20:53:37,630 INFO NetworkManager: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >20:53:37,631 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >20:53:37,632 INFO dhclient: bound to 192.168.122.242 -- renewal in 1519 seconds. >20:53:37,633 INFO NetworkManager: <info> Policy set 'System eth0' (eth0) as default for IPv4 routing and DNS. >20:53:37,647 INFO NetworkManager: <info> Activation (eth0) successful, device activated. >20:53:37,649 INFO NetworkManager: <info> startup complete >20:53:37,649 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >20:53:37,700 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >20:53:46,817 NOTICE kernel:[ 57.004446] type=1400 audit(1405025626.815:8): avc: denied { read write } for pid=1100 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=1161 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >20:53:47,502 NOTICE kernel:[ 57.689238] type=1400 audit(1405025627.500:9): avc: denied { read write } for pid=1122 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 >20:53:47,505 NOTICE kernel:[ 57.693385] type=1400 audit(1405025627.504:10): avc: denied { open } for pid=1122 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 >20:53:47,505 NOTICE kernel:[ 57.693437] type=1400 audit(1405025627.504:11): avc: denied { ioctl } for pid=1122 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 >20:53:47,693 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' >20:53:47,731 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.locale1' >20:53:50,205 NOTICE NetworkManager: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-eth0 >20:53:50,406 NOTICE NetworkManager: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-eth0 >20:53:50,507 NOTICE kernel:[ 60.693888] type=1400 audit(1405025630.504:12): avc: denied { read write } for pid=1134 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 >20:53:50,507 NOTICE kernel:[ 60.695739] type=1400 audit(1405025630.506:13): avc: denied { read write } for pid=1134 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=1161 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >20:53:51,001 NOTICE kernel:[ 61.063734] type=1400 audit(1405025631.000:14): avc: denied { ioctl } for pid=1134 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 >20:53:51,002 NOTICE kernel:[ 61.063769] type=1400 audit(1405025631.000:15): avc: denied { getattr } for pid=1134 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 >20:53:51,137 INFO chronyd: chronyd version 1.29 starting >20:53:51,139 INFO chronyd: Linux kernel major=3 minor=11 patch=10 >20:53:51,139 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 >20:53:51,142 INFO chronyd: Generated key 1 >20:53:53,040 INFO kernel:[ 63.101573] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled > > >/run/install/ks.cfg: >#version=RHEL7 ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Use network installation >url --url="http://formosa.mobile.wg42.ch:8080/centos/7/os/x86_64" ># Run the Setup Agent on first boot >firstboot --enable >ignoredisk --only-use=vda ># Keyboard layouts >keyboard --vckeymap=us --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --device=eth0 --ipv6=auto --activate >network --hostname=localhost.localdomain ># Root password >rootpw --iscrypted $6$GkDwFkUtUDEGrW1I$qtgYAcQH9KoibE0ohM4h1B.VLQRsU/fYQm6qdJ1/JODdRmEpKFHZIuKpnMRo8F/raxxDFAAKK9NvGa0MPuj.Z/ ># System timezone >timezone America/New_York --isUtc ># System bootloader configuration >bootloader --location=mbr --boot-drive=vda ># Partition clearing information >clearpart --none --initlabel ># Disk partitioning information >part pv.10 --fstype="lvmpv" --ondisk=vda --size=7176 >part /boot --fstype="xfs" --ondisk=vda --size=512 >volgroup centos --pesize=4096 pv.10 >logvol none --fstype="None" --size=5120 --thinpool --name=pool00 --vgname=centos >logvol swap --fstype="swap" --size=1024 --name=swap --vgname=centos >logvol / --fstype="xfs" --size=5120 --thin --poolname=pool00 --name=root --vgname=centos > >%packages >@core > >%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 1118498
: 917176 |
917177
|
917178
|
917179
|
917180
|
917181
|
917182
|
917183
|
917184
|
917185
|
917186
|
917187
|
917251