Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1234825 Details for
Bug 1408282
TypeError: can't pickle _ped.Alignment objects
Home
New
Search
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.rh90 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), 750.98 KB, created by
Adam Williamson
on 2016-12-22 18:06:29 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Adam Williamson
Created:
2016-12-22 18:06:29 UTC
Size:
750.98 KB
patch
obsolete
>anaconda 26.16-1 exception report >Traceback (most recent call first): > File "/usr/lib64/python3.6/copy.py", line 169, in deepcopy > rv = reductor(4) > File "/usr/lib64/python3.6/copy.py", line 240, in _deepcopy_dict > y[deepcopy(key, memo)] = deepcopy(value, memo) > File "/usr/lib64/python3.6/copy.py", line 150, in deepcopy > y = copier(x, memo) > File "/usr/lib64/python3.6/copy.py", line 280, in _reconstruct > state = deepcopy(state, memo) > File "/usr/lib64/python3.6/copy.py", line 180, in deepcopy > y = _reconstruct(x, memo, *rv) > File "/usr/lib/python3.6/site-packages/blivet/util.py", line 847, in variable_copy > setattr(new, attr, copy.deepcopy(value, memo)) > File "/usr/lib/python3.6/site-packages/blivet/formats/disklabel.py", line 94, in __deepcopy__ > duplicate=('_parted_disk', '_orig_parted_disk')) > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib64/python3.6/copy.py", line 161, in deepcopy > y = copier(memo) > File "/usr/lib/python3.6/site-packages/blivet/util.py", line 847, in variable_copy > setattr(new, attr, copy.deepcopy(value, memo)) > File "/usr/lib/python3.6/site-packages/blivet/devices/device.py", line 97, in __deepcopy__ > shallow=('_parted_partition',)) > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib64/python3.6/copy.py", line 161, in deepcopy > y = copier(memo) > File "/usr/lib64/python3.6/copy.py", line 215, in _deepcopy_list > append(deepcopy(a, memo)) > File "/usr/lib64/python3.6/copy.py", line 150, in deepcopy > y = copier(x, memo) > File "/usr/lib64/python3.6/copy.py", line 240, in _deepcopy_dict > y[deepcopy(key, memo)] = deepcopy(value, memo) > File "/usr/lib64/python3.6/copy.py", line 150, in deepcopy > y = copier(x, memo) > File "/usr/lib64/python3.6/copy.py", line 280, in _reconstruct > state = deepcopy(state, memo) > File "/usr/lib64/python3.6/copy.py", line 180, in deepcopy > y = _reconstruct(x, memo, *rv) > File "/usr/lib64/python3.6/copy.py", line 240, in _deepcopy_dict > y[deepcopy(key, memo)] = deepcopy(value, memo) > File "/usr/lib64/python3.6/copy.py", line 150, in deepcopy > y = copier(x, memo) > File "/usr/lib64/python3.6/copy.py", line 280, in _reconstruct > state = deepcopy(state, memo) > File "/usr/lib64/python3.6/copy.py", line 180, in deepcopy > y = _reconstruct(x, memo, *rv) > File "/usr/lib/python3.6/site-packages/blivet/blivet.py", line 1746, in copy > new = copy.deepcopy(self) > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock > return m(*args, **kwargs) > File "/usr/lib64/python3.6/site-packages/pyanaconda/storage_utils.py", line 462, in create_snapshot > self._storage_snap = storage.copy() > File "/usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 939, in on_back_clicked > on_disk_storage.create_snapshot(self.storage) >TypeError: can't pickle _ped.Alignment objects > >Local variables in innermost frame: >reductor: <built-in method __reduce_ex__ of _ped.Alignment object at 0x7fc9cf42f6d8> >issc: False >copier: None >cls: <class '_ped.Alignment'> >y: [] >d: 140504742426328 >_nil: [] > > >Anaconda instance, containing members: >_bootloader: GRUB2 instance, containing members: > _bootloader.boot_args: > _bootloader.dracut_args: > _bootloader.disks: [] > _bootloader._disk_order: [] > _bootloader._timeout: None > _bootloader.password: None > _bootloader.console: Skipped > _bootloader.console_options: Skipped > _bootloader.linux_images: [] > _bootloader.chain_images: [] > _bootloader._default_image: None > _bootloader._update_only: False > _bootloader.skip_bootloader: False > _bootloader.errors: [] > _bootloader.warnings: [] > _bootloader.stage1_device: None > _bootloader.stage1_disk: None > _bootloader.stage2_device: None > _bootloader.stage2_is_preferred_stage1: False > _bootloader.problems: [] > _bootloader.encrypted_password: Skipped >canReIPL: False >desktop: Desktop instance, containing members: > desktop._default_target: multi-user.target > desktop.desktop: None >dir: None >_display_mode: DisplayModes instance, containing members: > _display_mode._value_: GUI > _display_mode._name_: GUI > _display_mode.__objclass__: <enum 'DisplayModes'> >_interactive_mode: True >gui_startup_failed: False >id: None >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.storage: Blivet instance, containing members: > _intf.storage.ksdata: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 ># Use graphical install >graphical ># Run the Setup Agent on first boot >firstboot --enable >ignoredisk --only-use=vda ># Keyboard layouts >keyboard --xlayouts='us' ># System language >lang en_CA.UTF-8 > ># Network information >network --bootproto=dhcp --device=ens3 --ipv6=auto --activate >network --hostname=localhost.localdomain ># System timezone >timezone America/Vancouver --isUtc ># System bootloader configuration >bootloader --location=mbr >autopart > >%packages >@^custom-environment > >%end > >%addon com_redhat_kdump --disable --reserve-mb='128' > >%end > >%anaconda >pwpolicy root --minlen=0 --minquality=1 --notstrict --nochanges --emptyok >pwpolicy user --minlen=0 --minquality=1 --notstrict --nochanges --emptyok >pwpolicy luks --minlen=0 --minquality=1 --notstrict --nochanges --emptyok >%end > > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader.boot_args: > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.disks: [existing 20 GiB disk vda (12) with existing msdos disklabel >] > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.password: None > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.linux_images: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.stage1_device: None > _intf.storage._bootloader.stage1_disk: None > _intf.storage._bootloader.stage2_device: None > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.problems: [] > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.ignore_disk_interactive: False > _intf.storage.config.ignored_disks: [] > _intf.storage.config.exclusive_disks: [] > _intf.storage.config.clear_part_type: None > _intf.storage.config.clear_part_disks: [] > _intf.storage.config.clear_part_devices: [] > _intf.storage.config.initialize_disks: False > _intf.storage.config.protected_dev_specs: [LABEL=Fedora-26-x86_64, /dev/zram0] > _intf.storage.config.disk_images: {} > _intf.storage.config.zero_mbr: False > _intf.storage.config.clear_non_existent: False > _intf.storage.do_autopart: False > _intf.storage.clear_part_choice: None > _intf.storage.encrypted_autopart: False > _intf.storage.autopart_type: 2 > _intf.storage.encryption_cipher: None > _intf.storage.escrow_certificates: {} > _intf.storage.autopart_escrow_cert: None > _intf.storage.autopart_add_backup_passphrase: False > _intf.storage.autopart_requests: [PartSpec instance (0x7fc9d727cd68) -- > mountpoint = / lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB max_size = 50 GiB grow = True > >, PartSpec instance (0x7fc9d727ce10) -- > mountpoint = /home lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB max_size = None grow = True > >, PartSpec instance (0x7fc9d727ce80) -- > mountpoint = None lv = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1024 KiB max_size = None grow = False > >, PartSpec instance (0x7fc9d727cef0) -- > mountpoint = /boot lv = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 1024 MiB max_size = None grow = False > >, PartSpec instance (0x7fc9d727bfd0) -- > mountpoint = None lv = True thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 0.0 max_size = None grow = False > >] > _intf.storage.edd_dict: {'vda': 128} > _intf.storage.size_sets: [] > _intf.storage._default_fstype: ext4 > _intf.storage._default_boot_fstype: None > _intf.storage._next_id: 0 > _intf.storage._dump_file: /tmp/storage.state > _intf.storage.devicetree: DeviceTree instance, containing members: > _intf.storage.devicetree.luks_dict_passed: {} > _intf.storage.devicetree._devices: [OpticalDevice instance, containing members: > id: 2 > exists: True > uuid: None > sysfs_path: /sys/devices/pci0000:00/0000:00:01.1/ata7/host6/target6:0:0/6:0:0:0/block/sr0 > _format: Iso9660FS instance, containing members: > _format.id: 10 > _format._label: Fedora-26-x86_64 > _format._options: None > _format._device: /dev/sr0 > _format.uuid: 2016-12-22-09-38-06-00 > _format.exists: True > _format.mountopts: None > _format._create_options: None > _format._info: UnimplementedFSInfo instance, containing members: > _format._info.fs: Already dumped (Iso9660FS instance) > _format._resize: UnimplementedFSResize instance, containing members: > _format._resize.df: Already dumped (Iso9660FS instance) > _format._minsize: UnimplementedFSMinSize instance, containing members: > _format._minsize.fs: Already dumped (Iso9660FS instance) > _format._size_info: UnimplementedFSSize instance, containing members: > _format._size_info.fs: Already dumped (Iso9660FS instance) > _format._size: Size instance, containing members: > _format._size._c_size: Size (0 B) > _format._target_size: Already dumped (Size instance) > _format._min_instance_size: Size instance, containing members: > _format._min_instance_size._c_size: Size (0 B) > _format._resizable: False > _format._fsck: UnimplementedFSCK instance, containing members: > _format._fsck.fs: Already dumped (Iso9660FS instance) > _format._mkfs: UnimplementedFSMkfs instance, containing members: > _format._mkfs.fs: Already dumped (Iso9660FS instance) > _format._mount: Iso9660FSMount instance, containing members: > _format._mount.fs: Already dumped (Iso9660FS instance) > _format._readlabel: UnimplementedFSReadLabel instance, containing members: > _format._readlabel.fs: Already dumped (Iso9660FS instance) > _format._sync: UnimplementedFSSync instance, containing members: > _format._sync.fs: Already dumped (Iso9660FS instance) > _format._writelabel: UnimplementedFSWriteLabel instance, containing members: > _format._writelabel.fs: Already dumped (Iso9660FS instance) > _format._current_info: None > _format.mountpoint: None > _format.fsprofile: None > _format._chrooted_mountpoint: None > _size: Size instance, containing members: > _size._c_size: Size (454 MiB) > _target_size: Already dumped (Size instance) > _current_size: Already dumped (Size instance) > major: 11 > minor: 0 > _serial: None > _vendor: Skipped > _model: QEMU_DVD-ROM > bus: Skipped > _readonly: False > _protected: True > controllable: True > _name: sr0 > _tags: set() > _parents: ParentList instance, containing members: > _parents.items: [] > _parents.appendfunc: <bound method Device._add_parent of OpticalDevice instance (0x7fc9d591b630) -- > name = sr0 status = True id = 2 > children = [] > parents = [] > uuid = None size = 454 MiB > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /sys/devices/pci0000:00/0000:00:01.1/ata7/host6/target6:0:0/6:0:0:0/block/sr0 > target size = 454 MiB path = /dev/sr0 > format args = [] original_format = iso9660> > _parents.removefunc: <bound method Device._remove_parent of OpticalDevice instance (0x7fc9d591b630) -- > name = sr0 status = True id = 2 > children = [] > parents = [] > uuid = None size = 454 MiB > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /sys/devices/pci0000:00/0000:00:01.1/ata7/host6/target6:0:0/6:0:0:0/block/sr0 > target size = 454 MiB path = /dev/sr0 > format args = [] original_format = iso9660> > _children: [] > original_format: Iso9660FS instance, containing members: > original_format.id: 10 > original_format._label: Fedora-26-x86_64 > original_format._options: None > original_format._device: /dev/sr0 > original_format.uuid: 2016-12-22-09-38-06-00 > original_format.exists: True > original_format.mountopts: None > original_format._create_options: None > original_format._info: UnimplementedFSInfo instance, containing members: > original_format._info.fs: Already dumped (Iso9660FS instance) > original_format._resize: UnimplementedFSResize instance, containing members: > original_format._resize.df: Already dumped (Iso9660FS instance) > original_format._minsize: UnimplementedFSMinSize instance, containing members: > original_format._minsize.fs: Already dumped (Iso9660FS instance) > original_format._size_info: UnimplementedFSSize instance, containing members: > original_format._size_info.fs: Already dumped (Iso9660FS instance) > original_format._size: Size instance, containing members: > original_format._size._c_size: Size (0 B) > original_format._target_size: Already dumped (Size instance) > original_format._min_instance_size: Size instance, containing members: > original_format._min_instance_size._c_size: Size (0 B) > original_format._resizable: False > original_format._fsck: UnimplementedFSCK instance, containing members: > original_format._fsck.fs: Already dumped (Iso9660FS instance) > original_format._mkfs: UnimplementedFSMkfs instance, containing members: > original_format._mkfs.fs: Already dumped (Iso9660FS instance) > original_format._mount: Iso9660FSMount instance, containing members: > original_format._mount.fs: Already dumped (Iso9660FS instance) > original_format._readlabel: UnimplementedFSReadLabel instance, containing members: > original_format._readlabel.fs: Already dumped (Iso9660FS instance) > original_format._sync: UnimplementedFSSync instance, containing members: > original_format._sync.fs: Already dumped (Iso9660FS instance) > original_format._writelabel: UnimplementedFSWriteLabel instance, containing members: > original_format._writelabel.fs: Already dumped (Iso9660FS instance) > original_format._current_info: None > original_format.mountpoint: None > original_format.fsprofile: None > original_format._chrooted_mountpoint: None > fstab_comment: Skipped > device_links: [/dev/disk/by-uuid/2016-12-22-09-38-06-00, /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001, /dev/disk/by-label/Fedora-26-x86_64, /dev/cdrom, /dev/disk/by-path/pci-0000:00:01.1-ata-1] >, Already dumped (DiskDevice instance) >, existing 1024 MiB partition vda1 (22) with existing ext4 filesystem >, existing 19 GiB partition vda2 (32) with existing lvmpv >, existing 19 GiB lvmvg fedora (41) >, existing 2 GiB lvmlv fedora-swap (45) with existing swap >, existing 15 GiB lvmlv fedora-root (58) with existing xfs filesystem >, FileDevice instance, containing members: > id: 72 > exists: True > uuid: None > sysfs_path: Skipped > _format: existing None > _size: Size instance, containing members: > _size._c_size: Size (0 B) > _target_size: Already dumped (Size instance) > _current_size: Already dumped (Size instance) > major: 0 > minor: 0 > _serial: None > _vendor: Skipped > _model: Skipped > bus: Skipped > _readonly: False > _protected: False > controllable: False > _name: /run/install/repo/images/install.img > _tags: set() > _parents: ParentList instance, containing members: > _parents.items: [] > _parents.appendfunc: <bound method Device._add_parent of FileDevice instance (0x7fc9d1244a90) -- > name = /run/install/repo/images/install.img status = False id = 72 > children = ['existing 0 B loop loop0 (76)'] > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /run/install/repo/images/install.img > format args = [] original_format = None> > _parents.removefunc: <bound method Device._remove_parent of FileDevice instance (0x7fc9d1244a90) -- > name = /run/install/repo/images/install.img status = False id = 72 > children = ['existing 0 B loop loop0 (76)'] > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /run/install/repo/images/install.img > format args = [] original_format = None> > _children: [LoopDevice instance, containing members: > id: 76 > exists: True > uuid: None > sysfs_path: /sys/devices/virtual/block/loop0 > _format: existing None > _size: Size instance, containing members: > _size._c_size: Size (0 B) > _target_size: Already dumped (Size instance) > _current_size: Already dumped (Size instance) > major: 0 > minor: 0 > _serial: None > _vendor: Skipped > _model: Skipped > bus: Skipped > _readonly: True > _protected: False > controllable: False > _name: loop0 > _tags: set() > _parents: ParentList instance, containing members: > _parents.items: [Already dumped (FileDevice instance) >] > _parents.appendfunc: <bound method Device._add_parent of LoopDevice instance (0x7fc9ed6033c8) -- > name = loop0 status = False id = 76 > children = [] > parents = ['existing 0 B file /run/install/repo/images/install.img (72)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/loop0 > target size = 0 B path = /dev/loop0 > format args = [] original_format = None> > _parents.removefunc: <bound method Device._remove_parent of LoopDevice instance (0x7fc9ed6033c8) -- > name = loop0 status = False id = 76 > children = [] > parents = ['existing 0 B file /run/install/repo/images/install.img (72)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/loop0 > target size = 0 B path = /dev/loop0 > format args = [] original_format = None> > _children: [] > original_format: existing None > fstab_comment: Skipped > device_links: [] >] > original_format: existing None > fstab_comment: Skipped > device_links: [] >, Already dumped (LoopDevice instance) >, FileDevice instance, containing members: > id: 86 > exists: True > uuid: None > sysfs_path: Skipped > _format: existing None > _size: Size instance, containing members: > _size._c_size: Size (0 B) > _target_size: Already dumped (Size instance) > _current_size: Already dumped (Size instance) > major: 0 > minor: 0 > _serial: None > _vendor: Skipped > _model: Skipped > bus: Skipped > _readonly: False > _protected: False > controllable: False > _name: /LiveOS/rootfs.img > _tags: set() > _parents: ParentList instance, containing members: > _parents.items: [] > _parents.appendfunc: <bound method Device._add_parent of FileDevice instance (0x7fc9d123ecf8) -- > name = /LiveOS/rootfs.img status = False id = 86 > children = ['existing 0 B loop loop1 (90) with existing ext4 filesystem'] > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /LiveOS/rootfs.img > format args = [] original_format = None> > _parents.removefunc: <bound method Device._remove_parent of FileDevice instance (0x7fc9d123ecf8) -- > name = /LiveOS/rootfs.img status = False id = 86 > children = ['existing 0 B loop loop1 (90) with existing ext4 filesystem'] > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /LiveOS/rootfs.img > format args = [] original_format = None> > _children: [LoopDevice instance, containing members: > id: 90 > exists: True > uuid: None > sysfs_path: /sys/devices/virtual/block/loop1 > _format: Ext4FS instance, containing members: > _format.id: 98 > _format._label: Anaconda > _format._options: None > _format._device: /dev/loop1 > _format.uuid: 1e58d833-a4fb-46c1-85e5-70d7a86e94c3 > _format.exists: True > _format.mountopts: None > _format._create_options: None > _format._info: Ext2FSInfo instance, containing members: > _format._info.fs: Already dumped (Ext4FS instance) > _format._resize: Ext2FSResize instance, containing members: > _format._resize.fs: Already dumped (Ext4FS instance) > _format._minsize: Ext2FSMinSize instance, containing members: > _format._minsize.fs: Already dumped (Ext4FS instance) > _format._size_info: Ext2FSSize instance, containing members: > _format._size_info.fs: Already dumped (Ext4FS instance) > _format._size: Size instance, containing members: > _format._size._c_size: Size (2 GiB) > _format._target_size: Already dumped (Size instance) > _format._min_instance_size: Already dumped (Size instance) > _format._resizable: False > _format._fsck: Ext2FSCK instance, containing members: > _format._fsck.fs: Already dumped (Ext4FS instance) > _format._mkfs: Ext4FSMkfs instance, containing members: > _format._mkfs.fs: Already dumped (Ext4FS instance) > _format._mount: FSMount instance, containing members: > _format._mount.fs: Already dumped (Ext4FS instance) > _format._readlabel: Ext2FSReadLabel instance, containing members: > _format._readlabel.fs: Already dumped (Ext4FS instance) > _format._sync: UnimplementedFSSync instance, containing members: > _format._sync.fs: Already dumped (Ext4FS instance) > _format._writelabel: Ext2FSWriteLabel instance, containing members: > _format._writelabel.fs: Already dumped (Ext4FS instance) > _format._current_info: Filesystem volume name: Anaconda >Last mounted on: / >Filesystem UUID: 1e58d833-a4fb-46c1-85e5-70d7a86e94c3 >Filesystem magic number: 0xEF53 >Filesystem revision #: 1 (dynamic) >Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize >Filesystem flags: signed_directory_hash >Default mount options: user_xattr acl >Filesystem state: clean >Errors behavior: Continue >Filesystem OS type: Linux >Inode count: 131072 >Block count: 524288 >Reserved block count: 0 >Free blocks: 192098 >Free inodes: 98399 >First block: 0 >Block size: 4096 >Fragment size: 4096 >Group descriptor size: 64 >Reserved GDT blocks: 255 >Blocks per group: 32768 >Fragments per group: 32768 >Inodes per group: 8192 >Inode blocks per group: 512 >Flex block group size: 16 >Filesystem created: Thu Dec 22 17:33:35 2016 >Last mount time: Thu Dec 22 17:34:47 2016 >Last write time: Thu Dec 22 17:34:52 2016 >Mount count: 2 >Maximum mount count: -1 >Last checked: Thu Dec 22 17:33:35 2016 >Check interval: 0 (<none>) >Lifetime writes: 1315 MB >Reserved blocks uid: 0 (user root) >Reserved blocks gid: 0 (group root) >First inode: 11 >Inode size: 256 >Required extra isize: 32 >Desired extra isize: 32 >Journal inode: 8 >Default directory hash: half_md4 >Directory Hash Seed: f190810d-372f-4621-b072-a723a8a110ae >Journal backup: inode blocks >Journal features: journal_64bit >Journal size: 64M >Journal length: 16384 >Journal sequence: 0x0000000d >Journal start: 0 > > > _format.mountpoint: None > _format.fsprofile: None > _format._chrooted_mountpoint: None > _size: Size instance, containing members: > _size._c_size: Size (0 B) > _target_size: Already dumped (Size instance) > _current_size: Already dumped (Size instance) > major: 0 > minor: 0 > _serial: None > _vendor: Skipped > _model: Skipped > bus: Skipped > _readonly: True > _protected: False > controllable: False > _name: loop1 > _tags: set() > _parents: ParentList instance, containing members: > _parents.items: [Already dumped (FileDevice instance) >] > _parents.appendfunc: <bound method Device._add_parent of LoopDevice instance (0x7fc9d123e908) -- > name = loop1 status = False id = 90 > children = ['existing 2 GiB dm live-rw (109) with existing ext4 filesystem', > 'existing 2 GiB dm live-base (119) with existing ext4 filesystem'] > parents = ['existing 0 B file /LiveOS/rootfs.img (86)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/loop1 > target size = 0 B path = /dev/loop1 > format args = [] original_format = ext4> > _parents.removefunc: <bound method Device._remove_parent of LoopDevice instance (0x7fc9d123e908) -- > name = loop1 status = False id = 90 > children = ['existing 2 GiB dm live-rw (109) with existing ext4 filesystem', > 'existing 2 GiB dm live-base (119) with existing ext4 filesystem'] > parents = ['existing 0 B file /LiveOS/rootfs.img (86)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/loop1 > target size = 0 B path = /dev/loop1 > format args = [] original_format = ext4> > _children: [existing 2 GiB dm live-rw (109) with existing ext4 filesystem >, existing 2 GiB dm live-base (119) with existing ext4 filesystem >] > original_format: Ext4FS instance, containing members: > original_format.id: 98 > original_format._label: Anaconda > original_format._options: None > original_format._device: /dev/loop1 > original_format.uuid: 1e58d833-a4fb-46c1-85e5-70d7a86e94c3 > original_format.exists: True > original_format.mountopts: None > original_format._create_options: None > original_format._info: Ext2FSInfo instance, containing members: > original_format._info.fs: Already dumped (Ext4FS instance) > original_format._resize: Ext2FSResize instance, containing members: > original_format._resize.fs: Already dumped (Ext4FS instance) > original_format._minsize: Ext2FSMinSize instance, containing members: > original_format._minsize.fs: Already dumped (Ext4FS instance) > original_format._size_info: Ext2FSSize instance, containing members: > original_format._size_info.fs: Already dumped (Ext4FS instance) > original_format._size: Size instance, containing members: > original_format._size._c_size: Size (2 GiB) > original_format._target_size: Already dumped (Size instance) > original_format._min_instance_size: Already dumped (Size instance) > original_format._resizable: False > original_format._fsck: Ext2FSCK instance, containing members: > original_format._fsck.fs: Already dumped (Ext4FS instance) > original_format._mkfs: Ext4FSMkfs instance, containing members: > original_format._mkfs.fs: Already dumped (Ext4FS instance) > original_format._mount: FSMount instance, containing members: > original_format._mount.fs: Already dumped (Ext4FS instance) > original_format._readlabel: Ext2FSReadLabel instance, containing members: > original_format._readlabel.fs: Already dumped (Ext4FS instance) > original_format._sync: UnimplementedFSSync instance, containing members: > original_format._sync.fs: Already dumped (Ext4FS instance) > original_format._writelabel: Ext2FSWriteLabel instance, containing members: > original_format._writelabel.fs: Already dumped (Ext4FS instance) > original_format._current_info: Filesystem volume name: Anaconda >Last mounted on: / >Filesystem UUID: 1e58d833-a4fb-46c1-85e5-70d7a86e94c3 >Filesystem magic number: 0xEF53 >Filesystem revision #: 1 (dynamic) >Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize >Filesystem flags: signed_directory_hash >Default mount options: user_xattr acl >Filesystem state: clean >Errors behavior: Continue >Filesystem OS type: Linux >Inode count: 131072 >Block count: 524288 >Reserved block count: 0 >Free blocks: 192098 >Free inodes: 98399 >First block: 0 >Block size: 4096 >Fragment size: 4096 >Group descriptor size: 64 >Reserved GDT blocks: 255 >Blocks per group: 32768 >Fragments per group: 32768 >Inodes per group: 8192 >Inode blocks per group: 512 >Flex block group size: 16 >Filesystem created: Thu Dec 22 17:33:35 2016 >Last mount time: Thu Dec 22 17:34:47 2016 >Last write time: Thu Dec 22 17:34:52 2016 >Mount count: 2 >Maximum mount count: -1 >Last checked: Thu Dec 22 17:33:35 2016 >Check interval: 0 (<none>) >Lifetime writes: 1315 MB >Reserved blocks uid: 0 (user root) >Reserved blocks gid: 0 (group root) >First inode: 11 >Inode size: 256 >Required extra isize: 32 >Desired extra isize: 32 >Journal inode: 8 >Default directory hash: half_md4 >Directory Hash Seed: f190810d-372f-4621-b072-a723a8a110ae >Journal backup: inode blocks >Journal features: journal_64bit >Journal size: 64M >Journal length: 16384 >Journal sequence: 0x0000000d >Journal start: 0 > > > original_format.mountpoint: None > original_format.fsprofile: None > original_format._chrooted_mountpoint: None > fstab_comment: Skipped > device_links: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/1e58d833-a4fb-46c1-85e5-70d7a86e94c3] >] > original_format: existing None > fstab_comment: Skipped > device_links: [] >, Already dumped (LoopDevice instance) >, FileDevice instance, containing members: > id: 100 > exists: True > uuid: None > sysfs_path: Skipped > _format: existing None > _size: Size instance, containing members: > _size._c_size: Size (0 B) > _target_size: Already dumped (Size instance) > _current_size: Already dumped (Size instance) > major: 0 > minor: 0 > _serial: None > _vendor: Skipped > _model: Skipped > bus: Skipped > _readonly: False > _protected: False > controllable: False > _name: /overlay (deleted) > _tags: set() > _parents: ParentList instance, containing members: > _parents.items: [] > _parents.appendfunc: <bound method Device._add_parent of FileDevice instance (0x7fc9cf319b70) -- > name = /overlay (deleted) status = False id = 100 > children = ['existing 0 B loop loop2 (104)'] > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /overlay (deleted) > format args = [] original_format = None> > _parents.removefunc: <bound method Device._remove_parent of FileDevice instance (0x7fc9cf319b70) -- > name = /overlay (deleted) status = False id = 100 > children = ['existing 0 B loop loop2 (104)'] > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /overlay (deleted) > format args = [] original_format = None> > _children: [LoopDevice instance, containing members: > id: 104 > exists: True > uuid: None > sysfs_path: /sys/devices/virtual/block/loop2 > _format: existing None > _size: Size instance, containing members: > _size._c_size: Size (0 B) > _target_size: Already dumped (Size instance) > _current_size: Already dumped (Size instance) > major: 0 > minor: 0 > _serial: None > _vendor: Skipped > _model: Skipped > bus: Skipped > _readonly: False > _protected: False > controllable: False > _name: loop2 > _tags: set() > _parents: ParentList instance, containing members: > _parents.items: [Already dumped (FileDevice instance) >] > _parents.appendfunc: <bound method Device._add_parent of LoopDevice instance (0x7fc9cf413b00) -- > name = loop2 status = False id = 104 > children = [] > parents = ['existing 0 B file /overlay (deleted) (100)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/loop2 > target size = 0 B path = /dev/loop2 > format args = [] original_format = None> > _parents.removefunc: <bound method Device._remove_parent of LoopDevice instance (0x7fc9cf413b00) -- > name = loop2 status = False id = 104 > children = [] > parents = ['existing 0 B file /overlay (deleted) (100)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/loop2 > target size = 0 B path = /dev/loop2 > format args = [] original_format = None> > _children: [] > original_format: existing None > fstab_comment: Skipped > device_links: [] >] > original_format: existing None > fstab_comment: Skipped > device_links: [] >, Already dumped (LoopDevice instance) >, Already dumped (DMDevice instance) >, Already dumped (DMDevice instance) >] > _intf.storage.devicetree._actions: ActionList instance, containing members: > _intf.storage.devicetree._actions._add_func: <bound method DeviceTreeBase._register_action of <blivet.devicetree.DeviceTree object at 0x7fc9ddfdab00>> > _intf.storage.devicetree._actions._remove_func: <bound method DeviceTreeBase._cancel_action of <blivet.devicetree.DeviceTree object at 0x7fc9ddfdab00>> > _intf.storage.devicetree._actions._actions: [] > _intf.storage.devicetree._actions._completed_actions: [] > _intf.storage.devicetree._actions.processing: False > _intf.storage.devicetree.names: [sr0, vda, vda1, vda2, fedora, fedora-swap, fedora-root, loop0, /run/install/repo/images/install.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base] > _intf.storage.devicetree._hidden: [] > _intf.storage.devicetree.exclusive_disks: [] > _intf.storage.devicetree.ignored_disks: [] > _intf.storage.devicetree.edd_dict: {'vda': 128} > _intf.storage.devicetree.disk_images: {} > _intf.storage.devicetree.protected_dev_specs: [LABEL=Fedora-26-x86_64, /dev/zram0] > _intf.storage.devicetree.live_backing_device: None > _intf.storage.devicetree.protected_dev_names: [sr0] > _intf.storage.devicetree._cleanup: False > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.devicetree: Already dumped (DeviceTree instance) > _intf.storage.fsset.crypt_tab: None > _intf.storage.fsset.blkid_tab: None > _intf.storage.fsset.orig_fstab: None > _intf.storage.fsset.active: False > _intf.storage.fsset._dev: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._proc: None > _intf.storage.fsset._devshm: None > _intf.storage.fsset._usb: None > _intf.storage.fsset._selinux: None > _intf.storage.fsset._run: None > _intf.storage.fsset._efivars: None > _intf.storage.fsset._fstab_swaps: set() > _intf.storage.fsset.preserve_lines: [] > _intf.storage.roots: [Root instance, containing members: > mounts: {'/': Already dumped (LVMLogicalVolumeDevice instance) >, '/boot': Already dumped (PartitionDevice instance) >} > swaps: [Already dumped (LVMLogicalVolumeDevice instance) >] > name: Fedora Linux 26 for x86_64 >] > _intf.storage.services: set() > _intf.storage._free_space_snapshot: {} > _intf.payload: DNFPayload instance, containing members: > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload.storage: Already dumped (Blivet instance) > _intf.payload.instclass: Already dumped (DefaultInstall instance) > _intf.payload.txID: 1 > _intf.payload.verbose_errors: [Failed to synchronize cache for repo 'updates-testing', Failed to synchronize cache for repo 'updates'] > _intf.payload._session: Session instance, containing members: > _intf.payload._session.headers: {'User-Agent': 'python-requests/2.12.4', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive'} > _intf.payload._session.auth: None > _intf.payload._session.proxies: {} > _intf.payload._session.hooks: {'response': []} > _intf.payload._session.params: {} > _intf.payload._session.stream: False > _intf.payload._session.verify: True > _intf.payload._session.cert: None > _intf.payload._session.max_redirects: 30 > _intf.payload._session.trust_env: True > _intf.payload._session.cookies: RequestsCookieJar instance, containing members: > _intf.payload._session.cookies._policy: DefaultCookiePolicy instance, containing members: > _intf.payload._session.cookies._policy.netscape: True > _intf.payload._session.cookies._policy.rfc2965: False > _intf.payload._session.cookies._policy.rfc2109_as_netscape: None > _intf.payload._session.cookies._policy.hide_cookie2: False > _intf.payload._session.cookies._policy.strict_domain: False > _intf.payload._session.cookies._policy.strict_rfc2965_unverifiable: True > _intf.payload._session.cookies._policy.strict_ns_unverifiable: False > _intf.payload._session.cookies._policy.strict_ns_domain: 0 > _intf.payload._session.cookies._policy.strict_ns_set_initial_dollar: False > _intf.payload._session.cookies._policy.strict_ns_set_path: False > _intf.payload._session.cookies._policy._blocked_domains: () > _intf.payload._session.cookies._policy._allowed_domains: None > _intf.payload._session.cookies._cookies_lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7fc9ddfb58a0> > _intf.payload._session.cookies._cookies: {} > _intf.payload._session.adapters: {'https://': HTTPAdapter instance, containing members: > _intf.payload._session.adapters.max_retries: Retry(total=0, connect=None, read=False, redirect=None) > _intf.payload._session.adapters.config: {} > _intf.payload._session.adapters.proxy_manager: {} > _intf.payload._session.adapters._pool_connections: 10 > _intf.payload._session.adapters._pool_maxsize: 10 > _intf.payload._session.adapters._pool_block: False > _intf.payload._session.adapters.poolmanager: PoolManager instance, containing members: > _intf.payload._session.adapters.poolmanager.headers: {} > _intf.payload._session.adapters.poolmanager.connection_pool_kw: {'maxsize': 10, 'block': False, 'strict': True} > _intf.payload._session.adapters.poolmanager.pools: RecentlyUsedContainer instance, containing members: > _intf.payload._session.adapters.poolmanager.pools._maxsize: 10 > _intf.payload._session.adapters.poolmanager.pools.dispose_func: <function PoolManager.__init__.<locals>.<lambda> at 0x7fc9d5567730> > _intf.payload._session.adapters.poolmanager.pools._container: {} > _intf.payload._session.adapters.poolmanager.pools.lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7fc9d5534360> > _intf.payload._session.adapters.poolmanager.pool_classes_by_scheme: {'http': <class 'requests.packages.urllib3.connectionpool.HTTPConnectionPool'> >, 'https': <class 'requests.packages.urllib3.connectionpool.HTTPSConnectionPool'> >} > _intf.payload._session.adapters.poolmanager.key_fn_by_scheme: {'http': functools.partial(<function _default_key_normalizer at 0x7fc9f468c510>, <class 'requests.packages.urllib3.poolmanager.HTTPPoolKey'>) >, 'https': functools.partial(<function _default_key_normalizer at 0x7fc9f468c510>, <class 'requests.packages.urllib3.poolmanager.HTTPSPoolKey'>) >} >, 'http://': HTTPAdapter instance, containing members: > _intf.payload._session.adapters.max_retries: Retry(total=0, connect=None, read=False, redirect=None) > _intf.payload._session.adapters.config: {} > _intf.payload._session.adapters.proxy_manager: {} > _intf.payload._session.adapters._pool_connections: 10 > _intf.payload._session.adapters._pool_maxsize: 10 > _intf.payload._session.adapters._pool_block: False > _intf.payload._session.adapters.poolmanager: PoolManager instance, containing members: > _intf.payload._session.adapters.poolmanager.headers: {} > _intf.payload._session.adapters.poolmanager.connection_pool_kw: {'maxsize': 10, 'block': False, 'strict': True} > _intf.payload._session.adapters.poolmanager.pools: RecentlyUsedContainer instance, containing members: > _intf.payload._session.adapters.poolmanager.pools._maxsize: 10 > _intf.payload._session.adapters.poolmanager.pools.dispose_func: <function PoolManager.__init__.<locals>.<lambda> at 0x7fc9d5567840> > _intf.payload._session.adapters.poolmanager.pools._container: {} > _intf.payload._session.adapters.poolmanager.pools.lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7fc9d55345d0> > _intf.payload._session.adapters.poolmanager.pool_classes_by_scheme: {'http': Already dumped (type instance) >, 'https': Already dumped (type instance) >} > _intf.payload._session.adapters.poolmanager.key_fn_by_scheme: {'http': Already dumped (partial instance) >, 'https': Already dumped (partial instance) >} >, 'file://': FileAdapter instance, containing members: >, 'ftp://': FTPAdapter instance, containing members: > _intf.payload._session.adapters.func_table: {'LIST': <bound method FTPAdapter.list of <requests_ftp.ftp.FTPAdapter object at 0x7fc9d5559f28>> >, 'RETR': <bound method FTPAdapter.retr of <requests_ftp.ftp.FTPAdapter object at 0x7fc9d5559f28>> >, 'STOR': <bound method FTPAdapter.stor of <requests_ftp.ftp.FTPAdapter object at 0x7fc9d5559f28>> >, 'NLST': <bound method FTPAdapter.nlst of <requests_ftp.ftp.FTPAdapter object at 0x7fc9d5559f28>> >, 'SIZE': <bound method FTPAdapter.size of <requests_ftp.ftp.FTPAdapter object at 0x7fc9d5559f28>> >, 'HEAD': <bound method FTPAdapter.head of <requests_ftp.ftp.FTPAdapter object at 0x7fc9d5559f28>> >, 'GET': <bound method FTPAdapter.get of <requests_ftp.ftp.FTPAdapter object at 0x7fc9d5559f28>> >} >} > _intf.payload._session.redirect_cache: RecentlyUsedContainer instance, containing members: > _intf.payload._session.redirect_cache._maxsize: 1000 > _intf.payload._session.redirect_cache.dispose_func: None > _intf.payload._session.redirect_cache._container: {} > _intf.payload._session.redirect_cache.lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7fc9d5534660> > _intf.payload.install_device: None > _intf.payload._rpm_macros: [] > _intf.payload.requiredPackages: [] > _intf.payload.requiredGroups: [] > _intf.payload._environmentAddons: {'custom-environment': (['guest-agents', 'standard'], ['3d-printing', 'admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'cloud-management', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'freeipa-server', 'games', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'network-server', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'minimal-environment': (['guest-agents', 'standard'], ['3d-printing', 'admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'cloud-management', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'freeipa-server', 'games', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'network-server', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'server-product-environment': (['ansible-node', 'arm-tools', 'container-management', 'directory-server', 'dns-server', 'dogtag', 'domain-client', 'freeipa-server', 'ftp-server', 'guest-agents', 'ha', 'hardware-support', 'load-balancer', 'mail-server', 'mysql', 'network-server', 'networkmanager-submodules', 'printing', 'server-hardware-support', 'smb-server', 'sql-server', 'virtualization-headless', 'web-server'], ['3d-printing', 'admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'cloud-management', 'd-development', 'design-suite', 'development-tools', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'games', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'workstation-product-environment': (['arm-tools'], ['3d-printing', 'admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'cloud-management', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'freeipa-server', 'games', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'network-server', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'cloud-server-environment': (['directory-server', 'dns-server', 'dogtag', 'freeipa-server', 'ftp-server', 'guest-agents', 'ha', 'headless-management', 'load-balancer', 'mail-server', 'mysql', 'network-server', 'smb-server', 'sql-server', 'standard', 'web-server'], ['3d-printing', 'admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'cloud-management', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'games', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'kde-desktop-environment': (['3d-printing', 'cloud-management', 'firefox', 'kde-apps', 'kde-education', 'kde-media', 'kde-office', 'kde-telepathy'], ['admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'freeipa-server', 'games', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'network-server', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'xfce-desktop-environment': (['3d-printing', 'cloud-management', 'xfce-apps', 'xfce-extra-plugins', 'xfce-media', 'xfce-office'], ['admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'freeipa-server', 'games', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'network-server', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'lxde-desktop-environment': (['3d-printing', 'cloud-management', 'lxde-apps', 'lxde-media', 'lxde-office'], ['admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'freeipa-server', 'games', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'network-server', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'hawaii-desktop-environment': (['3d-printing', 'cloud-management', 'hawaii-apps', 'hawaii-media', 'hawaii-office'], ['admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'freeipa-server', 'games', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'network-server', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'lxqt-desktop-environment': (['3d-printing', 'cloud-management', 'lxqt-apps', 'lxqt-media', 'lxqt-office'], ['admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'freeipa-server', 'games', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'network-server', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'cinnamon-desktop-environment': (['3d-printing', 'cloud-management', 'libreoffice'], ['admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'freeipa-server', 'games', 'headless-management', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'network-server', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'mate-desktop-environment': (['3d-printing', 'libreoffice', 'mate-applications', 'mate-compiz'], ['admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'cloud-management', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'freeipa-server', 'games', 'headless-management', 'medical', 'milkymist', 'network-server', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'sugar-desktop-environment': (['sugar-apps'], ['3d-printing', 'admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'cloud-management', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'freeipa-server', 'games', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'network-server', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'developer-workstation-environment': (['3d-printing', 'cloud-management', 'design-suite', 'electronic-lab', 'font-design', 'haskell', 'java-development', 'javaenterprise', 'legacy-software-development', 'milkymist', 'mingw32', 'mongodb', 'mysql', 'ocaml', 'perl-web', 'php', 'python-web', 'robotics-suite', 'rubyonrails', 'sql-server', 'vagrant'], ['admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'container-management', 'd-development', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'engineering-and-scientific', 'freeipa-server', 'games', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'network-server', 'office', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'web-server-environment': (['guest-agents', 'haproxy', 'javaenterprise', 'mongodb', 'mysql', 'perl-web', 'php', 'python-web', 'rubyonrails', 'sql-server', 'tomcat'], ['3d-printing', 'admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'cloud-management', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'freeipa-server', 'games', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'network-server', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'infrastructure-server-environment': (['directory-server', 'dns-server', 'dogtag', 'freeipa-server', 'ftp-server', 'guest-agents', 'ha', 'load-balancer', 'mail-server', 'mysql', 'network-server', 'printing', 'smb-server', 'sql-server', 'virtualization', 'web-server'], ['3d-printing', 'admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'cloud-management', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'games', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers']), 'basic-desktop-environment': (['cinnamon-desktop', 'firefox', 'gnome-desktop', 'hawaii-desktop', 'input-methods', 'kde-desktop', 'legacy-fonts', 'libreoffice', 'lxde-desktop', 'lxqt-desktop', 'mate-desktop', 'sugar-desktop', 'xfce-desktop', 'xmonad', 'xmonad-mate'], ['3d-printing', 'admin-tools', 'ansible-node', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-infrastructure', 'cloud-management', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'eclipse', 'editors', 'education', 'electronic-lab', 'engineering-and-scientific', 'freeipa-server', 'games', 'headless-management', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'network-server', 'office', 'robotics-suite', 'rpm-development-tools', 'security-lab', 'sound-and-video', 'system-tools', 'text-internet', 'window-managers'])} > _intf.payload._base: Base instance, containing members: > _intf.payload._base._closed: False > _intf.payload._base._conf: MainConf instance, containing members: > _intf.payload._base._conf._option: {'debuglevel': IntOption instance, containing members: > _intf.payload._base._conf._option._range_min: 0 > _intf.payload._base._conf._option._range_max: 10 > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=2, priority=10) >, 'errorlevel': IntOption instance, containing members: > _intf.payload._base._conf._option._range_min: 0 > _intf.payload._base._conf._option._range_max: 10 > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=2, priority=10) >, 'installroot': PathOption instance, containing members: > _intf.payload._base._conf._option._exists: False > _intf.payload._base._conf._option._abspath: True > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: Value(value='/mnt/sysimage', priority=80) > _intf.payload._base._conf._option._default: Value(value='/', priority=10) >, 'config_file_path': PathOption instance, containing members: > _intf.payload._base._conf._option._exists: False > _intf.payload._base._conf._option._abspath: False > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='/etc/dnf/dnf.conf', priority=10) >, 'plugins': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=True, priority=10) >, 'pluginpath': ListOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=['/usr/lib/python3.6/site-packages/dnf-plugins'], priority=10) >, 'pluginconfpath': ListOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: Value(value=['/tmp/dnf.pluginconf'], priority=80) > _intf.payload._base._conf._option._default: Value(value=['/etc/dnf/plugins'], priority=10) >, 'persistdir': PathOption instance, containing members: > _intf.payload._base._conf._option._exists: False > _intf.payload._base._conf._option._abspath: False > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: Value(value='/mnt/sysimage/var/lib/dnf', priority=10) > _intf.payload._base._conf._option._default: Value(value='/var/lib/dnf', priority=10) >, 'recent': IntOption instance, containing members: > _intf.payload._base._conf._option._range_min: 0 > _intf.payload._base._conf._option._range_max: None > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=7, priority=10) >, 'retries': PositiveIntOption instance, containing members: > _intf.payload._base._conf._option._names0: [0] > _intf.payload._base._conf._option._range_min: 0 > _intf.payload._base._conf._option._range_max: None > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=10, priority=10) >, 'reset_nice': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=True, priority=10) >, 'cachedir': PathOption instance, containing members: > _intf.payload._base._conf._option._exists: False > _intf.payload._base._conf._option._abspath: False > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: Value(value='/tmp/dnf.cache', priority=80) > _intf.payload._base._conf._option._default: Value(value='/var/cache/dnf', priority=10) >, 'system_cachedir': PathOption instance, containing members: > _intf.payload._base._conf._option._exists: False > _intf.payload._base._conf._option._abspath: False > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='/var/cache/dnf', priority=10) >, 'keepcache': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=False, priority=10) >, 'logdir': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: Value(value='/tmp/', priority=80) > _intf.payload._base._conf._option._default: Value(value='/var/log', priority=10) >, 'reposdir': ListOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: Value(value=['/etc/yum.repos.d', '/etc/anaconda.repos.d', '/tmp/updates/anaconda.repos.d', '/tmp/product/anaconda.repos.d'], priority=80) > _intf.payload._base._conf._option._default: Value(value=['/etc/yum.repos.d', '/etc/yum/repos.d', '/etc/distro.repos.d'], priority=10) >, 'debug_solver': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=False, priority=10) >, 'excludepkgs': ListAppendOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=[], priority=10) >, 'includepkgs': ListAppendOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=[], priority=10) >, 'exclude': Already dumped (ListAppendOption instance) >, 'fastestmirror': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=False, priority=10) >, 'proxy': UrlOption instance, containing members: > _intf.payload._base._conf._option._schemes: ('http', 'ftp', 'https', 'socks5', 'socks5h', 'socks4', 'socks4a') > _intf.payload._base._conf._option._allow_none: True > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: Value(value=None, priority=80) > _intf.payload._base._conf._option._default: Value(value=None, priority=10) >, 'proxy_username': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: Value(value=None, priority=80) > _intf.payload._base._conf._option._default: Value(value=None, priority=10) >, 'proxy_password': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: Value(value=None, priority=80) > _intf.payload._base._conf._option._default: Value(value=None, priority=10) >, 'protected_packages': ListOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=['dnf', 'systemd', 'systemd-udev', 'dnf'], priority=10) >, 'username': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=None, priority=10) >, 'password': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=None, priority=10) >, 'installonlypkgs': ListAppendOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=['kernel', 'kernel-PAE', 'installonlypkg(kernel)', 'installonlypkg(kernel-module)', 'installonlypkg(vm)'], priority=10) >, 'group_package_types': ListOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=('mandatory', 'default'), priority=10) >, 'installonly_limit': PositiveIntOption instance, containing members: > _intf.payload._base._conf._option._names0: [0, <off>] > _intf.payload._base._conf._option._range_min: 2 > _intf.payload._base._conf._option._range_max: None > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=0, priority=10) >, 'tsflags': ListOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=['nocrypto'], priority=10) >, 'assumeyes': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=False, priority=10) >, 'assumeno': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=False, priority=10) >, 'check_config_file_age': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=True, priority=10) >, 'defaultyes': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=False, priority=10) >, 'alwaysprompt': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=True, priority=10) >, 'diskspacecheck': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=True, priority=10) >, 'gpgcheck': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=False, priority=10) >, 'repo_gpgcheck': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=False, priority=10) >, 'localpkg_gpgcheck': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=False, priority=10) >, 'obsoletes': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=True, priority=10) >, 'showdupesfromrepos': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=False, priority=10) >, 'enabled': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=True, priority=10) >, 'enablegroups': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=True, priority=10) >, 'exit_on_lock': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=False, priority=10) >, 'bandwidth': BytesOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=0, priority=10) >, 'minrate': BytesOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=1000, priority=10) >, 'ip_resolve': CaselessSelectionOption instance, containing members: > _intf.payload._base._conf._option._choices: ('ipv4', 'ipv6', 'whatever') > _intf.payload._base._conf._option._mapper: {'4': ipv4, '6': ipv6} > _intf.payload._base._conf._option._notimplemented: () > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=None, priority=10) >, 'throttle': ThrottleOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=0, priority=10) >, 'timeout': SecondsOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=120, priority=10) >, 'max_parallel_downloads': IntOption instance, containing members: > _intf.payload._base._conf._option._range_min: 1 > _intf.payload._base._conf._option._range_max: None > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=None, priority=10) >, 'metadata_expire': SecondsOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=172800, priority=10) >, 'metadata_timer_sync': SecondsOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=10800, priority=10) >, 'disable_excludes': ListOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=[], priority=10) >, 'multilib_policy': SelectionOption instance, containing members: > _intf.payload._base._conf._option._choices: ('best', 'all') > _intf.payload._base._conf._option._mapper: {} > _intf.payload._base._conf._option._notimplemented: () > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='best', priority=10) >, 'best': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=False, priority=10) >, 'install_weak_deps': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=True, priority=10) >, 'bugtracker_url': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=dnf', priority=10) >, 'color': SelectionOption instance, containing members: > _intf.payload._base._conf._option._choices: ('auto', 'never', 'always') > _intf.payload._base._conf._option._mapper: {'on': always, 'yes': always, '1': always, 'true': always, 'off': never, 'no': never, '0': never, 'false': never, 'tty': auto, 'if-tty': auto} > _intf.payload._base._conf._option._notimplemented: () > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='auto', priority=10) >, 'color_list_installed_older': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='bold', priority=10) >, 'color_list_installed_newer': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='bold,yellow', priority=10) >, 'color_list_installed_reinstall': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='normal', priority=10) >, 'color_list_installed_extra': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='bold,red', priority=10) >, 'color_list_available_upgrade': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='bold,blue', priority=10) >, 'color_list_available_downgrade': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='dim,cyan', priority=10) >, 'color_list_available_reinstall': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='bold,underline,green', priority=10) >, 'color_list_available_install': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='normal', priority=10) >, 'color_update_installed': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='normal', priority=10) >, 'color_update_local': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='bold', priority=10) >, 'color_update_remote': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='normal', priority=10) >, 'color_search_match': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='bold', priority=10) >, 'sslcacert': PathOption instance, containing members: > _intf.payload._base._conf._option._exists: False > _intf.payload._base._conf._option._abspath: False > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=None, priority=10) >, 'sslverify': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=True, priority=10) >, 'sslclientcert': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=None, priority=10) >, 'sslclientkey': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=None, priority=10) >, 'deltarpm': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=True, priority=10) >, 'deltarpm_percentage': PositiveIntOption instance, containing members: > _intf.payload._base._conf._option._names0: [0, <off>] > _intf.payload._base._conf._option._range_min: 0 > _intf.payload._base._conf._option._range_max: None > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=75, priority=10) >, 'history_record': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=True, priority=10) >, 'history_record_packages': ListOption instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=['dnf', 'rpm'], priority=10) >, 'rpmverbosity': Option instance, containing members: > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='info', priority=10) >, 'strict': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=True, priority=10) >, 'skip_broken': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=False, priority=10) >, 'clean_requirements_on_remove': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=True, priority=10) >, 'history_list_view': SelectionOption instance, containing members: > _intf.payload._base._conf._option._choices: ('single-user-commands', 'users', 'commands') > _intf.payload._base._conf._option._mapper: {'cmds': commands, 'default': commands} > _intf.payload._base._conf._option._notimplemented: () > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value='commands', priority=10) >, 'upgrade_group_objects_upgrade': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: False > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=True, priority=10) >, 'downloadonly': BoolOption instance, containing members: > _intf.payload._base._conf._option._true_names: ('1', 'yes', 'true', 'enabled') > _intf.payload._base._conf._option._false_names: ('0', 'no', 'false', 'disabled') > _intf.payload._base._conf._option._parent: None > _intf.payload._base._conf._option._runtimeonly: True > _intf.payload._base._conf._option._actual: None > _intf.payload._base._conf._option._default: Value(value=False, priority=10) >} > _intf.payload._base._conf._section: main > _intf.payload._base._conf._parser: None > _intf.payload._base._conf.substitutions: {'arch': x86_64, 'basearch': x86_64, 'releasever': 26} > _intf.payload._base._goal: Goal instance, containing members: > _intf.payload._base._goal.group_members: {'procps-ng', 'passwd', 'openssh-clients', 'e2fsprogs', 'vim-minimal', 'dhcp-client', 'shadow-utils', 'dnf-yum', 'hostname', 'bash', 'setup', 'dnf', 'openssh-server', 'glibc', 'firewalld', 'selinux-policy-targeted', 'basesystem', 'parted', 'coreutils', 'grubby', 'policycoreutils', 'man-db', 'systemd', 'authconfig', 'rootfiles', 'iproute', 'ppc64-utils', 'initscripts', 'rpm', 'cronie', 'util-linux', 'kbd', 'ncurses', 'plymouth', 'audit', 'curl', 'dracut-config-rescue', 'sudo', 'iputils', 'less', 'filesystem', 'dnf-plugins-core', 'NetworkManager'} > _intf.payload._base._repo_persistor: None > _intf.payload._base._sack: Sack instance, containing members: > _intf.payload._base._transaction: Transaction instance, containing members: > _intf.payload._base._transaction._tsis: [<dnf.transaction.TransactionItem object at 0x7fc9cf39b098>, <dnf.transaction.TransactionItem object at 0x7fc9de723408>, <dnf.transaction.TransactionItem object at 0x7fc9de723458>, <dnf.transaction.TransactionItem object at 0x7fc9de74c868>, <dnf.transaction.TransactionItem object at 0x7fc9de74ca98>, <dnf.transaction.TransactionItem object at 0x7fc9de74ca48>, <dnf.transaction.TransactionItem object at 0x7fc9de74c908>, <dnf.transaction.TransactionItem object at 0x7fc9de517cc8>, <dnf.transaction.TransactionItem object at 0x7fc9de517d68>, <dnf.transaction.TransactionItem object at 0x7fc9de517db8>, <dnf.transaction.TransactionItem object at 0x7fc9de517e08>, <dnf.transaction.TransactionItem object at 0x7fc9de517e58>, <dnf.transaction.TransactionItem object at 0x7fc9de517ea8>, <dnf.transaction.TransactionItem object at 0x7fc9de517ef8>, <dnf.transaction.TransactionItem object at 0x7fc9de517f48>, <dnf.transaction.TransactionItem object at 0x7fc9de517f98>, <dnf.transaction.TransactionItem object at 0x7fc9de526048>, <dnf.transaction.TransactionItem object at 0x7fc9de526098>, <dnf.transaction.TransactionItem object at 0x7fc9de5260e8>, <dnf.transaction.TransactionItem object at 0x7fc9de526138>, <dnf.transaction.TransactionItem object at 0x7fc9de526188>, <dnf.transaction.TransactionItem object at 0x7fc9de5261d8>, <dnf.transaction.TransactionItem object at 0x7fc9de526228>, <dnf.transaction.TransactionItem object at 0x7fc9de526278>, <dnf.transaction.TransactionItem object at 0x7fc9de5262c8>, <dnf.transaction.TransactionItem object at 0x7fc9de526318>, <dnf.transaction.TransactionItem object at 0x7fc9de526368>, <dnf.transaction.TransactionItem object at 0x7fc9de5263b8>, <dnf.transaction.TransactionItem object at 0x7fc9de526408>, <dnf.transaction.TransactionItem object at 0x7fc9de526458>, <dnf.transaction.TransactionItem object at 0x7fc9de5264a8>, <dnf.transaction.TransactionItem object at 0x7fc9de5264f8>, <dnf.transaction.TransactionItem object at 0x7fc9de526548>, <dnf.transaction.TransactionItem object at 0x7fc9de526598>, <dnf.transaction.TransactionItem object at 0x7fc9de5265e8>, <dnf.transaction.TransactionItem object at 0x7fc9de526638>, <dnf.transaction.TransactionItem object at 0x7fc9de526688>, <dnf.transaction.TransactionItem object at 0x7fc9de5266d8>, <dnf.transaction.TransactionItem object at 0x7fc9de526728>, <dnf.transaction.TransactionItem object at 0x7fc9de526778>, <dnf.transaction.TransactionItem object at 0x7fc9de5267c8>, <dnf.transaction.TransactionItem object at 0x7fc9de526818>, <dnf.transaction.TransactionItem object at 0x7fc9de526868>, <dnf.transaction.TransactionItem object at 0x7fc9de5268b8>, <dnf.transaction.TransactionItem object at 0x7fc9de526908>, <dnf.transaction.TransactionItem object at 0x7fc9de526958>, <dnf.transaction.TransactionItem object at 0x7fc9de5269a8>, <dnf.transaction.TransactionItem object at 0x7fc9de5269f8>, <dnf.transaction.TransactionItem object at 0x7fc9de526a48>, <dnf.transaction.TransactionItem object at 0x7fc9de526a98>, <dnf.transaction.TransactionItem object at 0x7fc9de526ae8>, <dnf.transaction.TransactionItem object at 0x7fc9de526b38>, <dnf.transaction.TransactionItem object at 0x7fc9de526b88>, <dnf.transaction.TransactionItem object at 0x7fc9de526bd8>, <dnf.transaction.TransactionItem object at 0x7fc9de526c28>, <dnf.transaction.TransactionItem object at 0x7fc9de526c78>, <dnf.transaction.TransactionItem object at 0x7fc9de526cc8>, <dnf.transaction.TransactionItem object at 0x7fc9de526d18>, <dnf.transaction.TransactionItem object at 0x7fc9de526d68>, <dnf.transaction.TransactionItem object at 0x7fc9de526db8>, <dnf.transaction.TransactionItem object at 0x7fc9de526e08>, <dnf.transaction.TransactionItem object at 0x7fc9de526e58>, <dnf.transaction.TransactionItem object at 0x7fc9de526ea8>, <dnf.transaction.TransactionItem object at 0x7fc9de526ef8>, <dnf.transaction.TransactionItem object at 0x7fc9de526f48>, <dnf.transaction.TransactionItem object at 0x7fc9de526f98>, <dnf.transaction.TransactionItem object at 0x7fc9de528048>, <dnf.transaction.TransactionItem object at 0x7fc9de528098>, <dnf.transaction.TransactionItem object at 0x7fc9de5280e8>, <dnf.transaction.TransactionItem object at 0x7fc9de528138>, <dnf.transaction.TransactionItem object at 0x7fc9de528188>, <dnf.transaction.TransactionItem object at 0x7fc9de5281d8>, <dnf.transaction.TransactionItem object at 0x7fc9de528228>, <dnf.transaction.TransactionItem object at 0x7fc9de528278>, <dnf.transaction.TransactionItem object at 0x7fc9de5282c8>, <dnf.transaction.TransactionItem object at 0x7fc9de528318>, <dnf.transaction.TransactionItem object at 0x7fc9de528368>, <dnf.transaction.TransactionItem object at 0x7fc9de5283b8>, <dnf.transaction.TransactionItem object at 0x7fc9de528408>, <dnf.transaction.TransactionItem object at 0x7fc9de528458>, <dnf.transaction.TransactionItem object at 0x7fc9de5284a8>, <dnf.transaction.TransactionItem object at 0x7fc9de5284f8>, <dnf.transaction.TransactionItem object at 0x7fc9de528548>, <dnf.transaction.TransactionItem object at 0x7fc9de528598>, <dnf.transaction.TransactionItem object at 0x7fc9de5285e8>, <dnf.transaction.TransactionItem object at 0x7fc9de528638>, <dnf.transaction.TransactionItem object at 0x7fc9de528688>, <dnf.transaction.TransactionItem object at 0x7fc9de5286d8>, <dnf.transaction.TransactionItem object at 0x7fc9de528728>, <dnf.transaction.TransactionItem object at 0x7fc9de528778>, <dnf.transaction.TransactionItem object at 0x7fc9de5287c8>, <dnf.transaction.TransactionItem object at 0x7fc9de528818>, <dnf.transaction.TransactionItem object at 0x7fc9de528868>, <dnf.transaction.TransactionItem object at 0x7fc9de5288b8>, <dnf.transaction.TransactionItem object at 0x7fc9de528908>, <dnf.transaction.TransactionItem object at 0x7fc9de528958>, <dnf.transaction.TransactionItem object at 0x7fc9de5289a8>, <dnf.transaction.TransactionItem object at 0x7fc9de5289f8>, <dnf.transaction.TransactionItem object at 0x7fc9de528a48>, <dnf.transaction.TransactionItem object at 0x7fc9de528a98>, <dnf.transaction.TransactionItem object at 0x7fc9de528ae8>, <dnf.transaction.TransactionItem object at 0x7fc9de528b38>, <dnf.transaction.TransactionItem object at 0x7fc9de528b88>, <dnf.transaction.TransactionItem object at 0x7fc9de528bd8>, <dnf.transaction.TransactionItem object at 0x7fc9de528c28>, <dnf.transaction.TransactionItem object at 0x7fc9de528c78>, <dnf.transaction.TransactionItem object at 0x7fc9de528cc8>, <dnf.transaction.TransactionItem object at 0x7fc9de528d18>, <dnf.transaction.TransactionItem object at 0x7fc9de528d68>, <dnf.transaction.TransactionItem object at 0x7fc9de528db8>, <dnf.transaction.TransactionItem object at 0x7fc9de528e08>, <dnf.transaction.TransactionItem object at 0x7fc9de528e58>, <dnf.transaction.TransactionItem object at 0x7fc9de528ea8>, <dnf.transaction.TransactionItem object at 0x7fc9de528ef8>, <dnf.transaction.TransactionItem object at 0x7fc9de528f48>, <dnf.transaction.TransactionItem object at 0x7fc9de528f98>, <dnf.transaction.TransactionItem object at 0x7fc9de52a048>, <dnf.transaction.TransactionItem object at 0x7fc9de52a098>, <dnf.transaction.TransactionItem object at 0x7fc9de52a0e8>, <dnf.transaction.TransactionItem object at 0x7fc9de52a138>, <dnf.transaction.TransactionItem object at 0x7fc9de52a188>, <dnf.transaction.TransactionItem object at 0x7fc9de52a1d8>, <dnf.transaction.TransactionItem object at 0x7fc9de52a228>, <dnf.transaction.TransactionItem object at 0x7fc9de52a278>, <dnf.transaction.TransactionItem object at 0x7fc9de52a2c8>, <dnf.transaction.TransactionItem object at 0x7fc9de52a318>, <dnf.transaction.TransactionItem object at 0x7fc9de52a368>, <dnf.transaction.TransactionItem object at 0x7fc9de52a3b8>, <dnf.transaction.TransactionItem object at 0x7fc9de52a408>, <dnf.transaction.TransactionItem object at 0x7fc9de52a458>, <dnf.transaction.TransactionItem object at 0x7fc9de52a4a8>, <dnf.transaction.TransactionItem object at 0x7fc9de52a4f8>, <dnf.transaction.TransactionItem object at 0x7fc9de52a548>, <dnf.transaction.TransactionItem object at 0x7fc9de52a598>, <dnf.transaction.TransactionItem object at 0x7fc9de52a5e8>, <dnf.transaction.TransactionItem object at 0x7fc9de52a638>, <dnf.transaction.TransactionItem object at 0x7fc9de52a688>, <dnf.transaction.TransactionItem object at 0x7fc9de52a6d8>, <dnf.transaction.TransactionItem object at 0x7fc9de52a728>, <dnf.transaction.TransactionItem object at 0x7fc9de52a778>, <dnf.transaction.TransactionItem object at 0x7fc9de52a7c8>, <dnf.transaction.TransactionItem object at 0x7fc9de52a818>, <dnf.transaction.TransactionItem object at 0x7fc9de52a868>, <dnf.transaction.TransactionItem object at 0x7fc9de52a8b8>, <dnf.transaction.TransactionItem object at 0x7fc9de52a908>, <dnf.transaction.TransactionItem object at 0x7fc9de52a958>, <dnf.transaction.TransactionItem object at 0x7fc9de52a9a8>, <dnf.transaction.TransactionItem object at 0x7fc9de52a9f8>, <dnf.transaction.TransactionItem object at 0x7fc9de52aa48>, <dnf.transaction.TransactionItem object at 0x7fc9de52aa98>, <dnf.transaction.TransactionItem object at 0x7fc9de52aae8>, <dnf.transaction.TransactionItem object at 0x7fc9de52ab38>, <dnf.transaction.TransactionItem object at 0x7fc9de52ab88>, <dnf.transaction.TransactionItem object at 0x7fc9de52abd8>, <dnf.transaction.TransactionItem object at 0x7fc9de52ac28>, <dnf.transaction.TransactionItem object at 0x7fc9de52ac78>, <dnf.transaction.TransactionItem object at 0x7fc9de52acc8>, <dnf.transaction.TransactionItem object at 0x7fc9de52ad18>, <dnf.transaction.TransactionItem object at 0x7fc9de52ad68>, <dnf.transaction.TransactionItem object at 0x7fc9de52adb8>, <dnf.transaction.TransactionItem object at 0x7fc9de52ae08>, <dnf.transaction.TransactionItem object at 0x7fc9de52ae58>, <dnf.transaction.TransactionItem object at 0x7fc9de52aea8>, <dnf.transaction.TransactionItem object at 0x7fc9de52aef8>, <dnf.transaction.TransactionItem object at 0x7fc9de52af48>, <dnf.transaction.TransactionItem object at 0x7fc9de52af98>, <dnf.transaction.TransactionItem object at 0x7fc9de52b048>, <dnf.transaction.TransactionItem object at 0x7fc9de52b098>, <dnf.transaction.TransactionItem object at 0x7fc9de52b0e8>, <dnf.transaction.TransactionItem object at 0x7fc9de52b138>, <dnf.transaction.TransactionItem object at 0x7fc9de52b188>, <dnf.transaction.TransactionItem object at 0x7fc9de52b1d8>, <dnf.transaction.TransactionItem object at 0x7fc9de52b228>, <dnf.transaction.TransactionItem object at 0x7fc9de52b278>, <dnf.transaction.TransactionItem object at 0x7fc9de52b2c8>, <dnf.transaction.TransactionItem object at 0x7fc9de52b318>, <dnf.transaction.TransactionItem object at 0x7fc9de52b368>, <dnf.transaction.TransactionItem object at 0x7fc9de52b3b8>, <dnf.transaction.TransactionItem object at 0x7fc9de52b408>, <dnf.transaction.TransactionItem object at 0x7fc9de52b458>, <dnf.transaction.TransactionItem object at 0x7fc9de52b4a8>, <dnf.transaction.TransactionItem object at 0x7fc9de52b4f8>, <dnf.transaction.TransactionItem object at 0x7fc9de52b548>, <dnf.transaction.TransactionItem object at 0x7fc9de52b598>, <dnf.transaction.TransactionItem object at 0x7fc9de52b5e8>, <dnf.transaction.TransactionItem object at 0x7fc9de52b638>, <dnf.transaction.TransactionItem object at 0x7fc9de52b688>, <dnf.transaction.TransactionItem object at 0x7fc9de52b6d8>, <dnf.transaction.TransactionItem object at 0x7fc9de52b728>, <dnf.transaction.TransactionItem object at 0x7fc9de52b778>, <dnf.transaction.TransactionItem object at 0x7fc9de52b7c8>, <dnf.transaction.TransactionItem object at 0x7fc9de52b818>, <dnf.transaction.TransactionItem object at 0x7fc9de52b868>, <dnf.transaction.TransactionItem object at 0x7fc9de52b8b8>, <dnf.transaction.TransactionItem object at 0x7fc9de52b908>, <dnf.transaction.TransactionItem object at 0x7fc9de52b958>, <dnf.transaction.TransactionItem object at 0x7fc9de52b9a8>, <dnf.transaction.TransactionItem object at 0x7fc9de52b9f8>, <dnf.transaction.TransactionItem object at 0x7fc9de52ba48>, <dnf.transaction.TransactionItem object at 0x7fc9de52ba98>, <dnf.transaction.TransactionItem object at 0x7fc9de52bae8>, <dnf.transaction.TransactionItem object at 0x7fc9de52bb38>, <dnf.transaction.TransactionItem object at 0x7fc9de52bb88>, <dnf.transaction.TransactionItem object at 0x7fc9de52bbd8>, <dnf.transaction.TransactionItem object at 0x7fc9de52bc28>, <dnf.transaction.TransactionItem object at 0x7fc9de52bc78>, <dnf.transaction.TransactionItem object at 0x7fc9de52bcc8>, <dnf.transaction.TransactionItem object at 0x7fc9de52bd18>, <dnf.transaction.TransactionItem object at 0x7fc9de52bd68>, <dnf.transaction.TransactionItem object at 0x7fc9de52bdb8>, <dnf.transaction.TransactionItem object at 0x7fc9de52be08>, <dnf.transaction.TransactionItem object at 0x7fc9de52be58>, <dnf.transaction.TransactionItem object at 0x7fc9de52bea8>, <dnf.transaction.TransactionItem object at 0x7fc9de52bef8>, <dnf.transaction.TransactionItem object at 0x7fc9de52bf48>, <dnf.transaction.TransactionItem object at 0x7fc9de52bf98>, <dnf.transaction.TransactionItem object at 0x7fc9de52d048>, <dnf.transaction.TransactionItem object at 0x7fc9de52d098>, <dnf.transaction.TransactionItem object at 0x7fc9de52d0e8>, <dnf.transaction.TransactionItem object at 0x7fc9de52d138>, <dnf.transaction.TransactionItem object at 0x7fc9de52d188>, <dnf.transaction.TransactionItem object at 0x7fc9de52d1d8>, <dnf.transaction.TransactionItem object at 0x7fc9de52d228>, <dnf.transaction.TransactionItem object at 0x7fc9de52d278>, <dnf.transaction.TransactionItem object at 0x7fc9de52d2c8>, <dnf.transaction.TransactionItem object at 0x7fc9de52d318>, <dnf.transaction.TransactionItem object at 0x7fc9de52d368>, <dnf.transaction.TransactionItem object at 0x7fc9de52d3b8>, <dnf.transaction.TransactionItem object at 0x7fc9de52d408>, <dnf.transaction.TransactionItem object at 0x7fc9de52d458>, <dnf.transaction.TransactionItem object at 0x7fc9de52d4a8>, <dnf.transaction.TransactionItem object at 0x7fc9de52d4f8>, <dnf.transaction.TransactionItem object at 0x7fc9de52d548>, <dnf.transaction.TransactionItem object at 0x7fc9de52d598>, <dnf.transaction.TransactionItem object at 0x7fc9de52d5e8>, <dnf.transaction.TransactionItem object at 0x7fc9de52d638>, <dnf.transaction.TransactionItem object at 0x7fc9de52d688>, <dnf.transaction.TransactionItem object at 0x7fc9de52d6d8>, <dnf.transaction.TransactionItem object at 0x7fc9de52d728>, <dnf.transaction.TransactionItem object at 0x7fc9de52d778>, <dnf.transaction.TransactionItem object at 0x7fc9de52d7c8>, <dnf.transaction.TransactionItem object at 0x7fc9de52d818>, <dnf.transaction.TransactionItem object at 0x7fc9de52d868>, <dnf.transaction.TransactionItem object at 0x7fc9de52d8b8>, <dnf.transaction.TransactionItem object at 0x7fc9de52d908>, <dnf.transaction.TransactionItem object at 0x7fc9de52d958>, <dnf.transaction.TransactionItem object at 0x7fc9de52d9a8>, <dnf.transaction.TransactionItem object at 0x7fc9de52d9f8>, <dnf.transaction.TransactionItem object at 0x7fc9de52da48>, <dnf.transaction.TransactionItem object at 0x7fc9de52da98>, <dnf.transaction.TransactionItem object at 0x7fc9de52dae8>, <dnf.transaction.TransactionItem object at 0x7fc9de52db38>, <dnf.transaction.TransactionItem object at 0x7fc9de52db88>, <dnf.transaction.TransactionItem object at 0x7fc9de52dbd8>, <dnf.transaction.TransactionItem object at 0x7fc9de52dc28>, <dnf.transaction.TransactionItem object at 0x7fc9de52dc78>, <dnf.transaction.TransactionItem object at 0x7fc9de52dcc8>, <dnf.transaction.TransactionItem object at 0x7fc9de52dd18>, <dnf.transaction.TransactionItem object at 0x7fc9de52dd68>, <dnf.transaction.TransactionItem object at 0x7fc9de52ddb8>, <dnf.transaction.TransactionItem object at 0x7fc9de52de08>, <dnf.transaction.TransactionItem object at 0x7fc9de52de58>, <dnf.transaction.TransactionItem object at 0x7fc9de52dea8>, <dnf.transaction.TransactionItem object at 0x7fc9de52def8>, <dnf.transaction.TransactionItem object at 0x7fc9de52df48>, <dnf.transaction.TransactionItem object at 0x7fc9de52df98>, <dnf.transaction.TransactionItem object at 0x7fc9de52f048>, <dnf.transaction.TransactionItem object at 0x7fc9de52f098>, <dnf.transaction.TransactionItem object at 0x7fc9de52f0e8>, <dnf.transaction.TransactionItem object at 0x7fc9de52f138>, <dnf.transaction.TransactionItem object at 0x7fc9de52f188>, <dnf.transaction.TransactionItem object at 0x7fc9de52f1d8>, <dnf.transaction.TransactionItem object at 0x7fc9de52f228>] > _intf.payload._base._priv_ts: None > _intf.payload._base._comps: Comps instance, containing members: > _intf.payload._base._comps._i: <_libpycomps.Comps object at 0x7fc9cf56ad68> > _intf.payload._base._comps._langs: _Langs instance, containing members: > _intf.payload._base._comps._langs.last_locale: en_CA.UTF-8 > _intf.payload._base._comps._langs.cache: [en_CA.UTF-8, en_CA, en.UTF-8, en, C] > _intf.payload._base._history: None > _intf.payload._base._tempfiles: set() > _intf.payload._base._trans_tempfiles: set() > _intf.payload._base._ds_callback: Depsolve instance, containing members: > _intf.payload._base._group_persistor: GroupPersistor instance, containing members: > _intf.payload._base._group_persistor._commit: False > _intf.payload._base._group_persistor._comps: Already dumped (Comps instance) > _intf.payload._base._group_persistor._dbfile: /mnt/sysimage/var/lib/dnf/groups.json > _intf.payload._base._group_persistor.db: ClonableDict instance, containing members: > _intf.payload._base._group_persistor.db.dct: {'ENVIRONMENTS': {}, 'GROUPS': {'core': {'name': 'Core', 'ui_name': 'Core', 'full_list': ['procps-ng', 'passwd', 'rootfiles', 'openssh-clients', 'e2fsprogs', 'vim-minimal', 'iproute', 'initscripts', 'dhcp-client', 'rpm', 'cronie', 'shadow-utils', 'util-linux', 'dnf-yum', 'hostname', 'bash', 'setup', 'kbd', 'dnf', 'ncurses', 'openssh-server', 'glibc', 'firewalld', 'plymouth', 'selinux-policy-targeted', 'basesystem', 'audit', 'parted', 'curl', 'dracut-config-rescue', 'coreutils', 'sudo', 'grubby', 'iputils', 'less', 'policycoreutils', 'filesystem', 'dnf-plugins-core', 'NetworkManager', 'man-db', 'systemd', 'authconfig'], 'grp_types': 0, 'pkg_exclude': [], 'pkg_types': 6}}, 'meta': {'version': '0.6.0'}} > _intf.payload._base._group_persistor._original: ClonableDict instance, containing members: > _intf.payload._base._group_persistor._original.dct: {'ENVIRONMENTS': {}, 'GROUPS': {}, 'meta': {'version': '0.6.0'}} > _intf.payload._base._logging: Logging instance, containing members: > _intf.payload._base._logging.stdout_handler: None > _intf.payload._base._logging.stderr_handler: None > _intf.payload._base._repos: {'fedora-cisco-openh264': [fedora-cisco-openh264] >name: Fedora 26 openh264 (From Cisco) - x86_64 >enabled: False >basecachedir: /tmp/dnf.cache >baseurl: ['https://codecs.fedoraproject.org/openh264/26/x86_64/'] >mirrorlist: None >metalink: None >type: None >mediaid: None >gpgkey: ['file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-x86_64'] >excludepkgs: [] >includepkgs: [] >exclude: [] >fastestmirror: False >proxy: None >proxy_username: None >proxy_password: None >username: None >password: None >protected_packages: ['dnf', 'systemd', 'systemd-udev', 'dnf'] >gpgcheck: True >repo_gpgcheck: True >enablegroups: True >retries: 10 >bandwidth: 0 >minrate: 1000 >ip_resolve: None >throttle: 0 >timeout: 120 >max_parallel_downloads: None >metadata_expire: 1209600 >cost: 1000 >priority: 99 >sslcacert: None >sslverify: True >sslclientcert: None >sslclientkey: None >deltarpm: True >deltarpm_percentage: 75 >skip_if_unavailable: False >enabled_metadata: 1 >failovermethod: priority >, 'fedora-cisco-openh264-debuginfo': [fedora-cisco-openh264-debuginfo] >name: Fedora 26 openh264 (From Cisco) - x86_64 - Debug >enabled: False >basecachedir: /tmp/dnf.cache >baseurl: ['https://codecs.fedoraproject.org/openh264/26/x86_64/debug/'] >mirrorlist: None >metalink: None >type: None >mediaid: None >gpgkey: ['file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-x86_64'] >excludepkgs: [] >includepkgs: [] >exclude: [] >fastestmirror: False >proxy: None >proxy_username: None >proxy_password: None >username: None >password: None >protected_packages: ['dnf', 'systemd', 'systemd-udev', 'dnf'] >gpgcheck: True >repo_gpgcheck: True >enablegroups: True >retries: 10 >bandwidth: 0 >minrate: 1000 >ip_resolve: None >throttle: 0 >timeout: 120 >max_parallel_downloads: None >metadata_expire: 2419200 >cost: 1000 >priority: 99 >sslcacert: None >sslverify: True >sslclientcert: None >sslclientkey: None >deltarpm: True >deltarpm_percentage: 75 >skip_if_unavailable: False >enabled_metadata: None >failovermethod: priority >, 'rawhide': [rawhide] >name: Fedora - Rawhide - Developmental packages for the next Fedora release >enabled: True >basecachedir: /tmp/dnf.cache >baseurl: [] >mirrorlist: None >metalink: https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=x86_64 >type: rpm >mediaid: None >gpgkey: ['file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-x86_64'] >excludepkgs: [] >includepkgs: [] >exclude: [] >fastestmirror: False >proxy: None >proxy_username: None >proxy_password: None >username: None >password: None >protected_packages: ['dnf', 'systemd', 'systemd-udev', 'dnf'] >gpgcheck: False >repo_gpgcheck: False >enablegroups: True >retries: 10 >bandwidth: 0 >minrate: 1000 >ip_resolve: None >throttle: 0 >timeout: 120 >max_parallel_downloads: None >metadata_expire: 21600 >cost: 1000 >priority: 99 >sslcacert: None >sslverify: True >sslclientcert: None >sslclientkey: None >deltarpm: True >deltarpm_percentage: 75 >skip_if_unavailable: False >enabled_metadata: None >failovermethod: priority >, 'rawhide-debuginfo': [rawhide-debuginfo] >name: Fedora - Rawhide - Debug >enabled: False >basecachedir: /tmp/dnf.cache >baseurl: [] >mirrorlist: None >metalink: https://mirrors.fedoraproject.org/metalink?repo=rawhide-debug&arch=x86_64 >type: rpm >mediaid: None >gpgkey: ['file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-x86_64'] >excludepkgs: [] >includepkgs: [] >exclude: [] >fastestmirror: False >proxy: None >proxy_username: None >proxy_password: None >username: None >password: None >protected_packages: ['dnf', 'systemd', 'systemd-udev', 'dnf'] >gpgcheck: False >repo_gpgcheck: False >enablegroups: True >retries: 10 >bandwidth: 0 >minrate: 1000 >ip_resolve: None >throttle: 0 >timeout: 120 >max_parallel_downloads: None >metadata_expire: 172800 >cost: 1000 >priority: 99 >sslcacert: None >sslverify: True >sslclientcert: None >sslclientkey: None >deltarpm: True >deltarpm_percentage: 75 >skip_if_unavailable: False >enabled_metadata: None >failovermethod: priority >, 'rawhide-source': [rawhide-source] >name: Fedora - Rawhide - Source >enabled: False >basecachedir: /tmp/dnf.cache >baseurl: [] >mirrorlist: None >metalink: https://mirrors.fedoraproject.org/metalink?repo=rawhide-source&arch=x86_64 >type: rpm >mediaid: None >gpgkey: ['file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-x86_64'] >excludepkgs: [] >includepkgs: [] >exclude: [] >fastestmirror: False >proxy: None >proxy_username: None >proxy_password: None >username: None >password: None >protected_packages: ['dnf', 'systemd', 'systemd-udev', 'dnf'] >gpgcheck: False >repo_gpgcheck: False >enablegroups: True >retries: 10 >bandwidth: 0 >minrate: 1000 >ip_resolve: None >throttle: 0 >timeout: 120 >max_parallel_downloads: None >metadata_expire: 172800 >cost: 1000 >priority: 99 >sslcacert: None >sslverify: True >sslclientcert: None >sslclientkey: None >deltarpm: True >deltarpm_percentage: 75 >skip_if_unavailable: False >enabled_metadata: None >failovermethod: priority >, 'updates-testing': [updates-testing] >name: Fedora 26 - x86_64 - Test Updates >enabled: False >basecachedir: /tmp/dnf.cache >baseurl: [] >mirrorlist: None >metalink: https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f26&arch=x86_64 >type: None >mediaid: None >gpgkey: ['file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-x86_64'] >excludepkgs: [] >includepkgs: [] >exclude: [] >fastestmirror: False >proxy: None >proxy_username: None >proxy_password: None >username: None >password: None >protected_packages: ['dnf', 'systemd', 'systemd-udev', 'dnf'] >gpgcheck: True >repo_gpgcheck: False >enablegroups: True >retries: 10 >bandwidth: 0 >minrate: 1000 >ip_resolve: None >throttle: 0 >timeout: 120 >max_parallel_downloads: None >metadata_expire: 21600 >cost: 1000 >priority: 99 >sslcacert: None >sslverify: True >sslclientcert: None >sslclientkey: None >deltarpm: True >deltarpm_percentage: 75 >skip_if_unavailable: False >enabled_metadata: None >failovermethod: priority >, 'updates-testing-debuginfo': [updates-testing-debuginfo] >name: Fedora 26 - x86_64 - Test Updates Debug >enabled: False >basecachedir: /tmp/dnf.cache >baseurl: [] >mirrorlist: None >metalink: https://mirrors.fedoraproject.org/metalink?repo=updates-testing-debug-f26&arch=x86_64 >type: None >mediaid: None >gpgkey: ['file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-x86_64'] >excludepkgs: [] >includepkgs: [] >exclude: [] >fastestmirror: False >proxy: None >proxy_username: None >proxy_password: None >username: None >password: None >protected_packages: ['dnf', 'systemd', 'systemd-udev', 'dnf'] >gpgcheck: True >repo_gpgcheck: False >enablegroups: True >retries: 10 >bandwidth: 0 >minrate: 1000 >ip_resolve: None >throttle: 0 >timeout: 120 >max_parallel_downloads: None >metadata_expire: 21600 >cost: 1000 >priority: 99 >sslcacert: None >sslverify: True >sslclientcert: None >sslclientkey: None >deltarpm: True >deltarpm_percentage: 75 >skip_if_unavailable: False >enabled_metadata: None >failovermethod: priority >, 'updates-testing-source': [updates-testing-source] >name: Fedora 26 - Test Updates Source >enabled: False >basecachedir: /tmp/dnf.cache >baseurl: [] >mirrorlist: None >metalink: https://mirrors.fedoraproject.org/metalink?repo=updates-testing-source-f26&arch=x86_64 >type: None >mediaid: None >gpgkey: ['file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-x86_64'] >excludepkgs: [] >includepkgs: [] >exclude: [] >fastestmirror: False >proxy: None >proxy_username: None >proxy_password: None >username: None >password: None >protected_packages: ['dnf', 'systemd', 'systemd-udev', 'dnf'] >gpgcheck: True >repo_gpgcheck: False >enablegroups: True >retries: 10 >bandwidth: 0 >minrate: 1000 >ip_resolve: None >throttle: 0 >timeout: 120 >max_parallel_downloads: None >metadata_expire: 21600 >cost: 1000 >priority: 99 >sslcacert: None >sslverify: True >sslclientcert: None >sslclientkey: None >deltarpm: True >deltarpm_percentage: 75 >skip_if_unavailable: False >enabled_metadata: None >failovermethod: priority >, 'updates': [updates] >name: Fedora 26 - x86_64 - Updates >enabled: False >basecachedir: /tmp/dnf.cache >baseurl: [] >mirrorlist: None >metalink: https://mirrors.fedoraproject.org/metalink?repo=updates-released-f26&arch=x86_64 >type: rpm >mediaid: None >gpgkey: ['file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-x86_64'] >excludepkgs: [] >includepkgs: [] >exclude: [] >fastestmirror: False >proxy: None >proxy_username: None >proxy_password: None >username: None >password: None >protected_packages: ['dnf', 'systemd', 'systemd-udev', 'dnf'] >gpgcheck: True >repo_gpgcheck: False >enablegroups: True >retries: 10 >bandwidth: 0 >minrate: 1000 >ip_resolve: None >throttle: 0 >timeout: 120 >max_parallel_downloads: None >metadata_expire: 21600 >cost: 1000 >priority: 99 >sslcacert: None >sslverify: True >sslclientcert: None >sslclientkey: None >deltarpm: True >deltarpm_percentage: 75 >skip_if_unavailable: False >enabled_metadata: None >failovermethod: priority >, 'updates-debuginfo': [updates-debuginfo] >name: Fedora 26 - x86_64 - Updates - Debug >enabled: False >basecachedir: /tmp/dnf.cache >baseurl: [] >mirrorlist: None >metalink: https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f26&arch=x86_64 >type: rpm >mediaid: None >gpgkey: ['file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-x86_64'] >excludepkgs: [] >includepkgs: [] >exclude: [] >fastestmirror: False >proxy: None >proxy_username: None >proxy_password: None >username: None >password: None >protected_packages: ['dnf', 'systemd', 'systemd-udev', 'dnf'] >gpgcheck: True >repo_gpgcheck: False >enablegroups: True >retries: 10 >bandwidth: 0 >minrate: 1000 >ip_resolve: None >throttle: 0 >timeout: 120 >max_parallel_downloads: None >metadata_expire: 21600 >cost: 1000 >priority: 99 >sslcacert: None >sslverify: True >sslclientcert: None >sslclientkey: None >deltarpm: True >deltarpm_percentage: 75 >skip_if_unavailable: False >enabled_metadata: None >failovermethod: priority >, 'updates-source': [updates-source] >name: Fedora 26 - Updates Source >enabled: False >basecachedir: /tmp/dnf.cache >baseurl: [] >mirrorlist: None >metalink: https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f26&arch=x86_64 >type: rpm >mediaid: None >gpgkey: ['file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-x86_64'] >excludepkgs: [] >includepkgs: [] >exclude: [] >fastestmirror: False >proxy: None >proxy_username: None >proxy_password: None >username: None >password: None >protected_packages: ['dnf', 'systemd', 'systemd-udev', 'dnf'] >gpgcheck: True >repo_gpgcheck: False >enablegroups: True >retries: 10 >bandwidth: 0 >minrate: 1000 >ip_resolve: None >throttle: 0 >timeout: 120 >max_parallel_downloads: None >metadata_expire: 21600 >cost: 1000 >priority: 99 >sslcacert: None >sslverify: True >sslclientcert: None >sslclientkey: None >deltarpm: True >deltarpm_percentage: 75 >skip_if_unavailable: False >enabled_metadata: None >failovermethod: priority >, 'fedora': [fedora] >name: Fedora 26 - x86_64 >enabled: False >basecachedir: /tmp/dnf.cache >baseurl: [] >mirrorlist: None >metalink: https://mirrors.fedoraproject.org/metalink?repo=fedora-26&arch=x86_64 >type: rpm >mediaid: None >gpgkey: ['file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-x86_64'] >excludepkgs: [] >includepkgs: [] >exclude: [] >fastestmirror: False >proxy: None >proxy_username: None >proxy_password: None >username: None >password: None >protected_packages: ['dnf', 'systemd', 'systemd-udev', 'dnf'] >gpgcheck: True >repo_gpgcheck: False >enablegroups: True >retries: 10 >bandwidth: 0 >minrate: 1000 >ip_resolve: None >throttle: 0 >timeout: 120 >max_parallel_downloads: None >metadata_expire: 172800 >cost: 1000 >priority: 99 >sslcacert: None >sslverify: True >sslclientcert: None >sslclientkey: None >deltarpm: True >deltarpm_percentage: 75 >skip_if_unavailable: False >enabled_metadata: None >failovermethod: priority >, 'fedora-debuginfo': [fedora-debuginfo] >name: Fedora 26 - x86_64 - Debug >enabled: False >basecachedir: /tmp/dnf.cache >baseurl: [] >mirrorlist: None >metalink: https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-26&arch=x86_64 >type: rpm >mediaid: None >gpgkey: ['file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-x86_64'] >excludepkgs: [] >includepkgs: [] >exclude: [] >fastestmirror: False >proxy: None >proxy_username: None >proxy_password: None >username: None >password: None >protected_packages: ['dnf', 'systemd', 'systemd-udev', 'dnf'] >gpgcheck: True >repo_gpgcheck: False >enablegroups: True >retries: 10 >bandwidth: 0 >minrate: 1000 >ip_resolve: None >throttle: 0 >timeout: 120 >max_parallel_downloads: None >metadata_expire: 604800 >cost: 1000 >priority: 99 >sslcacert: None >sslverify: True >sslclientcert: None >sslclientkey: None >deltarpm: True >deltarpm_percentage: 75 >skip_if_unavailable: False >enabled_metadata: None >failovermethod: priority >, 'fedora-source': [fedora-source] >name: Fedora 26 - Source >enabled: False >basecachedir: /tmp/dnf.cache >baseurl: [] >mirrorlist: None >metalink: https://mirrors.fedoraproject.org/metalink?repo=fedora-source-26&arch=x86_64 >type: rpm >mediaid: None >gpgkey: ['file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-26-x86_64'] >excludepkgs: [] >includepkgs: [] >exclude: [] >fastestmirror: False >proxy: None >proxy_username: None >proxy_password: None >username: None >password: None >protected_packages: ['dnf', 'systemd', 'systemd-udev', 'dnf'] >gpgcheck: True >repo_gpgcheck: False >enablegroups: True >retries: 10 >bandwidth: 0 >minrate: 1000 >ip_resolve: None >throttle: 0 >timeout: 120 >max_parallel_downloads: None >metadata_expire: 604800 >cost: 1000 >priority: 99 >sslcacert: None >sslverify: True >sslclientcert: None >sslclientkey: None >deltarpm: True >deltarpm_percentage: 75 >skip_if_unavailable: False >enabled_metadata: None >failovermethod: priority >} > _intf.payload._base._rpm_probfilter: {64} > _intf.payload._base._plugins: Plugins instance, containing members: > _intf.payload._base._plugins.plugin_cls: [] > _intf.payload._base._plugins.plugins: [] > _intf.payload._base._trans_success: False > _intf.payload._base._tempfile_persistor: None > _intf.payload._base._update_security_filters: {} > _intf.payload._download_location: None > _intf.payload._updates_enabled: True > _intf.payload._repos_lock: <unlocked _thread.RLock object owner=0 count=0 at 0x7fc9d726d6f0> > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._actions: Skipped > _intf._currentAction: SummaryHub instance, containing members: > _intf._currentAction.skipTo: None > _intf._currentAction._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction.applyOnSkip: False > _intf._currentAction.builder: Builder instance, containing members: > _intf._currentAction._window: HubWindow instance, containing members: > _intf._currentAction._automaticEntry: False > _intf._currentAction._autostepRunning: False > _intf._currentAction._autostepDone: False > _intf._currentAction._autostepDoneCallback: None > _intf._currentAction.lastAutostepSpoke: False > _intf._currentAction._storage: Already dumped (Blivet instance) > _intf._currentAction.payload: Already dumped (DNFPayload instance) > _intf._currentAction.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction.paths: {'spokes': [('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/tmp/updates/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/python3.6/site-packages/pyanaconda/ui/gui/spokes'), ('com_redhat_kdump.gui.spokes.%s', '/usr/share/anaconda/addons/com_redhat_kdump/gui/spokes')], 'categories': [('pyanaconda.ui.categories.%s', '/usr/lib64/python3.6/site-packages/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/tmp/updates/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib/python3.6/site-packages/pyanaconda/ui/categories')]} > _intf._currentAction._spokes: {'KeyboardSpoke': KeyboardSpoke instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._automaticEntry: False > _intf._currentAction._spokes._autostepRunning: False > _intf._currentAction._spokes._autostepDone: False > _intf._currentAction._spokes._autostepDoneCallback: None > _intf._currentAction._spokes.lastAutostepSpoke: False > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.payload: Already dumped (DNFPayload instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.visitedSinceApplied: True > _intf._currentAction._spokes._entry_callbacks: [<bound method Spoke.entry_logger of <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7fc9cf38e470>> >, <bound method Spoke._mark_screen_visited of <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7fc9cf38e470>> >] > _intf._currentAction._spokes._exit_callbacks: [<bound method Spoke.exit_logger of <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7fc9cf38e470>> >] > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._remove_last_attempt: False > _intf._currentAction._spokes._confirmed: False > _intf._currentAction._spokes._xkl_wrapper: Skipped > _intf._currentAction._spokes._add_dialog: AddLayoutDialog instance, containing members: > _intf._currentAction._spokes._add_dialog.skipTo: None > _intf._currentAction._spokes._add_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._add_dialog.applyOnSkip: False > _intf._currentAction._spokes._add_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._add_dialog._window: None > _intf._currentAction._spokes._add_dialog._automaticEntry: False > _intf._currentAction._spokes._add_dialog._autostepRunning: False > _intf._currentAction._spokes._add_dialog._autostepDone: False > _intf._currentAction._spokes._add_dialog._autostepDoneCallback: None > _intf._currentAction._spokes._add_dialog.lastAutostepSpoke: False > _intf._currentAction._spokes._add_dialog._xkl_wrapper: Skipped > _intf._currentAction._spokes._add_dialog._chosen_layouts: [] > _intf._currentAction._spokes._add_dialog._entry: Entry instance, containing members: > _intf._currentAction._spokes._add_dialog._treeModelFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._add_dialog._treeModelSort: TreeModelSort instance, containing members: > _intf._currentAction._spokes._add_dialog._confirmAddButton: Button instance, containing members: > _intf._currentAction._spokes._add_dialog._newLayoutSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes._add_dialog._store: ListStore instance, containing members: > _intf._currentAction._spokes._ready: True > _intf._currentAction._spokes._upButton: ToolButton instance, containing members: > _intf._currentAction._spokes._downButton: ToolButton instance, containing members: > _intf._currentAction._spokes._removeButton: ToolButton instance, containing members: > _intf._currentAction._spokes._previewButton: ToolButton instance, containing members: > _intf._currentAction._spokes._store: ListStore instance, containing members: > _intf._currentAction._spokes._selection: TreeSelection instance, containing members: > _intf._currentAction._spokes._switching_dialog: ConfigureSwitchingDialog instance, containing members: > _intf._currentAction._spokes._switching_dialog.skipTo: None > _intf._currentAction._spokes._switching_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._switching_dialog.applyOnSkip: False > _intf._currentAction._spokes._switching_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._switching_dialog._window: None > _intf._currentAction._spokes._switching_dialog._automaticEntry: False > _intf._currentAction._spokes._switching_dialog._autostepRunning: False > _intf._currentAction._spokes._switching_dialog._autostepDone: False > _intf._currentAction._spokes._switching_dialog._autostepDoneCallback: None > _intf._currentAction._spokes._switching_dialog.lastAutostepSpoke: False > _intf._currentAction._spokes._switching_dialog._xkl_wrapper: Skipped > _intf._currentAction._spokes._switching_dialog._switchingOptsStore: ListStore instance, containing members: > _intf._currentAction._spokes._switching_dialog._switchingOptsSort: TreeModelSort instance, containing members: > _intf._currentAction._spokes._layoutSwitchLabel: Label instance, containing members: >, 'LangsupportSpoke': LangsupportSpoke instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._automaticEntry: False > _intf._currentAction._spokes._autostepRunning: False > _intf._currentAction._spokes._autostepDone: False > _intf._currentAction._spokes._autostepDoneCallback: None > _intf._currentAction._spokes.lastAutostepSpoke: False > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.payload: Already dumped (DNFPayload instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.visitedSinceApplied: True > _intf._currentAction._spokes._entry_callbacks: [<bound method Spoke.entry_logger of <pyanaconda.ui.gui.spokes.langsupport.LangsupportSpoke object at 0x7fc9cf38ecc0>> >, <bound method Spoke._mark_screen_visited of <pyanaconda.ui.gui.spokes.langsupport.LangsupportSpoke object at 0x7fc9cf38ecc0>> >] > _intf._currentAction._spokes._exit_callbacks: [<bound method Spoke.exit_logger of <pyanaconda.ui.gui.spokes.langsupport.LangsupportSpoke object at 0x7fc9cf38ecc0>> >] > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._languageStore: ListStore instance, containing members: > _intf._currentAction._spokes._languageStoreFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._languageEntry: Entry instance, containing members: > _intf._currentAction._spokes._langSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes._langSelectedRenderer: CellRendererPixbuf instance, containing members: > _intf._currentAction._spokes._langSelectedColumn: TreeViewColumn instance, containing members: > _intf._currentAction._spokes._langView: TreeView instance, containing members: > _intf._currentAction._spokes._localeView: TreeView instance, containing members: > _intf._currentAction._spokes._localeStore: ListStore instance, containing members: > _intf._currentAction._spokes._localeSelection: None > _intf._currentAction._spokes._arrow: None > _intf._currentAction._spokes._selected_locales: set() > _intf._currentAction._spokes._right_arrow: Image instance, containing members: > _intf._currentAction._spokes._left_arrow: Image instance, containing members: >, 'DatetimeSpoke': DatetimeSpoke instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._automaticEntry: False > _intf._currentAction._spokes._autostepRunning: False > _intf._currentAction._spokes._autostepDone: False > _intf._currentAction._spokes._autostepDoneCallback: None > _intf._currentAction._spokes.lastAutostepSpoke: False > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.payload: Already dumped (DNFPayload instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.visitedSinceApplied: True > _intf._currentAction._spokes._entry_callbacks: [<bound method Spoke.entry_logger of <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7fc9cf38ee10>> >, <bound method Spoke._mark_screen_visited of <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7fc9cf38ee10>> >] > _intf._currentAction._spokes._exit_callbacks: [<bound method Spoke.exit_logger of <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7fc9cf38ee10>> >] > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._kickstarted: False > _intf._currentAction._spokes._update_datetime_timer_id: None > _intf._currentAction._spokes._start_updating_timer_id: None > _intf._currentAction._spokes._shown: False > _intf._currentAction._spokes._tz: America/Vancouver instance, containing members: > _intf._currentAction._spokes._tz._tzinfos: {(datetime.timedelta(-1, 56880), datetime.timedelta(0), 'LMT'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 57600), datetime.timedelta(0), 'PST'): America/Vancouver instance, containing members: > _intf._currentAction._spokes._tz._tzinfos._tzinfos: {(datetime.timedelta(-1, 56880), datetime.timedelta(0), 'LMT'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 57600), datetime.timedelta(0), 'PST'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 61200), datetime.timedelta(0, 3600), 'PDT'): America/Vancouver instance, containing members: > _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos: {(datetime.timedelta(-1, 56880), datetime.timedelta(0), 'LMT'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 57600), datetime.timedelta(0), 'PST'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 61200), datetime.timedelta(0, 3600), 'PDT'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 61200), datetime.timedelta(0, 3600), 'PWT'): America/Vancouver instance, containing members: > _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._tzinfos: {(datetime.timedelta(-1, 56880), datetime.timedelta(0), 'LMT'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 57600), datetime.timedelta(0), 'PST'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 61200), datetime.timedelta(0, 3600), 'PDT'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 61200), datetime.timedelta(0, 3600), 'PWT'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 61200), datetime.timedelta(0, 3600), 'PPT'): America/Vancouver instance, containing members: > _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._tzinfos._tzinfos: {(datetime.timedelta(-1, 56880), datetime.timedelta(0), 'LMT'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 57600), datetime.timedelta(0), 'PST'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 61200), datetime.timedelta(0, 3600), 'PDT'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 61200), datetime.timedelta(0, 3600), 'PWT'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 61200), datetime.timedelta(0, 3600), 'PPT'): Already dumped (America/Vancouver instance) >} > _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._tzinfos._utcoffset: -1 day, 17:00:00 > _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._tzinfos._dst: 1:00:00 > _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._tzinfos._tzname: PPT >} > _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._utcoffset: -1 day, 17:00:00 > _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._dst: 1:00:00 > _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzinfos._tzname: PWT >, (datetime.timedelta(-1, 61200), datetime.timedelta(0, 3600), 'PPT'): Already dumped (America/Vancouver instance) >} > _intf._currentAction._spokes._tz._tzinfos._tzinfos._utcoffset: -1 day, 17:00:00 > _intf._currentAction._spokes._tz._tzinfos._tzinfos._dst: 1:00:00 > _intf._currentAction._spokes._tz._tzinfos._tzinfos._tzname: PDT >, (datetime.timedelta(-1, 61200), datetime.timedelta(0, 3600), 'PWT'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 61200), datetime.timedelta(0, 3600), 'PPT'): Already dumped (America/Vancouver instance) >} > _intf._currentAction._spokes._tz._tzinfos._utcoffset: -1 day, 16:00:00 > _intf._currentAction._spokes._tz._tzinfos._dst: 0:00:00 > _intf._currentAction._spokes._tz._tzinfos._tzname: PST >, (datetime.timedelta(-1, 61200), datetime.timedelta(0, 3600), 'PDT'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 61200), datetime.timedelta(0, 3600), 'PWT'): Already dumped (America/Vancouver instance) >, (datetime.timedelta(-1, 61200), datetime.timedelta(0, 3600), 'PPT'): Already dumped (America/Vancouver instance) >} > _intf._currentAction._spokes._tz._utcoffset: -1 day, 15:48:00 > _intf._currentAction._spokes._tz._dst: 0:00:00 > _intf._currentAction._spokes._tz._tzname: LMT > _intf._currentAction._spokes._daysStore: ListStore instance, containing members: > _intf._currentAction._spokes._monthsStore: ListStore instance, containing members: > _intf._currentAction._spokes._yearsStore: ListStore instance, containing members: > _intf._currentAction._spokes._regionsStore: ListStore instance, containing members: > _intf._currentAction._spokes._citiesStore: ListStore instance, containing members: > _intf._currentAction._spokes._tzmap: TimezoneMap instance, containing members: > _intf._currentAction._spokes._dateBox: Box instance, containing members: > _intf._currentAction._spokes._old_region: America > _intf._currentAction._spokes._old_city: Vancouver > _intf._currentAction._spokes._regionCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._cityCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._daysFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._citiesFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._hoursLabel: Label instance, containing members: > _intf._currentAction._spokes._minutesLabel: Label instance, containing members: > _intf._currentAction._spokes._amPmUp: Button instance, containing members: > _intf._currentAction._spokes._amPmDown: Button instance, containing members: > _intf._currentAction._spokes._amPmLabel: Label instance, containing members: > _intf._currentAction._spokes._radioButton24h: RadioButton instance, containing members: > _intf._currentAction._spokes._amPmRevealer: Revealer instance, containing members: > _intf._currentAction._spokes._dayCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._monthCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._yearCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._day_format: %d > _intf._currentAction._spokes._month_format: %m > _intf._currentAction._spokes._year_format: %Y > _intf._currentAction._spokes._ntpSwitch: Switch instance, containing members: > _intf._currentAction._spokes._regions_zones: {'Europe': {'Amsterdam', 'Sarajevo', 'Madrid', 'Vaduz', 'Guernsey', 'Podgorica', 'Mariehamn', 'Belgrade', 'Prague', 'Tallinn', 'Athens', 'Chisinau', 'Bucharest', 'Isle_of_Man', 'Moscow', 'Luxembourg', 'Gibraltar', 'Monaco', 'Malta', 'Brussels', 'Samara', 'Ulyanovsk', 'Zagreb', 'Ljubljana', 'Vienna', 'Minsk', 'Uzhgorod', 'Zaporozhye', 'Zurich', 'Helsinki', 'Skopje', 'Vatican', 'Copenhagen', 'Kaliningrad', 'Volgograd', 'Budapest', 'Andorra', 'San_Marino', 'Paris', 'Sofia', 'Dublin', 'Jersey', 'Riga', 'Berlin', 'Kirov', 'Rome', 'Vilnius', 'Warsaw', 'Lisbon', 'Simferopol', 'Bratislava', 'Istanbul', 'Busingen', 'London', 'Tirane', 'Astrakhan', 'Saratov', 'Kiev', 'Stockholm', 'Oslo'}, 'Asia': {'Tehran', 'Dhaka', 'Hebron', 'Jerusalem', 'Kuwait', 'Aqtobe', 'Bahrain', 'Kolkata', 'Makassar', 'Nicosia', 'Yangon', 'Baghdad', 'Gaza', 'Novosibirsk', 'Riyadh', 'Yekaterinburg', 'Yerevan', 'Samarkand', 'Macau', 'Yakutsk', 'Hong_Kong', 'Tashkent', 'Dili', 'Baku', 'Kuala_Lumpur', 'Muscat', 'Choibalsan', 'Chita', 'Ust-Nera', 'Karachi', 'Kamchatka', 'Damascus', 'Ho_Chi_Minh', 'Aqtau', 'Kabul', 'Novokuznetsk', 'Vientiane', 'Kuching', 'Irkutsk', 'Urumqi', 'Famagusta', 'Barnaul', 'Khandyga', 'Thimphu', 'Pyongyang', 'Omsk', 'Sakhalin', 'Qyzylorda', 'Brunei', 'Tomsk', 'Taipei', 'Beirut', 'Krasnoyarsk', 'Magadan', 'Tbilisi', 'Atyrau', 'Manila', 'Anadyr', 'Phnom_Penh', 'Srednekolymsk', 'Jayapura', 'Kathmandu', 'Ashgabat', 'Bangkok', 'Bishkek', 'Aden', 'Singapore', 'Tokyo', 'Pontianak', 'Jakarta', 'Almaty', 'Ulaanbaatar', 'Dubai', 'Vladivostok', 'Hovd', 'Qatar', 'Colombo', 'Oral', 'Seoul', 'Amman', 'Dushanbe', 'Shanghai'}, 'America': {'Marigot', 'Boa_Vista', 'Caracas', 'Sao_Paulo', 'North_Dakota/Beulah', 'Guayaquil', 'Martinique', 'Indiana/Vincennes', 'Blanc-Sablon', 'Port_of_Spain', 'Inuvik', 'Cuiaba', 'Chicago', 'Havana', 'Sitka', 'Recife', 'Montserrat', 'Cayman', 'Detroit', 'Monterrey', 'Guatemala', 'Whitehorse', 'Managua', 'Chihuahua', 'Noronha', 'Dominica', 'Atikokan', 'Grand_Turk', 'Goose_Bay', 'Hermosillo', 'Regina', 'Denver', 'Grenada', 'Yellowknife', 'Indiana/Knox', 'Tijuana', 'Nassau', 'Indiana/Indianapolis', 'Miquelon', 'Creston', 'Nipigon', 'Antigua', 'Fortaleza', 'Santarem', 'Araguaina', 'St_Thomas', 'Argentina/San_Luis', 'Iqaluit', 'Argentina/Catamarca', 'Rio_Branco', 'Juneau', 'Argentina/Cordoba', 'Campo_Grande', 'La_Paz', 'Halifax', 'Dawson', 'Manaus', 'Kralendijk', 'Porto_Velho', 'Boise', 'El_Salvador', 'Puerto_Rico', 'Winnipeg', 'Argentina/Ushuaia', 'Moncton', 'St_Johns', 'Indiana/Tell_City', 'Toronto', 'Argentina/San_Juan', 'Santo_Domingo', 'Port-au-Prince', 'Panama', 'Bogota', 'Pangnirtung', 'Kentucky/Louisville', 'Matamoros', 'Edmonton', 'Los_Angeles', 'Metlakatla', 'Belize', 'Costa_Rica', 'Belem', 'Guadeloupe', 'Indiana/Winamac', 'Argentina/Tucuman', 'St_Kitts', 'Scoresbysund', 'Swift_Current', 'Indiana/Petersburg', 'Aruba', 'Rainy_River', 'Curacao', 'St_Lucia', 'North_Dakota/New_Salem', 'Maceio', 'Argentina/La_Rioja', 'Adak', 'Guyana', 'Menominee', 'Thule', 'Thunder_Bay', 'Ojinaga', 'Mexico_City', 'Bahia_Banderas', 'Resolute', 'Godthab', 'Cayenne', 'St_Vincent', 'Anguilla', 'Montevideo', 'Barbados', 'Cancun', 'Glace_Bay', 'Rankin_Inlet', 'Tortola', 'Indiana/Marengo', 'Kentucky/Monticello', 'Santiago', 'Nome', 'Anchorage', 'Lima', 'Asuncion', 'Yakutat', 'St_Barthelemy', 'Paramaribo', 'Dawson_Creek', 'Mazatlan', 'Cambridge_Bay', 'Lower_Princes', 'Argentina/Rio_Gallegos', 'New_York', 'Eirunepe', 'Vancouver', 'North_Dakota/Center', 'Fort_Nelson', 'Argentina/Jujuy', 'Tegucigalpa', 'Phoenix', 'Argentina/Salta', 'Argentina/Mendoza', 'Merida', 'Indiana/Vevay', 'Danmarkshavn', 'Bahia', 'Argentina/Buenos_Aires', 'Jamaica'}, 'Africa': {'Asmara', 'Addis_Ababa', 'Ouagadougou', 'Ndjamena', 'Lome', 'Khartoum', 'Bangui', 'Dar_es_Salaam', 'Douala', 'Johannesburg', 'Harare', 'Brazzaville', 'Abidjan', 'Niamey', 'Ceuta', 'Maputo', 'Mogadishu', 'Lubumbashi', 'Conakry', 'Juba', 'Lusaka', 'Freetown', 'Gaborone', 'Bujumbura', 'Luanda', 'Bissau', 'Kigali', 'Blantyre', 'Tripoli', 'Dakar', 'Algiers', 'Monrovia', 'Banjul', 'Mbabane', 'Malabo', 'Nouakchott', 'El_Aaiun', 'Djibouti', 'Sao_Tome', 'Lagos', 'Tunis', 'Accra', 'Kampala', 'Maseru', 'Porto-Novo', 'Cairo', 'Bamako', 'Libreville', 'Nairobi', 'Casablanca', 'Windhoek', 'Kinshasa'}, 'Antarctica': {'Rothera', 'Syowa', 'Troll', 'DumontDUrville', 'Mawson', 'Davis', 'Macquarie', 'Casey', 'Palmer', 'Vostok', 'McMurdo'}, 'Pacific': {'Tarawa', 'Port_Moresby', 'Tongatapu', 'Bougainville', 'Wake', 'Saipan', 'Galapagos', 'Nauru', 'Guadalcanal', 'Chatham', 'Gambier', 'Efate', 'Noumea', 'Marquesas', 'Pohnpei', 'Pitcairn', 'Palau', 'Norfolk', 'Honolulu', 'Majuro', 'Guam', 'Pago_Pago', 'Johnston', 'Apia', 'Niue', 'Chuuk', 'Kiritimati', 'Kwajalein', 'Fakaofo', 'Auckland', 'Rarotonga', 'Kosrae', 'Funafuti', 'Tahiti', 'Midway', 'Fiji', 'Wallis', 'Easter', 'Enderbury'}, 'Australia': {'Perth', 'Eucla', 'Melbourne', 'Sydney', 'Brisbane', 'Broken_Hill', 'Adelaide', 'Darwin', 'Hobart', 'Currie', 'Lord_Howe', 'Lindeman'}, 'Atlantic': {'Bermuda', 'Faroe', 'Azores', 'Canary', 'Reykjavik', 'South_Georgia', 'Cape_Verde', 'St_Helena', 'Stanley', 'Madeira'}, 'Indian': {'Reunion', 'Mayotte', 'Mahe', 'Christmas', 'Comoro', 'Antananarivo', 'Kerguelen', 'Mauritius', 'Cocos', 'Chagos', 'Maldives'}, 'Arctic': {'Longyearbyen'}, 'US': {'Alaska', 'Mountain', 'Arizona', 'Pacific', 'Eastern', 'Central', 'Hawaii'}, 'Etc': {'GMT-2', 'GMT-7', 'GMT-10', 'GMT+6', 'GMT+4', 'GMT+3', 'GMT+7', 'GMT+1', 'GMT-1', 'GMT+2', 'GMT', 'GMT-5', 'GMT-13', 'GMT-12', 'GMT-4', 'GMT-14', 'GMT+11', 'GMT-11', 'GMT+8', 'GMT+10', 'GMT+12', 'GMT+9', 'GMT-6', 'GMT+5', 'GMT-3', 'GMT-9', 'GMT-8', 'UTC'}} > _intf._currentAction._spokes._config_dialog: NTPconfigDialog instance, containing members: > _intf._currentAction._spokes._config_dialog.skipTo: None > _intf._currentAction._spokes._config_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._config_dialog.applyOnSkip: False > _intf._currentAction._spokes._config_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._config_dialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._config_dialog._automaticEntry: False > _intf._currentAction._spokes._config_dialog._autostepRunning: False > _intf._currentAction._spokes._config_dialog._autostepDone: False > _intf._currentAction._spokes._config_dialog._autostepDoneCallback: None > _intf._currentAction._spokes._config_dialog.lastAutostepSpoke: False > _intf._currentAction._spokes._config_dialog._check_list: [GUIInputCheck instance, containing members: > _parent: Already dumped (NTPconfigDialog instance) > _input_obj: Entry instance, containing members: > _run_check: <bound method NTPconfigDialog._validateServer of <pyanaconda.ui.gui.spokes.datetime_spoke.NTPconfigDialog object at 0x7fc9cf38eef0>> > _data: None > _check_status: Skipped > _enabled: True > update_check_status: TimedAction instance, containing members: > update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7fc9cf3a8b00>> > update_check_status._last_start: None > update_check_status._timer_id: None > update_check_status._instance_map: {} >] > _intf._currentAction._spokes._config_dialog._ok_button: Button instance, containing members: > _intf._currentAction._spokes._config_dialog._epoch: 0 > _intf._currentAction._spokes._config_dialog._epoch_lock: <unlocked _thread.lock object at 0x7fc9cf38a508> > _intf._currentAction._spokes._config_dialog._serverEntry: Already dumped (Entry instance) > _intf._currentAction._spokes._config_dialog._serversStore: ListStore instance, containing members: > _intf._currentAction._spokes._config_dialog._addButton: Already dumped (Button instance) > _intf._currentAction._spokes._config_dialog._poolCheckButton: CheckButton instance, containing members: > _intf._currentAction._spokes._config_dialog._serverCheck: Already dumped (GUIInputCheck instance) >, 'SourceSpoke': SourceSpoke instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._automaticEntry: False > _intf._currentAction._spokes._autostepRunning: False > _intf._currentAction._spokes._autostepDone: False > _intf._currentAction._spokes._autostepDoneCallback: None > _intf._currentAction._spokes.lastAutostepSpoke: False > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.payload: Already dumped (DNFPayload instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.visitedSinceApplied: True > _intf._currentAction._spokes._entry_callbacks: [<bound method Spoke.entry_logger of <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9de73c080>> >, <bound method Spoke._mark_screen_visited of <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9de73c080>> >] > _intf._currentAction._spokes._exit_callbacks: [<bound method Spoke.exit_logger of <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9de73c080>> >] > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._check_list: [GUIInputCheck instance, containing members: > _parent: Already dumped (SourceSpoke instance) > _input_obj: Entry instance, containing members: > _run_check: <bound method SourceSpoke._checkURLEntry of <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9de73c080>> > _data: None > _check_status: None > _enabled: False > update_check_status: TimedAction instance, containing members: > update_check_status._func: <bound method InputCheck.update_check_status of <pyanaconda.ui.gui.helpers.GUIInputCheck object at 0x7fc9de73c0b8>> > update_check_status._last_start: None > update_check_status._timer_id: None > update_check_status._instance_map: {} >, InputCheck instance, containing members: > _parent: Already dumped (SourceSpoke instance) > _input_obj: ListStore instance, containing members: > _run_check: <bound method SourceSpoke._checkDuplicateRepos of <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9de73c080>> > _data: None > _check_status: None > _enabled: True >] > _intf._currentAction._spokes._prev_status: None > _intf._currentAction._spokes._currentIsoFile: None > _intf._currentAction._spokes._ready: True > _intf._currentAction._spokes._error: False > _intf._currentAction._spokes._error_msg: Skipped > _intf._currentAction._spokes._proxyUrl: Skipped > _intf._currentAction._spokes._proxyChange: False > _intf._currentAction._spokes._updatesChange: False > _intf._currentAction._spokes._cdrom: None > _intf._currentAction._spokes._repo_counter: <generator object id_generator at 0x7fc9de745bf8> > _intf._currentAction._spokes._repoChecks: {} > _intf._currentAction._spokes._repoStore_lock: <unlocked _thread.lock object at 0x7fc9cf38a9e0> > _intf._currentAction._spokes._autodetectButton: RadioButton instance, containing members: > _intf._currentAction._spokes._autodetectBox: Grid instance, containing members: > _intf._currentAction._spokes._autodetectDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._autodetectLabel: Label instance, containing members: > _intf._currentAction._spokes._isoButton: RadioButton instance, containing members: > _intf._currentAction._spokes._isoBox: Box instance, containing members: > _intf._currentAction._spokes._networkButton: RadioButton instance, containing members: > _intf._currentAction._spokes._networkBox: Box instance, containing members: > _intf._currentAction._spokes._urlEntry: Already dumped (Entry instance) > _intf._currentAction._spokes._protocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes._isoChooserButton: Button instance, containing members: > _intf._currentAction._spokes._origIsoChooserButton: _Choose an ISO > _intf._currentAction._spokes._urlCheck: Already dumped (GUIInputCheck instance) > _intf._currentAction._spokes._mirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._noUpdatesCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._verifyIsoButton: Button instance, containing members: > _intf._currentAction._spokes._repoEntryBox: Grid instance, containing members: > _intf._currentAction._spokes._repoStore: Already dumped (ListStore instance) > _intf._currentAction._spokes._repoSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes._repoNameEntry: Entry instance, containing members: > _intf._currentAction._spokes._repoProtocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes._repoUrlEntry: Entry instance, containing members: > _intf._currentAction._spokes._repoMirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._repoProxyUrlEntry: Entry instance, containing members: > _intf._currentAction._spokes._repoProxyUsernameEntry: Entry instance, containing members: > _intf._currentAction._spokes._repoProxyPasswordEntry: Entry instance, containing members: > _intf._currentAction._spokes._repoView: TreeView instance, containing members: > _intf._currentAction._spokes._duplicateRepoCheck: Already dumped (InputCheck instance) > _intf._currentAction._spokes._updatesBox: Box instance, containing members: > _intf._currentAction._spokes._proxyButton: Button instance, containing members: > _intf._currentAction._spokes._nfsOptsBox: Box instance, containing members: > _intf._currentAction._spokes._repoNameWarningBox: None > _intf._currentAction._spokes._repoNameWarningLabel: None >, 'SoftwareSelectionSpoke': SoftwareSelectionSpoke instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._automaticEntry: False > _intf._currentAction._spokes._autostepRunning: False > _intf._currentAction._spokes._autostepDone: False > _intf._currentAction._spokes._autostepDoneCallback: None > _intf._currentAction._spokes.lastAutostepSpoke: False > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.payload: Already dumped (DNFPayload instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.visitedSinceApplied: True > _intf._currentAction._spokes._entry_callbacks: [<bound method Spoke.entry_logger of <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fc9cf3a8c18>> >, <bound method Spoke._mark_screen_visited of <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fc9cf3a8c18>> >] > _intf._currentAction._spokes._exit_callbacks: [<bound method Spoke.exit_logger of <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fc9cf3a8c18>> >] > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._errorMsgs: None > _intf._currentAction._spokes._tx_id: 1 > _intf._currentAction._spokes._selectFlag: True > _intf._currentAction._spokes.selectedGroups: [] > _intf._currentAction._spokes.excludedGroups: [] > _intf._currentAction._spokes._environmentListBox: ListBox instance, containing members: > _intf._currentAction._spokes._addonListBox: ListBox instance, containing members: > _intf._currentAction._spokes._addonStates: {} > _intf._currentAction._spokes._firstRadio: RadioButton instance, containing members: > _intf._currentAction._spokes._origAddons: [] > _intf._currentAction._spokes._origEnvironment: None > _intf._currentAction._spokes._kickstarted: False > _intf._currentAction._spokes._error: False > _intf._currentAction._spokes._fakeRadio: RadioButton instance, containing members: >, 'StorageSpoke': StorageSpoke instance, containing members: > _intf._currentAction._spokes._mainSpokeClass: StorageSpoke > _intf._currentAction._spokes._min_ram: 410 > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.applyOnSkip: True > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._automaticEntry: False > _intf._currentAction._spokes._autostepRunning: False > _intf._currentAction._spokes._autostepDone: False > _intf._currentAction._spokes._autostepDoneCallback: None > _intf._currentAction._spokes.lastAutostepSpoke: False > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.payload: Already dumped (DNFPayload instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.visitedSinceApplied: True > _intf._currentAction._spokes._entry_callbacks: [<bound method Spoke.entry_logger of <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc9de758ef0>> >, <bound method Spoke._mark_screen_visited of <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc9de758ef0>> >] > _intf._currentAction._spokes._exit_callbacks: [<bound method Spoke.exit_logger of <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc9de758ef0>> >] > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._ready: True > _intf._currentAction._spokes.autoPartType: 2 > _intf._currentAction._spokes.encrypted: False > _intf._currentAction._spokes.passphrase: Skipped > _intf._currentAction._spokes.selected_disks: [vda] > _intf._currentAction._spokes._last_selected_disks: [] > _intf._currentAction._spokes._back_clicked: True > _intf._currentAction._spokes.autopart_missing_passphrase: False > _intf._currentAction._spokes.disks_errors: [] > _intf._currentAction._spokes.disks: [Already dumped (DiskDevice instance) >] > _intf._currentAction._spokes.autopart: True > _intf._currentAction._spokes.clearPartType: 2 > _intf._currentAction._spokes._previous_autopart: True > _intf._currentAction._spokes._last_clicked_overview: None > _intf._currentAction._spokes._cur_clicked_overview: None > _intf._currentAction._spokes._customPart: RadioButton instance, containing members: > _intf._currentAction._spokes._encrypted: CheckButton instance, containing members: > _intf._currentAction._spokes._reclaim: CheckButton instance, containing members: > _intf._currentAction._spokes.local_disks_box: Box instance, containing members: > _intf._currentAction._spokes.specialized_disks_box: Box instance, containing members: >, 'CustomPartitioningSpoke': CustomPartitioningSpoke instance, containing members: > _intf._currentAction._spokes._mainSpokeClass: StorageSpoke > _intf._currentAction._spokes._min_ram: 410 > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._automaticEntry: False > _intf._currentAction._spokes._autostepRunning: False > _intf._currentAction._spokes._autostepDone: False > _intf._currentAction._spokes._autostepDoneCallback: None > _intf._currentAction._spokes.lastAutostepSpoke: False > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.payload: Already dumped (DNFPayload instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.visitedSinceApplied: True > _intf._currentAction._spokes._entry_callbacks: [<bound method Spoke.entry_logger of <pyanaconda.ui.gui.spokes.custom.CustomPartitioningSpoke object at 0x7fc9de758e10>> >, <bound method Spoke._mark_screen_visited of <pyanaconda.ui.gui.spokes.custom.CustomPartitioningSpoke object at 0x7fc9de758e10>> >] > _intf._currentAction._spokes._exit_callbacks: [<bound method Spoke.exit_logger of <pyanaconda.ui.gui.spokes.custom.CustomPartitioningSpoke object at 0x7fc9de758e10>> >] > _intf._currentAction._spokes.selector: None > _intf._currentAction._spokes._back_already_clicked: False > _intf._currentAction._spokes._storage_playground: None > _intf._currentAction._spokes.passphrase: Skipped > _intf._currentAction._spokes._devices: [] > _intf._currentAction._spokes._error: None > _intf._currentAction._spokes._hidden_disks: [] > _intf._currentAction._spokes._fs_types: {'ext3', 'ext4', 'ext2', 'vfat', 'swap', 'BIOS Boot', 'xfs'} > _intf._currentAction._spokes._free_space: Size instance, containing members: > _intf._currentAction._spokes._free_space._c_size: Size (0 B) > _intf._currentAction._spokes._device_disks: [] > _intf._currentAction._spokes._device_container_name: None > _intf._currentAction._spokes._device_container_raid_level: None > _intf._currentAction._spokes._device_container_encrypted: False > _intf._currentAction._spokes._device_container_size: 0 > _intf._currentAction._spokes._device_name_dict: {0: None, 1: None, 5: None, 2: , 3: , 4: } > _intf._currentAction._spokes._initialized: False > _intf._currentAction._spokes._configureBox: None > _intf._currentAction._spokes._partitionsViewport: Viewport instance, containing members: > _intf._currentAction._spokes._partitionsNotebook: Notebook instance, containing members: > _intf._currentAction._spokes._pageLabel: Label instance, containing members: > _intf._currentAction._spokes._availableSpaceLabel: Label instance, containing members: > _intf._currentAction._spokes._totalSpaceLabel: Label instance, containing members: > _intf._currentAction._spokes._summaryLabel: Label instance, containing members: > _intf._currentAction._spokes._addButton: ToolButton instance, containing members: > _intf._currentAction._spokes._applyButton: Button instance, containing members: > _intf._currentAction._spokes._configButton: Button instance, containing members: > _intf._currentAction._spokes._removeButton: ToolButton instance, containing members: > _intf._currentAction._spokes._resetButton: Button instance, containing members: > _intf._currentAction._spokes._encryptCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._fsCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._fsStore: ListStore instance, containing members: > _intf._currentAction._spokes._labelEntry: Entry instance, containing members: > _intf._currentAction._spokes._mountPointEntry: Entry instance, containing members: > _intf._currentAction._spokes._nameEntry: Entry instance, containing members: > _intf._currentAction._spokes._raidLevelCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._raidLevelLabel: Label instance, containing members: > _intf._currentAction._spokes._reformatCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._sizeEntry: Entry instance, containing members: > _intf._currentAction._spokes._typeStore: ListStore instance, containing members: > _intf._currentAction._spokes._typeCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._modifyContainerButton: Button instance, containing members: > _intf._currentAction._spokes._containerCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._containerStore: ListStore instance, containing members: > _intf._currentAction._spokes._deviceDescLabel: Label instance, containing members: > _intf._currentAction._spokes._passphraseEntry: Entry instance, containing members: > _intf._currentAction._spokes._raidStoreFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._selectedDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._selectedDeviceDescLabel: Label instance, containing members: > _intf._currentAction._spokes._encryptedDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._encryptedDeviceDescLabel: Label instance, containing members: > _intf._currentAction._spokes._incompleteDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._incompleteDeviceDescLabel: Label instance, containing members: > _intf._currentAction._spokes._incompleteDeviceOptionsLabel: Label instance, containing members: > _intf._currentAction._spokes._uneditableDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._uneditableDeviceDescLabel: Label instance, containing members: > _intf._currentAction._spokes._containerLabel: Label instance, containing members: > _intf._currentAction._spokes._accordion: Accordion instance, containing members: > _intf._currentAction._spokes._accordion._expanders: [] > _intf._currentAction._spokes._accordion._active_selectors: [] > _intf._currentAction._spokes._accordion._current_selector: None > _intf._currentAction._spokes._accordion._last_selected: None >, 'FilterSpoke': FilterSpoke instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.applyOnSkip: True > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._automaticEntry: False > _intf._currentAction._spokes._autostepRunning: False > _intf._currentAction._spokes._autostepDone: False > _intf._currentAction._spokes._autostepDoneCallback: None > _intf._currentAction._spokes.lastAutostepSpoke: False > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.payload: Already dumped (DNFPayload instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.visitedSinceApplied: True > _intf._currentAction._spokes._entry_callbacks: [<bound method Spoke.entry_logger of <pyanaconda.ui.gui.spokes.filter.FilterSpoke object at 0x7fc9de6c70f0>> >, <bound method Spoke._mark_screen_visited of <pyanaconda.ui.gui.spokes.filter.FilterSpoke object at 0x7fc9de6c70f0>> >] > _intf._currentAction._spokes._exit_callbacks: [<bound method Spoke.exit_logger of <pyanaconda.ui.gui.spokes.filter.FilterSpoke object at 0x7fc9de6c70f0>> >] > _intf._currentAction._spokes.selector: None > _intf._currentAction._spokes.ancestors: [] > _intf._currentAction._spokes.disks: [] > _intf._currentAction._spokes.selected_disks: [] > _intf._currentAction._spokes.pages: [SearchPage instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: > filterActive: False > _lunEntry: Entry instance, containing members: > _wwidEntry: Entry instance, containing members: > _combo: ComboBoxText instance, containing members: > _portCombo: ComboBoxText instance, containing members: > _targetEntry: Entry instance, containing members: >, MultipathPage instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: > filterActive: False > _combo: ComboBoxText instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: > _wwidEntry: Entry instance, containing members: >, OtherPage instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: > filterActive: False > _combo: ComboBoxText instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _idEntry: Entry instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, ZPage instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: > filterActive: False > _ccwEntry: Entry instance, containing members: > _wwpnEntry: Entry instance, containing members: > _lunEntry: Entry instance, containing members: > _combo: ComboBoxText instance, containing members: > _isS390: False >] > _intf._currentAction._spokes._notebook: Notebook instance, containing members: > _intf._currentAction._spokes._store: ListStore instance, containing members: > _intf._currentAction._spokes._addDisksButton: None >, 'NetworkSpoke': NetworkSpoke instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._automaticEntry: False > _intf._currentAction._spokes._autostepRunning: False > _intf._currentAction._spokes._autostepDone: False > _intf._currentAction._spokes._autostepDoneCallback: None > _intf._currentAction._spokes.lastAutostepSpoke: False > _intf._currentAction._spokes._storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.payload: Already dumped (DNFPayload instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.visitedSinceApplied: True > _intf._currentAction._spokes._entry_callbacks: [<bound method Spoke.entry_logger of <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7fc9de68ca58>> >, <bound method Spoke._mark_screen_visited of <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7fc9de68ca58>> >] > _intf._currentAction._spokes._exit_callbacks: [<bound method Spoke.exit_logger of <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7fc9de68ca58>> >] > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.networking_changed: False > _intf._currentAction._spokes.network_control_box: NetworkControlBox instance, containing members: > _intf._currentAction._spokes.network_control_box.builder: Already dumped (Builder instance) > _intf._currentAction._spokes.network_control_box._running_nmce: None > _intf._currentAction._spokes.network_control_box.spoke: Already dumped (NetworkSpoke instance) > _intf._currentAction._spokes.network_control_box.client: Client instance, containing members: > _intf._currentAction._spokes.network_control_box._updating_device: False > _intf._currentAction._spokes.network_control_box.dev_cfg_store: ListStore instance, containing members: > _intf._currentAction._spokes.network_control_box.selected_ap: None > _intf._currentAction._spokes.network_control_box.entry_hostname: Entry instance, containing members: > _intf._currentAction._spokes.network_control_box.label_current_hostname: Label instance, containing members: > _intf._currentAction._spokes.network_control_box.button_apply_hostname: Button instance, containing members: >} > _intf._currentAction._entry_callbacks: [<bound method Hub.entry_logger of <pyanaconda.ui.gui.hubs.summary.SummaryHub object at 0x7fc9cf384a20>> >] > _intf._currentAction._exit_callbacks: [<bound method Hub.exit_logger of <pyanaconda.ui.gui.hubs.summary.SummaryHub object at 0x7fc9cf384a20>> >] > _intf._currentAction._autoContinue: False > _intf._currentAction.timeout_id: 1346 > _intf._currentAction._incompleteSpokes: [Already dumped (StorageSpoke instance) >] > _intf._currentAction._inSpoke: True > _intf._currentAction._notReadySpokes: [] > _intf._currentAction._warningMsg: Please complete items marked with this icon before continuing to the next step. > _intf._currentAction._checker: FileSystemSpaceChecker instance, containing members: > _intf._currentAction._checker.payload: Already dumped (DNFPayload instance) > _intf._currentAction._checker.storage: Already dumped (Blivet instance) > _intf._currentAction._checker.success: False > _intf._currentAction._checker.deficit: Size instance, containing members: > _intf._currentAction._checker.deficit._c_size: Size (0 B) > _intf._currentAction._checker.error_message: Skipped > _intf._currentAction._checker_ignore: False > _intf._currentAction._spokesToStepIn: [] > _intf._currentAction._spokeAutostepIndex: 0 > _intf._ui: None > _intf._gui_lock: <locked _thread.lock object at 0x7fc9e005e878> > _intf.data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow: MainWindow instance, containing members: > _intf.mainWindow._transparent_base: Pixbuf instance, containing members: > _intf.mainWindow._overlay: Overlay instance, containing members: > _intf.mainWindow._overlay_img: None > _intf.mainWindow._overlay_depth: 0 > _intf.mainWindow._stack: Stack instance, containing members: > _intf.mainWindow._stack_contents: {<pyanaconda.ui.gui.hubs.summary.SummaryHub object at 0x7fc9cf384a20>, <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc9de758ef0>, <pyanaconda.ui.gui.spokes.welcome.WelcomeLanguageSpoke object at 0x7fc9d11f7cf8>} > _intf.mainWindow._accel_group: AccelGroup instance, containing members: > _intf.mainWindow._current_action: Already dumped (SummaryHub instance) > _intf.mainWindow._mnemonic_signal: 13382 > _intf.mainWindow._saved_help_button_label: Help! > _intf.mainWindow._language: en_US.UTF-8 > _intf.mainWindow._screenshot_index: 0 > _intf._distributionText: <function distributionText at 0x7fc9f4649400> > _intf._isFinal: False > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf._mehInterface: GraphicalExceptionHandlingIface instance, containing members: > _intf._mehInterface._lightbox_func: <bound method MainWindow.lightbox_on of <gui.MainWindow object at 0x7fc9d7279120 (pyanaconda+ui+gui+MainWindow at 0x55dd91b8a290)>> >isHeadless: False >ksdata: Already dumped (AnacondaKSHandler instance) >mediaDevice: None >methodstr: None >opts: Namespace instance, containing members: > opts.stage2: hd:LABEL=Fedora-26-x86_64 > opts.display_mode: Already dumped (DisplayModes instance) > opts.cmdline: None > opts.noninteractive: False > opts.proxy: None > opts.debug: False > opts.ksfile: None > opts.rescue: False > opts.armPlatform: None > opts.multiLib: False > opts.method: None > opts.askmethod: False > opts.noverifyssl: False > opts.liveinst: False > opts.runres: None > opts.xdriver: None > opts.vnc: False > opts.vncconnect: None > opts.vncpassword: Skipped > opts.keymap: None > opts.lang: None > opts.singlelang: False > opts.loglevel: None > opts.syslog: None > opts.remotelog: None > opts.selinux: -1 > opts.mpath: True > opts.dmraid: True > opts.ibft: True > opts.geoloc: None > opts.legacygrub: False > opts.nosave: None > opts.rescue_nomount: False > opts.updateSrc: None > opts.images: [] > opts.dirinstall: None > opts.memcheck: True > opts.leavebootorder: False > opts.eject: True > opts.extlinux: False > opts.nombr: False > opts.mpathfriendlynames: True > opts.kexec: False >_payload: Already dumped (DNFPayload instance) >proxy: None >proxyUsername: None >proxyPassword: None >reIPLMessage: None >rescue_mount: True >rootParts: None >stage2: hd:LABEL=Fedora-26-x86_64 >_storage: Already dumped (Blivet instance) >updateSrc: None >mehConfig: Config instance, containing members: > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction._storage_playground, _intf._currentAction._spokes["CustomPartitioningSpoke"]._storage_playground, _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.encryption_passphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups] > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/dnf.librepo.log, /tmp/hawkey.log, /tmp/lvm.log, /mnt/sysimage/root/install.log, /proc/cmdline, /tmp/syslog] > mehConfig.localSkipList: [passphrase, password, _oldweak, _password, try_passphrase] > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7fc9d729f158>, True), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7fc9d729f1e0>, True), 'type': (<function initExceptionHandling.<locals>.<lambda> at 0x7fc9d729f620>, True), 'addons': (<function list_addons_callback at 0x7fc9d729f2f0>, False)} > mehConfig.programName: anaconda > mehConfig.programVersion: 26.16-1 > mehConfig.programArch: x86_64 >xdriver: None >dbus_session_connection: None >dbus_inhibit_id: None >gui_initialized: <locked _thread.lock object at 0x7fc9e005e878> > >Registered callbacks: >addons: >com_redhat_docker, com_redhat_kdump > > >/tmp/anaconda.log: >18:02:22,097 INFO anaconda: /sbin/anaconda 26.16-1 >18:02:22,166 INFO anaconda: 2159472 kB (2108 MB) are available >18:02:22,178 INFO anaconda: check_memory(): total:2108, needed:320, graphical:410 >18:02:22,193 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >18:02:22,194 INFO anaconda: Default encoding = utf-8 >18:02:22,198 WARN anaconda: /usr/lib64/python3.6/optparse.py:1000: PendingDeprecationWarning: The KSOption class is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > option = self.option_class(*args, **kwargs) > >18:02:22,216 WARN anaconda: /usr/lib64/python3.6/site-packages/pyanaconda/pwpolicy.py:101: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--minlen", type="int") > >18:02:22,218 INFO anaconda: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >18:02:22,240 INFO anaconda: Initializing docker addon >18:02:22,591 WARN anaconda: /usr/lib64/python3.6/site-packages/pyanaconda/pwpolicy.py:117: PendingDeprecationWarning: _setToObj has been renamed to set_to_obj. The old name will be removed in a future release. > self._setToObj(self.op, opts, pd) > >18:02:22,593 WARN anaconda: /usr/lib64/python3.6/optparse.py:1000: PendingDeprecationWarning: The KSOption class is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > option = self.option_class(*args, **kwargs) > >18:02:22,595 DEBUG anaconda: setting locale to: en_US.UTF-8 >18:02:22,607 DEBUG anaconda: network: devices found ['ens3'] >18:02:22,738 DEBUG anaconda: network: ifcfg file for ens3 not found >18:02:22,788 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on ens3 >18:02:22,789 DEBUG anaconda: network: missing ifcfgs created for devices ['ens3'] >18:02:22,804 DEBUG anaconda: updating host name localhost.localdomain >18:02:22,822 WARN anaconda: /usr/lib64/python3.6/site-packages/pyanaconda/pwpolicy.py:101: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--minlen", type="int") > >18:02:22,823 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140504997938944) >18:02:22,824 DEBUG anaconda: setting display mode to GUI >18:02:22,832 INFO anaconda: Display mode = DisplayModes.GUI >18:02:22,839 INFO anaconda: 2159472 kB (2108 MB) are available >18:02:22,859 INFO anaconda: got 0 NTP servers from DHCP >18:02:22,861 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140504997938944) >18:02:22,866 INFO anaconda: check_memory(): total:2108, needed:320, graphical:410 >18:02:24,162 DEBUG anaconda: X server has signalled a successful start. >18:02:24,568 INFO anaconda: Started spice-vdagent. >18:02:24,880 INFO anaconda: Fedora is the highest priority installclass, using it >18:02:24,933 WARN anaconda: /usr/lib/python3.6/site-packages/dnf/base.py:677: DeprecationWarning: invalid escape sequence \d > p = re.compile('needs (\d+)MB on the (\S+) filesystem') > >18:02:24,979 WARN anaconda: /usr/lib/python3.6/site-packages/dnf/yum/misc.py:57: DeprecationWarning: invalid escape sequence \[ > _re_compiled_glob_match = re.compile('[*?]|\[.+\]').search > >18:02:24,980 WARN anaconda: /usr/lib/python3.6/site-packages/dnf/yum/misc.py:66: DeprecationWarning: invalid escape sequence \[ > one = re.compile('.*([-.*?]|\[.+\]).').match > >18:02:24,981 WARN anaconda: /usr/lib/python3.6/site-packages/dnf/yum/misc.py:491: DeprecationWarning: invalid escape sequence \* > """ > >18:02:24,981 WARN anaconda: /usr/lib/python3.6/site-packages/dnf/yum/misc.py:496: DeprecationWarning: invalid escape sequence \s > if re.match('\s*(#|$)', line): > >18:02:25,417 INFO anaconda: bootloader GRUB2 on X86 platform >18:02:25,419 INFO anaconda: Detected 2.06 GiB of memory >18:02:25,423 INFO anaconda: Suggested swap size (2.06 GiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >18:02:25,424 INFO anaconda: Swap attempt of 0.0 >18:02:25,424 INFO anaconda: bootloader GRUB2 on X86 platform >18:02:25,431 INFO anaconda: Running Thread: AnaStorageThread (140504997938944) >18:02:25,449 INFO anaconda: Running Thread: AnaTimeInitThread (140504808371968) >18:02:25,483 INFO anaconda: Running Thread: AnaPayloadRestartThread (140504799717120) >18:02:25,484 ERR anaconda: geoloc: wrong provider id specified: None >18:02:25,487 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140504791324416) >18:02:25,493 INFO anaconda: Starting geolocation lookup >18:02:25,494 INFO anaconda: Running Thread: AnaPayloadThread (140504782931712) >18:02:25,494 INFO anaconda: Thread Done: AnaPayloadRestartThread (140504799717120) >18:02:25,494 INFO anaconda: Geolocation provider: Fedora GeoIP >18:02:25,733 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:660: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > return self[key] > >18:02:25,735 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:25,800 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:25,812 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:174: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > name = udev_info["DM_NAME"] > >18:02:25,834 WARN anaconda: /usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes/network.py:121: PyGIDeprecationWarning: GObject.G_MAXUINT is deprecated; use GLib.MAXUINT instead > 0, GObject.G_MAXUINT, 0, > >18:02:25,835 WARN anaconda: /usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes/network.py:122: PyGIDeprecationWarning: GObject.PARAM_READWRITE is deprecated; use GObject.ParamFlags.READWRITE (glib 2.42+) instead > GObject.PARAM_READWRITE), > >18:02:25,836 WARN anaconda: /usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes/network.py:246: PyGIDeprecationWarning: GObject.SIGNAL_RUN_LAST is deprecated; use GObject.SignalFlags.RUN_LAST instead > "nm-state-changed": (GObject.SIGNAL_RUN_LAST, GObject.TYPE_NONE, []), > >18:02:25,873 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:25,875 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:174: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > name = udev_info["DM_NAME"] > >18:02:25,878 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:282: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > log_method_call(self, name=name, info=pprint.pformat(dict(info))) > >18:02:25,945 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:121: DeprecationWarning: device_is_realdisk will be removed in a future version. udev.device_is_disk provides same functionality in 3.0 > return udev.device_is_realdisk(info) > >18:02:26,486 WARN anaconda: /usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/__init__.py:705: DeprecationWarning: Gdk.Screen.get_primary_monitor is deprecated > primary = screen.get_primary_monitor() > >18:02:26,489 WARN anaconda: /usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/__init__.py:706: DeprecationWarning: Gdk.Screen.get_monitor_geometry is deprecated > monitor_geometry = screen.get_monitor_geometry(primary) > >18:02:26,490 WARN anaconda: /usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/__init__.py:707: DeprecationWarning: Gdk.Screen.get_monitor_scale_factor is deprecated > monitor_scale = screen.get_monitor_scale_factor(primary) > >18:02:26,490 WARN anaconda: /usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/__init__.py:708: DeprecationWarning: Gdk.Screen.get_monitor_width_mm is deprecated > monitor_width_mm = screen.get_monitor_width_mm(primary) > >18:02:26,490 WARN anaconda: /usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/__init__.py:709: DeprecationWarning: Gdk.Screen.get_monitor_height_mm is deprecated > monitor_height_mm = screen.get_monitor_height_mm(primary) > >18:02:26,491 DEBUG anaconda: Detected primary monitor: 1024x768 95dpix 96dpiy >18:02:26,720 INFO anaconda: Geolocation lookup finished in 1.2 seconds >18:02:26,728 INFO anaconda: got results from geolocation >18:02:26,732 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140504791324416) >18:02:26,770 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:660: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > return self[key] > >18:02:26,775 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:282: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > log_method_call(self, name=name, info=pprint.pformat(dict(info))) > >18:02:26,886 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:660: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > return self[key] > >18:02:26,969 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:26,973 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:27,043 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:121: DeprecationWarning: device_is_realdisk will be removed in a future version. udev.device_is_disk provides same functionality in 3.0 > return udev.device_is_realdisk(info) > >18:02:27,050 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:326: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if not info: > >18:02:27,662 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:660: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > return self[key] > >18:02:27,664 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:282: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > log_method_call(self, name=name, info=pprint.pformat(dict(info))) > >18:02:27,721 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:660: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > return self[key] > >18:02:27,761 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:27,762 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:27,819 DEBUG anaconda: setting locale to: en_CA.UTF-8 >18:02:27,834 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:121: DeprecationWarning: device_is_realdisk will be removed in a future version. udev.device_is_disk provides same functionality in 3.0 > return udev.device_is_realdisk(info) > >18:02:27,837 DEBUG anaconda: setting locale to: en_US.UTF-8 >18:02:27,839 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:326: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if not info: > >18:02:27,845 DEBUG anaconda: setting locale to: en_CA.UTF-8 >18:02:27,853 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >18:02:27,882 WARN anaconda: /usr/lib64/python3.6/site-packages/gi/overrides/Gdk.py:329: DeprecationWarning: Gdk.Cursor.new is deprecated > return cls.new(*args, **kwds) > >18:02:28,044 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/helpers/lvm.py:277: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if not lv_info: > >18:02:28,847 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:660: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > return self[key] > >18:02:28,850 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:282: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > log_method_call(self, name=name, info=pprint.pformat(dict(info))) > >18:02:28,876 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:121: DeprecationWarning: device_is_realdisk will be removed in a future version. udev.device_is_disk provides same functionality in 3.0 > return udev.device_is_realdisk(info) > >18:02:28,989 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:660: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > return self[key] > >18:02:28,990 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:282: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > log_method_call(self, name=name, info=pprint.pformat(dict(info))) > >18:02:29,017 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:121: DeprecationWarning: device_is_realdisk will be removed in a future version. udev.device_is_disk provides same functionality in 3.0 > return udev.device_is_realdisk(info) > >18:02:29,020 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:174: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > name = udev_info["DM_NAME"] > >18:02:29,142 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:660: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > return self[key] > >18:02:29,143 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:174: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > name = udev_info["DM_NAME"] > >18:02:29,143 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:282: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > log_method_call(self, name=name, info=pprint.pformat(dict(info))) > >18:02:29,171 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:121: DeprecationWarning: device_is_realdisk will be removed in a future version. udev.device_is_disk provides same functionality in 3.0 > return udev.device_is_realdisk(info) > >18:02:29,256 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:660: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > return self[key] > >18:02:29,256 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:174: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > name = udev_info["DM_NAME"] > >18:02:29,257 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:282: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > log_method_call(self, name=name, info=pprint.pformat(dict(info))) > >18:02:29,278 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:121: DeprecationWarning: device_is_realdisk will be removed in a future version. udev.device_is_disk provides same functionality in 3.0 > return udev.device_is_realdisk(info) > >18:02:29,323 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:29,324 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:174: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > name = udev_info["DM_NAME"] > >18:02:29,355 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:29,355 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:29,386 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:29,390 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:174: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > name = udev_info["DM_NAME"] > >18:02:29,411 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:29,412 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:29,435 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:29,436 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:29,505 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:29,506 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:29,548 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:29,549 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:29,571 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:29,572 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:29,595 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:29,596 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:29,639 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:29,641 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:174: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > name = udev_info["DM_NAME"] > >18:02:29,665 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:29,667 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:174: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > name = udev_info["DM_NAME"] > >18:02:30,960 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:30,961 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:30,987 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:30,989 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:31,014 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:31,015 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:31,041 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:31,042 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:31,575 INFO anaconda: Thread Done: AnaStorageThread (140504997938944) >18:02:31,624 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:328: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if not info: > >18:02:31,627 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:31,649 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:31,650 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:31,673 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:31,673 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:31,713 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:31,714 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:31,737 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:31,739 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:174: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > name = udev_info["DM_NAME"] > >18:02:31,761 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:31,762 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:31,785 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:31,786 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:32,010 INFO anaconda: Thread Done: AnaTimeInitThread (140504808371968) >18:02:32,015 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:02:32,016 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:02:56,086 INFO anaconda: Thread Done: AnaPayloadThread (140504782931712) >18:03:06,551 DEBUG anaconda: setting locale to: en_CA.UTF-8 >18:03:06,614 DEBUG anaconda: network standalone spoke (init): completed: ['ens3'] >18:03:06,631 DEBUG anaconda: Left spoke: WelcomeLanguageSpoke >18:03:06,631 DEBUG anaconda: Entered hub: SummaryHub >18:03:06,844 INFO anaconda: Running Thread: AnaAddLayoutsInitThread (140504782931712) >18:03:06,851 DEBUG anaconda: Starting applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7fc9cf38e0b8>> on <list object at 0x7fc9cf37aa88> >18:03:06,857 INFO anaconda: Running Thread: AnaGtkBatchPre1 (140504791324416) >18:03:06,859 INFO anaconda: Thread Done: AnaGtkBatchPre1 (140504791324416) >18:03:06,884 INFO anaconda: Running Thread: AnaKeyboardThread (140504791324416) >18:03:07,133 INFO anaconda: Running Thread: AnaNTPserver1 (140504808371968) >18:03:07,144 INFO anaconda: Running Thread: AnaDateTimeThread (140504799717120) >18:03:07,146 WARN anaconda: /usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/hubs/__init__.py:202: DeprecationWarning: Gtk.Widget.set_margin_left is deprecated > selector.set_margin_left(12) > >18:03:07,195 WARN anaconda: /usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes/source.py:642: DeprecationWarning: Gtk.Viewport.get_vadjustment is deprecated > mainBox.set_focus_vadjustment(mainViewport.get_vadjustment()) > >18:03:07,200 INFO anaconda: Running Thread: AnaSourceWatcher (140504672241408) >18:03:07,202 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/populator/populator.py:328: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if not info: > >18:03:07,206 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:03:07,230 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:03:07,231 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:03:07,253 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:03:07,255 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:174: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > name = udev_info["DM_NAME"] > >18:03:07,267 INFO anaconda: Thread Done: AnaNTPserver1 (140504808371968) >18:03:07,278 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:03:07,279 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:03:07,302 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:03:07,303 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:03:07,344 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:03:07,345 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:03:07,367 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:03:07,369 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:174: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > name = udev_info["DM_NAME"] > >18:03:07,393 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:03:07,394 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:03:07,416 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:03:07,416 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:03:07,440 WARN anaconda: /usr/lib64/python3.6/_collections_abc.py:666: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > self[key] > >18:03:07,440 WARN anaconda: /usr/lib/python3.6/site-packages/blivet/udev.py:117: DeprecationWarning: Will be removed in 1.0. Access properties with Device.properties. > if ret: > >18:03:07,473 DEBUG anaconda: Clearing checks in source spoke >18:03:07,474 DEBUG anaconda: Setting up repos: [] >18:03:07,476 INFO anaconda: Thread Done: AnaSourceWatcher (140504672241408) >18:03:08,220 INFO anaconda: using environment from kickstart: None >18:03:08,229 INFO anaconda: Running Thread: AnaSoftwareWatcher (140504672241408) >18:03:08,267 WARN anaconda: /usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes/storage.py:632: DeprecationWarning: Gtk.Viewport.get_hadjustment is deprecated > self.local_disks_box.set_focus_hadjustment(localViewport.get_hadjustment()) > >18:03:08,268 INFO anaconda: Running Thread: AnaStorageWatcher (140504808371968) >18:03:08,274 INFO anaconda: Thread Done: AnaStorageWatcher (140504808371968) >18:03:08,309 INFO anaconda: Running Thread: AnaCustomStorageInit (140504808371968) >18:03:08,450 DEBUG anaconda: network: can't get remote connection of active connection of device ens3 >18:03:08,457 DEBUG anaconda: network: GUI, device configuration added: connection 3e5eada4-f969-321f-b6c9-dc5441629d36 device ens3 >18:03:08,466 DEBUG anaconda: network: GUI, not adding connection 3e5eada4-f969-321f-b6c9-dc5441629d36, already in list >18:03:08,512 WARN anaconda: /usr/lib64/python3.6/optparse.py:1000: PendingDeprecationWarning: The KSOption class is deprecated and will be removed in pykickstart-3. Use the argparse module instead. > option = self.option_class(*args, **kwargs) > >18:03:08,551 WARN anaconda: /usr/lib64/python3.6/site-packages/pyanaconda/pwpolicy.py:101: PendingDeprecationWarning: add_option is deprecated and will be removed in pykickstart-3. Use add_argument instead. > op.add_option("--minlen", type="int") > >18:03:08,580 DEBUG anaconda: updating host name localhost.localdomain >18:03:08,727 DEBUG anaconda: Starting event loop for hub SummaryHub >18:03:08,789 INFO anaconda: Thread Done: AnaCustomStorageInit (140504808371968) >10:03:09,001 INFO anaconda: System time set to Thu Dec 22 10:03:09 2016 UTC >10:03:09,000 INFO anaconda: System time set to Thu Dec 22 10:03:09 2016 UTC >10:03:09,000 INFO anaconda: System time set to Thu Dec 22 10:03:09 2016 UTC >10:03:09,001 INFO anaconda: Thread Done: AnaDateTimeThread (140504799717120) >10:03:09,067 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7fc9cf38e470> >10:03:09,067 INFO anaconda: Running Thread: AnaCheckSoftwareThread (140504799717120) >10:03:09,067 INFO anaconda: Thread Done: AnaSoftwareWatcher (140504672241408) >10:03:09,069 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7fc9cf38e470> status to: Getting list of layouts... >10:03:09,070 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fc9cf3a8c18> >10:03:10,205 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9de73c080> >10:03:10,205 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9de73c080> status to: Setting up installation source... >10:03:10,207 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9de73c080> >10:03:10,207 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9de73c080> status to: Probing storage... >10:03:10,207 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9de73c080> status to: Downloading package metadata... >10:03:10,208 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9de73c080> status to: Downloading group metadata... >10:03:10,209 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fc9cf3a8c18> >10:03:10,218 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9de73c080> >10:03:10,218 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fc9cf3a8c18> status to: Downloading package metadata... >10:03:10,219 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fc9cf3a8c18> status to: Downloading group metadata... >10:03:10,219 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc9de758ef0> status to: Probing storage... >10:03:10,222 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fc9de758ef0> >10:03:10,234 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7fc9cf38ee10> >10:03:10,235 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fc9cf3a8c18> >10:03:10,236 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fc9cf3a8c18> >10:03:10,245 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9de73c080> >10:03:10,245 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fc9cf3a8c18> status to: Checking software dependencies... >10:03:10,671 INFO anaconda: Thread Done: AnaCheckSoftwareThread (140504799717120) >10:03:10,804 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fc9cf3a8c18> >10:03:10,807 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fc9de73c080> >10:03:12,244 DEBUG anaconda: Finished applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7fc9cf38e0b8>> on <list object at 0x7fc9cf37aa88> >10:03:12,245 INFO anaconda: Thread Done: AnaAddLayoutsInitThread (140504782931712) >10:03:12,245 INFO anaconda: Thread Done: AnaKeyboardThread (140504791324416) >10:03:12,248 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7fc9cf38e470> >10:03:21,547 DEBUG anaconda: Entered spoke: StorageSpoke >10:03:22,848 DEBUG anaconda: running handleException >10:03:22,849 CRIT anaconda: Traceback (most recent call last): > > File "/usr/lib64/python3.6/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 939, in on_back_clicked > on_disk_storage.create_snapshot(self.storage) > > File "/usr/lib64/python3.6/site-packages/pyanaconda/storage_utils.py", line 462, in create_snapshot > self._storage_snap = storage.copy() > > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock > return m(*args, **kwargs) > > File "/usr/lib/python3.6/site-packages/blivet/blivet.py", line 1746, in copy > new = copy.deepcopy(self) > > File "/usr/lib64/python3.6/copy.py", line 180, in deepcopy > y = _reconstruct(x, memo, *rv) > > File "/usr/lib64/python3.6/copy.py", line 280, in _reconstruct > state = deepcopy(state, memo) > > File "/usr/lib64/python3.6/copy.py", line 150, in deepcopy > y = copier(x, memo) > > File "/usr/lib64/python3.6/copy.py", line 240, in _deepcopy_dict > y[deepcopy(key, memo)] = deepcopy(value, memo) > > File "/usr/lib64/python3.6/copy.py", line 180, in deepcopy > y = _reconstruct(x, memo, *rv) > > File "/usr/lib64/python3.6/copy.py", line 280, in _reconstruct > state = deepcopy(state, memo) > > File "/usr/lib64/python3.6/copy.py", line 150, in deepcopy > y = copier(x, memo) > > File "/usr/lib64/python3.6/copy.py", line 240, in _deepcopy_dict > y[deepcopy(key, memo)] = deepcopy(value, memo) > > File "/usr/lib64/python3.6/copy.py", line 150, in deepcopy > y = copier(x, memo) > > File "/usr/lib64/python3.6/copy.py", line 215, in _deepcopy_list > append(deepcopy(a, memo)) > > File "/usr/lib64/python3.6/copy.py", line 161, in deepcopy > y = copier(memo) > > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock > return m(*args, **kwargs) > > File "/usr/lib/python3.6/site-packages/blivet/devices/device.py", line 97, in __deepcopy__ > shallow=('_parted_partition',)) > > File "/usr/lib/python3.6/site-packages/blivet/util.py", line 847, in variable_copy > setattr(new, attr, copy.deepcopy(value, memo)) > > File "/usr/lib64/python3.6/copy.py", line 161, in deepcopy > y = copier(memo) > > File "/usr/lib/python3.6/site-packages/blivet/threads.py", line 45, in run_with_lock > return m(*args, **kwargs) > > File "/usr/lib/python3.6/site-packages/blivet/formats/disklabel.py", line 94, in __deepcopy__ > duplicate=('_parted_disk', '_orig_parted_disk')) > > File "/usr/lib/python3.6/site-packages/blivet/util.py", line 847, in variable_copy > setattr(new, attr, copy.deepcopy(value, memo)) > > File "/usr/lib64/python3.6/copy.py", line 180, in deepcopy > y = _reconstruct(x, memo, *rv) > > File "/usr/lib64/python3.6/copy.py", line 280, in _reconstruct > state = deepcopy(state, memo) > > File "/usr/lib64/python3.6/copy.py", line 150, in deepcopy > y = copier(x, memo) > > File "/usr/lib64/python3.6/copy.py", line 240, in _deepcopy_dict > y[deepcopy(key, memo)] = deepcopy(value, memo) > > File "/usr/lib64/python3.6/copy.py", line 169, in deepcopy > rv = reductor(4) > >TypeError: can't pickle _ped.Alignment objects > >10:03:22,849 DEBUG anaconda: Gtk running, queuing exception handler to the main loop > > >/tmp/packaging.log: >18:02:31,577 INFO packaging: configuring base repo >18:02:32,085 INFO packaging: Enabled 'updates' >18:02:32,090 INFO packaging: Enabled 'updates-testing' >18:02:32,092 INFO packaging: Trying to download '.treeinfo' >18:02:32,093 INFO packaging: Server returned 404 code >18:02:32,094 INFO packaging: Trying to download 'treeinfo' >18:02:32,095 INFO packaging: Server returned 404 code >18:02:32,095 ERR packaging: Got HTTP 404 Error when downloading [.]treeinfo files >18:02:32,098 Level 8 dnf: repo: downloading from remote: anaconda, _Handle: metalnk: None, mlist: None, urls ['file:///run/install/repo']. >18:02:33,102 DEBUG dnf: Cannot download 'file:///run/install/repo': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried. >18:02:33,104 ERR packaging: base repo (cdrom/file:///run/install/repo) not valid -- removing it >18:02:33,105 ERR packaging: reason for repo removal: Failed to synchronize cache for repo 'anaconda' >18:02:33,112 Level 8 dnf: repo: downloading from remote: rawhide, _Handle: metalnk: https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=x86_64, mlist: None, urls []. >18:02:35,279 Level 8 dnf: repo: downloading from remote: updates-testing, _Handle: metalnk: https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f26&arch=x86_64, mlist: None, urls []. >18:02:36,601 DEBUG dnf: Cannot download 'https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f26&arch=x86_64': Cannot prepare internal mirrorlist: file "repomd.xml" was not found in metalink. >18:02:36,601 INFO packaging: _sync_metadata: addon repo error: Failed to synchronize cache for repo 'updates-testing' >18:02:36,603 INFO packaging: Disabled 'updates-testing' >18:02:36,604 Level 8 dnf: repo: downloading from remote: updates, _Handle: metalnk: https://mirrors.fedoraproject.org/metalink?repo=updates-released-f26&arch=x86_64, mlist: None, urls []. >18:02:37,756 DEBUG dnf: Cannot download 'https://mirrors.fedoraproject.org/metalink?repo=updates-released-f26&arch=x86_64': Cannot prepare internal mirrorlist: file "repomd.xml" was not found in metalink. >18:02:37,760 INFO packaging: _sync_metadata: addon repo error: Failed to synchronize cache for repo 'updates' >18:02:37,761 INFO packaging: Disabled 'updates' >18:02:37,766 DEBUG dnf: repo: using cache for: rawhide >18:02:37,768 DEBUG dnf: not found updateinfo for: Fedora - Rawhide - Developmental packages for the next Fedora release >18:02:52,565 DEBUG dnf: rawhide: using metadata from Wed Dec 21 10:39:58 2016 UTC. >18:02:52,566 WARN dnf: Last metadata expiration check: 0:00:18 ago on Thu Dec 22 18:02:34 2016 UTC. >18:02:52,566 Level 8 dnf: timer: sack setup: 14803 ms >18:02:52,566 Level 8 dnf: Getting group metadata >18:02:52,566 Level 8 dnf: Adding group file from repository: rawhide >18:02:52,699 Level 8 dnf: timer: loading comps: 133 ms >18:02:52,703 INFO packaging: Refreshing environmentAddons >10:03:09,068 INFO packaging: checking software selection >10:03:09,072 DEBUG dnf: Adding packages from group 'core': {'procps-ng', 'passwd', 'rootfiles', 'openssh-clients', 'e2fsprogs', 'vim-minimal', 'iproute', 'initscripts', 'dhcp-client', 'rpm', 'cronie', 'shadow-utils', 'util-linux', 'dnf-yum', 'hostname', 'bash', 'setup', 'kbd', 'dnf', 'ncurses', 'openssh-server', 'glibc', 'plymouth', 'selinux-policy-targeted', 'basesystem', 'audit', 'parted', 'curl', 'coreutils', 'sudo', 'grubby', 'iputils', 'less', 'policycoreutils', 'filesystem', 'man-db', 'systemd'} >10:03:10,447 INFO packaging: selected group: core >10:03:10,453 WARN dnf: Group 'Core' is already installed, skipping. >10:03:10,454 INFO packaging: selected env: custom-environment >10:03:10,468 INFO packaging: kernel: selected kernel >10:03:10,480 INFO packaging: Installing langpacks-en >10:03:10,515 Level 8 dnf: timer: depsolve: 21 ms >10:03:10,518 INFO packaging: checking dependencies: success >10:03:10,669 INFO packaging: Estimated size: download 329.76 MiB & install 872.93 MiB >10:03:10,670 INFO packaging: Sufficient mountpoints found: {'/': Size (723.87109375 MiB), '/tmp': Size (861.359375 MiB)} >10:03:10,671 INFO packaging: 273 packages selected totalling 872.93 MiB > > >/tmp/program.log: >18:02:22,166 INFO program: Running... losetup --list >18:02:22,180 INFO program: Running... /sbin/auditd >18:02:22,190 DEBUG program: Return code: 0 >18:02:22,248 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >18:02:22,272 DEBUG program: Return code: 0 >18:02:22,274 INFO program: Running... udevadm settle --timeout=300 >18:02:22,441 DEBUG program: Return code: 0 >18:02:22,444 INFO program: Running... modprobe fcoe >18:02:22,548 DEBUG program: Return code: 0 >18:02:22,550 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >18:02:22,588 INFO program: stdout: >18:02:22,589 INFO program: No FCoE boot disk information is found in EDD! >18:02:22,589 DEBUG program: Return code: 1 >18:02:22,841 INFO program: Running... losetup --list >18:02:22,866 INFO program: Running... Xorg -br -logfile /tmp/X.log :1 vt6 -s 1440 -ac -nolisten tcp -dpi 96 -noreset >18:02:24,162 INFO program: Running... metacity --display :1 --sm-disable >18:02:24,183 INFO program: Running... xrdb -nocpp -merge /etc/X11/Xresources >18:02:24,213 DEBUG program: Return code: 0 >18:02:24,214 INFO program: Running... spice-vdagent >18:02:24,567 DEBUG program: Return code: 0 >18:02:25,434 INFO program: Running [9] mpathconf --find_multipaths y --user_friendly_names y --with_multipathd y ... >18:02:25,487 INFO program: Running... systemctl start chronyd >18:02:25,675 INFO program: stdout[9]: >18:02:25,679 DEBUG program: Return code: 0 >18:02:25,679 INFO program: stderr[9]: >18:02:25,680 INFO program: ...done [9] (exit code: 0) >18:02:25,681 INFO program: Running... udevadm settle --timeout=300 >18:02:25,721 DEBUG program: Return code: 0 >18:02:25,738 INFO program: Running... udevadm settle --timeout=300 >18:02:25,792 DEBUG program: Return code: 0 >18:02:25,814 INFO program: Running... udevadm settle --timeout=300 >18:02:25,863 DEBUG program: Return code: 0 >18:02:26,811 INFO program: Running... udevadm settle --timeout=300 >18:02:26,865 DEBUG program: Return code: 0 >18:02:26,892 INFO program: Running... udevadm settle --timeout=300 >18:02:26,952 DEBUG program: Return code: 0 >18:02:27,075 INFO program: Running... e2fsck -f -p -C 0 /dev/vda1 >18:02:27,530 INFO program: stdout: >18:02:27,531 INFO program: /dev/vda1: recovering journal >18:02:27,531 INFO program: [01]/dev/vda1: |===== | 8.8% >18:02:27,532 INFO program: [02][01]/dev/vda1: |========================= / 43.8% >18:02:27,532 INFO program: [02][01]/dev/vda1: |========================================================| 100.0% >18:02:27,532 INFO program: [02][01] >18:02:27,533 INFO program: [02]/dev/vda1: 344/65536 files (0.3% non-contiguous), 40472/262144 blocks >18:02:27,533 DEBUG program: Return code: 0 >18:02:27,534 INFO program: Running... dumpe2fs -h /dev/vda1 >18:02:27,569 INFO program: stdout: >18:02:27,569 INFO program: Filesystem volume name: <none> >18:02:27,570 INFO program: Last mounted on: /boot >18:02:27,570 INFO program: Filesystem UUID: f7b3dd06-e8b7-4e82-ad0e-96efe7f36154 >18:02:27,570 INFO program: Filesystem magic number: 0xEF53 >18:02:27,571 INFO program: Filesystem revision #: 1 (dynamic) >18:02:27,571 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize >18:02:27,571 INFO program: Filesystem flags: signed_directory_hash >18:02:27,572 INFO program: Default mount options: user_xattr acl >18:02:27,572 INFO program: Filesystem state: clean >18:02:27,573 INFO program: Errors behavior: Continue >18:02:27,573 INFO program: Filesystem OS type: Linux >18:02:27,573 INFO program: Inode count: 65536 >18:02:27,574 INFO program: Block count: 262144 >18:02:27,574 INFO program: Reserved block count: 13107 >18:02:27,574 INFO program: Free blocks: 221672 >18:02:27,574 INFO program: Free inodes: 65192 >18:02:27,574 INFO program: First block: 0 >18:02:27,574 INFO program: Block size: 4096 >18:02:27,575 INFO program: Fragment size: 4096 >18:02:27,575 INFO program: Group descriptor size: 64 >18:02:27,575 INFO program: Reserved GDT blocks: 127 >18:02:27,575 INFO program: Blocks per group: 32768 >18:02:27,575 INFO program: Fragments per group: 32768 >18:02:27,575 INFO program: Inodes per group: 8192 >18:02:27,577 INFO program: Inode blocks per group: 512 >18:02:27,577 INFO program: Flex block group size: 16 >18:02:27,577 INFO program: Filesystem created: Tue Dec 20 00:52:33 2016 >18:02:27,577 INFO program: Last mount time: Tue Dec 20 01:01:42 2016 >18:02:27,577 INFO program: Last write time: Thu Dec 22 18:02:27 2016 >18:02:27,578 INFO program: Mount count: 0 >18:02:27,578 INFO program: Maximum mount count: -1 >18:02:27,578 INFO program: Last checked: Thu Dec 22 18:02:27 2016 >18:02:27,578 INFO program: Check interval: 0 (<none>) >18:02:27,578 INFO program: Lifetime writes: 187 MB >18:02:27,578 INFO program: Reserved blocks uid: 0 (user root) >18:02:27,578 INFO program: Reserved blocks gid: 0 (group root) >18:02:27,579 INFO program: First inode: 11 >18:02:27,580 INFO program: Inode size: 256 >18:02:27,580 INFO program: Required extra isize: 32 >18:02:27,580 INFO program: Desired extra isize: 32 >18:02:27,580 INFO program: Journal inode: 8 >18:02:27,580 INFO program: Default directory hash: half_md4 >18:02:27,580 INFO program: Directory Hash Seed: c22da158-ae63-48ed-a262-ce95a12233a3 >18:02:27,580 INFO program: Journal backup: inode blocks >18:02:27,585 INFO program: Journal features: journal_64bit >18:02:27,585 INFO program: Journal size: 32M >18:02:27,585 INFO program: Journal length: 8192 >18:02:27,585 INFO program: Journal sequence: 0x00000157 >18:02:27,585 INFO program: Journal start: 0 >18:02:27,586 INFO program: >18:02:27,586 INFO program: stderr: >18:02:27,586 INFO program: b'dumpe2fs 1.43.3 (04-Sep-2016)' >18:02:27,589 DEBUG program: Return code: 0 >18:02:27,589 INFO program: Running... resize2fs -P /dev/vda1 >18:02:27,641 INFO program: stdout: >18:02:27,642 INFO program: Estimated minimum size of the filesystem: 41459 >18:02:27,642 INFO program: stderr: >18:02:27,643 INFO program: b'resize2fs 1.43.3 (04-Sep-2016)' >18:02:27,643 DEBUG program: Return code: 0 >18:02:27,678 INFO program: Running... udevadm settle --timeout=300 >18:02:27,712 DEBUG program: Return code: 0 >18:02:27,723 INFO program: Running... udevadm settle --timeout=300 >18:02:27,752 DEBUG program: Return code: 0 >18:02:28,541 INFO program: Running... modprobe xfs >18:02:28,834 DEBUG program: Return code: 0 >18:02:28,934 INFO program: Running... e2fsck -f -p -C 0 /dev/loop1 >18:02:28,948 INFO program: stdout: >18:02:28,948 INFO program: /dev/loop1 is in use. >18:02:28,949 INFO program: stderr: >18:02:28,949 INFO program: b'e2fsck: Cannot continue, aborting.' >18:02:28,950 INFO program: b'' >18:02:28,950 INFO program: b'' >18:02:28,950 DEBUG program: Return code: 8 >18:02:28,951 INFO program: Running... dumpe2fs -h /dev/loop1 >18:02:28,963 INFO program: stdout: >18:02:28,965 INFO program: Filesystem volume name: Anaconda >18:02:28,965 INFO program: Last mounted on: / >18:02:28,965 INFO program: Filesystem UUID: 1e58d833-a4fb-46c1-85e5-70d7a86e94c3 >18:02:28,966 INFO program: Filesystem magic number: 0xEF53 >18:02:28,966 INFO program: Filesystem revision #: 1 (dynamic) >18:02:28,966 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize >18:02:28,967 INFO program: Filesystem flags: signed_directory_hash >18:02:28,967 INFO program: Default mount options: user_xattr acl >18:02:28,967 INFO program: Filesystem state: clean >18:02:28,968 INFO program: Errors behavior: Continue >18:02:28,968 INFO program: Filesystem OS type: Linux >18:02:28,969 INFO program: Inode count: 131072 >18:02:28,969 INFO program: Block count: 524288 >18:02:28,969 INFO program: Reserved block count: 0 >18:02:28,970 INFO program: Free blocks: 192098 >18:02:28,970 INFO program: Free inodes: 98399 >18:02:28,970 INFO program: First block: 0 >18:02:28,970 INFO program: Block size: 4096 >18:02:28,970 INFO program: Fragment size: 4096 >18:02:28,971 INFO program: Group descriptor size: 64 >18:02:28,971 INFO program: Reserved GDT blocks: 255 >18:02:28,971 INFO program: Blocks per group: 32768 >18:02:28,971 INFO program: Fragments per group: 32768 >18:02:28,971 INFO program: Inodes per group: 8192 >18:02:28,971 INFO program: Inode blocks per group: 512 >18:02:28,971 INFO program: Flex block group size: 16 >18:02:28,973 INFO program: Filesystem created: Thu Dec 22 17:33:35 2016 >18:02:28,973 INFO program: Last mount time: Thu Dec 22 17:34:47 2016 >18:02:28,973 INFO program: Last write time: Thu Dec 22 17:34:52 2016 >18:02:28,973 INFO program: Mount count: 2 >18:02:28,973 INFO program: Maximum mount count: -1 >18:02:28,974 INFO program: Last checked: Thu Dec 22 17:33:35 2016 >18:02:28,974 INFO program: Check interval: 0 (<none>) >18:02:28,974 INFO program: Lifetime writes: 1315 MB >18:02:28,974 INFO program: Reserved blocks uid: 0 (user root) >18:02:28,974 INFO program: Reserved blocks gid: 0 (group root) >18:02:28,974 INFO program: First inode: 11 >18:02:28,975 INFO program: Inode size: 256 >18:02:28,975 INFO program: Required extra isize: 32 >18:02:28,975 INFO program: Desired extra isize: 32 >18:02:28,975 INFO program: Journal inode: 8 >18:02:28,975 INFO program: Default directory hash: half_md4 >18:02:28,976 INFO program: Directory Hash Seed: f190810d-372f-4621-b072-a723a8a110ae >18:02:28,976 INFO program: Journal backup: inode blocks >18:02:28,976 INFO program: Journal features: journal_64bit >18:02:28,976 INFO program: Journal size: 64M >18:02:28,976 INFO program: Journal length: 16384 >18:02:28,976 INFO program: Journal sequence: 0x0000000d >18:02:28,976 INFO program: Journal start: 0 >18:02:28,977 INFO program: >18:02:28,977 INFO program: stderr: >18:02:28,977 INFO program: b'dumpe2fs 1.43.3 (04-Sep-2016)' >18:02:28,977 DEBUG program: Return code: 0 >18:02:29,068 INFO program: Running... e2fsck -f -p -C 0 /dev/mapper/live-rw >18:02:29,080 INFO program: stdout: >18:02:29,081 INFO program: /dev/mapper/live-rw is mounted. >18:02:29,081 INFO program: stderr: >18:02:29,082 INFO program: b'e2fsck: Cannot continue, aborting.' >18:02:29,082 INFO program: b'' >18:02:29,082 INFO program: b'' >18:02:29,083 DEBUG program: Return code: 8 >18:02:29,083 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >18:02:29,109 INFO program: stdout: >18:02:29,110 INFO program: Filesystem volume name: Anaconda >18:02:29,110 INFO program: Last mounted on: / >18:02:29,111 INFO program: Filesystem UUID: 1e58d833-a4fb-46c1-85e5-70d7a86e94c3 >18:02:29,111 INFO program: Filesystem magic number: 0xEF53 >18:02:29,112 INFO program: Filesystem revision #: 1 (dynamic) >18:02:29,112 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize >18:02:29,113 INFO program: Filesystem flags: signed_directory_hash >18:02:29,113 INFO program: Default mount options: user_xattr acl >18:02:29,113 INFO program: Filesystem state: clean >18:02:29,114 INFO program: Errors behavior: Continue >18:02:29,114 INFO program: Filesystem OS type: Linux >18:02:29,114 INFO program: Inode count: 131072 >18:02:29,115 INFO program: Block count: 524288 >18:02:29,115 INFO program: Reserved block count: 0 >18:02:29,115 INFO program: Free blocks: 192098 >18:02:29,115 INFO program: Free inodes: 98399 >18:02:29,116 INFO program: First block: 0 >18:02:29,116 INFO program: Block size: 4096 >18:02:29,116 INFO program: Fragment size: 4096 >18:02:29,116 INFO program: Group descriptor size: 64 >18:02:29,116 INFO program: Reserved GDT blocks: 255 >18:02:29,116 INFO program: Blocks per group: 32768 >18:02:29,116 INFO program: Fragments per group: 32768 >18:02:29,118 INFO program: Inodes per group: 8192 >18:02:29,118 INFO program: Inode blocks per group: 512 >18:02:29,118 INFO program: Flex block group size: 16 >18:02:29,119 INFO program: Filesystem created: Thu Dec 22 17:33:35 2016 >18:02:29,119 INFO program: Last mount time: Thu Dec 22 18:02:11 2016 >18:02:29,119 INFO program: Last write time: Thu Dec 22 18:02:11 2016 >18:02:29,119 INFO program: Mount count: 3 >18:02:29,119 INFO program: Maximum mount count: -1 >18:02:29,119 INFO program: Last checked: Thu Dec 22 17:33:35 2016 >18:02:29,119 INFO program: Check interval: 0 (<none>) >18:02:29,124 INFO program: Lifetime writes: 1315 MB >18:02:29,124 INFO program: Reserved blocks uid: 0 (user root) >18:02:29,125 INFO program: Reserved blocks gid: 0 (group root) >18:02:29,125 INFO program: First inode: 11 >18:02:29,125 INFO program: Inode size: 256 >18:02:29,125 INFO program: Required extra isize: 32 >18:02:29,125 INFO program: Desired extra isize: 32 >18:02:29,125 INFO program: Journal inode: 8 >18:02:29,129 INFO program: Default directory hash: half_md4 >18:02:29,129 INFO program: Directory Hash Seed: f190810d-372f-4621-b072-a723a8a110ae >18:02:29,130 INFO program: Journal backup: inode blocks >18:02:29,130 INFO program: Journal features: journal_64bit >18:02:29,130 INFO program: Journal size: 64M >18:02:29,130 INFO program: Journal length: 16384 >18:02:29,130 INFO program: Journal sequence: 0x0000000e >18:02:29,130 INFO program: Journal start: 1 >18:02:29,130 INFO program: >18:02:29,130 INFO program: stderr: >18:02:29,130 INFO program: b'dumpe2fs 1.43.3 (04-Sep-2016)' >18:02:29,131 DEBUG program: Return code: 0 >18:02:29,186 INFO program: Running... e2fsck -f -p -C 0 /dev/mapper/live-base >18:02:29,205 INFO program: stdout: >18:02:29,207 INFO program: You must have r/w access to the filesystem or be root >18:02:29,208 INFO program: stderr: >18:02:29,209 INFO program: b'e2fsck: Operation not permitted while trying to open /dev/mapper/live-base' >18:02:29,209 DEBUG program: Return code: 8 >18:02:29,210 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >18:02:29,230 INFO program: stdout: >18:02:29,231 INFO program: Filesystem volume name: Anaconda >18:02:29,231 INFO program: Last mounted on: / >18:02:29,232 INFO program: Filesystem UUID: 1e58d833-a4fb-46c1-85e5-70d7a86e94c3 >18:02:29,232 INFO program: Filesystem magic number: 0xEF53 >18:02:29,232 INFO program: Filesystem revision #: 1 (dynamic) >18:02:29,233 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize >18:02:29,233 INFO program: Filesystem flags: signed_directory_hash >18:02:29,233 INFO program: Default mount options: user_xattr acl >18:02:29,234 INFO program: Filesystem state: clean >18:02:29,234 INFO program: Errors behavior: Continue >18:02:29,235 INFO program: Filesystem OS type: Linux >18:02:29,235 INFO program: Inode count: 131072 >18:02:29,235 INFO program: Block count: 524288 >18:02:29,236 INFO program: Reserved block count: 0 >18:02:29,236 INFO program: Free blocks: 192098 >18:02:29,236 INFO program: Free inodes: 98399 >18:02:29,236 INFO program: First block: 0 >18:02:29,236 INFO program: Block size: 4096 >18:02:29,237 INFO program: Fragment size: 4096 >18:02:29,237 INFO program: Group descriptor size: 64 >18:02:29,237 INFO program: Reserved GDT blocks: 255 >18:02:29,237 INFO program: Blocks per group: 32768 >18:02:29,237 INFO program: Fragments per group: 32768 >18:02:29,237 INFO program: Inodes per group: 8192 >18:02:29,237 INFO program: Inode blocks per group: 512 >18:02:29,239 INFO program: Flex block group size: 16 >18:02:29,239 INFO program: Filesystem created: Thu Dec 22 17:33:35 2016 >18:02:29,239 INFO program: Last mount time: Thu Dec 22 17:34:47 2016 >18:02:29,239 INFO program: Last write time: Thu Dec 22 17:34:52 2016 >18:02:29,239 INFO program: Mount count: 2 >18:02:29,240 INFO program: Maximum mount count: -1 >18:02:29,240 INFO program: Last checked: Thu Dec 22 17:33:35 2016 >18:02:29,240 INFO program: Check interval: 0 (<none>) >18:02:29,240 INFO program: Lifetime writes: 1315 MB >18:02:29,240 INFO program: Reserved blocks uid: 0 (user root) >18:02:29,240 INFO program: Reserved blocks gid: 0 (group root) >18:02:29,241 INFO program: First inode: 11 >18:02:29,241 INFO program: Inode size: 256 >18:02:29,241 INFO program: Required extra isize: 32 >18:02:29,241 INFO program: Desired extra isize: 32 >18:02:29,241 INFO program: Journal inode: 8 >18:02:29,241 INFO program: Default directory hash: half_md4 >18:02:29,242 INFO program: Directory Hash Seed: f190810d-372f-4621-b072-a723a8a110ae >18:02:29,242 INFO program: Journal backup: inode blocks >18:02:29,242 INFO program: Journal features: journal_64bit >18:02:29,242 INFO program: Journal size: 64M >18:02:29,242 INFO program: Journal length: 16384 >18:02:29,242 INFO program: Journal sequence: 0x0000000d >18:02:29,244 INFO program: Journal start: 0 >18:02:29,245 INFO program: >18:02:29,245 INFO program: stderr: >18:02:29,245 INFO program: b'dumpe2fs 1.43.3 (04-Sep-2016)' >18:02:29,245 DEBUG program: Return code: 0 >18:02:29,302 INFO program: Running... udevadm settle --timeout=300 >18:02:29,317 DEBUG program: Return code: 0 >18:02:29,334 INFO program: Running... udevadm settle --timeout=300 >18:02:29,349 DEBUG program: Return code: 0 >18:02:29,356 INFO program: Running... udevadm settle --timeout=300 >18:02:29,370 DEBUG program: Return code: 0 >18:02:29,391 INFO program: Running... udevadm settle --timeout=300 >18:02:29,405 DEBUG program: Return code: 0 >18:02:29,415 INFO program: Running... udevadm settle --timeout=300 >18:02:29,429 DEBUG program: Return code: 0 >18:02:29,437 INFO program: Running... mount -t ext4 -o defaults,ro /dev/vda1 /mnt/sysimage >18:02:29,455 DEBUG program: Return code: 0 >18:02:29,460 INFO program: Running... umount /mnt/sysimage >18:02:29,481 DEBUG program: Return code: 0 >18:02:29,484 INFO program: Running... udevadm settle --timeout=300 >18:02:29,499 DEBUG program: Return code: 0 >18:02:29,513 INFO program: Running... udevadm settle --timeout=300 >18:02:29,542 DEBUG program: Return code: 0 >18:02:29,550 INFO program: Running... udevadm settle --timeout=300 >18:02:29,565 DEBUG program: Return code: 0 >18:02:29,575 INFO program: Running... udevadm settle --timeout=300 >18:02:29,589 DEBUG program: Return code: 0 >18:02:29,597 INFO program: Running... udevadm settle --timeout=300 >18:02:29,611 DEBUG program: Return code: 0 >18:02:29,615 INFO program: Running... udevadm settle --timeout=300 >18:02:29,631 DEBUG program: Return code: 0 >18:02:29,644 INFO program: Running... udevadm settle --timeout=300 >18:02:29,659 DEBUG program: Return code: 0 >18:02:29,668 INFO program: Running... mount -t xfs -o defaults,ro /dev/mapper/fedora-root /mnt/sysimage >18:02:30,305 DEBUG program: Return code: 0 >18:02:30,335 INFO program: Running... arch >18:02:30,842 INFO program: stdout: >18:02:30,843 INFO program: x86_64 >18:02:30,844 DEBUG program: Return code: 0 >18:02:30,899 INFO program: Running... umount /mnt/sysimage >18:02:30,927 DEBUG program: Return code: 0 >18:02:30,932 INFO program: Running... udevadm settle --timeout=300 >18:02:30,951 DEBUG program: Return code: 0 >18:02:30,964 INFO program: Running... udevadm settle --timeout=300 >18:02:30,981 DEBUG program: Return code: 0 >18:02:30,989 INFO program: Running... udevadm settle --timeout=300 >18:02:31,007 DEBUG program: Return code: 0 >18:02:31,018 INFO program: Running... udevadm settle --timeout=300 >18:02:31,035 DEBUG program: Return code: 0 >18:02:31,042 INFO program: Running... udevadm settle --timeout=300 >18:02:31,060 DEBUG program: Return code: 0 >18:02:31,068 INFO program: Running... udevadm settle --timeout=300 >18:02:31,084 DEBUG program: Return code: 0 >18:02:31,091 INFO program: Running... udevadm settle --timeout=300 >18:02:31,107 DEBUG program: Return code: 0 >18:02:31,116 INFO program: [10] Calling the 'com.redhat.lvmdbus1.Lv.Deactivate' method on the '/com/redhat/lvmdbus1/Lv/0' object with the following parameters: '(0, 1, {'--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >18:02:31,207 INFO program: [10] Done. >18:02:31,207 INFO program: [10] No result, no job started >18:02:31,215 INFO program: Running... udevadm settle --timeout=300 >18:02:31,232 DEBUG program: Return code: 0 >18:02:31,238 INFO program: [11] Calling the 'com.redhat.lvmdbus1.Vg.Deactivate' method on the '/com/redhat/lvmdbus1/Vg/0' object with the following parameters: '(0, 1, {'--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >18:02:31,315 INFO program: [11] Done. >18:02:31,315 INFO program: [11] No result, no job started >18:02:31,328 INFO program: Running... udevadm settle --timeout=300 >18:02:31,359 DEBUG program: Return code: 0 >18:02:31,372 INFO program: Running... udevadm settle --timeout=300 >18:02:31,387 DEBUG program: Return code: 0 >18:02:31,396 INFO program: Running... udevadm settle --timeout=300 >18:02:31,411 DEBUG program: Return code: 0 >18:02:31,415 INFO program: [12] Calling the 'com.redhat.lvmdbus1.Vg.Deactivate' method on the '/com/redhat/lvmdbus1/Vg/0' object with the following parameters: '(0, 1, {'--config': <' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}'>})' >18:02:31,462 INFO program: [12] Done. >18:02:31,462 INFO program: [12] No result, no job started >18:02:31,474 INFO program: Running... udevadm settle --timeout=300 >18:02:31,505 DEBUG program: Return code: 0 >18:02:31,517 INFO program: Running... udevadm settle --timeout=300 >18:02:31,542 DEBUG program: Return code: 0 >18:02:31,576 INFO program: Running... hwclock --hctosys --utc >18:02:31,629 INFO program: Running... udevadm settle --timeout=300 >18:02:31,644 DEBUG program: Return code: 0 >18:02:31,652 INFO program: Running... udevadm settle --timeout=300 >18:02:31,667 DEBUG program: Return code: 0 >18:02:31,674 INFO program: Running... mount -t iso9660 -o ro /dev/sr0 /tmp/tmp04w1p8d7 >18:02:31,691 DEBUG program: Return code: 0 >18:02:31,693 INFO program: Running... udevadm settle --timeout=300 >18:02:31,708 DEBUG program: Return code: 0 >18:02:31,715 INFO program: Running... udevadm settle --timeout=300 >18:02:31,731 DEBUG program: Return code: 0 >18:02:31,739 INFO program: Running... udevadm settle --timeout=300 >18:02:31,755 DEBUG program: Return code: 0 >18:02:31,762 INFO program: Running... udevadm settle --timeout=300 >18:02:31,779 DEBUG program: Return code: 0 >18:02:31,788 INFO program: Running... udevadm settle --timeout=300 >18:02:32,008 DEBUG program: Return code: 0 >18:02:32,009 DEBUG program: Return code: 0 >18:02:32,017 INFO program: Running... udevadm settle --timeout=300 >18:02:32,033 DEBUG program: Return code: 0 >18:02:32,034 INFO program: Running... umount /tmp/tmp04w1p8d7 >18:02:32,049 DEBUG program: Return code: 0 >18:03:07,207 INFO program: Running... udevadm settle --timeout=300 >18:03:07,225 DEBUG program: Return code: 0 >18:03:07,231 INFO program: Running... udevadm settle --timeout=300 >18:03:07,248 DEBUG program: Return code: 0 >18:03:07,256 INFO program: Running... udevadm settle --timeout=300 >18:03:07,273 DEBUG program: Return code: 0 >18:03:07,281 INFO program: Running... udevadm settle --timeout=300 >18:03:07,297 DEBUG program: Return code: 0 >18:03:07,304 INFO program: Running... mount -t iso9660 -o ro /dev/sr0 /tmp/tmpskdeng3_ >18:03:07,322 DEBUG program: Return code: 0 >18:03:07,323 INFO program: Running... udevadm settle --timeout=300 >18:03:07,339 DEBUG program: Return code: 0 >18:03:07,346 INFO program: Running... udevadm settle --timeout=300 >18:03:07,362 DEBUG program: Return code: 0 >18:03:07,369 INFO program: Running... udevadm settle --timeout=300 >18:03:07,385 DEBUG program: Return code: 0 >18:03:07,394 INFO program: Running... udevadm settle --timeout=300 >18:03:07,410 DEBUG program: Return code: 0 >18:03:07,418 INFO program: Running... udevadm settle --timeout=300 >18:03:07,434 DEBUG program: Return code: 0 >18:03:07,441 INFO program: Running... udevadm settle --timeout=300 >18:03:07,457 DEBUG program: Return code: 0 >18:03:07,458 INFO program: Running... umount /tmp/tmpskdeng3_ >18:03:07,473 DEBUG program: Return code: 0 >18:03:08,344 INFO program: Running... modprobe vfat >18:03:08,437 DEBUG program: Return code: 0 >18:03:08,451 INFO program: Running... modprobe btrfs >18:03:08,646 DEBUG program: Return code: 0 >10:03:10,635 INFO program: Running... df --output=target,avail >10:03:10,664 INFO program: Mounted on Avail >10:03:10,665 INFO program: /dev 985092 >10:03:10,665 INFO program: /dev/shm 1014188 >10:03:10,666 INFO program: /run 997212 >10:03:10,666 INFO program: /sys/fs/cgroup 1014200 >10:03:10,667 INFO program: /run/install/repo 0 >10:03:10,667 INFO program: / 741244 >10:03:10,667 INFO program: /tmp 882032 >10:03:10,668 DEBUG program: Return code: 0 > > >/tmp/storage.log: >18:02:22,444 INFO blivet: ISCSID is /sbin/iscsid >18:02:22,444 INFO blivet: no initiator set >18:02:22,590 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >18:02:22,590 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >18:02:24,843 WARN blivet: Could not determine package version for e2fsprogs: failed calculating RPMDB checksum >18:02:24,866 DEBUG blivet: Ext4FS.supported: supported: True ; >18:02:24,867 DEBUG blivet: get_format('ext4') returning Ext4FS instance with object id 0 >18:02:24,868 DEBUG blivet: Ext4FS.supported: supported: True ; >18:02:24,868 DEBUG blivet: trying to set new default fstype to 'ext4' >18:02:24,870 DEBUG blivet: Ext4FS.supported: supported: True ; >18:02:24,870 DEBUG blivet: get_format('ext4') returning Ext4FS instance with object id 1 >18:02:24,871 DEBUG blivet: Ext4FS.supported: supported: True ; >18:02:25,432 INFO blivet: resetting Blivet (version 2.1.7) instance <blivet.blivet.Blivet object at 0x7fc9e01d6d68> >18:02:25,433 INFO blivet: no initiator set >18:02:25,434 INFO blivet: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] >18:02:25,738 DEBUG blivet: protected device spec LABEL=Fedora-26-x86_64 resolved to sr0 >18:02:25,813 DEBUG blivet: protected device spec /dev/zram0 resolved to None >18:02:25,876 INFO blivet: devices to scan: ['sr0', 'vda', 'vda1', 'vda2', 'loop0', 'loop1', 'loop2', 'live-rw', 'live-base', 'fedora-swap', 'fedora-root'] >18:02:25,884 DEBUG blivet: DeviceTree.handle_device: name: sr0 ; info: {'DEVLINKS': '/dev/disk/by-uuid/2016-12-22-09-38-06-00 ' > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001 ' > '/dev/disk/by-label/Fedora-26-x86_64 /dev/cdrom ' > '/dev/disk/by-path/pci-0000:00:01.1-ata-1', > 'DEVNAME': '/dev/sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata7/host6/target6:0:0/6:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1482429732', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_CD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FOR_SEAT': 'block-pci-0000_00_01_1-ata-1', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-26-x86_64', > 'ID_FS_LABEL_ENC': 'Fedora-26-x86_64', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2016-12-22-09-38-06-00', > 'ID_FS_UUID_ENC': '2016-12-22-09-38-06-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '4355f5c8', > 'ID_PATH': 'pci-0000:00:01.1-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_01_1-ata-1', > 'ID_REVISION': '2.4.0', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:uaccess:systemd:', > 'USEC_INITIALIZED': '11332432'} ; >18:02:25,886 INFO blivet: scanning sr0 (/sys/devices/pci0000:00/0000:00:01.1/ata7/host6/target6:0:0/6:0:0:0/block/sr0)... >18:02:25,888 DEBUG blivet: DeviceTree.get_device_by_name: name: sr0 ; incomplete: False ; hidden: False ; >18:02:25,890 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:25,896 DEBUG blivet: OpticalDevicePopulator.run: >18:02:25,897 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 3 >18:02:25,897 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 4 >18:02:25,899 DEBUG blivet: OpticalDevice._set_format: sr0 ; type: None ; current: None ; >18:02:25,903 DEBUG blivet: OpticalDevice.update_sysfs_path: sr0 ; status: True ; >18:02:25,908 DEBUG blivet: sr0 sysfs_path set to /sys/devices/pci0000:00/0000:00:01.1/ata7/host6/target6:0:0/6:0:0:0/block/sr0 >18:02:25,909 DEBUG blivet: OpticalDevice.read_current_size: exists: True ; path: /dev/sr0 ; sysfs_path: /sys/devices/pci0000:00/0000:00:01.1/ata7/host6/target6:0:0/6:0:0:0/block/sr0 ; >18:02:25,910 DEBUG blivet: updated sr0 size to 454 MiB (454 MiB) >18:02:25,916 INFO blivet: added cdrom sr0 (id 2) to device tree >18:02:25,937 INFO blivet: got device: OpticalDevice instance (0x7fc9d591b630) -- > name = sr0 status = True id = 2 > children = [] > parents = [] > uuid = None size = 454 MiB > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:01.1/ata7/host6/target6:0:0/6:0:0:0/block/sr0 > target size = 454 MiB path = /dev/sr0 > format args = [] original_format = None >18:02:25,947 DEBUG blivet: DeviceTree.handle_format: name: sr0 ; >18:02:25,956 DEBUG blivet: OpticalDevice.media_present: sr0 ; status: True ; >18:02:25,962 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >18:02:25,962 DEBUG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 >18:02:26,371 DEBUG blivet: EFIFS.supported: supported: True ; >18:02:26,373 DEBUG blivet: get_format('efi') returning EFIFS instance with object id 7 >18:02:26,375 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:26,375 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 8 >18:02:26,383 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:26,388 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 9 >18:02:26,389 INFO blivet: type detected on 'sr0' is 'iso9660' >18:02:26,391 DEBUG blivet: Iso9660FS.supported: supported: True ; >18:02:26,391 DEBUG blivet: get_format('iso9660') returning Iso9660FS instance with object id 10 >18:02:26,399 DEBUG blivet: OpticalDevice._set_format: sr0 ; type: iso9660 ; current: None ; >18:02:26,400 INFO blivet: got format: existing iso9660 filesystem >18:02:26,404 DEBUG blivet: DeviceTree.handle_device: name: vda ; info: {'DEVLINKS': '/dev/disk/by-path/virtio-pci-0000:00:0a.0', > 'DEVNAME': '/dev/vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1482429732', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '4d329aa2', > 'ID_PATH': 'virtio-pci-0000:00:0a.0', > 'ID_PATH_TAG': 'virtio-pci-0000_00_0a_0', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '11369888'} ; >18:02:26,409 INFO blivet: scanning vda (/sys/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda)... >18:02:26,411 DEBUG blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; >18:02:26,412 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:26,423 DEBUG blivet: DiskDevicePopulator.run: name: vda ; >18:02:26,445 WARN blivet: device/model is not a valid attribute >18:02:26,446 INFO blivet: vda is a disk >18:02:26,446 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 13 >18:02:26,447 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 14 >18:02:26,449 DEBUG blivet: DiskDevice._set_format: vda ; type: None ; current: None ; >18:02:26,452 DEBUG blivet: DiskDevice.update_sysfs_path: vda ; status: True ; >18:02:26,456 DEBUG blivet: vda sysfs_path set to /sys/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda >18:02:26,458 DEBUG blivet: DiskDevice.read_current_size: exists: True ; path: /dev/vda ; sysfs_path: /sys/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda ; >18:02:26,459 DEBUG blivet: updated vda size to 20 GiB (20 GiB) >18:02:26,462 INFO blivet: added disk vda (id 12) to device tree >18:02:26,462 INFO blivet: got device: DiskDevice instance (0x7fc9d11e4198) -- > name = vda status = True id = 12 > children = [] > parents = [] > uuid = None size = 20 GiB > format = existing None > major = 252 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda > target size = 20 GiB path = /dev/vda > format args = [] original_format = None removable = False >18:02:26,471 DEBUG blivet: DeviceTree.handle_format: name: vda ; >18:02:26,473 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >18:02:26,475 DEBUG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 16 >18:02:26,480 DEBUG blivet: EFIFS.supported: supported: True ; >18:02:26,483 DEBUG blivet: get_format('efi') returning EFIFS instance with object id 17 >18:02:26,487 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:26,488 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 18 >18:02:26,494 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:26,495 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 19 >18:02:26,499 DEBUG blivet: DiskLabelFormatPopulator.run: device: vda ; label_type: dos ; >18:02:26,504 DEBUG blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; >18:02:26,510 DEBUG blivet: DiskLabel.__init__: uuid: 4d329aa2 ; label: None ; device: /dev/vda ; serial: None ; exists: True ; >18:02:26,625 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fc9d126e128>, <parted.partition.Partition object at 0x7fc9d126e3c8>] > device: <parted.device.Device object at 0x7fc9cf34e5c0> > PedDisk: <_ped.Disk object at 0x7fc9d125d248> >18:02:26,751 DEBUG blivet: get_format('disklabel') returning DiskLabel instance with object id 20 >18:02:26,754 DEBUG blivet: DiskDevice._set_format: vda ; type: disklabel ; current: None ; >18:02:26,762 INFO blivet: got format: existing msdos disklabel >18:02:26,784 DEBUG blivet: DeviceTree.handle_device: name: vda1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/f7b3dd06-e8b7-4e82-ad0e-96efe7f36154 ' > '/dev/disk/by-partuuid/4d329aa2-01 ' > '/dev/disk/by-path/virtio-pci-0000:00:0a.0-part1', > 'DEVNAME': '/dev/vda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda/vda1', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f7b3dd06-e8b7-4e82-ad0e-96efe7f36154', > 'ID_FS_UUID_ENC': 'f7b3dd06-e8b7-4e82-ad0e-96efe7f36154', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '2097152', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '4d329aa2-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '4d329aa2', > 'ID_PATH': 'virtio-pci-0000:00:0a.0', > 'ID_PATH_TAG': 'virtio-pci-0000_00_0a_0', > 'MAJOR': '252', > 'MINOR': '1', > 'PARTN': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '11404843'} ; >18:02:26,790 INFO blivet: scanning vda1 (/sys/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda/vda1)... >18:02:26,793 DEBUG blivet: DeviceTree.get_device_by_name: name: vda1 ; incomplete: False ; hidden: False ; >18:02:26,795 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:26,810 DEBUG blivet: PartitionDevicePopulator.run: name: vda1 ; >18:02:26,978 DEBUG blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; >18:02:26,984 DEBUG blivet: DeviceTree.get_device_by_name returned existing 20 GiB disk vda (12) with existing msdos disklabel >18:02:26,990 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 23 >18:02:26,999 DEBUG blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; >18:02:27,000 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 24 >18:02:27,001 DEBUG blivet: PartitionDevice._set_format: vda1 ; type: None ; current: None ; >18:02:27,004 DEBUG blivet: PartitionDevice.update_sysfs_path: vda1 ; status: True ; >18:02:27,008 DEBUG blivet: vda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda/vda1 >18:02:27,010 DEBUG blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/vda1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda/vda1 ; >18:02:27,011 DEBUG blivet: updated vda1 size to 1024 MiB (1024 MiB) >18:02:27,012 DEBUG blivet: looking up parted Partition: /dev/vda1 >18:02:27,014 DEBUG blivet: PartitionDevice.probe: vda1 ; exists: True ; >18:02:27,021 DEBUG blivet: PartitionDevice.get_flag: path: /dev/vda1 ; flag: 1 ; >18:02:27,022 DEBUG blivet: PartitionDevice.get_flag: path: /dev/vda1 ; flag: 10 ; >18:02:27,024 DEBUG blivet: PartitionDevice.get_flag: path: /dev/vda1 ; flag: 12 ; >18:02:27,031 DEBUG blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/vda1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda/vda1 ; >18:02:27,032 DEBUG blivet: updated vda1 size to 1024 MiB (1024 MiB) >18:02:27,033 INFO blivet: added partition vda1 (id 22) to device tree >18:02:27,034 INFO blivet: parted exception: msdos disk labels do not support partition names. >18:02:27,033 INFO blivet: got device: PartitionDevice instance (0x7fc9d126eda0) -- > name = vda1 status = True id = 22 > children = [] > parents = ['existing 20 GiB disk vda (12) with existing msdos disklabel'] > uuid = 4d329aa2-01 size = 1024 MiB > format = existing None > major = 252 minor = 1 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda/vda1 > target size = 1024 MiB path = /dev/vda1 > format args = [] original_format = None grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc9cf34e5f8> fileSystem: <parted.filesystem.FileSystem object at 0x7fc9d126e470> > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc9d126e080> PedPartition: <_ped.Partition object at 0x7fc9d11d7ca8> > disk = existing 20 GiB disk vda (12) with existing msdos disklabel > start = 2048 end = 2099199 length = 2097152 > flags = boot >18:02:27,041 INFO blivet: parted exception: msdos disk labels do not support partition names. >18:02:27,046 DEBUG blivet: DeviceTree.handle_format: name: vda1 ; >18:02:27,053 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >18:02:27,053 DEBUG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 26 >18:02:27,056 DEBUG blivet: EFIFS.supported: supported: True ; >18:02:27,058 DEBUG blivet: get_format('efi') returning EFIFS instance with object id 27 >18:02:27,062 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:27,067 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 28 >18:02:27,069 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:27,074 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 29 >18:02:27,075 INFO blivet: type detected on 'vda1' is 'ext4' >18:02:27,644 DEBUG blivet: padding min size from 161.95 MiB up to 179 MiB >18:02:27,647 DEBUG blivet: Ext4FS.supported: supported: True ; >18:02:27,648 DEBUG blivet: get_format('ext4') returning Ext4FS instance with object id 30 >18:02:27,651 DEBUG blivet: PartitionDevice._set_format: vda1 ; type: ext4 ; current: None ; >18:02:27,658 INFO blivet: got format: existing ext4 filesystem >18:02:27,666 DEBUG blivet: DeviceTree.handle_device: name: vda2 ; info: {'DEVLINKS': '/dev/disk/by-path/virtio-pci-0000:00:0a.0-part2 ' > '/dev/disk/by-partuuid/4d329aa2-02 ' > '/dev/disk/by-id/lvm-pv-uuid-XA9Ycw-cKn0-xIvf-V97A-qdBu-jGD6-lhhM13', > 'DEVNAME': '/dev/vda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda/vda2', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'XA9Ycw-cKn0-xIvf-V97A-qdBu-jGD6-lhhM13', > 'ID_FS_UUID_ENC': 'XA9Ycw-cKn0-xIvf-V97A-qdBu-jGD6-lhhM13', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '2099200', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '39843840', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '4d329aa2-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '4d329aa2', > 'ID_PATH': 'virtio-pci-0000:00:0a.0', > 'ID_PATH_TAG': 'virtio-pci-0000_00_0a_0', > 'MAJOR': '252', > 'MINOR': '2', > 'PARTN': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '11386733'} ; >18:02:27,668 INFO blivet: scanning vda2 (/sys/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda/vda2)... >18:02:27,670 DEBUG blivet: DeviceTree.get_device_by_name: name: vda2 ; incomplete: False ; hidden: False ; >18:02:27,672 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:27,676 DEBUG blivet: PartitionDevicePopulator.run: name: vda2 ; >18:02:27,765 DEBUG blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; >18:02:27,768 DEBUG blivet: DeviceTree.get_device_by_name returned existing 20 GiB disk vda (12) with existing msdos disklabel >18:02:27,770 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 33 >18:02:27,773 DEBUG blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; >18:02:27,778 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 34 >18:02:27,780 DEBUG blivet: PartitionDevice._set_format: vda2 ; type: None ; current: None ; >18:02:27,782 DEBUG blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; >18:02:27,786 DEBUG blivet: vda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda/vda2 >18:02:27,792 DEBUG blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/vda2 ; sysfs_path: /sys/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda/vda2 ; >18:02:27,794 DEBUG blivet: updated vda2 size to 19 GiB (19 GiB) >18:02:27,798 DEBUG blivet: looking up parted Partition: /dev/vda2 >18:02:27,800 DEBUG blivet: PartitionDevice.probe: vda2 ; exists: True ; >18:02:27,802 DEBUG blivet: PartitionDevice.get_flag: path: /dev/vda2 ; flag: 1 ; >18:02:27,803 DEBUG blivet: PartitionDevice.get_flag: path: /dev/vda2 ; flag: 10 ; >18:02:27,809 DEBUG blivet: PartitionDevice.get_flag: path: /dev/vda2 ; flag: 12 ; >18:02:27,811 DEBUG blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/vda2 ; sysfs_path: /sys/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda/vda2 ; >18:02:27,812 DEBUG blivet: updated vda2 size to 19 GiB (19 GiB) >18:02:27,814 INFO blivet: added partition vda2 (id 32) to device tree >18:02:27,815 INFO blivet: parted exception: msdos disk labels do not support partition names. >18:02:27,815 INFO blivet: got device: PartitionDevice instance (0x7fc9d1158390) -- > name = vda2 status = True id = 32 > children = [] > parents = ['existing 20 GiB disk vda (12) with existing msdos disklabel'] > uuid = 4d329aa2-02 size = 19 GiB > format = existing None > major = 252 minor = 2 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:0a.0/virtio4/block/vda/vda2 > target size = 19 GiB path = /dev/vda2 > format args = [] original_format = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fc9cf34e5f8> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fc9d126e240> PedPartition: <_ped.Partition object at 0x7fc9d12660a0> > disk = existing 20 GiB disk vda (12) with existing msdos disklabel > start = 2099200 end = 41943039 length = 39843840 > flags = lvm >18:02:27,817 INFO blivet: parted exception: msdos disk labels do not support partition names. >18:02:27,838 DEBUG blivet: DeviceTree.handle_format: name: vda2 ; >18:02:27,841 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >18:02:27,842 DEBUG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 36 >18:02:27,846 DEBUG blivet: EFIFS.supported: supported: True ; >18:02:27,847 DEBUG blivet: get_format('efi') returning EFIFS instance with object id 37 >18:02:27,852 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:27,854 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 38 >18:02:27,857 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:27,860 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 39 >18:02:27,862 DEBUG blivet: LVMFormatPopulator.run: pv: vda2 ; >18:02:27,866 INFO blivet: type detected on 'vda2' is 'lvmpv' >18:02:27,868 DEBUG blivet: LVMPhysicalVolume.__init__: uuid: XA9Ycw-cKn0-xIvf-V97A-qdBu-jGD6-lhhM13 ; label: None ; device: /dev/vda2 ; serial: None ; exists: True ; vg_name: fedora ; vg_uuid: 4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9 ; pe_start: 1024 KiB ; free: 2 GiB ; >18:02:27,871 DEBUG blivet: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 40 >18:02:27,873 DEBUG blivet: PartitionDevice._set_format: vda2 ; type: lvmpv ; current: None ; >18:02:27,879 DEBUG blivet: DeviceTree.get_device_by_uuid: uuid: 4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9 ; incomplete: True ; hidden: False ; >18:02:27,882 DEBUG blivet: DeviceTree.get_device_by_uuid returned None >18:02:27,886 DEBUG blivet: DeviceTree.get_device_by_name: name: fedora ; incomplete: False ; hidden: False ; >18:02:27,888 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:27,890 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 42 >18:02:27,899 DEBUG blivet: LVMVolumeGroupDevice._add_parent: fedora ; member: vda2 ; >18:02:27,905 DEBUG blivet: PartitionDevice.add_child: name: vda2 ; child: fedora ; kids: 0 ; >18:02:27,920 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 43 >18:02:27,922 DEBUG blivet: LVMVolumeGroupDevice._set_format: fedora ; type: None ; current: None ; >18:02:27,924 DEBUG blivet: LVMVolumeGroupDevice.update_sysfs_path: fedora ; status: True ; >18:02:27,926 INFO blivet: added lvmvg fedora (id 41) to device tree >18:02:27,928 DEBUG blivet: LVMFormatPopulator._update_lvs: pv: vda2 ; >18:02:27,931 DEBUG blivet: DeviceTree.get_device_by_uuid: uuid: 4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9 ; incomplete: True ; hidden: False ; >18:02:27,934 DEBUG blivet: DeviceTree.get_device_by_uuid returned existing 19 GiB lvmvg fedora (41) >18:02:27,967 DEBUG blivet: DeviceTree.get_device_by_name: name: fedora-swap ; incomplete: False ; hidden: False ; >18:02:27,971 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:27,972 DEBUG blivet: DeviceTree.get_device_by_uuid: uuid: SABVsy-pzos-2V0e-EnOo-P6WA-dBYX-pTJkYF ; incomplete: False ; hidden: False ; >18:02:27,976 DEBUG blivet: DeviceTree.get_device_by_uuid returned None >18:02:27,976 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 46 >18:02:27,981 DEBUG blivet: LVMVolumeGroupDevice.add_child: name: fedora ; child: swap ; kids: 0 ; >18:02:27,982 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 47 >18:02:27,988 DEBUG blivet: LVMLogicalVolumeDevice._set_format: fedora-swap ; type: None ; current: None ; >18:02:27,991 DEBUG blivet: LVMLogicalVolumeDevice.update_sysfs_path: fedora-swap ; status: True ; >18:02:27,992 DEBUG blivet: fedora-swap sysfs_path set to /sys/devices/virtual/block/dm-2 >18:02:27,996 DEBUG blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/fedora-swap ; sysfs_path: /sys/devices/virtual/block/dm-2 ; >18:02:27,999 DEBUG blivet: updated fedora-swap size to 2 GiB (2 GiB) >18:02:27,999 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 49 >18:02:28,003 DEBUG blivet: LVMVolumeGroupDevice.remove_child: name: fedora ; child: swap ; kids: 1 ; >18:02:28,007 DEBUG blivet: LVMVolumeGroupDevice.add_child: name: fedora ; child: swap ; kids: 0 ; >18:02:28,009 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 50 >18:02:28,012 DEBUG blivet: LVMLogicalVolumeDevice._set_format: fedora-swap ; type: None ; current: None ; >18:02:28,016 DEBUG blivet: LVMLogicalVolumeDevice.update_sysfs_path: fedora-swap ; status: True ; >18:02:28,017 DEBUG blivet: fedora-swap sysfs_path set to /sys/devices/virtual/block/dm-2 >18:02:28,022 DEBUG blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/fedora-swap ; sysfs_path: /sys/devices/virtual/block/dm-2 ; >18:02:28,023 DEBUG blivet: updated fedora-swap size to 2 GiB (2 GiB) >18:02:28,024 DEBUG blivet: Adding fedora-swap/2 GiB to fedora >18:02:28,025 INFO blivet: added lvmlv fedora-swap (id 45) to device tree >18:02:28,029 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-swap ; orig: False ; status: True ; controllable: True ; >18:02:28,032 DEBUG blivet: LVMLogicalVolumeDevice.update_sysfs_path: fedora-swap ; status: True ; >18:02:28,037 DEBUG blivet: fedora-swap sysfs_path set to /sys/devices/virtual/block/dm-2 >18:02:28,041 DEBUG blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/fedora-swap ; sysfs_path: /sys/devices/virtual/block/dm-2 ; >18:02:28,043 DEBUG blivet: updated fedora-swap size to 2 GiB (2 GiB) >18:02:28,049 DEBUG blivet: DeviceTree.handle_device: name: fedora-swap ; info: {'DEVLINKS': '/dev/mapper/fedora-swap /dev/fedora/swap ' > '/dev/disk/by-uuid/50a20d26-6ffb-4a5d-a198-6636e86a85e1 ' > '/dev/disk/by-id/dm-name-fedora-swap ' > '/dev/disk/by-id/dm-uuid-LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF', > 'DEVNAME': '/dev/dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_MULTIPATH_TIMESTAMP': '1482429732', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '50a20d26-6ffb-4a5d-a198-6636e86a85e1', > 'ID_FS_UUID_ENC': '50a20d26-6ffb-4a5d-a198-6636e86a85e1', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '13460427'} ; >18:02:28,049 INFO blivet: scanning fedora-swap (/sys/devices/virtual/block/dm-2)... >18:02:28,052 DEBUG blivet: DeviceTree.get_device_by_name: name: fedora-swap ; incomplete: False ; hidden: False ; >18:02:28,056 DEBUG blivet: DeviceTree.get_device_by_name returned existing 2 GiB lvmlv fedora-swap (45) >18:02:28,068 DEBUG blivet: fedora size is 19 GiB >18:02:28,072 DEBUG blivet: vg fedora has 17 GiB free >18:02:28,073 DEBUG blivet: fedora size is 19 GiB >18:02:28,075 DEBUG blivet: vg fedora has 17 GiB free >18:02:28,056 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7fc9d1239668) -- > name = fedora-swap status = True id = 45 > children = [] > parents = ['existing 19 GiB lvmvg fedora (41)'] > uuid = SABVsy-pzos-2V0e-EnOo-P6WA-dBYX-pTJkYF size = 2 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-2 > target size = 2 GiB path = /dev/mapper/fedora-swap > format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fc9d122b0b8) -- > name = fedora status = True id = 41 > children = ['existing 2 GiB lvmlv fedora-swap (45)'] > parents = ['existing 19 GiB partition vda2 (32) with existing lvmpv'] > uuid = 4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9 size = 19 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 19 GiB path = /dev/fedora > format args = [] original_format = None free = 2 GiB PE Size = 4 MiB PE Count = 4863 > PE Free = 511 PV Count = 1 > modified = False extents = 4863 free space = 17 GiB > free extents = 4351 reserved percent = 0 reserved space = 0 B > PVs = ['existing 19 GiB partition vda2 (32) with existing lvmpv'] > LVs = ['existing 2 GiB lvmlv fedora-swap (45)'] > segment type = linear percent = 0 > VG space used = 2 GiB >18:02:28,079 DEBUG blivet: fedora size is 19 GiB >18:02:28,082 DEBUG blivet: vg fedora has 17 GiB free >18:02:28,089 DEBUG blivet: fedora size is 19 GiB >18:02:28,093 DEBUG blivet: vg fedora has 17 GiB free >18:02:28,106 DEBUG blivet: DeviceTree.handle_format: name: fedora-swap ; >18:02:28,112 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >18:02:28,114 DEBUG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 >18:02:28,117 DEBUG blivet: EFIFS.supported: supported: True ; >18:02:28,128 DEBUG blivet: get_format('efi') returning EFIFS instance with object id 53 >18:02:28,130 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:28,132 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 54 >18:02:28,173 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:28,177 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 55 >18:02:28,178 INFO blivet: type detected on 'fedora-swap' is 'swap' >18:02:28,182 DEBUG blivet: SwapSpace.__init__: uuid: 50a20d26-6ffb-4a5d-a198-6636e86a85e1 ; label: None ; device: /dev/mapper/fedora-swap ; serial: None ; exists: True ; >18:02:28,183 DEBUG blivet: get_format('swap') returning SwapSpace instance with object id 56 >18:02:28,186 DEBUG blivet: LVMLogicalVolumeDevice._set_format: fedora-swap ; type: swap ; current: None ; >18:02:28,189 INFO blivet: got format: existing swap >18:02:28,205 DEBUG blivet: DeviceTree.get_device_by_name: name: fedora-root ; incomplete: False ; hidden: False ; >18:02:28,207 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:28,208 DEBUG blivet: DeviceTree.get_device_by_uuid: uuid: ZeA7r1-7PG9-ykWW-3uME-VNSh-bJoq-MGqgJ0 ; incomplete: False ; hidden: False ; >18:02:28,213 DEBUG blivet: DeviceTree.get_device_by_uuid returned None >18:02:28,214 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 59 >18:02:28,216 DEBUG blivet: LVMVolumeGroupDevice.add_child: name: fedora ; child: root ; kids: 1 ; >18:02:28,217 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 60 >18:02:28,220 DEBUG blivet: LVMLogicalVolumeDevice._set_format: fedora-root ; type: None ; current: None ; >18:02:28,224 DEBUG blivet: LVMLogicalVolumeDevice.update_sysfs_path: fedora-root ; status: True ; >18:02:28,234 DEBUG blivet: fedora-root sysfs_path set to /sys/devices/virtual/block/dm-3 >18:02:28,237 DEBUG blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/fedora-root ; sysfs_path: /sys/devices/virtual/block/dm-3 ; >18:02:28,243 DEBUG blivet: updated fedora-root size to 15 GiB (15 GiB) >18:02:28,243 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 62 >18:02:28,245 DEBUG blivet: LVMVolumeGroupDevice.remove_child: name: fedora ; child: root ; kids: 2 ; >18:02:28,251 DEBUG blivet: LVMVolumeGroupDevice.add_child: name: fedora ; child: root ; kids: 1 ; >18:02:28,252 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 63 >18:02:28,254 DEBUG blivet: LVMLogicalVolumeDevice._set_format: fedora-root ; type: None ; current: None ; >18:02:28,258 DEBUG blivet: LVMLogicalVolumeDevice.update_sysfs_path: fedora-root ; status: True ; >18:02:28,267 DEBUG blivet: fedora-root sysfs_path set to /sys/devices/virtual/block/dm-3 >18:02:28,269 DEBUG blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/fedora-root ; sysfs_path: /sys/devices/virtual/block/dm-3 ; >18:02:28,277 DEBUG blivet: updated fedora-root size to 15 GiB (15 GiB) >18:02:28,277 DEBUG blivet: Adding fedora-root/15 GiB to fedora >18:02:28,278 INFO blivet: added lvmlv fedora-root (id 58) to device tree >18:02:28,280 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-root ; orig: False ; status: True ; controllable: True ; >18:02:28,285 DEBUG blivet: LVMLogicalVolumeDevice.update_sysfs_path: fedora-root ; status: True ; >18:02:28,289 DEBUG blivet: fedora-root sysfs_path set to /sys/devices/virtual/block/dm-3 >18:02:28,345 DEBUG blivet: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/fedora-root ; sysfs_path: /sys/devices/virtual/block/dm-3 ; >18:02:28,348 DEBUG blivet: updated fedora-root size to 15 GiB (15 GiB) >18:02:28,363 DEBUG blivet: DeviceTree.handle_device: name: fedora-root ; info: {'DEVLINKS': '/dev/mapper/fedora-root /dev/disk/by-id/dm-name-fedora-root ' > '/dev/fedora/root ' > '/dev/disk/by-id/dm-uuid-LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 ' > '/dev/disk/by-uuid/6caf5cdb-623b-4e87-8b76-0efc05d8c91e', > 'DEVNAME': '/dev/dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'root', > 'DM_MULTIPATH_TIMESTAMP': '1482429732', > 'DM_NAME': 'fedora-root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '6caf5cdb-623b-4e87-8b76-0efc05d8c91e', > 'ID_FS_UUID_ENC': '6caf5cdb-623b-4e87-8b76-0efc05d8c91e', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '13574841'} ; >18:02:28,364 INFO blivet: scanning fedora-root (/sys/devices/virtual/block/dm-3)... >18:02:28,368 DEBUG blivet: DeviceTree.get_device_by_name: name: fedora-root ; incomplete: False ; hidden: False ; >18:02:28,370 DEBUG blivet: DeviceTree.get_device_by_name returned existing 15 GiB lvmlv fedora-root (58) >18:02:28,375 DEBUG blivet: fedora size is 19 GiB >18:02:28,395 DEBUG blivet: vg fedora has 2 GiB free >18:02:28,400 DEBUG blivet: fedora size is 19 GiB >18:02:28,443 DEBUG blivet: vg fedora has 2 GiB free >18:02:28,372 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7fc9d1241fd0) -- > name = fedora-root status = True id = 58 > children = [] > parents = ['existing 19 GiB lvmvg fedora (41)'] > uuid = ZeA7r1-7PG9-ykWW-3uME-VNSh-bJoq-MGqgJ0 size = 15 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-3 > target size = 15 GiB path = /dev/mapper/fedora-root > format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fc9d122b0b8) -- > name = fedora status = True id = 41 > children = ['existing 2 GiB lvmlv fedora-swap (45) with existing swap', > 'existing 15 GiB lvmlv fedora-root (58)'] > parents = ['existing 19 GiB partition vda2 (32) with existing lvmpv'] > uuid = 4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9 size = 19 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 19 GiB path = /dev/fedora > format args = [] original_format = None free = 2 GiB PE Size = 4 MiB PE Count = 4863 > PE Free = 511 PV Count = 1 > modified = False extents = 4863 free space = 2 GiB > free extents = 511 reserved percent = 0 reserved space = 0 B > PVs = ['existing 19 GiB partition vda2 (32) with existing lvmpv'] > LVs = ['existing 2 GiB lvmlv fedora-swap (45) with existing swap', > 'existing 15 GiB lvmlv fedora-root (58)'] > segment type = linear percent = 0 > VG space used = 15 GiB >18:02:28,449 DEBUG blivet: fedora size is 19 GiB >18:02:28,453 DEBUG blivet: vg fedora has 2 GiB free >18:02:28,460 DEBUG blivet: fedora size is 19 GiB >18:02:28,465 DEBUG blivet: vg fedora has 2 GiB free >18:02:28,476 DEBUG blivet: DeviceTree.handle_format: name: fedora-root ; >18:02:28,482 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >18:02:28,500 DEBUG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 >18:02:28,504 DEBUG blivet: EFIFS.supported: supported: True ; >18:02:28,516 DEBUG blivet: get_format('efi') returning EFIFS instance with object id 66 >18:02:28,526 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:28,526 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 67 >18:02:28,529 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:28,531 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 68 >18:02:28,532 INFO blivet: type detected on 'fedora-root' is 'xfs' >18:02:28,534 DEBUG blivet: XFS.supported: supported: True ; >18:02:28,835 DEBUG blivet: get_format('xfs') returning XFS instance with object id 69 >18:02:28,839 DEBUG blivet: LVMLogicalVolumeDevice._set_format: fedora-root ; type: xfs ; current: None ; >18:02:28,841 INFO blivet: got format: existing xfs filesystem >18:02:28,848 INFO blivet: got format: existing lvmpv >18:02:28,851 DEBUG blivet: DeviceTree.handle_device: name: loop0 ; info: {'DEVNAME': '/dev/loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1482429732', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '11490884'} ; >18:02:28,852 INFO blivet: scanning loop0 (/sys/devices/virtual/block/loop0)... >18:02:28,853 DEBUG blivet: DeviceTree.get_device_by_name: name: loop0 ; incomplete: False ; hidden: False ; >18:02:28,855 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:28,857 DEBUG blivet: LoopDevicePopulator.run: name: loop0 ; >18:02:28,858 DEBUG blivet: DeviceTree.get_device_by_name: name: /run/install/repo/images/install.img ; incomplete: False ; hidden: False ; >18:02:28,860 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:28,860 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 73 >18:02:28,862 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 74 >18:02:28,864 DEBUG blivet: FileDevice._set_format: /run/install/repo/images/install.img ; type: None ; current: None ; >18:02:28,865 DEBUG blivet: FileDevice.update_sysfs_path: /run/install/repo/images/install.img ; status: True ; >18:02:28,866 ERR blivet: failed to update sysfs path for /run/install/repo/images/install.img: not a device file: '/run/install/repo/images/install.img' >18:02:28,866 INFO blivet: added file /run/install/repo/images/install.img (id 72) to device tree >18:02:28,867 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 77 >18:02:28,869 DEBUG blivet: FileDevice.add_child: name: /run/install/repo/images/install.img ; child: loop0 ; kids: 0 ; >18:02:28,869 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 78 >18:02:28,871 DEBUG blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; >18:02:28,873 DEBUG blivet: LoopDevice.update_sysfs_path: loop0 ; status: True ; >18:02:28,873 DEBUG blivet: loop0 sysfs_path set to /sys/devices/virtual/block/loop0 >18:02:28,874 INFO blivet: added loop loop0 (id 76) to device tree >18:02:28,874 INFO blivet: got device: LoopDevice instance (0x7fc9ed6033c8) -- > name = loop0 status = False id = 76 > children = [] > parents = ['existing 0 B file /run/install/repo/images/install.img (72)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/loop0 > target size = 0 B path = /dev/loop0 > format args = [] original_format = None >18:02:28,879 DEBUG blivet: DeviceTree.handle_format: name: loop0 ; >18:02:28,882 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >18:02:28,882 DEBUG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 80 >18:02:28,884 DEBUG blivet: EFIFS.supported: supported: True ; >18:02:28,885 DEBUG blivet: get_format('efi') returning EFIFS instance with object id 81 >18:02:28,887 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:28,887 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 82 >18:02:28,890 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:28,890 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 83 >18:02:28,891 INFO blivet: type detected on 'loop0' is 'squashfs' >18:02:28,891 DEBUG blivet: get_format('squashfs') returning DeviceFormat instance with object id 84 >18:02:28,893 DEBUG blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; >18:02:28,893 INFO blivet: got format: existing None >18:02:28,897 DEBUG blivet: DeviceTree.handle_device: name: loop1 ; info: {'DEVLINKS': '/dev/disk/by-label/Anaconda ' > '/dev/disk/by-uuid/1e58d833-a4fb-46c1-85e5-70d7a86e94c3', > 'DEVNAME': '/dev/loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1482429732', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '1e58d833-a4fb-46c1-85e5-70d7a86e94c3', > 'ID_FS_UUID_ENC': '1e58d833-a4fb-46c1-85e5-70d7a86e94c3', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '11487402'} ; >18:02:28,897 INFO blivet: scanning loop1 (/sys/devices/virtual/block/loop1)... >18:02:28,898 DEBUG blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >18:02:28,900 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:28,902 DEBUG blivet: LoopDevicePopulator.run: name: loop1 ; >18:02:28,903 DEBUG blivet: DeviceTree.get_device_by_name: name: /LiveOS/rootfs.img ; incomplete: False ; hidden: False ; >18:02:28,905 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:28,905 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 87 >18:02:28,906 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 88 >18:02:28,907 DEBUG blivet: FileDevice._set_format: /LiveOS/rootfs.img ; type: None ; current: None ; >18:02:28,909 DEBUG blivet: FileDevice.update_sysfs_path: /LiveOS/rootfs.img ; status: False ; >18:02:28,910 ERR blivet: failed to update sysfs path for /LiveOS/rootfs.img: [Errno 2] No such file or directory: '/LiveOS/rootfs.img' >18:02:28,910 INFO blivet: added file /LiveOS/rootfs.img (id 86) to device tree >18:02:28,911 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 91 >18:02:28,914 DEBUG blivet: FileDevice.add_child: name: /LiveOS/rootfs.img ; child: loop1 ; kids: 0 ; >18:02:28,914 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 92 >18:02:28,916 DEBUG blivet: LoopDevice._set_format: loop1 ; type: None ; current: None ; >18:02:28,918 DEBUG blivet: LoopDevice.update_sysfs_path: loop1 ; status: True ; >18:02:28,918 DEBUG blivet: loop1 sysfs_path set to /sys/devices/virtual/block/loop1 >18:02:28,919 INFO blivet: added loop loop1 (id 90) to device tree >18:02:28,919 INFO blivet: got device: LoopDevice instance (0x7fc9d123e908) -- > name = loop1 status = False id = 90 > children = [] > parents = ['existing 0 B file /LiveOS/rootfs.img (86)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/loop1 > target size = 0 B path = /dev/loop1 > format args = [] original_format = None >18:02:28,922 DEBUG blivet: DeviceTree.handle_format: name: loop1 ; >18:02:28,924 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >18:02:28,924 DEBUG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 94 >18:02:28,926 DEBUG blivet: EFIFS.supported: supported: True ; >18:02:28,927 DEBUG blivet: get_format('efi') returning EFIFS instance with object id 95 >18:02:28,930 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:28,930 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 96 >18:02:28,932 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:28,933 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 97 >18:02:28,934 INFO blivet: type detected on 'loop1' is 'ext4' >18:02:28,978 WARN blivet: ext4 filesystem on /dev/loop1 needs repair >18:02:28,984 DEBUG blivet: Ext4FS.supported: supported: True ; >18:02:28,984 DEBUG blivet: get_format('ext4') returning Ext4FS instance with object id 98 >18:02:28,988 DEBUG blivet: LoopDevice._set_format: loop1 ; type: ext4 ; current: None ; >18:02:28,988 INFO blivet: got format: existing ext4 filesystem >18:02:28,992 DEBUG blivet: DeviceTree.handle_device: name: loop2 ; info: {'DEVNAME': '/dev/loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1482429732', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '11492545'} ; >18:02:28,992 INFO blivet: scanning loop2 (/sys/devices/virtual/block/loop2)... >18:02:28,994 DEBUG blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; >18:02:28,995 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:28,997 DEBUG blivet: LoopDevicePopulator.run: name: loop2 ; >18:02:29,000 DEBUG blivet: DeviceTree.get_device_by_name: name: /overlay (deleted) ; incomplete: False ; hidden: False ; >18:02:29,001 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:29,002 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 101 >18:02:29,002 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 102 >18:02:29,004 DEBUG blivet: FileDevice._set_format: /overlay (deleted) ; type: None ; current: None ; >18:02:29,006 DEBUG blivet: FileDevice.update_sysfs_path: /overlay (deleted) ; status: False ; >18:02:29,006 ERR blivet: failed to update sysfs path for /overlay (deleted): [Errno 2] No such file or directory: '/overlay (deleted)' >18:02:29,007 INFO blivet: added file /overlay (deleted) (id 100) to device tree >18:02:29,007 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 105 >18:02:29,009 DEBUG blivet: FileDevice.add_child: name: /overlay (deleted) ; child: loop2 ; kids: 0 ; >18:02:29,010 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 106 >18:02:29,012 DEBUG blivet: LoopDevice._set_format: loop2 ; type: None ; current: None ; >18:02:29,013 DEBUG blivet: LoopDevice.update_sysfs_path: loop2 ; status: True ; >18:02:29,014 DEBUG blivet: loop2 sysfs_path set to /sys/devices/virtual/block/loop2 >18:02:29,014 INFO blivet: added loop loop2 (id 104) to device tree >18:02:29,015 INFO blivet: got device: LoopDevice instance (0x7fc9cf413b00) -- > name = loop2 status = False id = 104 > children = [] > parents = ['existing 0 B file /overlay (deleted) (100)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/loop2 > target size = 0 B path = /dev/loop2 > format args = [] original_format = None >18:02:29,019 DEBUG blivet: DeviceTree.handle_format: name: loop2 ; >18:02:29,019 DEBUG blivet: no type or existing type for loop2, bailing >18:02:29,022 DEBUG blivet: DeviceTree.handle_device: name: live-rw ; info: {'DEVLINKS': '/dev/disk/by-uuid/1e58d833-a4fb-46c1-85e5-70d7a86e94c3 ' > '/dev/mapper/live-rw /dev/disk/by-id/dm-name-live-rw ' > '/dev/disk/by-label/Anaconda', > 'DEVNAME': '/dev/dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1482429732', > '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': '1e58d833-a4fb-46c1-85e5-70d7a86e94c3', > 'ID_FS_UUID_ENC': '1e58d833-a4fb-46c1-85e5-70d7a86e94c3', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '8044439'} ; >18:02:29,022 INFO blivet: scanning live-rw (/sys/devices/virtual/block/dm-0)... >18:02:29,024 DEBUG blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; >18:02:29,026 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:29,028 DEBUG blivet: DMDevicePopulator.run: name: live-rw ; >18:02:29,030 DEBUG blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >18:02:29,032 DEBUG blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop1 (90) with existing ext4 filesystem >18:02:29,035 DEBUG blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; >18:02:29,037 DEBUG blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop2 (104) >18:02:29,038 DEBUG blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; >18:02:29,040 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:29,041 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 110 >18:02:29,043 DEBUG blivet: LoopDevice.add_child: name: loop1 ; child: live-rw ; kids: 0 ; >18:02:29,043 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 111 >18:02:29,045 DEBUG blivet: DMDevice._set_format: live-rw ; type: None ; current: None ; >18:02:29,047 DEBUG blivet: DMDevice.update_sysfs_path: live-rw ; status: True ; >18:02:29,047 DEBUG blivet: live-rw sysfs_path set to /sys/devices/virtual/block/dm-0 >18:02:29,049 DEBUG blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-rw ; sysfs_path: /sys/devices/virtual/block/dm-0 ; >18:02:29,051 DEBUG blivet: updated live-rw size to 2 GiB (2 GiB) >18:02:29,052 INFO blivet: added dm live-rw (id 109) to device tree >18:02:29,052 INFO blivet: got device: DMDevice instance (0x7fc9d1169fd0) -- > name = live-rw status = True id = 109 > children = [] > parents = ['existing 0 B loop loop1 (90) with existing ext4 filesystem'] > uuid = None size = 2 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 2 GiB path = /dev/mapper/live-rw > format args = [] original_format = None target = None dm_uuid = None >18:02:29,055 DEBUG blivet: DeviceTree.handle_format: name: live-rw ; >18:02:29,058 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >18:02:29,058 DEBUG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 113 >18:02:29,060 DEBUG blivet: EFIFS.supported: supported: True ; >18:02:29,061 DEBUG blivet: get_format('efi') returning EFIFS instance with object id 114 >18:02:29,063 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:29,063 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 115 >18:02:29,066 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:29,066 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 116 >18:02:29,067 INFO blivet: type detected on 'live-rw' is 'ext4' >18:02:29,132 WARN blivet: ext4 filesystem on /dev/mapper/live-rw needs repair >18:02:29,136 DEBUG blivet: Ext4FS.supported: supported: True ; >18:02:29,136 DEBUG blivet: get_format('ext4') returning Ext4FS instance with object id 117 >18:02:29,141 DEBUG blivet: DMDevice._set_format: live-rw ; type: ext4 ; current: None ; >18:02:29,141 INFO blivet: got format: existing ext4 filesystem >18:02:29,145 DEBUG blivet: DeviceTree.handle_device: name: live-base ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base ' > '/dev/disk/by-uuid/1e58d833-a4fb-46c1-85e5-70d7a86e94c3 ' > '/dev/mapper/live-base /dev/disk/by-label/Anaconda', > 'DEVNAME': '/dev/dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1482429732', > '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': '1e58d833-a4fb-46c1-85e5-70d7a86e94c3', > 'ID_FS_UUID_ENC': '1e58d833-a4fb-46c1-85e5-70d7a86e94c3', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '8081266'} ; >18:02:29,146 INFO blivet: scanning live-base (/sys/devices/virtual/block/dm-1)... >18:02:29,147 DEBUG blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; >18:02:29,149 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:29,151 DEBUG blivet: DMDevicePopulator.run: name: live-base ; >18:02:29,153 DEBUG blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >18:02:29,155 DEBUG blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop1 (90) with existing ext4 filesystem >18:02:29,157 DEBUG blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; >18:02:29,159 DEBUG blivet: DeviceTree.get_device_by_name returned None >18:02:29,160 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 120 >18:02:29,162 DEBUG blivet: LoopDevice.add_child: name: loop1 ; child: live-base ; kids: 1 ; >18:02:29,162 DEBUG blivet: get_format('None') returning DeviceFormat instance with object id 121 >18:02:29,164 DEBUG blivet: DMDevice._set_format: live-base ; type: None ; current: None ; >18:02:29,166 DEBUG blivet: DMDevice.update_sysfs_path: live-base ; status: True ; >18:02:29,167 DEBUG blivet: live-base sysfs_path set to /sys/devices/virtual/block/dm-1 >18:02:29,169 DEBUG blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-base ; sysfs_path: /sys/devices/virtual/block/dm-1 ; >18:02:29,169 DEBUG blivet: updated live-base size to 2 GiB (2 GiB) >18:02:29,170 INFO blivet: added dm live-base (id 119) to device tree >18:02:29,170 INFO blivet: got device: DMDevice instance (0x7fc9d11595f8) -- > name = live-base status = True id = 119 > children = [] > parents = ['existing 0 B loop loop1 (90) with existing ext4 filesystem'] > uuid = None size = 2 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-1 > target size = 2 GiB path = /dev/mapper/live-base > format args = [] original_format = None target = None dm_uuid = None >18:02:29,174 DEBUG blivet: DeviceTree.handle_format: name: live-base ; >18:02:29,177 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >18:02:29,177 DEBUG blivet: get_format('appleboot') returning AppleBootstrapFS instance with object id 123 >18:02:29,179 DEBUG blivet: EFIFS.supported: supported: True ; >18:02:29,179 DEBUG blivet: get_format('efi') returning EFIFS instance with object id 124 >18:02:29,182 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:29,182 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 125 >18:02:29,184 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:02:29,185 DEBUG blivet: get_format('macefi') returning MacEFIFS instance with object id 126 >18:02:29,185 INFO blivet: type detected on 'live-base' is 'ext4' >18:02:29,246 WARN blivet: ext4 filesystem on /dev/mapper/live-base needs repair >18:02:29,251 DEBUG blivet: Ext4FS.supported: supported: True ; >18:02:29,251 DEBUG blivet: get_format('ext4') returning Ext4FS instance with object id 127 >18:02:29,254 DEBUG blivet: DMDevice._set_format: live-base ; type: ext4 ; current: None ; >18:02:29,254 INFO blivet: got format: existing ext4 filesystem >18:02:29,259 DEBUG blivet: DeviceTree.handle_device: name: fedora-swap ; info: {'DEVLINKS': '/dev/disk/by-uuid/50a20d26-6ffb-4a5d-a198-6636e86a85e1 ' > '/dev/disk/by-id/dm-uuid-LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF ' > '/dev/mapper/fedora-swap /dev/fedora/swap ' > '/dev/disk/by-id/dm-name-fedora-swap', > 'DEVNAME': '/dev/dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_MULTIPATH_TIMESTAMP': '1482429732', > 'DM_NAME': 'fedora-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '50a20d26-6ffb-4a5d-a198-6636e86a85e1', > 'ID_FS_UUID_ENC': '50a20d26-6ffb-4a5d-a198-6636e86a85e1', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '13460427'} ; >18:02:29,259 INFO blivet: scanning fedora-swap (/sys/devices/virtual/block/dm-2)... >18:02:29,261 DEBUG blivet: DeviceTree.get_device_by_name: name: fedora-swap ; incomplete: False ; hidden: False ; >18:02:29,262 DEBUG blivet: DeviceTree.get_device_by_name returned existing 2 GiB lvmlv fedora-swap (45) with existing swap >18:02:29,266 DEBUG blivet: fedora size is 19 GiB >18:02:29,267 DEBUG blivet: vg fedora has 2 GiB free >18:02:29,268 DEBUG blivet: fedora size is 19 GiB >18:02:29,269 DEBUG blivet: vg fedora has 2 GiB free >18:02:29,263 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7fc9d1239668) -- > name = fedora-swap status = True id = 45 > children = [] > parents = ['existing 19 GiB lvmvg fedora (41)'] > uuid = SABVsy-pzos-2V0e-EnOo-P6WA-dBYX-pTJkYF size = 2 GiB > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-2 > target size = 2 GiB path = /dev/mapper/fedora-swap > format args = [] original_format = swap target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fc9d122b0b8) -- > name = fedora status = True id = 41 > children = ['existing 2 GiB lvmlv fedora-swap (45) with existing swap', > 'existing 15 GiB lvmlv fedora-root (58) with existing xfs filesystem'] > parents = ['existing 19 GiB partition vda2 (32) with existing lvmpv'] > uuid = 4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9 size = 19 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 19 GiB path = /dev/fedora > format args = [] original_format = None free = 2 GiB PE Size = 4 MiB PE Count = 4863 > PE Free = 511 PV Count = 1 > modified = False extents = 4863 free space = 2 GiB > free extents = 511 reserved percent = 0 reserved space = 0 B > PVs = ['existing 19 GiB partition vda2 (32) with existing lvmpv'] > LVs = ['existing 2 GiB lvmlv fedora-swap (45) with existing swap', > 'existing 15 GiB lvmlv fedora-root (58) with existing xfs filesystem'] > segment type = linear percent = 0 > VG space used = 2 GiB >18:02:29,273 DEBUG blivet: fedora size is 19 GiB >18:02:29,274 DEBUG blivet: vg fedora has 2 GiB free >18:02:29,275 DEBUG blivet: fedora size is 19 GiB >18:02:29,276 DEBUG blivet: vg fedora has 2 GiB free >18:02:29,279 DEBUG blivet: DeviceTree.handle_format: name: fedora-swap ; >18:02:29,280 DEBUG blivet: no type or existing type for fedora-swap, bailing >18:02:29,282 DEBUG blivet: DeviceTree.handle_device: name: fedora-root ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 ' > '/dev/fedora/root /dev/disk/by-id/dm-name-fedora-root ' > '/dev/mapper/fedora-root ' > '/dev/disk/by-uuid/6caf5cdb-623b-4e87-8b76-0efc05d8c91e', > 'DEVNAME': '/dev/dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'root', > 'DM_MULTIPATH_TIMESTAMP': '1482429732', > 'DM_NAME': 'fedora-root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '6caf5cdb-623b-4e87-8b76-0efc05d8c91e', > 'ID_FS_UUID_ENC': '6caf5cdb-623b-4e87-8b76-0efc05d8c91e', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '13574841'} ; >18:02:29,282 INFO blivet: scanning fedora-root (/sys/devices/virtual/block/dm-3)... >18:02:29,283 DEBUG blivet: DeviceTree.get_device_by_name: name: fedora-root ; incomplete: False ; hidden: False ; >18:02:29,285 DEBUG blivet: DeviceTree.get_device_by_name returned existing 15 GiB lvmlv fedora-root (58) with existing xfs filesystem >18:02:29,288 DEBUG blivet: fedora size is 19 GiB >18:02:29,290 DEBUG blivet: vg fedora has 2 GiB free >18:02:29,290 DEBUG blivet: fedora size is 19 GiB >18:02:29,292 DEBUG blivet: vg fedora has 2 GiB free >18:02:29,286 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7fc9d1241fd0) -- > name = fedora-root status = True id = 58 > children = [] > parents = ['existing 19 GiB lvmvg fedora (41)'] > uuid = ZeA7r1-7PG9-ykWW-3uME-VNSh-bJoq-MGqgJ0 size = 15 GiB > format = existing xfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /sys/devices/virtual/block/dm-3 > target size = 15 GiB path = /dev/mapper/fedora-root > format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fc9d122b0b8) -- > name = fedora status = True id = 41 > children = ['existing 2 GiB lvmlv fedora-swap (45) with existing swap', > 'existing 15 GiB lvmlv fedora-root (58) with existing xfs filesystem'] > parents = ['existing 19 GiB partition vda2 (32) with existing lvmpv'] > uuid = 4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9 size = 19 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 19 GiB path = /dev/fedora > format args = [] original_format = None free = 2 GiB PE Size = 4 MiB PE Count = 4863 > PE Free = 511 PV Count = 1 > modified = False extents = 4863 free space = 2 GiB > free extents = 511 reserved percent = 0 reserved space = 0 B > PVs = ['existing 19 GiB partition vda2 (32) with existing lvmpv'] > LVs = ['existing 2 GiB lvmlv fedora-swap (45) with existing swap', > 'existing 15 GiB lvmlv fedora-root (58) with existing xfs filesystem'] > segment type = linear percent = 0 > VG space used = 15 GiB >18:02:29,295 DEBUG blivet: fedora size is 19 GiB >18:02:29,297 DEBUG blivet: vg fedora has 2 GiB free >18:02:29,297 DEBUG blivet: fedora size is 19 GiB >18:02:29,299 DEBUG blivet: vg fedora has 2 GiB free >18:02:29,301 DEBUG blivet: DeviceTree.handle_format: name: fedora-root ; >18:02:29,302 DEBUG blivet: no type or existing type for fedora-root, bailing >18:02:29,326 INFO blivet: edd: collected mbr signatures: {'vda': '0x4d329aa2'} >18:02:29,328 DEBUG blivet: edd: found device 0x80 at /sys/firmware/edd/int13_dev80/ >18:02:29,330 DEBUG blivet: edd: data extracted from 0x80:<EddEntry path: /sys/firmware/edd/int13_dev80/ version: 0x30 mbr_signature: 0x4d329aa2 sectors: 41943040 SCSI sysfs pci path: ../devices/pci0000:00/0000:00:0a.0/virtio4/block/vda host_bus: PCI pci_dev: 00:0a.0 channel: 0 interface: "SCSI id: 0 lun: 0" scsi_id: 0, scsi_lun: 0> >18:02:29,331 INFO blivet: edd: matched 0x80 to vda using PCI dev >18:02:29,333 DEBUG blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; >18:02:29,414 DEBUG blivet: Ext4FS.setup: device: /dev/vda1 ; type: ext4 ; status: False ; >18:02:29,483 DEBUG blivet: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >18:02:29,511 DEBUG blivet: Ext4FS.teardown: device: /dev/vda1 ; type: ext4 ; status: False ; >18:02:29,574 DEBUG blivet: Ext4FS.teardown: device: /dev/vda1 ; type: ext4 ; status: False ; >18:02:29,614 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-root ; orig: False ; status: True ; controllable: True ; >18:02:29,643 DEBUG blivet: XFS.setup: device: /dev/mapper/fedora-root ; type: xfs ; status: False ; >18:02:30,870 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >18:02:30,873 INFO blivet: IGNORED: Caught exception, continuing. >18:02:30,873 INFO blivet: IGNORED: Problem description: error parsing blkid.tab >18:02:30,874 INFO blivet: IGNORED: Begin exception details. >18:02:30,874 INFO blivet: IGNORED: Traceback (most recent call last): >18:02:30,875 INFO blivet: IGNORED: File "/usr/lib/python3.6/site-packages/blivet/osinstall.py", line 161, in parse_fstab >18:02:30,875 INFO blivet: IGNORED: blkid_tab.parse() >18:02:30,876 INFO blivet: IGNORED: File "/usr/lib/python3.6/site-packages/blivet/osinstall.py", line 954, in parse >18:02:30,876 INFO blivet: IGNORED: with open(path) as f: >18:02:30,877 INFO blivet: IGNORED: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >18:02:30,877 INFO blivet: IGNORED: End exception details. >18:02:30,878 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >18:02:30,879 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >18:02:30,880 DEBUG blivet: IGNORED: Caught exception, continuing. >18:02:30,881 DEBUG blivet: IGNORED: Problem description: failed to parse blkid.tab >18:02:30,881 DEBUG blivet: IGNORED: Begin exception details. >18:02:30,882 DEBUG blivet: IGNORED: Traceback (most recent call last): >18:02:30,883 DEBUG blivet: IGNORED: File "/usr/lib/python3.6/site-packages/blivet/osinstall.py", line 1004, in parse >18:02:30,883 DEBUG blivet: IGNORED: self.blkid_tab.parse() >18:02:30,884 DEBUG blivet: IGNORED: File "/usr/lib/python3.6/site-packages/blivet/osinstall.py", line 954, in parse >18:02:30,884 DEBUG blivet: IGNORED: with open(path) as f: >18:02:30,884 DEBUG blivet: IGNORED: FileNotFoundError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >18:02:30,884 DEBUG blivet: IGNORED: End exception details. >18:02:30,885 DEBUG blivet: crypttab maps: [] >18:02:30,885 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >18:02:30,890 DEBUG blivet: DeviceTree.get_device_by_path: path: /dev/mapper/fedora-root ; incomplete: False ; hidden: False ; >18:02:30,892 DEBUG blivet: DeviceTree.get_device_by_path returned existing 15 GiB lvmlv fedora-root (58) with existing xfs filesystem >18:02:30,893 DEBUG blivet: resolved '/dev/mapper/fedora-root' to 'fedora-root' (lvmlv) >18:02:30,894 DEBUG blivet: resolved 'UUID=f7b3dd06-e8b7-4e82-ad0e-96efe7f36154' to 'vda1' (partition) >18:02:30,896 DEBUG blivet: DeviceTree.get_device_by_path: path: /dev/mapper/fedora-swap ; incomplete: False ; hidden: False ; >18:02:30,898 DEBUG blivet: DeviceTree.get_device_by_path returned existing 2 GiB lvmlv fedora-swap (45) with existing swap >18:02:30,899 DEBUG blivet: resolved '/dev/mapper/fedora-swap' to 'fedora-swap' (lvmlv) >18:02:30,931 DEBUG blivet: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >18:02:30,963 DEBUG blivet: Ext4FS.teardown: device: /dev/vda1 ; type: ext4 ; status: False ; >18:02:31,017 DEBUG blivet: Ext4FS.teardown: device: /dev/vda1 ; type: ext4 ; status: False ; >18:02:31,062 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >18:02:31,065 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; >18:02:31,067 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; >18:02:31,087 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-swap ; status: True ; controllable: True ; >18:02:31,089 DEBUG blivet: SwapSpace.teardown: device: /dev/mapper/fedora-swap ; type: swap ; status: False ; >18:02:31,090 DEBUG blivet: SwapSpace.teardown: device: /dev/mapper/fedora-swap ; type: swap ; status: False ; >18:02:31,114 DEBUG blivet: LVMLogicalVolumeDevice._teardown: fedora-swap ; status: True ; controllable: True ; >18:02:31,210 DEBUG blivet: LVMVolumeGroupDevice.teardown: fedora ; status: True ; controllable: True ; >18:02:31,213 DEBUG blivet: DeviceFormat.teardown: device: /dev/fedora ; type: None ; status: False ; >18:02:31,215 DEBUG blivet: DeviceFormat.teardown: device: /dev/fedora ; type: None ; status: False ; >18:02:31,236 DEBUG blivet: LVMVolumeGroupDevice._teardown: fedora ; status: True ; controllable: True ; >18:02:31,318 DEBUG blivet: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >18:02:31,323 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/vda2 ; type: lvmpv ; status: False ; >18:02:31,326 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/vda2 ; type: lvmpv ; status: False ; >18:02:31,366 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >18:02:31,369 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; >18:02:31,372 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; >18:02:31,389 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-root ; status: False ; controllable: True ; >18:02:31,391 DEBUG blivet: LVMVolumeGroupDevice.teardown: fedora ; status: True ; controllable: True ; >18:02:31,393 DEBUG blivet: DeviceFormat.teardown: device: /dev/fedora ; type: None ; status: False ; >18:02:31,395 DEBUG blivet: DeviceFormat.teardown: device: /dev/fedora ; type: None ; status: False ; >18:02:31,414 DEBUG blivet: LVMVolumeGroupDevice._teardown: fedora ; status: True ; controllable: True ; >18:02:31,464 DEBUG blivet: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >18:02:31,468 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/vda2 ; type: lvmpv ; status: False ; >18:02:31,472 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/vda2 ; type: lvmpv ; status: False ; >18:02:31,510 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >18:02:31,513 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; >18:02:31,516 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; type: disklabel ; status: False ; >18:02:31,544 DEBUG blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >18:02:31,546 DEBUG blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; >18:02:31,555 DEBUG blivet: fedora size is 19 GiB >18:02:31,556 DEBUG blivet: vg fedora has 2 GiB free >18:02:31,557 DEBUG blivet: fedora size is 19 GiB >18:02:31,559 DEBUG blivet: vg fedora has 2 GiB free >18:02:31,561 DEBUG blivet: XFS.supported: supported: True ; >18:02:31,563 DEBUG blivet: Ext4FS.supported: supported: True ; >18:02:31,565 DEBUG blivet: Ext4FS.supported: supported: True ; >18:02:31,567 DEBUG blivet: Ext4FS.supported: supported: True ; >18:02:31,569 DEBUG blivet: Iso9660FS.supported: supported: True ; >18:02:31,572 DEBUG blivet: Ext4FS.supported: supported: True ; >18:02:31,578 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >18:02:31,585 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >18:02:31,620 DEBUG blivet: DeviceTree.handle_format: name: sr0 ; >18:02:31,626 DEBUG blivet: OpticalDevice.media_present: sr0 ; status: True ; >18:02:31,628 DEBUG blivet: no type or existing type for sr0, bailing >18:02:31,652 DEBUG blivet: Iso9660FS.setup: device: /dev/sr0 ; type: iso9660 ; status: True ; >18:02:31,787 DEBUG blivet: Iso9660FS.teardown: device: /dev/sr0 ; type: iso9660 ; status: True ; >18:02:32,051 DEBUG blivet: DeviceTree.get_device_by_path: path: /dev/sr0 ; incomplete: False ; hidden: False ; >18:02:32,053 DEBUG blivet: DeviceTree.get_device_by_path returned existing 454 MiB cdrom sr0 (2) with existing iso9660 filesystem >18:03:07,202 DEBUG blivet: DeviceTree.handle_format: name: sr0 ; >18:03:07,204 DEBUG blivet: OpticalDevice.media_present: sr0 ; status: True ; >18:03:07,206 DEBUG blivet: no type or existing type for sr0, bailing >18:03:07,280 DEBUG blivet: Iso9660FS.setup: device: /dev/sr0 ; type: iso9660 ; status: True ; >18:03:07,418 DEBUG blivet: Iso9660FS.teardown: device: /dev/sr0 ; type: iso9660 ; status: True ; >18:03:08,319 DEBUG blivet: DiskLabel.__init__: >18:03:08,323 INFO blivet: DiskLabel.parted_device returning None >18:03:08,325 DEBUG blivet: DMRaidMember.__init__: >18:03:08,327 DEBUG blivet: Ext2FS.supported: supported: True ; >18:03:08,328 DEBUG blivet: Ext2FS.supported: supported: True ; >18:03:08,334 DEBUG blivet: Ext3FS.supported: supported: True ; >18:03:08,335 DEBUG blivet: Ext3FS.supported: supported: True ; >18:03:08,337 DEBUG blivet: Ext4FS.supported: supported: True ; >18:03:08,338 DEBUG blivet: Ext4FS.supported: supported: True ; >18:03:08,343 DEBUG blivet: FATFS.supported: supported: True ; >18:03:08,439 DEBUG blivet: FATFS.supported: supported: True ; >18:03:08,440 DEBUG blivet: EFIFS.supported: supported: True ; >18:03:08,443 DEBUG blivet: EFIFS.supported: supported: True ; >18:03:08,448 DEBUG blivet: BTRFS.supported: supported: True ; >18:03:08,649 DEBUG blivet: XFS.supported: supported: True ; >18:03:08,650 DEBUG blivet: XFS.supported: supported: True ; >18:03:08,651 DEBUG blivet: HFS.supported: supported: False ; >18:03:08,655 DEBUG blivet: HFS.supported: supported: False ; >18:03:08,661 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >18:03:08,663 DEBUG blivet: AppleBootstrapFS.supported: supported: True ; >18:03:08,667 DEBUG blivet: HFSPlus.supported: supported: False ; >18:03:08,671 DEBUG blivet: HFSPlus.supported: supported: False ; >18:03:08,674 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:03:08,679 DEBUG blivet: MacEFIFS.supported: supported: True ; >18:03:08,683 DEBUG blivet: NTFS.supported: supported: False ; >18:03:08,688 DEBUG blivet: NTFS.supported: supported: False ; >18:03:08,691 DEBUG blivet: NFS.supported: supported: False ; >18:03:08,695 DEBUG blivet: NFS.supported: supported: False ; >18:03:08,699 DEBUG blivet: NFSv4.supported: supported: False ; >18:03:08,703 DEBUG blivet: NFSv4.supported: supported: False ; >18:03:08,706 DEBUG blivet: Iso9660FS.supported: supported: True ; >18:03:08,710 DEBUG blivet: Iso9660FS.supported: supported: True ; >18:03:08,713 DEBUG blivet: NoDevFS.supported: supported: False ; >18:03:08,717 DEBUG blivet: NoDevFS.supported: supported: False ; >18:03:08,720 DEBUG blivet: DevPtsFS.supported: supported: False ; >18:03:08,728 DEBUG blivet: DevPtsFS.supported: supported: False ; >18:03:08,729 DEBUG blivet: ProcFS.supported: supported: False ; >18:03:08,730 DEBUG blivet: ProcFS.supported: supported: False ; >18:03:08,732 DEBUG blivet: SysFS.supported: supported: False ; >18:03:08,733 DEBUG blivet: SysFS.supported: supported: False ; >18:03:08,735 DEBUG blivet: TmpFS.supported: supported: True ; >18:03:08,760 DEBUG blivet: BindFS.supported: supported: False ; >18:03:08,763 DEBUG blivet: BindFS.supported: supported: False ; >18:03:08,766 DEBUG blivet: SELinuxFS.supported: supported: False ; >18:03:08,767 DEBUG blivet: SELinuxFS.supported: supported: False ; >18:03:08,770 DEBUG blivet: USBFS.supported: supported: False ; >18:03:08,773 DEBUG blivet: USBFS.supported: supported: False ; >18:03:08,775 DEBUG blivet: EFIVarFS.supported: supported: False ; >18:03:08,777 DEBUG blivet: EFIVarFS.supported: supported: False ; >18:03:08,781 DEBUG blivet: LUKS.__init__: >18:03:08,782 DEBUG blivet: LVMPhysicalVolume.__init__: >18:03:08,783 DEBUG blivet: MDRaidMember.__init__: >18:03:08,787 DEBUG blivet: MultipathMember.__init__: >18:03:08,788 DEBUG blivet: SwapSpace.__init__: >10:03:21,556 DEBUG blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: True ; >10:03:21,559 DEBUG blivet: DeviceTree.get_device_by_name returned existing 20 GiB disk vda (12) with existing msdos disklabel >10:03:22,825 DEBUG blivet: starting Blivet copy > > >/tmp/ifcfg.log: >18:02:22,608 DEBUG ifcfg: content of files (network initialization): >18:02:22,618 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'auto-negotiate': False, 'mac-address': [82, 84, 0, 217, 211, 101], 'mac-address-blacklist': [], 's390-options': {}}, 'connection': {'id': 'Wired connection 1', 'uuid': '3e5eada4-f969-321f-b6c9-dc5441629d36', 'type': '802-3-ethernet', 'permissions': [], 'autoconnect-priority': -999, 'timestamp': 1482429741, 'secondaries': []}, 'ipv6': {'method': 'auto', 'dns': [], 'dns-search': [], 'addresses': [], 'routes': [], 'address-data': [], 'route-data': []}, 'ipv4': {'method': 'auto', 'dns': [], 'dns-search': [], 'addresses': [], 'routes': [], 'address-data': [], 'route-data': []}, 'proxy': {}}] >18:02:22,790 DEBUG ifcfg: content of files (missing ifcfgs created for devices ['ens3']): >18:02:22,790 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-ens3: >18:02:22,791 DEBUG ifcfg: HWADDR=52:54:00:D9:D3:65 >18:02:22,792 DEBUG ifcfg: TYPE=Ethernet >18:02:22,792 DEBUG ifcfg: PROXY_METHOD=none >18:02:22,792 DEBUG ifcfg: BROWSER_ONLY=no >18:02:22,792 DEBUG ifcfg: BOOTPROTO=dhcp >18:02:22,793 DEBUG ifcfg: DEFROUTE=yes >18:02:22,793 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >18:02:22,793 DEBUG ifcfg: IPV6INIT=yes >18:02:22,793 DEBUG ifcfg: IPV6_AUTOCONF=yes >18:02:22,793 DEBUG ifcfg: IPV6_DEFROUTE=yes >18:02:22,793 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >18:02:22,795 DEBUG ifcfg: IPV6_ADDR_GEN_MODE=stable-privacy >18:02:22,795 DEBUG ifcfg: NAME=ens3 >18:02:22,795 DEBUG ifcfg: UUID=3e5eada4-f969-321f-b6c9-dc5441629d36 >18:02:22,795 DEBUG ifcfg: ONBOOT=yes >18:02:22,795 DEBUG ifcfg: AUTOCONNECT_PRIORITY=-999 >18:02:22,804 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'auto-negotiate': False, 'mac-address': [82, 84, 0, 217, 211, 101], 'mac-address-blacklist': [], 's390-options': {}}, 'connection': {'id': 'ens3', 'uuid': '3e5eada4-f969-321f-b6c9-dc5441629d36', 'type': '802-3-ethernet', 'permissions': [], 'autoconnect-priority': -999, 'timestamp': 1482429741, 'secondaries': []}, 'ipv6': {'method': 'auto', 'dns': [], 'dns-search': [], 'addresses': [], 'routes': [], 'address-data': [], 'route-data': []}, 'proxy': {}, 'ipv4': {'method': 'auto', 'dns': [], 'dns-search': [], 'addresses': [], 'routes': [], 'address-data': [], 'route-data': []}}] >18:03:08,505 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-ens3 >18:03:08,508 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-ens3 > > >/tmp/dnf.librepo.log: >18:02:25 Librepo version: 1.7.20 with CURL_GLOBAL_ACK_EINTR support (libcurl/7.51.0 NSS/3.27 zlib/1.2.8 libidn2/0.11 libpsl/0.15.0 (+libidn2/0.10) libssh2/1.8.0 nghttp2/1.17.0) >18:02:25 Current date: 2016-12-22T18:02:25+0000 >18:02:32 lr_download: Target: file:///etc/dnf/dnf.conf (-) >18:02:32 select_next_target: Selecting mirror for: file:///etc/dnf/dnf.conf >18:02:32 prepare_next_transfer: URL: file:///etc/dnf/dnf.conf >18:02:32 add_librepo_xattr: Cannot set xattr user.Librepo.DownloadInProgress (fd: 33): Operation not supported >18:02:32 lr_download: Downloading started >18:02:32 check_transfer_statuses: Transfer finished: file:///etc/dnf/dnf.conf (Effective url: file:///etc/dnf/dnf.conf) >18:02:32 lr_download: Target: file:///etc/anaconda.repos.d/fedora-cisco-openh264.repo (-) >18:02:32 select_next_target: Selecting mirror for: file:///etc/anaconda.repos.d/fedora-cisco-openh264.repo >18:02:32 prepare_next_transfer: URL: file:///etc/anaconda.repos.d/fedora-cisco-openh264.repo >18:02:32 add_librepo_xattr: Cannot set xattr user.Librepo.DownloadInProgress (fd: 33): Operation not supported >18:02:32 lr_download: Downloading started >18:02:32 check_transfer_statuses: Transfer finished: file:///etc/anaconda.repos.d/fedora-cisco-openh264.repo (Effective url: file:///etc/anaconda.repos.d/fedora-cisco-openh264.repo) >18:02:32 lr_download: Target: file:///etc/anaconda.repos.d/fedora-rawhide.repo (-) >18:02:32 select_next_target: Selecting mirror for: file:///etc/anaconda.repos.d/fedora-rawhide.repo >18:02:32 prepare_next_transfer: URL: file:///etc/anaconda.repos.d/fedora-rawhide.repo >18:02:32 add_librepo_xattr: Cannot set xattr user.Librepo.DownloadInProgress (fd: 33): Operation not supported >18:02:32 lr_download: Downloading started >18:02:32 check_transfer_statuses: Transfer finished: file:///etc/anaconda.repos.d/fedora-rawhide.repo (Effective url: file:///etc/anaconda.repos.d/fedora-rawhide.repo) >18:02:32 lr_download: Target: file:///etc/anaconda.repos.d/fedora-updates-testing.repo (-) >18:02:32 select_next_target: Selecting mirror for: file:///etc/anaconda.repos.d/fedora-updates-testing.repo >18:02:32 prepare_next_transfer: URL: file:///etc/anaconda.repos.d/fedora-updates-testing.repo >18:02:32 add_librepo_xattr: Cannot set xattr user.Librepo.DownloadInProgress (fd: 33): Operation not supported >18:02:32 lr_download: Downloading started >18:02:32 check_transfer_statuses: Transfer finished: file:///etc/anaconda.repos.d/fedora-updates-testing.repo (Effective url: file:///etc/anaconda.repos.d/fedora-updates-testing.repo) >18:02:32 lr_download: Target: file:///etc/anaconda.repos.d/fedora-updates.repo (-) >18:02:32 select_next_target: Selecting mirror for: file:///etc/anaconda.repos.d/fedora-updates.repo >18:02:32 prepare_next_transfer: URL: file:///etc/anaconda.repos.d/fedora-updates.repo >18:02:32 add_librepo_xattr: Cannot set xattr user.Librepo.DownloadInProgress (fd: 33): Operation not supported >18:02:32 lr_download: Downloading started >18:02:32 check_transfer_statuses: Transfer finished: file:///etc/anaconda.repos.d/fedora-updates.repo (Effective url: file:///etc/anaconda.repos.d/fedora-updates.repo) >18:02:32 lr_download: Target: file:///etc/anaconda.repos.d/fedora.repo (-) >18:02:32 select_next_target: Selecting mirror for: file:///etc/anaconda.repos.d/fedora.repo >18:02:32 prepare_next_transfer: URL: file:///etc/anaconda.repos.d/fedora.repo >18:02:32 add_librepo_xattr: Cannot set xattr user.Librepo.DownloadInProgress (fd: 33): Operation not supported >18:02:32 lr_download: Downloading started >18:02:32 check_transfer_statuses: Transfer finished: file:///etc/anaconda.repos.d/fedora.repo (Effective url: file:///etc/anaconda.repos.d/fedora.repo) >18:02:32 lr_handle_perform: Using dir: /tmp/dnf.cache/anaconda-7f22301011975b35 >18:02:32 lr_handle_perform: Using own SIGINT handler >18:02:32 lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist >18:02:32 lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist >18:02:32 lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS >18:02:32 lr_handle_perform: Downloading/Locating yum repo >18:02:32 lr_yum_use_local: Locating repo.. >18:02:32 lr_yum_use_local_load_base: open(/tmp/dnf.cache/anaconda-7f22301011975b35/repodata/repomd.xml): No such file or directory >18:02:32 lr_handle_perform: Restoring an old SIGINT handler >18:02:32 lr_handle_perform: Using dir: /tmp/dnf-j4sp7zyn >18:02:32 lr_handle_perform: Using own SIGINT handler >18:02:32 lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist >18:02:32 lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist >18:02:32 lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS >18:02:32 lr_handle_perform: Downloading/Locating yum repo >18:02:32 lr_yum_download_remote: Downloading/Copying repo.. >18:02:32 lr_yum_download_repomd: Downloading repomd.xml via mirrorlist >18:02:32 lr_download: Target: repodata/repomd.xml (-) >18:02:32 lr_prepare_lrmirrors: Preparing internal mirror list for handle id: 0x55dd92808110 >18:02:32 lr_prepare_lrmirrors: Mirror: file:///run/install/repo >18:02:32 select_next_target: Selecting mirror for: repodata/repomd.xml >18:02:32 prepare_next_transfer: URL: file:///run/install/repo/repodata/repomd.xml >18:02:32 add_librepo_xattr: Cannot set xattr user.Librepo.DownloadInProgress (fd: 33): Operation not supported >18:02:32 lr_download: Downloading started >18:02:33 check_transfer_statuses: Transfer finished: repodata/repomd.xml (Effective url: file:///run/install/repo/repodata/repomd.xml) >18:02:33 check_transfer_statuses: Error during transfer: Curl error (37): Couldn't read a file:// file for file:///run/install/repo/repodata/repomd.xml [Couldn't open file /run/install/repo/repodata/repomd.xml] >18:02:33 check_transfer_statuses: Ignore error - Try another mirror >18:02:33 select_next_target: Selecting mirror for: repodata/repomd.xml >18:02:33 select_suitable_mirror: All mirrors were tried without success >18:02:33 lr_download: Error while downloading: Cannot download repodata/repomd.xml: All mirrors were tried >18:02:33 lr_yum_download_repomd: repomd.xml download was unsuccessful >18:02:33 lr_handle_perform: Restoring an old SIGINT handler >18:02:33 lr_handle_perform: Using dir: /tmp/dnf.cache/rawhide-2d95c80a1fa0a67d >18:02:33 lr_handle_perform: Using own SIGINT handler >18:02:33 lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist >18:02:33 lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist >18:02:33 lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS >18:02:33 lr_handle_perform: Downloading/Locating yum repo >18:02:33 lr_yum_use_local: Locating repo.. >18:02:33 lr_yum_use_local_load_base: open(/tmp/dnf.cache/rawhide-2d95c80a1fa0a67d/repodata/repomd.xml): No such file or directory >18:02:33 lr_handle_perform: Restoring an old SIGINT handler >18:02:33 lr_handle_setopt: WARNING! Deprecated LRO_MIRRORLIST used >18:02:33 lr_handle_perform: Using dir: /tmp/dnf-_a317gc7 >18:02:33 lr_handle_perform: Using own SIGINT handler >18:02:33 lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist >18:02:33 lr_download: Target: https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=x86_64 (-) >18:02:33 select_next_target: Selecting mirror for: https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=x86_64 >18:02:33 prepare_next_transfer: URL: https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=x86_64 >18:02:33 add_librepo_xattr: Cannot set xattr user.Librepo.DownloadInProgress (fd: 33): Operation not supported >18:02:33 lr_download: Downloading started >18:02:33 check_transfer_statuses: Transfer finished: https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=x86_64 (Effective url: https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=x86_64) >18:02:33 lr_handle_prepare_metalink: Parsing metalink.xml >18:02:33 lr_handle_prepare_metalink: Mirrors from metalink: >18:02:33 http://mirror.happyassassin.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://muug.ca/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 https://muug.ca/mirror/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://muug.ca/mirror/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://fedora.mirror.gtcomm.net/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://fedora.bhs.mirrors.ovh.net/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://fedora.bhs.mirrors.ovh.net/download.fedora.redhat.com/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 https://mirror.csclub.uwaterloo.ca/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://mirror.csclub.uwaterloo.ca/fedora-enchilada/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://mirror.csclub.uwaterloo.ca/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://mirror.web-ster.com/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://mirror.web-ster.com/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 https://mirror.chpc.utah.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://mirror.chpc.utah.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://mirror.chpc.utah.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 https://mirrors.kernel.org/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://mirrors.kernel.org/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://mirrors.kernel.org/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://mirror.cc.vt.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://mirror.math.princeton.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://mirror.math.princeton.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://mirror.cs.princeton.edu/pub/mirrors/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://mirror.cs.princeton.edu/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://mirror.sjc02.svwh.net/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://mirror.sjc02.svwh.net/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://mirror.cs.pitt.edu/fedora-enchilada/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://mirror.cs.pitt.edu/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://mirrors.mit.edu/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://mirrors.mit.edu/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://linux.mirrors.es.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://linux.mirrors.es.net/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 https://mirror.steadfast.net/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://mirror.steadfast.net/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://mirror.steadfast.net/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://mirror.redsox.cc/fedora-linux/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 https://mirror.redsox.cc/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://mirror.redsox.cc/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://ftp.linux.ncsu.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://ftp.linux.ncsu.edu/ftp/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://fedora.mirrors.pair.com/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://fedora.mirror.lstn.net/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://mirror.lstn.net/fedora-enchilada/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://pubmirror1.math.uh.edu/fedora-linux-releases/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 https://pubmirror1.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://pubmirror1.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://mirror.nexcess.net/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://mirror.metrocast.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://mirror.cogentco.com/fedora-enchilada/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://mirror.cogentco.com/pub/linux/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 https://pubmirror2.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://pubmirror2.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 rsync://pubmirror2.math.uh.edu/fedora-linux-releases/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 lr_handle_prepare_metalink: Metalink parsed >18:02:33 lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist >18:02:33 lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS >18:02:33 lr_handle_perform: Downloading/Locating yum repo >18:02:33 lr_yum_download_remote: Downloading/Copying repo.. >18:02:33 lr_yum_download_repomd: Downloading repomd.xml via mirrorlist >18:02:33 lr_yum_download_repomd: Expected checksum for repomd.xml: (sha512) a29a5beb8cfa3d3df2bc221247fd56b02d68c1546cf4ae4226d04422cc09372f2545e2db1327535730c097735b84f1bc5e20e25f93afda5c22e7e70a621c389e >18:02:33 lr_yum_download_repomd: Expected alternate checksum for repomd.xml: (sha512) 720355b2fc04548c0f763c6345ec2a9a4a8e2bfa1073f9d200362d0ff8ecb65b487efde04c053444bb79ae3347743a983d90aa3de10f72a5efa97d7d27b7a05b >18:02:33 lr_download: Target: repodata/repomd.xml (-) >18:02:33 lr_prepare_lrmirrors: Preparing internal mirror list for handle id: 0x55dd92737e20 >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.happyassassin.net/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://muug.ca/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://muug.ca/mirror/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://muug.ca/mirror/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://fedora.mirror.gtcomm.net/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://fedora.bhs.mirrors.ovh.net/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://fedora.bhs.mirrors.ovh.net/download.fedora.redhat.com/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://mirror.csclub.uwaterloo.ca/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.csclub.uwaterloo.ca/fedora-enchilada/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.csclub.uwaterloo.ca/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.web-ster.com/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.web-ster.com/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://mirror.chpc.utah.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.chpc.utah.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.chpc.utah.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://mirrors.kernel.org/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirrors.kernel.org/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirrors.kernel.org/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.cc.vt.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.math.princeton.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.math.princeton.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.cs.princeton.edu/pub/mirrors/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.cs.princeton.edu/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.sjc02.svwh.net/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.sjc02.svwh.net/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.cs.pitt.edu/fedora-enchilada/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.cs.pitt.edu/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirrors.mit.edu/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirrors.mit.edu/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://linux.mirrors.es.net/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://linux.mirrors.es.net/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://mirror.steadfast.net/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.steadfast.net/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.steadfast.net/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.redsox.cc/fedora-linux/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://mirror.redsox.cc/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.redsox.cc/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://ftp.linux.ncsu.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://ftp.linux.ncsu.edu/ftp/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://fedora.mirrors.pair.com/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://fedora.mirror.lstn.net/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.lstn.net/fedora-enchilada/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://pubmirror1.math.uh.edu/fedora-linux-releases/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://pubmirror1.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://pubmirror1.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.nexcess.net/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.metrocast.net/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.cogentco.com/fedora-enchilada/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.cogentco.com/pub/linux/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://pubmirror2.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://pubmirror2.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://pubmirror2.math.uh.edu/fedora-linux-releases/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 select_next_target: Selecting mirror for: repodata/repomd.xml >18:02:33 prepare_next_transfer: URL: http://mirror.happyassassin.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:33 add_librepo_xattr: Cannot set xattr user.Librepo.DownloadInProgress (fd: 34): Operation not supported >18:02:33 lr_download: Downloading started >18:02:33 check_transfer_statuses: Transfer finished: repodata/repomd.xml (Effective url: http://mirror.happyassassin.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml) >18:02:33 check_finished_trasfer_checksum: Checksum (sha512) a29a5beb8cfa3d3df2bc221247fd56b02d68c1546cf4ae4226d04422cc09372f2545e2db1327535730c097735b84f1bc5e20e25f93afda5c22e7e70a621c389e is OK >18:02:33 lr_yum_download_remote: Parsing repomd.xml >18:02:33 1482316798: Repomd revision: lr_yum_download_remote >18:02:33 lr_download: Target: repodata/bba32d404a52476bcefda08b978b5b8ea7109872458fbae7ff6bd4a7c83e2393-primary.xml.gz (-) >18:02:33 lr_prepare_lrmirrors: Preparing internal mirror list for handle id: 0x55dd92737e20 >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.happyassassin.net/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://muug.ca/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://muug.ca/mirror/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://muug.ca/mirror/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://fedora.mirror.gtcomm.net/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://fedora.bhs.mirrors.ovh.net/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://fedora.bhs.mirrors.ovh.net/download.fedora.redhat.com/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://mirror.csclub.uwaterloo.ca/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.csclub.uwaterloo.ca/fedora-enchilada/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.csclub.uwaterloo.ca/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.web-ster.com/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.web-ster.com/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://mirror.chpc.utah.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.chpc.utah.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.chpc.utah.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://mirrors.kernel.org/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirrors.kernel.org/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirrors.kernel.org/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.cc.vt.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.math.princeton.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.math.princeton.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.cs.princeton.edu/pub/mirrors/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.cs.princeton.edu/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.sjc02.svwh.net/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.sjc02.svwh.net/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.cs.pitt.edu/fedora-enchilada/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.cs.pitt.edu/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirrors.mit.edu/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirrors.mit.edu/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://linux.mirrors.es.net/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://linux.mirrors.es.net/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://mirror.steadfast.net/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.steadfast.net/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.steadfast.net/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.redsox.cc/fedora-linux/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://mirror.redsox.cc/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.redsox.cc/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://ftp.linux.ncsu.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://ftp.linux.ncsu.edu/ftp/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://fedora.mirrors.pair.com/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://fedora.mirror.lstn.net/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.lstn.net/fedora-enchilada/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://pubmirror1.math.uh.edu/fedora-linux-releases/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://pubmirror1.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://pubmirror1.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.nexcess.net/fedora/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.metrocast.net/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://mirror.cogentco.com/fedora-enchilada/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://mirror.cogentco.com/pub/linux/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://pubmirror2.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://pubmirror2.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: rsync://pubmirror2.math.uh.edu/fedora-linux-releases/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_prepare_lrmirrors: Mirror: https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/ >18:02:33 lr_download: Target: repodata/4fe1d2fe558aa2b25f2f29cb9c21ba1e37ce3002f616bd22b54b32953441ad59-filelists.xml.gz (-) >18:02:33 lr_download: Target: repodata/bccefc98d3efc94103dc0d7f045244468b2dbd599d32650a4a9e40547b372925-comps-Everything.x86_64.xml.gz (-) >18:02:33 lr_download: Target: repodata/b51c2fc7fff5df988cddc30e2d4bfa3930a26d8729454d48c7e4cb071a6e7853-prestodelta.xml.gz (-) >18:02:33 select_next_target: Selecting mirror for: repodata/bba32d404a52476bcefda08b978b5b8ea7109872458fbae7ff6bd4a7c83e2393-primary.xml.gz >18:02:33 prepare_next_transfer: URL: http://mirror.happyassassin.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/bba32d404a52476bcefda08b978b5b8ea7109872458fbae7ff6bd4a7c83e2393-primary.xml.gz >18:02:33 add_librepo_xattr: Cannot set xattr user.Librepo.DownloadInProgress (fd: 39): Operation not supported >18:02:33 select_next_target: Selecting mirror for: repodata/4fe1d2fe558aa2b25f2f29cb9c21ba1e37ce3002f616bd22b54b32953441ad59-filelists.xml.gz >18:02:33 prepare_next_transfer: URL: http://mirror.happyassassin.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/4fe1d2fe558aa2b25f2f29cb9c21ba1e37ce3002f616bd22b54b32953441ad59-filelists.xml.gz >18:02:33 add_librepo_xattr: Cannot set xattr user.Librepo.DownloadInProgress (fd: 40): Operation not supported >18:02:33 select_next_target: Selecting mirror for: repodata/bccefc98d3efc94103dc0d7f045244468b2dbd599d32650a4a9e40547b372925-comps-Everything.x86_64.xml.gz >18:02:33 prepare_next_transfer: URL: http://mirror.happyassassin.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/bccefc98d3efc94103dc0d7f045244468b2dbd599d32650a4a9e40547b372925-comps-Everything.x86_64.xml.gz >18:02:33 add_librepo_xattr: Cannot set xattr user.Librepo.DownloadInProgress (fd: 41): Operation not supported >18:02:33 lr_download: Downloading started >18:02:34 check_transfer_statuses: Transfer finished: repodata/bccefc98d3efc94103dc0d7f045244468b2dbd599d32650a4a9e40547b372925-comps-Everything.x86_64.xml.gz (Effective url: http://mirror.happyassassin.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/bccefc98d3efc94103dc0d7f045244468b2dbd599d32650a4a9e40547b372925-comps-Everything.x86_64.xml.gz) >18:02:34 check_finished_trasfer_checksum: Checksum (sha256) bccefc98d3efc94103dc0d7f045244468b2dbd599d32650a4a9e40547b372925 is OK >18:02:34 select_next_target: Selecting mirror for: repodata/b51c2fc7fff5df988cddc30e2d4bfa3930a26d8729454d48c7e4cb071a6e7853-prestodelta.xml.gz >18:02:34 prepare_next_transfer: URL: http://mirror.happyassassin.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/b51c2fc7fff5df988cddc30e2d4bfa3930a26d8729454d48c7e4cb071a6e7853-prestodelta.xml.gz >18:02:34 add_librepo_xattr: Cannot set xattr user.Librepo.DownloadInProgress (fd: 41): Operation not supported >18:02:34 check_transfer_statuses: Transfer finished: repodata/bba32d404a52476bcefda08b978b5b8ea7109872458fbae7ff6bd4a7c83e2393-primary.xml.gz (Effective url: http://mirror.happyassassin.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/bba32d404a52476bcefda08b978b5b8ea7109872458fbae7ff6bd4a7c83e2393-primary.xml.gz) >18:02:34 check_finished_trasfer_checksum: Checksum (sha256) bba32d404a52476bcefda08b978b5b8ea7109872458fbae7ff6bd4a7c83e2393 is OK >18:02:34 check_transfer_statuses: Transfer finished: repodata/b51c2fc7fff5df988cddc30e2d4bfa3930a26d8729454d48c7e4cb071a6e7853-prestodelta.xml.gz (Effective url: http://mirror.happyassassin.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/b51c2fc7fff5df988cddc30e2d4bfa3930a26d8729454d48c7e4cb071a6e7853-prestodelta.xml.gz) >18:02:34 check_finished_trasfer_checksum: Checksum (sha256) b51c2fc7fff5df988cddc30e2d4bfa3930a26d8729454d48c7e4cb071a6e7853 is OK >18:02:34 check_transfer_statuses: Transfer finished: repodata/4fe1d2fe558aa2b25f2f29cb9c21ba1e37ce3002f616bd22b54b32953441ad59-filelists.xml.gz (Effective url: http://mirror.happyassassin.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/4fe1d2fe558aa2b25f2f29cb9c21ba1e37ce3002f616bd22b54b32953441ad59-filelists.xml.gz) >18:02:35 check_finished_trasfer_checksum: Checksum (sha256) 4fe1d2fe558aa2b25f2f29cb9c21ba1e37ce3002f616bd22b54b32953441ad59 is OK >18:02:35 lr_handle_perform: Restoring an old SIGINT handler >18:02:35 lr_handle_perform: Using dir: /tmp/dnf.cache/rawhide-2d95c80a1fa0a67d >18:02:35 lr_handle_perform: Using own SIGINT handler >18:02:35 lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist >18:02:35 lr_handle_prepare_metalink: Local metalink.xml found at /tmp/dnf.cache/rawhide-2d95c80a1fa0a67d/metalink.xml >18:02:35 lr_handle_prepare_metalink: Parsing metalink.xml >18:02:35 lr_handle_prepare_metalink: Mirrors from metalink: >18:02:35 http://mirror.happyassassin.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://muug.ca/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 https://muug.ca/mirror/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://muug.ca/mirror/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://fedora.mirror.gtcomm.net/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://fedora.bhs.mirrors.ovh.net/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://fedora.bhs.mirrors.ovh.net/download.fedora.redhat.com/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 https://mirror.csclub.uwaterloo.ca/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://mirror.csclub.uwaterloo.ca/fedora-enchilada/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://mirror.csclub.uwaterloo.ca/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://mirror.web-ster.com/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://mirror.web-ster.com/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 https://mirror.chpc.utah.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://mirror.chpc.utah.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://mirror.chpc.utah.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 https://mirrors.kernel.org/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://mirrors.kernel.org/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://mirrors.kernel.org/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://mirror.cc.vt.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://mirror.math.princeton.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://mirror.math.princeton.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://mirror.cs.princeton.edu/pub/mirrors/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://mirror.cs.princeton.edu/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://mirror.sjc02.svwh.net/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://mirror.sjc02.svwh.net/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://mirror.cs.pitt.edu/fedora-enchilada/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://mirror.cs.pitt.edu/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://mirrors.mit.edu/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://mirrors.mit.edu/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://linux.mirrors.es.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://linux.mirrors.es.net/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 https://mirror.steadfast.net/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://mirror.steadfast.net/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://mirror.steadfast.net/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://mirror.redsox.cc/fedora-linux/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 https://mirror.redsox.cc/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://mirror.redsox.cc/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://ftp.linux.ncsu.edu/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://ftp.linux.ncsu.edu/ftp/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://fedora.mirrors.pair.com/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://fedora.mirror.lstn.net/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://mirror.lstn.net/fedora-enchilada/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://pubmirror1.math.uh.edu/fedora-linux-releases/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 https://pubmirror1.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://pubmirror1.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://mirror.nexcess.net/fedora/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://mirror.metrocast.net/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://mirror.cogentco.com/fedora-enchilada/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://mirror.cogentco.com/pub/linux/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 https://pubmirror2.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://pubmirror2.math.uh.edu/fedora-buffet/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 rsync://pubmirror2.math.uh.edu/fedora-linux-releases/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/repomd.xml >18:02:35 lr_handle_prepare_metalink: Metalink parsed >18:02:35 lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist >18:02:35 lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS >18:02:35 lr_handle_perform: Downloading/Locating yum repo >18:02:35 lr_yum_use_local: Locating repo.. >18:02:35 lr_yum_use_local_load_base: Found local metalink: /tmp/dnf.cache/rawhide-2d95c80a1fa0a67d/metalink.xml >18:02:35 lr_yum_use_local_load_base: Parsing repomd.xml >18:02:35 lr_yum_use_local_load_base: Repomd revision: 1482316798 >18:02:35 lr_yum_use_local: Repository was successfully located >18:02:35 lr_yum_check_checksum_of_md_record: Checking checksum of /tmp/dnf.cache/rawhide-2d95c80a1fa0a67d/repodata/bba32d404a52476bcefda08b978b5b8ea7109872458fbae7ff6bd4a7c83e2393-primary.xml.gz (expected: bba32d404a52476bcefda08b978b5b8ea7109872458fbae7ff6bd4a7c83e2393 [sha256]) >18:02:35 lr_yum_check_checksum_of_md_record: Checksum check - Passed >18:02:35 lr_yum_check_checksum_of_md_record: Checking checksum of /tmp/dnf.cache/rawhide-2d95c80a1fa0a67d/repodata/4fe1d2fe558aa2b25f2f29cb9c21ba1e37ce3002f616bd22b54b32953441ad59-filelists.xml.gz (expected: 4fe1d2fe558aa2b25f2f29cb9c21ba1e37ce3002f616bd22b54b32953441ad59 [sha256]) >18:02:35 lr_yum_check_checksum_of_md_record: Checksum check - Passed >18:02:35 lr_yum_check_checksum_of_md_record: Checking checksum of /tmp/dnf.cache/rawhide-2d95c80a1fa0a67d/repodata/bccefc98d3efc94103dc0d7f045244468b2dbd599d32650a4a9e40547b372925-comps-Everything.x86_64.xml.gz (expected: bccefc98d3efc94103dc0d7f045244468b2dbd599d32650a4a9e40547b372925 [sha256]) >18:02:35 lr_yum_check_checksum_of_md_record: Checksum check - Passed >18:02:35 lr_yum_check_checksum_of_md_record: Checking checksum of /tmp/dnf.cache/rawhide-2d95c80a1fa0a67d/repodata/b51c2fc7fff5df988cddc30e2d4bfa3930a26d8729454d48c7e4cb071a6e7853-prestodelta.xml.gz (expected: b51c2fc7fff5df988cddc30e2d4bfa3930a26d8729454d48c7e4cb071a6e7853 [sha256]) >18:02:35 lr_yum_check_checksum_of_md_record: Checksum check - Passed >18:02:35 lr_handle_perform: Restoring an old SIGINT handler >18:02:35 lr_handle_perform: Using dir: /tmp/dnf.cache/updates-testing-b081e891bd0bf8fd >18:02:35 lr_handle_perform: Using own SIGINT handler >18:02:35 lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist >18:02:35 lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist >18:02:35 lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS >18:02:35 lr_handle_perform: Downloading/Locating yum repo >18:02:35 lr_yum_use_local: Locating repo.. >18:02:35 lr_yum_use_local_load_base: open(/tmp/dnf.cache/updates-testing-b081e891bd0bf8fd/repodata/repomd.xml): No such file or directory >18:02:35 lr_handle_perform: Restoring an old SIGINT handler >18:02:35 lr_handle_setopt: WARNING! Deprecated LRO_MIRRORLIST used >18:02:35 lr_handle_perform: Using dir: /tmp/dnf-1wji1hsd >18:02:35 lr_handle_perform: Using own SIGINT handler >18:02:35 lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist >18:02:35 lr_download: Target: https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f26&arch=x86_64 (-) >18:02:35 select_next_target: Selecting mirror for: https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f26&arch=x86_64 >18:02:35 prepare_next_transfer: URL: https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f26&arch=x86_64 >18:02:35 add_librepo_xattr: Cannot set xattr user.Librepo.DownloadInProgress (fd: 33): Operation not supported >18:02:35 lr_download: Downloading started >18:02:36 check_transfer_statuses: Transfer finished: https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f26&arch=x86_64 (Effective url: https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f26&arch=x86_64) >18:02:36 lr_handle_prepare_metalink: Parsing metalink.xml >18:02:36 lr_handle_prepare_metalink: Error while parsing metalink >18:02:36 lr_handle_prepare_internal_mirrorlist: LRO_METALINKURL processing failed >18:02:36 Cannot prepare internal mirrorlist: file "repomd.xml" was not found in metalink >18:02:36 lr_handle_perform: Using dir: /tmp/dnf.cache/updates-2854b3113b7a3c6c >18:02:36 lr_handle_perform: Using own SIGINT handler >18:02:36 lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist >18:02:36 lr_handle_prepare_internal_mirrorlist: Finalizing internal mirrorlist >18:02:36 lr_handle_prepare_internal_mirrorlist: Finalizing mirrors reported via LRI_MIRRORS >18:02:36 lr_handle_perform: Downloading/Locating yum repo >18:02:36 lr_yum_use_local: Locating repo.. >18:02:36 lr_yum_use_local_load_base: open(/tmp/dnf.cache/updates-2854b3113b7a3c6c/repodata/repomd.xml): No such file or directory >18:02:36 lr_handle_perform: Restoring an old SIGINT handler >18:02:36 lr_handle_setopt: WARNING! Deprecated LRO_MIRRORLIST used >18:02:36 lr_handle_perform: Using dir: /tmp/dnf-ljisnvjc >18:02:36 lr_handle_perform: Using own SIGINT handler >18:02:36 lr_handle_prepare_internal_mirrorlist: Preparing internal mirrorlist >18:02:36 lr_download: Target: https://mirrors.fedoraproject.org/metalink?repo=updates-released-f26&arch=x86_64 (-) >18:02:36 select_next_target: Selecting mirror for: https://mirrors.fedoraproject.org/metalink?repo=updates-released-f26&arch=x86_64 >18:02:36 prepare_next_transfer: URL: https://mirrors.fedoraproject.org/metalink?repo=updates-released-f26&arch=x86_64 >18:02:36 add_librepo_xattr: Cannot set xattr user.Librepo.DownloadInProgress (fd: 33): Operation not supported >18:02:36 lr_download: Downloading started >18:02:37 check_transfer_statuses: Transfer finished: https://mirrors.fedoraproject.org/metalink?repo=updates-released-f26&arch=x86_64 (Effective url: https://mirrors.fedoraproject.org/metalink?repo=updates-released-f26&arch=x86_64) >18:02:37 lr_handle_prepare_metalink: Parsing metalink.xml >18:02:37 lr_handle_prepare_metalink: Error while parsing metalink >18:02:37 lr_handle_prepare_internal_mirrorlist: LRO_METALINKURL processing failed >18:02:37 Cannot prepare internal mirrorlist: file "repomd.xml" was not found in metalink > > >/tmp/hawkey.log: >INFO Dec-22 18:02:37 === Started libdnf-0.7.0 === >DEBUG Dec-22 18:02:37 fetching rawhide >DEBUG Dec-22 18:02:40 caching repo: rawhide (0x6275dc285fae65c87c6199b64791deadefbdced876622659949371a444e678c4) >DEBUG Dec-22 18:02:41 load_ext: loading: /tmp/dnf.cache/rawhide-2d95c80a1fa0a67d/repodata/4fe1d2fe558aa2b25f2f29cb9c21ba1e37ce3002f616bd22b54b32953441ad59-filelists.xml.gz >DEBUG Dec-22 18:02:49 write_ext: storing rawhide to: /tmp/dnf.cache/rawhide-filenames.solvx.sZmcpT >DEBUG Dec-22 18:02:52 load_ext: loading: /tmp/dnf.cache/rawhide-2d95c80a1fa0a67d/repodata/b51c2fc7fff5df988cddc30e2d4bfa3930a26d8729454d48c7e4cb071a6e7853-prestodelta.xml.gz >DEBUG Dec-22 18:02:52 write_ext: storing rawhide to: /tmp/dnf.cache/rawhide-presto.solvx.YPA9Mc >DEBUG Dec-22 18:02:52 no updateinfo available for rawhide >DEBUG Dec-22 18:03:08 gdk_pixbuf_from_pixdata() called on: >DEBUG Dec-22 18:03:08 Encoding raw >DEBUG Dec-22 18:03:08 Dimensions: 14 x 14 >DEBUG Dec-22 18:03:08 Rowstride: 56, Length: 808 >DEBUG Dec-22 18:03:08 Copy pixels == false >DEBUG Dec-22 10:03:09 rewriting repo: rawhide >DEBUG Dec-22 10:03:09 caching repo: rawhide (0x6275dc285fae65c87c6199b64791deadefbdced876622659949371a444e678c4) >DEBUG Dec-22 10:03:21 gdk_pixbuf_from_pixdata() called on: >DEBUG Dec-22 10:03:21 Encoding raw >DEBUG Dec-22 10:03:21 Dimensions: 14 x 14 >DEBUG Dec-22 10:03:21 Rowstride: 56, Length: 808 >DEBUG Dec-22 10:03:21 Copy pixels == false > > >/tmp/lvm.log: >libdm-config.c:1064 log/activation not found in config: defaulting to 0 >config/config.c:1465 log/debug_classes not found in config: defaulting to debug_classes = [ "memory", "devices", "activation", "allocation", "lvmetad", "metadata", "cache", "locking", "lvmpolld", "dbus" ] >commands/toolcontext.c:357 Setting log debug classes to 1023 >commands/toolcontext.c:363 Logging initialised at Thu Dec 22 18:02:31 2016 >config/config.c:281 Loading config file: /etc/lvm/lvmlocal.conf >device/dev-io.c:570 Opened /etc/lvm/lvmlocal.conf RO >device/dev-io.c:625 Closed /etc/lvm/lvmlocal.conf >libdm-config.c:1064 config/checks not found in config: defaulting to 1 >libdm-config.c:1064 config/abort_on_errors not found in config: defaulting to 0 >libdm-config.c:1064 config/checks not found in config: defaulting to 1 >libdm-config.c:1064 config/checks not found in config: defaulting to 1 >libdm-config.c:992 global/umask not found in config: defaulting to 63 >libdm-config.c:965 devices/dir not found in config: defaulting to /dev >libdm-config.c:965 devices/external_device_info_source not found in config: defaulting to none >libdm-config.c:965 global/proc not found in config: defaulting to /proc >libdm-config.c:1064 global/activation not found in config: defaulting to 1 >libdm-config.c:1064 activation/auto_set_activation_skip not found in config: defaulting to 1 >libdm-config.c:965 activation/readahead not found in config: defaulting to auto >libdm-config.c:1064 activation/udev_rules not found in config: defaulting to 1 >libdm-config.c:1064 activation/udev_sync not found in config: defaulting to 1 >libdm-config.c:1064 activation/retry_deactivation not found in config: defaulting to 1 >libdm-config.c:1064 activation/checks not found in config: defaulting to 0 >misc/lvm-globals.c:188 LVM activation checks disabled >libdm-config.c:1064 activation/use_linear_target not found in config: defaulting to 1 >libdm-config.c:965 activation/missing_stripe_filler not found in config: defaulting to error >libdm-config.c:1064 global/metadata_read_only not found in config: defaulting to 0 >libdm-config.c:992 devices/pv_min_size not found in config: defaulting to 2048 >libdm-config.c:1064 metadata/check_pv_device_sizes not found in config: defaulting to 1 >libdm-config.c:965 global/units not found in config: defaulting to h >libdm-config.c:1064 global/si_unit_consistency not found in config: defaulting to 1 >libdm-config.c:1064 report/binary_values_as_numeric not found in config: defaulting to 0 >libdm-config.c:1064 report/mark_hidden_devices not found in config: defaulting to 1 >libdm-config.c:1064 global/suffix not found in config: defaulting to 1 >libdm-config.c:965 report/list_item_separator not found in config: defaulting to , >libdm-config.c:965 report/time_format not found in config: defaulting to %Y-%m-%d %T %z >libdm-config.c:1064 report/two_word_unknown_device not found in config: defaulting to 0 >libdm-config.c:1064 global/detect_internal_vg_cache_corruption not found in config: defaulting to 0 >libdm-config.c:965 global/system_id_source not found in config: defaulting to none >libdm-config.c:965 config/profile_dir not found in config: defaulting to /etc/lvm/profile >libdm-config.c:992 devices/disable_after_error_count not found in config: defaulting to 0 >config/config.c:1468 Setting devices/preferred_names to preferred_names = [ "^/dev/mapper/", "^/dev/md/", "^/dev/sd" ] >libdm-config.c:1064 devices/obtain_device_list_from_udev not found in config: defaulting to 1 >config/config.c:1465 devices/scan not found in config: defaulting to scan = [ "/dev" ] >metadata/vg.c:74 Allocated VG #orphans_lvm1 at 0x556187fc7bd0. >format1/format1.c:628 Initialised format: lvm1 >metadata/vg.c:74 Allocated VG #orphans_pool at 0x556187fcbbe0. >format_pool/format_pool.c:335 Initialised format: pool >metadata/vg.c:74 Allocated VG #orphans_lvm2 at 0x556187fe2c10. >format_text/format-text.c:2573 Initialised format: lvm2 >libdm-config.c:965 global/format not found in config: defaulting to lvm2 >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_lvm1" with VGID #orphans_lvm1. >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_lvm1". >cache/lvmcache.c:1875 lvmcache initialised VG #orphans_lvm1. >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_pool" with VGID #orphans_pool. >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_pool". >cache/lvmcache.c:1875 lvmcache initialised VG #orphans_pool. >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_lvm2" with VGID #orphans_lvm2. >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_lvm2". >cache/lvmcache.c:1875 lvmcache initialised VG #orphans_lvm2. >striped/striped.c:239 Initialised segtype: striped >zero/zero.c:98 Initialised segtype: zero >error/errseg.c:104 Initialised segtype: error >libdm-config.c:965 dmeventd/snapshot_library not found in config: defaulting to libdevmapper-event-lvm2snapshot.so >snapshot/snapshot.c:275 Initialised segtype: snapshot >libdm-config.c:965 dmeventd/mirror_library not found in config: defaulting to libdevmapper-event-lvm2mirror.so >mirror/mirrored.c:575 Initialised segtype: mirror >libdm-config.c:965 dmeventd/raid_library not found in config: defaulting to libdevmapper-event-lvm2raid.so >raid/raid.c:573 Initialised segtype: raid0 >raid/raid.c:573 Initialised segtype: raid0_meta >raid/raid.c:573 Initialised segtype: raid1 >raid/raid.c:573 Initialised segtype: raid10 >raid/raid.c:573 Initialised segtype: raid4 >raid/raid.c:573 Initialised segtype: raid5 >raid/raid.c:573 Initialised segtype: raid5_la >raid/raid.c:573 Initialised segtype: raid5_ls >raid/raid.c:573 Initialised segtype: raid5_ra >raid/raid.c:573 Initialised segtype: raid5_rs >raid/raid.c:573 Initialised segtype: raid6 >raid/raid.c:573 Initialised segtype: raid6_nc >raid/raid.c:573 Initialised segtype: raid6_nr >raid/raid.c:573 Initialised segtype: raid6_zr >libdm-config.c:965 dmeventd/thin_library not found in config: defaulting to libdevmapper-event-lvm2thin.so >thin/thin.c:825 Initialised segtype: thin-pool >thin/thin.c:825 Initialised segtype: thin >cache_segtype/cache.c:491 Initialised segtype: cache-pool >cache_segtype/cache.c:505 Initialised segtype: cache >libdm-config.c:1064 backup/archive not found in config: defaulting to 1 >libdm-config.c:992 backup/retain_days not found in config: defaulting to 30 >libdm-config.c:992 backup/retain_min not found in config: defaulting to 10 >libdm-config.c:965 backup/archive_dir not found in config: defaulting to /etc/lvm/archive >libdm-config.c:1064 backup/backup not found in config: defaulting to 1 >libdm-config.c:965 backup/backup_dir not found in config: defaulting to /etc/lvm/backup >config/config.c:1465 devices/global_filter not found in config: defaulting to global_filter = [ "a|.*/|" ] >libdm-config.c:992 global/locking_type not found in config: defaulting to 1 >libdm-config.c:1051 Setting global/use_lvmetad to 1 >libdm-config.c:992 global/lvmetad_update_wait_time not found in config: defaulting to 10 >daemon-client.c:33 /run/lvm/lvmetad.socket: Opening daemon socket to lvmetad for protocol lvmetad version 1. >daemon-client.c:52 Sending daemon lvmetad: hello >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting protocol to lvmetad >libdm-config.c:987 Setting version to 1 >cache/lvmetad.c:143 Successfully connected to lvmetad on fd 4. >libdm-config.c:1064 global/use_lvmpolld not found in config: defaulting to 1 >libdm-config.c:1064 devices/sysfs_scan not found in config: defaulting to 1 >filters/filter-sysfs.c:326 Sysfs filter initialised. >filters/filter-internal.c:77 internal filter initialised. >filters/filter-type.c:56 LVM type filter initialised. >filters/filter-usable.c:192 Usable device filter initialised. >libdm-config.c:1064 devices/multipath_component_detection not found in config: defaulting to 1 >filters/filter-mpath.c:291 mpath filter initialised. >filters/filter-partitioned.c:59 Partitioned filter initialised. >libdm-config.c:1064 devices/md_component_detection not found in config: defaulting to 1 >filters/filter-md.c:73 MD filter initialised. >libdm-config.c:1064 devices/fw_raid_component_detection not found in config: defaulting to 0 >filters/filter-composite.c:104 Composite filter initialised. >libdm-config.c:1064 devices/ignore_suspended_devices not found in config: defaulting to 0 >libdm-config.c:1064 devices/ignore_lvm_mirrors not found in config: defaulting to 1 >config/config.c:1465 devices/filter not found in config: defaulting to filter = [ "a|.*/|" ] >filters/filter-regex.c:216 Regex filter initialised. >filters/filter-usable.c:192 Usable device filter initialised. >filters/filter-composite.c:104 Composite filter initialised. >libdm-config.c:965 devices/cache not found in config: defaulting to /etc/lvm/cache/.cache >filters/filter-persistent.c:368 Persistent filter initialised. >filters/filter-composite.c:104 Composite filter initialised. >libdm-config.c:1064 devices/write_cache_state not found in config: defaulting to 1 >libdm-config.c:1051 Setting global/use_lvmetad to 1 >libdm-config.c:965 activation/activation_mode not found in config: defaulting to degraded >libdm-config.c:1064 metadata/record_lvs_history not found in config: defaulting to 0 >lvmcmdline.c:1611 DEGRADED MODE. Incomplete RAID LVs will be processed. >libdm-config.c:1064 activation/monitoring not found in config: defaulting to 1 >lvmcmdline.c:1617 Processing: lvchange --config ' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}' -an fedora/swap >lvmcmdline.c:1618 Command pid: 1907 >lvmcmdline.c:1619 system ID: >lvmcmdline.c:1622 O_DIRECT will be used >libdm-config.c:992 global/locking_type not found in config: defaulting to 1 >libdm-config.c:1064 global/wait_for_locks not found in config: defaulting to 1 >locking/locking.c:129 File-based locking selected. >libdm-config.c:1064 global/prioritise_write_locks not found in config: defaulting to 1 >libdm-config.c:965 global/locking_dir not found in config: defaulting to /run/lock/lvm >libdm-common.c:971 Preparing SELinux context for /run/lock/lvm to system_u:object_r:lvm_lock_t:s0. >libdm-common.c:974 Resetting SELinux context to default value. >libdm-config.c:1064 global/use_lvmlockd not found in config: defaulting to 0 >cache/lvmetad.c:255 Sending lvmetad get_global_info >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting token to filter:3239235440 >libdm-config.c:987 Setting daemon_pid to 1348 >libdm-config.c:956 Setting response to OK >libdm-config.c:987 Setting global_disable to 0 >libdm-config.c:965 report/output_format not found in config: defaulting to basic >libdm-config.c:1064 log/report_command_log not found in config: defaulting to 0 >toollib.c:2935 Get list of VGs on system >cache/lvmetad.c:1440 Asking lvmetad for complete list of known VG ids/names >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting name to fedora >toollib.c:2809 Processing VG fedora 4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9 >cache/lvmcache.c:522 lvmcache has no info for vgname "fedora". >misc/lvm-flock.c:200 Locking /run/lock/lvm/V_fedora RB >libdm-common.c:971 Preparing SELinux context for /run/lock/lvm/V_fedora to system_u:object_r:lvm_lock_t:s0. >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/V_fedora:aux WB >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/V_fedora:aux >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/V_fedora RB >libdm-common.c:974 Resetting SELinux context to default value. >cache/lvmcache.c:522 lvmcache has no info for vgname "fedora". >metadata/metadata.c:4155 Reading VG fedora 4noBjM2710is67JSXt31k993BO09Wln9 >cache/lvmcache.c:619 Metadata cache has no info for vgid "4noBjM2710is67JSXt31k993BO09Wln9" >cache/lvmetad.c:981 Asking lvmetad for VG 4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9 fedora >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting name to fedora >libdm-config.c:956 Setting metadata/format to lvm2 >cache/lvmcache.c:522 lvmcache has no info for vgname "fedora" with VGID 4noBjM2710is67JSXt31k993BO09Wln9. >format_text/format-text.c:2003 <backtrace> >libdm-config.c:956 Setting id to XA9Ycw-cKn0-xIvf-V97A-qdBu-jGD6-lhhM13 >libdm-config.c:956 Setting format to lvm2 >libdm-config.c:987 Setting device to 64514 >libdm-config.c:987 Setting dev_size to 39843840 >libdm-config.c:987 Setting label_sector to 1 >libdm-config.c:987 Setting ext_flags to 1 >libdm-config.c:987 Setting ext_version to 2 >device/dev-cache.c:356 /dev/sr0: Added to device cache (11:0) >device/dev-cache.c:352 /dev/cdrom: Aliased to /dev/sr0 in device cache (preferred name) (11:0) >device/dev-cache.c:352 /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001: Aliased to /dev/cdrom in device cache (11:0) >device/dev-cache.c:352 /dev/disk/by-label/Fedora-26-x86_64: Aliased to /dev/cdrom in device cache (11:0) >device/dev-cache.c:352 /dev/disk/by-path/pci-0000:00:01.1-ata-1: Aliased to /dev/cdrom in device cache (11:0) >device/dev-cache.c:352 /dev/disk/by-uuid/2016-12-22-09-38-06-00: Aliased to /dev/cdrom in device cache (11:0) >device/dev-cache.c:356 /dev/vda: Added to device cache (252:0) >device/dev-cache.c:352 /dev/disk/by-path/virtio-pci-0000:00:0a.0: Aliased to /dev/vda in device cache (252:0) >device/dev-cache.c:356 /dev/vda1: Added to device cache (252:1) >device/dev-cache.c:352 /dev/disk/by-partuuid/4d329aa2-01: Aliased to /dev/vda1 in device cache (252:1) >device/dev-cache.c:352 /dev/disk/by-path/virtio-pci-0000:00:0a.0-part1: Aliased to /dev/vda1 in device cache (252:1) >device/dev-cache.c:352 /dev/disk/by-uuid/f7b3dd06-e8b7-4e82-ad0e-96efe7f36154: Aliased to /dev/vda1 in device cache (252:1) >device/dev-cache.c:356 /dev/vda2: Added to device cache (252:2) >device/dev-cache.c:352 /dev/disk/by-id/lvm-pv-uuid-XA9Ycw-cKn0-xIvf-V97A-qdBu-jGD6-lhhM13: Aliased to /dev/vda2 in device cache (252:2) >device/dev-cache.c:352 /dev/disk/by-partuuid/4d329aa2-02: Aliased to /dev/vda2 in device cache (252:2) >device/dev-cache.c:352 /dev/disk/by-path/virtio-pci-0000:00:0a.0-part2: Aliased to /dev/vda2 in device cache (252:2) >device/dev-cache.c:356 /dev/loop0: Added to device cache (7:0) >device/dev-cache.c:356 /dev/loop1: Added to device cache (7:1) >device/dev-cache.c:356 /dev/disk/by-label/Anaconda: Added to device cache (253:1) >device/dev-cache.c:352 /dev/disk/by-uuid/1e58d833-a4fb-46c1-85e5-70d7a86e94c3: Aliased to /dev/disk/by-label/Anaconda in device cache (253:1) >device/dev-cache.c:356 /dev/loop2: Added to device cache (7:2) >device/dev-cache.c:356 /dev/zram0: Added to device cache (251:0) >device/dev-cache.c:356 /dev/dm-0: Added to device cache (253:0) >device/dev-cache.c:352 /dev/disk/by-id/dm-name-live-rw: Aliased to /dev/dm-0 in device cache (preferred name) (253:0) >device/dev-cache.c:340 /dev/disk/by-label/Anaconda: Already in device cache >device/dev-cache.c:340 /dev/disk/by-uuid/1e58d833-a4fb-46c1-85e5-70d7a86e94c3: Already in device cache >device/dev-cache.c:352 /dev/mapper/live-rw: Aliased to /dev/disk/by-id/dm-name-live-rw in device cache (preferred name) (253:0) >device/dev-cache.c:352 /dev/dm-1: Aliased to /dev/disk/by-label/Anaconda in device cache (253:1) >device/dev-cache.c:352 /dev/disk/by-id/dm-name-live-base: Aliased to /dev/disk/by-label/Anaconda in device cache (preferred name) (253:1) >device/dev-cache.c:340 /dev/disk/by-label/Anaconda: Already in device cache >device/dev-cache.c:340 /dev/disk/by-uuid/1e58d833-a4fb-46c1-85e5-70d7a86e94c3: Already in device cache >device/dev-cache.c:352 /dev/mapper/live-base: Aliased to /dev/disk/by-id/dm-name-live-base in device cache (preferred name) (253:1) >device/dev-cache.c:356 /dev/dm-2: Added to device cache (253:2) >device/dev-cache.c:352 /dev/disk/by-id/dm-name-fedora-swap: Aliased to /dev/dm-2 in device cache (preferred name) (253:2) >device/dev-cache.c:352 /dev/disk/by-id/dm-uuid-LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF: Aliased to /dev/disk/by-id/dm-name-fedora-swap in device cache (253:2) >device/dev-cache.c:352 /dev/disk/by-uuid/50a20d26-6ffb-4a5d-a198-6636e86a85e1: Aliased to /dev/disk/by-id/dm-name-fedora-swap in device cache (253:2) >device/dev-cache.c:352 /dev/fedora/swap: Aliased to /dev/disk/by-id/dm-name-fedora-swap in device cache (preferred name) (253:2) >device/dev-cache.c:352 /dev/mapper/fedora-swap: Aliased to /dev/fedora/swap in device cache (preferred name) (253:2) >device/dev-cache.c:356 /dev/dm-3: Added to device cache (253:3) >device/dev-cache.c:352 /dev/disk/by-id/dm-name-fedora-root: Aliased to /dev/dm-3 in device cache (preferred name) (253:3) >device/dev-cache.c:352 /dev/disk/by-id/dm-uuid-LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0: Aliased to /dev/disk/by-id/dm-name-fedora-root in device cache (253:3) >device/dev-cache.c:352 /dev/disk/by-uuid/6caf5cdb-623b-4e87-8b76-0efc05d8c91e: Aliased to /dev/disk/by-id/dm-name-fedora-root in device cache (253:3) >device/dev-cache.c:352 /dev/fedora/root: Aliased to /dev/disk/by-id/dm-name-fedora-root in device cache (preferred name) (253:3) >device/dev-cache.c:352 /dev/mapper/fedora-root: Aliased to /dev/fedora/root in device cache (preferred name) (253:3) >cache/lvmcache.c:1873 lvmcache /dev/vda2: now in VG #orphans_lvm2 (#orphans_lvm2) with 0 mda(s). >libdm-config.c:987 Setting size to 1044480 >libdm-config.c:987 Setting start to 4096 >libdm-config.c:987 Setting ignore to 0 >metadata/vg.c:74 Allocated VG fedora at 0x55618805b3c0. >format_text/import_vsn1.c:572 Importing logical volume fedora/swap. >format_text/import_vsn1.c:572 Importing logical volume fedora/root. >cache/lvmcache.c:522 lvmcache has no info for vgname "fedora" with VGID 4noBjM2710is67JSXt31k993BO09Wln9. >cache/lvmcache.c:522 lvmcache has no info for vgname "fedora". >cache/lvmcache.c:1873 lvmcache /dev/vda2: now in VG fedora with 1 mda(s). >cache/lvmcache.c:1637 lvmcache /dev/vda2: VG fedora: set VGID to 4noBjM2710is67JSXt31k993BO09Wln9. >cache/lvmcache.c:1949 lvmcache /dev/vda2: VG fedora: set system_id to . >cache/lvmcache.c:202 Metadata cache: VG fedora (4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9) stored (1356 bytes). >cache/lvmetad.c:2291 Sending lvmetad vg_clear_outdated_pvs >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >device/dev-io.c:570 Opened /dev/vda2 RO O_DIRECT >device/dev-io.c:330 /dev/vda2: size is 39843840 sectors >metadata/pv_manip.c:420 /dev/vda2 0: 0 512: swap(0:0) >metadata/pv_manip.c:420 /dev/vda2 1: 512 3840: root(0:0) >metadata/pv_manip.c:420 /dev/vda2 2: 4352 511: NULL(0:0) >metadata/vg.c:74 Allocated VG fedora at 0x55618805fe50. >format_text/import_vsn1.c:572 Importing logical volume fedora/swap. >format_text/import_vsn1.c:572 Importing logical volume fedora/root. >toollib.c:2471 Adding fedora/swap to the list of LVs to be processed. >toollib.c:2502 Processing LV swap in VG fedora. >metadata/lv.c:1437 Deactivating logical volume fedora/swap. >misc/lvm-flock.c:200 Locking /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF WB >libdm-common.c:971 Preparing SELinux context for /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF to system_u:object_r:lvm_lock_t:s0. >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF:aux WB >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF WB >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF:aux >libdm-common.c:974 Resetting SELinux context to default value. >locking/file_locking.c:99 Locking LV 4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF (NL) >activate/activate.c:2310 Deactivating fedora/swap. >activate/dev_manager.c:755 Getting device info for fedora-swap [LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF] >ioctl/libdm-iface.c:1838 dm version [ opencount flush ] [16384] (*1) >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF [ noopencount flush ] [16384] (*1) >activate/dev_manager.c:755 Getting device info for fedora-swap [LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF [ opencount flush ] [16384] (*1) >mm/memlock.c:592 Leaving critical section (deactivated). >activate/dev_manager.c:755 Getting device info for fedora-swap [LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF [ noopencount flush ] [16384] (*1) >misc/lvm-flock.c:71 Unlocking /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF >mm/memlock.c:562 Unlock: Memlock counters: locked:1 critical:0 daemon:0 suspended:0 >mm/memlock.c:519 Unlocking memory >mm/memlock.c:287 munlock 1668KiB 556186a22000 - 556186bc3000 r-xp 00000000 fd:00 2672 /usr/sbin/lvm >mm/memlock.c:287 munlock 36KiB 556186dc2000 - 556186dcb000 r--p 001a0000 fd:00 2672 /usr/sbin/lvm >mm/memlock.c:287 munlock 32KiB 556186dcb000 - 556186dd3000 rw-p 001a9000 fd:00 2672 /usr/sbin/lvm >mm/memlock.c:287 munlock 124KiB 556186dd3000 - 556186df2000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 12924KiB 556187f9a000 - 556188c39000 rw-p 00000000 00:00 0 [heap] >mm/memlock.c:259 munlock default filter '/etc/selinux' matches '7f81638d1000-7f8163a44000 r--p 00000000 fd:00 32444 /etc/selinux/targeted/contexts/files/file_contexts.bin': Skipping. >mm/memlock.c:259 munlock default filter '/libpcre.so.' matches '7f8163a44000-7f8163ab6000 r-xp 00000000 fd:00 11620 /usr/lib64/libpcre.so.1.2.8': Skipping. >mm/memlock.c:241 munlock area unreadable 7f8163ab6000-7f8163cb5000 ---p 00072000 fd:00 11620 /usr/lib64/libpcre.so.1.2.8 : Skipping. >mm/memlock.c:259 munlock default filter '/libpcre.so.' matches '7f8163cb5000-7f8163cb6000 r--p 00071000 fd:00 11620 /usr/lib64/libpcre.so.1.2.8': Skipping. >mm/memlock.c:259 munlock default filter '/libpcre.so.' matches '7f8163cb6000-7f8163cb7000 rw-p 00072000 fd:00 11620 /usr/lib64/libpcre.so.1.2.8': Skipping. >mm/memlock.c:287 munlock 76KiB 7f8163cb7000 - 7f8163cca000 r-xp 00000000 fd:00 11649 /usr/lib64/libgpg-error.so.0.20.0 >mm/memlock.c:241 munlock area unreadable 7f8163cca000-7f8163ec9000 ---p 00013000 fd:00 11649 /usr/lib64/libgpg-error.so.0.20.0 : Skipping. >mm/memlock.c:287 munlock 4KiB 7f8163ec9000 - 7f8163eca000 r--p 00012000 fd:00 11649 /usr/lib64/libgpg-error.so.0.20.0 >mm/memlock.c:287 munlock 4KiB 7f8163eca000 - 7f8163ecb000 rw-p 00013000 fd:00 11649 /usr/lib64/libgpg-error.so.0.20.0 >mm/memlock.c:287 munlock 1044KiB 7f8163ecb000 - 7f8163fd0000 r-xp 00000000 fd:00 11661 /usr/lib64/libgcrypt.so.20.1.5 >mm/memlock.c:241 munlock area unreadable 7f8163fd0000-7f81641d0000 ---p 00105000 fd:00 11661 /usr/lib64/libgcrypt.so.20.1.5 : Skipping. >mm/memlock.c:287 munlock 4KiB 7f81641d0000 - 7f81641d1000 r--p 00105000 fd:00 11661 /usr/lib64/libgcrypt.so.20.1.5 >mm/memlock.c:287 munlock 28KiB 7f81641d1000 - 7f81641d8000 rw-p 00106000 fd:00 11661 /usr/lib64/libgcrypt.so.20.1.5 >mm/memlock.c:287 munlock 68KiB 7f81641d8000 - 7f81641e9000 r-xp 00000000 fd:00 11720 /usr/lib64/liblz4.so.1.7.4 >mm/memlock.c:241 munlock area unreadable 7f81641e9000-7f81643e8000 ---p 00011000 fd:00 11720 /usr/lib64/liblz4.so.1.7.4 : Skipping. >mm/memlock.c:287 munlock 4KiB 7f81643e8000 - 7f81643e9000 r--p 00010000 fd:00 11720 /usr/lib64/liblz4.so.1.7.4 >mm/memlock.c:287 munlock 4KiB 7f81643e9000 - 7f81643ea000 rw-p 00000000 00:00 0 >mm/memlock.c:259 munlock default filter '/liblzma.so.' matches '7f81643ea000-7f816440f000 r-xp 00000000 fd:00 11629 /usr/lib64/liblzma.so.5.2.2': Skipping. >mm/memlock.c:241 munlock area unreadable 7f816440f000-7f816460e000 ---p 00025000 fd:00 11629 /usr/lib64/liblzma.so.5.2.2 : Skipping. >mm/memlock.c:259 munlock default filter '/liblzma.so.' matches '7f816460e000-7f816460f000 r--p 00024000 fd:00 11629 /usr/lib64/liblzma.so.5.2.2': Skipping. >mm/memlock.c:287 munlock 4KiB 7f816460f000 - 7f8164610000 rw-p 00000000 00:00 0 >mm/memlock.c:259 munlock default filter '/libtinfo.so.' matches '7f8164610000-7f8164637000 r-xp 00000000 fd:00 11618 /usr/lib64/libtinfo.so.6.0': Skipping. >mm/memlock.c:241 munlock area unreadable 7f8164637000-7f8164837000 ---p 00027000 fd:00 11618 /usr/lib64/libtinfo.so.6.0 : Skipping. >mm/memlock.c:259 munlock default filter '/libtinfo.so.' matches '7f8164837000-7f816483b000 r--p 00027000 fd:00 11618 /usr/lib64/libtinfo.so.6.0': Skipping. >mm/memlock.c:259 munlock default filter '/libtinfo.so.' matches '7f816483b000-7f816483c000 rw-p 0002b000 fd:00 11618 /usr/lib64/libtinfo.so.6.0': Skipping. >mm/memlock.c:259 munlock default filter '/libsepol.so.' matches '7f816483c000-7f81648d2000 r-xp 00000000 fd:00 11619 /usr/lib64/libsepol.so.1': Skipping. >mm/memlock.c:241 munlock area unreadable 7f81648d2000-7f8164ad1000 ---p 00096000 fd:00 11619 /usr/lib64/libsepol.so.1 : Skipping. >mm/memlock.c:259 munlock default filter '/libsepol.so.' matches '7f8164ad1000-7f8164ad2000 r--p 00095000 fd:00 11619 /usr/lib64/libsepol.so.1': Skipping. >mm/memlock.c:259 munlock default filter '/libsepol.so.' matches '7f8164ad2000-7f8164ad3000 rw-p 00096000 fd:00 11619 /usr/lib64/libsepol.so.1': Skipping. >mm/memlock.c:287 munlock 4KiB 7f8164ad3000 - 7f8164ad4000 rw-p 00000000 00:00 0 >mm/memlock.c:259 munlock default filter '/libuuid.so.' matches '7f8164ad4000-7f8164ad8000 r-xp 00000000 fd:00 11636 /usr/lib64/libuuid.so.1.3.0': Skipping. >mm/memlock.c:241 munlock area unreadable 7f8164ad8000-7f8164cd7000 ---p 00004000 fd:00 11636 /usr/lib64/libuuid.so.1.3.0 : Skipping. >mm/memlock.c:259 munlock default filter '/libuuid.so.' matches '7f8164cd7000-7f8164cd8000 r--p 00003000 fd:00 11636 /usr/lib64/libuuid.so.1.3.0': Skipping. >mm/memlock.c:287 munlock 4KiB 7f8164cd8000 - 7f8164cd9000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 100KiB 7f8164cd9000 - 7f8164cf2000 r-xp 00000000 fd:00 11598 /usr/lib64/libpthread-2.24.90.so >mm/memlock.c:241 munlock area unreadable 7f8164cf2000-7f8164ef2000 ---p 00019000 fd:00 11598 /usr/lib64/libpthread-2.24.90.so : Skipping. >mm/memlock.c:287 munlock 4KiB 7f8164ef2000 - 7f8164ef3000 r--p 00019000 fd:00 11598 /usr/lib64/libpthread-2.24.90.so >mm/memlock.c:287 munlock 4KiB 7f8164ef3000 - 7f8164ef4000 rw-p 0001a000 fd:00 11598 /usr/lib64/libpthread-2.24.90.so >mm/memlock.c:287 munlock 16KiB 7f8164ef4000 - 7f8164ef8000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 88KiB 7f8164ef8000 - 7f8164f0e000 r-xp 00000000 fd:00 11580 /usr/lib64/libgcc_s-6.3.1-20161221.so.1 >mm/memlock.c:241 munlock area unreadable 7f8164f0e000-7f816510d000 ---p 00016000 fd:00 11580 /usr/lib64/libgcc_s-6.3.1-20161221.so.1 : Skipping. >mm/memlock.c:287 munlock 4KiB 7f816510d000 - 7f816510e000 r--p 00015000 fd:00 11580 /usr/lib64/libgcc_s-6.3.1-20161221.so.1 >mm/memlock.c:287 munlock 4KiB 7f816510e000 - 7f816510f000 rw-p 00016000 fd:00 11580 /usr/lib64/libgcc_s-6.3.1-20161221.so.1 >mm/memlock.c:287 munlock 1088KiB 7f816510f000 - 7f816521f000 r-xp 00000000 fd:00 11588 /usr/lib64/libm-2.24.90.so >mm/memlock.c:241 munlock area unreadable 7f816521f000-7f816541e000 ---p 00110000 fd:00 11588 /usr/lib64/libm-2.24.90.so : Skipping. >mm/memlock.c:287 munlock 4KiB 7f816541e000 - 7f816541f000 r--p 0010f000 fd:00 11588 /usr/lib64/libm-2.24.90.so >mm/memlock.c:287 munlock 4KiB 7f816541f000 - 7f8165420000 rw-p 00110000 fd:00 11588 /usr/lib64/libm-2.24.90.so >mm/memlock.c:259 munlock default filter '/libcap.so.' matches '7f8165420000-7f8165424000 r-xp 00000000 fd:00 11644 /usr/lib64/libcap.so.2.25': Skipping. >mm/memlock.c:241 munlock area unreadable 7f8165424000-7f8165623000 ---p 00004000 fd:00 11644 /usr/lib64/libcap.so.2.25 : Skipping. >mm/memlock.c:259 munlock default filter '/libcap.so.' matches '7f8165623000-7f8165624000 r--p 00003000 fd:00 11644 /usr/lib64/libcap.so.2.25': Skipping. >mm/memlock.c:259 munlock default filter '/libcap.so.' matches '7f8165624000-7f8165625000 rw-p 00004000 fd:00 11644 /usr/lib64/libcap.so.2.25': Skipping. >mm/memlock.c:259 munlock default filter '/libselinux.so.' matches '7f8165625000-7f8165648000 r-xp 00000000 fd:00 11625 /usr/lib64/libselinux.so.1': Skipping. >mm/memlock.c:241 munlock area unreadable 7f8165648000-7f8165848000 ---p 00023000 fd:00 11625 /usr/lib64/libselinux.so.1 : Skipping. >mm/memlock.c:259 munlock default filter '/libselinux.so.' matches '7f8165848000-7f8165849000 r--p 00023000 fd:00 11625 /usr/lib64/libselinux.so.1': Skipping. >mm/memlock.c:259 munlock default filter '/libselinux.so.' matches '7f8165849000-7f816584a000 rw-p 00024000 fd:00 11625 /usr/lib64/libselinux.so.1': Skipping. >mm/memlock.c:287 munlock 8KiB 7f816584a000 - 7f816584c000 rw-p 00000000 00:00 0 >mm/memlock.c:259 munlock default filter '/libresolv-' matches '7f816584c000-7f8165861000 r-xp 00000000 fd:00 11600 /usr/lib64/libresolv-2.24.90.so': Skipping. >mm/memlock.c:241 munlock area unreadable 7f8165861000-7f8165a61000 ---p 00015000 fd:00 11600 /usr/lib64/libresolv-2.24.90.so : Skipping. >mm/memlock.c:259 munlock default filter '/libresolv-' matches '7f8165a61000-7f8165a62000 r--p 00015000 fd:00 11600 /usr/lib64/libresolv-2.24.90.so': Skipping. >mm/memlock.c:259 munlock default filter '/libresolv-' matches '7f8165a62000-7f8165a63000 rw-p 00016000 fd:00 11600 /usr/lib64/libresolv-2.24.90.so': Skipping. >mm/memlock.c:287 munlock 8KiB 7f8165a63000 - 7f8165a65000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 1780KiB 7f8165a65000 - 7f8165c22000 r-xp 00000000 fd:00 11584 /usr/lib64/libc-2.24.90.so >mm/memlock.c:241 munlock area unreadable 7f8165c22000-7f8165e22000 ---p 001bd000 fd:00 11584 /usr/lib64/libc-2.24.90.so : Skipping. >mm/memlock.c:287 munlock 16KiB 7f8165e22000 - 7f8165e26000 r--p 001bd000 fd:00 11584 /usr/lib64/libc-2.24.90.so >mm/memlock.c:287 munlock 8KiB 7f8165e26000 - 7f8165e28000 rw-p 001c1000 fd:00 11584 /usr/lib64/libc-2.24.90.so >mm/memlock.c:287 munlock 16KiB 7f8165e28000 - 7f8165e2c000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 28KiB 7f8165e2c000 - 7f8165e33000 r-xp 00000000 fd:00 11602 /usr/lib64/librt-2.24.90.so >mm/memlock.c:241 munlock area unreadable 7f8165e33000-7f8166032000 ---p 00007000 fd:00 11602 /usr/lib64/librt-2.24.90.so : Skipping. >mm/memlock.c:287 munlock 4KiB 7f8166032000 - 7f8166033000 r--p 00006000 fd:00 11602 /usr/lib64/librt-2.24.90.so >mm/memlock.c:287 munlock 4KiB 7f8166033000 - 7f8166034000 rw-p 00007000 fd:00 11602 /usr/lib64/librt-2.24.90.so >mm/memlock.c:259 munlock default filter '/libreadline.so.' matches '7f8166034000-7f8166073000 r-xp 00000000 fd:00 11646 /usr/lib64/libreadline.so.6.3': Skipping. >mm/memlock.c:241 munlock area unreadable 7f8166073000-7f8166273000 ---p 0003f000 fd:00 11646 /usr/lib64/libreadline.so.6.3 : Skipping. >mm/memlock.c:259 munlock default filter '/libreadline.so.' matches '7f8166273000-7f8166276000 r--p 0003f000 fd:00 11646 /usr/lib64/libreadline.so.6.3': Skipping. >mm/memlock.c:259 munlock default filter '/libreadline.so.' matches '7f8166276000-7f816627c000 rw-p 00042000 fd:00 11646 /usr/lib64/libreadline.so.6.3': Skipping. >mm/memlock.c:287 munlock 4KiB 7f816627c000 - 7f816627d000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 320KiB 7f816627d000 - 7f81662cd000 r-xp 00000000 fd:00 12373 /usr/lib64/libdevmapper.so.1.02 >mm/memlock.c:241 munlock area unreadable 7f81662cd000-7f81664cd000 ---p 00050000 fd:00 12373 /usr/lib64/libdevmapper.so.1.02 : Skipping. >mm/memlock.c:287 munlock 4KiB 7f81664cd000 - 7f81664ce000 r--p 00050000 fd:00 12373 /usr/lib64/libdevmapper.so.1.02 >mm/memlock.c:287 munlock 12KiB 7f81664ce000 - 7f81664d1000 rw-p 00051000 fd:00 12373 /usr/lib64/libdevmapper.so.1.02 >mm/memlock.c:287 munlock 4KiB 7f81664d1000 - 7f81664d2000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 20KiB 7f81664d2000 - 7f81664d7000 r-xp 00000000 fd:00 12399 /usr/lib64/libdevmapper-event.so.1.02 >mm/memlock.c:241 munlock area unreadable 7f81664d7000-7f81666d7000 ---p 00005000 fd:00 12399 /usr/lib64/libdevmapper-event.so.1.02 : Skipping. >mm/memlock.c:287 munlock 4KiB 7f81666d7000 - 7f81666d8000 r--p 00005000 fd:00 12399 /usr/lib64/libdevmapper-event.so.1.02 >mm/memlock.c:287 munlock 4KiB 7f81666d8000 - 7f81666d9000 rw-p 00006000 fd:00 12399 /usr/lib64/libdevmapper-event.so.1.02 >mm/memlock.c:259 munlock default filter '/libblkid.so.' matches '7f81666d9000-7f8166719000 r-xp 00000000 fd:00 12056 /usr/lib64/libblkid.so.1.1.0': Skipping. >mm/memlock.c:241 munlock area unreadable 7f8166719000-7f8166919000 ---p 00040000 fd:00 12056 /usr/lib64/libblkid.so.1.1.0 : Skipping. >mm/memlock.c:259 munlock default filter '/libblkid.so.' matches '7f8166919000-7f816691d000 r--p 00040000 fd:00 12056 /usr/lib64/libblkid.so.1.1.0': Skipping. >mm/memlock.c:259 munlock default filter '/libblkid.so.' matches '7f816691d000-7f816691e000 rw-p 00044000 fd:00 12056 /usr/lib64/libblkid.so.1.1.0': Skipping. >mm/memlock.c:287 munlock 4KiB 7f816691e000 - 7f816691f000 rw-p 00000000 00:00 0 >mm/memlock.c:259 munlock default filter '/libdl-' matches '7f816691f000-7f8166922000 r-xp 00000000 fd:00 11586 /usr/lib64/libdl-2.24.90.so': Skipping. >mm/memlock.c:241 munlock area unreadable 7f8166922000-7f8166b21000 ---p 00003000 fd:00 11586 /usr/lib64/libdl-2.24.90.so : Skipping. >mm/memlock.c:259 munlock default filter '/libdl-' matches '7f8166b21000-7f8166b22000 r--p 00002000 fd:00 11586 /usr/lib64/libdl-2.24.90.so': Skipping. >mm/memlock.c:259 munlock default filter '/libdl-' matches '7f8166b22000-7f8166b23000 rw-p 00003000 fd:00 11586 /usr/lib64/libdl-2.24.90.so': Skipping. >mm/memlock.c:259 munlock default filter '/ld-2.' matches '7f8166b23000-7f8166b48000 r-xp 00000000 fd:00 11582 /usr/lib64/ld-2.24.90.so': Skipping. >mm/memlock.c:259 munlock default filter '/etc/selinux' matches '7f8166c7a000-7f8166c86000 r--p 00000000 fd:00 32446 /etc/selinux/targeted/contexts/files/file_contexts.homedirs.bin': Skipping. >mm/memlock.c:287 munlock 32KiB 7f8166c86000 - 7f8166c8e000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 536KiB 7f8166c8e000 - 7f8166d14000 r-xp 00000000 fd:00 11724 /usr/lib64/libsystemd.so.0.16.0 >mm/memlock.c:287 munlock 12KiB 7f8166d14000 - 7f8166d17000 r--p 00085000 fd:00 11724 /usr/lib64/libsystemd.so.0.16.0 >mm/memlock.c:287 munlock 4KiB 7f8166d17000 - 7f8166d18000 rw-p 00088000 fd:00 11724 /usr/lib64/libsystemd.so.0.16.0 >mm/memlock.c:287 munlock 12KiB 7f8166d18000 - 7f8166d1b000 rw-p 00000000 00:00 0 >mm/memlock.c:259 munlock default filter '/libudev.so.' matches '7f8166d1b000-7f8166d3a000 r-xp 00000000 fd:00 11726 /usr/lib64/libudev.so.1.6.5': Skipping. >mm/memlock.c:259 munlock default filter '/libudev.so.' matches '7f8166d3a000-7f8166d3b000 r--p 0001e000 fd:00 11726 /usr/lib64/libudev.so.1.6.5': Skipping. >mm/memlock.c:259 munlock default filter '/libudev.so.' matches '7f8166d3b000-7f8166d3c000 rw-p 0001f000 fd:00 11726 /usr/lib64/libudev.so.1.6.5': Skipping. >mm/memlock.c:287 munlock 8KiB 7f8166d46000 - 7f8166d48000 rw-p 00000000 00:00 0 >mm/memlock.c:259 munlock default filter '/ld-2.' matches '7f8166d48000-7f8166d49000 r--p 00025000 fd:00 11582 /usr/lib64/ld-2.24.90.so': Skipping. >mm/memlock.c:259 munlock default filter '/ld-2.' matches '7f8166d49000-7f8166d4a000 rw-p 00026000 fd:00 11582 /usr/lib64/ld-2.24.90.so': Skipping. >mm/memlock.c:287 munlock 4KiB 7f8166d4a000 - 7f8166d4b000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 0KiB 7ffce720e000 - 7ffce720e000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 132KiB 7ffce720e000 - 7ffce722f000 rw-p 00000000 00:00 0 [stack] >mm/memlock.c:287 munlock 8KiB 7ffce7244000 - 7ffce7246000 r--p 00000000 00:00 0 [vvar] >mm/memlock.c:249 munlock ignore filter '[vdso]' matches '7ffce7246000-7ffce7248000 r-xp 00000000 00:00 0 [vdso]': Skipping. >mm/memlock.c:249 munlock ignore filter '[vsyscall]' matches 'ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]': Skipping. >mm/memlock.c:373 Unlocked 20832256 bytes >activate/fs.c:489 Syncing device names >libdm-common.c:2318 Udev cookie 0xd4d8b92 (semid 131072) decremented to 0 >libdm-common.c:2604 Udev cookie 0xd4d8b92 (semid 131072) waiting for zero >libdm-common.c:2333 Udev cookie 0xd4d8b92 (semid 131072) destroyed >libdm-common.c:1475 fedora-swap: Skipping NODE_DEL [trust_udev] >cache/lvmcache.c:157 Metadata cache: VG fedora wiped. >misc/lvm-flock.c:71 Unlocking /run/lock/lvm/V_fedora >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/V_fedora >device/dev-io.c:625 Closed /dev/vda2 >metadata/vg.c:89 Freeing VG fedora at 0x55618805fe50. >metadata/vg.c:89 Freeing VG fedora at 0x55618805b3c0. >libdm-config.c:1064 global/notify_dbus not found in config: defaulting to 1 >notify/lvmnotify.c:54 Nofify dbus at com.redhat.lvmdbus1. >commands/toolcontext.c:2096 Reloading config files >activate/fs.c:489 Syncing device names >cache/lvmcache.c:2298 Wiping internal VG cache >metadata/vg.c:89 Freeing VG #orphans_lvm1 at 0x556187fc7bd0. >metadata/vg.c:89 Freeing VG #orphans_pool at 0x556187fcbbe0. >metadata/vg.c:89 Freeing VG #orphans_lvm2 at 0x556187fe2c10. >config/config.c:281 Loading config file: /etc/lvm/lvm.conf >device/dev-io.c:570 Opened /etc/lvm/lvm.conf RO >device/dev-io.c:625 Closed /etc/lvm/lvm.conf >libdm-config.c:1064 log/syslog not found in config: defaulting to 1 >libdm-config.c:992 log/level not found in config: defaulting to 0 >libdm-config.c:1064 log/activation not found in config: defaulting to 0 >config/config.c:1465 log/debug_classes not found in config: defaulting to debug_classes = [ "memory", "devices", "activation", "allocation", "lvmetad", "metadata", "cache", "locking", "lvmpolld", "dbus" ] >commands/toolcontext.c:357 Setting log debug classes to 1023 >commands/toolcontext.c:363 Logging initialised at Thu Dec 22 18:02:31 2016 >config/config.c:281 Loading config file: /etc/lvm/lvmlocal.conf >device/dev-io.c:570 Opened /etc/lvm/lvmlocal.conf RO >device/dev-io.c:625 Closed /etc/lvm/lvmlocal.conf >libdm-config.c:1064 config/checks not found in config: defaulting to 1 >libdm-config.c:1064 config/abort_on_errors not found in config: defaulting to 0 >libdm-config.c:1064 config/checks not found in config: defaulting to 1 >libdm-config.c:1064 config/checks not found in config: defaulting to 1 >libdm-config.c:992 global/umask not found in config: defaulting to 63 >libdm-config.c:965 devices/dir not found in config: defaulting to /dev >libdm-config.c:965 devices/external_device_info_source not found in config: defaulting to none >libdm-config.c:965 global/proc not found in config: defaulting to /proc >libdm-config.c:1064 global/activation not found in config: defaulting to 1 >libdm-config.c:1064 activation/auto_set_activation_skip not found in config: defaulting to 1 >libdm-config.c:965 activation/readahead not found in config: defaulting to auto >libdm-config.c:1064 activation/udev_rules not found in config: defaulting to 1 >libdm-config.c:1064 activation/udev_sync not found in config: defaulting to 1 >libdm-config.c:1064 activation/retry_deactivation not found in config: defaulting to 1 >libdm-config.c:1064 activation/checks not found in config: defaulting to 0 >misc/lvm-globals.c:188 LVM activation checks disabled >libdm-config.c:1064 activation/use_linear_target not found in config: defaulting to 1 >libdm-config.c:965 activation/missing_stripe_filler not found in config: defaulting to error >libdm-config.c:1064 global/metadata_read_only not found in config: defaulting to 0 >libdm-config.c:992 devices/pv_min_size not found in config: defaulting to 2048 >libdm-config.c:1064 metadata/check_pv_device_sizes not found in config: defaulting to 1 >libdm-config.c:965 global/units not found in config: defaulting to h >libdm-config.c:1064 global/si_unit_consistency not found in config: defaulting to 1 >libdm-config.c:1064 report/binary_values_as_numeric not found in config: defaulting to 0 >libdm-config.c:1064 report/mark_hidden_devices not found in config: defaulting to 1 >libdm-config.c:1064 global/suffix not found in config: defaulting to 1 >libdm-config.c:965 report/list_item_separator not found in config: defaulting to , >libdm-config.c:965 report/time_format not found in config: defaulting to %Y-%m-%d %T %z >libdm-config.c:1064 report/two_word_unknown_device not found in config: defaulting to 0 >libdm-config.c:1064 global/detect_internal_vg_cache_corruption not found in config: defaulting to 0 >libdm-config.c:965 global/system_id_source not found in config: defaulting to none >libdm-config.c:965 config/profile_dir not found in config: defaulting to /etc/lvm/profile >libdm-config.c:992 devices/disable_after_error_count not found in config: defaulting to 0 >config/config.c:1468 Setting devices/preferred_names to preferred_names = [ "^/dev/mapper/", "^/dev/md/", "^/dev/sd" ] >libdm-config.c:1064 devices/obtain_device_list_from_udev not found in config: defaulting to 1 >config/config.c:1465 devices/scan not found in config: defaulting to scan = [ "/dev" ] >metadata/vg.c:74 Allocated VG #orphans_lvm1 at 0x5651cbc61bd0. >format1/format1.c:628 Initialised format: lvm1 >metadata/vg.c:74 Allocated VG #orphans_pool at 0x5651cbc65be0. >format_pool/format_pool.c:335 Initialised format: pool >metadata/vg.c:74 Allocated VG #orphans_lvm2 at 0x5651cbc7cc10. >format_text/format-text.c:2573 Initialised format: lvm2 >libdm-config.c:965 global/format not found in config: defaulting to lvm2 >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_lvm1" with VGID #orphans_lvm1. >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_lvm1". >cache/lvmcache.c:1875 lvmcache initialised VG #orphans_lvm1. >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_pool" with VGID #orphans_pool. >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_pool". >cache/lvmcache.c:1875 lvmcache initialised VG #orphans_pool. >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_lvm2" with VGID #orphans_lvm2. >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_lvm2". >cache/lvmcache.c:1875 lvmcache initialised VG #orphans_lvm2. >striped/striped.c:239 Initialised segtype: striped >zero/zero.c:98 Initialised segtype: zero >error/errseg.c:104 Initialised segtype: error >libdm-config.c:965 dmeventd/snapshot_library not found in config: defaulting to libdevmapper-event-lvm2snapshot.so >snapshot/snapshot.c:275 Initialised segtype: snapshot >libdm-config.c:965 dmeventd/mirror_library not found in config: defaulting to libdevmapper-event-lvm2mirror.so >mirror/mirrored.c:575 Initialised segtype: mirror >libdm-config.c:965 dmeventd/raid_library not found in config: defaulting to libdevmapper-event-lvm2raid.so >raid/raid.c:573 Initialised segtype: raid0 >raid/raid.c:573 Initialised segtype: raid0_meta >raid/raid.c:573 Initialised segtype: raid1 >raid/raid.c:573 Initialised segtype: raid10 >raid/raid.c:573 Initialised segtype: raid4 >raid/raid.c:573 Initialised segtype: raid5 >raid/raid.c:573 Initialised segtype: raid5_la >raid/raid.c:573 Initialised segtype: raid5_ls >raid/raid.c:573 Initialised segtype: raid5_ra >raid/raid.c:573 Initialised segtype: raid5_rs >raid/raid.c:573 Initialised segtype: raid6 >raid/raid.c:573 Initialised segtype: raid6_nc >raid/raid.c:573 Initialised segtype: raid6_nr >raid/raid.c:573 Initialised segtype: raid6_zr >libdm-config.c:965 dmeventd/thin_library not found in config: defaulting to libdevmapper-event-lvm2thin.so >thin/thin.c:825 Initialised segtype: thin-pool >thin/thin.c:825 Initialised segtype: thin >cache_segtype/cache.c:491 Initialised segtype: cache-pool >cache_segtype/cache.c:505 Initialised segtype: cache >libdm-config.c:1064 backup/archive not found in config: defaulting to 1 >libdm-config.c:992 backup/retain_days not found in config: defaulting to 30 >libdm-config.c:992 backup/retain_min not found in config: defaulting to 10 >libdm-config.c:965 backup/archive_dir not found in config: defaulting to /etc/lvm/archive >libdm-config.c:1064 backup/backup not found in config: defaulting to 1 >libdm-config.c:965 backup/backup_dir not found in config: defaulting to /etc/lvm/backup >config/config.c:1465 devices/global_filter not found in config: defaulting to global_filter = [ "a|.*/|" ] >libdm-config.c:992 global/locking_type not found in config: defaulting to 1 >libdm-config.c:1051 Setting global/use_lvmetad to 1 >libdm-config.c:992 global/lvmetad_update_wait_time not found in config: defaulting to 10 >daemon-client.c:33 /run/lvm/lvmetad.socket: Opening daemon socket to lvmetad for protocol lvmetad version 1. >daemon-client.c:52 Sending daemon lvmetad: hello >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting protocol to lvmetad >libdm-config.c:987 Setting version to 1 >cache/lvmetad.c:143 Successfully connected to lvmetad on fd 4. >libdm-config.c:1064 global/use_lvmpolld not found in config: defaulting to 1 >libdm-config.c:1064 devices/sysfs_scan not found in config: defaulting to 1 >filters/filter-sysfs.c:326 Sysfs filter initialised. >filters/filter-internal.c:77 internal filter initialised. >filters/filter-type.c:56 LVM type filter initialised. >filters/filter-usable.c:192 Usable device filter initialised. >libdm-config.c:1064 devices/multipath_component_detection not found in config: defaulting to 1 >filters/filter-mpath.c:291 mpath filter initialised. >filters/filter-partitioned.c:59 Partitioned filter initialised. >libdm-config.c:1064 devices/md_component_detection not found in config: defaulting to 1 >filters/filter-md.c:73 MD filter initialised. >libdm-config.c:1064 devices/fw_raid_component_detection not found in config: defaulting to 0 >filters/filter-composite.c:104 Composite filter initialised. >libdm-config.c:1064 devices/ignore_suspended_devices not found in config: defaulting to 0 >libdm-config.c:1064 devices/ignore_lvm_mirrors not found in config: defaulting to 1 >config/config.c:1465 devices/filter not found in config: defaulting to filter = [ "a|.*/|" ] >filters/filter-regex.c:216 Regex filter initialised. >filters/filter-usable.c:192 Usable device filter initialised. >filters/filter-composite.c:104 Composite filter initialised. >libdm-config.c:965 devices/cache not found in config: defaulting to /etc/lvm/cache/.cache >filters/filter-persistent.c:368 Persistent filter initialised. >filters/filter-composite.c:104 Composite filter initialised. >libdm-config.c:1064 devices/write_cache_state not found in config: defaulting to 1 >libdm-config.c:1051 Setting global/use_lvmetad to 1 >libdm-config.c:965 activation/activation_mode not found in config: defaulting to degraded >libdm-config.c:1064 metadata/record_lvs_history not found in config: defaulting to 0 >lvmcmdline.c:1611 DEGRADED MODE. Incomplete RAID LVs will be processed. >libdm-config.c:1064 activation/monitoring not found in config: defaulting to 1 >lvmcmdline.c:1617 Processing: vgchange --config ' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}' -an fedora >lvmcmdline.c:1618 Command pid: 1916 >lvmcmdline.c:1619 system ID: >lvmcmdline.c:1622 O_DIRECT will be used >libdm-config.c:992 global/locking_type not found in config: defaulting to 1 >libdm-config.c:1064 global/wait_for_locks not found in config: defaulting to 1 >locking/locking.c:129 File-based locking selected. >libdm-config.c:1064 global/prioritise_write_locks not found in config: defaulting to 1 >libdm-config.c:965 global/locking_dir not found in config: defaulting to /run/lock/lvm >libdm-common.c:971 Preparing SELinux context for /run/lock/lvm to system_u:object_r:lvm_lock_t:s0. >libdm-common.c:974 Resetting SELinux context to default value. >libdm-config.c:1064 global/use_lvmlockd not found in config: defaulting to 0 >cache/lvmetad.c:255 Sending lvmetad get_global_info >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting token to filter:3239235440 >libdm-config.c:987 Setting daemon_pid to 1348 >libdm-config.c:956 Setting response to OK >libdm-config.c:987 Setting global_disable to 0 >libdm-config.c:965 report/output_format not found in config: defaulting to basic >libdm-config.c:1064 log/report_command_log not found in config: defaulting to 0 >toollib.c:2174 Processing each VG >toollib.c:2226 Get list of VGs on system >cache/lvmetad.c:1440 Asking lvmetad for complete list of known VG ids/names >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting name to fedora >toollib.c:1936 Processing VG fedora 4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9 >cache/lvmcache.c:522 lvmcache has no info for vgname "fedora". >misc/lvm-flock.c:200 Locking /run/lock/lvm/V_fedora RB >libdm-common.c:971 Preparing SELinux context for /run/lock/lvm/V_fedora to system_u:object_r:lvm_lock_t:s0. >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/V_fedora:aux WB >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/V_fedora:aux >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/V_fedora RB >libdm-common.c:974 Resetting SELinux context to default value. >cache/lvmcache.c:522 lvmcache has no info for vgname "fedora". >metadata/metadata.c:4155 Reading VG fedora 4noBjM2710is67JSXt31k993BO09Wln9 >cache/lvmcache.c:619 Metadata cache has no info for vgid "4noBjM2710is67JSXt31k993BO09Wln9" >cache/lvmetad.c:981 Asking lvmetad for VG 4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9 fedora >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting name to fedora >libdm-config.c:956 Setting metadata/format to lvm2 >cache/lvmcache.c:522 lvmcache has no info for vgname "fedora" with VGID 4noBjM2710is67JSXt31k993BO09Wln9. >format_text/format-text.c:2003 <backtrace> >libdm-config.c:956 Setting id to XA9Ycw-cKn0-xIvf-V97A-qdBu-jGD6-lhhM13 >libdm-config.c:956 Setting format to lvm2 >libdm-config.c:987 Setting device to 64514 >libdm-config.c:987 Setting dev_size to 39843840 >libdm-config.c:987 Setting label_sector to 1 >libdm-config.c:987 Setting ext_flags to 1 >libdm-config.c:987 Setting ext_version to 2 >device/dev-cache.c:356 /dev/sr0: Added to device cache (11:0) >device/dev-cache.c:352 /dev/cdrom: Aliased to /dev/sr0 in device cache (preferred name) (11:0) >device/dev-cache.c:352 /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001: Aliased to /dev/cdrom in device cache (11:0) >device/dev-cache.c:352 /dev/disk/by-label/Fedora-26-x86_64: Aliased to /dev/cdrom in device cache (11:0) >device/dev-cache.c:352 /dev/disk/by-path/pci-0000:00:01.1-ata-1: Aliased to /dev/cdrom in device cache (11:0) >device/dev-cache.c:352 /dev/disk/by-uuid/2016-12-22-09-38-06-00: Aliased to /dev/cdrom in device cache (11:0) >device/dev-cache.c:356 /dev/vda: Added to device cache (252:0) >device/dev-cache.c:352 /dev/disk/by-path/virtio-pci-0000:00:0a.0: Aliased to /dev/vda in device cache (252:0) >device/dev-cache.c:356 /dev/vda1: Added to device cache (252:1) >device/dev-cache.c:352 /dev/disk/by-partuuid/4d329aa2-01: Aliased to /dev/vda1 in device cache (252:1) >device/dev-cache.c:352 /dev/disk/by-path/virtio-pci-0000:00:0a.0-part1: Aliased to /dev/vda1 in device cache (252:1) >device/dev-cache.c:352 /dev/disk/by-uuid/f7b3dd06-e8b7-4e82-ad0e-96efe7f36154: Aliased to /dev/vda1 in device cache (252:1) >device/dev-cache.c:356 /dev/vda2: Added to device cache (252:2) >device/dev-cache.c:352 /dev/disk/by-id/lvm-pv-uuid-XA9Ycw-cKn0-xIvf-V97A-qdBu-jGD6-lhhM13: Aliased to /dev/vda2 in device cache (252:2) >device/dev-cache.c:352 /dev/disk/by-partuuid/4d329aa2-02: Aliased to /dev/vda2 in device cache (252:2) >device/dev-cache.c:352 /dev/disk/by-path/virtio-pci-0000:00:0a.0-part2: Aliased to /dev/vda2 in device cache (252:2) >device/dev-cache.c:356 /dev/loop0: Added to device cache (7:0) >device/dev-cache.c:356 /dev/loop1: Added to device cache (7:1) >device/dev-cache.c:356 /dev/disk/by-label/Anaconda: Added to device cache (253:1) >device/dev-cache.c:352 /dev/disk/by-uuid/1e58d833-a4fb-46c1-85e5-70d7a86e94c3: Aliased to /dev/disk/by-label/Anaconda in device cache (253:1) >device/dev-cache.c:356 /dev/loop2: Added to device cache (7:2) >device/dev-cache.c:356 /dev/zram0: Added to device cache (251:0) >device/dev-cache.c:356 /dev/dm-0: Added to device cache (253:0) >device/dev-cache.c:352 /dev/disk/by-id/dm-name-live-rw: Aliased to /dev/dm-0 in device cache (preferred name) (253:0) >device/dev-cache.c:340 /dev/disk/by-label/Anaconda: Already in device cache >device/dev-cache.c:340 /dev/disk/by-uuid/1e58d833-a4fb-46c1-85e5-70d7a86e94c3: Already in device cache >device/dev-cache.c:352 /dev/mapper/live-rw: Aliased to /dev/disk/by-id/dm-name-live-rw in device cache (preferred name) (253:0) >device/dev-cache.c:352 /dev/dm-1: Aliased to /dev/disk/by-label/Anaconda in device cache (253:1) >device/dev-cache.c:352 /dev/disk/by-id/dm-name-live-base: Aliased to /dev/disk/by-label/Anaconda in device cache (preferred name) (253:1) >device/dev-cache.c:340 /dev/disk/by-label/Anaconda: Already in device cache >device/dev-cache.c:340 /dev/disk/by-uuid/1e58d833-a4fb-46c1-85e5-70d7a86e94c3: Already in device cache >device/dev-cache.c:352 /dev/mapper/live-base: Aliased to /dev/disk/by-id/dm-name-live-base in device cache (preferred name) (253:1) >device/dev-cache.c:356 /dev/dm-3: Added to device cache (253:3) >device/dev-cache.c:352 /dev/disk/by-id/dm-name-fedora-root: Aliased to /dev/dm-3 in device cache (preferred name) (253:3) >device/dev-cache.c:352 /dev/disk/by-id/dm-uuid-LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0: Aliased to /dev/disk/by-id/dm-name-fedora-root in device cache (253:3) >device/dev-cache.c:352 /dev/disk/by-uuid/6caf5cdb-623b-4e87-8b76-0efc05d8c91e: Aliased to /dev/disk/by-id/dm-name-fedora-root in device cache (253:3) >device/dev-cache.c:352 /dev/fedora/root: Aliased to /dev/disk/by-id/dm-name-fedora-root in device cache (preferred name) (253:3) >device/dev-cache.c:352 /dev/mapper/fedora-root: Aliased to /dev/fedora/root in device cache (preferred name) (253:3) >cache/lvmcache.c:1873 lvmcache /dev/vda2: now in VG #orphans_lvm2 (#orphans_lvm2) with 0 mda(s). >libdm-config.c:987 Setting size to 1044480 >libdm-config.c:987 Setting start to 4096 >libdm-config.c:987 Setting ignore to 0 >metadata/vg.c:74 Allocated VG fedora at 0x5651cbcf13b0. >format_text/import_vsn1.c:572 Importing logical volume fedora/swap. >format_text/import_vsn1.c:572 Importing logical volume fedora/root. >cache/lvmcache.c:522 lvmcache has no info for vgname "fedora" with VGID 4noBjM2710is67JSXt31k993BO09Wln9. >cache/lvmcache.c:522 lvmcache has no info for vgname "fedora". >cache/lvmcache.c:1873 lvmcache /dev/vda2: now in VG fedora with 1 mda(s). >cache/lvmcache.c:1637 lvmcache /dev/vda2: VG fedora: set VGID to 4noBjM2710is67JSXt31k993BO09Wln9. >cache/lvmcache.c:1949 lvmcache /dev/vda2: VG fedora: set system_id to . >cache/lvmcache.c:202 Metadata cache: VG fedora (4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9) stored (1356 bytes). >cache/lvmetad.c:2291 Sending lvmetad vg_clear_outdated_pvs >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >device/dev-io.c:570 Opened /dev/vda2 RO O_DIRECT >device/dev-io.c:330 /dev/vda2: size is 39843840 sectors >metadata/pv_manip.c:420 /dev/vda2 0: 0 512: swap(0:0) >metadata/pv_manip.c:420 /dev/vda2 1: 512 3840: root(0:0) >metadata/pv_manip.c:420 /dev/vda2 2: 4352 511: NULL(0:0) >metadata/vg.c:74 Allocated VG fedora at 0x5651cbcddbe0. >format_text/import_vsn1.c:572 Importing logical volume fedora/swap. >format_text/import_vsn1.c:572 Importing logical volume fedora/root. >toollib.c:1962 Process single VG fedora >activate/dev_manager.c:755 Getting device info for fedora-swap [LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF] >ioctl/libdm-iface.c:1838 dm version [ opencount flush ] [16384] (*1) >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF [ opencount flush ] [16384] (*1) >activate/dev_manager.c:683 Skipping checks for old devices without LVM- dm uuid prefix (kernel vsn 4 >= 3). >activate/dev_manager.c:755 Getting device info for fedora-root [LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 [ opencount flush ] [16384] (*1) >activate/activate.c:1402 Counted 0 open LVs in VG fedora. >metadata/lv.c:1437 Deactivating logical volume fedora/swap. >misc/lvm-flock.c:200 Locking /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF WB >libdm-common.c:971 Preparing SELinux context for /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF to system_u:object_r:lvm_lock_t:s0. >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF:aux WB >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF WB >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF:aux >libdm-common.c:974 Resetting SELinux context to default value. >locking/file_locking.c:99 Locking LV 4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF (NL) >activate/activate.c:2310 Deactivating fedora/swap. >activate/dev_manager.c:755 Getting device info for fedora-swap [LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF [ noopencount flush ] [16384] (*1) >misc/lvm-flock.c:71 Unlocking /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF >metadata/lv.c:1437 Deactivating logical volume fedora/root. >misc/lvm-flock.c:200 Locking /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 WB >libdm-common.c:971 Preparing SELinux context for /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 to system_u:object_r:lvm_lock_t:s0. >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0:aux WB >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 WB >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0:aux >libdm-common.c:974 Resetting SELinux context to default value. >locking/file_locking.c:99 Locking LV 4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 (NL) >activate/activate.c:2310 Deactivating fedora/root. >activate/dev_manager.c:755 Getting device info for fedora-root [LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 [ noopencount flush ] [16384] (*1) >activate/dev_manager.c:755 Getting device info for fedora-root [LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 [ opencount flush ] [16384] (*1) >mm/memlock.c:592 Leaving critical section (deactivated). >activate/dev_manager.c:755 Getting device info for fedora-root [LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 [ noopencount flush ] [16384] (*1) >misc/lvm-flock.c:71 Unlocking /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 >mm/memlock.c:562 Unlock: Memlock counters: locked:1 critical:0 daemon:0 suspended:0 >mm/memlock.c:519 Unlocking memory >mm/memlock.c:287 munlock 1668KiB 5651cb72f000 - 5651cb8d0000 r-xp 00000000 fd:00 2672 /usr/sbin/lvm >mm/memlock.c:287 munlock 36KiB 5651cbacf000 - 5651cbad8000 r--p 001a0000 fd:00 2672 /usr/sbin/lvm >mm/memlock.c:287 munlock 32KiB 5651cbad8000 - 5651cbae0000 rw-p 001a9000 fd:00 2672 /usr/sbin/lvm >mm/memlock.c:287 munlock 124KiB 5651cbae0000 - 5651cbaff000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 12924KiB 5651cbc34000 - 5651cc8d3000 rw-p 00000000 00:00 0 [heap] >mm/memlock.c:259 munlock default filter '/etc/selinux' matches '7f9fb4177000-7f9fb42ea000 r--p 00000000 fd:00 32444 /etc/selinux/targeted/contexts/files/file_contexts.bin': Skipping. >mm/memlock.c:259 munlock default filter '/libpcre.so.' matches '7f9fb42ea000-7f9fb435c000 r-xp 00000000 fd:00 11620 /usr/lib64/libpcre.so.1.2.8': Skipping. >mm/memlock.c:241 munlock area unreadable 7f9fb435c000-7f9fb455b000 ---p 00072000 fd:00 11620 /usr/lib64/libpcre.so.1.2.8 : Skipping. >mm/memlock.c:259 munlock default filter '/libpcre.so.' matches '7f9fb455b000-7f9fb455c000 r--p 00071000 fd:00 11620 /usr/lib64/libpcre.so.1.2.8': Skipping. >mm/memlock.c:259 munlock default filter '/libpcre.so.' matches '7f9fb455c000-7f9fb455d000 rw-p 00072000 fd:00 11620 /usr/lib64/libpcre.so.1.2.8': Skipping. >mm/memlock.c:287 munlock 76KiB 7f9fb455d000 - 7f9fb4570000 r-xp 00000000 fd:00 11649 /usr/lib64/libgpg-error.so.0.20.0 >mm/memlock.c:241 munlock area unreadable 7f9fb4570000-7f9fb476f000 ---p 00013000 fd:00 11649 /usr/lib64/libgpg-error.so.0.20.0 : Skipping. >mm/memlock.c:287 munlock 4KiB 7f9fb476f000 - 7f9fb4770000 r--p 00012000 fd:00 11649 /usr/lib64/libgpg-error.so.0.20.0 >mm/memlock.c:287 munlock 4KiB 7f9fb4770000 - 7f9fb4771000 rw-p 00013000 fd:00 11649 /usr/lib64/libgpg-error.so.0.20.0 >mm/memlock.c:287 munlock 1044KiB 7f9fb4771000 - 7f9fb4876000 r-xp 00000000 fd:00 11661 /usr/lib64/libgcrypt.so.20.1.5 >mm/memlock.c:241 munlock area unreadable 7f9fb4876000-7f9fb4a76000 ---p 00105000 fd:00 11661 /usr/lib64/libgcrypt.so.20.1.5 : Skipping. >mm/memlock.c:287 munlock 4KiB 7f9fb4a76000 - 7f9fb4a77000 r--p 00105000 fd:00 11661 /usr/lib64/libgcrypt.so.20.1.5 >mm/memlock.c:287 munlock 28KiB 7f9fb4a77000 - 7f9fb4a7e000 rw-p 00106000 fd:00 11661 /usr/lib64/libgcrypt.so.20.1.5 >mm/memlock.c:287 munlock 68KiB 7f9fb4a7e000 - 7f9fb4a8f000 r-xp 00000000 fd:00 11720 /usr/lib64/liblz4.so.1.7.4 >mm/memlock.c:241 munlock area unreadable 7f9fb4a8f000-7f9fb4c8e000 ---p 00011000 fd:00 11720 /usr/lib64/liblz4.so.1.7.4 : Skipping. >mm/memlock.c:287 munlock 4KiB 7f9fb4c8e000 - 7f9fb4c8f000 r--p 00010000 fd:00 11720 /usr/lib64/liblz4.so.1.7.4 >mm/memlock.c:287 munlock 4KiB 7f9fb4c8f000 - 7f9fb4c90000 rw-p 00000000 00:00 0 >mm/memlock.c:259 munlock default filter '/liblzma.so.' matches '7f9fb4c90000-7f9fb4cb5000 r-xp 00000000 fd:00 11629 /usr/lib64/liblzma.so.5.2.2': Skipping. >mm/memlock.c:241 munlock area unreadable 7f9fb4cb5000-7f9fb4eb4000 ---p 00025000 fd:00 11629 /usr/lib64/liblzma.so.5.2.2 : Skipping. >mm/memlock.c:259 munlock default filter '/liblzma.so.' matches '7f9fb4eb4000-7f9fb4eb5000 r--p 00024000 fd:00 11629 /usr/lib64/liblzma.so.5.2.2': Skipping. >mm/memlock.c:287 munlock 4KiB 7f9fb4eb5000 - 7f9fb4eb6000 rw-p 00000000 00:00 0 >mm/memlock.c:259 munlock default filter '/libtinfo.so.' matches '7f9fb4eb6000-7f9fb4edd000 r-xp 00000000 fd:00 11618 /usr/lib64/libtinfo.so.6.0': Skipping. >mm/memlock.c:241 munlock area unreadable 7f9fb4edd000-7f9fb50dd000 ---p 00027000 fd:00 11618 /usr/lib64/libtinfo.so.6.0 : Skipping. >mm/memlock.c:259 munlock default filter '/libtinfo.so.' matches '7f9fb50dd000-7f9fb50e1000 r--p 00027000 fd:00 11618 /usr/lib64/libtinfo.so.6.0': Skipping. >mm/memlock.c:259 munlock default filter '/libtinfo.so.' matches '7f9fb50e1000-7f9fb50e2000 rw-p 0002b000 fd:00 11618 /usr/lib64/libtinfo.so.6.0': Skipping. >mm/memlock.c:259 munlock default filter '/libsepol.so.' matches '7f9fb50e2000-7f9fb5178000 r-xp 00000000 fd:00 11619 /usr/lib64/libsepol.so.1': Skipping. >mm/memlock.c:241 munlock area unreadable 7f9fb5178000-7f9fb5377000 ---p 00096000 fd:00 11619 /usr/lib64/libsepol.so.1 : Skipping. >mm/memlock.c:259 munlock default filter '/libsepol.so.' matches '7f9fb5377000-7f9fb5378000 r--p 00095000 fd:00 11619 /usr/lib64/libsepol.so.1': Skipping. >mm/memlock.c:259 munlock default filter '/libsepol.so.' matches '7f9fb5378000-7f9fb5379000 rw-p 00096000 fd:00 11619 /usr/lib64/libsepol.so.1': Skipping. >mm/memlock.c:287 munlock 4KiB 7f9fb5379000 - 7f9fb537a000 rw-p 00000000 00:00 0 >mm/memlock.c:259 munlock default filter '/libuuid.so.' matches '7f9fb537a000-7f9fb537e000 r-xp 00000000 fd:00 11636 /usr/lib64/libuuid.so.1.3.0': Skipping. >mm/memlock.c:241 munlock area unreadable 7f9fb537e000-7f9fb557d000 ---p 00004000 fd:00 11636 /usr/lib64/libuuid.so.1.3.0 : Skipping. >mm/memlock.c:259 munlock default filter '/libuuid.so.' matches '7f9fb557d000-7f9fb557e000 r--p 00003000 fd:00 11636 /usr/lib64/libuuid.so.1.3.0': Skipping. >mm/memlock.c:287 munlock 4KiB 7f9fb557e000 - 7f9fb557f000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 100KiB 7f9fb557f000 - 7f9fb5598000 r-xp 00000000 fd:00 11598 /usr/lib64/libpthread-2.24.90.so >mm/memlock.c:241 munlock area unreadable 7f9fb5598000-7f9fb5798000 ---p 00019000 fd:00 11598 /usr/lib64/libpthread-2.24.90.so : Skipping. >mm/memlock.c:287 munlock 4KiB 7f9fb5798000 - 7f9fb5799000 r--p 00019000 fd:00 11598 /usr/lib64/libpthread-2.24.90.so >mm/memlock.c:287 munlock 4KiB 7f9fb5799000 - 7f9fb579a000 rw-p 0001a000 fd:00 11598 /usr/lib64/libpthread-2.24.90.so >mm/memlock.c:287 munlock 16KiB 7f9fb579a000 - 7f9fb579e000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 88KiB 7f9fb579e000 - 7f9fb57b4000 r-xp 00000000 fd:00 11580 /usr/lib64/libgcc_s-6.3.1-20161221.so.1 >mm/memlock.c:241 munlock area unreadable 7f9fb57b4000-7f9fb59b3000 ---p 00016000 fd:00 11580 /usr/lib64/libgcc_s-6.3.1-20161221.so.1 : Skipping. >mm/memlock.c:287 munlock 4KiB 7f9fb59b3000 - 7f9fb59b4000 r--p 00015000 fd:00 11580 /usr/lib64/libgcc_s-6.3.1-20161221.so.1 >mm/memlock.c:287 munlock 4KiB 7f9fb59b4000 - 7f9fb59b5000 rw-p 00016000 fd:00 11580 /usr/lib64/libgcc_s-6.3.1-20161221.so.1 >mm/memlock.c:287 munlock 1088KiB 7f9fb59b5000 - 7f9fb5ac5000 r-xp 00000000 fd:00 11588 /usr/lib64/libm-2.24.90.so >mm/memlock.c:241 munlock area unreadable 7f9fb5ac5000-7f9fb5cc4000 ---p 00110000 fd:00 11588 /usr/lib64/libm-2.24.90.so : Skipping. >mm/memlock.c:287 munlock 4KiB 7f9fb5cc4000 - 7f9fb5cc5000 r--p 0010f000 fd:00 11588 /usr/lib64/libm-2.24.90.so >mm/memlock.c:287 munlock 4KiB 7f9fb5cc5000 - 7f9fb5cc6000 rw-p 00110000 fd:00 11588 /usr/lib64/libm-2.24.90.so >mm/memlock.c:259 munlock default filter '/libcap.so.' matches '7f9fb5cc6000-7f9fb5cca000 r-xp 00000000 fd:00 11644 /usr/lib64/libcap.so.2.25': Skipping. >mm/memlock.c:241 munlock area unreadable 7f9fb5cca000-7f9fb5ec9000 ---p 00004000 fd:00 11644 /usr/lib64/libcap.so.2.25 : Skipping. >mm/memlock.c:259 munlock default filter '/libcap.so.' matches '7f9fb5ec9000-7f9fb5eca000 r--p 00003000 fd:00 11644 /usr/lib64/libcap.so.2.25': Skipping. >mm/memlock.c:259 munlock default filter '/libcap.so.' matches '7f9fb5eca000-7f9fb5ecb000 rw-p 00004000 fd:00 11644 /usr/lib64/libcap.so.2.25': Skipping. >mm/memlock.c:259 munlock default filter '/libselinux.so.' matches '7f9fb5ecb000-7f9fb5eee000 r-xp 00000000 fd:00 11625 /usr/lib64/libselinux.so.1': Skipping. >mm/memlock.c:241 munlock area unreadable 7f9fb5eee000-7f9fb60ee000 ---p 00023000 fd:00 11625 /usr/lib64/libselinux.so.1 : Skipping. >mm/memlock.c:259 munlock default filter '/libselinux.so.' matches '7f9fb60ee000-7f9fb60ef000 r--p 00023000 fd:00 11625 /usr/lib64/libselinux.so.1': Skipping. >mm/memlock.c:259 munlock default filter '/libselinux.so.' matches '7f9fb60ef000-7f9fb60f0000 rw-p 00024000 fd:00 11625 /usr/lib64/libselinux.so.1': Skipping. >mm/memlock.c:287 munlock 8KiB 7f9fb60f0000 - 7f9fb60f2000 rw-p 00000000 00:00 0 >mm/memlock.c:259 munlock default filter '/libresolv-' matches '7f9fb60f2000-7f9fb6107000 r-xp 00000000 fd:00 11600 /usr/lib64/libresolv-2.24.90.so': Skipping. >mm/memlock.c:241 munlock area unreadable 7f9fb6107000-7f9fb6307000 ---p 00015000 fd:00 11600 /usr/lib64/libresolv-2.24.90.so : Skipping. >mm/memlock.c:259 munlock default filter '/libresolv-' matches '7f9fb6307000-7f9fb6308000 r--p 00015000 fd:00 11600 /usr/lib64/libresolv-2.24.90.so': Skipping. >mm/memlock.c:259 munlock default filter '/libresolv-' matches '7f9fb6308000-7f9fb6309000 rw-p 00016000 fd:00 11600 /usr/lib64/libresolv-2.24.90.so': Skipping. >mm/memlock.c:287 munlock 8KiB 7f9fb6309000 - 7f9fb630b000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 1780KiB 7f9fb630b000 - 7f9fb64c8000 r-xp 00000000 fd:00 11584 /usr/lib64/libc-2.24.90.so >mm/memlock.c:241 munlock area unreadable 7f9fb64c8000-7f9fb66c8000 ---p 001bd000 fd:00 11584 /usr/lib64/libc-2.24.90.so : Skipping. >mm/memlock.c:287 munlock 16KiB 7f9fb66c8000 - 7f9fb66cc000 r--p 001bd000 fd:00 11584 /usr/lib64/libc-2.24.90.so >mm/memlock.c:287 munlock 8KiB 7f9fb66cc000 - 7f9fb66ce000 rw-p 001c1000 fd:00 11584 /usr/lib64/libc-2.24.90.so >mm/memlock.c:287 munlock 16KiB 7f9fb66ce000 - 7f9fb66d2000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 28KiB 7f9fb66d2000 - 7f9fb66d9000 r-xp 00000000 fd:00 11602 /usr/lib64/librt-2.24.90.so >mm/memlock.c:241 munlock area unreadable 7f9fb66d9000-7f9fb68d8000 ---p 00007000 fd:00 11602 /usr/lib64/librt-2.24.90.so : Skipping. >mm/memlock.c:287 munlock 4KiB 7f9fb68d8000 - 7f9fb68d9000 r--p 00006000 fd:00 11602 /usr/lib64/librt-2.24.90.so >mm/memlock.c:287 munlock 4KiB 7f9fb68d9000 - 7f9fb68da000 rw-p 00007000 fd:00 11602 /usr/lib64/librt-2.24.90.so >mm/memlock.c:259 munlock default filter '/libreadline.so.' matches '7f9fb68da000-7f9fb6919000 r-xp 00000000 fd:00 11646 /usr/lib64/libreadline.so.6.3': Skipping. >mm/memlock.c:241 munlock area unreadable 7f9fb6919000-7f9fb6b19000 ---p 0003f000 fd:00 11646 /usr/lib64/libreadline.so.6.3 : Skipping. >mm/memlock.c:259 munlock default filter '/libreadline.so.' matches '7f9fb6b19000-7f9fb6b1c000 r--p 0003f000 fd:00 11646 /usr/lib64/libreadline.so.6.3': Skipping. >mm/memlock.c:259 munlock default filter '/libreadline.so.' matches '7f9fb6b1c000-7f9fb6b22000 rw-p 00042000 fd:00 11646 /usr/lib64/libreadline.so.6.3': Skipping. >mm/memlock.c:287 munlock 4KiB 7f9fb6b22000 - 7f9fb6b23000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 320KiB 7f9fb6b23000 - 7f9fb6b73000 r-xp 00000000 fd:00 12373 /usr/lib64/libdevmapper.so.1.02 >mm/memlock.c:241 munlock area unreadable 7f9fb6b73000-7f9fb6d73000 ---p 00050000 fd:00 12373 /usr/lib64/libdevmapper.so.1.02 : Skipping. >mm/memlock.c:287 munlock 4KiB 7f9fb6d73000 - 7f9fb6d74000 r--p 00050000 fd:00 12373 /usr/lib64/libdevmapper.so.1.02 >mm/memlock.c:287 munlock 12KiB 7f9fb6d74000 - 7f9fb6d77000 rw-p 00051000 fd:00 12373 /usr/lib64/libdevmapper.so.1.02 >mm/memlock.c:287 munlock 4KiB 7f9fb6d77000 - 7f9fb6d78000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 20KiB 7f9fb6d78000 - 7f9fb6d7d000 r-xp 00000000 fd:00 12399 /usr/lib64/libdevmapper-event.so.1.02 >mm/memlock.c:241 munlock area unreadable 7f9fb6d7d000-7f9fb6f7d000 ---p 00005000 fd:00 12399 /usr/lib64/libdevmapper-event.so.1.02 : Skipping. >mm/memlock.c:287 munlock 4KiB 7f9fb6f7d000 - 7f9fb6f7e000 r--p 00005000 fd:00 12399 /usr/lib64/libdevmapper-event.so.1.02 >mm/memlock.c:287 munlock 4KiB 7f9fb6f7e000 - 7f9fb6f7f000 rw-p 00006000 fd:00 12399 /usr/lib64/libdevmapper-event.so.1.02 >mm/memlock.c:259 munlock default filter '/libblkid.so.' matches '7f9fb6f7f000-7f9fb6fbf000 r-xp 00000000 fd:00 12056 /usr/lib64/libblkid.so.1.1.0': Skipping. >mm/memlock.c:241 munlock area unreadable 7f9fb6fbf000-7f9fb71bf000 ---p 00040000 fd:00 12056 /usr/lib64/libblkid.so.1.1.0 : Skipping. >mm/memlock.c:259 munlock default filter '/libblkid.so.' matches '7f9fb71bf000-7f9fb71c3000 r--p 00040000 fd:00 12056 /usr/lib64/libblkid.so.1.1.0': Skipping. >mm/memlock.c:259 munlock default filter '/libblkid.so.' matches '7f9fb71c3000-7f9fb71c4000 rw-p 00044000 fd:00 12056 /usr/lib64/libblkid.so.1.1.0': Skipping. >mm/memlock.c:287 munlock 4KiB 7f9fb71c4000 - 7f9fb71c5000 rw-p 00000000 00:00 0 >mm/memlock.c:259 munlock default filter '/libdl-' matches '7f9fb71c5000-7f9fb71c8000 r-xp 00000000 fd:00 11586 /usr/lib64/libdl-2.24.90.so': Skipping. >mm/memlock.c:241 munlock area unreadable 7f9fb71c8000-7f9fb73c7000 ---p 00003000 fd:00 11586 /usr/lib64/libdl-2.24.90.so : Skipping. >mm/memlock.c:259 munlock default filter '/libdl-' matches '7f9fb73c7000-7f9fb73c8000 r--p 00002000 fd:00 11586 /usr/lib64/libdl-2.24.90.so': Skipping. >mm/memlock.c:259 munlock default filter '/libdl-' matches '7f9fb73c8000-7f9fb73c9000 rw-p 00003000 fd:00 11586 /usr/lib64/libdl-2.24.90.so': Skipping. >mm/memlock.c:259 munlock default filter '/ld-2.' matches '7f9fb73c9000-7f9fb73ee000 r-xp 00000000 fd:00 11582 /usr/lib64/ld-2.24.90.so': Skipping. >mm/memlock.c:259 munlock default filter '/etc/selinux' matches '7f9fb7520000-7f9fb752c000 r--p 00000000 fd:00 32446 /etc/selinux/targeted/contexts/files/file_contexts.homedirs.bin': Skipping. >mm/memlock.c:287 munlock 32KiB 7f9fb752c000 - 7f9fb7534000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 536KiB 7f9fb7534000 - 7f9fb75ba000 r-xp 00000000 fd:00 11724 /usr/lib64/libsystemd.so.0.16.0 >mm/memlock.c:287 munlock 12KiB 7f9fb75ba000 - 7f9fb75bd000 r--p 00085000 fd:00 11724 /usr/lib64/libsystemd.so.0.16.0 >mm/memlock.c:287 munlock 4KiB 7f9fb75bd000 - 7f9fb75be000 rw-p 00088000 fd:00 11724 /usr/lib64/libsystemd.so.0.16.0 >mm/memlock.c:287 munlock 12KiB 7f9fb75be000 - 7f9fb75c1000 rw-p 00000000 00:00 0 >mm/memlock.c:259 munlock default filter '/libudev.so.' matches '7f9fb75c1000-7f9fb75e0000 r-xp 00000000 fd:00 11726 /usr/lib64/libudev.so.1.6.5': Skipping. >mm/memlock.c:259 munlock default filter '/libudev.so.' matches '7f9fb75e0000-7f9fb75e1000 r--p 0001e000 fd:00 11726 /usr/lib64/libudev.so.1.6.5': Skipping. >mm/memlock.c:259 munlock default filter '/libudev.so.' matches '7f9fb75e1000-7f9fb75e2000 rw-p 0001f000 fd:00 11726 /usr/lib64/libudev.so.1.6.5': Skipping. >mm/memlock.c:287 munlock 8KiB 7f9fb75ec000 - 7f9fb75ee000 rw-p 00000000 00:00 0 >mm/memlock.c:259 munlock default filter '/ld-2.' matches '7f9fb75ee000-7f9fb75ef000 r--p 00025000 fd:00 11582 /usr/lib64/ld-2.24.90.so': Skipping. >mm/memlock.c:259 munlock default filter '/ld-2.' matches '7f9fb75ef000-7f9fb75f0000 rw-p 00026000 fd:00 11582 /usr/lib64/ld-2.24.90.so': Skipping. >mm/memlock.c:287 munlock 4KiB 7f9fb75f0000 - 7f9fb75f1000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 0KiB 7ffcac28e000 - 7ffcac28e000 rw-p 00000000 00:00 0 >mm/memlock.c:287 munlock 132KiB 7ffcac28e000 - 7ffcac2af000 rw-p 00000000 00:00 0 [stack] >mm/memlock.c:287 munlock 8KiB 7ffcac2f4000 - 7ffcac2f6000 r--p 00000000 00:00 0 [vvar] >mm/memlock.c:249 munlock ignore filter '[vdso]' matches '7ffcac2f6000-7ffcac2f8000 r-xp 00000000 00:00 0 [vdso]': Skipping. >mm/memlock.c:249 munlock ignore filter '[vsyscall]' matches 'ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]': Skipping. >mm/memlock.c:373 Unlocked 20832256 bytes >activate/fs.c:489 Syncing device names >libdm-common.c:2318 Udev cookie 0xd4dabf1 (semid 163840) decremented to 0 >libdm-common.c:2604 Udev cookie 0xd4dabf1 (semid 163840) waiting for zero >libdm-common.c:2333 Udev cookie 0xd4dabf1 (semid 163840) destroyed >libdm-common.c:1475 fedora-root: Skipping NODE_DEL [trust_udev] >vgchange.c:160 Deactivated 2 logical volumes in volume group fedora >activate/dev_manager.c:755 Getting device info for fedora-swap [LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF [ noopencount flush ] [16384] (*1) >activate/dev_manager.c:755 Getting device info for fedora-root [LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 [ noopencount flush ] [16384] (*1) >activate/activate.c:1385 Counted 0 active LVs in VG fedora >vgchange.c:259 0 logical volume(s) in volume group "fedora" now active >activate/dev_manager.c:755 Getting device info for fedora-swap [LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF [ noopencount flush ] [16384] (*1) >activate/dev_manager.c:755 Getting device info for fedora-root [LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 [ noopencount flush ] [16384] (*1) >activate/activate.c:1385 Counted 0 active LVs in VG fedora >mm/memlock.c:562 Unlock: Memlock counters: locked:0 critical:0 daemon:0 suspended:0 >activate/fs.c:489 Syncing device names >cache/lvmcache.c:157 Metadata cache: VG fedora wiped. >misc/lvm-flock.c:71 Unlocking /run/lock/lvm/V_fedora >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/V_fedora >device/dev-io.c:625 Closed /dev/vda2 >metadata/vg.c:89 Freeing VG fedora at 0x5651cbcddbe0. >metadata/vg.c:89 Freeing VG fedora at 0x5651cbcf13b0. >libdm-config.c:1064 global/notify_dbus not found in config: defaulting to 1 >notify/lvmnotify.c:54 Nofify dbus at com.redhat.lvmdbus1. >commands/toolcontext.c:2096 Reloading config files >activate/fs.c:489 Syncing device names >cache/lvmcache.c:2298 Wiping internal VG cache >metadata/vg.c:89 Freeing VG #orphans_lvm1 at 0x5651cbc61bd0. >metadata/vg.c:89 Freeing VG #orphans_pool at 0x5651cbc65be0. >metadata/vg.c:89 Freeing VG #orphans_lvm2 at 0x5651cbc7cc10. >config/config.c:281 Loading config file: /etc/lvm/lvm.conf >device/dev-io.c:570 Opened /etc/lvm/lvm.conf RO >device/dev-io.c:625 Closed /etc/lvm/lvm.conf >libdm-config.c:1064 log/syslog not found in config: defaulting to 1 >libdm-config.c:992 log/level not found in config: defaulting to 0 >libdm-config.c:1064 log/activation not found in config: defaulting to 0 >config/config.c:1465 log/debug_classes not found in config: defaulting to debug_classes = [ "memory", "devices", "activation", "allocation", "lvmetad", "metadata", "cache", "locking", "lvmpolld", "dbus" ] >commands/toolcontext.c:357 Setting log debug classes to 1023 >commands/toolcontext.c:363 Logging initialised at Thu Dec 22 18:02:31 2016 >config/config.c:281 Loading config file: /etc/lvm/lvmlocal.conf >device/dev-io.c:570 Opened /etc/lvm/lvmlocal.conf RO >device/dev-io.c:625 Closed /etc/lvm/lvmlocal.conf >libdm-config.c:1064 config/checks not found in config: defaulting to 1 >libdm-config.c:1064 config/abort_on_errors not found in config: defaulting to 0 >libdm-config.c:1064 config/checks not found in config: defaulting to 1 >libdm-config.c:1064 config/checks not found in config: defaulting to 1 >libdm-config.c:992 global/umask not found in config: defaulting to 63 >libdm-config.c:965 devices/dir not found in config: defaulting to /dev >libdm-config.c:965 devices/external_device_info_source not found in config: defaulting to none >libdm-config.c:965 global/proc not found in config: defaulting to /proc >libdm-config.c:1064 global/activation not found in config: defaulting to 1 >libdm-config.c:1064 activation/auto_set_activation_skip not found in config: defaulting to 1 >libdm-config.c:965 activation/readahead not found in config: defaulting to auto >libdm-config.c:1064 activation/udev_rules not found in config: defaulting to 1 >libdm-config.c:1064 activation/udev_sync not found in config: defaulting to 1 >libdm-config.c:1064 activation/retry_deactivation not found in config: defaulting to 1 >libdm-config.c:1064 activation/checks not found in config: defaulting to 0 >misc/lvm-globals.c:188 LVM activation checks disabled >libdm-config.c:1064 activation/use_linear_target not found in config: defaulting to 1 >libdm-config.c:965 activation/missing_stripe_filler not found in config: defaulting to error >libdm-config.c:1064 global/metadata_read_only not found in config: defaulting to 0 >libdm-config.c:992 devices/pv_min_size not found in config: defaulting to 2048 >libdm-config.c:1064 metadata/check_pv_device_sizes not found in config: defaulting to 1 >libdm-config.c:965 global/units not found in config: defaulting to h >libdm-config.c:1064 global/si_unit_consistency not found in config: defaulting to 1 >libdm-config.c:1064 report/binary_values_as_numeric not found in config: defaulting to 0 >libdm-config.c:1064 report/mark_hidden_devices not found in config: defaulting to 1 >libdm-config.c:1064 global/suffix not found in config: defaulting to 1 >libdm-config.c:965 report/list_item_separator not found in config: defaulting to , >libdm-config.c:965 report/time_format not found in config: defaulting to %Y-%m-%d %T %z >libdm-config.c:1064 report/two_word_unknown_device not found in config: defaulting to 0 >libdm-config.c:1064 global/detect_internal_vg_cache_corruption not found in config: defaulting to 0 >libdm-config.c:965 global/system_id_source not found in config: defaulting to none >libdm-config.c:965 config/profile_dir not found in config: defaulting to /etc/lvm/profile >libdm-config.c:992 devices/disable_after_error_count not found in config: defaulting to 0 >config/config.c:1468 Setting devices/preferred_names to preferred_names = [ "^/dev/mapper/", "^/dev/md/", "^/dev/sd" ] >libdm-config.c:1064 devices/obtain_device_list_from_udev not found in config: defaulting to 1 >config/config.c:1465 devices/scan not found in config: defaulting to scan = [ "/dev" ] >metadata/vg.c:74 Allocated VG #orphans_lvm1 at 0x5654a42c5bd0. >format1/format1.c:628 Initialised format: lvm1 >metadata/vg.c:74 Allocated VG #orphans_pool at 0x5654a42c9be0. >format_pool/format_pool.c:335 Initialised format: pool >metadata/vg.c:74 Allocated VG #orphans_lvm2 at 0x5654a42e0c10. >format_text/format-text.c:2573 Initialised format: lvm2 >libdm-config.c:965 global/format not found in config: defaulting to lvm2 >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_lvm1" with VGID #orphans_lvm1. >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_lvm1". >cache/lvmcache.c:1875 lvmcache initialised VG #orphans_lvm1. >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_pool" with VGID #orphans_pool. >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_pool". >cache/lvmcache.c:1875 lvmcache initialised VG #orphans_pool. >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_lvm2" with VGID #orphans_lvm2. >cache/lvmcache.c:522 lvmcache has no info for vgname "#orphans_lvm2". >cache/lvmcache.c:1875 lvmcache initialised VG #orphans_lvm2. >striped/striped.c:239 Initialised segtype: striped >zero/zero.c:98 Initialised segtype: zero >error/errseg.c:104 Initialised segtype: error >libdm-config.c:965 dmeventd/snapshot_library not found in config: defaulting to libdevmapper-event-lvm2snapshot.so >snapshot/snapshot.c:275 Initialised segtype: snapshot >libdm-config.c:965 dmeventd/mirror_library not found in config: defaulting to libdevmapper-event-lvm2mirror.so >mirror/mirrored.c:575 Initialised segtype: mirror >libdm-config.c:965 dmeventd/raid_library not found in config: defaulting to libdevmapper-event-lvm2raid.so >raid/raid.c:573 Initialised segtype: raid0 >raid/raid.c:573 Initialised segtype: raid0_meta >raid/raid.c:573 Initialised segtype: raid1 >raid/raid.c:573 Initialised segtype: raid10 >raid/raid.c:573 Initialised segtype: raid4 >raid/raid.c:573 Initialised segtype: raid5 >raid/raid.c:573 Initialised segtype: raid5_la >raid/raid.c:573 Initialised segtype: raid5_ls >raid/raid.c:573 Initialised segtype: raid5_ra >raid/raid.c:573 Initialised segtype: raid5_rs >raid/raid.c:573 Initialised segtype: raid6 >raid/raid.c:573 Initialised segtype: raid6_nc >raid/raid.c:573 Initialised segtype: raid6_nr >raid/raid.c:573 Initialised segtype: raid6_zr >libdm-config.c:965 dmeventd/thin_library not found in config: defaulting to libdevmapper-event-lvm2thin.so >thin/thin.c:825 Initialised segtype: thin-pool >thin/thin.c:825 Initialised segtype: thin >cache_segtype/cache.c:491 Initialised segtype: cache-pool >cache_segtype/cache.c:505 Initialised segtype: cache >libdm-config.c:1064 backup/archive not found in config: defaulting to 1 >libdm-config.c:992 backup/retain_days not found in config: defaulting to 30 >libdm-config.c:992 backup/retain_min not found in config: defaulting to 10 >libdm-config.c:965 backup/archive_dir not found in config: defaulting to /etc/lvm/archive >libdm-config.c:1064 backup/backup not found in config: defaulting to 1 >libdm-config.c:965 backup/backup_dir not found in config: defaulting to /etc/lvm/backup >config/config.c:1465 devices/global_filter not found in config: defaulting to global_filter = [ "a|.*/|" ] >libdm-config.c:992 global/locking_type not found in config: defaulting to 1 >libdm-config.c:1051 Setting global/use_lvmetad to 1 >libdm-config.c:992 global/lvmetad_update_wait_time not found in config: defaulting to 10 >daemon-client.c:33 /run/lvm/lvmetad.socket: Opening daemon socket to lvmetad for protocol lvmetad version 1. >daemon-client.c:52 Sending daemon lvmetad: hello >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting protocol to lvmetad >libdm-config.c:987 Setting version to 1 >cache/lvmetad.c:143 Successfully connected to lvmetad on fd 4. >libdm-config.c:1064 global/use_lvmpolld not found in config: defaulting to 1 >libdm-config.c:1064 devices/sysfs_scan not found in config: defaulting to 1 >filters/filter-sysfs.c:326 Sysfs filter initialised. >filters/filter-internal.c:77 internal filter initialised. >filters/filter-type.c:56 LVM type filter initialised. >filters/filter-usable.c:192 Usable device filter initialised. >libdm-config.c:1064 devices/multipath_component_detection not found in config: defaulting to 1 >filters/filter-mpath.c:291 mpath filter initialised. >filters/filter-partitioned.c:59 Partitioned filter initialised. >libdm-config.c:1064 devices/md_component_detection not found in config: defaulting to 1 >filters/filter-md.c:73 MD filter initialised. >libdm-config.c:1064 devices/fw_raid_component_detection not found in config: defaulting to 0 >filters/filter-composite.c:104 Composite filter initialised. >libdm-config.c:1064 devices/ignore_suspended_devices not found in config: defaulting to 0 >libdm-config.c:1064 devices/ignore_lvm_mirrors not found in config: defaulting to 1 >config/config.c:1465 devices/filter not found in config: defaulting to filter = [ "a|.*/|" ] >filters/filter-regex.c:216 Regex filter initialised. >filters/filter-usable.c:192 Usable device filter initialised. >filters/filter-composite.c:104 Composite filter initialised. >libdm-config.c:965 devices/cache not found in config: defaulting to /etc/lvm/cache/.cache >filters/filter-persistent.c:368 Persistent filter initialised. >filters/filter-composite.c:104 Composite filter initialised. >libdm-config.c:1064 devices/write_cache_state not found in config: defaulting to 1 >libdm-config.c:1051 Setting global/use_lvmetad to 1 >libdm-config.c:965 activation/activation_mode not found in config: defaulting to degraded >libdm-config.c:1064 metadata/record_lvs_history not found in config: defaulting to 0 >lvmcmdline.c:1611 DEGRADED MODE. Incomplete RAID LVs will be processed. >libdm-config.c:1064 activation/monitoring not found in config: defaulting to 1 >lvmcmdline.c:1617 Processing: vgchange --config ' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } log {level=7 file=/tmp/lvm.log syslog=0}' -an fedora >lvmcmdline.c:1618 Command pid: 1929 >lvmcmdline.c:1619 system ID: >lvmcmdline.c:1622 O_DIRECT will be used >libdm-config.c:992 global/locking_type not found in config: defaulting to 1 >libdm-config.c:1064 global/wait_for_locks not found in config: defaulting to 1 >locking/locking.c:129 File-based locking selected. >libdm-config.c:1064 global/prioritise_write_locks not found in config: defaulting to 1 >libdm-config.c:965 global/locking_dir not found in config: defaulting to /run/lock/lvm >libdm-common.c:971 Preparing SELinux context for /run/lock/lvm to system_u:object_r:lvm_lock_t:s0. >libdm-common.c:974 Resetting SELinux context to default value. >libdm-config.c:1064 global/use_lvmlockd not found in config: defaulting to 0 >cache/lvmetad.c:255 Sending lvmetad get_global_info >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting token to filter:3239235440 >libdm-config.c:987 Setting daemon_pid to 1348 >libdm-config.c:956 Setting response to OK >libdm-config.c:987 Setting global_disable to 0 >libdm-config.c:965 report/output_format not found in config: defaulting to basic >libdm-config.c:1064 log/report_command_log not found in config: defaulting to 0 >toollib.c:2174 Processing each VG >toollib.c:2226 Get list of VGs on system >cache/lvmetad.c:1440 Asking lvmetad for complete list of known VG ids/names >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting name to fedora >toollib.c:1936 Processing VG fedora 4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9 >cache/lvmcache.c:522 lvmcache has no info for vgname "fedora". >misc/lvm-flock.c:200 Locking /run/lock/lvm/V_fedora RB >libdm-common.c:971 Preparing SELinux context for /run/lock/lvm/V_fedora to system_u:object_r:lvm_lock_t:s0. >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/V_fedora:aux WB >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/V_fedora:aux >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/V_fedora RB >libdm-common.c:974 Resetting SELinux context to default value. >cache/lvmcache.c:522 lvmcache has no info for vgname "fedora". >metadata/metadata.c:4155 Reading VG fedora 4noBjM2710is67JSXt31k993BO09Wln9 >cache/lvmcache.c:619 Metadata cache has no info for vgid "4noBjM2710is67JSXt31k993BO09Wln9" >cache/lvmetad.c:981 Asking lvmetad for VG 4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9 fedora >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting name to fedora >libdm-config.c:956 Setting metadata/format to lvm2 >cache/lvmcache.c:522 lvmcache has no info for vgname "fedora" with VGID 4noBjM2710is67JSXt31k993BO09Wln9. >format_text/format-text.c:2003 <backtrace> >libdm-config.c:956 Setting id to XA9Ycw-cKn0-xIvf-V97A-qdBu-jGD6-lhhM13 >libdm-config.c:956 Setting format to lvm2 >libdm-config.c:987 Setting device to 64514 >libdm-config.c:987 Setting dev_size to 39843840 >libdm-config.c:987 Setting label_sector to 1 >libdm-config.c:987 Setting ext_flags to 1 >libdm-config.c:987 Setting ext_version to 2 >device/dev-cache.c:356 /dev/sr0: Added to device cache (11:0) >device/dev-cache.c:352 /dev/cdrom: Aliased to /dev/sr0 in device cache (preferred name) (11:0) >device/dev-cache.c:352 /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001: Aliased to /dev/cdrom in device cache (11:0) >device/dev-cache.c:352 /dev/disk/by-label/Fedora-26-x86_64: Aliased to /dev/cdrom in device cache (11:0) >device/dev-cache.c:352 /dev/disk/by-path/pci-0000:00:01.1-ata-1: Aliased to /dev/cdrom in device cache (11:0) >device/dev-cache.c:352 /dev/disk/by-uuid/2016-12-22-09-38-06-00: Aliased to /dev/cdrom in device cache (11:0) >device/dev-cache.c:356 /dev/vda: Added to device cache (252:0) >device/dev-cache.c:352 /dev/disk/by-path/virtio-pci-0000:00:0a.0: Aliased to /dev/vda in device cache (252:0) >device/dev-cache.c:356 /dev/vda1: Added to device cache (252:1) >device/dev-cache.c:352 /dev/disk/by-partuuid/4d329aa2-01: Aliased to /dev/vda1 in device cache (252:1) >device/dev-cache.c:352 /dev/disk/by-path/virtio-pci-0000:00:0a.0-part1: Aliased to /dev/vda1 in device cache (252:1) >device/dev-cache.c:352 /dev/disk/by-uuid/f7b3dd06-e8b7-4e82-ad0e-96efe7f36154: Aliased to /dev/vda1 in device cache (252:1) >device/dev-cache.c:356 /dev/vda2: Added to device cache (252:2) >device/dev-cache.c:352 /dev/disk/by-id/lvm-pv-uuid-XA9Ycw-cKn0-xIvf-V97A-qdBu-jGD6-lhhM13: Aliased to /dev/vda2 in device cache (252:2) >device/dev-cache.c:352 /dev/disk/by-partuuid/4d329aa2-02: Aliased to /dev/vda2 in device cache (252:2) >device/dev-cache.c:352 /dev/disk/by-path/virtio-pci-0000:00:0a.0-part2: Aliased to /dev/vda2 in device cache (252:2) >device/dev-cache.c:356 /dev/loop0: Added to device cache (7:0) >device/dev-cache.c:356 /dev/loop1: Added to device cache (7:1) >device/dev-cache.c:356 /dev/disk/by-label/Anaconda: Added to device cache (253:1) >device/dev-cache.c:352 /dev/disk/by-uuid/1e58d833-a4fb-46c1-85e5-70d7a86e94c3: Aliased to /dev/disk/by-label/Anaconda in device cache (253:1) >device/dev-cache.c:356 /dev/loop2: Added to device cache (7:2) >device/dev-cache.c:356 /dev/zram0: Added to device cache (251:0) >device/dev-cache.c:356 /dev/dm-0: Added to device cache (253:0) >device/dev-cache.c:352 /dev/disk/by-id/dm-name-live-rw: Aliased to /dev/dm-0 in device cache (preferred name) (253:0) >device/dev-cache.c:340 /dev/disk/by-label/Anaconda: Already in device cache >device/dev-cache.c:340 /dev/disk/by-uuid/1e58d833-a4fb-46c1-85e5-70d7a86e94c3: Already in device cache >device/dev-cache.c:352 /dev/mapper/live-rw: Aliased to /dev/disk/by-id/dm-name-live-rw in device cache (preferred name) (253:0) >device/dev-cache.c:352 /dev/dm-1: Aliased to /dev/disk/by-label/Anaconda in device cache (253:1) >device/dev-cache.c:352 /dev/disk/by-id/dm-name-live-base: Aliased to /dev/disk/by-label/Anaconda in device cache (preferred name) (253:1) >device/dev-cache.c:340 /dev/disk/by-label/Anaconda: Already in device cache >device/dev-cache.c:340 /dev/disk/by-uuid/1e58d833-a4fb-46c1-85e5-70d7a86e94c3: Already in device cache >device/dev-cache.c:352 /dev/mapper/live-base: Aliased to /dev/disk/by-id/dm-name-live-base in device cache (preferred name) (253:1) >cache/lvmcache.c:1873 lvmcache /dev/vda2: now in VG #orphans_lvm2 (#orphans_lvm2) with 0 mda(s). >libdm-config.c:987 Setting size to 1044480 >libdm-config.c:987 Setting start to 4096 >libdm-config.c:987 Setting ignore to 0 >metadata/vg.c:74 Allocated VG fedora at 0x5654a43593c0. >format_text/import_vsn1.c:572 Importing logical volume fedora/swap. >format_text/import_vsn1.c:572 Importing logical volume fedora/root. >cache/lvmcache.c:522 lvmcache has no info for vgname "fedora" with VGID 4noBjM2710is67JSXt31k993BO09Wln9. >cache/lvmcache.c:522 lvmcache has no info for vgname "fedora". >cache/lvmcache.c:1873 lvmcache /dev/vda2: now in VG fedora with 1 mda(s). >cache/lvmcache.c:1637 lvmcache /dev/vda2: VG fedora: set VGID to 4noBjM2710is67JSXt31k993BO09Wln9. >cache/lvmcache.c:1949 lvmcache /dev/vda2: VG fedora: set system_id to . >cache/lvmcache.c:202 Metadata cache: VG fedora (4noBjM-2710-is67-JSXt-31k9-93BO-09Wln9) stored (1356 bytes). >cache/lvmetad.c:2291 Sending lvmetad vg_clear_outdated_pvs >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >libdm-config.c:956 Setting response to OK >device/dev-io.c:570 Opened /dev/vda2 RO O_DIRECT >device/dev-io.c:330 /dev/vda2: size is 39843840 sectors >metadata/pv_manip.c:420 /dev/vda2 0: 0 512: swap(0:0) >metadata/pv_manip.c:420 /dev/vda2 1: 512 3840: root(0:0) >metadata/pv_manip.c:420 /dev/vda2 2: 4352 511: NULL(0:0) >metadata/vg.c:74 Allocated VG fedora at 0x5654a436ddb0. >format_text/import_vsn1.c:572 Importing logical volume fedora/swap. >format_text/import_vsn1.c:572 Importing logical volume fedora/root. >toollib.c:1962 Process single VG fedora >activate/dev_manager.c:755 Getting device info for fedora-swap [LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF] >ioctl/libdm-iface.c:1838 dm version [ opencount flush ] [16384] (*1) >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF [ opencount flush ] [16384] (*1) >activate/dev_manager.c:683 Skipping checks for old devices without LVM- dm uuid prefix (kernel vsn 4 >= 3). >activate/dev_manager.c:755 Getting device info for fedora-root [LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 [ opencount flush ] [16384] (*1) >activate/activate.c:1402 Counted 0 open LVs in VG fedora. >metadata/lv.c:1437 Deactivating logical volume fedora/swap. >misc/lvm-flock.c:200 Locking /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF WB >libdm-common.c:971 Preparing SELinux context for /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF to system_u:object_r:lvm_lock_t:s0. >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF:aux WB >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF WB >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF:aux >libdm-common.c:974 Resetting SELinux context to default value. >locking/file_locking.c:99 Locking LV 4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF (NL) >activate/activate.c:2310 Deactivating fedora/swap. >activate/dev_manager.c:755 Getting device info for fedora-swap [LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF [ noopencount flush ] [16384] (*1) >misc/lvm-flock.c:71 Unlocking /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF >metadata/lv.c:1437 Deactivating logical volume fedora/root. >misc/lvm-flock.c:200 Locking /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 WB >libdm-common.c:971 Preparing SELinux context for /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 to system_u:object_r:lvm_lock_t:s0. >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0:aux WB >misc/lvm-flock.c:101 _do_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 WB >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0:aux >libdm-common.c:974 Resetting SELinux context to default value. >locking/file_locking.c:99 Locking LV 4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 (NL) >activate/activate.c:2310 Deactivating fedora/root. >activate/dev_manager.c:755 Getting device info for fedora-root [LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 [ noopencount flush ] [16384] (*1) >misc/lvm-flock.c:71 Unlocking /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/A_noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 >mm/memlock.c:562 Unlock: Memlock counters: locked:0 critical:0 daemon:0 suspended:0 >activate/fs.c:489 Syncing device names >vgchange.c:160 Deactivated 2 logical volumes in volume group fedora >activate/dev_manager.c:755 Getting device info for fedora-swap [LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF [ noopencount flush ] [16384] (*1) >activate/dev_manager.c:755 Getting device info for fedora-root [LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 [ noopencount flush ] [16384] (*1) >activate/activate.c:1385 Counted 0 active LVs in VG fedora >vgchange.c:259 0 logical volume(s) in volume group "fedora" now active >activate/dev_manager.c:755 Getting device info for fedora-swap [LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9SABVsypzos2V0eEnOoP6WAdBYXpTJkYF [ noopencount flush ] [16384] (*1) >activate/dev_manager.c:755 Getting device info for fedora-root [LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0] >ioctl/libdm-iface.c:1838 dm info LVM-4noBjM2710is67JSXt31k993BO09Wln9ZeA7r17PG9ykWW3uMEVNShbJoqMGqgJ0 [ noopencount flush ] [16384] (*1) >activate/activate.c:1385 Counted 0 active LVs in VG fedora >mm/memlock.c:562 Unlock: Memlock counters: locked:0 critical:0 daemon:0 suspended:0 >activate/fs.c:489 Syncing device names >cache/lvmcache.c:157 Metadata cache: VG fedora wiped. >misc/lvm-flock.c:71 Unlocking /run/lock/lvm/V_fedora >misc/lvm-flock.c:48 _undo_flock /run/lock/lvm/V_fedora >device/dev-io.c:625 Closed /dev/vda2 >metadata/vg.c:89 Freeing VG fedora at 0x5654a436ddb0. >metadata/vg.c:89 Freeing VG fedora at 0x5654a43593c0. >libdm-config.c:1064 global/notify_dbus not found in config: defaulting to 1 >notify/lvmnotify.c:54 Nofify dbus at com.redhat.lvmdbus1. >commands/toolcontext.c:2096 Reloading config files >activate/fs.c:489 Syncing device names >cache/lvmcache.c:2298 Wiping internal VG cache >metadata/vg.c:89 Freeing VG #orphans_lvm1 at 0x5654a42c5bd0. >metadata/vg.c:89 Freeing VG #orphans_pool at 0x5654a42c9be0. >metadata/vg.c:89 Freeing VG #orphans_lvm2 at 0x5654a42e0c10. >config/config.c:281 Loading config file: /etc/lvm/lvm.conf >device/dev-io.c:570 Opened /etc/lvm/lvm.conf RO >device/dev-io.c:625 Closed /etc/lvm/lvm.conf >libdm-config.c:1064 log/syslog not found in config: defaulting to 1 >libdm-config.c:992 log/level not found in config: defaulting to 0 > > >/proc/cmdline: >BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-26-x86_64 quiet > > >/tmp/syslog: >18:02:16,638 NOTICE kernel:[ 0.000000] Linux version 4.10.0-0.rc0.git7.1.fc26.x86_64 (mockbuild@bkernel02.phx2.fedoraproject.org) (gcc version 6.2.1 20160916 (Red Hat 6.2.1-2) (GCC) ) #1 SMP Wed Dec 21 19:10:17 UTC 2016 >18:02:16,639 INFO kernel:[ 0.000000] Command line: BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-26-x86_64 quiet >18:02:16,639 INFO kernel:[ 0.000000] x86/fpu: Legacy x87 FPU detected. >18:02:16,639 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >18:02:16,639 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >18:02:16,639 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >18:02:16,639 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >18:02:16,639 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffd8fff] usable >18:02:16,639 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000007ffd9000-0x000000007fffffff] reserved >18:02:16,639 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >18:02:16,639 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >18:02:16,639 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >18:02:16,639 INFO kernel:[ 0.000000] SMBIOS 2.8 present. >18:02:16,639 INFO kernel:[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.1-1.fc26 04/01/2014 >18:02:16,639 INFO kernel:[ 0.000000] Hypervisor detected: KVM >18:02:16,639 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >18:02:16,639 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >18:02:16,639 INFO kernel:[ 0.000000] e820: last_pfn = 0x7ffd9 max_arch_pfn = 0x400000000 >18:02:16,639 DEBUG kernel:[ 0.000000] MTRR default type: write-back >18:02:16,639 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >18:02:16,639 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >18:02:16,639 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >18:02:16,639 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >18:02:16,639 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >18:02:16,639 DEBUG kernel:[ 0.000000] 0 base 0080000000 mask FF80000000 uncachable >18:02:16,639 DEBUG kernel:[ 0.000000] 1 disabled >18:02:16,639 DEBUG kernel:[ 0.000000] 2 disabled >18:02:16,639 DEBUG kernel:[ 0.000000] 3 disabled >18:02:16,639 DEBUG kernel:[ 0.000000] 4 disabled >18:02:16,639 DEBUG kernel:[ 0.000000] 5 disabled >18:02:16,639 DEBUG kernel:[ 0.000000] 6 disabled >18:02:16,639 DEBUG kernel:[ 0.000000] 7 disabled >18:02:16,639 INFO kernel:[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT >18:02:16,639 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff976a000f6a40] >18:02:16,639 INFO kernel:[ 0.000000] Scanning 1 areas for low memory corruption >18:02:16,639 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff976a00099000] 99000 size 24576 >18:02:16,639 DEBUG kernel:[ 0.000000] BRK [0x704ec000, 0x704ecfff] PGTABLE >18:02:16,639 DEBUG kernel:[ 0.000000] BRK [0x704ed000, 0x704edfff] PGTABLE >18:02:16,639 DEBUG kernel:[ 0.000000] BRK [0x704ee000, 0x704eefff] PGTABLE >18:02:16,639 DEBUG kernel:[ 0.000000] BRK [0x704ef000, 0x704effff] PGTABLE >18:02:16,639 DEBUG kernel:[ 0.000000] BRK [0x704f0000, 0x704f0fff] PGTABLE >18:02:16,639 DEBUG kernel:[ 0.000000] BRK [0x704f1000, 0x704f1fff] PGTABLE >18:02:16,639 INFO kernel:[ 0.000000] Secure boot could not be determined >18:02:16,639 INFO kernel:[ 0.000000] RAMDISK: [mem 0x7cc09000-0x7ffd8fff] >18:02:16,639 INFO kernel:[ 0.000000] ACPI: Early table checksum verification disabled >18:02:16,639 INFO kernel:[ 0.000000] ACPI: RSDP 0x00000000000F6870 000014 (v00 BOCHS ) >18:02:16,639 INFO kernel:[ 0.000000] ACPI: RSDT 0x000000007FFE1638 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >18:02:16,639 INFO kernel:[ 0.000000] ACPI: FACP 0x000000007FFE154C 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >18:02:16,639 INFO kernel:[ 0.000000] ACPI: DSDT 0x000000007FFE0040 00150C (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) >18:02:16,639 INFO kernel:[ 0.000000] ACPI: FACS 0x000000007FFE0000 000040 >18:02:16,639 INFO kernel:[ 0.000000] ACPI: APIC 0x000000007FFE15C0 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >18:02:16,639 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >18:02:16,639 INFO kernel:[ 0.000000] No NUMA configuration found >18:02:16,639 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffd8fff] >18:02:16,639 INFO kernel:[ 0.000000] NODE_DATA(0) allocated [mem 0x7cbde000-0x7cc08fff] >18:02:16,639 INFO kernel:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >18:02:16,639 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:7cb5e001, primary cpu clock >18:02:16,639 INFO kernel:[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns >18:02:16,639 INFO kernel:[ 0.000000] Zone ranges: >18:02:16,639 INFO kernel:[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] >18:02:16,639 INFO kernel:[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000007ffd8fff] >18:02:16,639 INFO kernel:[ 0.000000] Normal empty >18:02:16,639 INFO kernel:[ 0.000000] Device empty >18:02:16,639 INFO kernel:[ 0.000000] Movable zone start for each node >18:02:16,639 INFO kernel:[ 0.000000] Early memory node ranges >18:02:16,639 INFO kernel:[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] >18:02:16,639 INFO kernel:[ 0.000000] node 0: [mem 0x0000000000100000-0x000000007ffd8fff] >18:02:16,639 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007ffd8fff] >18:02:16,639 DEBUG kernel:[ 0.000000] On node 0 totalpages: 524151 >18:02:16,639 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >18:02:16,639 DEBUG kernel:[ 0.000000] DMA zone: 21 pages reserved >18:02:16,639 DEBUG kernel:[ 0.000000] DMA zone: 3998 pages, LIFO batch:0 >18:02:16,639 DEBUG kernel:[ 0.000000] DMA32 zone: 8128 pages used for memmap >18:02:16,639 DEBUG kernel:[ 0.000000] DMA32 zone: 520153 pages, LIFO batch:31 >18:02:16,639 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x608 >18:02:16,639 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >18:02:16,639 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >18:02:16,639 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >18:02:16,639 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >18:02:16,639 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >18:02:16,639 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >18:02:16,639 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >18:02:16,639 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >18:02:16,639 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >18:02:16,639 DEBUG kernel:[ 0.000000] ACPI: IRQ5 used by override. >18:02:16,639 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >18:02:16,639 DEBUG kernel:[ 0.000000] ACPI: IRQ10 used by override. >18:02:16,639 DEBUG kernel:[ 0.000000] ACPI: IRQ11 used by override. >18:02:16,639 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >18:02:16,639 INFO kernel:[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >18:02:16,639 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] >18:02:16,639 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >18:02:16,639 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >18:02:16,639 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >18:02:16,639 INFO kernel:[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices >18:02:16,639 INFO kernel:[ 0.000000] Booting paravirtualized kernel on KVM >18:02:16,639 INFO kernel:[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns >18:02:16,639 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 >18:02:16,639 INFO kernel:[ 0.000000] percpu: Embedded 485 pages/cpu @ffff976a7c800000 s1948696 r8192 d29672 u2097152 >18:02:16,639 DEBUG kernel:[ 0.000000] pcpu-alloc: s1948696 r8192 d29672 u2097152 alloc=1*2097152 >18:02:16,639 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 >18:02:16,639 INFO kernel:[ 0.000000] KVM setup async PF for cpu 0 >18:02:16,639 INFO kernel:[ 0.000000] kvm-stealtime: cpu 0, msr 7c80db80 >18:02:16,639 INFO kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515938 >18:02:16,639 INFO kernel:[ 0.000000] Policy zone: DMA32 >18:02:16,639 NOTICE kernel:[ 0.000000] Kernel command line: BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-26-x86_64 quiet >18:02:16,639 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >18:02:16,639 INFO kernel:[ 0.000000] Memory: 1970156K/2096604K available (9574K kernel code, 1982K rwdata, 3756K rodata, 4164K init, 17280K bss, 126448K reserved, 0K cma-reserved) >18:02:16,639 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >18:02:16,639 INFO kernel:[ 0.000000] Running RCU self tests >18:02:16,639 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >18:02:16,639 INFO kernel:[ 0.000000] RCU lockdep checking is enabled. >18:02:16,639 INFO kernel:[ 0.000000] Build-time adjustment of leaf fanout to 64. >18:02:16,639 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. >18:02:16,639 INFO kernel:[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 >18:02:16,639 INFO kernel:[ 0.000000] kmemleak: Kernel memory leak detector disabled >18:02:16,639 INFO kernel:[ 0.000000] NR_IRQS:524544 nr_irqs:256 16 >18:02:16,639 INFO kernel:[ 0.000000] Offload RCU callbacks from all CPUs >18:02:16,639 INFO kernel:[ 0.000000] Offload RCU callbacks from CPUs: 0. >18:02:16,639 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >18:02:16,639 INFO kernel:[ 0.000000] console [tty0] enabled >18:02:16,639 WARNING kernel:[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar >18:02:16,639 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 >18:02:16,639 WARNING kernel:[ 0.000000] ... MAX_LOCK_DEPTH: 48 >18:02:16,639 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 >18:02:16,639 WARNING kernel:[ 0.000000] ... CLASSHASH_SIZE: 4096 >18:02:16,639 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768 >18:02:16,639 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536 >18:02:16,639 WARNING kernel:[ 0.000000] ... CHAINHASH_SIZE: 32768 >18:02:16,639 WARNING kernel:[ 0.000000] memory used by lock dependency info: 8671 kB >18:02:16,639 WARNING kernel:[ 0.000000] per task-struct memory footprint: 2688 bytes >18:02:16,639 INFO kernel:[ 0.000000] tsc: Detected 3502.636 MHz processor >18:02:16,639 INFO kernel:[ 0.002000] Calibrating delay loop (skipped) preset value.. 7005.27 BogoMIPS (lpj=3502636) >18:02:16,639 INFO kernel:[ 0.002000] pid_max: default: 32768 minimum: 301 >18:02:16,639 INFO kernel:[ 0.002000] ACPI: Core revision 20160930 >18:02:16,639 INFO kernel:[ 0.003511] ACPI: 1 ACPI AML tables successfully acquired and loaded >18:02:16,639 INFO kernel:[ 0.003566] Security Framework initialized >18:02:16,639 INFO kernel:[ 0.003567] Yama: becoming mindful. >18:02:16,639 INFO kernel:[ 0.003573] SELinux: Initializing. >18:02:16,639 DEBUG kernel:[ 0.003606] SELinux: Starting in permissive mode >18:02:16,639 INFO kernel:[ 0.004005] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >18:02:16,639 INFO kernel:[ 0.004316] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >18:02:16,639 INFO kernel:[ 0.004420] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) >18:02:16,639 INFO kernel:[ 0.004424] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) >18:02:16,639 INFO kernel:[ 0.005045] mce: CPU supports 10 MCE banks >18:02:16,639 INFO kernel:[ 0.005077] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >18:02:16,639 INFO kernel:[ 0.005077] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 >18:02:16,639 INFO kernel:[ 0.014453] Freeing SMP alternatives memory: 32K >18:02:16,639 INFO kernel:[ 0.016796] ftrace: allocating 31809 entries in 125 pages >18:02:16,639 INFO kernel:[ 0.022050] smpboot: Max logical packages: 1 >18:02:16,639 INFO kernel:[ 0.022163] x2apic enabled >18:02:16,639 INFO kernel:[ 0.022304] Switched APIC routing to physical x2apic. >18:02:16,639 INFO kernel:[ 0.022915] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >18:02:16,639 INFO kernel:[ 0.023000] smpboot: CPU0: Intel Westmere E56xx/L56xx/X56xx (Nehalem-C) (family: 0x6, model: 0x2c, stepping: 0x1) >18:02:16,639 INFO kernel:[ 0.023000] Performance Events: unsupported p6 CPU model 44 no PMU driver, software events only. >18:02:16,639 INFO kernel:[ 0.023000] smp: Bringing up secondary CPUs ... >18:02:16,639 INFO kernel:[ 0.023000] smp: Brought up 1 node, 1 CPU >18:02:16,639 INFO kernel:[ 0.023000] smpboot: Total of 1 processors activated (7005.27 BogoMIPS) >18:02:16,639 INFO kernel:[ 0.023213] devtmpfs: initialized >18:02:16,639 INFO kernel:[ 0.023405] x86/mm: Memory block size: 128MB >18:02:16,639 INFO kernel:[ 0.026208] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns >18:02:16,639 INFO kernel:[ 0.026261] atomic64_test: passed for x86-64 platform with CX8 and with SSE >18:02:16,639 INFO kernel:[ 0.026262] pinctrl core: initialized pinctrl subsystem >18:02:16,639 INFO kernel:[ 0.026384] RTC time: 18:02:02, date: 12/22/16 >18:02:16,639 INFO kernel:[ 0.026568] NET: Registered protocol family 16 >18:02:16,639 INFO kernel:[ 0.027053] cpuidle: using governor menu >18:02:07,671 INFO systemd-journald:Runtime journal (/run/log/journal/) is 8.0M, max 99.0M, 91.0M free. >18:02:16,639 WARNING kernel:[ 0.027054] PCCT header not found. >18:02:16,644 INFO kernel:[ 0.027130] ACPI: bus type PCI registered >18:02:16,644 INFO kernel:[ 0.027131] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >18:02:16,644 INFO kernel:[ 0.027278] PCI: Using configuration type 1 for base access >18:02:16,644 INFO kernel:[ 0.031775] HugeTLB registered 2 MB page size, pre-allocated 0 pages >18:02:16,644 INFO kernel:[ 0.032234] ACPI: Added _OSI(Module Device) >18:02:16,644 INFO kernel:[ 0.032235] ACPI: Added _OSI(Processor Device) >18:02:16,644 INFO kernel:[ 0.032236] ACPI: Added _OSI(3.0 _SCP Extensions) >18:02:16,644 INFO kernel:[ 0.032237] ACPI: Added _OSI(Processor Aggregator Device) >18:02:16,644 INFO kernel:[ 0.034552] ACPI: Interpreter enabled >18:02:16,644 INFO kernel:[ 0.034570] ACPI: (supports S0 S5) >18:02:16,644 INFO kernel:[ 0.034571] ACPI: Using IOAPIC for interrupt routing >18:02:16,644 INFO kernel:[ 0.034591] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >18:02:16,644 INFO kernel:[ 0.042343] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >18:02:16,644 INFO kernel:[ 0.042348] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] >18:02:16,644 INFO kernel:[ 0.042364] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM >18:02:16,644 WARNING kernel:[ 0.042388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >18:02:16,644 INFO kernel:[ 0.043308] acpiphp: Slot [3] registered >18:02:16,644 INFO kernel:[ 0.043344] acpiphp: Slot [4] registered >18:02:16,644 INFO kernel:[ 0.043379] acpiphp: Slot [5] registered >18:02:16,644 INFO kernel:[ 0.043430] acpiphp: Slot [7] registered >18:02:16,644 INFO kernel:[ 0.043465] acpiphp: Slot [8] registered >18:02:16,644 INFO kernel:[ 0.043498] acpiphp: Slot [9] registered >18:02:16,644 INFO kernel:[ 0.043531] acpiphp: Slot [10] registered >18:02:16,644 INFO kernel:[ 0.043565] acpiphp: Slot [11] registered >18:02:16,644 INFO kernel:[ 0.043599] acpiphp: Slot [12] registered >18:02:16,644 INFO kernel:[ 0.043631] acpiphp: Slot [13] registered >18:02:16,644 INFO kernel:[ 0.043664] acpiphp: Slot [14] registered >18:02:16,644 INFO kernel:[ 0.043697] acpiphp: Slot [15] registered >18:02:16,644 INFO kernel:[ 0.043731] acpiphp: Slot [16] registered >18:02:16,644 INFO kernel:[ 0.043764] acpiphp: Slot [17] registered >18:02:16,644 INFO kernel:[ 0.043796] acpiphp: Slot [18] registered >18:02:16,644 INFO kernel:[ 0.043838] acpiphp: Slot [19] registered >18:02:16,644 INFO kernel:[ 0.043882] acpiphp: Slot [20] registered >18:02:16,644 INFO kernel:[ 0.043917] acpiphp: Slot [21] registered >18:02:16,644 INFO kernel:[ 0.043950] acpiphp: Slot [22] registered >18:02:16,644 INFO kernel:[ 0.043983] acpiphp: Slot [23] registered >18:02:16,644 INFO kernel:[ 0.044025] acpiphp: Slot [24] registered >18:02:16,644 INFO kernel:[ 0.044061] acpiphp: Slot [25] registered >18:02:16,644 INFO kernel:[ 0.044094] acpiphp: Slot [26] registered >18:02:16,644 INFO kernel:[ 0.044127] acpiphp: Slot [27] registered >18:02:16,644 INFO kernel:[ 0.044159] acpiphp: Slot [28] registered >18:02:16,644 INFO kernel:[ 0.044192] acpiphp: Slot [29] registered >18:02:16,644 INFO kernel:[ 0.044226] acpiphp: Slot [30] registered >18:02:16,644 INFO kernel:[ 0.044259] acpiphp: Slot [31] registered >18:02:16,644 INFO kernel:[ 0.044274] PCI host bridge to bus 0000:00 >18:02:16,644 INFO kernel:[ 0.044276] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] >18:02:16,644 INFO kernel:[ 0.044277] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] >18:02:16,644 INFO kernel:[ 0.044278] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] >18:02:16,644 INFO kernel:[ 0.044279] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff window] >18:02:16,644 INFO kernel:[ 0.044281] pci_bus 0000:00: root bus resource [bus 00-ff] >18:02:16,644 DEBUG kernel:[ 0.044310] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >18:02:16,644 DEBUG kernel:[ 0.044786] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >18:02:16,644 DEBUG kernel:[ 0.045325] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 >18:02:16,644 DEBUG kernel:[ 0.049518] pci 0000:00:01.1: reg 0x20: [io 0xc180-0xc18f] >18:02:16,644 INFO kernel:[ 0.052020] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] >18:02:16,644 INFO kernel:[ 0.052022] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] >18:02:16,644 INFO kernel:[ 0.052022] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] >18:02:16,644 INFO kernel:[ 0.052023] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] >18:02:16,644 DEBUG kernel:[ 0.052357] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 >18:02:16,644 INFO kernel:[ 0.052596] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI >18:02:16,644 INFO kernel:[ 0.052603] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB >18:02:16,644 DEBUG kernel:[ 0.053087] pci 0000:00:02.0: [1b36:0100] type 00 class 0x030000 >18:02:16,644 DEBUG kernel:[ 0.055007] pci 0000:00:02.0: reg 0x10: [mem 0xf4000000-0xf7ffffff] >18:02:16,644 DEBUG kernel:[ 0.058009] pci 0000:00:02.0: reg 0x14: [mem 0xf8000000-0xfbffffff] >18:02:16,644 DEBUG kernel:[ 0.060006] pci 0000:00:02.0: reg 0x18: [mem 0xfc054000-0xfc055fff] >18:02:16,644 DEBUG kernel:[ 0.062006] pci 0000:00:02.0: reg 0x1c: [io 0xc080-0xc09f] >18:02:16,644 DEBUG kernel:[ 0.070007] pci 0000:00:02.0: reg 0x30: [mem 0xfc040000-0xfc04ffff pref] >18:02:16,644 DEBUG kernel:[ 0.073033] pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000 >18:02:16,644 DEBUG kernel:[ 0.074004] pci 0000:00:03.0: reg 0x10: [io 0xc0a0-0xc0bf] >18:02:16,644 DEBUG kernel:[ 0.076004] pci 0000:00:03.0: reg 0x14: [mem 0xfc056000-0xfc056fff] >18:02:16,644 DEBUG kernel:[ 0.084008] pci 0000:00:03.0: reg 0x30: [mem 0xfc000000-0xfc03ffff pref] >18:02:16,644 DEBUG kernel:[ 0.084724] pci 0000:00:04.0: [8086:2668] type 00 class 0x040300 >18:02:16,644 DEBUG kernel:[ 0.085379] pci 0000:00:04.0: reg 0x10: [mem 0xfc050000-0xfc053fff] >18:02:16,644 DEBUG kernel:[ 0.091103] pci 0000:00:05.0: [1af4:1003] type 00 class 0x078000 >18:02:16,644 DEBUG kernel:[ 0.092004] pci 0000:00:05.0: reg 0x10: [io 0xc0c0-0xc0df] >18:02:16,644 DEBUG kernel:[ 0.094004] pci 0000:00:05.0: reg 0x14: [mem 0xfc057000-0xfc057fff] >18:02:16,644 DEBUG kernel:[ 0.103434] pci 0000:00:06.0: [8086:2934] type 00 class 0x0c0300 >18:02:16,644 DEBUG kernel:[ 0.109007] pci 0000:00:06.0: reg 0x20: [io 0xc0e0-0xc0ff] >18:02:16,644 DEBUG kernel:[ 0.111783] pci 0000:00:06.1: [8086:2935] type 00 class 0x0c0300 >18:02:16,644 DEBUG kernel:[ 0.116005] pci 0000:00:06.1: reg 0x20: [io 0xc100-0xc11f] >18:02:16,644 DEBUG kernel:[ 0.118155] pci 0000:00:06.2: [8086:2936] type 00 class 0x0c0300 >18:02:16,644 DEBUG kernel:[ 0.123438] pci 0000:00:06.2: reg 0x20: [io 0xc120-0xc13f] >18:02:16,644 DEBUG kernel:[ 0.125961] pci 0000:00:06.7: [8086:293a] type 00 class 0x0c0320 >18:02:16,644 DEBUG kernel:[ 0.126697] pci 0000:00:06.7: reg 0x10: [mem 0xfc058000-0xfc058fff] >18:02:16,644 DEBUG kernel:[ 0.131770] pci 0000:00:07.0: [1af4:1004] type 00 class 0x010000 >18:02:16,644 DEBUG kernel:[ 0.133003] pci 0000:00:07.0: reg 0x10: [io 0xc000-0xc03f] >18:02:16,644 DEBUG kernel:[ 0.134784] pci 0000:00:07.0: reg 0x14: [mem 0xfc059000-0xfc059fff] >18:02:16,644 DEBUG kernel:[ 0.143369] pci 0000:00:08.0: [1af4:1002] type 00 class 0x00ff00 >18:02:16,644 DEBUG kernel:[ 0.144004] pci 0000:00:08.0: reg 0x10: [io 0xc140-0xc15f] >18:02:16,644 DEBUG kernel:[ 0.150791] pci 0000:00:09.0: [8086:2922] type 00 class 0x010601 >18:02:16,644 DEBUG kernel:[ 0.159008] pci 0000:00:09.0: reg 0x20: [io 0xc160-0xc17f] >18:02:16,644 DEBUG kernel:[ 0.160005] pci 0000:00:09.0: reg 0x24: [mem 0xfc05a000-0xfc05afff] >18:02:16,644 DEBUG kernel:[ 0.163349] pci 0000:00:0a.0: [1af4:1001] type 00 class 0x010000 >18:02:16,644 DEBUG kernel:[ 0.164756] pci 0000:00:0a.0: reg 0x10: [io 0xc040-0xc07f] >18:02:16,644 DEBUG kernel:[ 0.166004] pci 0000:00:0a.0: reg 0x14: [mem 0xfc05b000-0xfc05bfff] >18:02:16,644 INFO kernel:[ 0.176294] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >18:02:16,644 INFO kernel:[ 0.176461] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >18:02:16,644 INFO kernel:[ 0.176621] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >18:02:16,644 INFO kernel:[ 0.176789] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >18:02:16,644 INFO kernel:[ 0.176870] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) >18:02:16,644 INFO kernel:[ 0.177171] ACPI: Enabled 3 GPEs in block 00 to 0F >18:02:16,644 INFO kernel:[ 0.177547] pci 0000:00:02.0: vgaarb: setting as boot VGA device >18:02:16,644 INFO kernel:[ 0.177548] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none >18:02:16,644 INFO kernel:[ 0.177553] pci 0000:00:02.0: vgaarb: bridge control possible >18:02:16,644 INFO kernel:[ 0.177554] vgaarb: loaded >18:02:16,644 NOTICE kernel:[ 0.177713] SCSI subsystem initialized >18:02:16,644 DEBUG kernel:[ 0.177784] libata version 3.00 loaded. >18:02:16,644 INFO kernel:[ 0.177834] ACPI: bus type USB registered >18:02:16,644 INFO kernel:[ 0.177883] usbcore: registered new interface driver usbfs >18:02:16,644 INFO kernel:[ 0.177903] usbcore: registered new interface driver hub >18:02:16,644 INFO kernel:[ 0.177926] usbcore: registered new device driver usb >18:02:16,644 INFO kernel:[ 0.178094] PCI: Using ACPI for IRQ routing >18:02:16,644 DEBUG kernel:[ 0.178095] PCI: pci_cache_line_size set to 64 bytes >18:02:16,644 DEBUG kernel:[ 0.178256] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] >18:02:16,644 DEBUG kernel:[ 0.178260] e820: reserve RAM buffer [mem 0x7ffd9000-0x7fffffff] >18:02:16,644 INFO kernel:[ 0.178546] NetLabel: Initializing >18:02:16,644 INFO kernel:[ 0.178546] NetLabel: domain hash size = 128 >18:02:16,644 INFO kernel:[ 0.178547] NetLabel: protocols = UNLABELED CIPSOv4 >18:02:16,644 INFO kernel:[ 0.178579] NetLabel: unlabeled traffic allowed by default >18:02:16,644 INFO kernel:[ 0.178689] clocksource: Switched to clocksource kvm-clock >18:02:16,644 NOTICE kernel:[ 0.212981] VFS: Disk quotas dquot_6.6.0 >18:02:16,644 INFO kernel:[ 0.213017] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >18:02:16,644 INFO kernel:[ 0.213236] pnp: PnP ACPI init >18:02:16,644 DEBUG kernel:[ 0.213365] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) >18:02:16,644 DEBUG kernel:[ 0.213445] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) >18:02:16,644 DEBUG kernel:[ 0.213513] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active) >18:02:16,644 DEBUG kernel:[ 0.213530] pnp 00:03: [dma 2] >18:02:16,644 DEBUG kernel:[ 0.213573] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active) >18:02:16,644 DEBUG kernel:[ 0.213728] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active) >18:02:16,644 INFO kernel:[ 0.214174] pnp: PnP ACPI: found 5 devices >18:02:16,644 INFO kernel:[ 0.222838] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns >18:02:16,644 DEBUG kernel:[ 0.222848] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] >18:02:16,644 DEBUG kernel:[ 0.222849] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] >18:02:16,644 DEBUG kernel:[ 0.222850] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] >18:02:16,644 DEBUG kernel:[ 0.222851] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff window] >18:02:16,645 INFO kernel:[ 0.222978] NET: Registered protocol family 2 >18:02:16,645 INFO kernel:[ 0.223296] TCP established hash table entries: 16384 (order: 5, 131072 bytes) >18:02:16,645 INFO kernel:[ 0.223464] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes) >18:02:16,645 INFO kernel:[ 0.224065] TCP: Hash tables configured (established 16384 bind 16384) >18:02:16,645 INFO kernel:[ 0.224107] UDP hash table entries: 1024 (order: 5, 196608 bytes) >18:02:16,645 INFO kernel:[ 0.224200] UDP-Lite hash table entries: 1024 (order: 5, 196608 bytes) >18:02:16,645 INFO kernel:[ 0.224348] NET: Registered protocol family 1 >18:02:16,645 INFO kernel:[ 0.224357] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >18:02:16,645 INFO kernel:[ 0.224372] pci 0000:00:01.0: PIIX3: Enabling Passive Release >18:02:16,645 INFO kernel:[ 0.224387] pci 0000:00:01.0: Activating ISA DMA hang workarounds >18:02:16,645 INFO kernel:[ 0.224421] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] >18:02:16,645 WARNING kernel:[ 0.339112] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 >18:02:16,645 WARNING kernel:[ 0.568246] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 >18:02:16,645 WARNING kernel:[ 0.798307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 >18:02:16,645 WARNING kernel:[ 1.029387] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 >18:02:16,645 DEBUG kernel:[ 1.144359] PCI: CLS 0 bytes, default 64 >18:02:16,645 INFO kernel:[ 1.144573] Unpacking initramfs... >18:02:16,645 INFO kernel:[ 3.956156] Freeing initrd memory: 53056K >18:02:16,645 INFO kernel:[ 3.966661] DMA-API: preallocated 65536 debug entries >18:02:16,645 INFO kernel:[ 3.966662] DMA-API: debugging enabled by kernel config >18:02:16,645 INFO kernel:[ 3.967114] Scanning for low memory corruption every 60 seconds >18:02:16,645 INFO kernel:[ 3.967774] futex hash table entries: 256 (order: 3, 32768 bytes) >18:02:16,645 INFO kernel:[ 3.967799] audit: initializing netlink subsys (disabled) >18:02:16,645 INFO kernel:[ 3.967896] cryptomgr_test (32) used greatest stack depth: 14592 bytes left >18:02:16,645 NOTICE kernel:[ 3.968275] Initialise system trusted keyrings >18:02:16,645 NOTICE kernel:[ 3.968351] audit: type=2000 audit(1482429727.466:1): initialized >18:02:16,645 INFO kernel:[ 3.968435] workingset: timestamp_bits=36 max_order=19 bucket_order=0 >18:02:16,645 INFO kernel:[ 3.973724] zbud: loaded >18:02:16,645 DEBUG kernel:[ 3.975252] SELinux: Registering netfilter hooks >18:02:16,645 INFO kernel:[ 4.002478] cryptomgr_test (37) used greatest stack depth: 14272 bytes left >18:02:16,645 INFO kernel:[ 4.002725] cryptomgr_test (42) used greatest stack depth: 14160 bytes left >18:02:16,645 INFO kernel:[ 4.003198] cryptomgr_test (47) used greatest stack depth: 14096 bytes left >18:02:16,645 INFO kernel:[ 4.005147] modprobe (53) used greatest stack depth: 13584 bytes left >18:02:16,645 INFO kernel:[ 4.006402] modprobe (54) used greatest stack depth: 13504 bytes left >18:02:16,645 INFO kernel:[ 4.006769] cryptomgr_test (51) used greatest stack depth: 13424 bytes left >18:02:16,645 INFO kernel:[ 4.006800] cryptomgr_test (56) used greatest stack depth: 13312 bytes left >18:02:16,645 INFO kernel:[ 4.010999] NET: Registered protocol family 38 >18:02:16,645 NOTICE kernel:[ 4.011024] Key type asymmetric registered >18:02:16,645 NOTICE kernel:[ 4.011028] Asymmetric key parser 'x509' registered >18:02:16,645 INFO kernel:[ 4.011133] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) >18:02:16,645 INFO kernel:[ 4.011258] io scheduler noop registered >18:02:16,645 INFO kernel:[ 4.011259] io scheduler deadline registered >18:02:16,645 INFO kernel:[ 4.011345] io scheduler cfq registered (default) >18:02:16,645 DEBUG kernel:[ 4.011345] start plist test >18:02:16,645 DEBUG kernel:[ 4.012472] end plist test >18:02:16,645 DEBUG kernel:[ 4.013080] intel_idle: does not run on family 6 model 44 >18:02:16,645 INFO kernel:[ 4.013245] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >18:02:16,645 INFO kernel:[ 4.013255] ACPI: Power Button [PWRF] >18:02:16,645 INFO kernel:[ 4.013509] GHES: HEST is not enabled! >18:02:16,645 INFO kernel:[ 4.013693] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled >18:02:16,645 INFO kernel:[ 4.036166] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A >18:02:16,645 INFO kernel:[ 4.039740] Non-volatile memory driver v1.3 >18:02:16,645 INFO kernel:[ 4.039795] Linux agpgart interface v0.103 >18:02:16,645 DEBUG kernel:[ 4.040400] ahci 0000:00:09.0: version 3.0 >18:02:16,645 INFO kernel:[ 4.160951] ahci 0000:00:09.0: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode >18:02:16,645 INFO kernel:[ 4.160953] ahci 0000:00:09.0: flags: ncq only >18:02:16,645 INFO kernel:[ 4.162861] scsi host0: ahci >18:02:16,645 INFO kernel:[ 4.163116] scsi host1: ahci >18:02:16,645 INFO kernel:[ 4.163304] scsi host2: ahci >18:02:16,645 INFO kernel:[ 4.163487] scsi host3: ahci >18:02:16,645 INFO kernel:[ 4.163664] scsi host4: ahci >18:02:16,645 INFO kernel:[ 4.163838] scsi host5: ahci >18:02:16,645 INFO kernel:[ 4.163959] ata1: SATA max UDMA/133 abar m4096@0xfc05a000 port 0xfc05a100 irq 24 >18:02:16,645 INFO kernel:[ 4.163963] ata2: SATA max UDMA/133 abar m4096@0xfc05a000 port 0xfc05a180 irq 24 >18:02:16,645 INFO kernel:[ 4.163966] ata3: SATA max UDMA/133 abar m4096@0xfc05a000 port 0xfc05a200 irq 24 >18:02:16,645 INFO kernel:[ 4.163970] ata4: SATA max UDMA/133 abar m4096@0xfc05a000 port 0xfc05a280 irq 24 >18:02:16,645 INFO kernel:[ 4.163973] ata5: SATA max UDMA/133 abar m4096@0xfc05a000 port 0xfc05a300 irq 24 >18:02:16,645 INFO kernel:[ 4.163976] ata6: SATA max UDMA/133 abar m4096@0xfc05a000 port 0xfc05a380 irq 24 >18:02:16,645 DEBUG kernel:[ 4.164053] ata_piix 0000:00:01.1: version 2.13 >18:02:16,645 INFO kernel:[ 4.165524] scsi host6: ata_piix >18:02:16,645 INFO kernel:[ 4.165822] scsi host7: ata_piix >18:02:16,645 INFO kernel:[ 4.165921] ata7: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc180 irq 14 >18:02:16,645 INFO kernel:[ 4.165922] ata8: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc188 irq 15 >18:02:16,645 INFO kernel:[ 4.166078] libphy: Fixed MDIO Bus: probed >18:02:16,645 INFO kernel:[ 4.166198] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >18:02:16,645 INFO kernel:[ 4.166203] ehci-pci: EHCI PCI platform driver >18:02:16,645 INFO kernel:[ 4.286844] ehci-pci 0000:00:06.7: EHCI Host Controller >18:02:16,645 INFO kernel:[ 4.287079] ehci-pci 0000:00:06.7: new USB bus registered, assigned bus number 1 >18:02:16,645 INFO kernel:[ 4.287256] ehci-pci 0000:00:06.7: irq 10, io mem 0xfc058000 >18:02:16,645 INFO kernel:[ 4.294033] ehci-pci 0000:00:06.7: USB 2.0 started, EHCI 1.00 >18:02:16,645 INFO kernel:[ 4.294196] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >18:02:16,645 INFO kernel:[ 4.294197] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >18:02:16,645 INFO kernel:[ 4.294198] usb usb1: Product: EHCI Host Controller >18:02:16,645 INFO kernel:[ 4.294199] usb usb1: Manufacturer: Linux 4.10.0-0.rc0.git7.1.fc26.x86_64 ehci_hcd >18:02:16,645 INFO kernel:[ 4.294200] usb usb1: SerialNumber: 0000:00:06.7 >18:02:16,645 INFO kernel:[ 4.294575] hub 1-0:1.0: USB hub found >18:02:16,645 INFO kernel:[ 4.294605] hub 1-0:1.0: 6 ports detected >18:02:16,645 INFO kernel:[ 4.295221] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >18:02:16,645 INFO kernel:[ 4.295228] ohci-pci: OHCI PCI platform driver >18:02:16,645 INFO kernel:[ 4.295249] uhci_hcd: USB Universal Host Controller Interface driver >18:02:16,645 DEBUG kernel:[ 4.328401] ata7.01: NODEV after polling detection >18:02:16,645 INFO kernel:[ 4.328595] ata7.00: ATAPI: QEMU DVD-ROM, 2.4.0, max UDMA/100 >18:02:16,645 INFO kernel:[ 4.328911] ata7.00: configured for MWDMA2 >18:02:16,645 INFO kernel:[ 4.417390] uhci_hcd 0000:00:06.0: UHCI Host Controller >18:02:16,645 INFO kernel:[ 4.417509] uhci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 2 >18:02:16,645 INFO kernel:[ 4.417525] uhci_hcd 0000:00:06.0: detected 2 ports >18:02:16,645 INFO kernel:[ 4.417562] uhci_hcd 0000:00:06.0: irq 10, io base 0x0000c0e0 >18:02:16,645 INFO kernel:[ 4.417677] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 >18:02:16,645 INFO kernel:[ 4.417678] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >18:02:16,645 INFO kernel:[ 4.417679] usb usb2: Product: UHCI Host Controller >18:02:16,645 INFO kernel:[ 4.417679] usb usb2: Manufacturer: Linux 4.10.0-0.rc0.git7.1.fc26.x86_64 uhci_hcd >18:02:16,645 INFO kernel:[ 4.417680] usb usb2: SerialNumber: 0000:00:06.0 >18:02:16,645 INFO kernel:[ 4.417973] hub 2-0:1.0: USB hub found >18:02:16,645 INFO kernel:[ 4.417992] hub 2-0:1.0: 2 ports detected >18:02:16,645 INFO kernel:[ 4.477508] ata5: SATA link down (SStatus 0 SControl 300) >18:02:16,645 INFO kernel:[ 4.477585] ata4: SATA link down (SStatus 0 SControl 300) >18:02:16,645 INFO kernel:[ 4.477657] ata3: SATA link down (SStatus 0 SControl 300) >18:02:16,645 INFO kernel:[ 4.477729] ata2: SATA link down (SStatus 0 SControl 300) >18:02:16,645 INFO kernel:[ 4.477801] ata1: SATA link down (SStatus 0 SControl 300) >18:02:16,645 INFO kernel:[ 4.485392] ata6: SATA link down (SStatus 0 SControl 300) >18:02:16,645 NOTICE kernel:[ 4.489491] scsi 6:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.4. PQ: 0 ANSI: 5 >18:02:16,645 INFO kernel:[ 4.490451] sr 6:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray >18:02:16,645 INFO kernel:[ 4.490453] cdrom: Uniform CD-ROM driver Revision: 3.20 >18:02:16,645 DEBUG kernel:[ 4.490989] sr 6:0:0:0: Attached scsi CD-ROM sr0 >18:02:16,645 NOTICE kernel:[ 4.491219] sr 6:0:0:0: Attached scsi generic sg0 type 5 >18:02:07,671 NOTICE kernel:Linux version 4.10.0-0.rc0.git7.1.fc26.x86_64 (mockbuild@bkernel02.phx2.fedoraproject.org) (gcc version 6.2.1 20160916 (Red Hat 6.2.1-2) (GCC) ) #1 SMP Wed Dec 21 19:10:17 UTC 2016 >18:02:07,671 INFO kernel:Command line: BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-26-x86_64 quiet >18:02:07,671 INFO kernel:x86/fpu: Legacy x87 FPU detected. >18:02:07,671 INFO kernel:e820: BIOS-provided physical RAM map: >18:02:07,671 INFO kernel:BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >18:02:07,671 INFO kernel:BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >18:02:07,671 INFO kernel:BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >18:02:07,671 INFO kernel:BIOS-e820: [mem 0x0000000000100000-0x000000007ffd8fff] usable >18:02:07,671 INFO kernel:BIOS-e820: [mem 0x000000007ffd9000-0x000000007fffffff] reserved >18:02:07,671 INFO kernel:BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >18:02:07,671 INFO kernel:BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >18:02:07,671 INFO kernel:NX (Execute Disable) protection: active >18:02:07,671 INFO kernel:SMBIOS 2.8 present. >18:02:07,671 INFO kernel:DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.1-1.fc26 04/01/2014 >18:02:07,671 INFO kernel:Hypervisor detected: KVM >18:02:07,671 DEBUG kernel:e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >18:02:07,671 DEBUG kernel:e820: remove [mem 0x000a0000-0x000fffff] usable >18:02:07,671 INFO kernel:e820: last_pfn = 0x7ffd9 max_arch_pfn = 0x400000000 >18:02:07,672 DEBUG kernel:MTRR default type: write-back >18:02:16,666 INFO kernel:[ 4.543021] uhci_hcd 0000:00:06.1: UHCI Host Controller >18:02:16,666 INFO kernel:[ 4.543144] uhci_hcd 0000:00:06.1: new USB bus registered, assigned bus number 3 >18:02:16,666 INFO kernel:[ 4.543163] uhci_hcd 0000:00:06.1: detected 2 ports >18:02:16,666 INFO kernel:[ 4.543225] uhci_hcd 0000:00:06.1: irq 11, io base 0x0000c100 >18:02:16,666 INFO kernel:[ 4.543347] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >18:02:16,666 INFO kernel:[ 4.543348] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >18:02:16,666 INFO kernel:[ 4.543349] usb usb3: Product: UHCI Host Controller >18:02:16,666 INFO kernel:[ 4.543349] usb usb3: Manufacturer: Linux 4.10.0-0.rc0.git7.1.fc26.x86_64 uhci_hcd >18:02:16,666 INFO kernel:[ 4.543350] usb usb3: SerialNumber: 0000:00:06.1 >18:02:16,666 INFO kernel:[ 4.543622] hub 3-0:1.0: USB hub found >18:02:16,666 INFO kernel:[ 4.543636] hub 3-0:1.0: 2 ports detected >18:02:16,666 INFO kernel:[ 4.608019] usb 1-1: new high-speed USB device number 2 using ehci-pci >18:02:16,666 INFO kernel:[ 4.664815] uhci_hcd 0000:00:06.2: UHCI Host Controller >18:02:16,666 INFO kernel:[ 4.664929] uhci_hcd 0000:00:06.2: new USB bus registered, assigned bus number 4 >18:02:16,666 INFO kernel:[ 4.664948] uhci_hcd 0000:00:06.2: detected 2 ports >18:02:16,666 INFO kernel:[ 4.664984] uhci_hcd 0000:00:06.2: irq 11, io base 0x0000c120 >18:02:16,666 INFO kernel:[ 4.665098] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 >18:02:16,666 INFO kernel:[ 4.665099] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >18:02:16,666 INFO kernel:[ 4.665100] usb usb4: Product: UHCI Host Controller >18:02:16,666 INFO kernel:[ 4.665101] usb usb4: Manufacturer: Linux 4.10.0-0.rc0.git7.1.fc26.x86_64 uhci_hcd >18:02:16,666 INFO kernel:[ 4.665101] usb usb4: SerialNumber: 0000:00:06.2 >18:02:16,666 INFO kernel:[ 4.665373] hub 4-0:1.0: USB hub found >18:02:16,666 INFO kernel:[ 4.665387] hub 4-0:1.0: 2 ports detected >18:02:16,666 INFO kernel:[ 4.665716] usbcore: registered new interface driver usbserial >18:02:16,666 INFO kernel:[ 4.665729] usbcore: registered new interface driver usbserial_generic >18:02:16,666 INFO kernel:[ 4.665771] usbserial: USB Serial support registered for generic >18:02:16,666 INFO kernel:[ 4.665831] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >18:02:16,666 INFO kernel:[ 4.666425] serio: i8042 KBD port at 0x60,0x64 irq 1 >18:02:16,666 INFO kernel:[ 4.666470] serio: i8042 AUX port at 0x60,0x64 irq 12 >18:02:16,666 INFO kernel:[ 4.666779] mousedev: PS/2 mouse device common for all mice >18:02:16,666 INFO kernel:[ 4.667341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >18:02:16,666 INFO kernel:[ 4.668883] rtc_cmos 00:00: RTC can wake from S4 >18:02:16,666 INFO kernel:[ 4.669145] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 >18:02:16,666 INFO kernel:[ 4.669205] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram >18:02:16,666 INFO kernel:[ 4.669321] device-mapper: uevent: version 1.0.3 >18:02:16,666 INFO kernel:[ 4.669504] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com >18:02:16,666 INFO kernel:[ 4.669747] hidraw: raw HID events driver (C) Jiri Kosina >18:02:16,666 INFO kernel:[ 4.669824] usbcore: registered new interface driver usbhid >18:02:16,666 INFO kernel:[ 4.669825] usbhid: USB HID core driver >18:02:16,666 INFO kernel:[ 4.669919] drop_monitor: Initializing network drop monitor service >18:02:16,666 INFO kernel:[ 4.669999] ip_tables: (C) 2000-2006 Netfilter Core Team >18:02:16,666 INFO kernel:[ 4.670048] Initializing XFRM netlink socket >18:02:16,666 INFO kernel:[ 4.670381] NET: Registered protocol family 10 >18:02:16,666 INFO kernel:[ 4.673789] Segment Routing with IPv6 >18:02:16,666 INFO kernel:[ 4.673804] mip6: Mobile IPv6 >18:02:16,666 INFO kernel:[ 4.673812] NET: Registered protocol family 17 >18:02:16,666 INFO kernel:[ 4.674175] microcode: sig=0x206c1, pf=0x1, revision=0x1 >18:02:16,666 INFO kernel:[ 4.674250] microcode: Microcode Update Driver: v2.2. >18:02:16,666 INFO kernel:[ 4.674263] SSE version of gcm_enc/dec engaged. >18:02:16,666 ERR kernel:[ 4.695285] PKCS#7 signature not signed with a trusted key >18:02:16,666 NOTICE kernel:[ 4.695427] pcbc: module verification failed: signature and/or required key missing - tainting kernel >18:02:16,666 INFO kernel:[ 4.695992] alg: No test for pcbc(aes) (pcbc-aes-aesni) >18:02:16,666 INFO kernel:[ 4.696349] registered taskstats version 1 >18:02:16,666 NOTICE kernel:[ 4.696368] Loading compiled-in X.509 certificates >18:02:16,666 INFO kernel:[ 4.699117] alg: No test for pkcs1pad(rsa,sha256) (pkcs1pad(rsa-generic,sha256)) >18:02:16,666 NOTICE kernel:[ 4.699683] Loaded X.509 cert 'Fedora kernel signing key: 167d94e4b76ec1d912b7b12e15232a888d873084' >18:02:16,666 INFO kernel:[ 4.699761] zswap: loaded using pool lzo/zbud >18:02:16,666 NOTICE kernel:[ 4.708510] Key type big_key registered >18:02:16,666 INFO kernel:[ 4.709384] Magic number: 12:561:39 >18:02:16,666 INFO kernel:[ 4.709492] rtc_cmos 00:00: setting system clock to 2016-12-22 18:02:07 UTC (1482429727) >18:02:16,666 DEBUG kernel:[ 4.709569] PM: Hibernation image not present or could not be loaded. >18:02:16,666 INFO kernel:[ 4.710725] Freeing unused kernel memory: 4164K >18:02:16,666 INFO kernel:[ 4.710726] Write protecting the kernel read-only data: 14336k >18:02:16,666 INFO kernel:[ 4.711282] Freeing unused kernel memory: 652K >18:02:16,666 INFO kernel:[ 4.711810] Freeing unused kernel memory: 340K >18:02:16,666 INFO kernel:[ 4.716062] x86/mm: Checked W+X mappings: passed, no W+X pages found. >18:02:16,666 NOTICE kernel:[ 4.722476] random: systemd: uninitialized urandom read (16 bytes read) >18:02:16,666 NOTICE kernel:[ 4.722993] random: systemd: uninitialized urandom read (16 bytes read) >18:02:16,666 NOTICE kernel:[ 4.723027] random: systemd: uninitialized urandom read (16 bytes read) >18:02:16,666 NOTICE kernel:[ 4.725174] random: systemd: uninitialized urandom read (16 bytes read) >18:02:16,666 NOTICE kernel:[ 4.731223] random: systemd: uninitialized urandom read (16 bytes read) >18:02:16,666 INFO kernel:[ 4.732905] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >18:02:16,666 INFO kernel:[ 4.732906] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 >18:02:16,666 INFO kernel:[ 4.732907] usb 1-1: Product: QEMU USB Tablet >18:02:16,666 INFO kernel:[ 4.732908] usb 1-1: Manufacturer: QEMU >18:02:16,666 INFO kernel:[ 4.732908] usb 1-1: SerialNumber: 42 >18:02:16,666 INFO kernel:[ 4.738598] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:06.7/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input4 >18:02:16,666 INFO kernel:[ 4.738954] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:06.7-1/input0 >18:02:16,666 NOTICE kernel:[ 4.748914] random: systemd-cryptse: uninitialized urandom read (16 bytes read) >18:02:16,666 NOTICE kernel:[ 4.815366] random: systemd: uninitialized urandom read (16 bytes read) >18:02:16,666 NOTICE kernel:[ 4.815385] random: systemd: uninitialized urandom read (16 bytes read) >18:02:16,666 NOTICE kernel:[ 4.815409] random: systemd: uninitialized urandom read (16 bytes read) >18:02:16,666 NOTICE kernel:[ 4.815443] random: systemd: uninitialized urandom read (16 bytes read) >18:02:16,666 INFO kernel:[ 4.868656] kmod (229) used greatest stack depth: 13008 bytes left >18:02:16,666 NOTICE kernel:[ 4.882685] audit: type=1130 audit(1482429727.672:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,666 NOTICE kernel:[ 4.887867] audit: type=1130 audit(1482429727.677:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,666 NOTICE kernel:[ 4.890622] audit: type=1130 audit(1482429727.680:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,666 NOTICE kernel:[ 4.901151] audit: type=1130 audit(1482429727.691:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,666 NOTICE kernel:[ 4.932191] audit: type=1130 audit(1482429727.722:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,666 NOTICE kernel:[ 4.986535] audit: type=1130 audit(1482429727.776:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,666 INFO kernel:[ 5.016398] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found >18:02:16,666 INFO kernel:[ 5.024100] tsc: Refined TSC clocksource calibration: 3502.627 MHz >18:02:16,666 INFO kernel:[ 5.024102] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x327d02b7f3d, max_idle_ns: 440795285964 ns >18:02:16,666 NOTICE kernel:[ 5.249026] audit: type=1130 audit(1482429728.038:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,666 INFO kernel:[ 5.279071] Loading iSCSI transport class v2.0-870. >18:02:16,666 NOTICE kernel:[ 5.281238] audit: type=1130 audit(1482429728.071:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=iscsid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,666 INFO kernel:[ 5.296186] squashfs: version 4.0 (2009/01/31) Phillip Lougher >18:02:16,666 NOTICE kernel:[ 5.304198] iscsi: registered transport (tcp) >18:02:16,666 INFO kernel:[ 5.355308] FDC 0 is a S82078B >18:02:16,666 INFO kernel:[ 5.361731] No iBFT detected. >18:02:16,666 INFO kernel:[ 5.394009] raid6: sse2x1 gen() 11765 MB/s >18:02:16,667 INFO kernel:[ 5.411008] raid6: sse2x1 xor() 9099 MB/s >18:02:16,667 INFO kernel:[ 5.428008] raid6: sse2x2 gen() 14734 MB/s >18:02:16,667 INFO kernel:[ 5.445008] raid6: sse2x2 xor() 10582 MB/s >18:02:16,667 INFO kernel:[ 5.462008] raid6: sse2x4 gen() 16960 MB/s >18:02:16,667 INFO kernel:[ 5.479010] raid6: sse2x4 xor() 12744 MB/s >18:02:16,667 INFO kernel:[ 5.479011] raid6: using algorithm sse2x4 gen() 16960 MB/s >18:02:16,667 INFO kernel:[ 5.479011] raid6: .... xor() 12744 MB/s, rmw enabled >18:02:16,667 INFO kernel:[ 5.479012] raid6: using ssse3x2 recovery algorithm >18:02:16,667 INFO kernel:[ 5.480342] async_tx: api initialized (async) >18:02:16,667 INFO kernel:[ 5.481507] xor: measuring software checksum speed >18:02:16,667 INFO kernel:[ 5.491008] prefetch64-sse: 23560.000 MB/sec >18:02:16,667 INFO kernel:[ 5.501007] generic_sse: 21752.000 MB/sec >18:02:16,667 INFO kernel:[ 5.501008] xor: using function: prefetch64-sse (23560.000 MB/sec) >18:02:16,667 INFO kernel:[ 5.520826] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 >18:02:16,667 INFO kernel:[ 5.526171] modprobe (519) used greatest stack depth: 12912 bytes left >18:02:16,667 INFO kernel:[ 5.541211] device-mapper: multipath round-robin: version 1.1.0 loaded >18:02:16,667 INFO kernel:[ 5.582452] RPC: Registered named UNIX socket transport module. >18:02:16,667 INFO kernel:[ 5.582453] RPC: Registered udp transport module. >18:02:16,667 INFO kernel:[ 5.582454] RPC: Registered tcp transport module. >18:02:16,667 INFO kernel:[ 5.582455] RPC: Registered tcp NFSv4.1 backchannel transport module. >18:02:16,667 NOTICE kernel:[ 5.673040] audit: type=1130 audit(1482429728.461:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,667 INFO kernel:[ 6.145167] cdrom_id (687) used greatest stack depth: 12576 bytes left >18:02:16,667 INFO kernel:[ 6.168561] ata_id (688) used greatest stack depth: 12400 bytes left >18:02:16,667 INFO kernel:[ 6.223592] [drm] Initialized >18:02:16,667 INFO kernel:[ 6.588582] virtio-pci 0000:00:03.0: virtio_pci: leaving for legacy driver >18:02:16,667 INFO kernel:[ 6.711772] [drm] Device Version 0.0 >18:02:16,667 INFO kernel:[ 6.711773] [drm] Compression level 0 log level 0 >18:02:16,667 INFO kernel:[ 6.711773] [drm] Currently using mode #0, list at 0x488 >18:02:16,667 INFO kernel:[ 6.711774] [drm] 12286 io pages at offset 0x1000000 >18:02:16,667 INFO kernel:[ 6.711774] [drm] 16777216 byte draw area at offset 0x0 >18:02:16,667 INFO kernel:[ 6.711775] [drm] RAM header offset: 0x3ffe000 >18:02:16,667 INFO kernel:[ 6.711775] [drm] rom modes offset 0x488 for 128 modes >18:02:16,667 INFO kernel:[ 6.711991] [TTM] Zone kernel: Available graphics memory: 1014200 kiB >18:02:16,667 INFO kernel:[ 6.711991] [TTM] Initializing pool allocator >18:02:16,667 INFO kernel:[ 6.712293] [TTM] Initializing DMA pool allocator >18:02:16,667 INFO kernel:[ 6.712363] [drm] qxl: 16M of VRAM memory size >18:02:16,667 INFO kernel:[ 6.712364] [drm] qxl: 63M of IO pages memory ready (VRAM domain) >18:02:16,667 INFO kernel:[ 6.712364] [drm] qxl: 64M of Surface memory size >18:02:16,667 INFO kernel:[ 6.713513] [drm] main mem slot 1 [f4000000,3ffe000] >18:02:16,667 INFO kernel:[ 6.713514] [drm] surface mem slot 2 [f8000000,4000000] >18:02:16,667 INFO kernel:[ 6.713519] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). >18:02:16,667 INFO kernel:[ 6.713519] [drm] No driver support for vblank timestamp query. >18:02:16,667 INFO kernel:[ 6.716782] [drm] fb mappable at 0xF4000000, size 3145728 >18:02:16,667 INFO kernel:[ 6.716783] [drm] fb: depth 24, pitch 4096, width 1024, height 768 >18:02:16,667 INFO kernel:[ 6.717319] fbcon: qxldrmfb (fb0) is primary device >18:02:16,667 INFO kernel:[ 6.733931] Console: switching to colour frame buffer device 128x48 >18:02:16,667 INFO kernel:[ 6.736530] qxl 0000:00:02.0: fb0: qxldrmfb frame buffer device >18:02:16,667 INFO kernel:[ 6.739671] [drm] Initialized qxl 0.1.0 20120117 for 0000:00:02.0 on minor 0 >18:02:16,667 INFO kernel:[ 6.869848] virtio-pci 0000:00:05.0: virtio_pci: leaving for legacy driver >18:02:16,667 INFO kernel:[ 6.991605] virtio-pci 0000:00:07.0: virtio_pci: leaving for legacy driver >18:02:16,667 INFO kernel:[ 7.112581] virtio-pci 0000:00:08.0: virtio_pci: leaving for legacy driver >18:02:16,667 INFO kernel:[ 7.234637] virtio-pci 0000:00:0a.0: virtio_pci: leaving for legacy driver >18:02:16,667 INFO kernel:[ 7.248977] vda: vda1 vda2 >18:02:16,667 INFO kernel:[ 7.250550] scsi host8: Virtio SCSI HBA >18:02:16,667 INFO kernel:[ 7.266786] virtio_net virtio0 ens3: renamed from eth0 >18:02:16,667 INFO kernel:[ 7.285444] 8021q: 802.1Q VLAN Support v1.8 >18:02:16,667 NOTICE kernel:[ 7.286109] random: fast init done >18:02:16,667 INFO kernel:[ 7.732597] systemd-udevd (670) used greatest stack depth: 12208 bytes left >18:02:16,667 INFO kernel:[ 7.733628] systemd-udevd (663) used greatest stack depth: 12176 bytes left >18:02:16,667 INFO kernel:[ 7.734378] systemd-udevd (672) used greatest stack depth: 11424 bytes left >18:02:16,667 DEBUG kernel:[ 7.853415] ISO 9660 Extensions: Microsoft Joliet Level 3 >18:02:16,667 DEBUG kernel:[ 7.859578] ISO 9660 Extensions: RRIP_1991A >18:02:16,667 INFO kernel:[ 7.952906] loop: module loaded >18:02:16,667 INFO kernel:[ 8.381446] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >18:02:16,667 WARNING kernel:[ 9.105886] systemd: 21 output lines suppressed due to ratelimiting >18:02:16,667 DEBUG kernel:[ 9.424216] SELinux: 32768 avtab hash slots, 107268 rules. >18:02:16,667 DEBUG kernel:[ 9.444995] SELinux: 32768 avtab hash slots, 107268 rules. >18:02:16,667 DEBUG kernel:[ 9.490315] SELinux: 8 users, 14 roles, 5082 types, 306 bools, 1 sens, 1024 cats >18:02:16,667 DEBUG kernel:[ 9.490317] SELinux: 94 classes, 107268 rules >18:02:16,667 INFO kernel:[ 9.495985] SELinux: Permission validate_trans in class security not defined in policy. >18:02:16,667 INFO kernel:[ 9.495992] SELinux: Permission module_load in class system not defined in policy. >18:02:16,667 INFO kernel:[ 9.496052] SELinux: the above unknown classes and permissions will be allowed >18:02:16,667 DEBUG kernel:[ 9.496055] SELinux: Completing initialization. >18:02:16,667 DEBUG kernel:[ 9.496056] SELinux: Setting up existing superblocks. >18:02:16,667 WARNING kernel:[ 9.518625] kauditd_printk_skb: 126 callbacks suppressed >18:02:16,667 NOTICE kernel:[ 9.518627] audit: type=1403 audit(1482429732.308:53): policy loaded auid=4294967295 ses=4294967295 >18:02:16,667 NOTICE kernel:[ 9.549010] random: crng init done >18:02:16,667 NOTICE kernel:[ 9.786093] audit: type=1130 audit(1482429732.576:54): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,667 NOTICE kernel:[ 9.786126] audit: type=1131 audit(1482429732.576:55): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,667 NOTICE kernel:[ 9.787378] audit: type=1130 audit(1482429732.577:56): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,667 NOTICE kernel:[ 9.787408] audit: type=1131 audit(1482429732.577:57): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,667 NOTICE kernel:[ 9.788378] audit: type=1130 audit(1482429732.578:58): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,667 NOTICE kernel:[ 9.788406] audit: type=1131 audit(1482429732.578:59): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,667 NOTICE kernel:[ 9.818756] audit: type=1305 audit(1482429732.608:60): audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:syslogd_t:s0 res=1 >18:02:16,667 NOTICE kernel:[ 10.073192] audit: type=1130 audit(1482429732.863:61): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,667 NOTICE kernel:[ 10.076828] audit: type=1130 audit(1482429732.866:62): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,667 INFO kernel:[ 11.062189] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 >18:02:07,672 DEBUG kernel:MTRR fixed ranges enabled: >18:02:07,672 DEBUG kernel: 00000-9FFFF write-back >18:02:07,672 DEBUG kernel: A0000-BFFFF uncachable >18:02:07,672 DEBUG kernel: C0000-FFFFF write-protect >18:02:07,672 DEBUG kernel:MTRR variable ranges enabled: >18:02:07,672 DEBUG kernel: 0 base 0080000000 mask FF80000000 uncachable >18:02:07,672 DEBUG kernel: 1 disabled >18:02:07,672 DEBUG kernel: 2 disabled >18:02:07,672 DEBUG kernel: 3 disabled >18:02:07,672 DEBUG kernel: 4 disabled >18:02:07,672 DEBUG kernel: 5 disabled >18:02:07,672 DEBUG kernel: 6 disabled >18:02:07,672 DEBUG kernel: 7 disabled >18:02:07,672 INFO kernel:x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT >18:02:07,672 INFO kernel:found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff976a000f6a40] >18:02:07,672 INFO kernel:Scanning 1 areas for low memory corruption >18:02:07,672 DEBUG kernel:Base memory trampoline at [ffff976a00099000] 99000 size 24576 >18:02:07,672 DEBUG kernel:BRK [0x704ec000, 0x704ecfff] PGTABLE >18:02:07,672 DEBUG kernel:BRK [0x704ed000, 0x704edfff] PGTABLE >18:02:07,672 DEBUG kernel:BRK [0x704ee000, 0x704eefff] PGTABLE >18:02:07,672 DEBUG kernel:BRK [0x704ef000, 0x704effff] PGTABLE >18:02:07,672 DEBUG kernel:BRK [0x704f0000, 0x704f0fff] PGTABLE >18:02:07,672 DEBUG kernel:BRK [0x704f1000, 0x704f1fff] PGTABLE >18:02:07,672 INFO kernel:Secure boot could not be determined >18:02:07,672 INFO kernel:RAMDISK: [mem 0x7cc09000-0x7ffd8fff] >18:02:07,672 INFO kernel:ACPI: Early table checksum verification disabled >18:02:07,672 INFO kernel:ACPI: RSDP 0x00000000000F6870 000014 (v00 BOCHS ) >18:02:07,672 INFO kernel:ACPI: RSDT 0x000000007FFE1638 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >18:02:07,672 INFO kernel:ACPI: FACP 0x000000007FFE154C 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >18:02:07,672 INFO kernel:ACPI: DSDT 0x000000007FFE0040 00150C (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) >18:02:07,672 INFO kernel:ACPI: FACS 0x000000007FFE0000 000040 >18:02:07,672 INFO kernel:ACPI: APIC 0x000000007FFE15C0 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >18:02:07,672 DEBUG kernel:ACPI: Local APIC address 0xfee00000 >18:02:07,672 INFO kernel:No NUMA configuration found >18:02:07,672 INFO kernel:Faking a node at [mem 0x0000000000000000-0x000000007ffd8fff] >18:02:07,672 INFO kernel:NODE_DATA(0) allocated [mem 0x7cbde000-0x7cc08fff] >18:02:07,672 INFO kernel:kvm-clock: Using msrs 4b564d01 and 4b564d00 >18:02:07,672 INFO kernel:kvm-clock: cpu 0, msr 0:7cb5e001, primary cpu clock >18:02:07,672 INFO kernel:clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns >18:02:07,672 INFO kernel:Zone ranges: >18:02:07,672 INFO kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff] >18:02:07,672 INFO kernel: DMA32 [mem 0x0000000001000000-0x000000007ffd8fff] >18:02:07,672 INFO kernel: Normal empty >18:02:07,672 INFO kernel: Device empty >18:02:07,672 INFO kernel:Movable zone start for each node >18:02:07,676 INFO kernel:Early memory node ranges >18:02:07,676 INFO kernel: node 0: [mem 0x0000000000001000-0x000000000009efff] >18:02:07,676 INFO kernel: node 0: [mem 0x0000000000100000-0x000000007ffd8fff] >18:02:07,676 INFO kernel:Initmem setup node 0 [mem 0x0000000000001000-0x000000007ffd8fff] >18:02:07,676 DEBUG kernel:On node 0 totalpages: 524151 >18:02:07,676 DEBUG kernel: DMA zone: 64 pages used for memmap >18:02:07,676 DEBUG kernel: DMA zone: 21 pages reserved >18:02:07,676 DEBUG kernel: DMA zone: 3998 pages, LIFO batch:0 >18:02:07,676 DEBUG kernel: DMA32 zone: 8128 pages used for memmap >18:02:07,676 DEBUG kernel: DMA32 zone: 520153 pages, LIFO batch:31 >18:02:07,676 INFO kernel:ACPI: PM-Timer IO Port: 0x608 >18:02:07,676 DEBUG kernel:ACPI: Local APIC address 0xfee00000 >18:02:07,676 INFO kernel:ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >18:02:07,676 INFO kernel:IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >18:02:07,676 INFO kernel:ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >18:02:07,676 INFO kernel:ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >18:02:07,676 INFO kernel:ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >18:02:07,676 INFO kernel:ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >18:02:07,676 INFO kernel:ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >18:02:07,676 DEBUG kernel:ACPI: IRQ0 used by override. >18:02:07,676 DEBUG kernel:ACPI: IRQ5 used by override. >18:02:07,676 DEBUG kernel:ACPI: IRQ9 used by override. >18:02:07,676 DEBUG kernel:ACPI: IRQ10 used by override. >18:02:07,676 DEBUG kernel:ACPI: IRQ11 used by override. >18:02:07,676 INFO kernel:Using ACPI (MADT) for SMP configuration information >18:02:07,676 INFO kernel:smpboot: Allowing 1 CPUs, 0 hotplug CPUs >18:02:07,676 INFO kernel:PM: Registered nosave memory: [mem 0x00000000-0x00000fff] >18:02:07,676 INFO kernel:PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >18:02:07,676 INFO kernel:PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >18:02:07,676 INFO kernel:PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >18:02:07,676 INFO kernel:e820: [mem 0x80000000-0xfeffbfff] available for PCI devices >18:02:07,676 INFO kernel:Booting paravirtualized kernel on KVM >18:02:07,676 INFO kernel:clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns >18:02:07,676 INFO kernel:setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 >18:02:07,676 INFO kernel:percpu: Embedded 485 pages/cpu @ffff976a7c800000 s1948696 r8192 d29672 u2097152 >18:02:07,676 DEBUG kernel:pcpu-alloc: s1948696 r8192 d29672 u2097152 alloc=1*2097152 >18:02:07,676 DEBUG kernel:pcpu-alloc: [0] 0 >18:02:07,676 INFO kernel:KVM setup async PF for cpu 0 >18:02:07,676 INFO kernel:kvm-stealtime: cpu 0, msr 7c80db80 >18:02:07,677 INFO kernel:Built 1 zonelists in Node order, mobility grouping on. Total pages: 515938 >18:02:07,677 INFO kernel:Policy zone: DMA32 >18:02:07,677 NOTICE kernel:Kernel command line: BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-26-x86_64 quiet >18:02:07,677 INFO kernel:PID hash table entries: 4096 (order: 3, 32768 bytes) >18:02:07,677 INFO kernel:Memory: 1970156K/2096604K available (9574K kernel code, 1982K rwdata, 3756K rodata, 4164K init, 17280K bss, 126448K reserved, 0K cma-reserved) >18:02:07,677 INFO kernel:SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >18:02:07,677 INFO kernel:Running RCU self tests >18:02:07,677 INFO kernel:Hierarchical RCU implementation. >18:02:07,677 INFO kernel:#011RCU lockdep checking is enabled. >18:02:07,677 INFO kernel:#011Build-time adjustment of leaf fanout to 64. >18:02:07,677 INFO kernel:#011RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. >18:02:07,677 INFO kernel:RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 >18:02:07,677 INFO kernel:kmemleak: Kernel memory leak detector disabled >18:02:07,677 INFO kernel:NR_IRQS:524544 nr_irqs:256 16 >18:02:07,677 INFO kernel:#011Offload RCU callbacks from all CPUs >18:02:07,677 INFO kernel:#011Offload RCU callbacks from CPUs: 0. >18:02:07,677 INFO kernel:Console: colour VGA+ 80x25 >18:02:07,677 INFO kernel:console [tty0] enabled >18:02:07,677 WARNING kernel:Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar >18:02:07,677 WARNING kernel:... MAX_LOCKDEP_SUBCLASSES: 8 >18:02:07,677 WARNING kernel:... MAX_LOCK_DEPTH: 48 >18:02:07,677 WARNING kernel:... MAX_LOCKDEP_KEYS: 8191 >18:02:07,677 WARNING kernel:... CLASSHASH_SIZE: 4096 >18:02:07,677 WARNING kernel:... MAX_LOCKDEP_ENTRIES: 32768 >18:02:07,677 WARNING kernel:... MAX_LOCKDEP_CHAINS: 65536 >18:02:07,677 WARNING kernel:... CHAINHASH_SIZE: 32768 >18:02:07,677 WARNING kernel: memory used by lock dependency info: 8671 kB >18:02:07,677 WARNING kernel: per task-struct memory footprint: 2688 bytes >18:02:07,677 INFO kernel:tsc: Detected 3502.636 MHz processor >18:02:07,677 INFO kernel:Calibrating delay loop (skipped) preset value.. 7005.27 BogoMIPS (lpj=3502636) >18:02:07,677 INFO kernel:pid_max: default: 32768 minimum: 301 >18:02:07,677 INFO kernel:ACPI: Core revision 20160930 >18:02:07,677 INFO kernel:ACPI: 1 ACPI AML tables successfully acquired and loaded >18:02:07,677 INFO kernel:Security Framework initialized >18:02:07,677 INFO kernel:Yama: becoming mindful. >18:02:07,677 INFO kernel:SELinux: Initializing. >18:02:07,677 DEBUG kernel:SELinux: Starting in permissive mode >18:02:07,677 INFO kernel:Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >18:02:07,677 INFO kernel:Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >18:02:07,677 INFO kernel:Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) >18:02:07,677 INFO kernel:Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) >18:02:07,677 INFO kernel:mce: CPU supports 10 MCE banks >18:02:07,677 INFO kernel:Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >18:02:07,680 INFO kernel:Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 >18:02:07,680 INFO kernel:Freeing SMP alternatives memory: 32K >18:02:07,680 INFO kernel:ftrace: allocating 31809 entries in 125 pages >18:02:07,680 INFO kernel:smpboot: Max logical packages: 1 >18:02:07,680 INFO kernel:x2apic enabled >18:02:07,680 INFO kernel:Switched APIC routing to physical x2apic. >18:02:07,680 INFO kernel:..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >18:02:07,680 INFO kernel:smpboot: CPU0: Intel Westmere E56xx/L56xx/X56xx (Nehalem-C) (family: 0x6, model: 0x2c, stepping: 0x1) >18:02:07,680 INFO kernel:Performance Events: unsupported p6 CPU model 44 no PMU driver, software events only. >18:02:07,680 INFO kernel:smp: Bringing up secondary CPUs ... >18:02:07,680 INFO kernel:smp: Brought up 1 node, 1 CPU >18:02:07,680 INFO kernel:smpboot: Total of 1 processors activated (7005.27 BogoMIPS) >18:02:07,680 INFO kernel:devtmpfs: initialized >18:02:16,870 INFO kernel:[ 14.003360] zram: Added device: zram0 >18:02:07,680 INFO kernel:x86/mm: Memory block size: 128MB >18:02:07,680 INFO kernel:clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns >18:02:07,680 INFO kernel:atomic64_test: passed for x86-64 platform with CX8 and with SSE >18:02:07,680 INFO kernel:pinctrl core: initialized pinctrl subsystem >18:02:07,680 INFO kernel:RTC time: 18:02:02, date: 12/22/16 >18:02:07,680 INFO kernel:NET: Registered protocol family 16 >18:02:07,680 INFO kernel:cpuidle: using governor menu >18:02:07,680 WARNING kernel:PCCT header not found. >18:02:07,680 INFO kernel:ACPI: bus type PCI registered >18:02:07,680 INFO kernel:acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >18:02:07,680 INFO kernel:PCI: Using configuration type 1 for base access >18:02:07,680 INFO kernel:HugeTLB registered 2 MB page size, pre-allocated 0 pages >18:02:07,680 INFO kernel:ACPI: Added _OSI(Module Device) >18:02:07,680 INFO kernel:ACPI: Added _OSI(Processor Device) >18:02:07,680 INFO kernel:ACPI: Added _OSI(3.0 _SCP Extensions) >18:02:07,680 INFO kernel:ACPI: Added _OSI(Processor Aggregator Device) >18:02:07,680 INFO kernel:ACPI: Interpreter enabled >18:02:07,680 INFO kernel:ACPI: (supports S0 S5) >18:02:07,681 INFO kernel:ACPI: Using IOAPIC for interrupt routing >18:02:07,681 INFO kernel:PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >18:02:07,681 INFO kernel:ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >18:02:07,681 INFO kernel:acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] >18:02:07,682 INFO kernel:acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM >18:02:07,682 WARNING kernel:acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >18:02:07,682 INFO kernel:acpiphp: Slot [3] registered >18:02:07,682 INFO kernel:acpiphp: Slot [4] registered >18:02:07,682 INFO kernel:acpiphp: Slot [5] registered >18:02:07,682 INFO kernel:acpiphp: Slot [7] registered >18:02:07,682 INFO kernel:acpiphp: Slot [8] registered >18:02:07,682 INFO kernel:acpiphp: Slot [9] registered >18:02:07,683 INFO kernel:acpiphp: Slot [10] registered >18:02:07,683 INFO kernel:acpiphp: Slot [11] registered >18:02:07,683 INFO kernel:acpiphp: Slot [12] registered >18:02:07,683 INFO kernel:acpiphp: Slot [13] registered >18:02:07,683 INFO kernel:acpiphp: Slot [14] registered >18:02:07,683 INFO kernel:acpiphp: Slot [15] registered >18:02:07,683 INFO kernel:acpiphp: Slot [16] registered >18:02:07,683 INFO kernel:acpiphp: Slot [17] registered >18:02:07,683 INFO kernel:acpiphp: Slot [18] registered >18:02:07,683 INFO kernel:acpiphp: Slot [19] registered >18:02:07,683 INFO kernel:acpiphp: Slot [20] registered >18:02:07,683 INFO kernel:acpiphp: Slot [21] registered >18:02:07,683 INFO kernel:acpiphp: Slot [22] registered >18:02:07,683 INFO kernel:acpiphp: Slot [23] registered >18:02:07,683 INFO kernel:acpiphp: Slot [24] registered >18:02:07,683 INFO kernel:acpiphp: Slot [25] registered >18:02:07,683 INFO kernel:acpiphp: Slot [26] registered >18:02:07,683 INFO kernel:acpiphp: Slot [27] registered >18:02:07,683 INFO kernel:acpiphp: Slot [28] registered >18:02:07,683 INFO kernel:acpiphp: Slot [29] registered >18:02:07,683 INFO kernel:acpiphp: Slot [30] registered >18:02:07,683 INFO kernel:acpiphp: Slot [31] registered >18:02:07,683 INFO kernel:PCI host bridge to bus 0000:00 >18:02:07,683 INFO kernel:pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] >18:02:07,690 INFO kernel:pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] >18:02:07,690 INFO kernel:pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] >18:02:07,691 INFO kernel:pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff window] >18:02:07,691 INFO kernel:pci_bus 0000:00: root bus resource [bus 00-ff] >18:02:07,691 DEBUG kernel:pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >18:02:07,695 DEBUG kernel:pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >18:02:07,695 DEBUG kernel:pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 >18:02:07,696 DEBUG kernel:pci 0000:00:01.1: reg 0x20: [io 0xc180-0xc18f] >18:02:07,696 INFO kernel:pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] >18:02:07,696 INFO kernel:pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] >18:02:07,700 INFO kernel:pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] >18:02:07,700 INFO kernel:pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] >18:02:07,703 DEBUG kernel:pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 >18:02:07,703 INFO kernel:pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI >18:02:07,704 INFO kernel:pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB >18:02:07,704 DEBUG kernel:pci 0000:00:02.0: [1b36:0100] type 00 class 0x030000 >18:02:07,704 DEBUG kernel:pci 0000:00:02.0: reg 0x10: [mem 0xf4000000-0xf7ffffff] >18:02:07,711 DEBUG kernel:pci 0000:00:02.0: reg 0x14: [mem 0xf8000000-0xfbffffff] >18:02:07,711 DEBUG kernel:pci 0000:00:02.0: reg 0x18: [mem 0xfc054000-0xfc055fff] >18:02:07,712 DEBUG kernel:pci 0000:00:02.0: reg 0x1c: [io 0xc080-0xc09f] >18:02:07,712 DEBUG kernel:pci 0000:00:02.0: reg 0x30: [mem 0xfc040000-0xfc04ffff pref] >18:02:07,712 DEBUG kernel:pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000 >18:02:07,717 DEBUG kernel:pci 0000:00:03.0: reg 0x10: [io 0xc0a0-0xc0bf] >18:02:07,717 DEBUG kernel:pci 0000:00:03.0: reg 0x14: [mem 0xfc056000-0xfc056fff] >18:02:07,718 DEBUG kernel:pci 0000:00:03.0: reg 0x30: [mem 0xfc000000-0xfc03ffff pref] >18:02:07,718 DEBUG kernel:pci 0000:00:04.0: [8086:2668] type 00 class 0x040300 >18:02:16,919 INFO kernel:[ 14.117636] zram0: detected capacity change from 0 to 2077081600 >18:02:07,718 DEBUG kernel:pci 0000:00:04.0: reg 0x10: [mem 0xfc050000-0xfc053fff] >18:02:07,720 DEBUG kernel:pci 0000:00:05.0: [1af4:1003] type 00 class 0x078000 >18:02:07,720 DEBUG kernel:pci 0000:00:05.0: reg 0x10: [io 0xc0c0-0xc0df] >18:02:07,721 DEBUG kernel:pci 0000:00:05.0: reg 0x14: [mem 0xfc057000-0xfc057fff] >18:02:07,721 DEBUG kernel:pci 0000:00:06.0: [8086:2934] type 00 class 0x0c0300 >18:02:07,724 DEBUG kernel:pci 0000:00:06.0: reg 0x20: [io 0xc0e0-0xc0ff] >18:02:07,724 DEBUG kernel:pci 0000:00:06.1: [8086:2935] type 00 class 0x0c0300 >18:02:07,725 DEBUG kernel:pci 0000:00:06.1: reg 0x20: [io 0xc100-0xc11f] >18:02:07,725 DEBUG kernel:pci 0000:00:06.2: [8086:2936] type 00 class 0x0c0300 >18:02:07,727 DEBUG kernel:pci 0000:00:06.2: reg 0x20: [io 0xc120-0xc13f] >18:02:07,727 DEBUG kernel:pci 0000:00:06.7: [8086:293a] type 00 class 0x0c0320 >18:02:07,727 DEBUG kernel:pci 0000:00:06.7: reg 0x10: [mem 0xfc058000-0xfc058fff] >18:02:07,728 DEBUG kernel:pci 0000:00:07.0: [1af4:1004] type 00 class 0x010000 >18:02:07,728 DEBUG kernel:pci 0000:00:07.0: reg 0x10: [io 0xc000-0xc03f] >18:02:07,729 DEBUG kernel:pci 0000:00:07.0: reg 0x14: [mem 0xfc059000-0xfc059fff] >18:02:07,730 DEBUG kernel:pci 0000:00:08.0: [1af4:1002] type 00 class 0x00ff00 >18:02:07,730 DEBUG kernel:pci 0000:00:08.0: reg 0x10: [io 0xc140-0xc15f] >18:02:07,730 DEBUG kernel:pci 0000:00:09.0: [8086:2922] type 00 class 0x010601 >18:02:07,732 DEBUG kernel:pci 0000:00:09.0: reg 0x20: [io 0xc160-0xc17f] >18:02:07,732 DEBUG kernel:pci 0000:00:09.0: reg 0x24: [mem 0xfc05a000-0xfc05afff] >18:02:07,733 DEBUG kernel:pci 0000:00:0a.0: [1af4:1001] type 00 class 0x010000 >18:02:07,733 DEBUG kernel:pci 0000:00:0a.0: reg 0x10: [io 0xc040-0xc07f] >18:02:07,734 DEBUG kernel:pci 0000:00:0a.0: reg 0x14: [mem 0xfc05b000-0xfc05bfff] >18:02:07,734 INFO kernel:ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >18:02:07,734 INFO kernel:ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >18:02:07,734 INFO kernel:ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >18:02:07,734 INFO kernel:ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >18:02:07,734 INFO kernel:ACPI: PCI Interrupt Link [LNKS] (IRQs *9) >18:02:07,734 INFO kernel:ACPI: Enabled 3 GPEs in block 00 to 0F >18:02:07,735 INFO kernel:pci 0000:00:02.0: vgaarb: setting as boot VGA device >18:02:07,735 INFO kernel:pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none >18:02:07,735 INFO kernel:pci 0000:00:02.0: vgaarb: bridge control possible >18:02:07,735 INFO kernel:vgaarb: loaded >18:02:07,735 NOTICE kernel:SCSI subsystem initialized >18:02:07,735 DEBUG kernel:libata version 3.00 loaded. >18:02:07,735 INFO kernel:ACPI: bus type USB registered >18:02:07,735 INFO kernel:usbcore: registered new interface driver usbfs >18:02:07,735 INFO kernel:usbcore: registered new interface driver hub >18:02:07,735 INFO kernel:usbcore: registered new device driver usb >18:02:07,735 INFO kernel:PCI: Using ACPI for IRQ routing >18:02:07,735 DEBUG kernel:PCI: pci_cache_line_size set to 64 bytes >18:02:07,735 DEBUG kernel:e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] >18:02:07,735 DEBUG kernel:e820: reserve RAM buffer [mem 0x7ffd9000-0x7fffffff] >18:02:07,735 INFO kernel:NetLabel: Initializing >18:02:07,736 INFO kernel:NetLabel: domain hash size = 128 >18:02:07,736 INFO kernel:NetLabel: protocols = UNLABELED CIPSOv4 >18:02:07,736 INFO kernel:NetLabel: unlabeled traffic allowed by default >18:02:07,736 INFO kernel:clocksource: Switched to clocksource kvm-clock >18:02:07,736 NOTICE kernel:VFS: Disk quotas dquot_6.6.0 >18:02:07,736 INFO kernel:VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >18:02:07,736 INFO kernel:pnp: PnP ACPI init >18:02:07,736 DEBUG kernel:pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) >18:02:07,737 DEBUG kernel:pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) >18:02:07,737 DEBUG kernel:pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active) >18:02:07,737 DEBUG kernel:pnp 00:03: [dma 2] >18:02:07,738 DEBUG kernel:pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active) >18:02:07,738 DEBUG kernel:pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active) >18:02:07,738 INFO kernel:pnp: PnP ACPI: found 5 devices >18:02:07,738 INFO kernel:clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns >18:02:07,739 DEBUG kernel:pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] >18:02:07,739 DEBUG kernel:pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] >18:02:07,739 DEBUG kernel:pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] >18:02:07,740 DEBUG kernel:pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff window] >18:02:07,740 INFO kernel:NET: Registered protocol family 2 >18:02:07,740 INFO kernel:TCP established hash table entries: 16384 (order: 5, 131072 bytes) >18:02:07,740 INFO kernel:TCP bind hash table entries: 16384 (order: 8, 1310720 bytes) >18:02:07,740 INFO kernel:TCP: Hash tables configured (established 16384 bind 16384) >18:02:07,740 INFO kernel:UDP hash table entries: 1024 (order: 5, 196608 bytes) >18:02:07,740 INFO kernel:UDP-Lite hash table entries: 1024 (order: 5, 196608 bytes) >18:02:07,740 INFO kernel:NET: Registered protocol family 1 >18:02:07,740 INFO kernel:pci 0000:00:00.0: Limiting direct PCI/PCI transfers >18:02:07,741 INFO kernel:pci 0000:00:01.0: PIIX3: Enabling Passive Release >18:02:07,741 INFO kernel:pci 0000:00:01.0: Activating ISA DMA hang workarounds >18:02:07,742 INFO kernel:pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] >18:02:07,742 WARNING kernel:ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 >18:02:07,742 WARNING kernel:ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 >18:02:07,742 WARNING kernel:ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 >18:02:07,742 WARNING kernel:ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 >18:02:07,742 DEBUG kernel:PCI: CLS 0 bytes, default 64 >18:02:07,742 INFO kernel:Unpacking initramfs... >18:02:07,742 INFO kernel:Freeing initrd memory: 53056K >18:02:07,742 INFO kernel:DMA-API: preallocated 65536 debug entries >18:02:07,742 INFO kernel:DMA-API: debugging enabled by kernel config >18:02:07,742 INFO kernel:Scanning for low memory corruption every 60 seconds >18:02:07,742 INFO kernel:futex hash table entries: 256 (order: 3, 32768 bytes) >18:02:07,742 INFO kernel:audit: initializing netlink subsys (disabled) >18:02:07,742 INFO kernel:cryptomgr_test (32) used greatest stack depth: 14592 bytes left >18:02:07,742 NOTICE kernel:Initialise system trusted keyrings >18:02:07,742 NOTICE kernel:audit: type=2000 audit(1482429727.466:1): initialized >18:02:07,742 INFO kernel:workingset: timestamp_bits=36 max_order=19 bucket_order=0 >18:02:07,742 INFO kernel:zbud: loaded >18:02:07,742 DEBUG kernel:SELinux: Registering netfilter hooks >18:02:07,742 INFO kernel:cryptomgr_test (37) used greatest stack depth: 14272 bytes left >18:02:07,742 INFO kernel:cryptomgr_test (42) used greatest stack depth: 14160 bytes left >18:02:07,742 INFO kernel:cryptomgr_test (47) used greatest stack depth: 14096 bytes left >18:02:07,742 INFO kernel:modprobe (53) used greatest stack depth: 13584 bytes left >18:02:07,742 INFO kernel:modprobe (54) used greatest stack depth: 13504 bytes left >18:02:07,742 INFO kernel:cryptomgr_test (51) used greatest stack depth: 13424 bytes left >18:02:07,742 INFO kernel:cryptomgr_test (56) used greatest stack depth: 13312 bytes left >18:02:07,742 INFO kernel:NET: Registered protocol family 38 >18:02:07,742 NOTICE kernel:Key type asymmetric registered >18:02:07,742 NOTICE kernel:Asymmetric key parser 'x509' registered >18:02:07,742 INFO kernel:Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) >18:02:07,742 INFO kernel:io scheduler noop registered >18:02:07,742 INFO kernel:io scheduler deadline registered >18:02:07,742 INFO kernel:io scheduler cfq registered (default) >18:02:07,742 DEBUG kernel:start plist test >18:02:07,742 DEBUG kernel:end plist test >18:02:07,742 DEBUG kernel:intel_idle: does not run on family 6 model 44 >18:02:07,742 INFO kernel:input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >18:02:07,742 INFO kernel:ACPI: Power Button [PWRF] >18:02:07,742 INFO kernel:GHES: HEST is not enabled! >18:02:07,743 INFO kernel:Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled >18:02:07,743 INFO kernel:00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A >18:02:07,743 INFO kernel:Non-volatile memory driver v1.3 >18:02:07,743 INFO kernel:Linux agpgart interface v0.103 >18:02:07,743 DEBUG kernel:ahci 0000:00:09.0: version 3.0 >18:02:07,744 INFO kernel:ahci 0000:00:09.0: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode >18:02:07,744 INFO kernel:ahci 0000:00:09.0: flags: ncq only >18:02:07,745 INFO kernel:scsi host0: ahci >18:02:07,745 INFO kernel:scsi host1: ahci >18:02:07,745 INFO kernel:scsi host2: ahci >18:02:07,746 INFO kernel:scsi host3: ahci >18:02:07,746 INFO kernel:scsi host4: ahci >18:02:07,747 INFO kernel:scsi host5: ahci >18:02:07,747 INFO kernel:ata1: SATA max UDMA/133 abar m4096@0xfc05a000 port 0xfc05a100 irq 24 >18:02:07,747 INFO kernel:ata2: SATA max UDMA/133 abar m4096@0xfc05a000 port 0xfc05a180 irq 24 >18:02:07,747 INFO kernel:ata3: SATA max UDMA/133 abar m4096@0xfc05a000 port 0xfc05a200 irq 24 >18:02:07,747 INFO kernel:ata4: SATA max UDMA/133 abar m4096@0xfc05a000 port 0xfc05a280 irq 24 >18:02:07,747 INFO kernel:ata5: SATA max UDMA/133 abar m4096@0xfc05a000 port 0xfc05a300 irq 24 >18:02:16,993 INFO kernel:[ 14.191730] Adding 2028396k swap on /dev/zram0. Priority:100 extents:1 across:2028396k SSFS >18:02:07,747 INFO kernel:ata6: SATA max UDMA/133 abar m4096@0xfc05a000 port 0xfc05a380 irq 24 >18:02:07,747 DEBUG kernel:ata_piix 0000:00:01.1: version 2.13 >18:02:07,748 INFO kernel:scsi host6: ata_piix >18:02:07,748 INFO kernel:scsi host7: ata_piix >18:02:07,748 INFO kernel:ata7: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc180 irq 14 >18:02:07,748 INFO kernel:ata8: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc188 irq 15 >18:02:07,748 INFO kernel:libphy: Fixed MDIO Bus: probed >18:02:07,748 INFO kernel:ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >18:02:07,748 INFO kernel:ehci-pci: EHCI PCI platform driver >18:02:07,749 INFO kernel:ehci-pci 0000:00:06.7: EHCI Host Controller >18:02:07,749 INFO kernel:ehci-pci 0000:00:06.7: new USB bus registered, assigned bus number 1 >18:02:07,749 INFO kernel:ehci-pci 0000:00:06.7: irq 10, io mem 0xfc058000 >18:02:07,750 INFO kernel:ehci-pci 0000:00:06.7: USB 2.0 started, EHCI 1.00 >18:02:07,751 INFO kernel:usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >18:02:07,751 INFO kernel:usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >18:02:07,751 INFO kernel:usb usb1: Product: EHCI Host Controller >18:02:07,752 INFO kernel:usb usb1: Manufacturer: Linux 4.10.0-0.rc0.git7.1.fc26.x86_64 ehci_hcd >18:02:07,752 INFO kernel:usb usb1: SerialNumber: 0000:00:06.7 >18:02:07,753 INFO kernel:hub 1-0:1.0: USB hub found >18:02:07,753 INFO kernel:hub 1-0:1.0: 6 ports detected >18:02:07,753 INFO kernel:ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >18:02:07,753 INFO kernel:ohci-pci: OHCI PCI platform driver >18:02:07,753 INFO kernel:uhci_hcd: USB Universal Host Controller Interface driver >18:02:07,753 DEBUG kernel:ata7.01: NODEV after polling detection >18:02:07,753 INFO kernel:ata7.00: ATAPI: QEMU DVD-ROM, 2.4.0, max UDMA/100 >18:02:07,753 INFO kernel:ata7.00: configured for MWDMA2 >18:02:07,753 INFO kernel:uhci_hcd 0000:00:06.0: UHCI Host Controller >18:02:07,754 INFO kernel:uhci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 2 >18:02:07,754 INFO kernel:uhci_hcd 0000:00:06.0: detected 2 ports >18:02:07,755 INFO kernel:uhci_hcd 0000:00:06.0: irq 10, io base 0x0000c0e0 >18:02:07,755 INFO kernel:usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 >18:02:07,755 INFO kernel:usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >18:02:07,756 INFO kernel:usb usb2: Product: UHCI Host Controller >18:02:07,756 INFO kernel:usb usb2: Manufacturer: Linux 4.10.0-0.rc0.git7.1.fc26.x86_64 uhci_hcd >18:02:07,757 INFO kernel:usb usb2: SerialNumber: 0000:00:06.0 >18:02:07,757 INFO kernel:hub 2-0:1.0: USB hub found >18:02:07,758 INFO kernel:hub 2-0:1.0: 2 ports detected >18:02:07,758 INFO kernel:ata5: SATA link down (SStatus 0 SControl 300) >18:02:07,758 INFO kernel:ata4: SATA link down (SStatus 0 SControl 300) >18:02:07,758 INFO kernel:ata3: SATA link down (SStatus 0 SControl 300) >18:02:07,758 INFO kernel:ata2: SATA link down (SStatus 0 SControl 300) >18:02:07,758 INFO kernel:ata1: SATA link down (SStatus 0 SControl 300) >18:02:07,758 INFO kernel:ata6: SATA link down (SStatus 0 SControl 300) >18:02:07,759 NOTICE kernel:scsi 6:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.4. PQ: 0 ANSI: 5 >18:02:07,759 INFO kernel:sr 6:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray >18:02:07,759 INFO kernel:cdrom: Uniform CD-ROM driver Revision: 3.20 >18:02:07,759 DEBUG kernel:sr 6:0:0:0: Attached scsi CD-ROM sr0 >18:02:07,760 NOTICE kernel:sr 6:0:0:0: Attached scsi generic sg0 type 5 >18:02:07,761 INFO kernel:uhci_hcd 0000:00:06.1: UHCI Host Controller >18:02:07,761 INFO kernel:uhci_hcd 0000:00:06.1: new USB bus registered, assigned bus number 3 >18:02:07,762 INFO kernel:uhci_hcd 0000:00:06.1: detected 2 ports >18:02:07,762 INFO kernel:uhci_hcd 0000:00:06.1: irq 11, io base 0x0000c100 >18:02:07,762 INFO kernel:usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >18:02:07,763 INFO kernel:usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >18:02:07,763 INFO kernel:usb usb3: Product: UHCI Host Controller >18:02:07,764 INFO kernel:usb usb3: Manufacturer: Linux 4.10.0-0.rc0.git7.1.fc26.x86_64 uhci_hcd >18:02:07,764 INFO kernel:usb usb3: SerialNumber: 0000:00:06.1 >18:02:07,765 INFO kernel:hub 3-0:1.0: USB hub found >18:02:07,765 INFO kernel:hub 3-0:1.0: 2 ports detected >18:02:07,766 INFO kernel:usb 1-1: new high-speed USB device number 2 using ehci-pci >18:02:07,766 INFO kernel:uhci_hcd 0000:00:06.2: UHCI Host Controller >18:02:07,766 INFO kernel:uhci_hcd 0000:00:06.2: new USB bus registered, assigned bus number 4 >18:02:07,766 INFO kernel:uhci_hcd 0000:00:06.2: detected 2 ports >18:02:07,767 INFO kernel:uhci_hcd 0000:00:06.2: irq 11, io base 0x0000c120 >18:02:07,767 INFO kernel:usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 >18:02:07,767 INFO kernel:usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >18:02:07,768 INFO kernel:usb usb4: Product: UHCI Host Controller >18:02:07,768 INFO kernel:usb usb4: Manufacturer: Linux 4.10.0-0.rc0.git7.1.fc26.x86_64 uhci_hcd >18:02:07,769 INFO kernel:usb usb4: SerialNumber: 0000:00:06.2 >18:02:07,769 INFO kernel:hub 4-0:1.0: USB hub found >18:02:07,769 INFO kernel:hub 4-0:1.0: 2 ports detected >18:02:07,769 INFO kernel:usbcore: registered new interface driver usbserial >18:02:07,769 INFO kernel:usbcore: registered new interface driver usbserial_generic >18:02:07,770 INFO kernel:usbserial: USB Serial support registered for generic >18:02:07,770 INFO kernel:i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >18:02:07,770 INFO kernel:serio: i8042 KBD port at 0x60,0x64 irq 1 >18:02:07,770 INFO kernel:serio: i8042 AUX port at 0x60,0x64 irq 12 >18:02:07,770 INFO kernel:mousedev: PS/2 mouse device common for all mice >18:02:07,770 INFO kernel:input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >18:02:07,770 INFO kernel:rtc_cmos 00:00: RTC can wake from S4 >18:02:07,771 INFO kernel:rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 >18:02:07,771 INFO kernel:rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram >18:02:07,771 INFO kernel:device-mapper: uevent: version 1.0.3 >18:02:07,771 INFO kernel:device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com >18:02:07,771 INFO kernel:hidraw: raw HID events driver (C) Jiri Kosina >18:02:07,771 INFO kernel:usbcore: registered new interface driver usbhid >18:02:07,771 INFO kernel:usbhid: USB HID core driver >18:02:07,771 INFO kernel:drop_monitor: Initializing network drop monitor service >18:02:07,771 INFO kernel:ip_tables: (C) 2000-2006 Netfilter Core Team >18:02:07,771 INFO kernel:Initializing XFRM netlink socket >18:02:07,771 INFO kernel:NET: Registered protocol family 10 >18:02:07,771 INFO kernel:Segment Routing with IPv6 >18:02:07,771 INFO kernel:mip6: Mobile IPv6 >18:02:07,771 INFO kernel:NET: Registered protocol family 17 >18:02:07,771 INFO kernel:microcode: sig=0x206c1, pf=0x1, revision=0x1 >18:02:07,771 INFO kernel:microcode: Microcode Update Driver: v2.2. >18:02:07,771 INFO kernel:SSE version of gcm_enc/dec engaged. >18:02:07,771 ERR kernel:PKCS#7 signature not signed with a trusted key >18:02:07,771 NOTICE kernel:pcbc: module verification failed: signature and/or required key missing - tainting kernel >18:02:07,771 INFO kernel:alg: No test for pcbc(aes) (pcbc-aes-aesni) >18:02:07,771 INFO kernel:registered taskstats version 1 >18:02:07,771 NOTICE kernel:Loading compiled-in X.509 certificates >18:02:07,771 INFO kernel:alg: No test for pkcs1pad(rsa,sha256) (pkcs1pad(rsa-generic,sha256)) >18:02:07,771 NOTICE kernel:Loaded X.509 cert 'Fedora kernel signing key: 167d94e4b76ec1d912b7b12e15232a888d873084' >18:02:07,771 INFO kernel:zswap: loaded using pool lzo/zbud >18:02:07,771 NOTICE kernel:Key type big_key registered >18:02:07,771 INFO kernel: Magic number: 12:561:39 >18:02:07,772 INFO kernel:rtc_cmos 00:00: setting system clock to 2016-12-22 18:02:07 UTC (1482429727) >18:02:07,772 DEBUG kernel:PM: Hibernation image not present or could not be loaded. >18:02:07,772 INFO kernel:Freeing unused kernel memory: 4164K >18:02:07,772 INFO kernel:Write protecting the kernel read-only data: 14336k >18:02:07,772 INFO kernel:Freeing unused kernel memory: 652K >18:02:07,772 INFO kernel:Freeing unused kernel memory: 340K >18:02:07,772 INFO kernel:x86/mm: Checked W+X mappings: passed, no W+X pages found. >18:02:07,772 NOTICE kernel:random: systemd: uninitialized urandom read (16 bytes read) >18:02:07,772 NOTICE kernel:random: systemd: uninitialized urandom read (16 bytes read) >18:02:07,772 NOTICE kernel:random: systemd: uninitialized urandom read (16 bytes read) >18:02:07,772 INFO systemd:systemd 231 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN) >18:02:07,772 INFO systemd:Detected virtualization qemu. >18:02:07,772 INFO systemd:Detected architecture x86-64. >18:02:07,772 INFO systemd:Running in initial RAM disk. >18:02:07,772 INFO systemd:No hostname configured. >18:02:07,772 INFO systemd:Set hostname to <localhost>. >18:02:07,772 NOTICE kernel:random: systemd: uninitialized urandom read (16 bytes read) >18:02:07,773 INFO systemd:Initializing machine ID from random generator. >18:02:07,773 NOTICE kernel:random: systemd: uninitialized urandom read (16 bytes read) >18:02:07,773 INFO kernel:usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >18:02:07,773 INFO kernel:usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 >18:02:07,774 INFO kernel:usb 1-1: Product: QEMU USB Tablet >18:02:07,774 INFO kernel:usb 1-1: Manufacturer: QEMU >18:02:07,775 INFO kernel:usb 1-1: SerialNumber: 42 >18:02:07,775 INFO kernel:input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:06.7/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input4 >18:02:07,775 INFO kernel:hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:06.7-1/input0 >18:02:07,775 NOTICE kernel:random: systemd-cryptse: uninitialized urandom read (16 bytes read) >18:02:07,775 NOTICE kernel:random: systemd: uninitialized urandom read (16 bytes read) >18:02:07,775 NOTICE kernel:random: systemd: uninitialized urandom read (16 bytes read) >18:02:07,775 NOTICE kernel:random: systemd: uninitialized urandom read (16 bytes read) >18:02:07,775 NOTICE kernel:random: systemd: uninitialized urandom read (16 bytes read) >18:02:07,775 INFO systemd:Listening on udev Kernel Socket. >18:02:07,775 INFO systemd:Listening on udev Control Socket. >18:02:07,775 INFO systemd:Created slice System Slice. >18:02:07,775 INFO kernel:kmod (229) used greatest stack depth: 13008 bytes left >18:02:07,775 NOTICE kernel:audit: type=1130 audit(1482429727.672:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:07,775 NOTICE kernel:audit: type=1130 audit(1482429727.677:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:07,775 NOTICE kernel:audit: type=1130 audit(1482429727.680:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:07,776 NOTICE kernel:audit: type=1130 audit(1482429727.691:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:07,776 NOTICE kernel:audit: type=1130 audit(1482429727.722:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:07,776 INFO systemd-journald:Journal started >18:02:07,777 NOTICE kernel:audit: type=1130 audit(1482429727.776:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:07,777 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:07,777 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:07,777 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:07,777 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:07,777 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:07,777 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:07,778 INFO systemd-sysctl:Couldn't write '0' to 'net/bridge/bridge-nf-call-ip6tables', ignoring: No such file or directory >18:02:07,779 INFO systemd-sysctl:Couldn't write '0' to 'net/bridge/bridge-nf-call-arptables', ignoring: No such file or directory >18:02:07,779 INFO dracut-cmdline:dracut-26 (Rawhide) dracut-044-176.fc26 >18:02:07,780 INFO dracut-cmdline:Using kernel command line parameters: BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-26-x86_64 quiet >18:02:07,780 INFO systemd-sysctl:Couldn't write '0' to 'net/bridge/bridge-nf-call-iptables', ignoring: No such file or directory >18:02:07,807 INFO kernel:BIOS EDD facility v0.16 2004-Jun-25, 1 devices found >18:02:07,815 INFO kernel:tsc: Refined TSC clocksource calibration: 3502.627 MHz >18:02:07,815 INFO kernel:clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x327d02b7f3d, max_idle_ns: 440795285964 ns >18:02:07,834 INFO dracut-cmdline:Loading Fedora 26 x86_64 installer... >18:02:07,948 INFO dracut-cmdline:rd.luks=0: removing cryptoluks activation >18:02:07,972 INFO dracut-cmdline:rd.lvm=0: removing LVM activation >18:02:08,039 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:08,039 INFO systemd:Started dracut cmdline hook. >18:02:08,040 INFO systemd:Starting Open-iSCSI... >18:02:08,040 NOTICE kernel:audit: type=1130 audit(1482429728.038:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:08,042 INFO systemd:Starting dracut pre-udev hook... >18:02:08,047 WARNING iscsid:iSCSI logger with pid=470 started! >18:02:08,050 ERR iscsid:iSCSI daemon with pid=471 started! >18:02:08,055 INFO systemd:iscsid.service: Failed to read PID from file /var/run/iscsid.pid: Invalid argument >18:02:08,070 INFO kernel:Loading iSCSI transport class v2.0-870. >18:02:08,071 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=iscsid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:08,072 INFO systemd:Started Open-iSCSI. >18:02:08,072 NOTICE kernel:audit: type=1130 audit(1482429728.071:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=iscsid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:08,087 INFO kernel:squashfs: version 4.0 (2009/01/31) Phillip Lougher >18:02:08,095 NOTICE kernel:iscsi: registered transport (tcp) >18:02:08,147 INFO kernel:FDC 0 is a S82078B >18:02:08,152 INFO kernel:No iBFT detected. >18:02:08,269 INFO kernel:raid6: sse2x1 gen() 11765 MB/s >18:02:08,269 INFO kernel:raid6: sse2x1 xor() 9099 MB/s >18:02:08,269 INFO kernel:raid6: sse2x2 gen() 14734 MB/s >18:02:08,269 INFO kernel:raid6: sse2x2 xor() 10582 MB/s >18:02:08,269 INFO kernel:raid6: sse2x4 gen() 16960 MB/s >18:02:08,269 INFO kernel:raid6: sse2x4 xor() 12744 MB/s >18:02:08,269 INFO kernel:raid6: using algorithm sse2x4 gen() 16960 MB/s >18:02:08,269 INFO kernel:raid6: .... xor() 12744 MB/s, rmw enabled >18:02:08,269 INFO kernel:raid6: using ssse3x2 recovery algorithm >18:02:08,271 INFO kernel:async_tx: api initialized (async) >18:02:08,291 INFO kernel:xor: measuring software checksum speed >18:02:08,291 INFO kernel: prefetch64-sse: 23560.000 MB/sec >18:02:08,291 INFO kernel: generic_sse: 21752.000 MB/sec >18:02:08,291 INFO kernel:xor: using function: prefetch64-sse (23560.000 MB/sec) >18:02:08,311 INFO kernel:input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 >18:02:08,317 INFO kernel:modprobe (519) used greatest stack depth: 12912 bytes left >18:02:08,332 INFO kernel:device-mapper: multipath round-robin: version 1.1.0 loaded >18:02:08,373 INFO kernel:RPC: Registered named UNIX socket transport module. >18:02:08,373 INFO kernel:RPC: Registered udp transport module. >18:02:08,374 INFO kernel:RPC: Registered tcp transport module. >18:02:08,374 INFO kernel:RPC: Registered tcp NFSv4.1 backchannel transport module. >18:02:08,414 NOTICE rpc.statd:Version 1.3.3 starting >18:02:08,416 NOTICE rpc.statd:Initializing NSM state >18:02:08,417 WARNING rpc.statd:Running as root. chown /var/lib/nfs/statd to choose different user >18:02:08,463 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:08,463 INFO systemd:Started dracut pre-udev hook. >18:02:08,464 INFO systemd:Starting udev Kernel Device Manager... >18:02:08,464 NOTICE kernel:audit: type=1130 audit(1482429728.461:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:08,472 INFO systemd:Started udev Kernel Device Manager. >18:02:08,472 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:08,473 INFO systemd:Starting dracut pre-trigger hook... >18:02:08,487 INFO lldpad:config file failed to load, >18:02:08,488 INFO lldpad:create a new file. >18:02:08,489 INFO lldpad:bound ctrl iface to /com/intel/lldpad >18:02:08,493 INFO dracut-pre-trigger:580 >18:02:08,498 INFO dracut-pre-trigger:rd.dm=0: removing DM RAID activation >18:02:08,526 INFO dracut-pre-trigger:rd.md.imsm=0: no MD RAID for imsm/isw raids >18:02:08,536 INFO dracut-pre-trigger:rd.md.ddf=0: no MD RAID for SNIA ddf raids >18:02:08,558 INFO dracut-pre-trigger:rd.md=0: removing MD RAID activation >18:02:08,609 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:08,609 INFO systemd:Started dracut pre-trigger hook. >18:02:08,610 INFO systemd:Starting udev Coldplug all Devices... >18:02:08,740 INFO systemd:Mounting Configuration File System... >18:02:08,748 INFO systemd:Mounted Configuration File System. >18:02:08,818 INFO systemd:Started udev Coldplug all Devices. >18:02:08,818 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:08,819 INFO systemd:Starting Show Plymouth Boot Screen... >18:02:08,821 INFO systemd:Starting dracut initqueue hook... >18:02:08,852 INFO systemd:Received SIGRTMIN+20 from PID 677 (plymouthd). >18:02:08,856 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:08,856 INFO systemd:Started Show Plymouth Boot Screen. >18:02:08,856 INFO systemd:Reached target Encrypted Volumes. >18:02:08,856 INFO systemd:Reached target System Initialization. >18:02:08,857 INFO systemd:Listening on Open-iSCSI iscsiuio Socket. >18:02:08,857 INFO systemd:Reached target Sockets. >18:02:08,857 INFO systemd:Reached target Paths. >18:02:08,857 INFO systemd:Started Forward Password Requests to Plymouth Directory Watch. >18:02:08,857 INFO systemd:Reached target Basic System. >18:02:08,936 INFO kernel:cdrom_id (687) used greatest stack depth: 12576 bytes left >18:02:08,959 INFO kernel:ata_id (688) used greatest stack depth: 12400 bytes left >18:02:09,014 INFO kernel:[drm] Initialized >18:02:09,050 ERR iscsid:can't open InitiatorName configuration file /etc/iscsi/initiatorname.iscsi >18:02:09,050 ERR iscsid:Warning: InitiatorName file /etc/iscsi/initiatorname.iscsi does not exist or does not contain a properly formated InitiatorName. If using software iscsi (iscsi_tcp or ib_iser) or partial offload (bnx2i or cxgbi iscsi), you may not be able to log into or d >18:02:09,050 ERR iscsid:can't open InitiatorAlias configuration file /etc/iscsi/initiatorname.iscsi >18:02:09,050 ERR iscsid:can't open iscsid.safe_logout configuration file /etc/iscsi/iscsid.conf >18:02:09,151 INFO systemd:Reloading. >18:02:09,379 INFO kernel:virtio-pci 0000:00:03.0: virtio_pci: leaving for legacy driver >18:02:09,502 INFO kernel:[drm] Device Version 0.0 >18:02:09,502 INFO kernel:[drm] Compression level 0 log level 0 >18:02:09,502 INFO kernel:[drm] Currently using mode #0, list at 0x488 >18:02:09,502 INFO kernel:[drm] 12286 io pages at offset 0x1000000 >18:02:09,502 INFO kernel:[drm] 16777216 byte draw area at offset 0x0 >18:02:09,502 INFO kernel:[drm] RAM header offset: 0x3ffe000 >18:02:09,502 INFO kernel:[drm] rom modes offset 0x488 for 128 modes >18:02:09,502 INFO kernel:[TTM] Zone kernel: Available graphics memory: 1014200 kiB >18:02:09,502 INFO kernel:[TTM] Initializing pool allocator >18:02:09,503 INFO kernel:[TTM] Initializing DMA pool allocator >18:02:09,503 INFO kernel:[drm] qxl: 16M of VRAM memory size >18:02:09,503 INFO kernel:[drm] qxl: 63M of IO pages memory ready (VRAM domain) >18:02:09,503 INFO kernel:[drm] qxl: 64M of Surface memory size >18:02:09,504 INFO kernel:[drm] main mem slot 1 [f4000000,3ffe000] >18:02:09,504 INFO kernel:[drm] surface mem slot 2 [f8000000,4000000] >18:02:09,504 INFO kernel:[drm] Supports vblank timestamp caching Rev 2 (21.10.2013). >18:02:09,504 INFO kernel:[drm] No driver support for vblank timestamp query. >18:02:09,507 INFO kernel:[drm] fb mappable at 0xF4000000, size 3145728 >18:02:09,507 INFO kernel:[drm] fb: depth 24, pitch 4096, width 1024, height 768 >18:02:09,529 INFO kernel:fbcon: qxldrmfb (fb0) is primary device >18:02:09,529 INFO kernel:Console: switching to colour frame buffer device 128x48 >18:02:09,530 INFO kernel:qxl 0000:00:02.0: fb0: qxldrmfb frame buffer device >18:02:09,530 INFO kernel:[drm] Initialized qxl 0.1.0 20120117 for 0000:00:02.0 on minor 0 >18:02:09,661 INFO kernel:virtio-pci 0000:00:05.0: virtio_pci: leaving for legacy driver >18:02:09,782 INFO kernel:virtio-pci 0000:00:07.0: virtio_pci: leaving for legacy driver >18:02:09,903 INFO kernel:virtio-pci 0000:00:08.0: virtio_pci: leaving for legacy driver >18:02:10,025 INFO kernel:virtio-pci 0000:00:0a.0: virtio_pci: leaving for legacy driver >18:02:10,039 INFO kernel: vda: vda1 vda2 >18:02:10,041 INFO kernel:scsi host8: Virtio SCSI HBA >18:02:10,057 INFO kernel:virtio_net virtio0 ens3: renamed from eth0 >18:02:10,076 INFO kernel:8021q: 802.1Q VLAN Support v1.8 >18:02:10,076 NOTICE kernel:random: fast init done >18:02:10,523 INFO kernel:systemd-udevd (670) used greatest stack depth: 12208 bytes left >18:02:10,524 INFO kernel:systemd-udevd (663) used greatest stack depth: 12176 bytes left >18:02:10,525 INFO kernel:systemd-udevd (672) used greatest stack depth: 11424 bytes left >18:02:10,589 INFO dracut-initqueue:anaconda using disk root at /dev/sr0 >18:02:10,640 INFO dracut-initqueue:mount: /dev/sr0 is write-protected, mounting read-only >18:02:10,644 DEBUG kernel:ISO 9660 Extensions: Microsoft Joliet Level 3 >18:02:10,652 DEBUG kernel:ISO 9660 Extensions: RRIP_1991A >18:02:10,655 INFO dracut-initqueue:anaconda: found /run/install/repo//images/install.img >18:02:10,743 INFO kernel:loop: module loaded >18:02:10,917 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:10,918 INFO systemd:Started dracut initqueue hook. >18:02:10,918 INFO systemd:Reached target Remote File Systems (Pre). >18:02:10,918 INFO systemd:Reached target Remote File Systems. >18:02:10,921 INFO systemd:Starting dracut pre-mount hook... >18:02:10,968 INFO systemd:Started dracut pre-mount hook. >18:02:10,969 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:10,971 INFO systemd:Reached target Initrd Root File System. >18:02:10,974 INFO systemd:Starting Reload Configuration from the Real Root... >18:02:10,981 INFO systemd:Reloading. >18:02:11,137 INFO systemd:Started Reload Configuration from the Real Root. >18:02:11,138 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,138 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,139 INFO systemd:Reached target Initrd File Systems. >18:02:11,140 INFO systemd:Reached target Initrd Default Target. >18:02:11,144 INFO systemd:Starting dracut mount hook... >18:02:11,172 INFO kernel:EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >18:02:11,203 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,204 INFO systemd:Started dracut mount hook. >18:02:11,205 INFO systemd:Starting dracut pre-pivot and cleanup hook... >18:02:11,412 ERR rpcbind:cannot open file = /run/rpcbind/rpcbind.xdr for writing >18:02:11,412 ERR rpcbind:cannot save any registration >18:02:11,412 ERR rpcbind:cannot open file = /run/rpcbind/portmap.xdr for writing >18:02:11,413 ERR rpcbind:cannot save any registration >18:02:11,436 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,437 INFO systemd:Started dracut pre-pivot and cleanup hook. >18:02:11,438 INFO systemd:Starting Cleaning Up and Shutting Down Daemons... >18:02:11,454 INFO systemd:Stopped Cleaning Up and Shutting Down Daemons. >18:02:11,455 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,455 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,456 INFO systemd:Stopped target Timers. >18:02:11,457 INFO systemd:Stopped dracut pre-pivot and cleanup hook. >18:02:11,459 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,461 INFO systemd:Stopped dracut mount hook. >18:02:11,462 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,462 INFO systemd:Stopped target Remote File Systems. >18:02:11,463 INFO systemd:Stopped target Remote File Systems (Pre). >18:02:11,464 INFO systemd:Stopped target Initrd Default Target. >18:02:11,465 INFO systemd:Stopped target Basic System. >18:02:11,465 INFO systemd:Stopped target Slices. >18:02:11,466 INFO systemd:Stopped target Sockets. >18:02:11,468 INFO systemd:Closed Open-iSCSI iscsiuio Socket. >18:02:11,468 INFO systemd:Stopped target Paths. >18:02:11,470 INFO systemd:Stopped target System Initialization. >18:02:11,471 INFO systemd:Stopped target Local File Systems. >18:02:11,473 INFO systemd:Stopped Apply Kernel Variables. >18:02:11,475 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,475 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,475 INFO systemd:Stopped target Swap. >18:02:11,476 INFO systemd:Stopped target Initrd Root Device. >18:02:11,478 INFO systemd:Stopped dracut pre-mount hook. >18:02:11,478 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,479 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,479 INFO systemd:Stopped target Encrypted Volumes. >18:02:11,480 INFO systemd:Stopped dracut initqueue hook. >18:02:11,481 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,481 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,483 INFO systemd:Stopped udev Coldplug all Devices. >18:02:11,483 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,484 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,485 INFO systemd:Stopped dracut pre-trigger hook. >18:02:11,485 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,486 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,487 INFO systemd:Stopping udev Kernel Device Manager... >18:02:11,493 INFO systemd:Stopping Open-iSCSI... >18:02:11,499 INFO systemd:Starting Plymouth switch root service... >18:02:11,507 WARNING iscsid:iscsid shutting down. >18:02:11,521 INFO systemd:Stopped udev Kernel Device Manager. >18:02:11,526 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,526 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,536 INFO systemd:Stopped Open-iSCSI. >18:02:11,541 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=iscsid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,541 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=iscsid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,545 INFO systemd:Started Plymouth switch root service. >18:02:11,550 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,550 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,556 INFO systemd:Stopping Device-Mapper Multipath Device Controller... >18:02:11,561 INFO systemd:Stopped Create Static Device Nodes in /dev. >18:02:11,565 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,565 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,571 INFO systemd:Stopped Create list of required static device nodes for the current kernel. >18:02:11,575 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,575 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,576 INFO systemd:Stopped dracut pre-udev hook. >18:02:11,586 INFO multipathd:Dec 22 18:02:07 | path checkers start up >18:02:11,587 INFO multipathd:Dec 22 18:02:11 | --------shut down------- >18:02:11,588 INFO multipathd:ok >18:02:11,591 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,591 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,593 INFO systemd:Stopped dracut cmdline hook. >18:02:11,595 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,595 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,595 INFO systemd:Closed udev Control Socket. >18:02:11,598 INFO systemd:Closed udev Kernel Socket. >18:02:11,602 INFO systemd:Starting Cleanup udevd DB... >18:02:11,616 INFO systemd:Stopped Device-Mapper Multipath Device Controller. >18:02:11,619 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,619 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,632 INFO systemd:Started Cleanup udevd DB. >18:02:11,634 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,634 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:11,635 INFO systemd:Reached target Switch Root. >18:02:11,640 INFO systemd:Starting Switch Root... >18:02:11,655 NOTICE systemd:Switching root. >18:02:11,666 INFO systemd-journald:Journal stopped >18:02:12,655 INFO systemd-journald:Runtime journal (/run/log/journal/) is 8.0M, max 99.0M, 91.0M free. >18:02:12,662 INFO systemd-journald:Received SIGTERM from PID 1 (systemd). >18:02:12,662 WARNING kernel:systemd: 21 output lines suppressed due to ratelimiting >18:02:12,662 DEBUG kernel:SELinux: 32768 avtab hash slots, 107268 rules. >18:02:12,662 DEBUG kernel:SELinux: 32768 avtab hash slots, 107268 rules. >18:02:12,662 DEBUG kernel:SELinux: 8 users, 14 roles, 5082 types, 306 bools, 1 sens, 1024 cats >18:02:12,662 DEBUG kernel:SELinux: 94 classes, 107268 rules >18:02:12,662 INFO kernel:SELinux: Permission validate_trans in class security not defined in policy. >18:02:12,662 INFO kernel:SELinux: Permission module_load in class system not defined in policy. >18:02:12,662 INFO kernel:SELinux: the above unknown classes and permissions will be allowed >18:02:12,662 DEBUG kernel:SELinux: Completing initialization. >18:02:12,662 DEBUG kernel:SELinux: Setting up existing superblocks. >18:02:12,662 WARNING kernel:kauditd_printk_skb: 126 callbacks suppressed >18:02:12,662 NOTICE kernel:audit: type=1403 audit(1482429732.308:53): policy loaded auid=4294967295 ses=4294967295 >18:02:12,662 INFO systemd:Successfully loaded SELinux policy in 182.617ms. >18:02:12,662 NOTICE kernel:random: crng init done >18:02:12,662 INFO systemd:Relabelled /dev and /run in 17.935ms. >18:02:12,663 NOTICE kernel:audit: type=1130 audit(1482429732.576:54): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,663 NOTICE kernel:audit: type=1131 audit(1482429732.576:55): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,663 NOTICE kernel:audit: type=1130 audit(1482429732.577:56): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,663 NOTICE kernel:audit: type=1131 audit(1482429732.577:57): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,663 NOTICE kernel:audit: type=1130 audit(1482429732.578:58): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,663 NOTICE kernel:audit: type=1131 audit(1482429732.578:59): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,663 NOTICE kernel:audit: type=1305 audit(1482429732.608:60): audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:syslogd_t:s0 res=1 >18:02:12,663 INFO systemd-journald:Journal started >18:02:12,663 NOTICE audit:MAC_POLICY_LOAD policy loaded auid=4294967295 ses=4294967295 >18:02:12,663 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,664 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,664 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,664 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,664 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,664 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,664 NOTICE audit:CONFIG_CHANGE audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:syslogd_t:s0 res=1 >18:02:12,665 INFO systemd:systemd 231 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN) >18:02:12,666 INFO systemd:Detected virtualization qemu. >18:02:12,667 INFO systemd:Detected architecture x86-64. >18:02:12,667 WARNING systemd:/usr/lib/systemd/system-generators/lvm2-activation-generator failed with error code 127. >18:02:12,703 INFO systemd-sysctl:Couldn't write '0' to 'net/bridge/bridge-nf-call-ip6tables', ignoring: No such file or directory >18:02:12,704 INFO systemd-sysctl:Couldn't write '0' to 'net/bridge/bridge-nf-call-iptables', ignoring: No such file or directory >18:02:12,704 INFO systemd-sysctl:Couldn't write '0' to 'net/bridge/bridge-nf-call-arptables', ignoring: No such file or directory >18:02:12,863 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,864 NOTICE kernel:audit: type=1130 audit(1482429732.863:61): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,867 INFO systemd:Started Create list of required static device nodes for the current kernel. >18:02:12,867 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,867 NOTICE kernel:audit: type=1130 audit(1482429732.866:62): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,893 INFO systemd:Started Apply Kernel Variables. >18:02:12,895 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,901 INFO systemd:Started Remount Root and Kernel File Systems. >18:02:12,901 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,952 INFO systemd:Started Device-Mapper Multipath Device Controller. >18:02:12,953 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,976 NOTICE multipathd:path checkers start up >18:02:12,977 INFO systemd:Started LVM2 metadata daemon. >18:02:12,977 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:12,990 INFO systemd:Starting Create System Users... >18:02:12,994 INFO systemd:Starting Configure read-only root support... >18:02:13,005 INFO systemd:Starting Rebuild Hardware Database... >18:02:13,051 INFO systemd:Starting Flush Journal to Persistent Storage... >18:02:13,074 INFO systemd-sysusers:Creating group systemd-coredump with gid 992. >18:02:13,075 INFO systemd:Started Flush Journal to Persistent Storage. >18:02:13,080 INFO systemd-sysusers:Creating user systemd-coredump (systemd Core Dumper) with uid 992 and gid 992. >18:02:13,080 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:13,109 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:13,109 INFO systemd:Started Create System Users. >18:02:13,111 INFO systemd:Starting Create Static Device Nodes in /dev... >18:02:13,125 INFO systemd:Started Configure read-only root support. >18:02:13,125 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fedora-readonly comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:13,136 INFO systemd:Starting Load/Save Random Seed... >18:02:13,150 INFO systemd:Started Load/Save Random Seed. >18:02:13,150 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:13,165 INFO systemd:Started Create Static Device Nodes in /dev. >18:02:13,165 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:13,168 INFO systemd:Starting udev Kernel Device Manager... >18:02:13,234 INFO systemd:Started udev Kernel Device Manager. >18:02:13,235 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:13,439 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hwdb-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:13,439 INFO systemd:Started Rebuild Hardware Database. >18:02:13,442 INFO systemd:Starting udev Coldplug all Devices... >18:02:13,696 INFO systemd:Started udev Coldplug all Devices. >18:02:13,696 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:13,697 INFO systemd:Starting udev Wait for Complete Device Initialization... >18:02:13,755 ERR systemd-udevd:ctx=0x559abbb89470 path=/lib/modules/4.10.0-0.rc0.git7.1.fc26.x86_64/kernel/drivers/char/tpm/tpm_tis_core.ko.xz error=No such file or directory >18:02:13,858 INFO kernel:piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 >18:02:13,872 ERR systemd-udevd:ctx=0x559abbb89470 path=/lib/modules/4.10.0-0.rc0.git7.1.fc26.x86_64/kernel/sound/pci/hda/snd-hda-codec.ko.xz error=No such file or directory >18:02:13,873 ERR systemd-udevd:ctx=0x559abbb89470 path=/lib/modules/4.10.0-0.rc0.git7.1.fc26.x86_64/kernel/sound/pci/hda/snd-hda-codec.ko.xz error=No such file or directory >18:02:14,206 INFO systemd:Created slice system-lvm2\x2dpvscan.slice. >18:02:14,210 INFO systemd:Starting LVM2 PV scan on device 252:2... >18:02:14,232 INFO lvm: WARNING: lvmetad is being updated, retrying (setup) for 10 more seconds. >18:02:14,382 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:14,382 INFO systemd:Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. >18:02:14,536 INFO systemd:Started udev Wait for Complete Device Initialization. >18:02:14,537 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:14,538 INFO systemd:Starting Activation of DM RAID sets... >18:02:14,586 INFO systemd:Started Activation of DM RAID sets. >18:02:14,586 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:14,586 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:14,587 INFO systemd:Reached target Local File Systems (Pre). >18:02:14,587 INFO systemd:Reached target Local File Systems. >18:02:14,589 INFO systemd:Starting Import network configuration from initramfs... >18:02:14,591 INFO systemd:Starting Tell Plymouth To Write Out Runtime Data... >18:02:14,627 INFO systemd:Starting Rebuild Journal Catalog... >18:02:14,637 INFO systemd:Starting Rebuild Dynamic Linker Cache... >18:02:14,637 INFO systemd:Reached target Encrypted Volumes. >18:02:14,682 INFO systemd:Started Tell Plymouth To Write Out Runtime Data. >18:02:14,684 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:14,684 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:14,714 INFO systemd:Started Rebuild Journal Catalog. >18:02:14,719 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:15,544 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fedora-import-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:15,545 INFO systemd:Started Import network configuration from initramfs. >18:02:15,547 INFO systemd:Starting Create Volatile Files and Directories... >18:02:16,013 INFO systemd:Started Create Volatile Files and Directories. >18:02:16,013 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,016 INFO systemd:Starting Update UTMP about System Boot/Shutdown... >18:02:16,074 NOTICE audit:SYSTEM_BOOT pid=1449 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' >18:02:16,097 INFO systemd:Started Update UTMP about System Boot/Shutdown. >18:02:16,111 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,509 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,510 INFO systemd:Started Rebuild Dynamic Linker Cache. >18:02:16,513 INFO systemd:Starting Update is Completed... >18:02:16,538 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,539 INFO systemd:Started Update is Completed. >18:02:16,539 INFO systemd:Reached target System Initialization. >18:02:16,540 INFO systemd:Listening on Open-iSCSI iscsid Socket. >18:02:16,540 INFO systemd:Listening on Open-iSCSI iscsiuio Socket. >18:02:16,542 INFO systemd:Listening on D-Bus System Message Bus Socket. >18:02:16,542 INFO systemd:Reached target Sockets. >18:02:16,543 INFO systemd:Started dnf makecache timer. >18:02:16,544 INFO systemd:Reached target Basic System. >18:02:16,547 INFO systemd:Starting Login Service... >18:02:16,572 INFO systemd:Starting System Logging Service... >18:02:16,620 INFO systemd:Starting Service enabling compressing RAM with zRam... >18:02:16,629 INFO liblogging-stdlog: [origin software="rsyslogd" swVersion="8.23.0" x-pid="1471" x-info="http://www.rsyslog.com"] start >18:02:16,629 WARNING liblogging-stdlog:warning: ~ action is deprecated, consider using the 'stop' statement instead [v8.23.0 try http://www.rsyslog.com/e/2307 ] >18:02:16,640 INFO systemd:Starting Anaconda NetworkManager configuration... >18:02:16,643 INFO zramswapon:+ MAX_RAM_ON=2097152 >18:02:16,648 INFO zramswapon:++ grep -E --only-matching '[[:digit:]]+' >18:02:16,653 NOTICE audit:AVC avc: denied { write } for pid=1471 comm="in:imjournal" name="/" dev="dm-0" ino=2 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=dir permissive=1 >18:02:16,654 INFO zramswapon:++ grep MemTotal /proc/meminfo >18:02:16,654 NOTICE audit:AVC avc: denied { add_name } for pid=1471 comm="in:imjournal" name="imjournal.state" scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=dir permissive=1 >18:02:16,654 NOTICE audit:AVC avc: denied { create } for pid=1471 comm="in:imjournal" name="imjournal.state" scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:16,656 INFO systemd:Starting pre-anaconda logging service... >18:02:16,656 NOTICE audit:AVC avc: denied { write open } for pid=1471 comm="in:imjournal" path="/imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:16,657 NOTICE audit:SYSCALL arch=c000003e syscall=2 success=yes exit=5 a0=7f7658002180 a1=241 a2=1b6 a3=1 items=0 ppid=1 pid=1471 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imjournal" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null) >18:02:16,658 NOTICE audit:PROCTITLE proctitle=2F7573722F7362696E2F727379736C6F6764002D6E >18:02:16,658 NOTICE audit:AVC avc: denied { getattr } for pid=1471 comm="in:imjournal" path="/imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:16,658 NOTICE audit:SYSCALL arch=c000003e syscall=5 success=yes exit=0 a0=5 a1=7f766303d330 a2=7f766303d330 a3=73 items=0 ppid=1 pid=1471 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imjournal" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null) >18:02:16,658 NOTICE audit:PROCTITLE proctitle=2F7573722F7362696E2F727379736C6F6764002D6E >18:02:16,671 INFO zramswapon:+ mem_total_kb=2028400 >18:02:16,672 INFO zramswapon:+ grep -E 'inst\.zram=(on|1)' /proc/cmdline >18:02:16,672 INFO systemd:Starting Agent daemon for Spice guests... >18:02:16,684 INFO zramswapon:+ force=1 >18:02:16,685 INFO zramswapon:+ '[' '(' 2028400 -gt 2097152 ')' -a '(' 1 '!=' 0 ')' ']' >18:02:16,686 INFO zramswapon:++ getconf _NPROCESSORS_ONLN >18:02:16,695 INFO systemd:Starting OpenSSH rsa Server Key Generation... >18:02:16,706 INFO zramswapon:+ num_cpus=1 >18:02:16,711 INFO zramswapon:+ modprobe zram >18:02:16,718 INFO systemd:Starting OpenSSH ecdsa Server Key Generation... >18:02:16,762 INFO systemd:Starting Hold until boot process finishes up... >18:02:16,769 INFO systemd:Started Daily Cleanup of Temporary Directories. >18:02:16,770 INFO systemd:Reached target Timers. >18:02:16,803 INFO zramswapon:+ echo 1 >18:02:16,813 INFO systemd:Starting Terminate Plymouth Boot Screen... >18:02:16,813 INFO zramswapon:+ echo 2028400K >18:02:16,853 INFO kernel:zram: Added device: zram0 >18:02:16,864 NOTICE multipathd:zram0: add path (uevent) >18:02:16,864 NOTICE multipathd:zram0: HDIO_GETGEO failed with 25 >18:02:16,864 ERR multipathd:zram0: failed to get path uid >18:02:16,868 ERR multipathd:uevent trigger error >18:02:16,878 INFO systemd:Started Hardware RNG Entropy Gatherer Daemon. >18:02:16,879 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rngd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,902 INFO rngd:/dev/hwrng: No such device >18:02:16,902 INFO rngd:/dev/tpm0: No such file or directory >18:02:16,902 INFO rngd:No entropy sources found, exiting >18:02:16,905 INFO systemd:Starting OpenSSH ed25519 Server Key Generation... >18:02:16,908 INFO zramswapon:+ mkswap /dev/zram0 >18:02:16,915 INFO kernel:zram0: detected capacity change from 0 to 2077081600 >18:02:16,943 INFO systemd:Started System Logging Service. >18:02:16,943 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rsyslog comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,951 INFO systemd:Received SIGRTMIN+21 from PID 677 (plymouthd). >18:02:16,954 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,958 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,963 INFO zramswapon:Setting up swapspace version 1, size = 2 GiB (2077077504 bytes) >18:02:16,964 INFO zramswapon:no label, UUID=923bed8f-bc4e-4167-a117-75b28287ab07 >18:02:16,964 INFO zramswapon:+ swapon -p 100 /dev/zram0 >18:02:16,965 INFO systemd:Started Anaconda NetworkManager configuration. >18:02:16,972 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=anaconda-nm-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,972 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=anaconda-nm-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,981 INFO systemd:Started pre-anaconda logging service. >18:02:16,983 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=anaconda-pre comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,983 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=anaconda-pre comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:16,989 INFO zramswapon:+ '[' 2028400 -le 1048576 ']' >18:02:16,990 INFO zramswapon:+ exit 0 >18:02:16,993 INFO kernel:Adding 2028396k swap on /dev/zram0. Priority:100 extents:1 across:2028396k SSFS >18:02:17,015 INFO systemd:Started Service enabling compressing RAM with zRam. >18:02:17,020 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=zram comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,027 WARNING spice-vdagentd:no session info, max 1 session agent allowed >18:02:17,033 INFO systemd:Started OpenSSH ecdsa Server Key Generation. >18:02:17,033 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd-keygen@ecdsa comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,033 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd-keygen@ecdsa comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,040 INFO systemd:Started Hold until boot process finishes up. >18:02:17,042 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit-wait comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,042 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit-wait comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,049 INFO systemd:Started Terminate Plymouth Boot Screen. >18:02:17,049 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,049 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,057 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rngd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,061 INFO systemd:Started Agent daemon for Spice guests. >18:02:17,063 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=spice-vdagentd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,081 INFO systemd:Started OpenSSH ed25519 Server Key Generation. >18:02:17,081 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd-keygen@ed25519 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,082 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd-keygen@ed25519 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,098 INFO systemd:Started D-Bus System Message Bus. >18:02:17,161 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,161 INFO systemd:Reached target Agent daemon for Spice guests. >18:02:17,162 INFO systemd:Starting Network Manager... >18:02:17,192 INFO systemd-logind:New seat seat0. >18:02:17,193 INFO systemd:Started Login Service. >18:02:17,193 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,209 INFO systemd-logind:Watching system buttons on /dev/input/event0 (Power Button) >18:02:17,471 DEBUG NetworkManager:<debug> [1482429737.4707] monotonic timestamp started counting 1.680212558 seconds ago with an offset of 13.0 seconds to CLOCK_BOOTTIME (local time is 2016-12-22 18:02:17) >18:02:17,626 WARNING kernel:[ 14.835987] kauditd_printk_skb: 165 callbacks suppressed >18:02:17,626 NOTICE kernel:[ 14.835988] audit: type=1130 audit(1482429737.625:111): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,631 NOTICE kernel:[ 14.840349] audit: type=1130 audit(1482429737.630:112): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=iscsi-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,660 NOTICE kernel:[ 14.869267] audit: type=1130 audit(1482429737.659:113): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=blk-availability comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,716 NOTICE kernel:[ 14.925690] audit: type=1130 audit(1482429737.715:114): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,473 INFO NetworkManager:<info> [1482429737.4735] NetworkManager (version 1.5.3-4.fc26) is starting... >18:02:17,474 INFO NetworkManager:<info> [1482429737.4739] Read config: /etc/NetworkManager/NetworkManager.conf (etc: 80-anaconda-no-ibft.conf, 91-anaconda-autoconnect-slaves.conf, 92-anaconda-loglevel-debug.conf) >18:02:17,474 DEBUG NetworkManager:<debug> [1482429737.4741] CONFIG: config-data[0x557d3c862970]: 3 groups >18:02:17,474 DEBUG NetworkManager:<debug> [1482429737.4744] CONFIG: >18:02:17,474 DEBUG NetworkManager:<debug> [1482429737.4747] CONFIG: [main] >18:02:17,475 DEBUG NetworkManager:<debug> [1482429737.4749] CONFIG: plugins=ifcfg-rh,ibft,no-ibft >18:02:17,475 DEBUG NetworkManager:<debug> [1482429737.4752] CONFIG: >18:02:17,475 DEBUG NetworkManager:<debug> [1482429737.4754] CONFIG: [logging] >18:02:17,477 DEBUG NetworkManager:<debug> [1482429737.4757] CONFIG: level=DEBUG >18:02:17,477 DEBUG NetworkManager:<debug> [1482429737.4758] CONFIG: >18:02:17,477 DEBUG NetworkManager:<debug> [1482429737.4758] CONFIG: [connection] >18:02:17,477 DEBUG NetworkManager:<debug> [1482429737.4758] CONFIG: connection.autoconnect-slaves=1 >18:02:17,478 DEBUG NetworkManager:<debug> [1482429737.4758] config: state: missing state file "/var/lib/NetworkManager/NetworkManager.state": No such file or directory >18:02:17,478 DEBUG NetworkManager:<debug> [1482429737.4759] WEXT support is enabled >18:02:17,478 DEBUG NetworkManager:<debug> [1482429737.4759] auth[0x557d3c84c040]: create auth-manager: polkit enabled >18:02:17,489 DEBUG NetworkManager:<debug> [1482429737.4805] auth[0x557d3c84c040]: set instance >18:02:17,489 DEBUG NetworkManager:<debug> [1482429737.4805] setup NMAuthManager singleton (0x557d3c84c040) >18:02:17,494 DEBUG NetworkManager:<debug> [1482429737.4938] bus-manager: setup NMBusManager singleton (0x557d3c8735e0) >18:02:17,507 INFO NetworkManager:<info> [1482429737.5073] manager[0x557d3c866060]: monitoring kernel firmware directory '/lib/firmware'. >18:02:17,514 DEBUG NetworkManager:<debug> [1482429737.5147] session-monitor: using systemd-logind session tracking >18:02:17,515 DEBUG NetworkManager:<debug> [1482429737.5150] create NMSessionMonitor singleton (0x557d3c88ef50) >18:02:17,515 DEBUG NetworkManager:<debug> [1482429737.5155] create NMAgentManager singleton (0x557d3c867990) >18:02:17,517 INFO lvm: 2 logical volume(s) in volume group "fedora" now active >18:02:17,521 NOTICE dbus-daemon:[system] Activating via systemd: service name='com.redhat.lvmdbus1' unit='lvm2-lvmdbusd.service' requested by ':1.3' (uid=0 pid=1401 comm="/usr/sbin/lvm pvscan --cache --activate ay 252:2 " label="system_u:system_r:lvm_t:s0") >18:02:17,522 INFO systemd:Starting LVM2 D-Bus service... >18:02:17,544 DEBUG NetworkManager:<debug> [1482429737.5436] firewall[0x557d3c89b530]: firewall constructed (notrunning) >18:02:17,544 DEBUG NetworkManager:<debug> [1482429737.5436] create NMFirewallManager singleton (0x557d3c89b530) >18:02:17,550 INFO NetworkManager:<info> [1482429737.5498] dns-mgr[0x557d3c853180]: init: dns=default, rc-manager=symlink >18:02:17,550 DEBUG NetworkManager:<debug> [1482429737.5499] create NMDnsManager singleton (0x557d3c853180) >18:02:17,557 DEBUG NetworkManager:<debug> [1482429737.5572] manager: setup NMManager singleton (0x557d3c866060) >18:02:17,607 DEBUG NetworkManager:<debug> [1482429737.6071] platform-linux[0x557d3c89d0d0]: create (ignore netns, initial netns, use udev) >18:02:17,608 DEBUG NetworkManager:<debug> [1482429737.6087] platform-linux[0x557d3c89d0d0]: Netlink socket for events established: port=2277508604, fd=12 >18:02:17,610 DEBUG NetworkManager:<debug> [1482429737.6106] setup NMPlatform singleton (0x557d3c89d0d0, NMLinuxPlatform) >18:02:17,611 DEBUG NetworkManager:<debug> [1482429737.6108] platform-linux: populate platform cache >18:02:17,611 DEBUG NetworkManager:<debug> [1482429737.6112] platform-linux: kernel support for IFLA_INET6_ADDR_GEN_MODE detected >18:02:17,611 DEBUG NetworkManager:<debug> [1482429737.6117] platform: signal: link added: 1: lo <UP,LOWER_UP;loopback,up,running,lowerup> mtu 65536 arp 772 loopback? not-init addrgenmode eui64 addr 00:00:00:00:00:00 driver unknown rx:6,416 tx:6,416 >18:02:17,613 DEBUG NetworkManager:<debug> [1482429737.6134] platform: signal: link added: 2: ens3 <DOWN;broadcast,multicast> mtu 1500 arp 1 ethernet? not-init addrgenmode eui64 addr 52:54:00:D9:D3:65 driver virtio_net rx:0,0 tx:0,0 >18:02:17,614 DEBUG NetworkManager:<debug> [1482429737.6146] platform: signal: address 4 added: 127.0.0.1/8 lft forever pref forever lifetime 1-0[4294967295,4294967295] dev 1 flags permanent src kernel >18:02:17,615 DEBUG NetworkManager:<debug> [1482429737.6151] platform-linux: support: kernel-extended-ifa-flags: supported >18:02:17,616 DEBUG NetworkManager:<debug> [1482429737.6152] platform: signal: address 6 added: ::1/128 lft forever pref forever lifetime 1-0[4294967295,4294967295] dev 1 flags permanent src kernel >18:02:17,625 INFO systemd:Started Network Manager. >18:02:17,626 DEBUG NetworkManager:<debug> [1482429737.6259] platform: signal: link changed: 2: ens3 <DOWN;broadcast,multicast> mtu 1500 arp 1 ethernet? init addrgenmode eui64 addr 52:54:00:D9:D3:65 driver virtio_net rx:0,0 tx:0,0 >18:02:17,626 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,626 WARNING kernel:kauditd_printk_skb: 165 callbacks suppressed >18:02:17,626 NOTICE kernel:audit: type=1130 audit(1482429737.625:111): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,628 INFO systemd:Reached target Network. >18:02:17,629 DEBUG NetworkManager:<debug> [1482429737.6292] platform: signal: link changed: 1: lo <UP,LOWER_UP;loopback,up,running,lowerup> mtu 65536 arp 772 loopback? init addrgenmode eui64 addr 00:00:00:00:00:00 driver unknown rx:6,416 tx:6,416 >18:02:17,630 INFO systemd:Started Logout off all iSCSI sessions on shutdown. >18:02:17,630 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=iscsi-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,631 NOTICE kernel:audit: type=1130 audit(1482429737.630:112): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=iscsi-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,633 DEBUG NetworkManager:<debug> [1482429737.6336] dispatcher: default script directory '/etc/NetworkManager/dispatcher.d' has scripts >18:02:17,636 DEBUG NetworkManager:<debug> [1482429737.6360] dispatcher: pre-up script directory '/etc/NetworkManager/dispatcher.d/pre-up.d' has scripts >18:02:17,636 DEBUG NetworkManager:<debug> [1482429737.6363] dispatcher: pre-down script directory '/etc/NetworkManager/dispatcher.d/pre-down.d' has no scripts >18:02:17,637 NOTICE dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=1532 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") >18:02:17,639 INFO systemd:Starting Availability of block devices... >18:02:17,639 INFO systemd:Reached target Remote File Systems (Pre). >18:02:17,658 INFO systemd:Started Availability of block devices. >18:02:17,659 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=blk-availability comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,660 NOTICE kernel:audit: type=1130 audit(1482429737.659:113): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=blk-availability comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,673 INFO systemd:Starting Network Manager Script Dispatcher Service... >18:02:17,715 NOTICE dbus-daemon:[system] Successfully activated service 'org.freedesktop.nm_dispatcher' >18:02:17,716 NOTICE kernel:audit: type=1130 audit(1482429737.715:114): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,716 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:17,717 INFO systemd:Started Network Manager Script Dispatcher Service. >18:02:17,724 DEBUG NetworkManager:<debug> [1482429737.7239] create SettingsPluginIfcfg singleton (0x557d3c8bb1e0) >18:02:17,724 INFO NetworkManager:<info> [1482429737.7239] settings: loaded plugin ifcfg-rh: (c) 2007 - 2015 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. (/usr/lib64/NetworkManager/libnm-settings-plugin-ifcfg-rh.so) >18:02:17,725 INFO NetworkManager:<info> [1482429737.7240] settings: loaded plugin keyfile: (c) 2007 - 2016 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >18:02:17,727 DEBUG NetworkManager:<debug> [1482429737.7265] ifcfg-rh: loading from file "/etc/sysconfig/network-scripts/ifcfg-lo"... >18:02:17,728 DEBUG NetworkManager:<debug> [1482429737.7266] ifcfg-rh: loading "/etc/sysconfig/network-scripts/ifcfg-lo" fails: Ignoring loopback device config. >18:02:17,733 NOTICE dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=1532 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") >18:02:17,878 INFO kernel:[ 15.087644] IPv6: ADDRCONF(NETDEV_UP): ens3: link is not ready >18:02:17,884 INFO kernel:[ 15.093527] 8021q: adding VLAN 0 to HW filter on device ens3 >18:02:17,744 INFO systemd:Starting Hostname Service... >18:02:17,818 NOTICE dbus-daemon:[system] Successfully activated service 'org.freedesktop.hostname1' >18:02:17,820 INFO NetworkManager:<info> [1482429737.8202] settings: hostname: using hostnamed >18:02:17,821 INFO NetworkManager:<info> [1482429737.8203] settings: hostname changed from (none) to "" >18:02:17,821 DEBUG NetworkManager:<debug> [1482429737.8203] dispatcher: (1) dispatching action 'hostname' >18:02:17,821 INFO NetworkManager:<info> [1482429737.8205] manager: WiFi enabled by radio killswitch; enabled by state file >18:02:17,821 INFO NetworkManager:<info> [1482429737.8205] manager: WWAN enabled by radio killswitch; enabled by state file >18:02:17,822 INFO NetworkManager:<info> [1482429737.8205] manager: Networking is enabled by state file >18:02:17,825 INFO NetworkManager:<info> [1482429737.8222] Loaded device plugin: NMBondDeviceFactory (internal) >18:02:17,827 INFO nm-dispatcher:req:1 'hostname': new request (5 scripts) >18:02:17,828 INFO NetworkManager:<info> [1482429737.8222] Loaded device plugin: NMBridgeDeviceFactory (internal) >18:02:17,828 DEBUG nm-dispatcher:req:1 'hostname': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin >18:02:17,828 INFO NetworkManager:<info> [1482429737.8222] Loaded device plugin: NMEthernetDeviceFactory (internal) >18:02:17,830 INFO nm-dispatcher:req:1 'hostname': start running ordered scripts... >18:02:17,979 NOTICE kernel:[ 15.188827] audit: type=1400 audit(1482429737.978:115): avc: denied { write } for pid=1471 comm="in:imjournal" name="imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:17,979 NOTICE kernel:[ 15.188834] audit: type=1400 audit(1482429737.978:115): avc: denied { open } for pid=1471 comm="in:imjournal" path="/imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:17,979 NOTICE kernel:[ 15.188838] audit: type=1300 audit(1482429737.978:115): arch=c000003e syscall=2 success=yes exit=10 a0=7f7658002180 a1=241 a2=1b6 a3=1 items=0 ppid=1 pid=1471 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imjournal" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null) >18:02:17,979 NOTICE kernel:[ 15.188843] audit: type=1327 audit(1482429737.978:115): proctitle=2F7573722F7362696E2F727379736C6F6764002D6E >18:02:17,979 NOTICE kernel:[ 15.188850] audit: type=1400 audit(1482429737.978:116): avc: denied { getattr } for pid=1471 comm="in:imjournal" path="/imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:17,979 NOTICE kernel:[ 15.188855] audit: type=1300 audit(1482429737.978:116): arch=c000003e syscall=5 success=yes exit=0 a0=a a1=7f766303d330 a2=7f766303d330 a3=73 items=0 ppid=1 pid=1471 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imjournal" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null) >18:02:17,831 INFO NetworkManager:<info> [1482429737.8222] Loaded device plugin: NMInfinibandDeviceFactory (internal) >18:02:17,831 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/00-netreport": run script >18:02:17,834 INFO NetworkManager:<info> [1482429737.8223] Loaded device plugin: NMIPTunnelDeviceFactory (internal) >18:02:17,834 INFO NetworkManager:<info> [1482429737.8223] Loaded device plugin: NMMacvlanDeviceFactory (internal) >18:02:17,835 INFO NetworkManager:<info> [1482429737.8223] Loaded device plugin: NMTunDeviceFactory (internal) >18:02:17,835 INFO NetworkManager:<info> [1482429737.8223] Loaded device plugin: NMVethDeviceFactory (internal) >18:02:17,835 INFO NetworkManager:<info> [1482429737.8223] Loaded device plugin: NMVlanDeviceFactory (internal) >18:02:17,843 INFO NetworkManager:<info> [1482429737.8224] Loaded device plugin: NMVxlanDeviceFactory (internal) >18:02:17,844 INFO NetworkManager:<info> [1482429737.8250] Loaded device plugin: NMWifiFactory (/usr/lib64/NetworkManager/libnm-device-plugin-wifi.so) >18:02:17,844 INFO NetworkManager:<info> [1482429737.8263] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/libnm-device-plugin-team.so) >18:02:17,852 DEBUG NetworkManager:<debug> [1482429737.8288] create NMPacrunnerManager singleton (0x557d3c8bae30) >18:02:17,852 DEBUG NetworkManager:<debug> [1482429737.8288] device[0x557d3c8cefc0] (lo): unmanaged: flags set to [platform-init,by-default=0x110/0x110/unmanaged/unrealized, set-unmanaged [by-default=0x100]) >18:02:17,854 DEBUG NetworkManager:<debug> [1482429737.8289] device[0x557d3c8cefc0] (lo): constructed (NMDeviceGeneric) >18:02:17,855 DEBUG NetworkManager:<debug> [1482429737.8289] device[0x557d3c8cefc0] (lo): start setup of NMDeviceGeneric, kernel ifindex 1 >18:02:17,855 DEBUG NetworkManager:<debug> [1482429737.8291] platform-linux: error reading net:/sys/class/net/lo/phys_port_id: error reading 4096 bytes from file descriptor: Operation not supported >18:02:17,855 DEBUG NetworkManager:<debug> [1482429737.8292] platform-linux: sysctl: reading 'net:/sys/class/net/lo/dev_id': '0x0' >18:02:17,861 DEBUG NetworkManager:<debug> [1482429737.8294] device[0x557d3c8cefc0] (lo): hw-addr: hardware address now 00:00:00:00:00:00 >18:02:17,862 DEBUG NetworkManager:<debug> [1482429737.8294] device[0x557d3c8cefc0] (lo): hw-addr: update initial MAC address 00:00:00:00:00:00 >18:02:17,862 DEBUG NetworkManager:<debug> [1482429737.8295] device[0x557d3c8cefc0] (lo): hw-addr: unable to read permanent MAC address (use current: 00:00:00:00:00:00) >18:02:17,862 INFO NetworkManager:<info> [1482429737.8336] device (lo): link connected >18:02:17,866 DEBUG NetworkManager:<debug> [1482429737.8336] device[0x557d3c8cefc0] (lo): carrier is ON >18:02:17,866 DEBUG NetworkManager:<debug> [1482429737.8336] device[0x557d3c8cefc0] (lo): unmanaged: flags set to [platform-init,by-default,!external-down=0x110/0x910/unmanaged/unrealized, set-managed [external-down=0x800]) >18:02:17,866 DEBUG NetworkManager:<debug> [1482429737.8337] device[0x557d3c8cefc0] (lo): unmanaged: flags set to [loopback,platform-init,by-default,!external-down=0x118/0x918/unmanaged/unrealized, set-unmanaged [loopback=0x8]) >18:02:17,870 DEBUG NetworkManager:<debug> [1482429737.8337] device[0x557d3c8cefc0] (lo): unmanaged: flags set to [loopback,platform-init,by-default,!user-settings,!external-down=0x118/0x958/unmanaged/unrealized, set-managed [user-settings=0x40]) >18:02:17,870 DEBUG NetworkManager:<debug> [1482429737.8337] device[0x557d3c8cefc0] (lo): unmanaged: flags set to [loopback,by-default,!platform-init,!user-settings,!external-down=0x108/0x958/unmanaged/unrealized, set-managed [platform-init=0x10]) >18:02:17,871 DEBUG NetworkManager:<debug> [1482429737.8337] device[0x557d3c8cefc0] (lo): unmanaged: flags set to [loopback,by-default,!sleeping,!platform-init,!user-settings,!external-down=0x108/0x959/unmanaged/unrealized, set-managed [sleeping=0x1]) >18:02:17,871 INFO NetworkManager:<info> [1482429737.8383] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/0) >18:02:17,876 DEBUG NetworkManager:<debug> [1482429737.8428] device[0x557d3c8db4c0] (ens3): constructed (NMDeviceEthernet) >18:02:17,876 DEBUG NetworkManager:<debug> [1482429737.8430] device[0x557d3c8db4c0] (ens3): start setup of NMDeviceEthernet, kernel ifindex 2 >18:02:17,877 DEBUG NetworkManager:<debug> [1482429737.8431] platform-linux: error reading net:/sys/class/net/ens3/phys_port_id: error reading 4096 bytes from file descriptor: Operation not supported >18:02:17,877 DEBUG NetworkManager:<debug> [1482429737.8432] platform-linux: sysctl: reading 'net:/sys/class/net/ens3/dev_id': '0x0' >18:02:17,880 DEBUG NetworkManager:<debug> [1482429737.8433] device[0x557d3c8db4c0] (ens3): hw-addr: hardware address now 52:54:00:D9:D3:65 >18:02:17,880 INFO kernel:IPv6: ADDRCONF(NETDEV_UP): ens3: link is not ready >18:02:17,881 DEBUG NetworkManager:<debug> [1482429737.8433] device[0x557d3c8db4c0] (ens3): hw-addr: update initial MAC address 52:54:00:D9:D3:65 >18:02:17,881 DEBUG NetworkManager:<debug> [1482429737.8434] device[0x557d3c8db4c0] (ens3): hw-addr: read permanent MAC address '52:54:00:D9:D3:65' >18:02:17,885 INFO kernel:8021q: adding VLAN 0 to HW filter on device ens3 >18:02:17,885 DEBUG NetworkManager:<debug> [1482429737.8434] device[0x557d3c8db4c0] (ens3): carrier is OFF >18:02:17,886 DEBUG NetworkManager:<debug> [1482429737.8435] device[0x557d3c8db4c0] (ens3): unmanaged: flags set to [platform-init,!loopback=0x10/0x18/unmanaged/unrealized, set-managed [loopback=0x8]) >18:02:17,886 DEBUG NetworkManager:<debug> [1482429737.8497] device[0x557d3c8db4c0] (ens3): unmanaged: flags set to [platform-init,!loopback,!user-settings=0x10/0x58/unmanaged/unrealized, set-managed [user-settings=0x40]) >18:02:17,889 DEBUG NetworkManager:<debug> [1482429737.8498] device[0x557d3c8db4c0] (ens3): unmanaged: flags set to [!loopback,!platform-init,!user-settings=0x0/0x58/managed/unrealized, set-managed [platform-init=0x10]) >18:02:17,889 DEBUG NetworkManager:<debug> [1482429737.8501] device[0x557d3c8db4c0] (ens3): unmanaged: flags set to [!sleeping,!loopback,!platform-init,!user-settings=0x0/0x59/managed/unrealized, set-managed [sleeping=0x1]) >18:02:17,890 INFO NetworkManager:<info> [1482429737.8566] manager: (ens3): new Ethernet device (/org/freedesktop/NetworkManager/Devices/1) >18:02:17,890 DEBUG NetworkManager:<debug> [1482429737.8577] settings-connection[0x557d3c8ec150]: constructed (NMIfcfgConnection) >18:02:17,890 DEBUG NetworkManager:<debug> [1482429737.8577] create NMInotifyHelper singleton (0x557d3c8d88c0) >18:02:17,897 DEBUG NetworkManager:<debug> [1482429737.8580] settings-connection[0x557d3c8ec150,3e5eada4-f969-321f-b6c9-dc5441629d36]: replace settings from connection 0x557d3c8d56e0 (Wired connection 1) >18:02:17,898 INFO NetworkManager:<info> [1482429737.8581] ifcfg-rh: add connection in-memory (3e5eada4-f969-321f-b6c9-dc5441629d36,"Wired connection 1") >18:02:17,898 DEBUG NetworkManager:<debug> [1482429737.8582] settings-connection[0x557d3c8ec150,3e5eada4-f969-321f-b6c9-dc5441629d36]: failed to read connection timestamp: Key file does not have group âtimestampsâ >18:02:17,902 DEBUG NetworkManager:<debug> [1482429737.8627] ++ connection 'new connection' (0x557d3c8ec150/NMIfcfgConnection): [/org/freedesktop/NetworkManager/Settings/0] >18:02:17,902 DEBUG NetworkManager:<debug> [1482429737.8627] ++ connection [ 0x557d3c89d5e0 ] >18:02:17,904 NOTICE dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.2' (uid=0 pid=1532 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") >18:02:17,904 DEBUG NetworkManager:<debug> [1482429737.8627] ++ connection.autoconnect-priority = -999 >18:02:17,905 DEBUG NetworkManager:<debug> [1482429737.8627] ++ connection.id = 'Wired connection 1' >18:02:17,905 DEBUG NetworkManager:<debug> [1482429737.8627] ++ connection.permissions = [] >18:02:17,910 DEBUG NetworkManager:<debug> [1482429737.8628] ++ connection.secondaries = [] >18:02:17,911 DEBUG NetworkManager:<debug> [1482429737.8628] ++ connection.timestamp = 1482429737 >18:02:17,911 INFO nm-dispatcher:req:2 'hostname': new request (5 scripts) >18:02:17,911 DEBUG NetworkManager:<debug> [1482429737.8628] ++ connection.type = '802-3-ethernet' >18:02:17,917 DEBUG nm-dispatcher:req:2 'hostname': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin >18:02:17,917 DEBUG NetworkManager:<debug> [1482429737.8628] ++ connection.uuid = '3e5eada4-f969-321f-b6c9-dc5441629d36' >18:02:17,919 DEBUG NetworkManager:<debug> [1482429737.8629] ++ 802-3-ethernet [ 0x7fad7c0026c0 ] >18:02:17,919 DEBUG NetworkManager:<debug> [1482429737.8629] ++ 802-3-ethernet.mac-address = '52:54:00:D9:D3:65' >18:02:17,920 DEBUG NetworkManager:<debug> [1482429737.8629] ++ 802-3-ethernet.mac-address-blacklist = [] >18:02:17,920 DEBUG NetworkManager:<debug> [1482429737.8629] ++ 802-3-ethernet.s390-options = ((GHashTable*) 0x557d3c8f28c0) >18:02:17,925 DEBUG NetworkManager:<debug> [1482429737.8630] ++ ipv4 [ 0x557d3c862cc0 ] >18:02:17,925 DEBUG NetworkManager:<debug> [1482429737.8630] ++ ipv4.addresses = ((GPtrArray*) 0x557d3c8f1500) >18:02:17,926 DEBUG NetworkManager:<debug> [1482429737.8630] ++ ipv4.dns = [] >18:02:17,926 DEBUG NetworkManager:<debug> [1482429737.8630] ++ ipv4.dns-search = [] >18:02:17,929 DEBUG NetworkManager:<debug> [1482429737.8630] ++ ipv4.method = 'auto' >18:02:17,931 DEBUG NetworkManager:<debug> [1482429737.8631] ++ ipv4.routes = ((GPtrArray*) 0x557d3c8f1560) >18:02:17,932 DEBUG NetworkManager:<debug> [1482429737.8631] ++ ipv6 [ 0x557d3c862c10 ] >18:02:17,932 DEBUG NetworkManager:<debug> [1482429737.8631] ++ ipv6.addresses = ((GPtrArray*) 0x557d3c8f1580) >18:02:17,932 DEBUG NetworkManager:<debug> [1482429737.8631] ++ ipv6.dns = [] >18:02:17,936 DEBUG NetworkManager:<debug> [1482429737.8631] ++ ipv6.dns-search = [] >18:02:17,936 DEBUG NetworkManager:<debug> [1482429737.8632] ++ ipv6.method = 'auto' >18:02:17,937 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/00-netreport": complete >18:02:17,937 DEBUG NetworkManager:<debug> [1482429737.8632] ++ ipv6.routes = ((GPtrArray*) 0x557d3c8f1620) >18:02:17,942 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/04-iscsi": run script >18:02:17,943 INFO NetworkManager:<info> [1482429737.8666] settings: (ens3): created default wired connection 'Wired connection 1' >18:02:17,943 DEBUG NetworkManager:<debug> [1482429737.8668] device[0x557d3c8db4c0] (ens3): ip4-config: update (commit=0, routes-full-sync=0, new-config=0x557d3c853480) >18:02:17,947 DEBUG NetworkManager:<debug> [1482429737.8715] device[0x557d3c8db4c0] (ens3): ip4-config: set IP4Config instance (/org/freedesktop/NetworkManager/IP4Config/0) >18:02:17,947 DEBUG NetworkManager:<debug> [1482429737.8716] create NMDefaultRouteManager singleton (0x7fad800046d0) >18:02:17,948 DEBUG NetworkManager:<debug> [1482429737.8716] dns-mgr: (device_ip4_config_changed): queueing DNS updates (1) >18:02:17,948 INFO NetworkManager:<info> [1482429737.8716] policy: setting system hostname to 'localhost.localdomain' (no default device) >18:02:17,954 INFO systemd-hostnamed:Changed host name to 'localhost.localdomain' >18:02:17,955 DEBUG NetworkManager:<debug> [1482429737.8722] dns-mgr: (device_ip4_config_changed): DNS configuration did not change >18:02:17,955 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/04-iscsi": complete >18:02:17,962 DEBUG NetworkManager:<debug> [1482429737.8722] dns-mgr: (device_ip4_config_changed): no DNS changes to commit (0) >18:02:17,965 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/10-ifcfg-rh-routes.sh": run script >18:02:17,967 DEBUG NetworkManager:<debug> [1482429737.8723] device[0x557d3c8db4c0] (ens3): ip6-config: update (commit=0, routes-full-sync=0, new-config=0x557d3c8fd270) >18:02:17,967 DEBUG NetworkManager:<debug> [1482429737.8727] device[0x557d3c8db4c0] (ens3): ip6-config: set IP6Config instance (/org/freedesktop/NetworkManager/IP6Config/0) >18:02:17,968 DEBUG NetworkManager:<debug> [1482429737.8727] dns-mgr: (device_ip6_config_changed): queueing DNS updates (1) >18:02:17,968 DEBUG NetworkManager:<debug> [1482429737.8727] dns-mgr: (device_ip6_config_changed): DNS configuration did not change >18:02:17,978 DEBUG NetworkManager:<debug> [1482429737.8727] dns-mgr: (device_ip6_config_changed): no DNS changes to commit (0) >18:02:17,982 NOTICE kernel:audit: type=1400 audit(1482429737.978:115): avc: denied { write } for pid=1471 comm="in:imjournal" name="imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:17,982 NOTICE kernel:audit: type=1400 audit(1482429737.978:115): avc: denied { open } for pid=1471 comm="in:imjournal" path="/imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:17,982 NOTICE kernel:audit: type=1300 audit(1482429737.978:115): arch=c000003e syscall=2 success=yes exit=10 a0=7f7658002180 a1=241 a2=1b6 a3=1 items=0 ppid=1 pid=1471 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imjournal" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null) >18:02:17,982 NOTICE kernel:audit: type=1327 audit(1482429737.978:115): proctitle=2F7573722F7362696E2F727379736C6F6764002D6E >18:02:17,982 NOTICE kernel:audit: type=1400 audit(1482429737.978:116): avc: denied { getattr } for pid=1471 comm="in:imjournal" path="/imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:17,982 NOTICE kernel:audit: type=1300 audit(1482429737.978:116): arch=c000003e syscall=5 success=yes exit=0 a0=a a1=7f766303d330 a2=7f766303d330 a3=73 items=0 ppid=1 pid=1471 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imjournal" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null) >18:02:17,982 NOTICE audit:AVC avc: denied { write } for pid=1471 comm="in:imjournal" name="imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:17,982 NOTICE audit:AVC avc: denied { open } for pid=1471 comm="in:imjournal" path="/imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:17,982 NOTICE audit:SYSCALL arch=c000003e syscall=2 success=yes exit=10 a0=7f7658002180 a1=241 a2=1b6 a3=1 items=0 ppid=1 pid=1471 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imjournal" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null) >18:02:17,982 NOTICE audit:PROCTITLE proctitle=2F7573722F7362696E2F727379736C6F6764002D6E >18:02:17,982 NOTICE audit:AVC avc: denied { getattr } for pid=1471 comm="in:imjournal" path="/imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:17,983 NOTICE audit:SYSCALL arch=c000003e syscall=5 success=yes exit=0 a0=a a1=7f766303d330 a2=7f766303d330 a3=73 items=0 ppid=1 pid=1471 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imjournal" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null) >18:02:17,983 NOTICE audit:PROCTITLE proctitle=2F7573722F7362696E2F727379736C6F6764002D6E >18:02:17,983 DEBUG NetworkManager:<debug> [1482429737.8728] device[0x557d3c8db4c0] (ens3): device has no existing configuration >18:02:17,999 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/10-ifcfg-rh-routes.sh": complete >18:02:17,999 DEBUG NetworkManager:<debug> [1482429737.8728] manager: (ens3): can't assume; no connection >18:02:18,000 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/11-dhclient": run script >18:02:18,000 INFO NetworkManager:<info> [1482429737.8728] device (ens3): state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >18:02:18,005 DEBUG NetworkManager:<debug> [1482429737.8729] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens3/accept_ra': '1' >18:02:18,005 DEBUG NetworkManager:<debug> [1482429737.8730] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens3/accept_ra_defrtr': '1' >18:02:18,006 DEBUG NetworkManager:<debug> [1482429737.8731] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens3/accept_ra_pinfo': '1' >18:02:18,006 DEBUG NetworkManager:<debug> [1482429737.8731] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens3/accept_ra_rtr_pref': '1' >18:02:18,012 DEBUG NetworkManager:<debug> [1482429737.8732] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens3/forwarding': '0' >18:02:18,012 DEBUG NetworkManager:<debug> [1482429737.8732] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens3/disable_ipv6': '0' >18:02:18,013 DEBUG NetworkManager:<debug> [1482429737.8733] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens3/hop_limit': '64' >18:02:18,013 DEBUG NetworkManager:<debug> [1482429737.8733] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens3/use_tempaddr': '0' >18:02:18,021 DEBUG NetworkManager:<debug> [1482429737.8734] device[0x557d3c8db4c0] (ens3): will enable userland IPv6LL >18:02:18,021 DEBUG NetworkManager:<debug> [1482429737.8734] platform-linux: link: change 2: user-ipv6ll: set IPv6 address generation mode to none >18:02:18,022 DEBUG NetworkManager:<debug> [1482429737.8775] platform-linux: do-request-link: 2 >18:02:18,022 DEBUG NetworkManager:<debug> [1482429737.8776] platform: signal: link changed: 2: ens3 <DOWN;broadcast,multicast> mtu 1500 arp 1 ethernet? init addrgenmode none addr 52:54:00:D9:D3:65 driver virtio_net rx:0,0 tx:0,0 >18:02:18,028 DEBUG NetworkManager:<debug> [1482429737.8776] device[0x557d3c8db4c0] (ens3): queued link change for ifindex 2 >18:02:18,028 DEBUG NetworkManager:<debug> [1482429737.8777] platform-linux: do-change-link[2]: success changing link: success >18:02:18,029 DEBUG NetworkManager:<debug> [1482429737.8778] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/disable_ipv6' to '1' (current value is '0') >18:02:18,029 DEBUG NetworkManager:<debug> [1482429737.8781] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/disable_ipv6' to '0' (current value is '1') >18:02:18,034 DEBUG NetworkManager:<debug> [1482429737.8782] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/accept_ra_defrtr' to '0' (current value is '1') >18:02:18,035 DEBUG NetworkManager:<debug> [1482429737.8782] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/accept_ra_pinfo' to '0' (current value is '1') >18:02:18,035 DEBUG NetworkManager:<debug> [1482429737.8783] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/accept_ra_rtr_pref' to '0' (current value is '1') >18:02:18,038 DEBUG NetworkManager:<debug> [1482429737.8783] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/use_tempaddr' to '0' (current value is identical) >18:02:18,039 DEBUG NetworkManager:<debug> [1482429737.8784] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/forwarding' to '0' (current value is identical) >18:02:18,039 DEBUG NetworkManager:<debug> [1482429737.8784] device[0x557d3c8db4c0] (ens3): bringing up device 2 >18:02:18,039 DEBUG NetworkManager:<debug> [1482429737.8785] platform: link: setting up 'ens3' (2) >18:02:18,049 DEBUG NetworkManager:<debug> [1482429737.8835] platform-linux: link: change 2: flags: set 0x1/0x1 ([up] / [up]) >18:02:18,049 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/11-dhclient": complete >18:02:18,050 DEBUG NetworkManager:<debug> [1482429737.8840] platform-linux: do-request-link: 2 >18:02:18,050 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony": run script >18:02:18,051 DEBUG NetworkManager:<debug> [1482429737.8841] platform: signal: link changed: 2: ens3 <UP,LOWER_UP;broadcast,multicast,up,running,lowerup> mtu 1500 arp 1 ethernet? init addrgenmode none addr 52:54:00:D9:D3:65 driver virtio_net rx:29,4380 tx:0,0 >18:02:18,051 DEBUG NetworkManager:<debug> [1482429737.8842] platform-linux: do-change-link[2]: success changing link: success >18:02:18,064 INFO NetworkManager:<info> [1482429737.8842] device (ens3): link connected >18:02:18,064 DEBUG NetworkManager:<debug> [1482429737.8843] device[0x557d3c8db4c0] (ens3): add_pending_action (1): 'queued state change to disconnected' >18:02:18,065 DEBUG NetworkManager:<debug> [1482429737.8843] device[0x557d3c8db4c0] (ens3): queued state change to disconnected due to carrier-changed (id 43) >18:02:18,065 DEBUG NetworkManager:<debug> [1482429737.8844] device[0x557d3c8db4c0] (ens3): add_pending_action (2): 'carrier wait' >18:02:18,084 DEBUG NetworkManager:<debug> [1482429737.8844] device[0x557d3c8db4c0] (ens3): preparing device >18:02:18,084 DEBUG NetworkManager:<debug> [1482429737.8844] device[0x557d3c8db4c0] (ens3): clearing queued state transition (id 43) >18:02:18,090 DEBUG nm-dispatcher:req:1 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony": complete >18:02:18,090 DEBUG NetworkManager:<debug> [1482429737.8845] device[0x557d3c8db4c0] (ens3): remove_pending_action (1): 'queued state change to disconnected' >18:02:18,093 DEBUG nm-dispatcher:req:1 'hostname': completed (5 scripts) >18:02:18,093 DEBUG NetworkManager:<debug> [1482429737.8876] device[0x557d3c8db4c0] (ens3): clearing queued IP4 config change >18:02:18,094 INFO nm-dispatcher:req:2 'hostname': start running ordered scripts... >18:02:18,094 DEBUG NetworkManager:<debug> [1482429737.8876] device[0x557d3c8db4c0] (ens3): clearing queued IP6 config change >18:02:18,103 DEBUG nm-dispatcher:req:2 'hostname', "/etc/NetworkManager/dispatcher.d/00-netreport": run script >18:02:18,103 DEBUG NetworkManager:<debug> [1482429737.8876] device[0x557d3c8db4c0] (ens3): remove_pending_action (1): 'dhcp6' not pending (expected) >18:02:18,104 DEBUG NetworkManager:<debug> [1482429737.8876] device[0x557d3c8db4c0] (ens3): remove_pending_action (1): 'autoconf6' not pending (expected) >18:02:18,104 DEBUG NetworkManager:<debug> [1482429737.8877] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/accept_ra' to '0' (current value is '1') >18:02:18,106 DEBUG NetworkManager:<debug> [1482429737.8878] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/use_tempaddr' to '0' (current value is identical) >18:02:18,106 DEBUG NetworkManager:<debug> [1482429737.8878] create NMRouteManager singleton (0x557d3c8fb1c0) >18:02:18,107 DEBUG NetworkManager:<debug> [1482429737.8878] route-mgr4: 2: sync 0 IPv4 routes >18:02:18,107 DEBUG NetworkManager:<debug> [1482429737.8878] route-mgr6: 2: sync 0 IPv6 routes >18:02:18,112 DEBUG NetworkManager:<debug> [1482429737.8879] default-route: entry[0/dev:0x557d3c8db4c0:ens3:0:+sync]: record:add 0.0.0.0/0 via 0.0.0.0 dev 2 metric 4294967295 mss 0 src unknown (4294967295) >18:02:18,112 DEBUG NetworkManager:<debug> [1482429737.8879] default-route: entry[0/dev:0x557d3c8db4c0:ens3:0:+sync]: record:add ::/0 via :: dev 2 metric 4294967295 mss 0 src unknown (4294967295) >18:02:18,114 DEBUG NetworkManager:<debug> [1482429737.8879] default-route: entry[0/dev:0x557d3c8db4c0:ens3:0:+sync]: record:remove 0.0.0.0/0 via 0.0.0.0 dev 2 metric 4294967295 mss 0 src unknown (4294967295) >18:02:18,114 DEBUG NetworkManager:<debug> [1482429737.8879] default-route: entry[0/dev:0x557d3c8db4c0:ens3:0:+sync]: record:remove ::/0 via :: dev 2 metric 4294967295 mss 0 src unknown (4294967295) >18:02:18,115 DEBUG NetworkManager:<debug> [1482429737.8880] device[0x557d3c8db4c0] (ens3): ip4-config: update (commit=1, routes-full-sync=1, new-config=(nil)) >18:02:18,115 DEBUG NetworkManager:<debug> [1482429737.8880] device[0x557d3c8db4c0] (ens3): ip4-config: clear IP4Config instance (/org/freedesktop/NetworkManager/IP4Config/0) >18:02:18,119 DEBUG NetworkManager:<debug> [1482429737.8880] dns-mgr: (device_ip4_config_changed): queueing DNS updates (1) >18:02:18,119 DEBUG NetworkManager:<debug> [1482429737.8880] dns-mgr: (device_ip4_config_changed): DNS configuration did not change >18:02:18,120 DEBUG NetworkManager:<debug> [1482429737.8881] dns-mgr: (device_ip4_config_changed): no DNS changes to commit (0) >18:02:18,120 DEBUG NetworkManager:<debug> [1482429737.8919] device[0x557d3c8db4c0] (ens3): ip6-config: update (commit=1, routes-full-sync=1, new-config=(nil)) >18:02:18,127 DEBUG NetworkManager:<debug> [1482429737.8942] device[0x557d3c8db4c0] (ens3): ip6-config: clear IP6Config instance (/org/freedesktop/NetworkManager/IP6Config/0) >18:02:18,127 DEBUG NetworkManager:<debug> [1482429737.8943] dns-mgr: (device_ip6_config_changed): queueing DNS updates (1) >18:02:18,127 DEBUG NetworkManager:<debug> [1482429737.8943] dns-mgr: (device_ip6_config_changed): DNS configuration did not change >18:02:18,128 DEBUG NetworkManager:<debug> [1482429737.8943] dns-mgr: (device_ip6_config_changed): no DNS changes to commit (0) >18:02:18,128 DEBUG NetworkManager:<debug> [1482429737.8986] create NMVpnManager singleton (0x557d3c8baca0) >18:02:18,128 DEBUG NetworkManager:<debug> [1482429737.8986] manager: creating virtual devices... >18:02:18,131 DEBUG NetworkManager:<debug> [1482429737.8986] manager: check_if_startup_complete returns FALSE because of ens3 >18:02:18,131 DEBUG NetworkManager:<debug> [1482429737.8986] setting up local loopback >18:02:18,132 DEBUG NetworkManager:<debug> [1482429737.8987] platform: link: setting up 'lo' (1) >18:02:18,132 DEBUG NetworkManager:<debug> [1482429737.8987] platform-linux: link: change 1: flags: set 0x1/0x1 ([up] / [up]) >18:02:18,135 DEBUG NetworkManager:<debug> [1482429737.8987] platform-linux: do-request-link: 1 >18:02:18,136 DEBUG NetworkManager:<debug> [1482429737.8989] platform-linux: do-change-link[1]: success changing link: success >18:02:18,136 DEBUG NetworkManager:<debug> [1482429737.9098] dispatcher: (2) dispatching action 'hostname' >18:02:18,144 DEBUG NetworkManager:<debug> [1482429737.9115] sleep-monitor-sd: inhibit: taking sleep inhibitor... >18:02:18,144 DEBUG NetworkManager:<debug> [1482429737.9132] ifcfg-rh: dbus: aquired D-Bus service com.redhat.ifcfgrh1 and exported /com/redhat/ifcfgrh1 object >18:02:18,145 DEBUG NetworkManager:<debug> [1482429737.9147] sleep-monitor-sd: inhibit: inhibitor fd is 17 >18:02:18,145 DEBUG NetworkManager:<debug> [1482429737.9167] device[0x557d3c8cefc0] (lo): ip4-config: update (commit=0, routes-full-sync=0, new-config=0x557d3c853380) >18:02:18,148 DEBUG NetworkManager:<debug> [1482429737.9185] device[0x557d3c8cefc0] (lo): ip4-config: set IP4Config instance (/org/freedesktop/NetworkManager/IP4Config/1) >18:02:18,150 DEBUG NetworkManager:<debug> [1482429737.9186] dns-mgr: (device_ip4_config_changed): queueing DNS updates (1) >18:02:18,151 DEBUG NetworkManager:<debug> [1482429737.9186] dns-mgr: (device_ip4_config_changed): DNS configuration did not change >18:02:18,151 DEBUG NetworkManager:<debug> [1482429737.9186] dns-mgr: (device_ip4_config_changed): no DNS changes to commit (0) >18:02:18,153 DEBUG NetworkManager:<debug> [1482429737.9187] device[0x557d3c8cefc0] (lo): ip6-config: update (commit=0, routes-full-sync=0, new-config=0x557d3c8fd510) >18:02:18,160 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd-keygen@rsa comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:18,160 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd-keygen@rsa comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:18,160 DEBUG NetworkManager:<debug> [1482429737.9205] device[0x557d3c8cefc0] (lo): ip6-config: set IP6Config instance (/org/freedesktop/NetworkManager/IP6Config/1) >18:02:18,161 DEBUG NetworkManager:<debug> [1482429737.9206] dns-mgr: (device_ip6_config_changed): queueing DNS updates (1) >18:02:18,161 DEBUG NetworkManager:<debug> [1482429737.9206] dns-mgr: (device_ip6_config_changed): DNS configuration did not change >18:02:18,171 DEBUG NetworkManager:<debug> [1482429737.9206] dns-mgr: (device_ip6_config_changed): no DNS changes to commit (0) >18:02:18,171 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:18,171 DEBUG NetworkManager:<debug> [1482429737.9218] device[0x557d3c8db4c0] (ens3): emit RECHECK_ASSUME signal >18:02:18,175 DEBUG NetworkManager:<debug> [1482429737.9219] device[0x557d3c8db4c0] (ens3): ip4-config: update (commit=0, routes-full-sync=0, new-config=0x557d3c853680) >18:02:18,175 DEBUG NetworkManager:<debug> [1482429737.9235] device[0x557d3c8db4c0] (ens3): ip4-config: set IP4Config instance (/org/freedesktop/NetworkManager/IP4Config/2) >18:02:18,176 DEBUG NetworkManager:<debug> [1482429737.9236] dns-mgr: (device_ip4_config_changed): queueing DNS updates (1) >18:02:18,176 DEBUG NetworkManager:<debug> [1482429737.9236] dns-mgr: (device_ip4_config_changed): DNS configuration did not change >18:02:18,185 DEBUG NetworkManager:<debug> [1482429737.9236] dns-mgr: (device_ip4_config_changed): no DNS changes to commit (0) >18:02:18,185 DEBUG NetworkManager:<debug> [1482429737.9237] device[0x557d3c8db4c0] (ens3): ip6-config: update (commit=0, routes-full-sync=0, new-config=0x557d3c8fd190) >18:02:18,186 DEBUG NetworkManager:<debug> [1482429737.9265] device[0x557d3c8db4c0] (ens3): ip6-config: set IP6Config instance (/org/freedesktop/NetworkManager/IP6Config/2) >18:02:18,186 DEBUG NetworkManager:<debug> [1482429737.9266] dns-mgr: (device_ip6_config_changed): queueing DNS updates (1) >18:02:18,202 DEBUG NetworkManager:<debug> [1482429737.9266] dns-mgr: (device_ip6_config_changed): DNS configuration did not change >18:02:18,202 DEBUG NetworkManager:<debug> [1482429737.9266] dns-mgr: (device_ip6_config_changed): no DNS changes to commit (0) >18:02:18,203 DEBUG NetworkManager:<debug> [1482429737.9266] device[0x557d3c8db4c0] (ens3): device has no existing configuration >18:02:18,209 DEBUG NetworkManager:<debug> [1482429737.9267] manager: (ens3): can't assume; no connection >18:02:18,209 DEBUG NetworkManager:<debug> [1482429737.9267] device[0x557d3c8db4c0] (ens3): add_pending_action (2): 'queued state change to disconnected' >18:02:18,210 DEBUG NetworkManager:<debug> [1482429737.9267] device[0x557d3c8db4c0] (ens3): queued state change to disconnected due to none (id 66) >18:02:18,210 DEBUG NetworkManager:<debug> [1482429737.9267] device[0x557d3c8db4c0] (ens3): is available, will transition to disconnected >18:02:18,221 DEBUG NetworkManager:<debug> [1482429737.9280] device[0x557d3c8cefc0] (lo): emit RECHECK_ASSUME signal >18:02:18,222 DEBUG NetworkManager:<debug> [1482429737.9283] device[0x557d3c8db4c0] (ens3): emit RECHECK_ASSUME signal >18:02:18,222 DEBUG nm-dispatcher:req:2 'hostname', "/etc/NetworkManager/dispatcher.d/00-netreport": complete >18:02:18,231 DEBUG NetworkManager:<debug> [1482429737.9283] device[0x557d3c8db4c0] (ens3): ip4-config: update (commit=0, routes-full-sync=0, new-config=0x557d3c853880) >18:02:18,232 DEBUG nm-dispatcher:req:2 'hostname', "/etc/NetworkManager/dispatcher.d/04-iscsi": run script >18:02:18,263 DEBUG NetworkManager:<debug> [1482429737.9283] device[0x557d3c8db4c0] (ens3): ip6-config: update (commit=0, routes-full-sync=0, new-config=0x557d3c8fd0b0) >18:02:18,263 NOTICE audit:AVC avc: denied { execute } for pid=1583 comm="(tmux)" name="tmux" dev="dm-0" ino=2347 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:screen_exec_t:s0 tclass=file permissive=1 >18:02:18,268 NOTICE audit:AVC avc: denied { read open } for pid=1583 comm="(tmux)" path="/usr/bin/tmux" dev="dm-0" ino=2347 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:screen_exec_t:s0 tclass=file permissive=1 >18:02:18,286 NOTICE audit:AVC avc: denied { execute_no_trans } for pid=1583 comm="(tmux)" path="/usr/bin/tmux" dev="dm-0" ino=2347 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:screen_exec_t:s0 tclass=file permissive=1 >18:02:18,286 NOTICE audit:SYSCALL arch=c000003e syscall=59 success=yes exit=0 a0=5559e7aec4c0 a1=5559e7b503e0 a2=5559e7b632d0 a3=5559e7b4f590 items=0 ppid=1 pid=1583 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="tmux" exe="/usr/bin/tmux" subj=system_u:system_r:init_t:s0 key=(null) >18:02:18,286 NOTICE audit:PROCTITLE proctitle=2F7573722F62696E2F746D7578002D75002D66002F7573722F73686172652F616E61636F6E64612F746D75782E636F6E66007374617274 >18:02:18,293 DEBUG NetworkManager:<debug> [1482429737.9284] device[0x557d3c8db4c0] (ens3): device has no existing configuration >18:02:18,308 DEBUG nm-dispatcher:req:2 'hostname', "/etc/NetworkManager/dispatcher.d/04-iscsi": complete >18:02:18,316 DEBUG NetworkManager:<debug> [1482429737.9284] manager: (ens3): can't assume; no connection >18:02:18,317 DEBUG nm-dispatcher:req:2 'hostname', "/etc/NetworkManager/dispatcher.d/10-ifcfg-rh-routes.sh": run script >18:02:18,327 DEBUG NetworkManager:<debug> [1482429737.9284] device[0x557d3c8db4c0] (ens3): running queued state change to disconnected (id 66) >18:02:18,327 INFO NetworkManager:<info> [1482429737.9284] device (ens3): state change: unavailable -> disconnected (reason 'none') [20 30 0] >18:02:18,328 INFO polkitd:Started polkitd version 0.113 >18:02:18,340 DEBUG NetworkManager:<debug> [1482429737.9284] device[0x557d3c8db4c0] (ens3): will enable userland IPv6LL >18:02:18,340 NOTICE audit:AVC avc: denied { create } for pid=1591 comm=746D75783A20736572766572 name="default" scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:tmp_t:s0 tclass=sock_file permissive=1 >18:02:18,340 NOTICE audit:SYSCALL arch=c000003e syscall=49 success=yes exit=0 a0=6 a1=7ffd737c5770 a2=6e a3=376 items=0 ppid=1 pid=1591 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=746D75783A20736572766572 exe="/usr/bin/tmux" subj=system_u:system_r:init_t:s0 key=(null) >18:02:18,340 NOTICE audit:PROCTITLE proctitle=2F7573722F62696E2F746D7578002D75002D66002F7573722F73686172652F616E61636F6E64612F746D75782E636F6E66007374617274 >18:02:18,340 NOTICE audit:AVC avc: denied { getattr } for pid=1591 comm=746D75783A20736572766572 path="/tmp/tmux-0/default" dev="tmpfs" ino=22614 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:tmp_t:s0 tclass=sock_file permissive=1 >18:02:18,341 NOTICE audit:SYSCALL arch=c000003e syscall=4 success=yes exit=0 a0=123a690 a1=7ffd737c5760 a2=7ffd737c5760 a3=7c8 items=0 ppid=1 pid=1591 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=746D75783A20736572766572 exe="/usr/bin/tmux" subj=system_u:system_r:init_t:s0 key=(null) >18:02:18,341 NOTICE audit:PROCTITLE proctitle=2F7573722F62696E2F746D7578002D75002D66002F7573722F73686172652F616E61636F6E64612F746D75782E636F6E66007374617274 >18:02:18,341 NOTICE audit:AVC avc: denied { setattr } for pid=1591 comm=746D75783A20736572766572 name="default" dev="tmpfs" ino=22614 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:tmp_t:s0 tclass=sock_file permissive=1 >18:02:18,341 NOTICE audit:SYSCALL arch=c000003e syscall=90 success=yes exit=0 a0=123a690 a1=1b0 a2=7ffd737c5760 a3=254 items=0 ppid=1 pid=1591 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=746D75783A20736572766572 exe="/usr/bin/tmux" subj=system_u:system_r:init_t:s0 key=(null) >18:02:18,341 NOTICE audit:PROCTITLE proctitle=2F7573722F62696E2F746D7578002D75002D66002F7573722F73686172652F616E61636F6E64612F746D75782E636F6E66007374617274 >18:02:18,352 INFO dhclient:Created duid "\000\004j\033\300\350\263YO\313\256\337\334\207\223<Z\251". >18:02:18,352 NOTICE audit:AVC avc: denied { read write } for pid=1591 comm=746D75783A20736572766572 name="ptmx" dev="devtmpfs" ino=13202 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:ptmx_t:s0 tclass=chr_file permissive=1 >18:02:18,353 NOTICE audit:AVC avc: denied { open } for pid=1591 comm=746D75783A20736572766572 path="/dev/ptmx" dev="devtmpfs" ino=13202 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:ptmx_t:s0 tclass=chr_file permissive=1 >18:02:18,353 NOTICE audit:SYSCALL arch=c000003e syscall=2 success=yes exit=5 a0=7ffb7a2203b1 a1=2 a2=0 a3=290 items=0 ppid=1 pid=1591 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=746D75783A20736572766572 exe="/usr/bin/tmux" subj=system_u:system_r:init_t:s0 key=(null) >18:02:18,353 NOTICE audit:PROCTITLE proctitle=2F7573722F62696E2F746D7578002D75002D66002F7573722F73686172652F616E61636F6E64612F746D75782E636F6E66007374617274 >18:02:18,353 NOTICE audit:AVC avc: denied { ioctl } for pid=1591 comm=746D75783A20736572766572 path="/dev/ptmx" dev="devtmpfs" ino=13202 ioctlcmd=0x5401 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:ptmx_t:s0 tclass=chr_file permissive=1 >18:02:18,353 NOTICE audit:SYSCALL arch=c000003e syscall=16 success=yes exit=0 a0=5 a1=5401 a2=7ffd737c31d0 a3=3aa items=0 ppid=1 pid=1591 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=746D75783A20736572766572 exe="/usr/bin/tmux" subj=system_u:system_r:init_t:s0 key=(null) >18:02:18,353 NOTICE audit:PROCTITLE proctitle=2F7573722F62696E2F746D7578002D75002D66002F7573722F73686172652F616E61636F6E64612F746D75782E636F6E66007374617274 >18:02:18,369 DEBUG NetworkManager:<debug> [1482429737.9305] platform-linux: link: change 2: user-ipv6ll: set IPv6 address generation mode to none >18:02:18,369 INFO dhclient:DHCPDISCOVER on ens3 to 255.255.255.255 port 67 interval 7 (xid=0xb0584668) >18:02:18,370 DEBUG NetworkManager:<debug> [1482429737.9306] platform-linux: do-request-link: 2 >18:02:18,370 DEBUG nm-dispatcher:req:2 'hostname', "/etc/NetworkManager/dispatcher.d/10-ifcfg-rh-routes.sh": complete >18:02:18,376 DEBUG NetworkManager:<debug> [1482429737.9307] platform-linux: do-change-link[2]: success changing link: success >18:02:18,376 DEBUG nm-dispatcher:req:2 'hostname', "/etc/NetworkManager/dispatcher.d/11-dhclient": run script >18:02:18,377 DEBUG NetworkManager:<debug> [1482429737.9308] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/disable_ipv6' to '1' (current value is '0') >18:02:18,377 DEBUG NetworkManager:<debug> [1482429737.9311] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/disable_ipv6' to '0' (current value is '1') >18:02:18,382 DEBUG NetworkManager:<debug> [1482429737.9312] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/accept_ra_defrtr' to '0' (current value is identical) >18:02:18,382 DEBUG NetworkManager:<debug> [1482429737.9313] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/accept_ra_pinfo' to '0' (current value is identical) >18:02:18,388 DEBUG NetworkManager:<debug> [1482429737.9313] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/accept_ra_rtr_pref' to '0' (current value is identical) >18:02:18,388 DEBUG NetworkManager:<debug> [1482429737.9314] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/use_tempaddr' to '0' (current value is identical) >18:02:18,389 DEBUG NetworkManager:<debug> [1482429737.9355] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/forwarding' to '0' (current value is identical) >18:02:18,389 DEBUG NetworkManager:<debug> [1482429737.9377] device[0x557d3c8db4c0] (ens3): add_pending_action (3): 'autoactivate' >18:02:18,398 DEBUG NetworkManager:<debug> [1482429737.9377] device[0x557d3c8db4c0] (ens3): remove_pending_action (2): 'queued state change to disconnected' >18:02:18,398 INFO NetworkManager:<info> [1482429737.9388] policy: auto-activating connection 'Wired connection 1' >18:02:18,399 DEBUG NetworkManager:<debug> [1482429737.9390] active-connection[0x557d3c8a0130]: set device "ens3" [0x557d3c8db4c0] >18:02:18,399 DEBUG NetworkManager:<debug> [1482429737.9390] device[0x557d3c8db4c0] (ens3): add_pending_action (3): 'activation::0x557d3c8a0130' >18:02:18,414 DEBUG NetworkManager:<debug> [1482429737.9392] active-connection[0x557d3c8a0130]: constructed (NMActRequest, version-id 1) >18:02:18,415 DEBUG NetworkManager:<debug> [1482429737.9392] device[0x557d3c8db4c0] (ens3): remove_pending_action (2): 'autoactivate' >18:02:18,415 DEBUG NetworkManager:<debug> [1482429737.9393] device[0x557d3c8db4c0] (ens3): unmanaged: flags set to [!sleeping,!loopback,!platform-init,!user-explicit,!user-settings=0x0/0x79/managed, set-managed [user-explicit=0x20], reason user-requested) >18:02:18,456 INFO NetworkManager:<info> [1482429737.9429] device (ens3): Activation: starting connection 'Wired connection 1' (3e5eada4-f969-321f-b6c9-dc5441629d36) >18:02:18,457 DEBUG NetworkManager:<debug> [1482429737.9429] device[0x557d3c8db4c0] (ens3): activation-stage: schedule activate_stage1_device_prepare,2 (id 73) >18:02:18,463 DEBUG NetworkManager:<debug> [1482429737.9439] device[0x557d3c8db4c0] (ens3): activation-stage: invoke activate_stage1_device_prepare,2 (id 73) >18:02:18,463 INFO NetworkManager:<info> [1482429737.9439] device (ens3): state change: disconnected -> prepare (reason 'none') [30 40 0] >18:02:18,486 DEBUG nm-dispatcher:req:2 'hostname', "/etc/NetworkManager/dispatcher.d/11-dhclient": complete >18:02:18,489 DEBUG NetworkManager:<debug> [1482429737.9471] active-connection[0x557d3c8a0130]: set state activating (was unknown) >18:02:18,489 DEBUG nm-dispatcher:req:2 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony": run script >18:02:18,490 INFO NetworkManager:<info> [1482429737.9471] manager: NetworkManager state is now CONNECTING >18:02:18,490 DEBUG NetworkManager:<debug> [1482429737.9490] active-connection[0x557d3c8a0130]: check-master-ready: not signalling (state activating, no master) >18:02:18,490 DEBUG NetworkManager:<debug> [1482429737.9490] manager: ActivatingConnection now Wired connection 1 >18:02:18,496 DEBUG NetworkManager:<debug> [1482429737.9491] device[0x557d3c8db4c0] (ens3): set-link: ignore link negotiation >18:02:18,497 DEBUG NetworkManager:<debug> [1482429737.9491] device[0x557d3c8db4c0] (ens3): activation-stage: schedule activate_stage2_device_config,2 (id 81) >18:02:18,497 DEBUG NetworkManager:<debug> [1482429737.9491] device[0x557d3c8db4c0] (ens3): activation-stage: complete activate_stage1_device_prepare,2 (id 73) >18:02:18,497 DEBUG NetworkManager:<debug> [1482429737.9527] device[0x557d3c8db4c0] (ens3): activation-stage: invoke activate_stage2_device_config,2 (id 81) >18:02:18,513 INFO NetworkManager:<info> [1482429737.9527] device (ens3): state change: prepare -> config (reason 'none') [40 50 0] >18:02:18,513 DEBUG NetworkManager:<debug> [1482429737.9529] device[0x557d3c8db4c0] (ens3): bringing up device 2 >18:02:18,517 DEBUG nm-dispatcher:req:2 'hostname', "/etc/NetworkManager/dispatcher.d/20-chrony": complete >18:02:18,517 DEBUG NetworkManager:<debug> [1482429737.9529] platform: link: setting up 'ens3' (2) >18:02:18,522 DEBUG nm-dispatcher:req:2 'hostname': completed (5 scripts) >18:02:18,532 DEBUG NetworkManager:<debug> [1482429737.9529] platform-linux: link: change 2: flags: set 0x1/0x1 ([up] / [up]) >18:02:18,532 DEBUG NetworkManager:<debug> [1482429737.9530] platform-linux: do-request-link: 2 >18:02:18,533 DEBUG NetworkManager:<debug> [1482429737.9530] platform-linux: do-change-link[2]: success changing link: success >18:02:18,533 DEBUG NetworkManager:<debug> [1482429737.9531] device[0x557d3c8db4c0] (ens3): Activation: setting firewall zone 'default' >18:02:18,546 DEBUG NetworkManager:<debug> [1482429737.9532] firewall: [0x557d3c8d7a90,change*:"ens3"]: firewall zone change ens3:default (not running, simulate success) >18:02:18,546 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=anaconda comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:18,546 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=anaconda-tmux@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:18,547 DEBUG NetworkManager:<debug> [1482429737.9532] device[0x557d3c8db4c0] (ens3): activation-stage: complete activate_stage2_device_config,2 (id 81) >18:02:18,556 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:18,556 DEBUG NetworkManager:<debug> [1482429737.9566] firewall: [0x557d3c8d7a90,change*:"ens3"]: complete: fake success >18:02:18,559 DEBUG NetworkManager:<debug> [1482429737.9566] device[0x557d3c8db4c0] (ens3): activation-stage: schedule activate_stage3_ip_config_start,2 (id 86) >18:02:18,560 DEBUG NetworkManager:<debug> [1482429737.9566] device[0x557d3c8db4c0] (ens3): activation-stage: invoke activate_stage3_ip_config_start,2 (id 86) >18:02:18,563 NOTICE dbus-daemon:[system] Successfully activated service 'org.freedesktop.PolicyKit1' >18:02:18,563 INFO NetworkManager:<info> [1482429737.9567] device (ens3): state change: config -> ip-config (reason 'none') [50 70 0] >18:02:18,564 DEBUG NetworkManager:<debug> [1482429737.9578] dhcp-init: enabled DHCP client 'dhclient' (NMDhcpDhclient) >18:02:18,566 DEBUG NetworkManager:<debug> [1482429737.9578] dhcp-init: enabled DHCP client 'internal' (NMDhcpSystemd) >18:02:18,567 INFO NetworkManager:<info> [1482429737.9578] dhcp-init: Using DHCP client 'dhclient' >18:02:18,567 DEBUG NetworkManager:<debug> [1482429737.9579] create NMDhcpManager singleton (0x557d3c89f350) >18:02:18,574 DEBUG NetworkManager:<debug> [1482429737.9589] bus-manager: (dhcp) creating private socket unix:path=/var/run/NetworkManager/private-dhcp >18:02:18,574 DEBUG NetworkManager:<debug> [1482429737.9668] create NMDhcpListener singleton (0x557d3c90d8c0) >18:02:18,575 INFO NetworkManager:<info> [1482429737.9695] dhcp4 (ens3): activation: beginning transaction (timeout in 45 seconds) >18:02:18,575 DEBUG NetworkManager:<debug> [1482429737.9696] dhcp4 (ens3): creating composite dhclient config /var/lib/NetworkManager/dhclient-ens3.conf >18:02:18,575 DEBUG NetworkManager:<debug> [1482429737.9696] dhcp4 (ens3): looking for existing config /etc/NetworkManager/dhclient-3e5eada4-f969-321f-b6c9-dc5441629d36.conf >18:02:18,577 DEBUG NetworkManager:<debug> [1482429737.9696] dhcp4 (ens3): looking for existing config /etc/NetworkManager/dhclient-ens3.conf >18:02:18,578 DEBUG NetworkManager:<debug> [1482429737.9696] dhcp4 (ens3): looking for existing config /etc/NetworkManager/dhclient.conf >18:02:18,578 DEBUG NetworkManager:<debug> [1482429737.9697] dhcp4 (ens3): looking for existing config /etc/dhcp/dhclient-ens3.conf >18:02:18,582 DEBUG NetworkManager:<debug> [1482429737.9698] dhcp4 (ens3): looking for existing config /etc/dhclient-ens3.conf >18:02:18,582 DEBUG NetworkManager:<debug> [1482429737.9698] dhcp4 (ens3): looking for existing config /etc/dhcp/dhclient.conf >18:02:18,583 DEBUG NetworkManager:<debug> [1482429737.9698] dhcp4 (ens3): looking for existing config /etc/dhclient.conf >18:02:18,583 DEBUG NetworkManager:<debug> [1482429737.9698] dhcp4 (ens3): merging existing dhclient config /etc/dhclient.conf >18:02:18,585 DEBUG NetworkManager:<debug> [1482429737.9701] dhcp4 (ens3): running: /sbin/dhclient -d -q -sf /usr/libexec/nm-dhcp-helper -pf /var/run/dhclient-ens3.pid -lf /var/lib/NetworkManager/dhclient-3e5eada4-f969-321f-b6c9-dc5441629d36-ens3.lease -cf /var/lib/NetworkManager/dhclient-ens3.conf ens3 >18:02:18,586 INFO NetworkManager:<info> [1482429738.0027] dhcp4 (ens3): dhclient started with pid 1567 >18:02:18,586 DEBUG NetworkManager:<debug> [1482429738.0029] device[0x557d3c8db4c0] (ens3): add_pending_action (3): 'dhcp4' >18:02:18,589 DEBUG NetworkManager:<debug> [1482429738.0030] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens3/mtu': '1500' >18:02:18,589 DEBUG NetworkManager:<debug> [1482429738.0030] device[0x557d3c8db4c0] (ens3): will enable userland IPv6LL >18:02:18,591 DEBUG NetworkManager:<debug> [1482429738.0030] platform-linux: link: change 2: user-ipv6ll: set IPv6 address generation mode to none >18:02:18,591 DEBUG NetworkManager:<debug> [1482429738.0031] platform-linux: do-request-link: 2 >18:02:18,592 DEBUG NetworkManager:<debug> [1482429738.0032] platform-linux: do-change-link[2]: success changing link: success >18:02:18,592 DEBUG NetworkManager:<debug> [1482429738.0033] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/disable_ipv6' to '1' (current value is '0') >18:02:18,592 DEBUG NetworkManager:<debug> [1482429738.0034] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/disable_ipv6' to '0' (current value is '1') >18:02:18,594 DEBUG NetworkManager:<debug> [1482429738.0105] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/default/use_tempaddr': '0' >18:02:18,595 DEBUG NetworkManager:<debug> [1482429738.0106] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens3/router_solicitation_interval': '4' >18:02:18,595 DEBUG NetworkManager:<debug> [1482429738.0107] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens3/router_solicitations': '-1' >18:02:18,595 DEBUG NetworkManager:<debug> [1482429738.0107] platform-linux: sysctl: reading '/proc/sys/net/ipv6/conf/ens3/max_addresses': '16' >18:02:18,599 DEBUG NetworkManager:<debug> [1482429738.0109] device[0x557d3c8db4c0] (ens3): linklocal6: starting IPv6 with method 'auto', but the device has no link-local addresses configured. Wait. >18:02:18,599 DEBUG NetworkManager:<debug> [1482429738.0111] device[0x557d3c8db4c0] (ens3): linklocal6: using IPv6 stable-privacy addressing >18:02:18,601 DEBUG NetworkManager:<debug> [1482429738.0112] device[0x557d3c8db4c0] (ens3): linklocal6: adding IPv6LL address fe80::d128:7839:7e0:b92b >18:02:18,601 DEBUG NetworkManager:<debug> [1482429738.0112] platform: address: adding or updating IPv6 address: fe80::d128:7839:7e0:b92b/64 lft forever pref forever lifetime 2-0[4294967295,4294967295] dev 2 src unknown >18:02:18,602 DEBUG NetworkManager:<debug> [1482429738.0142] platform: signal: route 6 added: fe80::/64 via :: dev 2 metric 256 mss 0 src rt-kernel >18:02:18,602 DEBUG NetworkManager:<debug> [1482429738.0142] device[0x557d3c8db4c0] (ens3): queued IP6 config change >18:02:18,602 DEBUG NetworkManager:<debug> [1482429738.0143] platform-linux: do-add-ip6-address[2: fe80::d128:7839:7e0:b92b]: success >18:02:18,610 DEBUG NetworkManager:<debug> [1482429738.0143] platform: signal: address 6 added: fe80::d128:7839:7e0:b92b/64 lft forever pref forever lifetime 2-0[4294967295,4294967295] dev 2 flags tentative,permanent src kernel >18:02:18,611 DEBUG NetworkManager:<debug> [1482429738.0143] default-route: resync: schedule on idle >18:02:18,612 DEBUG NetworkManager:<debug> [1482429738.0144] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/use_tempaddr' to '0' (current value is identical) >18:02:18,612 DEBUG NetworkManager:<debug> [1482429738.0159] device[0x557d3c8db4c0] (ens3): activation-stage: complete activate_stage3_ip_config_start,2 (id 86) >18:02:18,614 DEBUG NetworkManager:<debug> [1482429738.0247] device[0x557d3c8db4c0] (ens3): ip6-config: update (commit=0, routes-full-sync=0, new-config=0x557d3c8fd0b0) >18:02:18,614 DEBUG NetworkManager:<debug> [1482429738.0248] device[0x557d3c8db4c0] (ens3): ip6-config: update IP6Config instance (/org/freedesktop/NetworkManager/IP6Config/2) >18:02:18,615 DEBUG NetworkManager:<debug> [1482429738.0248] dns-mgr: (device_ip6_config_changed): queueing DNS updates (1) >18:02:18,615 DEBUG NetworkManager:<debug> [1482429738.0249] dns-mgr: (device_ip6_config_changed): DNS configuration did not change >18:02:18,619 DEBUG NetworkManager:<debug> [1482429738.0249] dns-mgr: (device_ip6_config_changed): no DNS changes to commit (0) >18:02:18,619 DEBUG NetworkManager:<debug> [1482429738.0303] default-route: resync: sync now (94) (IPv4 changes: no, IPv6 changes: yes) >18:02:18,620 DEBUG NetworkManager:<debug> [1482429738.0897] dispatcher: (1) 00-netreport succeeded >18:02:18,620 DEBUG NetworkManager:<debug> [1482429738.0897] dispatcher: (1) 04-iscsi succeeded >18:02:18,621 DEBUG NetworkManager:<debug> [1482429738.0897] dispatcher: (1) 10-ifcfg-rh-routes.sh succeeded >18:02:18,622 DEBUG NetworkManager:<debug> [1482429738.0897] dispatcher: (1) 11-dhclient succeeded >18:02:18,622 DEBUG NetworkManager:<debug> [1482429738.0897] dispatcher: (1) 20-chrony succeeded >18:02:18,624 INFO systemd:Started OpenSSH rsa Server Key Generation. >18:02:18,625 INFO systemd:Started Hostname Service. >18:02:18,625 INFO systemd:Starting Authorization Manager... >18:02:18,625 INFO systemd:Reached target sshd-keygen.target. >18:02:18,627 INFO systemd:Reached target Anaconda System Services. >18:02:18,627 INFO systemd:Starting Anaconda... >18:02:18,628 DEBUG NetworkManager:<debug> [1482429738.2240] bus-manager: (dhcp) accepted connection 0x557d3c853c40 on private socket >18:02:18,628 DEBUG NetworkManager:<debug> [1482429738.2243] dhcp4 (ens3): unmapped DHCP state 'PREINIT' >18:02:18,632 DEBUG NetworkManager:<debug> [1482429738.2243] dhcp4 (ens3): DHCP reason 'PREINIT' -> state 'unknown' >18:02:18,632 DEBUG NetworkManager:<debug> [1482429738.3077] bus-manager: (dhcp) closed connection 0x557d3c853c40 on private socket >18:02:18,634 DEBUG NetworkManager:<debug> [1482429738.5074] dispatcher: (2) 00-netreport succeeded >18:02:18,634 DEBUG NetworkManager:<debug> [1482429738.5074] dispatcher: (2) 04-iscsi succeeded >18:02:18,635 DEBUG NetworkManager:<debug> [1482429738.5075] dispatcher: (2) 10-ifcfg-rh-routes.sh succeeded >18:02:18,635 DEBUG NetworkManager:<debug> [1482429738.5075] dispatcher: (2) 11-dhclient succeeded >18:02:18,637 DEBUG NetworkManager:<debug> [1482429738.5075] dispatcher: (2) 20-chrony succeeded >18:02:18,637 INFO systemd:Started Anaconda. >18:02:18,637 INFO systemd:Started Anaconda Text Console. >18:02:18,638 DEBUG NetworkManager:<debug> [1482429738.5539] auth: dbus name owner: ':1.7' >18:02:18,638 DEBUG NetworkManager:<debug> [1482429738.5539] auth: emit changed signal >18:02:18,641 INFO systemd:Started Authorization Manager. >18:02:19,386 NOTICE dbus-daemon:[system] Successfully activated service 'com.redhat.lvmdbus1' >18:02:19,386 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-lvmdbusd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:19,386 INFO systemd:Started LVM2 D-Bus service. >18:02:19,391 NOTICE audit:AVC avc: denied { read write } for pid=1628 comm="ldconfig" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:ldconfig_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file permissive=1 >18:02:19,393 NOTICE audit:SYSCALL arch=c000003e syscall=59 success=yes exit=0 a0=7fc9fcd80430 a1=7fc9f462d048 a2=7fc9f462d060 a3=0 items=0 ppid=1592 pid=1628 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="ldconfig" exe="/usr/sbin/ldconfig" subj=system_u:system_r:ldconfig_t:s0 key=(null) >18:02:19,393 NOTICE audit:PROCTITLE proctitle=2F7362696E2F6C64636F6E666967002D70 >18:02:19,536 INFO systemd:Started LVM2 PV scan on device 252:2. >18:02:19,539 INFO systemd:Startup finished in 4.719s (kernel) + 4.617s (initrd) + 7.411s (userspace) = 16.749s. >18:02:19,540 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-pvscan@252:2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:19,584 NOTICE audit:AVC avc: denied { write } for pid=1642 comm=746D75783A20636C69656E74 name="default" dev="tmpfs" ino=22614 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:tmp_t:s0 tclass=sock_file permissive=1 >18:02:19,585 NOTICE audit:SYSCALL arch=c000003e syscall=42 success=yes exit=0 a0=5 a1=7ffee044db80 a2=6e a3=12a items=0 ppid=1 pid=1642 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty1 ses=4294967295 comm=746D75783A20636C69656E74 exe="/usr/bin/tmux" subj=system_u:system_r:init_t:s0 key=(null) >18:02:19,585 NOTICE audit:PROCTITLE proctitle=2F7573722F62696E2F746D7578002D7500617474616368002D7400616E61636F6E6461 >18:02:19,588 NOTICE audit:AVC avc: denied { getattr } for pid=1591 comm=746D75783A20736572766572 path="/tmp/tmux-0/default" dev="tmpfs" ino=22614 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:tmp_t:s0 tclass=sock_file permissive=1 >18:02:19,588 NOTICE audit:SYSCALL arch=c000003e syscall=4 success=yes exit=0 a0=123a690 a1=7ffd737c34d0 a2=7ffd737c34d0 a3=125b280 items=0 ppid=1 pid=1591 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=746D75783A20736572766572 exe="/usr/bin/tmux" subj=system_u:system_r:init_t:s0 key=(null) >18:02:19,588 NOTICE audit:PROCTITLE proctitle=2F7573722F62696E2F746D7578002D75002D66002F7573722F73686172652F616E61636F6E64612F746D75782E636F6E66007374617274 >18:02:19,588 NOTICE audit:AVC avc: denied { setattr } for pid=1591 comm=746D75783A20736572766572 name="default" dev="tmpfs" ino=22614 scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:tmp_t:s0 tclass=sock_file permissive=1 >18:02:19,588 NOTICE audit:SYSCALL arch=c000003e syscall=90 success=yes exit=0 a0=123a690 a1=1f8 a2=1f0 a3=125b280 items=0 ppid=1 pid=1591 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=746D75783A20736572766572 exe="/usr/bin/tmux" subj=system_u:system_r:init_t:s0 key=(null) >18:02:19,589 NOTICE audit:PROCTITLE proctitle=2F7573722F62696E2F746D7578002D75002D66002F7573722F73686172652F616E61636F6E64612F746D75782E636F6E66007374617274 >18:02:19,848 DEBUG NetworkManager:<debug> [1482429739.8468] platform: signal: address 6 changed: fe80::d128:7839:7e0:b92b/64 lft forever pref forever lifetime 4-0[4294967295,4294967295] dev 2 flags permanent src kernel >18:02:19,848 DEBUG NetworkManager:<debug> [1482429739.8469] device[0x557d3c8db4c0] (ens3): queued IP6 config change >18:02:19,849 DEBUG NetworkManager:<debug> [1482429739.8469] default-route: resync: schedule on idle >18:02:19,849 DEBUG NetworkManager:<debug> [1482429739.8470] device[0x557d3c8db4c0] (ens3): ip6-config: update (commit=0, routes-full-sync=0, new-config=0x557d3c8fd0b0) >18:02:19,849 DEBUG NetworkManager:<debug> [1482429739.8471] device[0x557d3c8db4c0] (ens3): linklocal6: waiting for link-local addresses successful, continue with method auto >18:02:19,849 DEBUG NetworkManager:<debug> [1482429739.8471] device[0x557d3c8db4c0] (ens3): addrconf6: using the device EUI-64 identifier >18:02:19,850 DEBUG NetworkManager:<debug> [1482429739.8471] device[0x557d3c8db4c0] (ens3): ip6-config: update (commit=1, routes-full-sync=1, new-config=0x557d3c8fd0b0) >18:02:19,850 DEBUG NetworkManager:<debug> [1482429739.8473] platform: address: adding or updating IPv6 address: fe80::d128:7839:7e0:b92b/64 lft forever pref forever lifetime 4-0[4294967295,4294967295] dev 2 flags permanent src unknown >18:02:19,850 DEBUG NetworkManager:<debug> [1482429739.8473] platform-linux: do-add-ip6-address[2: fe80::d128:7839:7e0:b92b]: success >18:02:19,851 DEBUG NetworkManager:<debug> [1482429739.8474] route-mgr6: 2: sync 0 IPv6 routes >18:02:19,851 DEBUG NetworkManager:<debug> [1482429739.8474] default-route: entry[0/dev:0x557d3c8db4c0:ens3:0:+sync]: record:add ::/0 via :: dev 2 metric 4294967295 mss 0 src unknown (4294967295) >18:02:19,851 DEBUG NetworkManager:<debug> [1482429739.8474] default-route: resync: cancelled (113) >18:02:19,851 DEBUG NetworkManager:<debug> [1482429739.8475] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/accept_ra' to '1' (current value is '0') >18:02:19,851 DEBUG NetworkManager:<debug> [1482429739.8476] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/accept_ra_defrtr' to '0' (current value is identical) >18:02:19,852 DEBUG NetworkManager:<debug> [1482429739.8476] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/accept_ra_pinfo' to '0' (current value is identical) >18:02:19,852 DEBUG NetworkManager:<debug> [1482429739.8477] platform-linux: sysctl: setting '/proc/sys/net/ipv6/conf/ens3/accept_ra_rtr_pref' to '0' (current value is identical) >18:02:19,853 DEBUG NetworkManager:<debug> [1482429739.8477] ndisc[0x557d3c8aa200,"ens3"]: starting neighbor discovery: 2 >18:02:19,854 DEBUG NetworkManager:<debug> [1482429739.8479] ndisc-lndp[0x557d3c8aa200,"ens3"]: processing libndp events >18:02:19,854 DEBUG NetworkManager:<debug> [1482429739.8479] ndisc[0x557d3c8aa200,"ens3"]: scheduling RA timeout in 30 seconds >18:02:19,855 DEBUG NetworkManager:<debug> [1482429739.8479] ndisc[0x557d3c8aa200,"ens3"]: scheduling explicit router solicitation request in 0 seconds. >18:02:19,855 DEBUG NetworkManager:<debug> [1482429739.8505] ndisc[0x557d3c8aa200,"ens3"]: router solicitation sent >18:02:19,856 DEBUG NetworkManager:<debug> [1482429739.8505] ndisc[0x557d3c8aa200,"ens3"]: scheduling router solicitation retry in 4 seconds. >18:02:21,331 INFO dhclient:DHCPREQUEST on ens3 to 255.255.255.255 port 67 (xid=0xb0584668) >18:02:21,331 INFO dhclient:DHCPOFFER from 192.168.1.1 >18:02:21,336 INFO dhclient:DHCPACK from 192.168.1.1 (xid=0xb0584668) >18:02:21,343 DEBUG NetworkManager:<debug> [1482429741.3431] bus-manager: (dhcp) accepted connection 0x557d3c853d40 on private socket >18:02:21,344 DEBUG NetworkManager:<debug> [1482429741.3443] dhcp4 (ens3): DHCP reason 'BOUND' -> state 'bound' >18:02:21,344 DEBUG NetworkManager:<debug> [1482429741.3447] dhcp4 (ens3): option 'requested_classless_static_routes'=>'1' >18:02:21,345 DEBUG NetworkManager:<debug> [1482429741.3450] dhcp4 (ens3): option 'requested_rfc3442_classless_static_routes'=>'1' >18:02:21,345 DEBUG NetworkManager:<debug> [1482429741.3453] dhcp4 (ens3): option 'subnet_mask'=>'255.255.255.0' >18:02:21,346 DEBUG NetworkManager:<debug> [1482429741.3457] dhcp4 (ens3): option 'requested_subnet_mask'=>'1' >18:02:21,346 DEBUG NetworkManager:<debug> [1482429741.3460] dhcp4 (ens3): option 'domain_name_servers'=>'192.168.1.1' >18:02:21,346 DEBUG NetworkManager:<debug> [1482429741.3462] dhcp4 (ens3): option 'requested_root_path'=>'1' >18:02:21,346 DEBUG NetworkManager:<debug> [1482429741.3466] dhcp4 (ens3): option 'ip_address'=>'192.168.1.167' >18:02:21,347 DEBUG NetworkManager:<debug> [1482429741.3468] dhcp4 (ens3): option 'requested_static_routes'=>'1' >18:02:21,347 DEBUG NetworkManager:<debug> [1482429741.3471] dhcp4 (ens3): option 'dhcp_server_identifier'=>'192.168.1.1' >18:02:21,347 DEBUG NetworkManager:<debug> [1482429741.3471] dhcp4 (ens3): option 'requested_nis_servers'=>'1' >18:02:21,348 DEBUG NetworkManager:<debug> [1482429741.3471] dhcp4 (ens3): option 'requested_time_offset'=>'1' >18:02:21,348 DEBUG NetworkManager:<debug> [1482429741.3471] dhcp4 (ens3): option 'broadcast_address'=>'192.168.1.255' >18:02:21,348 DEBUG NetworkManager:<debug> [1482429741.3471] dhcp4 (ens3): option 'requested_interface_mtu'=>'1' >18:02:21,348 DEBUG NetworkManager:<debug> [1482429741.3472] dhcp4 (ens3): option 'dhcp_rebinding_time'=>'37800' >18:02:21,349 DEBUG NetworkManager:<debug> [1482429741.3472] dhcp4 (ens3): option 'requested_domain_name_servers'=>'1' >18:02:21,349 DEBUG NetworkManager:<debug> [1482429741.3472] dhcp4 (ens3): option 'dhcp_message_type'=>'5' >18:02:21,350 DEBUG NetworkManager:<debug> [1482429741.3472] dhcp4 (ens3): option 'requested_broadcast_address'=>'1' >18:02:21,350 DEBUG NetworkManager:<debug> [1482429741.3472] dhcp4 (ens3): option 'routers'=>'192.168.1.1' >18:02:21,351 DEBUG NetworkManager:<debug> [1482429741.3472] dhcp4 (ens3): option 'dhcp_renewal_time'=>'21600' >18:02:21,351 DEBUG NetworkManager:<debug> [1482429741.3473] dhcp4 (ens3): option 'requested_domain_name'=>'1' >18:02:21,353 DEBUG NetworkManager:<debug> [1482429741.3473] dhcp4 (ens3): option 'domain_name'=>'happyassassin.net' >18:02:21,353 DEBUG NetworkManager:<debug> [1482429741.3473] dhcp4 (ens3): option 'requested_routers'=>'1' >18:02:21,354 DEBUG NetworkManager:<debug> [1482429741.3473] dhcp4 (ens3): option 'expiry'=>'1482472941' >18:02:21,354 DEBUG NetworkManager:<debug> [1482429741.3473] dhcp4 (ens3): option 'requested_wpad'=>'1' >18:02:21,356 DEBUG NetworkManager:<debug> [1482429741.3473] dhcp4 (ens3): option 'requested_nis_domain'=>'1' >18:02:21,356 DEBUG NetworkManager:<debug> [1482429741.3474] dhcp4 (ens3): option 'requested_ms_classless_static_routes'=>'1' >18:02:21,357 DEBUG NetworkManager:<debug> [1482429741.3474] dhcp4 (ens3): option 'network_number'=>'192.168.1.0' >18:02:21,357 DEBUG NetworkManager:<debug> [1482429741.3474] dhcp4 (ens3): option 'requested_domain_search'=>'1' >18:02:21,359 DEBUG NetworkManager:<debug> [1482429741.3474] dhcp4 (ens3): option 'requested_ntp_servers'=>'1' >18:02:21,359 DEBUG NetworkManager:<debug> [1482429741.3474] dhcp4 (ens3): option 'next_server'=>'192.168.1.1' >18:02:21,360 DEBUG NetworkManager:<debug> [1482429741.3475] dhcp4 (ens3): option 'requested_classless_routes'=>'1' >18:02:21,360 DEBUG NetworkManager:<debug> [1482429741.3495] dhcp4 (ens3): option 'dhcp_lease_time'=>'43200' >18:02:21,365 DEBUG NetworkManager:<debug> [1482429741.3496] dhcp4 (ens3): option 'requested_host_name'=>'1' >18:02:21,365 INFO NetworkManager:<info> [1482429741.3496] dhcp4 (ens3): address 192.168.1.167 >18:02:21,366 INFO nm-dispatcher:req:3 'pre-up' [ens3]: new request (1 scripts) >18:02:21,366 INFO NetworkManager:<info> [1482429741.3496] dhcp4 (ens3): plen 24 (255.255.255.0) >18:02:21,374 DEBUG nm-dispatcher:req:3 'pre-up' [ens3]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin >18:02:21,374 INFO NetworkManager:<info> [1482429741.3496] dhcp4 (ens3): gateway 192.168.1.1 >18:02:21,375 DEBUG nm-dispatcher:req:3 'pre-up' [ens3]: environment: DEVICE_IP_IFACE=ens3 >18:02:21,375 INFO NetworkManager:<info> [1482429741.3497] dhcp4 (ens3): server identifier 192.168.1.1 >18:02:21,377 DEBUG nm-dispatcher:req:3 'pre-up' [ens3]: environment: DEVICE_IFACE=ens3 >18:02:21,377 INFO NetworkManager:<info> [1482429741.3497] dhcp4 (ens3): lease time 43200 >18:02:21,378 DEBUG nm-dispatcher:req:3 'pre-up' [ens3]: environment: CONNECTION_ID=Wired connection 1 >18:02:21,378 INFO NetworkManager:<info> [1482429741.3497] dhcp4 (ens3): nameserver '192.168.1.1' >18:02:21,384 DEBUG nm-dispatcher:req:3 'pre-up' [ens3]: environment: CONNECTION_UUID=3e5eada4-f969-321f-b6c9-dc5441629d36 >18:02:21,384 INFO NetworkManager:<info> [1482429741.3497] dhcp4 (ens3): domain name 'happyassassin.net' >18:02:21,385 DEBUG nm-dispatcher:req:3 'pre-up' [ens3]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/0 >18:02:21,385 INFO NetworkManager:<info> [1482429741.3497] dhcp4 (ens3): state changed unknown -> bound >18:02:21,385 DEBUG nm-dispatcher:req:3 'pre-up' [ens3], "/etc/NetworkManager/dispatcher.d/pre-up.d/10-ifcfg-rh-routes.sh": run script (no-wait) >18:02:21,388 DEBUG NetworkManager:<debug> [1482429741.3499] device[0x557d3c8db4c0] (ens3): new DHCPv4 client state 1 >18:02:21,388 INFO dhclient:bound to 192.168.1.167 -- renewal in 20848 seconds. >18:02:21,389 DEBUG NetworkManager:<debug> [1482429741.3500] device[0x557d3c8db4c0] (ens3): proxy: PAC url not obtained from DHCP server >18:02:21,389 DEBUG nm-dispatcher:req:3 'pre-up' [ens3], "/etc/NetworkManager/dispatcher.d/pre-up.d/10-ifcfg-rh-routes.sh": complete >18:02:21,392 DEBUG NetworkManager:<debug> [1482429741.3502] device[0x557d3c8db4c0] (ens3): activation-stage: schedule activate_stage5_ip4_config_commit,2 (id 126) >18:02:21,393 DEBUG nm-dispatcher:req:3 'pre-up' [ens3]: completed (1 scripts) >18:02:21,393 DEBUG NetworkManager:<debug> [1482429741.3527] device[0x557d3c8db4c0] (ens3): activation-stage: invoke activate_stage5_ip4_config_commit,2 (id 126) >18:02:21,396 INFO nm-dispatcher:req:4 'connectivity-change': new request (5 scripts) >18:02:21,397 DEBUG NetworkManager:<debug> [1482429741.3527] device[0x557d3c8db4c0] (ens3): ip4-config: update (commit=1, routes-full-sync=1, new-config=0x557d3c853b80) >18:02:21,397 DEBUG nm-dispatcher:req:4 'connectivity-change': environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin >18:02:21,401 DEBUG NetworkManager:<debug> [1482429741.3528] platform: address: adding or updating IPv4 address: 192.168.1.167/24 lft 43200sec pref 43200sec lifetime 5-0[43200,43200] dev 2 src unknown >18:02:21,401 DEBUG nm-dispatcher:req:4 'connectivity-change': environment: CONNECTIVITY_STATE=FULL >18:02:21,401 DEBUG NetworkManager:<debug> [1482429741.3530] platform: signal: address 4 added: 192.168.1.167/24 lft 43200sec pref 43200sec lifetime 5-5[43200,43200] dev 2 src kernel >18:02:21,402 INFO nm-dispatcher:req:4 'connectivity-change': start running ordered scripts... >18:02:21,402 DEBUG NetworkManager:<debug> [1482429741.3530] device[0x557d3c8db4c0] (ens3): queued IP4 config change >18:02:21,402 DEBUG nm-dispatcher:req:4 'connectivity-change', "/etc/NetworkManager/dispatcher.d/00-netreport": run script >18:02:21,404 DEBUG NetworkManager:<debug> [1482429741.3530] default-route: resync: schedule on idle >18:02:21,404 INFO nm-dispatcher:req:5 'up' [ens3]: new request (5 scripts) >18:02:21,406 DEBUG NetworkManager:<debug> [1482429741.3530] platform: signal: route 4 added: 192.168.1.0/24 via 0.0.0.0 dev 2 metric 0 mss 0 src rt-kernel scope link pref-src 192.168.1.167 >18:02:21,406 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin >18:02:21,407 DEBUG NetworkManager:<debug> [1482429741.3531] platform-linux: do-add-ip4-address[2: 192.168.1.167/24]: success >18:02:21,407 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_HOST_NAME=1 >18:02:21,409 DEBUG NetworkManager:<debug> [1482429741.3531] route-mgr4: 2: sync 1 IPv4 routes >18:02:21,409 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_DHCP_LEASE_TIME=43200 >18:02:21,410 DEBUG NetworkManager:<debug> [1482429741.3531] platform: route: deleting IPv4 route 192.168.1.0/24, metric=0, ifindex 2 dev ens3 >18:02:21,411 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_CLASSLESS_ROUTES=1 >18:02:21,411 DEBUG NetworkManager:<debug> [1482429741.3533] platform: signal: route 4 removed: 192.168.1.0/24 via 0.0.0.0 dev 2 metric 0 mss 0 src rt-kernel scope link pref-src 192.168.1.167 >18:02:21,412 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_NEXT_SERVER=192.168.1.1 >18:02:21,412 DEBUG NetworkManager:<debug> [1482429741.3534] platform-linux: do-delete-ip4-route[2: 192.168.1.0/24 0]: success >18:02:21,414 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_NTP_SERVERS=1 >18:02:21,414 DEBUG NetworkManager:<debug> [1482429741.3534] platform: route: adding or updating IPv4 route: 192.168.1.0/24 via 0.0.0.0 dev 2 metric 100 mss 0 src kernel pref-src 192.168.1.167 >18:02:21,415 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_DOMAIN_SEARCH=1 >18:02:21,415 DEBUG NetworkManager:<debug> [1482429741.3534] platform: signal: route 4 added: 192.168.1.0/24 via 0.0.0.0 dev 2 metric 100 mss 0 src rt-kernel scope link pref-src 192.168.1.167 >18:02:21,417 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_NETWORK_NUMBER=192.168.1.0 >18:02:21,417 DEBUG NetworkManager:<debug> [1482429741.3555] platform-linux: do-add-ip4-route[2: 192.168.1.0/24 100]: success >18:02:21,418 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_MS_CLASSLESS_STATIC_ROUTES=1 >18:02:21,418 DEBUG NetworkManager:<debug> [1482429741.3556] device[0x557d3c8db4c0] (ens3): ip4-config: update IP4Config instance (/org/freedesktop/NetworkManager/IP4Config/2) >18:02:21,422 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_NIS_DOMAIN=1 >18:02:21,422 DEBUG NetworkManager:<debug> [1482429741.3556] default-route: entry[0/dev:0x557d3c8db4c0:ens3:1:+sync]: record:add 0.0.0.0/0 via 192.168.1.1 dev 2 metric 100 mss 0 src user (100) >18:02:21,423 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_WPAD=1 >18:02:21,423 DEBUG NetworkManager:<debug> [1482429741.3557] default-route: resync: cancelled (128) >18:02:21,423 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_EXPIRY=1482472941 >18:02:21,424 DEBUG NetworkManager:<debug> [1482429741.3557] default-route: entry[0/dev:0x557d3c8db4c0:ens3:1:+sync]: sync:add 0.0.0.0/0 via 192.168.1.1 dev 2 metric 100 mss 0 src user (100) >18:02:21,425 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_ROUTERS=1 >18:02:21,425 DEBUG NetworkManager:<debug> [1482429741.3557] platform: route: adding or updating IPv4 route: 0.0.0.0/0 via 192.168.1.1 dev 2 metric 100 mss 0 src user >18:02:21,425 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_DOMAIN_NAME=happyassassin.net >18:02:21,426 DEBUG NetworkManager:<debug> [1482429741.3559] platform: signal: route 4 added: 0.0.0.0/0 via 192.168.1.1 dev 2 metric 100 mss 0 src rt-static scope global >18:02:21,426 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_DOMAIN_NAME=1 >18:02:21,427 DEBUG NetworkManager:<debug> [1482429741.3559] platform-linux: do-add-ip4-route[2: 0.0.0.0/0 100]: success >18:02:21,427 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_DHCP_RENEWAL_TIME=21600 >18:02:21,431 DEBUG NetworkManager:<debug> [1482429741.3559] dns-mgr: (device_ip4_config_changed): queueing DNS updates (1) >18:02:21,431 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_ROUTERS=192.168.1.1 >18:02:21,432 DEBUG NetworkManager:<debug> [1482429741.3559] dns-mgr: (device_ip4_config_changed): DNS configuration did not change >18:02:21,432 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_BROADCAST_ADDRESS=1 >18:02:21,433 DEBUG NetworkManager:<debug> [1482429741.3559] dns-mgr: (device_ip4_config_changed): no DNS changes to commit (0) >18:02:21,433 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_DHCP_MESSAGE_TYPE=5 >18:02:21,434 DEBUG NetworkManager:<debug> [1482429741.3560] device[0x557d3c8db4c0] (ens3): remove_pending_action (2): 'dhcp4' >18:02:21,434 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_DOMAIN_NAME_SERVERS=1 >18:02:21,435 INFO NetworkManager:<info> [1482429741.3560] device (ens3): state change: ip-config -> ip-check (reason 'none') [70 80 0] >18:02:21,435 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_DHCP_REBINDING_TIME=37800 >18:02:21,436 DEBUG NetworkManager:<debug> [1482429741.3565] firewall: [0x557d3c8d8640,change*:"ens3"]: firewall zone change ens3:default (not running, simulate success) >18:02:21,436 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_INTERFACE_MTU=1 >18:02:21,438 DEBUG NetworkManager:<debug> [1482429741.3566] device[0x557d3c8db4c0] (ens3): activation-stage: complete activate_stage5_ip4_config_commit,2 (id 126) >18:02:21,438 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_BROADCAST_ADDRESS=192.168.1.255 >18:02:21,439 DEBUG NetworkManager:<debug> [1482429741.3588] device[0x557d3c8db4c0] (ens3): ip4-config: update (commit=0, routes-full-sync=0, new-config=0x557d3c853480) >18:02:21,439 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_TIME_OFFSET=1 >18:02:21,441 DEBUG NetworkManager:<debug> [1482429741.3589] default-route: entry[0/dev:0x557d3c8db4c0:ens3:1:-sync]: record:update 0.0.0.0/0 via 192.168.1.1 dev 2 metric 100 mss 0 src rt-static scope global (100) >18:02:21,441 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_NIS_SERVERS=1 >18:02:21,442 DEBUG NetworkManager:<debug> [1482429741.3592] firewall: [0x557d3c8d8640,change*:"ens3"]: complete: fake success >18:02:21,442 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_DHCP_SERVER_IDENTIFIER=192.168.1.1 >18:02:21,442 DEBUG NetworkManager:<debug> [1482429741.3592] dispatcher: (3) (ens3) dispatching action 'pre-up' (with callback) >18:02:21,444 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_STATIC_ROUTES=1 >18:02:21,445 DEBUG NetworkManager:<debug> [1482429741.3666] bus-manager: (dhcp) closed connection 0x557d3c853d40 on private socket >18:02:21,445 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_IP_ADDRESS=192.168.1.167 >18:02:21,445 DEBUG NetworkManager:<debug> [1482429741.3790] dispatcher: (3) 10-ifcfg-rh-routes.sh succeeded >18:02:21,447 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_ROOT_PATH=1 >18:02:21,448 DEBUG NetworkManager:<debug> [1482429741.3791] device[0x557d3c8db4c0] (ens3): add_pending_action (3): 'queued state change to secondaries' >18:02:21,448 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_DOMAIN_NAME_SERVERS=192.168.1.1 >18:02:21,448 DEBUG NetworkManager:<debug> [1482429741.3791] device[0x557d3c8db4c0] (ens3): queued state change to secondaries due to none (id 141) >18:02:21,450 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_SUBNET_MASK=1 >18:02:21,451 DEBUG NetworkManager:<debug> [1482429741.3791] device[0x557d3c8db4c0] (ens3): running queued state change to secondaries (id 141) >18:02:21,451 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_SUBNET_MASK=255.255.255.0 >18:02:21,451 INFO NetworkManager:<info> [1482429741.3792] device (ens3): state change: ip-check -> secondaries (reason 'none') [80 90 0] >18:02:21,453 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_RFC3442_CLASSLESS_STATIC_ROUTES=1 >18:02:21,453 DEBUG NetworkManager:<debug> [1482429741.3793] device[0x557d3c8db4c0] (ens3): add_pending_action (4): 'queued state change to activated' >18:02:21,454 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DHCP4_REQUESTED_CLASSLESS_STATIC_ROUTES=1 >18:02:21,454 DEBUG NetworkManager:<debug> [1482429741.3793] device[0x557d3c8db4c0] (ens3): queued state change to activated due to none (id 144) >18:02:21,456 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: IP6_GATEWAY=:: >18:02:21,457 DEBUG NetworkManager:<debug> [1482429741.3794] manager: ActivatingConnection now (none) >18:02:21,457 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: IP6_NUM_ADDRESSES=1 >18:02:21,457 DEBUG NetworkManager:<debug> [1482429741.3794] device[0x557d3c8db4c0] (ens3): device entered SECONDARIES state >18:02:21,461 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: IP6_ADDRESS_0=fe80::d128:7839:7e0:b92b/64 :: >18:02:21,463 DEBUG NetworkManager:<debug> [1482429741.3794] device[0x557d3c8db4c0] (ens3): remove_pending_action (3): 'queued state change to secondaries' >18:02:21,464 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: IP4_NUM_ROUTES=0 >18:02:21,464 DEBUG NetworkManager:<debug> [1482429741.3799] device[0x557d3c8db4c0] (ens3): running queued state change to activated (id 144) >18:02:21,464 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: IP4_DOMAINS=happyassassin.net >18:02:21,464 INFO NetworkManager:<info> [1482429741.3799] device (ens3): state change: secondaries -> activated (reason 'none') [90 100 0] >18:02:21,465 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: IP4_NAMESERVERS=192.168.1.1 >18:02:21,465 DEBUG NetworkManager:<debug> [1482429741.3800] active-connection[0x557d3c8a0130]: set state activated (was activating) >18:02:21,466 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: IP4_GATEWAY=192.168.1.1 >18:02:21,466 DEBUG NetworkManager:<debug> [1482429741.3801] connectivity: set online >18:02:21,467 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: IP4_NUM_ADDRESSES=1 >18:02:21,467 DEBUG NetworkManager:<debug> [1482429741.3801] connectivity: state changed from NONE to FULL >18:02:21,469 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: IP4_ADDRESS_0=192.168.1.167/24 192.168.1.1 >18:02:21,469 DEBUG NetworkManager:<debug> [1482429741.3801] manager: connectivity checking indicates FULL >18:02:21,470 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DEVICE_IP_IFACE=ens3 >18:02:21,470 INFO NetworkManager:<info> [1482429741.3801] manager: NetworkManager state is now CONNECTED_LOCAL >18:02:21,472 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: DEVICE_IFACE=ens3 >18:02:21,473 DEBUG NetworkManager:<debug> [1482429741.3802] dispatcher: (4) dispatching action 'connectivity-change' >18:02:21,473 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: CONNECTION_ID=Wired connection 1 >18:02:21,474 DEBUG NetworkManager:<debug> [1482429741.3804] active-connection[0x557d3c8a0130]: check-master-ready: not signalling (state activated, no master) >18:02:21,474 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: CONNECTION_UUID=3e5eada4-f969-321f-b6c9-dc5441629d36 >18:02:21,476 DEBUG NetworkManager:<debug> [1482429741.3808] device[0x557d3c8db4c0] (ens3): remove_pending_action (2): 'activation::0x557d3c8a0130' >18:02:21,476 DEBUG nm-dispatcher:req:5 'up' [ens3]: environment: CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Settings/0 >18:02:21,477 DEBUG NetworkManager:<debug> [1482429741.3809] dns-mgr: (device_state_changed): queueing DNS updates (1) >18:02:21,477 DEBUG nm-dispatcher:req:4 'connectivity-change', "/etc/NetworkManager/dispatcher.d/00-netreport": complete >18:02:21,480 DEBUG NetworkManager:<debug> [1482429741.3809] dns-mgr: (update_routing_and_dns): queueing DNS updates (2) >18:02:21,480 DEBUG nm-dispatcher:req:4 'connectivity-change', "/etc/NetworkManager/dispatcher.d/04-iscsi": run script >18:02:21,481 INFO NetworkManager:<info> [1482429741.3810] manager: NetworkManager state is now CONNECTED_GLOBAL >18:02:21,481 DEBUG nm-dispatcher:req:4 'connectivity-change', "/etc/NetworkManager/dispatcher.d/04-iscsi": complete >18:02:21,483 INFO NetworkManager:<info> [1482429741.3811] policy: set 'Wired connection 1' (ens3) as default for IPv4 routing and DNS >18:02:21,483 DEBUG nm-dispatcher:req:4 'connectivity-change', "/etc/NetworkManager/dispatcher.d/10-ifcfg-rh-routes.sh": run script >18:02:21,484 DEBUG NetworkManager:<debug> [1482429741.3811] manager: PrimaryConnection now Wired connection 1 >18:02:21,484 DEBUG nm-dispatcher:req:4 'connectivity-change', "/etc/NetworkManager/dispatcher.d/10-ifcfg-rh-routes.sh": complete >18:02:21,486 DEBUG NetworkManager:<debug> [1482429741.3813] dns-mgr: (update_routing_and_dns): DNS configuration changed >18:02:21,486 DEBUG nm-dispatcher:req:4 'connectivity-change', "/etc/NetworkManager/dispatcher.d/11-dhclient": run script >18:02:21,487 DEBUG NetworkManager:<debug> [1482429741.3813] dns-mgr: (update_routing_and_dns): no DNS changes to commit (1) >18:02:21,487 DEBUG nm-dispatcher:req:4 'connectivity-change', "/etc/NetworkManager/dispatcher.d/11-dhclient": complete >18:02:21,487 DEBUG NetworkManager:<debug> [1482429741.3813] dns-mgr: (device_state_changed): DNS configuration changed >18:02:21,489 DEBUG nm-dispatcher:req:4 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": run script >18:02:21,489 DEBUG NetworkManager:<debug> [1482429741.3813] dns-mgr: (device_state_changed): committing DNS changes (0) >18:02:21,490 DEBUG nm-dispatcher:req:4 'connectivity-change', "/etc/NetworkManager/dispatcher.d/20-chrony": complete >18:02:21,490 DEBUG NetworkManager:<debug> [1482429741.3814] dns-mgr: update-dns: updating resolv.conf >18:02:21,492 DEBUG nm-dispatcher:req:4 'connectivity-change': completed (5 scripts) >18:02:21,492 DEBUG NetworkManager:<debug> [1482429741.3917] policy: restarting reverse-lookup thread for address 192.168.1.167 >18:02:21,493 INFO nm-dispatcher:req:5 'up' [ens3]: start running ordered scripts... >18:02:21,493 INFO NetworkManager:<info> [1482429741.3919] device (ens3): Activation: successful, device activated. >18:02:21,495 DEBUG nm-dispatcher:req:5 'up' [ens3], "/etc/NetworkManager/dispatcher.d/00-netreport": run script >18:02:21,495 DEBUG NetworkManager:<debug> [1482429741.3919] device[0x557d3c8db4c0] (ens3): set metered value 4 >18:02:21,496 DEBUG NetworkManager:<debug> [1482429741.3919] manager: new metered value: 4 >18:02:21,496 DEBUG NetworkManager:<debug> [1482429741.3920] dispatcher: (5) (ens3) dispatching action 'up' >18:02:21,498 DEBUG NetworkManager:<debug> [1482429741.3964] device[0x557d3c8db4c0] (ens3): remove_pending_action (1): 'queued state change to activated' >18:02:21,498 DEBUG NetworkManager:<debug> [1482429741.3998] pacrunner[0x557d3c8bae30]: sending proxy config to pacrunner failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.pacrunner was not provided by any .service files >18:02:21,499 DEBUG NetworkManager:<debug> [1482429741.4858] dispatcher: (4) 00-netreport succeeded >18:02:21,499 DEBUG NetworkManager:<debug> [1482429741.4859] dispatcher: (4) 04-iscsi succeeded >18:02:21,501 DEBUG NetworkManager:<debug> [1482429741.4859] dispatcher: (4) 10-ifcfg-rh-routes.sh succeeded >18:02:21,501 DEBUG NetworkManager:<debug> [1482429741.4859] dispatcher: (4) 11-dhclient succeeded >18:02:21,502 DEBUG NetworkManager:<debug> [1482429741.4860] dispatcher: (4) 20-chrony succeeded >18:02:21,545 DEBUG nm-dispatcher:req:5 'up' [ens3], "/etc/NetworkManager/dispatcher.d/00-netreport": complete >18:02:21,545 DEBUG nm-dispatcher:req:5 'up' [ens3], "/etc/NetworkManager/dispatcher.d/04-iscsi": run script >18:02:21,568 WARNING systemd:iscsi.service: Unit cannot be reloaded because it is inactive. >18:02:21,574 DEBUG nm-dispatcher:req:5 'up' [ens3], "/etc/NetworkManager/dispatcher.d/04-iscsi": complete >18:02:21,574 DEBUG nm-dispatcher:req:5 'up' [ens3], "/etc/NetworkManager/dispatcher.d/10-ifcfg-rh-routes.sh": run script >18:02:21,583 DEBUG nm-dispatcher:req:5 'up' [ens3], "/etc/NetworkManager/dispatcher.d/10-ifcfg-rh-routes.sh": complete >18:02:21,587 DEBUG nm-dispatcher:req:5 'up' [ens3], "/etc/NetworkManager/dispatcher.d/11-dhclient": run script >18:02:21,647 DEBUG nm-dispatcher:req:5 'up' [ens3], "/etc/NetworkManager/dispatcher.d/11-dhclient": complete >18:02:21,647 DEBUG nm-dispatcher:req:5 'up' [ens3], "/etc/NetworkManager/dispatcher.d/20-chrony": run script >18:02:21,651 NOTICE dbus-daemon:[system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.10' (uid=0 pid=1592 comm="/usr/bin/python3 /sbin/anaconda " label="system_u:system_r:initrc_t:s0") >18:02:21,653 INFO systemd:Starting Disk Manager... >18:02:21,690 NOTICE udisksd:udisks daemon version 2.6.3 starting >18:02:21,713 DEBUG NetworkManager:<debug> [1482429741.7129] ndisc-lndp[0x557d3c8aa200,"ens3"]: processing libndp events >18:02:21,713 DEBUG NetworkManager:<debug> [1482429741.7137] ndisc-lndp[0x557d3c8aa200,"ens3"]: processing libndp events >18:02:21,714 DEBUG NetworkManager:<debug> [1482429741.7140] ndisc-lndp[0x557d3c8aa200,"ens3"]: processing libndp events >18:02:21,716 DEBUG nm-dispatcher:req:5 'up' [ens3], "/etc/NetworkManager/dispatcher.d/20-chrony": complete >18:02:21,718 DEBUG NetworkManager:<debug> [1482429741.7178] dispatcher: (5) 00-netreport succeeded >18:02:21,718 DEBUG NetworkManager:<debug> [1482429741.7179] dispatcher: (5) 04-iscsi succeeded >18:02:21,718 DEBUG NetworkManager:<debug> [1482429741.7179] dispatcher: (5) 10-ifcfg-rh-routes.sh succeeded >18:02:21,718 DEBUG NetworkManager:<debug> [1482429741.7179] dispatcher: (5) 11-dhclient succeeded >18:02:21,719 DEBUG NetworkManager:<debug> [1482429741.7179] dispatcher: (5) 20-chrony succeeded >18:02:21,719 DEBUG nm-dispatcher:req:5 'up' [ens3]: completed (5 scripts) >18:02:21,767 NOTICE dbus-daemon:[system] Successfully activated service 'org.freedesktop.UDisks2' >18:02:21,768 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:21,769 INFO systemd:Started Disk Manager. >18:02:21,772 NOTICE udisksd:Acquired the name org.freedesktop.UDisks2 on the system message bus >18:02:21,777 NOTICE udisksd:Loading module libudisks2_iscsi.so... >18:02:21,841 NOTICE audit:AVC avc: denied { write } for pid=1471 comm="in:imjournal" name="imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:21,842 NOTICE audit:AVC avc: denied { open } for pid=1471 comm="in:imjournal" path="/imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:21,842 NOTICE audit:SYSCALL arch=c000003e syscall=2 success=yes exit=10 a0=7f7658002180 a1=241 a2=1b6 a3=1 items=0 ppid=1 pid=1471 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imjournal" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null) >18:02:21,842 NOTICE audit:PROCTITLE proctitle=2F7573722F7362696E2F727379736C6F6764002D6E >18:02:21,842 NOTICE audit:AVC avc: denied { getattr } for pid=1471 comm="in:imjournal" path="/imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:21,842 NOTICE audit:SYSCALL arch=c000003e syscall=5 success=yes exit=0 a0=a a1=7f766303d330 a2=7f766303d330 a3=73 items=0 ppid=1 pid=1471 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imjournal" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null) >18:02:21,842 NOTICE audit:PROCTITLE proctitle=2F7573722F7362696E2F727379736C6F6764002D6E >18:02:22,194 NOTICE audit:CONFIG_CHANGE audit_pid=1710 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 >18:02:22,196 NOTICE audit:CONFIG_CHANGE audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 >18:02:22,783 DEBUG NetworkManager:<debug> [1482429742.7829] create NMAuditManager singleton (0x7fad8000da00) >18:02:22,784 DEBUG NetworkManager:<debug> [1482429742.7839] ++ connection 'replace-and-commit-disk' (0x7fad80001820/NMSimpleConnection < 0x557d3c8ec150/NMIfcfgConnection): >18:02:22,784 DEBUG NetworkManager:<debug> [1482429742.7841] ++ connection [ 0x557d3c9203d0 < 0x557d3c89d5e0 ] >18:02:22,784 DEBUG NetworkManager:<debug> [1482429742.7842] ++ connection.id = 'ens3' < 'Wired connection 1' >18:02:22,785 DEBUG NetworkManager:<debug> [1482429742.7842] ++ connection.timestamp = 1482429741 < 1482429737 >18:02:22,785 DEBUG NetworkManager:<debug> [1482429742.7843] settings-connection[0x557d3c8ec150,3e5eada4-f969-321f-b6c9-dc5441629d36]: replace settings from connection 0x7fad80001820 (ens3) >18:02:22,787 DEBUG NetworkManager:<debug> [1482429742.7870] Saving secrets for connection /org/freedesktop/NetworkManager/Settings/0 (ens3) >18:02:22,788 INFO NetworkManager:<info> [1482429742.7880] audit: op="connection-update" uuid="3e5eada4-f969-321f-b6c9-dc5441629d36" name="ens3" args="connection.id,connection.timestamp" pid=1592 uid=0 result="success" >18:02:22,791 DEBUG NetworkManager:<debug> [1482429742.7914] device[0x557d3c8db4c0] (ens3): remove_pending_action (0): 'carrier wait' >18:02:22,792 INFO NetworkManager:<info> [1482429742.7914] manager: startup complete >18:02:23,794 DEBUG NetworkManager:<debug> [1482429743.7938] ndisc[0x557d3c8aa200,"ens3"]: router solicitation sent >18:02:23,798 DEBUG NetworkManager:<debug> [1482429743.7939] ndisc[0x557d3c8aa200,"ens3"]: scheduling router solicitation retry in 4 seconds. >18:02:24,424 NOTICE audit:AVC avc: denied { read write } for pid=1764 comm="dbus-daemon" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file permissive=1 >18:02:24,591 INFO kernel:[ 21.800065] input: spice vdagent tablet as /devices/virtual/input/input5 >18:02:24,425 NOTICE audit:SYSCALL arch=c000003e syscall=59 success=yes exit=0 a0=55e90e4fcd50 a1=7ffdcbffbcf0 a2=7ffdcbffc4a8 a3=1 items=0 ppid=1763 pid=1764 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="dbus-daemon" exe="/usr/bin/dbus-daemon" subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 key=(null) >18:02:24,425 NOTICE audit:PROCTITLE proctitle=2F7573722F62696E2F646275732D6461656D6F6E002D2D7379736C6F672D6F6E6C79002D2D666F726B002D2D7072696E742D7069640035002D2D7072696E742D616464726573730037002D2D73657373696F6E >18:02:24,435 NOTICE dbus-daemon:[session uid=0 pid=1764] Activating service name='org.a11y.Bus' requested by ':1.0' (uid=0 pid=1757 comm="metacity --display :1 --sm-disable " label="system_u:system_r:initrc_t:s0") >18:02:24,454 NOTICE journal:Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. >18:02:24,457 NOTICE dbus-daemon:[session uid=0 pid=1764] Successfully activated service 'org.a11y.Bus' >18:02:24,475 WARNING org.a11y.Bus:dbus-daemon[1773]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=0 pid=1757 comm="metacity --display :1 --sm-disable " label="system_u:system_r:initrc_t:s0") >18:02:24,491 WARNING org.a11y.Bus:dbus-daemon[1773]: Successfully activated service 'org.a11y.atspi.Registry' >18:02:24,492 INFO org.a11y.Bus:SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry >18:02:24,591 INFO spice-vdagentd:opening vdagent virtio channel >18:02:24,591 INFO kernel:input: spice vdagent tablet as /devices/virtual/input/input5 >18:02:24,595 DEBUG spice-vdagentd:Set max clipboard: 104857600 >18:02:25,529 INFO systemd:Starting NTP client/server... >18:02:25,544 INFO chronyd:chronyd version 3.0-pre2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SECHASH +SIGND +ASYNCDNS +IPV6 +DEBUG) >18:02:25,562 INFO systemd:Started NTP client/server. >18:02:25,562 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=chronyd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:25,677 NOTICE audit:AVC avc: denied { write } for pid=1471 comm="in:imjournal" name="imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:25,677 NOTICE audit:AVC avc: denied { open } for pid=1471 comm="in:imjournal" path="/imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:25,677 NOTICE audit:SYSCALL arch=c000003e syscall=2 success=yes exit=10 a0=7f7658002180 a1=241 a2=1b6 a3=1 items=0 ppid=1 pid=1471 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imjournal" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null) >18:02:25,677 NOTICE audit:PROCTITLE proctitle=2F7573722F7362696E2F727379736C6F6764002D6E >18:02:25,677 NOTICE audit:AVC avc: denied { getattr } for pid=1471 comm="in:imjournal" path="/imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:25,677 NOTICE audit:SYSCALL arch=c000003e syscall=5 success=yes exit=0 a0=a a1=7f766303d330 a2=7f766303d330 a3=73 items=0 ppid=1 pid=1471 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imjournal" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null) >18:02:25,677 NOTICE audit:PROCTITLE proctitle=2F7573722F7362696E2F727379736C6F6764002D6E >18:02:26,037 NOTICE multipathd:zram0: add path (uevent) >18:02:26,037 ERR multipathd:zram0: spurious uevent, path already in pathvec >18:02:26,037 NOTICE multipathd:zram0: HDIO_GETGEO failed with 25 >18:02:26,037 ERR multipathd:zram0: failed to get path uid >18:02:26,040 ERR multipathd:uevent trigger error >18:02:26,649 NOTICE audit:AVC avc: denied { open } for pid=1471 comm="in:imfile" path="/tmp/X.log" dev="tmpfs" ino=24075 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:user_tmp_t:s0 tclass=file permissive=1 >18:02:26,649 NOTICE audit:SYSCALL arch=c000003e syscall=2 success=yes exit=10 a0=7f765c003350 a1=80100 a2=180 a3=7f765c003350 items=0 ppid=1 pid=1471 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imfile" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null) >18:02:26,649 NOTICE audit:PROCTITLE proctitle=2F7573722F7362696E2F727379736C6F6764002D6E >18:02:27,793 DEBUG NetworkManager:<debug> [1482429747.7927] ndisc[0x557d3c8aa200,"ens3"]: router solicitation sent >18:02:27,793 DEBUG NetworkManager:<debug> [1482429747.7930] ndisc[0x557d3c8aa200,"ens3"]: did not receive a router advertisement after 3 solicitations. >18:02:28,815 INFO kernel:[ 26.024821] SGI XFS with ACLs, security attributes, no debug enabled >18:02:28,815 INFO kernel:SGI XFS with ACLs, security attributes, no debug enabled >18:02:29,458 INFO kernel:[ 26.663534] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) >18:02:29,458 INFO kernel:EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) >18:02:29,683 NOTICE kernel:[ 26.892275] XFS (dm-3): Mounting V5 Filesystem >18:02:29,989 NOTICE kernel:[ 27.198376] XFS (dm-3): Starting recovery (logdev: internal) >18:02:29,683 NOTICE kernel:XFS (dm-3): Mounting V5 Filesystem >18:02:29,989 NOTICE kernel:XFS (dm-3): Starting recovery (logdev: internal) >18:02:30,297 NOTICE kernel:[ 27.503237] XFS (dm-3): Ending recovery (logdev: internal) >18:02:30,297 NOTICE kernel:XFS (dm-3): Ending recovery (logdev: internal) >18:02:30,924 NOTICE kernel:[ 28.133277] XFS (dm-3): Unmounting Filesystem >18:02:30,924 NOTICE kernel:XFS (dm-3): Unmounting Filesystem >18:02:31,173 NOTICE multipathd:dm-2: remove map (uevent) >18:02:31,174 NOTICE multipathd:dm-2: devmap not registered, can't remove >18:02:31,176 NOTICE multipathd:dm-2: remove map (uevent) >18:02:31,277 NOTICE multipathd:dm-3: remove map (uevent) >18:02:31,278 NOTICE multipathd:dm-3: devmap not registered, can't remove >18:02:31,282 NOTICE multipathd:dm-3: remove map (uevent) >18:02:31,600 NOTICE audit:AVC avc: denied { read write } for pid=1938 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 permissive=1 >18:02:31,606 NOTICE audit:SYSCALL arch=c000003e syscall=59 success=yes exit=0 a0=7fc9fcd80e40 a1=7fc9d53d26d0 a2=7fc9d1171270 a3=ffffffffffffffff items=0 ppid=1592 pid=1938 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="hwclock" exe="/usr/sbin/hwclock" subj=system_u:system_r:hwclock_t:s0 key=(null) >18:02:31,606 NOTICE audit:PROCTITLE proctitle=6877636C6F636B002D2D6863746F737973002D2D757463 >18:02:31,726 INFO chronyd:Selected source 67.215.197.149 >18:02:31,805 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:32,000 INFO systemd:Time has been changed >18:02:32,001 NOTICE audit:AVC avc: denied { ioctl } for pid=1938 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 ioctlcmd=0x5401 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file permissive=1 >18:02:32,001 NOTICE audit:SYSCALL arch=c000003e syscall=16 success=yes exit=0 a0=0 a1=5401 a2=7ffcdb798ab0 a3=73 items=0 ppid=1592 pid=1938 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="hwclock" exe="/usr/sbin/hwclock" subj=system_u:system_r:hwclock_t:s0 key=(null) >18:02:32,001 NOTICE audit:PROCTITLE proctitle=6877636C6F636B002D2D6863746F737973002D2D757463 >18:02:32,001 NOTICE audit:AVC avc: denied { getattr } for pid=1938 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 permissive=1 >18:02:32,002 NOTICE audit:SYSCALL arch=c000003e syscall=5 success=yes exit=0 a0=0 a1=7ffcdb798b60 a2=7ffcdb798b60 a3=73 items=0 ppid=1592 pid=1938 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="hwclock" exe="/usr/sbin/hwclock" subj=system_u:system_r:hwclock_t:s0 key=(null) >18:02:32,002 NOTICE audit:PROCTITLE proctitle=6877636C6F636B002D2D6863746F737973002D2D757463 >18:02:32,002 NOTICE audit:USYS_CONFIG pid=1938 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:hwclock_t:s0 msg='op=change-system-time exe="/usr/sbin/hwclock" hostname=? addr=? terminal=pts/0 res=success' >18:02:33,845 INFO chronyd:Source 206.248.144.162 replaced with 2605:1b00:0:1::1d >18:02:36,194 NOTICE multipathd:zram0: add path (uevent) >18:02:36,195 ERR multipathd:zram0: spurious uevent, path already in pathvec >18:02:36,195 NOTICE multipathd:zram0: HDIO_GETGEO failed with 25 >18:02:36,196 ERR multipathd:zram0: failed to get path uid >18:02:36,199 ERR multipathd:uevent trigger error >18:02:36,533 NOTICE audit:AVC avc: denied { write } for pid=1471 comm="in:imjournal" name="imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:36,533 NOTICE audit:AVC avc: denied { open } for pid=1471 comm="in:imjournal" path="/imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:36,533 NOTICE audit:SYSCALL arch=c000003e syscall=2 success=yes exit=11 a0=7f7658002180 a1=241 a2=1b6 a3=1 items=0 ppid=1 pid=1471 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imjournal" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null) >18:02:36,533 NOTICE audit:PROCTITLE proctitle=2F7573722F7362696E2F727379736C6F6764002D6E >18:02:36,533 NOTICE audit:AVC avc: denied { getattr } for pid=1471 comm="in:imjournal" path="/imjournal.state" dev="dm-0" ino=32683 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:root_t:s0 tclass=file permissive=1 >18:02:36,533 NOTICE audit:SYSCALL arch=c000003e syscall=5 success=yes exit=0 a0=b a1=7f766303d330 a2=7f766303d330 a3=73 items=0 ppid=1 pid=1471 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imjournal" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null) >18:02:36,534 NOTICE audit:PROCTITLE proctitle=2F7573722F7362696E2F727379736C6F6764002D6E >18:02:46,187 NOTICE multipathd:zram0: add path (uevent) >18:02:46,187 ERR multipathd:zram0: spurious uevent, path already in pathvec >18:02:46,188 NOTICE multipathd:zram0: HDIO_GETGEO failed with 25 >18:02:46,188 ERR multipathd:zram0: failed to get path uid >18:02:46,191 ERR multipathd:uevent trigger error >18:02:48,095 NOTICE audit:SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >18:02:49,982 DEBUG NetworkManager:<debug> [1482429769.9817] device[0x557d3c8db4c0] (ens3): timed out waiting for IPv6 router advertisement >18:02:49,982 DEBUG NetworkManager:<debug> [1482429769.9820] device[0x557d3c8db4c0] (ens3): activation-stage: schedule activate_stage4_ip6_config_timeout,10 (id 294) >18:02:49,983 DEBUG NetworkManager:<debug> [1482429769.9821] device[0x557d3c8db4c0] (ens3): activation-stage: invoke activate_stage4_ip6_config_timeout,10 (id 294) >18:02:49,983 DEBUG NetworkManager:<debug> [1482429769.9821] device[0x557d3c8db4c0] (ens3): activation-stage: complete activate_stage4_ip6_config_timeout,10 (id 294) >18:03:01,565 DEBUG NetworkManager:<debug> [1482429781.5646] ndisc-lndp[0x557d3c8aa200,"ens3"]: processing libndp events >18:03:08,446 DEBUG NetworkManager:<debug> [1482429788.4459] agent-manager: req[0x557d3c9173c0, :1.44/anaconda/0]: requesting permissions >18:03:08,446 DEBUG NetworkManager:<debug> [1482429788.4460] agent-manager: req[0x557d3c9173c0, :1.44/anaconda/0]: agent registered >18:03:08,447 DEBUG NetworkManager:<debug> [1482429788.4468] policy: re-enabling autoconnect for all connections with failed secrets >18:03:08,642 INFO kernel:[ 65.662100] Btrfs loaded, crc32c=crc32c-intel >18:03:08,642 INFO kernel:Btrfs loaded, crc32c=crc32c-intel >10:03:09,000 INFO systemd:Time has been changed >10:03:09,000 INFO systemd:Time has been changed >10:03:09,000 INFO systemd:Time has been changed >10:03:13,631 INFO systemd:Created slice system-anaconda\x2dshell.slice. >10:03:13,650 INFO systemd:Started Shell on tty2. >10:03:13,652 NOTICE audit:SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=anaconda-shell@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >10:03:13,749 NOTICE audit:AVC avc: denied { read } for pid=2021 comm="bash" name=".profile" dev="dm-0" ino=32658 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:admin_home_t:s0 tclass=file permissive=1 >10:03:13,749 NOTICE audit:AVC avc: denied { open } for pid=2021 comm="bash" path="/root/.profile" dev="dm-0" ino=32658 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:admin_home_t:s0 tclass=file permissive=1 >10:03:13,749 NOTICE audit:SYSCALL arch=c000003e syscall=2 success=yes exit=3 a0=55fe6b8c1f80 a1=0 a2=9 a3=55fe6b8c1f00 items=0 ppid=1 pid=2021 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty2 ses=4294967295 comm="bash" exe="/usr/bin/bash" subj=system_u:system_r:getty_t:s0-s0:c0.c1023 key=(null) >10:03:13,749 NOTICE audit:PROCTITLE proctitle=2F62696E2F62617368002D2D6C6F67696E >10:03:16,990 NOTICE audit:AVC avc: denied { write } for pid=2036 comm="python3" name="__pycache__" dev="dm-0" ino=13171 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:lib_t:s0 tclass=dir permissive=1 >10:03:16,991 NOTICE audit:AVC avc: denied { add_name } for pid=2036 comm="python3" name="rlcompleter.cpython-36.pyc.139878312765120" scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:lib_t:s0 tclass=dir permissive=1 >10:03:16,991 NOTICE audit:AVC avc: denied { create } for pid=2036 comm="python3" name="rlcompleter.cpython-36.pyc.139878312765120" scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:lib_t:s0 tclass=file permissive=1 >10:03:16,991 NOTICE audit:AVC avc: denied { write } for pid=2036 comm="python3" path="/usr/lib64/python3.6/__pycache__/rlcompleter.cpython-36.pyc.139878312765120" dev="dm-0" ino=32700 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:lib_t:s0 tclass=file permissive=1 >10:03:16,991 NOTICE audit:SYSCALL arch=c000003e syscall=2 success=yes exit=3 a0=7f37f524e7c0 a1=800c1 a2=1a4 a3=7fff33ac7c9a items=0 ppid=2021 pid=2036 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty2 ses=4294967295 comm="python3" exe="/usr/bin/python3.6" subj=system_u:system_r:getty_t:s0-s0:c0.c1023 key=(null) >10:03:16,991 NOTICE audit:PROCTITLE proctitle="python3" >10:03:16,991 NOTICE audit:AVC avc: denied { remove_name } for pid=2036 comm="python3" name="rlcompleter.cpython-36.pyc.139878312765120" dev="dm-0" ino=32700 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:lib_t:s0 tclass=dir permissive=1 >10:03:16,992 NOTICE audit:AVC avc: denied { rename } for pid=2036 comm="python3" name="rlcompleter.cpython-36.pyc.139878312765120" dev="dm-0" ino=32700 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:lib_t:s0 tclass=file permissive=1 >10:03:16,992 NOTICE audit:SYSCALL arch=c000003e syscall=82 success=yes exit=0 a0=7f37f524e7c0 a1=7f37f5266590 a2=ffffffff a3=7fff33ac7c5a items=0 ppid=2021 pid=2036 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty2 ses=4294967295 comm="python3" exe="/usr/bin/python3.6" subj=system_u:system_r:getty_t:s0-s0:c0.c1023 key=(null) >10:03:16,992 NOTICE audit:PROCTITLE proctitle="python3" >10:03:18,002 NOTICE audit:AVC avc: denied { write } for pid=2036 comm="python3" name="root" dev="dm-0" ino=32774 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:admin_home_t:s0 tclass=dir permissive=1 >10:03:18,003 NOTICE audit:AVC avc: denied { add_name } for pid=2036 comm="python3" name=".python_history" scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:admin_home_t:s0 tclass=dir permissive=1 >10:03:18,003 NOTICE audit:AVC avc: denied { create } for pid=2036 comm="python3" name=".python_history" scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:admin_home_t:s0 tclass=file permissive=1 >10:03:18,004 NOTICE audit:AVC avc: denied { write } for pid=2036 comm="python3" path="/root/.python_history" dev="dm-0" ino=33567 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=system_u:object_r:admin_home_t:s0 tclass=file permissive=1 >10:03:18,004 NOTICE audit:SYSCALL arch=c000003e syscall=2 success=yes exit=3 a0=5619bef4d720 a1=241 a2=180 a3=5619befae340 items=0 ppid=2021 pid=2036 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty2 ses=4294967295 comm="python3" exe="/usr/bin/python3.6" subj=system_u:system_r:getty_t:s0-s0:c0.c1023 key=(null) >10:03:18,004 NOTICE audit:PROCTITLE proctitle="python3"
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 1408282
: 1234825 |
1234826
|
1234827
|
1234828
|
1234829
|
1234830
|
1234831
|
1234832
|
1234833
|
1234834
|
1234835
|
1234836
|
1234837
|
1234838