Bug#791869: lvm2 udgrade from testing to unstable breaks booting with lvm on raid, mounting LVs other than root fails

Rick Thomas rbthomas at rcthomas.org
Mon Jul 20 05:26:46 UTC 2015


Package: lvm2
Version: 2.02.122-2
Followup-For: Bug #791869

Dear Maintainer,

   * What led up to the situation
LVs for home, swap and root all on LVM on top of RAID0.
When running on Debian/Testing, boots fine.  When running on Debian/Unstable it can't find LVs with home and swap. Drops to emergency shell.
   * What exactly did you do (or not do) that was effective (or ineffective)?
Running 'vgchange -a ay' in emergency shell then exiting emergency shell
   * What was the outcome of this action?
gets all OK.
   * What outcome did you expect instead?
I didn't expect to get dropped into emergency shell.  Debian/Testing doesn't do that!

I'm attaching output of 'journalctl -b' and 'dmesg' of boot with testing (succeeds) and boot with unstable (fails)
Also attaching /etc/fstab and output of 'lvblk'. Note that /etc/lvm/lvm.conf has not been changed since installation.
Output of 'pvs', 'vgs', 'lvs' are logged so that they appear in the unstable-journalctl.txt file.

One difference between the Testing and Unstable booting is that Unstable console shows two occurances of the message:
    lvmetad is not active yet Using direct activation during sysinit
This is followed by a 90-second timeout looking for the LV containing home.

I hope this helps!

Rick


-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.0.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lvm2 depends on:
ii  dmeventd                  2:1.02.99-2
ii  dmsetup                   2:1.02.99-2
ii  init-system-helpers       1.23
ii  initscripts               2.88dsf-59.2
ii  libc6                     2.19-19
ii  libdevmapper-event1.02.1  2:1.02.99-2
ii  libdevmapper1.02.1        2:1.02.99-2
ii  liblvm2app2.2             2.02.122-2
ii  libreadline5              5.2+dfsg-3
ii  libudev1                  222-2
ii  lsb-base                  4.1+Debian13+nmu1

lvm2 recommends no packages.

Versions of packages lvm2 suggests:
pn  thin-provisioning-tools  <none>

-- no debconf information
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
/dev/mapper/stretch-root /               ext4    errors=remount-ro 0       1
# /boot was on /dev/sdc1 during installation
UUID=cf319401-46e7-467b-babb-a12913975be2 /boot           ext2    defaults        0       2
/dev/mapper/stretch-home /home           ext4    defaults        0       2
/dev/mapper/stretch-swap none            swap    sw              0       0
/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0
-------------- next part --------------
# This is an example configuration file for the LVM2 system.
# It contains the default settings that would be used if there was no
# /etc/lvm/lvm.conf file.
#
# Refer to 'man lvm.conf' for further information including the file layout.
#
# To put this file in a different directory and override /etc/lvm set
# the environment variable LVM_SYSTEM_DIR before running the tools.
#
# N.B. Take care that each setting only appears once if uncommenting
# example settings in this file.


# Configuration section config.
# How LVM configuration settings are handled.
config {

	# Configuration option config/checks.
	# If enabled, any LVM configuration mismatch is reported.
	# This implies checking that the configuration key is understood
	# by LVM and that the value of the key is the proper type.
	# If disabled, any configuration mismatch is ignored and the default
	# value is used without any warning (a message about the
	# configuration key not being found is issued in verbose mode only).
	checks = 1

	# Configuration option config/abort_on_errors.
	# Abort the LVM process if a configuration mismatch is found.
	abort_on_errors = 0

	# Configuration option config/profile_dir.
	# Directory where LVM looks for configuration profiles.
	profile_dir = "/etc/lvm/profile"
}

# Configuration section devices.
# How LVM uses block devices.
devices {

	# Configuration option devices/dir.
	# Directory in which to create volume group device nodes.
	# Commands also accept this as a prefix on volume group names.
	# This configuration option is advanced.
	dir = "/dev"

	# Configuration option devices/scan.
	# Directories containing device nodes to use with LVM.
	# This configuration option is advanced.
	scan = [ "/dev" ]

	# Configuration option devices/obtain_device_list_from_udev.
	# Obtain the list of available devices from udev.
	# This avoids opening or using any inapplicable non-block
	# devices or subdirectories found in the udev directory.
	# Any device node or symlink not managed by udev in the udev
	# directory is ignored. This setting applies only to the
	# udev-managed device directory; other directories will be
	# scanned fully. LVM needs to be compiled with udev support
	# for this setting to apply.
	obtain_device_list_from_udev = 1

	# Configuration option devices/external_device_info_source.
	# Select an external device information source.
	# Some information may already be available in the system and
	# LVM can use this information to determine the exact type
	# or use of devices it processes. Using an existing external
	# device information source can speed up device processing
	# as LVM does not need to run its own native routines to acquire
	# this information. For example, this information is used to
	# drive LVM filtering like MD component detection, multipath
	# component detection, partition detection and others.
	# Possible options are: none, udev.
	# none - No external device information source is used.
	# udev - Reuse existing udev database records. Applicable
	# only if LVM is compiled with udev support.
	external_device_info_source = "none"

	# Configuration option devices/preferred_names.
	# Select which path name to display for a block device.
	# If multiple path names exist for a block device,
	# and LVM needs to display a name for the device,
	# the path names are matched against each item in
	# this list of regular expressions. The first match is used.
	# Try to avoid using undescriptive /dev/dm-N names, if present.
	# If no preferred name matches, or if preferred_names are not
	# defined, built-in rules are used until one produces a preference.
	# Rule 1 checks path prefixes and gives preference in this order:
	# /dev/mapper, /dev/disk, /dev/dm-*, /dev/block (/dev from devices/dev)
	# Rule 2 prefers the path with the least slashes.
	# Rule 3 prefers a symlink.
	# Rule 4 prefers the path with least value in lexicographical order.
	# Example:
	# preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
	# This configuration option does not have a default value defined.
	# preferred_names=[]

	# Configuration option devices/filter.
	# Limit the block devices that are used by LVM commands.
	# This is a list of regular expressions used to accept or
	# reject block device path names.  Each regex is delimited
	# by a vertical bar '|' (or any character) and is preceded
	# by 'a' to accept the path, or by 'r' to reject the path.
	# The first regex in the list to match the path is used,
	# producing the 'a' or 'r' result for the device.
	# When multiple path names exist for a block device, if any
	# path name matches an 'a' pattern before an 'r' pattern,
	# then the device is accepted. If all the path names match
	# an 'r' pattern first, then the device is rejected.
	# Unmatching path names do not affect the accept or reject
	# decision. If no path names for a device match a pattern,
	# then the device is accepted.
	# Be careful mixing 'a' and 'r' patterns, as the combination
	# might produce unexpected results (test any changes.)
	# Run vgscan after changing the filter to regenerate the cache.
	# See the use_lvmetad comment for a special case regarding filters.
	# Example:
	# Accept every block device.
	# filter = [ "a|.*/|" ]
	# Example:
	# Reject the cdrom drive.
	# filter = [ "r|/dev/cdrom|" ]
	# Example:
	# Work with just loopback devices, e.g. for testing.
	# filter = [ "a|loop|", "r|.*|" ]
	# Example:
	# Accept all loop devices and ide drives except hdc.
	# filter = [ "a|loop|", "r|/dev/hdc|", "a|/dev/ide|", "r|.*|" ]
	# Example:
	# Use anchors to be very specific.
	# filter = [ "a|^/dev/hda8$|", "r|.*/|" ]
	# This configuration option does not have a default value defined.
	# filter = []

	# Configuration option devices/global_filter.
	# Limit the block devices that are used by LVM system components.
	# Because devices/filter may be overridden from the command line,
	# it is not suitable for system-wide device filtering, e.g. udev
	# and lvmetad. Use global_filter to hide devices from these LVM
	# system components. The syntax is the same as devices/filter.
	# Devices rejected by global_filter are not opened by LVM.
	# This configuration option does not have a default value defined.
	# global_filter = []

	# Configuration option devices/cache_dir.
	# Directory in which to store the device cache file.
	# The results of filtering are cached on disk to avoid
	# rescanning dud devices (which can take a very long time).
	# By default this cache is stored in a file named .cache.
	# It is safe to delete this file; the tools regenerate it.
	# If obtain_device_list_from_udev is enabled, the list of devices
	# is obtained from udev and any existing .cache file is removed.
	cache_dir = "/run/lvm"

	# Configuration option devices/cache_file_prefix.
	# A prefix used before the .cache file name. See devices/cache_dir.
	cache_file_prefix = ""

	# Configuration option devices/write_cache_state.
	# Enable/disable writing the cache file. See devices/cache_dir.
	write_cache_state = 1

	# Configuration option devices/types.
	# List of additional acceptable block device types.
	# These are of device type names from /proc/devices,
	# followed by the maximum number of partitions.
	# Example:
	# types = [ "fd", 16 ]
	# This configuration option is advanced.
	# This configuration option does not have a default value defined.
	# types = []

	# Configuration option devices/sysfs_scan.
	# Restrict device scanning to block devices appearing in sysfs.
	# This is a quick way of filtering out block devices that are
	# not present on the system. sysfs must be part of the kernel
	# and mounted.)
	sysfs_scan = 1

	# Configuration option devices/multipath_component_detection.
	# Ignore devices that are components of DM multipath devices.
	multipath_component_detection = 1

	# Configuration option devices/md_component_detection.
	# Ignore devices that are components of software RAID (md) devices.
	md_component_detection = 1

	# Configuration option devices/fw_raid_component_detection.
	# Ignore devices that are components of firmware RAID devices.
	# LVM must use an external_device_info_source other than none
	# for this detection to execute.
	fw_raid_component_detection = 0

	# Configuration option devices/md_chunk_alignment.
	# Align PV data blocks with md device's stripe-width.
	# This applies if a PV is placed directly on an md device.
	md_chunk_alignment = 1

	# Configuration option devices/default_data_alignment.
	# Default alignment of the start of a PV data area in MB.
	# If set to 0, a value of 64KB will be used.
	# Set to 1 for 1MiB, 2 for 2MiB, etc.
	# default_data_alignment = 1

	# Configuration option devices/data_alignment_detection.
	# Detect PV data alignment based on sysfs device information.
	# The start of a PV data area will be a multiple of
	# minimum_io_size or optimal_io_size exposed in sysfs.
	# minimum_io_size is the smallest request the device can perform
	# without incurring a read-modify-write penalty, e.g. MD chunk size.
	# optimal_io_size is the device's preferred unit of receiving I/O,
	# e.g. MD stripe width.
	# minimum_io_size is used if optimal_io_size is undefined (0).
	# If md_chunk_alignment is enabled, that detects the optimal_io_size.
	# This setting takes precedence over md_chunk_alignment.
	data_alignment_detection = 1

	# Configuration option devices/data_alignment.
	# Alignment of the start of a PV data area in KB.
	# If a PV is placed directly on an md device and
	# md_chunk_alignment or data_alignment_detection are enabled,
	# then this setting is ignored.  Otherwise, md_chunk_alignment
	# and data_alignment_detection are disabled if this is set.
	# Set to 0 to use the default alignment or the page size, if larger.
	data_alignment = 0

	# Configuration option devices/data_alignment_offset_detection.
	# Detect PV data alignment offset based on sysfs device information.
	# The start of a PV aligned data area will be shifted by the
	# alignment_offset exposed in sysfs.  This offset is often 0, but
	# may be non-zero.  Certain 4KB sector drives that compensate for
	# windows partitioning will have an alignment_offset of 3584 bytes
	# (sector 7 is the lowest aligned logical block, the 4KB sectors start
	# at LBA -1, and consequently sector 63 is aligned on a 4KB boundary).
	# pvcreate --dataalignmentoffset will skip this detection.
	data_alignment_offset_detection = 1

	# Configuration option devices/ignore_suspended_devices.
	# Ignore DM devices that have I/O suspended while scanning devices.
	# Otherwise, LVM waits for a suspended device to become accessible.
	# This should only be needed in recovery situations.
	ignore_suspended_devices = 0

	# Configuration option devices/ignore_lvm_mirrors.
	# Do not scan 'mirror' LVs to avoid possible deadlocks.
	# This avoids possible deadlocks when using the 'mirror'
	# segment type.  This setting determines whether logical volumes
	# using the 'mirror' segment type are scanned for LVM labels.
	# This affects the ability of mirrors to be used as physical volumes.
	# If this setting is enabled, it becomes impossible to create VGs
	# on top of mirror LVs, i.e. to stack VGs on mirror LVs.
	# If this setting is disabled, allowing mirror LVs to be scanned,
	# it may cause LVM processes and I/O to the mirror to become blocked.
	# This is due to the way that the mirror segment type handles failures.
	# In order for the hang to occur, an LVM command must be run just after
	# a failure and before the automatic LVM repair process takes place,
	# or there must be failures in multiple mirrors in the same VG at the
	# same time with write failures occurring moments before a scan of the
	# mirror's labels.
	# The 'mirror' scanning problems do not apply to LVM RAID types like
	# 'raid1' which handle failures in a different way, making them a
	# better choice for VG stacking.
	ignore_lvm_mirrors = 1

	# Configuration option devices/disable_after_error_count.
	# Number of I/O errors after which a device is skipped.
	# During each LVM operation, errors received from each device
	# are counted. If the counter of a device exceeds the limit set
	# here, no further I/O is sent to that device for the remainder
	# of the operation.
	# Setting this to 0 disables the counters altogether.
	disable_after_error_count = 0

	# Configuration option devices/require_restorefile_with_uuid.
	# Allow use of pvcreate --uuid without requiring --restorefile.
	require_restorefile_with_uuid = 1

	# Configuration option devices/pv_min_size.
	# Minimum size (in KB) of block devices which can be used as PVs.
	# In a clustered environment all nodes must use the same value.
	# Any value smaller than 512KB is ignored.  The previous built-in
	# value was 512.
	pv_min_size = 2048

	# Configuration option devices/issue_discards.
	# Issue discards to PVs that are no longer used by an LV.
	# Discards are sent to an LV's underlying physical volumes when
	# the LV is no longer using the physical volumes' space, e.g.
	# lvremove, lvreduce.  Discards inform the storage that a region
	# is no longer used.  Storage that supports discards advertise
	# the protocol-specific way discards should be issued by the
	# kernel (TRIM, UNMAP, or WRITE SAME with UNMAP bit set).
	# Not all storage will support or benefit from discards, but SSDs
	# and thinly provisioned LUNs generally do.  If enabled, discards
	# will only be issued if both the storage and kernel provide support.
	issue_discards = 0
}

# Configuration section allocation.
# How LVM selects free space for Logical Volumes.
allocation {

	# Configuration option allocation/cling_tag_list.
	# Advise LVM which PVs to use when searching for new space.
	# When searching for free space to extend an LV, the 'cling'
	# allocation policy will choose space on the same PVs as the last
	# segment of the existing LV.  If there is insufficient space and a
	# list of tags is defined here, it will check whether any of them are
	# attached to the PVs concerned and then seek to match those PV tags
	# between existing extents and new extents.
	# Example:
	# Use the special tag "@*" as a wildcard to match any PV tag.
	# cling_tag_list = [ "@*" ]
	# Example:
	# LVs are mirrored between two sites within a single VG.
	# PVs are tagged with either @site1 or @site2 to indicate where
	# they are situated.
	# cling_tag_list = [ "@site1", "@site2" ]
	# This configuration option does not have a default value defined.
	# cling_tag_list = []

	# Configuration option allocation/maximise_cling.
	# Use a previous allocation algorithm.
	# Changes made in version 2.02.85 extended the reach of the 'cling'
	# policies to detect more situations where data can be grouped onto
	# the same disks.  This setting can be used to disable the changes
	# and revert to the previous algorithm.
	maximise_cling = 1

	# Configuration option allocation/use_blkid_wiping.
	# Use blkid to detect existing signatures on new PVs and LVs.
	# The blkid library can detect more signatures than the
	# native LVM detection code, but may take longer.
	# LVM needs to be compiled with blkid wiping support for
	# this setting to apply.
	# LVM native detection code is currently able to recognize:
	# MD device signatures, swap signature, and LUKS signatures.
	# To see the list of signatures recognized by blkid, check the
	# output of the 'blkid -k' command.
	use_blkid_wiping = 1

	# Configuration option allocation/wipe_signatures_when_zeroing_new_lvs.
	# Look for and erase any signatures while zeroing a new LV.
	# Zeroing is controlled by the -Z/--zero option, and if not
	# specified, zeroing is used by default if possible.
	# Zeroing simply overwrites the first 4 KiB of a new LV
	# with zeroes and does no signature detection or wiping.
	# Signature wiping goes beyond zeroing and detects exact
	# types and positions of signatures within the whole LV.
	# It provides a cleaner LV after creation as all known
	# signatures are wiped.  The LV is not claimed incorrectly
	# by other tools because of old signatures from previous use.
	# The number of signatures that LVM can detect depends on the
	# detection code that is selected (see use_blkid_wiping.)
	# Wiping each detected signature must be confirmed.
	# The command line option -W/--wipesignatures takes precedence
	# over this setting.
	# When this setting is disabled, signatures on new LVs are
	# not detected or erased unless the -W/--wipesignatures y
	# option is used directly.
	wipe_signatures_when_zeroing_new_lvs = 1

	# Configuration option allocation/mirror_logs_require_separate_pvs.
	# Mirror logs and images will always use different PVs.
	# The default setting changed in version 2.02.85.
	mirror_logs_require_separate_pvs = 0

	# Configuration option allocation/cache_pool_metadata_require_separate_pvs.
	# Cache pool metadata and data will always use different PVs.
	cache_pool_metadata_require_separate_pvs = 0

	# Configuration option allocation/cache_pool_cachemode.
	# The default cache mode used for new cache pools.
	# Possible options are: writethrough, writeback.
	# writethrough - Data blocks are immediately written from
	# the cache to disk.
	# writeback - Data blocks are written from the cache back
	# to disk after some delay to improve performance.
	# cache_pool_cachemode = "writethrough"

	# Configuration option allocation/cache_pool_chunk_size.
	# The minimal chunk size (in kiB) for cache pool volumes.
	# Using a chunk_size that is too large can result in wasteful
	# use of the cache, where small reads and writes can cause
	# large sections of an LV to be mapped into the cache.  However,
	# choosing a chunk_size that is too small can result in more
	# overhead trying to manage the numerous chunks that become mapped
	# into the cache.  The former is more of a problem than the latter
	# in most cases, so we default to a value that is on the smaller
	# end of the spectrum.  Supported values range from 32(kiB) to
	# 1048576 in multiples of 32.
	# This configuration option does not have a default value defined.
	# cache_pool_chunk_size = 128

	# Configuration option allocation/thin_pool_metadata_require_separate_pvs.
	# Thin pool metdata and data will always use different PVs.
	thin_pool_metadata_require_separate_pvs = 0

	# Configuration option allocation/thin_pool_zero.
	# Thin pool data chunks are zeroed before they are first used.
	# Zeroing with a larger thin pool chunk size reduces performance.
	# thin_pool_zero = 1

	# Configuration option allocation/thin_pool_discards.
	# The discards behaviour of thin pool volumes.
	# Possible options are: ignore, nopassdown, passdown.
	# thin_pool_discards = "passdown"

	# Configuration option allocation/thin_pool_chunk_size_policy.
	# The chunk size calculation policy for thin pool volumes.
	# Possible options are: generic, performance.
	# generic - If thin_pool_chunk_size is defined, use it.
	# Otherwise, calculate the chunk size based on estimation and
	# device hints exposed in sysfs - the minimum_io_size.
	# The chunk size is always at least 64KiB.
	# performance - If thin_pool_chunk_size is defined, use it.
	# Otherwise, calculate the chunk size for performance based on
	# device hints exposed in sysfs - the optimal_io_size.
	# The chunk size is always at least 512KiB.
	# thin_pool_chunk_size_policy = "generic"

	# Configuration option allocation/thin_pool_chunk_size.
	# The minimal chunk size (in KB) for thin pool volumes.
	# Larger chunk sizes may improve performance for plain
	# thin volumes, however using them for snapshot volumes
	# is less efficient, as it consumes more space and takes
	# extra time for copying.  When unset, lvm tries to estimate
	# chunk size starting from 64KB.  Supported values are in
	# the range 64 to 1048576.
	# This configuration option does not have a default value defined.
	# thin_pool_chunk_size = 128

	# Configuration option allocation/physical_extent_size.
	# Default physical extent size to use for new VGs (in KB).
	# physical_extent_size = 4096
}

# Configuration section log.
# How LVM log information is reported.
log {

	# Configuration option log/verbose.
	# Controls the messages sent to stdout or stderr.
	verbose = 0

	# Configuration option log/silent.
	# Suppress all non-essential messages from stdout.
	# This has the same effect as -qq.
	# When enabled, the following commands still produce output:
	# dumpconfig, lvdisplay, lvmdiskscan, lvs, pvck, pvdisplay,
	# pvs, version, vgcfgrestore -l, vgdisplay, vgs.
	# Non-essential messages are shifted from log level 4 to log level 5
	# for syslog and lvm2_log_fn purposes.
	# Any 'yes' or 'no' questions not overridden by other arguments
	# are suppressed and default to 'no'.
	silent = 0

	# Configuration option log/syslog.
	# Send log messages through syslog.
	syslog = 1

	# Configuration option log/file.
	# Write error and debug log messages to a file specified here.
	# This configuration option does not have a default value defined.
	# file = ""

	# Configuration option log/overwrite.
	# Overwrite the log file each time the program is run.
	overwrite = 0

	# Configuration option log/level.
	# The level of log messages that are sent to the log file or syslog.
	# There are 6 syslog-like log levels currently in use: 2 to 7 inclusive.
	# 7 is the most verbose (LOG_DEBUG).
	level = 0

	# Configuration option log/indent.
	# Indent messages according to their severity.
	indent = 1

	# Configuration option log/command_names.
	# Display the command name on each line of output.
	command_names = 0

	# Configuration option log/prefix.
	# A prefix to use before the log message text.
	# (After the command name, if selected).
	# Two spaces allows you to see/grep the severity of each message.
	# To make the messages look similar to the original LVM tools use:
	# indent = 0, command_names = 1, prefix = " -- "
	prefix = "  "

	# Configuration option log/activation.
	# Log messages during activation.
	# Don't use this in low memory situations (can deadlock).
	# activation = 0

	# Configuration option log/debug_classes.
	# Select log messages by class.
	# Some debugging messages are assigned to a class
	# and only appear in debug output if the class is
	# listed here.  Classes currently available:
	# memory, devices, activation, allocation,
	# lvmetad, metadata, cache, locking, lvmpolld.
	# Use "all" to see everything.
	debug_classes = ["memory", "devices", "activation", "allocation",
			 "lvmetad", "metadata", "cache", "locking", "lvmpolld"]
}

# Configuration section backup.
# How LVM metadata is backed up and archived.
# In LVM, a 'backup' is a copy of the metadata for the
# current system, and an 'archive' contains old metadata
# configurations. They are stored in a human readable
# text format.
backup {

	# Configuration option backup/backup.
	# Maintain a backup of the current metadata configuration.
	# Think very hard before turning this off!
	backup = 1

	# Configuration option backup/backup_dir.
	# Location of the metadata backup files.
	# Remember to back up this directory regularly!
	backup_dir = "/etc/lvm/backup"

	# Configuration option backup/archive.
	# Maintain an archive of old metadata configurations.
	# Think very hard before turning this off.
	archive = 1

	# Configuration option backup/archive_dir.
	# Location of the metdata archive files.
	# Remember to back up this directory regularly!
	archive_dir = "/etc/lvm/archive"

	# Configuration option backup/retain_min.
	# Minimum number of archives to keep.
	retain_min = 10

	# Configuration option backup/retain_days.
	# Minimum number of days to keep archive files.
	retain_days = 30
}

# Configuration section shell.
# Settings for running LVM in shell (readline) mode.
shell {

	# Configuration option shell/history_size.
	# Number of lines of history to store in ~/.lvm_history.
	history_size = 100
}

# Configuration section global.
# Miscellaneous global LVM settings.
global {

	# Configuration option global/umask.
	# The file creation mask for any files and directories created.
	# Interpreted as octal if the first digit is zero.
	umask = 077

	# Configuration option global/test.
	# No on-disk metadata changes will be made in test mode.
	# Equivalent to having the -t option on every command.
	test = 0

	# Configuration option global/units.
	# Default value for --units argument.
	units = "h"

	# Configuration option global/si_unit_consistency.
	# Distinguish between powers of 1024 and 1000 bytes.
	# The LVM commands distinguish between powers of 1024 bytes,
	# e.g. KiB, MiB, GiB, and powers of 1000 bytes, e.g. KB, MB, GB.
	# If scripts depend on the old behaviour, disable
	# this setting temporarily until they are updated.
	si_unit_consistency = 1

	# Configuration option global/suffix.
	# Display unit suffix for sizes.
	# This setting has no effect if the units are in human-readable
	# form (global/units = "h") in which case the suffix is always
	# displayed.
	suffix = 1

	# Configuration option global/activation.
	# Enable/disable communication with the kernel device-mapper.
	# Disable to use the tools to manipulate LVM metadata without
	# activating any logical volumes. If the device-mapper driver
	# is not present in the kernel, disabling this should suppress
	# the error messages.
	activation = 1

	# Configuration option global/fallback_to_lvm1.
	# Try running LVM1 tools if LVM cannot communicate with DM.
	# This option only applies to 2.4 kernels and is provided to
	# help switch between device-mapper kernels and LVM1 kernels.
	# The LVM1 tools need to be installed with .lvm1 suffices,
	# e.g. vgscan.lvm1. They will stop working once the lvm2
	# on-disk metadata format is used.
	# fallback_to_lvm1 = 0

	# Configuration option global/format.
	# The default metadata format that commands should use.
	# "lvm1" or "lvm2".
	# The command line override is -M1 or -M2.
	# format = "lvm2"

	# Configuration option global/format_libraries.
	# Shared libraries that process different metadata formats.
	# If support for LVM1 metadata was compiled as a shared library use
	# format_libraries = "liblvm2format1.so"
	# This configuration option does not have a default value defined.
	# format_libraries = []

	# Configuration option global/segment_libraries.
	# This configuration option does not have a default value defined.
	# segment_libraries = []

	# Configuration option global/proc.
	# Location of proc filesystem.
	# This configuration option is advanced.
	proc = "/proc"

	# Configuration option global/etc.
	# Location of /etc system configuration directory.
	etc = "${exec_prefix}/etc"

	# Configuration option global/locking_type.
	# Type of locking to use.
	# Type 0: turns off locking. Warning: this risks metadata
	# corruption if commands run concurrently.
	# Type 1: uses local file-based locking, the standard mode.
	# Type 2: uses the external shared library locking_library.
	# Type 3: uses built-in clustered locking with clvmd.
	# This is incompatible with lvmetad. If use_lvmetad is enabled,
	# lvm prints a warning and disables lvmetad use.
	# Type 4: uses read-only locking which forbids any operations
	# that might change metadata.
	# Type 5: offers dummy locking for tools that do not need any locks.
	# You should not need to set this directly; the tools will select
	# when to use it instead of the configured locking_type.
	# Do not use lvmetad or the kernel device-mapper driver with this
	# locking type. It is used by the --readonly option that offers
	# read-only access to Volume Group metadata that cannot be locked
	# safely because it belongs to an inaccessible domain and might be
	# in use, for example a virtual machine image or a disk that is
	# shared by a clustered machine.
	locking_type = 1

	# Configuration option global/wait_for_locks.
	# When disabled, fail if a lock request would block.
	wait_for_locks = 1

	# Configuration option global/fallback_to_clustered_locking.
	# Attempt to use built-in cluster locking if locking_type 2 fails.
	# If using external locking (type 2) and initialisation fails,
	# with this enabled, an attempt will be made to use the built-in
	# clustered locking.
	# If you are using a customised locking_library you should disable this.
	fallback_to_clustered_locking = 1

	# Configuration option global/fallback_to_local_locking.
	# Use locking_type 1 (local) if locking_type 2 or 3 fail.
	# If an attempt to initialise type 2 or type 3 locking failed,
	# perhaps because cluster components such as clvmd are not
	# running, with this enabled, an attempt will be made to use
	# local file-based locking (type 1). If this succeeds, only
	# commands against local volume groups will proceed.
	# Volume Groups marked as clustered will be ignored.
	fallback_to_local_locking = 1

	# Configuration option global/locking_dir.
	# Directory to use for LVM command file locks.
	# Local non-LV directory that holds file-based locks
	# while commands are in progress.  A directory like
	# /tmp that may get wiped on reboot is OK.
	locking_dir = "/run/lock/lvm"

	# Configuration option global/prioritise_write_locks.
	# Allow quicker VG write access during high volume read access.
	# When there are competing read-only and read-write access
	# requests for a volume group's metadata, instead of always
	# granting the read-only requests immediately, delay them to
	# allow the read-write requests to be serviced.  Without this
	# setting, write access may be stalled by a high volume of
	# read-only requests.
	# This option only affects locking_type 1 viz.
	# local file-based locking.
	prioritise_write_locks = 1

	# Configuration option global/library_dir.
	# Search this directory first for shared libraries.
	# This configuration option does not have a default value defined.
	# library_dir = ""

	# Configuration option global/locking_library.
	# The external locking library to use for locking_type 2.
	# locking_library = "liblvm2clusterlock.so"

	# Configuration option global/abort_on_internal_errors.
	# Abort a command that encounters an internal error.
	# Treat any internal errors as fatal errors, aborting
	# the process that encountered the internal error.
	# Please only enable for debugging.
	abort_on_internal_errors = 0

	# Configuration option global/detect_internal_vg_cache_corruption.
	# Internal verification of VG structures.
	# Check if CRC matches when a parsed VG is
	# used multiple times. This is useful to catch
	# unexpected changes to cached VG structures.
	# Please only enable for debugging.
	detect_internal_vg_cache_corruption = 0

	# Configuration option global/metadata_read_only.
	# No operations that change on-disk metadata are permitted.
	# Additionally, read-only commands that encounter metadata
	# in need of repair will still be allowed to proceed exactly
	# as if the repair had been performed (except for the unchanged
	# vg_seqno). Inappropriate use could mess up your system,
	# so seek advice first!
	metadata_read_only = 0

	# Configuration option global/mirror_segtype_default.
	# The segment type used by the short mirroring option -m.
	# Possible options are: mirror, raid1.
	# mirror - the original RAID1 implementation from LVM/DM.
	# It is characterized by a flexible log solution (core,
	# disk, mirrored), and by the necessity to block I/O while
	# handling a failure.
	# There is an inherent race in the dmeventd failure
	# handling logic with snapshots of devices using this
	# type of RAID1 that in the worst case could cause a
	# deadlock. (Also see devices/ignore_lvm_mirrors.)
	# raid1 - a newer RAID1 implementation using the MD RAID1
	# personality through device-mapper.  It is characterized
	# by a lack of log options. (A log is always allocated for
	# every device and they are placed on the same device as the
	# image - no separate devices are required.)  This mirror
	# implementation does not require I/O to be blocked while
	# handling a failure. This mirror implementation is not
	# cluster-aware and cannot be used in a shared (active/active)
	# fashion in a cluster.
	# The '--type mirror|raid1' option overrides this setting.
	mirror_segtype_default = "raid1"

	# Configuration option global/raid10_segtype_default.
	# The segment type used by the -i -m combination.
	# The --stripes/-i and --mirrors/-m options can both
	# be specified during the creation of a logical volume
	# to use both striping and mirroring for the LV.
	# There are two different implementations.
	# Possible options are: raid10, mirror.
	# raid10 - LVM uses MD's RAID10 personality through DM.
	# mirror - LVM layers the 'mirror' and 'stripe' segment types.
	# The layering is done by creating a mirror LV on top of
	# striped sub-LVs, effectively creating a RAID 0+1 array.
	# The layering is suboptimal in terms of providing redundancy
	# and performance. The 'raid10' option is perferred.
	# The '--type raid10|mirror' option overrides this setting.
	raid10_segtype_default = "raid10"

	# Configuration option global/sparse_segtype_default.
	# The segment type used by the -V -L combination.
	# The combination of -V and -L options creates a
	# sparse LV. There are two different implementations.
	# Possible options are: snapshot, thin.
	# snapshot - The original snapshot implementation from LVM/DM.
	# It uses an old snapshot that mixes data and metadata within
	# a single COW storage volume and performs poorly when the
	# size of stored data passes hundreds of MB.
	# thin - A newer implementation that uses thin provisioning.
	# It has a bigger minimal chunk size (64KiB) and uses a separate
	# volume for metadata. It has better performance, especially
	# when more data is used.  It also supports full snapshots.
	# The '--type snapshot|thin' option overrides this setting.
	sparse_segtype_default = "thin"

	# Configuration option global/lvdisplay_shows_full_device_path.
	# The default format for displaying LV names in lvdisplay was changed
	# in version 2.02.89 to show the LV name and path separately.
	# Previously this was always shown as /dev/vgname/lvname even when that
	# was never a valid path in the /dev filesystem.
	# Enable this option to reinstate the previous format.
	# lvdisplay_shows_full_device_path = 0

	# Configuration option global/use_lvmetad.
	# Use lvmetad to cache metadata and reduce disk scanning.
	# When enabled (and running), lvmetad provides LVM commands
	# with VG metadata and PV state.  LVM commands then avoid
	# reading this information from disks which can be slow.
	# When disabled (or not running), LVM commands fall back to
	# scanning disks to obtain VG metadata.
	# lvmetad is kept updated via udev rules which must be set
	# up for LVM to work correctly. (The udev rules should be
	# installed by default.) Without a proper udev setup, changes
	# in the system's block device configuration will be unknown
	# to LVM, and ignored until a manual 'pvscan --cache' is run.
	# If lvmetad was running while use_lvmetad was disabled,
	# it must be stopped, use_lvmetad enabled, and then started.
	# When using lvmetad, LV activation is switched to an automatic,
	# event-based mode.  In this mode, LVs are activated based on
	# incoming udev events that inform lvmetad when PVs appear on
	# the system. When a VG is complete (all PVs present), it is
	# auto-activated. The auto_activation_volume_list setting
	# controls which LVs are auto-activated (all by default.)
	# When lvmetad is updated (automatically by udev events, or
	# directly by pvscan --cache), devices/filter is ignored and
	# all devices are scanned by default. lvmetad always keeps
	# unfiltered information which is provided to LVM commands.
	# Each LVM command then filters based on devices/filter.
	# This does not apply to other, non-regexp, filtering settings:
	# component filters such as multipath and MD are checked
	# during pvscan --cache.
	# To filter a device and prevent scanning from the LVM system
	# entirely, including lvmetad, use devices/global_filter.
	# lvmetad is not compatible with locking_type 3 (clustering).
	# LVM prints warnings and ignores lvmetad if this combination
	# is seen.
	use_lvmetad = 1

	# Configuration option global/thin_check_executable.
	# The full path to the thin_check command.
	# LVM uses this command to check that a thin metadata
	# device is in a usable state.
	# When a thin pool is activated and after it is deactivated,
	# this command is run. Activation will only proceed if the
	# command has an exit status of 0.
	# Set to "" to skip this check.  (Not recommended.)
	# Also see thin_check_options.
	# The thin tools are available from the package
	# device-mapper-persistent-data.
	# thin_check_executable = "/usr/sbin/thin_check"

	# Configuration option global/thin_dump_executable.
	# The full path to the thin_dump command.
	# LVM uses this command to dump thin pool metadata.
	# (For thin tools, see thin_check_executable.)
	# thin_dump_executable = "/usr/sbin/thin_dump"

	# Configuration option global/thin_repair_executable.
	# The full path to the thin_repair command.
	# LVM uses this command to repair a thin metadata device
	# if it is in an unusable state.
	# Also see thin_repair_options.
	# (For thin tools, see thin_check_executable.)
	# thin_repair_executable = "/usr/sbin/thin_repair"

	# Configuration option global/thin_check_options.
	# List of options passed to the thin_check command.
	# With thin_check version 2.1 or newer you can add
	# --ignore-non-fatal-errors to let it pass through
	# ignorable errors and fix them later.
	# With thin_check version 3.2 or newer you should add
	# --clear-needs-check-flag.
	# thin_check_options = ["-q", "--clear-needs-check-flag"]

	# Configuration option global/thin_repair_options.
	# List of options passed to the thin_repair command.
	# This configuration option does not have a default value defined.
	# thin_repair_options = ""

	# Configuration option global/thin_disabled_features.
	# Features to not use in the thin driver.
	# This can be helpful for testing, or to avoid
	# using a feature that is causing problems.
	# Features: block_size, discards, discards_non_power_2,
	# external_origin, metadata_resize, external_origin_extend,
	# error_if_no_space.
	# Example:
	# thin_disabled_features = [ "discards", "block_size" ]
	# This configuration option does not have a default value defined.
	# thin_disabled_features = []

	# Configuration option global/cache_check_executable.
	# The full path to the cache_check command.
	# LVM uses this command to check that a cache metadata
	# device is in a usable state.
	# When a cached LV is activated and after it is deactivated,
	# this command is run. Activation will only proceed if the
	# command has an exit status of 0.
	# Set to "" to skip this check.  (Not recommended.)
	# Also see cache_check_options.
	# The cache tools are available from the package
	# device-mapper-persistent-data.
	# cache_check_executable = "/usr/sbin/cache_check"

	# Configuration option global/cache_dump_executable.
	# The full path to the cache_dump command.
	# LVM uses this command to dump cache pool metadata.
	# (For cache tools, see cache_check_executable.)
	# cache_dump_executable = "/usr/sbin/cache_dump"

	# Configuration option global/cache_repair_executable.
	# The full path to the cache_repair command.
	# LVM uses this command to repair a cache metadata device
	# if it is in an unusable state.
	# Also see cache_repair_options.
	# (For cache tools, see cache_check_executable.)
	# cache_repair_executable = "/usr/sbin/cache_repair"

	# Configuration option global/cache_check_options.
	# List of options passed to the cache_check command.
	# cache_check_options = "-q"

	# Configuration option global/cache_repair_options.
	# List of options passed to the cache_repair command.
	# This configuration option does not have a default value defined.
	# cache_repair_options = ""

	# Configuration option global/system_id_source.
	# The method LVM uses to set the local system ID.
	# Volume Groups can also be given a system ID (by
	# vgcreate, vgchange, or vgimport.)
	# A VG on shared storage devices is accessible only
	# to the host with a matching system ID.
	# See 'man lvmsystemid' for information on limitations
	# and correct usage.
	# Possible options are: none, lvmlocal, uname, machineid, file.
	# none - The host has no system ID.
	# lvmlocal - Obtain the system ID from the system_id setting in the
	# 'local' section of an lvm configuration file, e.g. lvmlocal.conf.
	# uname - Set the system ID from the hostname (uname) of the system.
	# System IDs beginning localhost are not permitted.
	# machineid - Use the contents of the file ${exec_prefix}/etc/machine-id to set the
	# system ID.  Some systems create this file at installation time.
	# See 'man machine-id'.
	# file - Use the contents of another file (system_id_file) to set
	# the system ID.
	# system_id_source = "none"

	# Configuration option global/system_id_file.
	# The full path to the file containing a system ID.
	# This is used when system_id_source is set to 'file'.
	# Comments starting with the character # are ignored.
	# This configuration option does not have a default value defined.
	# system_id_file = ""

	# Use lvmpolld to supervise long running LVM commands.
	# When enabled, control of long running LVM commands is transferred
	# from the original LVM command to the lvmpolld daemon. This allows
	# the operation to continue independent of the original LVM command.
	# After lvmpolld takes over, the LVM command displays the progress
	# of the ongoing operation. lvmpolld itself runs LVM commands to manage
	# the progress of ongoing operations. lvmpolld can be used as a native
	# systemd service, which allows it to be started on demand, and to use
	# its own control group. When this option is disabled, LVM commands will
	# supervise long running operations by forking themselves.
	use_lvmpolld = 1
}

# Configuration section activation.
activation {

	# Configuration option activation/checks.
	# Perform internal checks of libdevmapper operations.
	# Useful for debugging problems with activation.
	# Some of the checks may be expensive, so it's best to use
	# this only when there seems to be a problem.
	checks = 0

	# Configuration option activation/udev_sync.
	# Use udev notifications to synchronize udev and LVM.
	# When disabled, LVM commands will not wait for notifications
	# from udev, but continue irrespective of any possible udev
	# processing in the background.  Only use this if udev is not
	# running or has rules that ignore the devices LVM creates.
	# If enabled when udev is not running, and LVM processes
	# are waiting for udev, run 'dmsetup udevcomplete_all' to
	# wake them up.
	# The '--nodevsync' option overrides this setting.
	udev_sync = 1

	# Configuration option activation/udev_rules.
	# Use udev rules to manage LV device nodes and symlinks.
	# When disabled, LVM will manage the device nodes and
	# symlinks for active LVs itself.
	# Manual intervention may be required if this setting is
	# changed while LVs are active.
	udev_rules = 1

	# Configuration option activation/verify_udev_operations.
	# Use extra checks in LVM to verify udev operations.
	# This enables additional checks (and if necessary,
	# repairs) on entries in the device directory after
	# udev has completed processing its events.
	# Useful for diagnosing problems with LVM/udev interactions.
	verify_udev_operations = 0

	# Configuration option activation/retry_deactivation.
	# Retry failed LV deactivation.
	# If LV deactivation fails, LVM will retry for a few
	# seconds before failing. This may happen because a
	# process run from a quick udev rule temporarily opened
	# the device.
	retry_deactivation = 1

	# Configuration option activation/missing_stripe_filler.
	# Method to fill missing stripes when activating an incomplete LV.
	# Using 'error' will make inaccessible parts of the device return
	# I/O errors on access.  You can instead use a device path, in which
	# case, that device will be used in place of missing stripes.
	# Using anything other than 'error' with mirrored or snapshotted
	# volumes is likely to result in data corruption.
	# This configuration option is advanced.
	missing_stripe_filler = "error"

	# Configuration option activation/use_linear_target.
	# Use the linear target to optimize single stripe LVs.
	# When disabled, the striped target is used. The linear
	# target is an optimised version of the striped target
	# that only handles a single stripe.
	use_linear_target = 1

	# Configuration option activation/reserved_stack.
	# Stack size in KB to reserve for use while devices are suspended.
	# Insufficent reserve risks I/O deadlock during device suspension.
	reserved_stack = 64

	# Configuration option activation/reserved_memory.
	# Memory size in KB to reserve for use while devices are suspended.
	# Insufficent reserve risks I/O deadlock during device suspension.
	reserved_memory = 8192

	# Configuration option activation/process_priority.
	# Nice value used while devices are suspended.
	# Use a high priority so that LVs are suspended
	# for the shortest possible time.
	process_priority = -18

	# Configuration option activation/volume_list.
	# Only LVs selected by this list are activated.
	# If this list is defined, an LV is only activated
	# if it matches an entry in this list.
	# If this list is undefined, it imposes no limits
	# on LV activation (all are allowed).
	# Possible options are: vgname, vgname/lvname, @tag, @*
	# vgname is matched exactly and selects all LVs in the VG.
	# vgname/lvname is matched exactly and selects the LV.
	# @tag selects if tag matches a tag set on the LV or VG.
	# @* selects if a tag defined on the host is also set on
	# the LV or VG.  See tags/hosttags.
	# If any host tags exist but volume_list is not defined,
	# a default single-entry list containing '@*' is assumed.
	# Example:
	# volume_list = [ "vg1", "vg2/lvol1", "@tag1", "@*" ]
	# This configuration option does not have a default value defined.
	# volume_list = []

	# Configuration option activation/auto_activation_volume_list.
	# Only LVs selected by this list are auto-activated.
	# This list works like volume_list, but it is used
	# only by auto-activation commands. It does not apply
	# to direct activation commands.
	# If this list is defined, an LV is only auto-activated
	# if it matches an entry in this list.
	# If this list is undefined, it imposes no limits
	# on LV auto-activation (all are allowed.)
	# If this list is defined and empty, i.e. "[]",
	# then no LVs are selected for auto-activation.
	# An LV that is selected by this list for
	# auto-activation, must also be selected by
	# volume_list (if defined) before it is activated.
	# Auto-activation is an activation command that
	# includes the 'a' argument: --activate ay or -a ay,
	# e.g. vgchange -a ay, or lvchange -a ay vgname/lvname.
	# The 'a' (auto) argument for auto-activation is
	# meant to be used by activation commands that are
	# run automatically by the system, as opposed to
	# LVM commands run directly by a user. A user may
	# also use the 'a' flag directly to perform auto-
	# activation.
	# An example of a system-generated auto-activation
	# command is 'pvscan --cache -aay' which is generated
	# when udev and lvmetad detect a new VG has appeared
	# on the system, and want LVs in it to be auto-activated.
	# Possible options are: vgname, vgname/lvname, @tag, @*
	# See volume_list for how these options are matched to LVs.
	# This configuration option does not have a default value defined.
	# auto_activation_volume_list = []

	# Configuration option activation/read_only_volume_list.
	# LVs in this list are activated in read-only mode.
	# If this list is defined, each LV that is to be activated
	# is checked against this list, and if it matches, it is
	# activated in read-only mode.
	# This overrides the permission setting stored in the
	# metadata, e.g. from --permission rw.
	# Possible options are: vgname, vgname/lvname, @tag, @*
	# See volume_list for how these options are matched to LVs.
	# This configuration option does not have a default value defined.
	# read_only_volume_list = []

	# Configuration option activation/raid_region_size.
	# Size in KiB of each raid or mirror synchronization region.
	# For raid or mirror segment types, this is the amount of
	# data that is copied at once when initializing, or moved
	# at once by pvmove.
	raid_region_size = 512

	# Configuration option activation/error_when_full.
	# Return errors if a thin pool runs out of space.
	# When enabled, writes to thin LVs immediately return
	# an error if the thin pool is out of data space.
	# When disabled, writes to thin LVs are queued if the
	# thin pool is out of space, and processed when the
	# thin pool data space is extended.
	# New thin pools are assigned the behavior defined here.
	# The '--errorwhenfull y|n' option overrides this setting.
	# error_when_full = 0

	# Configuration option activation/readahead.
	# Setting to use when there is no readahead setting in metadata.
	# Possible options are: none, auto.
	# none - Disable readahead.
	# auto - Use default value chosen by kernel.
	readahead = "auto"

	# Configuration option activation/raid_fault_policy.
	# Defines how a device failure in a RAID LV is handled.
	# This includes LVs that have the following segment types:
	# raid1, raid4, raid5*, and raid6*.
	# If a device in the LV fails, the policy determines the
	# steps perfomed by dmeventd automatically, and the steps
	# perfomed by 'lvconvert --repair --use-policies' run manually.
	# Automatic handling requires dmeventd to be monitoring the LV.
	# Possible options are: warn, allocate.
	# warn - Use the system log to warn the user that a device
	# in the RAID LV has failed.  It is left to the user to run
	# 'lvconvert --repair' manually to remove or replace the failed
	# device.  As long as the number of failed devices does not
	# exceed the redundancy of the logical volume (1 device for
	# raid4/5, 2 for raid6, etc) the LV will remain usable.
	# allocate - Attempt to use any extra physical volumes in the
	# volume group as spares and replace faulty devices.
	raid_fault_policy = "warn"

	# Configuration option activation/mirror_image_fault_policy.
	# Defines how a device failure in a 'mirror' LV is handled.
	# An LV with the 'mirror' segment type is composed of mirror
	# images (copies) and a mirror log.
	# A disk log ensures that a mirror LV does not need to be
	# re-synced (all copies made the same) every time a machine
	# reboots or crashes.
	# If a device in the LV fails, this policy determines the
	# steps perfomed by dmeventd automatically, and the steps
	# performed by 'lvconvert --repair --use-policies' run manually.
	# Automatic handling requires dmeventd to be monitoring the LV.
	# Possible options are: remove, allocate, allocate_anywhere.
	# remove - Simply remove the faulty device and run without it.
	# If the log device fails, the mirror would convert to using
	# an in-memory log.  This means the mirror will not
	# remember its sync status across crashes/reboots and
	# the entire mirror will be re-synced.
	# If a mirror image fails, the mirror will convert to a
	# non-mirrored device if there is only one remaining good copy.
	# allocate - Remove the faulty device and try to allocate space
	# on a new device to be a replacement for the failed device.
	# Using this policy for the log is fast and maintains the
	# ability to remember sync state through crashes/reboots.
	# Using this policy for a mirror device is slow, as it
	# requires the mirror to resynchronize the devices, but it
	# will preserve the mirror characteristic of the device.
	# This policy acts like 'remove' if no suitable device and
	# space can be allocated for the replacement.
	# allocate_anywhere - Not yet implemented. Useful to place
	# the log device temporarily on the same physical volume as
	# one of the mirror images. This policy is not recommended
	# for mirror devices since it would break the redundant nature
	# of the mirror. This policy acts like 'remove' if no suitable
	# device and space can be allocated for the replacement.
	mirror_image_fault_policy = "remove"

	# Configuration option activation/mirror_log_fault_policy.
	# Defines how a device failure in a 'mirror' log LV is handled.
	# The mirror_image_fault_policy description for mirrored LVs
	# also applies to mirrored log LVs.
	mirror_log_fault_policy = "allocate"

	# Configuration option activation/snapshot_autoextend_threshold.
	# Auto-extend a snapshot when its usage exceeds this percent.
	# Setting this to 100 disables automatic extension.
	# The minimum value is 50 (a smaller value is treated as 50.)
	# Also see snapshot_autoextend_percent.
	# Automatic extension requires dmeventd to be monitoring the LV.
	# Example:
	# With snapshot_autoextend_threshold 70 and
	# snapshot_autoextend_percent 20, whenever a snapshot
	# exceeds 70% usage, it will be extended by another 20%.
	# For a 1G snapshot, using 700M will trigger a resize to 1.2G.
	# When the usage exceeds 840M, the snapshot will be extended
	# to 1.44G, and so on.
	snapshot_autoextend_threshold = 100

	# Configuration option activation/snapshot_autoextend_percent.
	# Auto-extending a snapshot adds this percent extra space.
	# The amount of additional space added to a snapshot is this
	# percent of its current size.
	# Also see snapshot_autoextend_threshold.
	snapshot_autoextend_percent = 20

	# Configuration option activation/thin_pool_autoextend_threshold.
	# Auto-extend a thin pool when its usage exceeds this percent.
	# Setting this to 100 disables automatic extension.
	# The minimum value is 50 (a smaller value is treated as 50.)
	# Also see thin_pool_autoextend_percent.
	# Automatic extension requires dmeventd to be monitoring the LV.
	# Example:
	# With thin_pool_autoextend_threshold 70 and
	# thin_pool_autoextend_percent 20, whenever a thin pool
	# exceeds 70% usage, it will be extended by another 20%.
	# For a 1G thin pool, using up 700M will trigger a resize to 1.2G.
	# When the usage exceeds 840M, the thin pool will be extended
	# to 1.44G, and so on.
	thin_pool_autoextend_threshold = 100

	# Configuration option activation/thin_pool_autoextend_percent.
	# Auto-extending a thin pool adds this percent extra space.
	# The amount of additional space added to a thin pool is this
	# percent of its current size.
	thin_pool_autoextend_percent=20

	# Configuration option activation/mlock_filter.
	# Do not mlock these memory areas.
	# While activating devices, I/O to devices being
	# (re)configured is suspended. As a precaution against
	# deadlocks, LVM pins memory it is using so it is not
	# paged out, and will not require I/O to reread.
	# Groups of pages that are known not to be accessed during
	# activation do not need to be pinned into memory.
	# Each string listed in this setting is compared against
	# each line in /proc/self/maps, and the pages corresponding
	# to lines that match are not pinned.  On some systems,
	# locale-archive was found to make up over 80% of the memory
	# used by the process.
	# Example:
	# mlock_filter = [ "locale/locale-archive", "gconv/gconv-modules.cache" ]
	# This configuration option is advanced.
	# This configuration option does not have a default value defined.
	# mlock_filter = []

	# Configuration option activation/use_mlockall.
	# Use the old behavior of mlockall to pin all memory.
	# Prior to version 2.02.62, LVM used mlockall() to pin
	# the whole process's memory while activating devices.
	use_mlockall = 0

	# Configuration option activation/monitoring.
	# Monitor LVs that are activated.
	# When enabled, LVM will ask dmeventd to monitor LVs
	# that are activated.
	# The '--ignoremonitoring' option overrides this setting.
	monitoring = 1

	# Configuration option activation/polling_interval.
	# Check pvmove or lvconvert progress at this interval (seconds)
	# When pvmove or lvconvert must wait for the kernel to finish
	# synchronising or merging data, they check and report progress
	# at intervals of this number of seconds.
	# If this is set to 0 and there is only one thing to wait for,
	# there are no progress reports, but the process is awoken
	# immediately once the operation is complete.
	polling_interval = 15

	# Configuration option activation/auto_set_activation_skip.
	# Set the activation skip flag on new thin snapshot LVs.
	# An LV can have a persistent 'activation skip' flag.
	# The flag causes the LV to be skipped during normal activation.
	# The lvchange/vgchange -K option is required to activate LVs
	# that have the activation skip flag set.
	# When this setting is enabled, the activation skip flag is
	# set on new thin snapshot LVs.
	# The '--setactivationskip y|n' option overrides this setting.
	# auto_set_activation_skip = 1

	# Configuration option activation/activation_mode.
	# How LVs with missing devices are activated.
	# Possible options are: complete, degraded, partial.
	# complete - Only allow activation of an LV if all of
	# the Physical Volumes it uses are present.  Other PVs
	# in the Volume Group may be missing.
	# degraded - Like complete, but additionally RAID LVs of
	# segment type raid1, raid4, raid5, radid6 and raid10 will
	# be activated if there is no data loss, i.e. they have
	# sufficient redundancy to present the entire addressable
	# range of the Logical Volume.
	# partial - Allows the activation of any LV even if a
	# missing or failed PV could cause data loss with a
	# portion of the Logical Volume inaccessible.
	# This setting should not normally be used, but may
	# sometimes assist with data recovery.
	# The '--activationmode' option overrides this setting.
	activation_mode = "degraded"
}

# Configuration section metadata.
# metadata {

	# Configuration option metadata/pvmetadatacopies.
	# Number of copies of metadata to store on each PV.
	# Possible options are: 0, 1, 2.
	# If set to 2, two copies of the VG metadata are stored on
	# the PV, one at the front of the PV, and one at the end.
	# If set to 1, one copy is stored at the front of the PV.
	# If set to 0, no copies are stored on the PV. This may
	# be useful with VGs containing large numbers of PVs.
	# The '--pvmetadatacopies' option overrides this setting.
	# This configuration option is advanced.
	# pvmetadatacopies = 1

	# Configuration option metadata/vgmetadatacopies.
	# Number of copies of metadata to maintain for each VG.
	# If set to a non-zero value, LVM automatically chooses which of
	# the available metadata areas to use to achieve the requested
	# number of copies of the VG metadata.  If you set a value larger
	# than the the total number of metadata areas available, then
	# metadata is stored in them all.
	# The value 0 (unmanaged) disables this automatic management
	# and allows you to control which metadata areas are used at
	# the individual PV level using 'pvchange --metadataignore y|n'.
	# The '--vgmetadatacopies' option overrides this setting.
	# vgmetadatacopies = 0

	# Configuration option metadata/pvmetadatasize.
	# Approximate number of sectors to use for each metadata copy.
	# VGs with large numbers of PVs or LVs, or VGs containing
	# complex LV structures, may need additional space for VG
	# metadata. The metadata areas are treated as circular buffers,
	# so unused space becomes filled with an archive of the most
	# recent previous versions of the metadata.
	# pvmetadatasize = 255

	# Configuration option metadata/pvmetadataignore.
	# Ignore metadata areas on a new PV.
	# If metadata areas on a PV are ignored, LVM will not store
	# metadata in them.
	# The '--metadataignore' option overrides this setting.
	# This configuration option is advanced.
	# pvmetadataignore = 0

	# Configuration option metadata/stripesize.
	# This configuration option is advanced.
	# stripesize = 64

	# Configuration option metadata/dirs.
	# Directories holding live copies of text format metadata.
	# These directories must not be on logical volumes!
	# It's possible to use LVM with a couple of directories here,
	# preferably on different (non-LV) filesystems, and with no other
	# on-disk metadata (pvmetadatacopies = 0). Or this can be in
	# addition to on-disk metadata areas.
	# The feature was originally added to simplify testing and is not
	# supported under low memory situations - the machine could lock up.
	# Never edit any files in these directories by hand unless you
	# you are absolutely sure you know what you are doing! Use
	# the supplied toolset to make changes (e.g. vgcfgrestore).
	# Example:
	# dirs = [ "/etc/lvm/metadata", "/mnt/disk2/lvm/metadata2" ]
	# This configuration option is advanced.
	# This configuration option does not have a default value defined.
	# dirs = []
# }

# Configuration section report.
# LVM report command output formatting.
# report {

	# Configuration option report/compact_output.
	# Do not print empty report fields.
	# Fields that don't have a value set for any of the rows
	# reported are skipped and not printed. Compact output is
	# applicable only if report/buffered is enabled.
	# compact_output = 0

	# Configuration option report/aligned.
	# Align columns in report output.
	# aligned = 1

	# Configuration option report/buffered.
	# Buffer report output.
	# When buffered reporting is used, the report's content is appended
	# incrementally to include each object being reported until the report
	# is flushed to output which normally happens at the end of command
	# execution. Otherwise, if buffering is not used, each object is
	# reported as soon as its processing is finished.
	# buffered = 1

	# Configuration option report/headings.
	# Show headings for columns on report.
	# headings = 1

	# Configuration option report/separator.
	# A separator to use on report after each field.
	# separator = " "

	# Configuration option report/list_item_separator.
	# A separator to use for list items when reported.
	# list_item_separator = ","

	# Configuration option report/prefixes.
	# Use a field name prefix for each field reported.
	# prefixes = 0

	# Configuration option report/quoted.
	# Quote field values when using field name prefixes.
	# quoted = 1

	# Configuration option report/colums_as_rows.
	# Output each column as a row.
	# If set, this also implies report/prefixes = 1.
	# colums_as_rows = 0

	# Configuration option report/binary_values_as_numeric.
	# Use binary values 0 or 1 instead of descriptive literal values.
	# For columns that have exactly two valid values to report
	# (not counting the 'unknown' value which denotes that the
	# value could not be determined).
	# binary_values_as_numeric = 0

	# Configuration option report/devtypes_sort.
	# List of columns to sort by when reporting 'lvm devtypes' command.
	# See 'lvm devtypes -o help' for the list of possible fields.
	# devtypes_sort = "devtype_name"

	# Configuration option report/devtypes_cols.
	# List of columns to report for 'lvm devtypes' command.
	# See 'lvm devtypes -o help' for the list of possible fields.
	# devtypes_cols = "devtype_name,devtype_max_partitions,devtype_description"

	# Configuration option report/devtypes_cols_verbose.
	# List of columns to report for 'lvm devtypes' command in verbose mode.
	# See 'lvm devtypes -o help' for the list of possible fields.
	# devtypes_cols_verbose = "devtype_name,devtype_max_partitions,devtype_description"

	# Configuration option report/lvs_sort.
	# List of columns to sort by when reporting 'lvs' command.
	# See 'lvs -o help' for the list of possible fields.
	# lvs_sort = "vg_name,lv_name"

	# Configuration option report/lvs_cols.
	# List of columns to report for 'lvs' command.
	# See 'lvs -o help' for the list of possible fields.
	# lvs_cols = "lv_name,vg_name,lv_attr,lv_size,pool_lv,origin,data_percent,metadata_percent,move_pv,mirror_log,copy_percent,convert_lv"

	# Configuration option report/lvs_cols_verbose.
	# List of columns to report for 'lvs' command in verbose mode.
	# See 'lvs -o help' for the list of possible fields.
	# lvs_cols_verbose = "lv_name,vg_name,seg_count,lv_attr,lv_size,lv_major,lv_minor,lv_kernel_major,lv_kernel_minor,pool_lv,origin,data_percent,metadata_percent,move_pv,copy_percent,mirror_log,convert_lv,lv_uuid,lv_profile"

	# Configuration option report/vgs_sort.
	# List of columns to sort by when reporting 'vgs' command.
	# See 'vgs -o help' for the list of possible fields.
	# vgs_sort = "vg_name"

	# Configuration option report/vgs_cols.
	# List of columns to report for 'vgs' command.
	# See 'vgs -o help' for the list of possible fields.
	# vgs_cols = "vg_name,pv_count,lv_count,snap_count,vg_attr,vg_size,vg_free"

	# Configuration option report/vgs_cols_verbose.
	# List of columns to report for 'vgs' command in verbose mode.
	# See 'vgs -o help' for the list of possible fields.
	# vgs_cols_verbose = "vg_name,vg_attr,vg_extent_size,pv_count,lv_count,snap_count,vg_size,vg_free,vg_uuid,vg_profile"

	# Configuration option report/pvs_sort.
	# List of columns to sort by when reporting 'pvs' command.
	# See 'pvs -o help' for the list of possible fields.
	# pvs_sort = "pv_name"

	# Configuration option report/pvs_cols.
	# List of columns to report for 'pvs' command.
	# See 'pvs -o help' for the list of possible fields.
	# pvs_cols = "pv_name,vg_name,pv_fmt,pv_attr,pv_size,pv_free"

	# Configuration option report/pvs_cols_verbose.
	# List of columns to report for 'pvs' command in verbose mode.
	# See 'pvs -o help' for the list of possible fields.
	# pvs_cols_verbose = "pv_name,vg_name,pv_fmt,pv_attr,pv_size,pv_free,dev_size,pv_uuid"

	# Configuration option report/segs_sort.
	# List of columns to sort by when reporting 'lvs --segments' command.
	# See 'lvs --segments -o help' for the list of possible fields.
	# segs_sort = "vg_name,lv_name,seg_start"

	# Configuration option report/segs_cols.
	# List of columns to report for 'lvs --segments' command.
	# See 'lvs --segments  -o help' for the list of possible fields.
	# segs_cols = "lv_name,vg_name,lv_attr,stripes,segtype,seg_size"

	# Configuration option report/segs_cols_verbose.
	# List of columns to report for 'lvs --segments' command in verbose mode.
	# See 'lvs --segments -o help' for the list of possible fields.
	# segs_cols_verbose = "lv_name,vg_name,lv_attr,seg_start,seg_size,stripes,segtype,stripesize,chunksize"

	# Configuration option report/pvsegs_sort.
	# List of columns to sort by when reporting 'pvs --segments' command.
	# See 'pvs --segments -o help' for the list of possible fields.
	# pvsegs_sort = "pv_name,pvseg_start"

	# Configuration option report/pvsegs_cols.
	# List of columns to sort by when reporting 'pvs --segments' command.
	# See 'pvs --segments -o help' for the list of possible fields.
	# pvsegs_cols = "pv_name,vg_name,pv_fmt,pv_attr,pv_size,pv_free,pvseg_start,pvseg_size"

	# Configuration option report/pvsegs_cols_verbose.
	# List of columns to sort by when reporting 'pvs --segments' command in verbose mode.
	# See 'pvs --segments -o help' for the list of possible fields.
	# pvsegs_cols_verbose = "pv_name,vg_name,pv_fmt,pv_attr,pv_size,pv_free,pvseg_start,pvseg_size,lv_name,seg_start_pe,segtype,seg_pe_ranges"
# }

# Configuration section dmeventd.
# Settings for the LVM event daemon.
dmeventd {

	# Configuration option dmeventd/mirror_library.
	# The library dmeventd uses when monitoring a mirror device.
	# libdevmapper-event-lvm2mirror.so attempts to recover from
	# failures.  It removes failed devices from a volume group and
	# reconfigures a mirror as necessary. If no mirror library is
	# provided, mirrors are not monitored through dmeventd.
	mirror_library = "libdevmapper-event-lvm2mirror.so"

	# Configuration option dmeventd/raid_library.
	# raid_library = "libdevmapper-event-lvm2raid.so"

	# Configuration option dmeventd/snapshot_library.
	# The library dmeventd uses when monitoring a snapshot device.
	# libdevmapper-event-lvm2snapshot.so monitors the filling of
	# snapshots and emits a warning through syslog when the usage
	# exceeds 80%. The warning is repeated when 85%, 90% and
	# 95% of the snapshot is filled.
	snapshot_library = "libdevmapper-event-lvm2snapshot.so"

	# Configuration option dmeventd/thin_library.
	# The library dmeventd uses when monitoring a thin device.
	# libdevmapper-event-lvm2thin.so monitors the filling of
	# a pool and emits a warning through syslog when the usage
	# exceeds 80%. The warning is repeated when 85%, 90% and
	# 95% of the pool is filled.
	thin_library = "libdevmapper-event-lvm2thin.so"

	# Configuration option dmeventd/executable.
	# The full path to the dmeventd binary.
	# executable = "/sbin/dmeventd"
}

# Configuration section tags.
# Host tag settings.
# tags {

	# Configuration option tags/hosttags.
	# Create a host tag using the machine name.
	# The machine name is nodename returned by uname(2).
	# hosttags = 0

	# Configuration section tags/<tag>.
	# Replace this subsection name with a custom tag name.
	# Multiple subsections like this can be created.
	# The '@' prefix for tags is optional.
	# This subsection can contain host_list, which is a
	# list of machine names. If the name of the local
	# machine is found in host_list, then the name of
	# this subsection is used as a tag and is applied
	# to the local machine as a 'host tag'.
	# If this subsection is empty (has no host_list), then
	# the subsection name is always applied as a 'host tag'.
	# Example:
	# The host tag foo is given to all hosts, and the host tag
	# bar is given to the hosts named machine1 and machine2.
	# tags { foo { } bar { host_list = [ "machine1", "machine2" ] } }
	# This configuration section has variable name.
	# This configuration section does not have a default value defined.
	# tag {

		# Configuration option tags/<tag>/host_list.
		# A list of machine names.
		# These machine names are compared to the nodename
		# returned by uname(2). If the local machine name
		# matches an entry in this list, the name of the
		# subsection is applied to the machine as a 'host tag'.
		# This configuration option does not have a default value defined.
		# host_list = ""
	# }
# }
-------------- next part --------------
NAME               MAJ:MIN RM  SIZE RO TYPE  MOUNTPOINT
fd0                  2:0    1    4K  0 disk  
sda                  8:0    0    1G  0 disk  
`-sda1               8:1    0 1022M  0 part  /boot
sdb                  8:16   0    4G  0 disk  
`-sdb1               8:17   0    4G  0 part  
  `-md0              9:0    0    8G  0 raid0 
    |-stretch-root 253:0    0  3.7G  0 lvm   /
    |-stretch-swap 253:1    0  1.9G  0 lvm   [SWAP]
    `-stretch-home 253:2    0  2.4G  0 lvm   /home
sdc                  8:32   0    4G  0 disk  
`-sdc1               8:33   0    4G  0 part  
  `-md0              9:0    0    8G  0 raid0 
    |-stretch-root 253:0    0  3.7G  0 lvm   /
    |-stretch-swap 253:1    0  1.9G  0 lvm   [SWAP]
    `-stretch-home 253:2    0  2.4G  0 lvm   /home
sr0                 11:0    1 1024M  0 rom   
-------------- next part --------------
-- Logs begin at Sun 2015-07-19 18:57:07 PDT, end at Sun 2015-07-19 19:10:06 PDT. --
Jul 19 19:09:59 jessie systemd-journal[197]: Runtime journal is using 5.0M (max allowed 40.1M, trying to leave 60.1M free of 395.9M available ? current limit 40.1M).
Jul 19 19:09:59 jessie systemd-journal[197]: Runtime journal is using 5.0M (max allowed 40.1M, trying to leave 60.1M free of 395.9M available ? current limit 40.1M).
Jul 19 19:09:59 jessie kernel: Initializing cgroup subsys cpuset
Jul 19 19:09:59 jessie kernel: Initializing cgroup subsys cpu
Jul 19 19:09:59 jessie kernel: Initializing cgroup subsys cpuacct
Jul 19 19:09:59 jessie kernel: Linux version 4.0.0-2-amd64 (debian-kernel at lists.debian.org) (gcc version 4.9.3 (Debian 4.9.3-1) ) #1 SMP Debian 4.0.8-1 (2015-07-11)
Jul 19 19:09:59 jessie kernel: Command line: BOOT_IMAGE=/vmlinuz-4.0.0-2-amd64 root=/dev/mapper/jessie-root ro quiet
Jul 19 19:09:59 jessie kernel: Disabled fast string operations
Jul 19 19:09:59 jessie kernel: e820: BIOS-provided physical RAM map:
Jul 19 19:09:59 jessie kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
Jul 19 19:09:59 jessie kernel: BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
Jul 19 19:09:59 jessie kernel: BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
Jul 19 19:09:59 jessie kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007feeffff] usable
Jul 19 19:09:59 jessie kernel: BIOS-e820: [mem 0x000000007fef0000-0x000000007fefefff] ACPI data
Jul 19 19:09:59 jessie kernel: BIOS-e820: [mem 0x000000007feff000-0x000000007fefffff] ACPI NVS
Jul 19 19:09:59 jessie kernel: BIOS-e820: [mem 0x000000007ff00000-0x000000007fffffff] usable
Jul 19 19:09:59 jessie kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Jul 19 19:09:59 jessie kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
Jul 19 19:09:59 jessie kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jul 19 19:09:59 jessie kernel: BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
Jul 19 19:09:59 jessie kernel: NX (Execute Disable) protection: active
Jul 19 19:09:59 jessie kernel: SMBIOS 2.4 present.
Jul 19 19:09:59 jessie kernel: DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/31/2013
Jul 19 19:09:59 jessie kernel: Hypervisor detected: VMware
Jul 19 19:09:59 jessie kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jul 19 19:09:59 jessie kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jul 19 19:09:59 jessie kernel: AGP: No AGP bridge found
Jul 19 19:09:59 jessie kernel: e820: last_pfn = 0x80000 max_arch_pfn = 0x400000000
Jul 19 19:09:59 jessie kernel: MTRR default type: uncachable
Jul 19 19:09:59 jessie kernel: MTRR fixed ranges enabled:
Jul 19 19:09:59 jessie kernel:   00000-9FFFF write-back
Jul 19 19:09:59 jessie kernel:   A0000-BFFFF uncachable
Jul 19 19:09:59 jessie kernel:   C0000-CBFFF write-protect
Jul 19 19:09:59 jessie kernel:   CC000-EFFFF uncachable
Jul 19 19:09:59 jessie kernel:   F0000-FFFFF write-protect
Jul 19 19:09:59 jessie kernel: MTRR variable ranges enabled:
Jul 19 19:09:59 jessie kernel:   0 base 0000000000 mask FF80000000 write-back
Jul 19 19:09:59 jessie kernel:   1 disabled
Jul 19 19:09:59 jessie kernel:   2 disabled
Jul 19 19:09:59 jessie kernel:   3 disabled
Jul 19 19:09:59 jessie kernel:   4 disabled
Jul 19 19:09:59 jessie kernel:   5 disabled
Jul 19 19:09:59 jessie kernel:   6 disabled
Jul 19 19:09:59 jessie kernel:   7 disabled
Jul 19 19:09:59 jessie kernel: PAT read returns always zero, disabled.
Jul 19 19:09:59 jessie kernel: found SMP MP-table at [mem 0x000f6bf0-0x000f6bff] mapped at [ffff8800000f6bf0]
Jul 19 19:09:59 jessie kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
Jul 19 19:09:59 jessie kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
Jul 19 19:09:59 jessie kernel:  [mem 0x00000000-0x000fffff] page 4k
Jul 19 19:09:59 jessie kernel: BRK [0x01b13000, 0x01b13fff] PGTABLE
Jul 19 19:09:59 jessie kernel: BRK [0x01b14000, 0x01b14fff] PGTABLE
Jul 19 19:09:59 jessie kernel: BRK [0x01b15000, 0x01b15fff] PGTABLE
Jul 19 19:09:59 jessie kernel: init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]
Jul 19 19:09:59 jessie kernel:  [mem 0x7fc00000-0x7fdfffff] page 2M
Jul 19 19:09:59 jessie kernel: BRK [0x01b16000, 0x01b16fff] PGTABLE
Jul 19 19:09:59 jessie kernel: init_memory_mapping: [mem 0x60000000-0x7fbfffff]
Jul 19 19:09:59 jessie kernel:  [mem 0x60000000-0x7fbfffff] page 2M
Jul 19 19:09:59 jessie kernel: init_memory_mapping: [mem 0x40000000-0x5fffffff]
Jul 19 19:09:59 jessie kernel:  [mem 0x40000000-0x5fffffff] page 2M
Jul 19 19:09:59 jessie kernel: init_memory_mapping: [mem 0x00100000-0x3fffffff]
Jul 19 19:09:59 jessie kernel:  [mem 0x00100000-0x001fffff] page 4k
Jul 19 19:09:59 jessie kernel:  [mem 0x00200000-0x3fffffff] page 2M
Jul 19 19:09:59 jessie kernel: init_memory_mapping: [mem 0x7fe00000-0x7feeffff]
Jul 19 19:09:59 jessie kernel:  [mem 0x7fe00000-0x7feeffff] page 4k
Jul 19 19:09:59 jessie kernel: BRK [0x01b17000, 0x01b17fff] PGTABLE
Jul 19 19:09:59 jessie kernel: init_memory_mapping: [mem 0x7ff00000-0x7fffffff]
Jul 19 19:09:59 jessie kernel:  [mem 0x7ff00000-0x7fffffff] page 4k
Jul 19 19:09:59 jessie kernel: RAMDISK: [mem 0x35ec4000-0x36f59fff]
Jul 19 19:09:59 jessie kernel: ACPI: Early table checksum verification disabled
Jul 19 19:09:59 jessie kernel: ACPI: RSDP 0x00000000000F6B80 000024 (v02 PTLTD )
Jul 19 19:09:59 jessie kernel: ACPI: XSDT 0x000000007FEF117F 00005C (v01 INTEL  440BX    06040000 VMW  01324272)
Jul 19 19:09:59 jessie kernel: ACPI: FACP 0x000000007FEFEE73 0000F4 (v04 INTEL  440BX    06040000 PTL  000F4240)
Jul 19 19:09:59 jessie kernel: ACPI: DSDT 0x000000007FEF1405 00DA6E (v01 PTLTD  Custom   06040000 MSFT 03000001)
Jul 19 19:09:59 jessie kernel: ACPI: FACS 0x000000007FEFFFC0 000040
Jul 19 19:09:59 jessie kernel: ACPI: BOOT 0x000000007FEF13DD 000028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
Jul 19 19:09:59 jessie kernel: ACPI: APIC 0x000000007FEF137F 00005E (v01 PTLTD  ? APIC   06040000  LTP 00000000)
Jul 19 19:09:59 jessie kernel: ACPI: MCFG 0x000000007FEF1343 00003C (v01 PTLTD  $PCITBL$ 06040000  LTP 00000001)
Jul 19 19:09:59 jessie kernel: ACPI: SRAT 0x000000007FEF127B 0000C8 (v02 VMWARE MEMPLUG  06040000 VMW  00000001)
Jul 19 19:09:59 jessie kernel: ACPI: HPET 0x000000007FEF1243 000038 (v01 VMWARE VMW HPET 06040000 VMW  00000001)
Jul 19 19:09:59 jessie kernel: ACPI: WAET 0x000000007FEF121B 000028 (v01 VMWARE VMW WAET 06040000 VMW  00000001)
Jul 19 19:09:59 jessie kernel: ACPI: Local APIC address 0xfee00000
Jul 19 19:09:59 jessie kernel: SRAT: PXM 0 -> APIC 0x00 -> Node 0
Jul 19 19:09:59 jessie kernel: SRAT: PXM 0 -> APIC 0x02 -> Node 0
Jul 19 19:09:59 jessie kernel: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
Jul 19 19:09:59 jessie kernel: SRAT: Node 0 PXM 0 [mem 0x00100000-0x0fffffff]
Jul 19 19:09:59 jessie kernel: SRAT: Node 0 PXM 0 [mem 0x10000000-0x7fffffff]
Jul 19 19:09:59 jessie kernel: NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x0fffffff] -> [mem 0x00000000-0x0fffffff]
Jul 19 19:09:59 jessie kernel: NUMA: Node 0 [mem 0x00000000-0x0fffffff] + [mem 0x10000000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
Jul 19 19:09:59 jessie kernel: NODE_DATA(0) allocated [mem 0x7fffc000-0x7fffffff]
Jul 19 19:09:59 jessie kernel:  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d600000-ffff88007f5fffff] on node 0
Jul 19 19:09:59 jessie kernel: Zone ranges:
Jul 19 19:09:59 jessie kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jul 19 19:09:59 jessie kernel:   DMA32    [mem 0x0000000001000000-0x000000007fffffff]
Jul 19 19:09:59 jessie kernel:   Normal   empty
Jul 19 19:09:59 jessie kernel: Movable zone start for each node
Jul 19 19:09:59 jessie kernel: Early memory node ranges
Jul 19 19:09:59 jessie kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Jul 19 19:09:59 jessie kernel:   node   0: [mem 0x0000000000100000-0x000000007feeffff]
Jul 19 19:09:59 jessie kernel:   node   0: [mem 0x000000007ff00000-0x000000007fffffff]
Jul 19 19:09:59 jessie kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000007fffffff]
Jul 19 19:09:59 jessie kernel: On node 0 totalpages: 524174
Jul 19 19:09:59 jessie kernel:   DMA zone: 64 pages used for memmap
Jul 19 19:09:59 jessie kernel:   DMA zone: 21 pages reserved
Jul 19 19:09:59 jessie kernel:   DMA zone: 3998 pages, LIFO batch:0
Jul 19 19:09:59 jessie kernel:   DMA32 zone: 8128 pages used for memmap
Jul 19 19:09:59 jessie kernel:   DMA32 zone: 520176 pages, LIFO batch:31
Jul 19 19:09:59 jessie kernel: ACPI: PM-Timer IO Port: 0x1008
Jul 19 19:09:59 jessie kernel: ACPI: Local APIC address 0xfee00000
Jul 19 19:09:59 jessie kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Jul 19 19:09:59 jessie kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
Jul 19 19:09:59 jessie kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jul 19 19:09:59 jessie kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jul 19 19:09:59 jessie kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
Jul 19 19:09:59 jessie kernel: IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
Jul 19 19:09:59 jessie kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
Jul 19 19:09:59 jessie kernel: ACPI: IRQ0 used by override.
Jul 19 19:09:59 jessie kernel: ACPI: IRQ9 used by override.
Jul 19 19:09:59 jessie kernel: Using ACPI (MADT) for SMP configuration information
Jul 19 19:09:59 jessie kernel: ACPI: HPET id: 0x8086af01 base: 0xfed00000
Jul 19 19:09:59 jessie kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
Jul 19 19:09:59 jessie kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jul 19 19:09:59 jessie kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Jul 19 19:09:59 jessie kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
Jul 19 19:09:59 jessie kernel: PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
Jul 19 19:09:59 jessie kernel: PM: Registered nosave memory: [mem 0x7fef0000-0x7fefefff]
Jul 19 19:09:59 jessie kernel: PM: Registered nosave memory: [mem 0x7feff000-0x7fefffff]
Jul 19 19:09:59 jessie kernel: e820: [mem 0x80000000-0xefffffff] available for PCI devices
Jul 19 19:09:59 jessie kernel: Booting paravirtualized kernel on bare hardware
Jul 19 19:09:59 jessie kernel: setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
Jul 19 19:09:59 jessie kernel: PERCPU: Embedded 31 pages/cpu @ffff88007fc00000 s87192 r8192 d31592 u1048576
Jul 19 19:09:59 jessie kernel: pcpu-alloc: s87192 r8192 d31592 u1048576 alloc=1*2097152
Jul 19 19:09:59 jessie kernel: pcpu-alloc: [0] 0 1 
Jul 19 19:09:59 jessie kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 515961
Jul 19 19:09:59 jessie kernel: Policy zone: DMA32
Jul 19 19:09:59 jessie kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-4.0.0-2-amd64 root=/dev/mapper/jessie-root ro quiet
Jul 19 19:09:59 jessie kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Jul 19 19:09:59 jessie kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
Jul 19 19:09:59 jessie kernel: AGP: Checking aperture...
Jul 19 19:09:59 jessie kernel: AGP: No AGP bridge found
Jul 19 19:09:59 jessie kernel: Calgary: detecting Calgary via BIOS EBDA area
Jul 19 19:09:59 jessie kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Jul 19 19:09:59 jessie kernel: Memory: 2034980K/2096696K available (5560K kernel code, 1025K rwdata, 1940K rodata, 1252K init, 832K bss, 61716K reserved, 0K cma-reserved)
Jul 19 19:09:59 jessie kernel: Hierarchical RCU implementation.
Jul 19 19:09:59 jessie kernel:         RCU dyntick-idle grace-period acceleration is enabled.
Jul 19 19:09:59 jessie kernel:         RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
Jul 19 19:09:59 jessie kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Jul 19 19:09:59 jessie kernel: NR_IRQS:33024 nr_irqs:440 16
Jul 19 19:09:59 jessie kernel: Console: colour VGA+ 80x25
Jul 19 19:09:59 jessie kernel: console [tty0] enabled
Jul 19 19:09:59 jessie kernel: hpet clockevent registered
Jul 19 19:09:59 jessie kernel: TSC freq read from hypervisor : 2295.152 MHz
Jul 19 19:09:59 jessie kernel: tsc: Detected 2295.152 MHz processor
Jul 19 19:09:59 jessie kernel: Calibrating delay loop (skipped) preset value.. 4590.30 BogoMIPS (lpj=9180608)
Jul 19 19:09:59 jessie kernel: pid_max: default: 32768 minimum: 301
Jul 19 19:09:59 jessie kernel: ACPI: Core revision 20150204
Jul 19 19:09:59 jessie kernel: ACPI: All ACPI Tables successfully acquired
Jul 19 19:09:59 jessie kernel: Security Framework initialized
Jul 19 19:09:59 jessie kernel: AppArmor: AppArmor disabled by boot time parameter
Jul 19 19:09:59 jessie kernel: Yama: disabled by default; enable with sysctl kernel.yama.*
Jul 19 19:09:59 jessie kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Jul 19 19:09:59 jessie kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
Jul 19 19:09:59 jessie kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
Jul 19 19:09:59 jessie kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
Jul 19 19:09:59 jessie kernel: Initializing cgroup subsys blkio
Jul 19 19:09:59 jessie kernel: Initializing cgroup subsys memory
Jul 19 19:09:59 jessie kernel: Initializing cgroup subsys devices
Jul 19 19:09:59 jessie kernel: Initializing cgroup subsys freezer
Jul 19 19:09:59 jessie kernel: Initializing cgroup subsys net_cls
Jul 19 19:09:59 jessie kernel: Initializing cgroup subsys perf_event
Jul 19 19:09:59 jessie kernel: Initializing cgroup subsys net_prio
Jul 19 19:09:59 jessie kernel: Disabled fast string operations
Jul 19 19:09:59 jessie kernel: CPU: Physical Processor ID: 0
Jul 19 19:09:59 jessie kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jul 19 19:09:59 jessie kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Jul 19 19:09:59 jessie kernel: mce: CPU supports 0 MCE banks
Jul 19 19:09:59 jessie kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Jul 19 19:09:59 jessie kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Jul 19 19:09:59 jessie kernel: Freeing SMP alternatives memory: 24K (ffffffff81a3b000 - ffffffff81a41000)
Jul 19 19:09:59 jessie kernel: ftrace: allocating 22402 entries in 88 pages
Jul 19 19:09:59 jessie kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Jul 19 19:09:59 jessie kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jul 19 19:09:59 jessie kernel: smpboot: CPU0: Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz (fam: 06, model: 3a, stepping: 09)
Jul 19 19:09:59 jessie kernel: Performance Events: 16-deep LBR, IvyBridge events, core PMU driver.
Jul 19 19:09:59 jessie kernel: perf_event_intel: CPUID marked event: 'cpu cycles' unavailable
Jul 19 19:09:59 jessie kernel: perf_event_intel: CPUID marked event: 'instructions' unavailable
Jul 19 19:09:59 jessie kernel: perf_event_intel: CPUID marked event: 'bus cycles' unavailable
Jul 19 19:09:59 jessie kernel: perf_event_intel: CPUID marked event: 'cache references' unavailable
Jul 19 19:09:59 jessie kernel: perf_event_intel: CPUID marked event: 'cache misses' unavailable
Jul 19 19:09:59 jessie kernel: perf_event_intel: CPUID marked event: 'branch instructions' unavailable
Jul 19 19:09:59 jessie kernel: perf_event_intel: CPUID marked event: 'branch misses' unavailable
Jul 19 19:09:59 jessie kernel: ... version:                1
Jul 19 19:09:59 jessie kernel: ... bit width:              48
Jul 19 19:09:59 jessie kernel: ... generic registers:      4
Jul 19 19:09:59 jessie kernel: ... value mask:             0000ffffffffffff
Jul 19 19:09:59 jessie kernel: ... max period:             000000007fffffff
Jul 19 19:09:59 jessie kernel: ... fixed-purpose events:   0
Jul 19 19:09:59 jessie kernel: ... event mask:             000000000000000f
Jul 19 19:09:59 jessie kernel: NMI watchdog: disabled (cpu0): hardware events not enabled
Jul 19 19:09:59 jessie kernel: x86: Booting SMP configuration:
Jul 19 19:09:59 jessie kernel: .... node  #0, CPUs:      #1
Jul 19 19:09:59 jessie kernel: Disabled fast string operations
Jul 19 19:09:59 jessie kernel: mce: CPU supports 0 MCE banks
Jul 19 19:09:59 jessie kernel: Skipped synchronization checks as TSC is reliable.
Jul 19 19:09:59 jessie kernel: x86: Booted up 1 node, 2 CPUs
Jul 19 19:09:59 jessie kernel: smpboot: Total of 2 processors activated (9180.60 BogoMIPS)
Jul 19 19:09:59 jessie kernel: devtmpfs: initialized
Jul 19 19:09:59 jessie kernel: PM: Registering ACPI NVS region [mem 0x7feff000-0x7fefffff] (4096 bytes)
Jul 19 19:09:59 jessie kernel: pinctrl core: initialized pinctrl subsystem
Jul 19 19:09:59 jessie kernel: NET: Registered protocol family 16
Jul 19 19:09:59 jessie kernel: cpuidle: using governor ladder
Jul 19 19:09:59 jessie kernel: cpuidle: using governor menu
Jul 19 19:09:59 jessie kernel: ACPI: bus type PCI registered
Jul 19 19:09:59 jessie kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jul 19 19:09:59 jessie kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Jul 19 19:09:59 jessie kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
Jul 19 19:09:59 jessie kernel: PCI: Using configuration type 1 for base access
Jul 19 19:09:59 jessie kernel: mtrr: your CPUs had inconsistent variable MTRR settings
Jul 19 19:09:59 jessie kernel: mtrr: probably your BIOS does not setup all CPUs.
Jul 19 19:09:59 jessie kernel: mtrr: corrected configuration.
Jul 19 19:09:59 jessie kernel: ACPI: Added _OSI(Module Device)
Jul 19 19:09:59 jessie kernel: ACPI: Added _OSI(Processor Device)
Jul 19 19:09:59 jessie kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jul 19 19:09:59 jessie kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jul 19 19:09:59 jessie kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Jul 19 19:09:59 jessie kernel: ACPI: Interpreter enabled
Jul 19 19:09:59 jessie kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
Jul 19 19:09:59 jessie kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150204/hwxface-580)
Jul 19 19:09:59 jessie kernel: ACPI: (supports S0 S1 S4 S5)
Jul 19 19:09:59 jessie kernel: ACPI: Using IOAPIC for interrupt routing
Jul 19 19:09:59 jessie kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jul 19 19:09:59 jessie kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
Jul 19 19:09:59 jessie kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Jul 19 19:09:59 jessie kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Jul 19 19:09:59 jessie kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
Jul 19 19:09:59 jessie kernel: PCI host bridge to bus 0000:00
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: root bus resource [bus 00-7f]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xfeff window]
Jul 19 19:09:59 jessie kernel: pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
Jul 19 19:09:59 jessie kernel: pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
Jul 19 19:09:59 jessie kernel: pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
Jul 19 19:09:59 jessie kernel: pci 0000:00:07.1: reg 0x20: [io  0x1060-0x106f]
Jul 19 19:09:59 jessie kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
Jul 19 19:09:59 jessie kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
Jul 19 19:09:59 jessie kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
Jul 19 19:09:59 jessie kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
Jul 19 19:09:59 jessie kernel: pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
Jul 19 19:09:59 jessie kernel: pci 0000:00:07.3: can't claim BAR 13 [io  0x1000-0x103f]: address conflict with ACPI PM1a_EVT_BLK [io  0x1000-0x1003]
Jul 19 19:09:59 jessie kernel: pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
Jul 19 19:09:59 jessie kernel: pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
Jul 19 19:09:59 jessie kernel: pci 0000:00:07.7: reg 0x10: [io  0x1080-0x10bf]
Jul 19 19:09:59 jessie kernel: pci 0000:00:07.7: reg 0x14: [mem 0xfebfe000-0xfebfffff 64bit]
Jul 19 19:09:59 jessie kernel: pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
Jul 19 19:09:59 jessie kernel: pci 0000:00:0f.0: reg 0x10: [io  0x1070-0x107f]
Jul 19 19:09:59 jessie kernel: pci 0000:00:0f.0: reg 0x14: [mem 0xe8000000-0xefffffff pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.0: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.1: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.2: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.3: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.4: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.5: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.6: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.7: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.0: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.1: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.2: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.3: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.4: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.5: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.6: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.7: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.0: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.1: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.2: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.3: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.4: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.5: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.6: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.7: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.0: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.1: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.2: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.3: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.4: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.5: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.6: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.7: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [32] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [33] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [34] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [35] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [36] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [37] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [38] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [39] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [40] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [41] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [42] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [43] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [44] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [45] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [46] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [47] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [48] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [49] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [50] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [51] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [52] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [53] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [54] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [55] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [56] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [57] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [58] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [59] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [60] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [61] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [62] registered
Jul 19 19:09:59 jessie kernel: acpiphp: Slot [63] registered
Jul 19 19:09:59 jessie kernel: pci 0000:02:00.0: [8086:100f] type 00 class 0x020000
Jul 19 19:09:59 jessie kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfd5c0000-0xfd5dffff 64bit]
Jul 19 19:09:59 jessie kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfdff0000-0xfdffffff 64bit]
Jul 19 19:09:59 jessie kernel: pci 0000:02:00.0: reg 0x20: [io  0x2000-0x203f]
Jul 19 19:09:59 jessie kernel: pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Jul 19 19:09:59 jessie kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:02:01.0: [1274:1371] type 00 class 0x040100
Jul 19 19:09:59 jessie kernel: pci 0000:02:01.0: reg 0x10: [io  0x2040-0x207f]
Jul 19 19:09:59 jessie kernel: pci 0000:02:01.0: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:02:03.0: [15ad:0774] type 00 class 0x0c0300
Jul 19 19:09:59 jessie kernel: pci 0000:02:03.0: reg 0x20: [io  0x2080-0x209f]
Jul 19 19:09:59 jessie kernel: pci 0000:02:03.0: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:02:04.0: [15ad:0770] type 00 class 0x0c0320
Jul 19 19:09:59 jessie kernel: pci 0000:02:04.0: reg 0x10: [mem 0xfd5ef000-0xfd5effff]
Jul 19 19:09:59 jessie kernel: pci 0000:02:04.0: System wakeup disabled by ACPI
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0:   bridge window [mem 0x000cc000-0x000cffff window] (subtractive decode)
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0:   bridge window [mem 0x80000000-0xfebfffff window] (subtractive decode)
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0:   bridge window [io  0x0d00-0xfeff window] (subtractive decode)
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.0:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.1:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.2:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.3:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.4:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.5:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.6:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.7:   bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.0:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.1:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.2:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.3:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.4:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.5:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.6:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.7:   bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)
Jul 19 19:09:59 jessie kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 14 15)
Jul 19 19:09:59 jessie kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11 14 15)
Jul 19 19:09:59 jessie kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 14 15)
Jul 19 19:09:59 jessie kernel: ACPI: Enabled 2 GPEs in block 00 to 0F
Jul 19 19:09:59 jessie kernel: vgaarb: setting as boot device: PCI:0000:00:0f.0
Jul 19 19:09:59 jessie kernel: vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none
Jul 19 19:09:59 jessie kernel: vgaarb: loaded
Jul 19 19:09:59 jessie kernel: vgaarb: bridge control possible 0000:00:0f.0
Jul 19 19:09:59 jessie kernel: PCI: Using ACPI for IRQ routing
Jul 19 19:09:59 jessie kernel: PCI: pci_cache_line_size set to 64 bytes
Jul 19 19:09:59 jessie kernel: e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
Jul 19 19:09:59 jessie kernel: e820: reserve RAM buffer [mem 0x7fef0000-0x7fffffff]
Jul 19 19:09:59 jessie kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Jul 19 19:09:59 jessie kernel: hpet0: 16 comparators, 64-bit 14.318180 MHz counter
Jul 19 19:09:59 jessie kernel: Switched to clocksource hpet
Jul 19 19:09:59 jessie kernel: pnp: PnP ACPI init
Jul 19 19:09:59 jessie kernel: system 00:00: [io  0x1000-0x103f] could not be reserved
Jul 19 19:09:59 jessie kernel: system 00:00: [io  0x1040-0x104f] has been reserved
Jul 19 19:09:59 jessie kernel: system 00:00: [io  0x0cf0-0x0cf1] has been reserved
Jul 19 19:09:59 jessie kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Jul 19 19:09:59 jessie kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Jul 19 19:09:59 jessie kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
Jul 19 19:09:59 jessie kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
Jul 19 19:09:59 jessie kernel: system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
Jul 19 19:09:59 jessie kernel: system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
Jul 19 19:09:59 jessie kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0400 (active)
Jul 19 19:09:59 jessie kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
Jul 19 19:09:59 jessie kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
Jul 19 19:09:59 jessie kernel: pnp 00:08: [dma 2]
Jul 19 19:09:59 jessie kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
Jul 19 19:09:59 jessie kernel: system 00:09: [io  0xfce0-0xfcff] has been reserved
Jul 19 19:09:59 jessie kernel: system 00:09: [mem 0xf0000000-0xf7ffffff] has been reserved
Jul 19 19:09:59 jessie kernel: system 00:09: [mem 0xfe800000-0xfe9fffff] has been reserved
Jul 19 19:09:59 jessie kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Jul 19 19:09:59 jessie kernel: pnp: PnP ACPI: found 10 devices
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.3: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.4: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.5: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.6: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.7: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.3: bridge window [io  0x1000-0x0fff] to [bus 0e] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.4: bridge window [io  0x1000-0x0fff] to [bus 0f] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.5: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.6: bridge window [io  0x1000-0x0fff] to [bus 11] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.7: bridge window [io  0x1000-0x0fff] to [bus 12] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.3: bridge window [io  0x1000-0x0fff] to [bus 16] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.4: bridge window [io  0x1000-0x0fff] to [bus 17] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.5: bridge window [io  0x1000-0x0fff] to [bus 18] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.6: bridge window [io  0x1000-0x0fff] to [bus 19] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.7: bridge window [io  0x1000-0x0fff] to [bus 1a] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.2: bridge window [io  0x1000-0x0fff] to [bus 1d] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.3: bridge window [io  0x1000-0x0fff] to [bus 1e] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.4: bridge window [io  0x1000-0x0fff] to [bus 1f] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.5: bridge window [io  0x1000-0x0fff] to [bus 20] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.6: bridge window [io  0x1000-0x0fff] to [bus 21] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.7: bridge window [io  0x1000-0x0fff] to [bus 22] add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:07.3: BAR 13: [io  0x1000-0x103f] has bogus alignment
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.2: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:09:59 jessie kernel: pci 0000:00:0f.0: BAR 6: assigned [mem 0x80000000-0x80007fff pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:09:59 jessie kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jul 19 19:09:59 jessie kernel: pci 0000:02:00.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0: PCI bridge to [bus 02]
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:15.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:16.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.0:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.1:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.2:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.3:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.4:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.5:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.6:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:17.7:   bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.0:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.1:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.2:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.3:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.4:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.5:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.6:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]
Jul 19 19:09:59 jessie kernel: pci 0000:00:18.7:   bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: resource 5 [mem 0x000cc000-0x000cffff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: resource 9 [mem 0x80000000-0xfebfffff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: resource 10 [io  0x0000-0x0cf7 window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:00: resource 11 [io  0x0d00-0xfeff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfdffffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:02: resource 2 [mem 0xe7b00000-0xe7ffffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:02: resource 5 [mem 0x000cc000-0x000cffff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:02: resource 6 [mem 0x000d0000-0x000d3fff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:02: resource 7 [mem 0x000d4000-0x000d7fff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:02: resource 8 [mem 0x000d8000-0x000dbfff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:02: resource 9 [mem 0x80000000-0xfebfffff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:02: resource 10 [io  0x0000-0x0cf7 window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:02: resource 11 [io  0x0d00-0xfeff window]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:03: resource 2 [mem 0xe7a00000-0xe7afffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd0fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:04: resource 2 [mem 0xe7600000-0xe76fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:05: resource 2 [mem 0xe7200000-0xe72fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:06: resource 1 [mem 0xfc800000-0xfc8fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:06: resource 2 [mem 0xe6e00000-0xe6efffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:07: resource 2 [mem 0xe6a00000-0xe6afffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:08: resource 1 [mem 0xfc000000-0xfc0fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:08: resource 2 [mem 0xe6600000-0xe66fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:09: resource 2 [mem 0xe6200000-0xe62fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:0a: resource 1 [mem 0xfb800000-0xfb8fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:0a: resource 2 [mem 0xe5e00000-0xe5efffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:0b: resource 0 [io  0x5000-0x5fff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:0b: resource 1 [mem 0xfd300000-0xfd3fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:0b: resource 2 [mem 0xe7900000-0xe79fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:0c: resource 0 [io  0x9000-0x9fff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:0c: resource 1 [mem 0xfcf00000-0xfcffffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:0c: resource 2 [mem 0xe7500000-0xe75fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:0d: resource 0 [io  0xd000-0xdfff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:0d: resource 1 [mem 0xfcb00000-0xfcbfffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:0d: resource 2 [mem 0xe7100000-0xe71fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:0e: resource 1 [mem 0xfc700000-0xfc7fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:0e: resource 2 [mem 0xe6d00000-0xe6dfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:0f: resource 1 [mem 0xfc300000-0xfc3fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:0f: resource 2 [mem 0xe6900000-0xe69fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:10: resource 1 [mem 0xfbf00000-0xfbffffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:10: resource 2 [mem 0xe6500000-0xe65fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:11: resource 1 [mem 0xfbb00000-0xfbbfffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:11: resource 2 [mem 0xe6100000-0xe61fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:12: resource 1 [mem 0xfb700000-0xfb7fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:12: resource 2 [mem 0xe5d00000-0xe5dfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:13: resource 0 [io  0x6000-0x6fff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:13: resource 1 [mem 0xfd200000-0xfd2fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:13: resource 2 [mem 0xe7800000-0xe78fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:14: resource 0 [io  0xa000-0xafff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:14: resource 1 [mem 0xfce00000-0xfcefffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:14: resource 2 [mem 0xe7400000-0xe74fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:15: resource 0 [io  0xe000-0xefff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:15: resource 1 [mem 0xfca00000-0xfcafffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:15: resource 2 [mem 0xe7000000-0xe70fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:16: resource 1 [mem 0xfc600000-0xfc6fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:16: resource 2 [mem 0xe6c00000-0xe6cfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:17: resource 1 [mem 0xfc200000-0xfc2fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:17: resource 2 [mem 0xe6800000-0xe68fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbefffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:18: resource 2 [mem 0xe6400000-0xe64fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:19: resource 1 [mem 0xfba00000-0xfbafffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:19: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:1a: resource 1 [mem 0xfb600000-0xfb6fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:1a: resource 2 [mem 0xe5c00000-0xe5cfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:1b: resource 0 [io  0x7000-0x7fff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:1b: resource 1 [mem 0xfd100000-0xfd1fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:1b: resource 2 [mem 0xe7700000-0xe77fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:1c: resource 0 [io  0xb000-0xbfff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:1c: resource 1 [mem 0xfcd00000-0xfcdfffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:1c: resource 2 [mem 0xe7300000-0xe73fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:1d: resource 1 [mem 0xfc900000-0xfc9fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:1d: resource 2 [mem 0xe6f00000-0xe6ffffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:1e: resource 1 [mem 0xfc500000-0xfc5fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:1e: resource 2 [mem 0xe6b00000-0xe6bfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:1f: resource 1 [mem 0xfc100000-0xfc1fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:1f: resource 2 [mem 0xe6700000-0xe67fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:20: resource 1 [mem 0xfbd00000-0xfbdfffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:20: resource 2 [mem 0xe6300000-0xe63fffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:21: resource 1 [mem 0xfb900000-0xfb9fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:21: resource 2 [mem 0xe5f00000-0xe5ffffff 64bit pref]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:22: resource 1 [mem 0xfb500000-0xfb5fffff]
Jul 19 19:09:59 jessie kernel: pci_bus 0000:22: resource 2 [mem 0xe5b00000-0xe5bfffff 64bit pref]
Jul 19 19:09:59 jessie kernel: NET: Registered protocol family 2
Jul 19 19:09:59 jessie kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes)
Jul 19 19:09:59 jessie kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
Jul 19 19:09:59 jessie kernel: TCP: Hash tables configured (established 16384 bind 16384)
Jul 19 19:09:59 jessie kernel: TCP: reno registered
Jul 19 19:09:59 jessie kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes)
Jul 19 19:09:59 jessie kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
Jul 19 19:09:59 jessie kernel: NET: Registered protocol family 1
Jul 19 19:09:59 jessie kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
Jul 19 19:09:59 jessie kernel: pci 0000:00:0f.0: Video device with shadowed ROM
Jul 19 19:09:59 jessie kernel: PCI: CLS mismatch (32 != 64), using 64 bytes
Jul 19 19:09:59 jessie kernel: Unpacking initramfs...
Jul 19 19:09:59 jessie kernel: Freeing initrd memory: 16984K (ffff880035ec4000 - ffff880036f5a000)
Jul 19 19:09:59 jessie kernel: Simple Boot Flag at 0x36 set to 0x80
Jul 19 19:09:59 jessie kernel: Switched to clocksource tsc
Jul 19 19:09:59 jessie kernel: RAPL PMU detected, hw unit 2^-0 Joules, API unit is 2^-32 Joules, 3 fixed counters 10737418240 ms ovfl timer
Jul 19 19:09:59 jessie kernel: microcode: CPU0 sig=0x306a9, pf=0x1, revision=0x15
Jul 19 19:09:59 jessie kernel: microcode: CPU1 sig=0x306a9, pf=0x1, revision=0x15
Jul 19 19:09:59 jessie kernel: microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
Jul 19 19:09:59 jessie kernel: futex hash table entries: 512 (order: 3, 32768 bytes)
Jul 19 19:09:59 jessie kernel: audit: initializing netlink subsys (disabled)
Jul 19 19:09:59 jessie kernel: audit: type=2000 audit(1437358197.631:1): initialized
Jul 19 19:09:59 jessie kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Jul 19 19:09:59 jessie kernel: zpool: loaded
Jul 19 19:09:59 jessie kernel: VFS: Disk quotas dquot_6.5.2
Jul 19 19:09:59 jessie kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jul 19 19:09:59 jessie kernel: alg: No test for stdrng (krng)
Jul 19 19:09:59 jessie kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Jul 19 19:09:59 jessie kernel: io scheduler noop registered
Jul 19 19:09:59 jessie kernel: io scheduler deadline registered
Jul 19 19:09:59 jessie kernel: io scheduler cfq registered (default)
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:15.1:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:15.2:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:15.3:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:15.4: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:15.4:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:15.5: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:15.5:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:15.6: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:15.6:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:15.7: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:15.7:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:16.0: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:16.0:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:16.1: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:16.1:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:16.2: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:16.2:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:16.3: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:16.3:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:16.4: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:16.4:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:16.5: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:16.5:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:16.6: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:16.6:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:16.7: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:16.7:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:17.0: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:17.0:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:17.1: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:17.1:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:17.2: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:17.2:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:17.3: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:17.3:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:17.4: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:17.4:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:17.5: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:17.5:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:17.6: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:17.6:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:17.7: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:17.7:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:18.0: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:18.0:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:18.1: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:18.1:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:18.2: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:18.2:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:18.3: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:18.3:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:18.4: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:18.4:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:18.5: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:18.5:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:18.6: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:18.6:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pcieport 0000:00:18.7: Signaling PME through PCIe PME interrupt
Jul 19 19:09:59 jessie kernel: pcie_pme 0000:00:18.7:pcie01: service driver pcie_pme loaded
Jul 19 19:09:59 jessie kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.0:pcie04: Slot #160 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.0:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.1:pcie04: Slot #161 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.1:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.2:pcie04: Slot #162 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.2:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.3:pcie04: Slot #163 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.3:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.4:pcie04: Slot #164 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.4:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.5:pcie04: Slot #165 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.5:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.6:pcie04: Slot #166 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.6:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.7:pcie04: Slot #167 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:15.7:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.0:pcie04: Slot #192 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.0:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.1:pcie04: Slot #193 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.1:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.2:pcie04: Slot #194 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.2:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.3:pcie04: Slot #195 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.3:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.4:pcie04: Slot #196 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.4:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.5:pcie04: Slot #197 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.5:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.6:pcie04: Slot #198 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.6:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.7:pcie04: Slot #199 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:16.7:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.0:pcie04: Slot #224 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.0:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.1:pcie04: Slot #225 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.1:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.2:pcie04: Slot #226 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.2:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.3:pcie04: Slot #227 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.3:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.4:pcie04: Slot #228 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.4:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.5:pcie04: Slot #229 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.5:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.6:pcie04: Slot #230 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.6:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.7:pcie04: Slot #231 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:17.7:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.0:pcie04: Slot #256 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.0:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.1:pcie04: Slot #257 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.1:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.2:pcie04: Slot #258 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.2:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.3:pcie04: Slot #259 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.3:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.4:pcie04: Slot #260 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.4:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.5:pcie04: Slot #261 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.5:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.6:pcie04: Slot #262 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.6:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.7:pcie04: Slot #263 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:09:59 jessie kernel: pciehp 0000:00:18.7:pcie04: service driver pciehp loaded
Jul 19 19:09:59 jessie kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Jul 19 19:09:59 jessie kernel: intel_idle: does not run on family 6 model 58
Jul 19 19:09:59 jessie kernel: GHES: HEST is not enabled!
Jul 19 19:09:59 jessie kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jul 19 19:09:59 jessie kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jul 19 19:09:59 jessie kernel: 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Jul 19 19:09:59 jessie kernel: Linux agpgart interface v0.103
Jul 19 19:09:59 jessie kernel: agpgart-intel 0000:00:00.0: Intel 440BX Chipset
Jul 19 19:09:59 jessie kernel: agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0
Jul 19 19:09:59 jessie kernel: AMD IOMMUv2 driver by Joerg Roedel <jroedel at suse.de>
Jul 19 19:09:59 jessie kernel: AMD IOMMUv2 functionality not available on this system
Jul 19 19:09:59 jessie kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
Jul 19 19:09:59 jessie kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jul 19 19:09:59 jessie kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jul 19 19:09:59 jessie kernel: mousedev: PS/2 mouse device common for all mice
Jul 19 19:09:59 jessie kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
Jul 19 19:09:59 jessie kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Jul 19 19:09:59 jessie kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jul 19 19:09:59 jessie kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Jul 19 19:09:59 jessie kernel: TCP: cubic registered
Jul 19 19:09:59 jessie kernel: NET: Registered protocol family 10
Jul 19 19:09:59 jessie kernel: mip6: Mobile IPv6
Jul 19 19:09:59 jessie kernel: NET: Registered protocol family 17
Jul 19 19:09:59 jessie kernel: mpls_gso: MPLS GSO support
Jul 19 19:09:59 jessie kernel: registered taskstats version 1
Jul 19 19:09:59 jessie kernel: rtc_cmos 00:01: setting system clock to 2015-07-20 02:09:58 UTC (1437358198)
Jul 19 19:09:59 jessie kernel: PM: Hibernation image not present or could not be loaded.
Jul 19 19:09:59 jessie kernel: Freeing unused kernel memory: 1252K (ffffffff81902000 - ffffffff81a3b000)
Jul 19 19:09:59 jessie kernel: Write protecting the kernel read-only data: 8192k
Jul 19 19:09:59 jessie kernel: Freeing unused kernel memory: 572K (ffff880001571000 - ffff880001600000)
Jul 19 19:09:59 jessie kernel: Freeing unused kernel memory: 108K (ffff8800017e5000 - ffff880001800000)
Jul 19 19:09:59 jessie kernel: random: systemd-udevd urandom read with 2 bits of entropy available
Jul 19 19:09:59 jessie kernel: Floppy drive(s): fd0 is 1.44M
Jul 19 19:09:59 jessie kernel: SCSI subsystem initialized
Jul 19 19:09:59 jessie kernel: FDC 0 is a post-1991 82077
Jul 19 19:09:59 jessie kernel: e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
Jul 19 19:09:59 jessie kernel: e1000: Copyright (c) 1999-2006 Intel Corporation.
Jul 19 19:09:59 jessie kernel: ACPI: bus type USB registered
Jul 19 19:09:59 jessie kernel: usbcore: registered new interface driver usbfs
Jul 19 19:09:59 jessie kernel: usbcore: registered new interface driver hub
Jul 19 19:09:59 jessie kernel: usbcore: registered new device driver usb
Jul 19 19:09:59 jessie kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jul 19 19:09:59 jessie kernel: uhci_hcd: USB Universal Host Controller Interface driver
Jul 19 19:09:59 jessie kernel: ehci-pci: EHCI PCI platform driver
Jul 19 19:09:59 jessie kernel: libata version 3.00 loaded.
Jul 19 19:09:59 jessie kernel: ata_piix 0000:00:07.1: version 2.13
Jul 19 19:09:59 jessie kernel: scsi host0: ata_piix
Jul 19 19:09:59 jessie kernel: scsi host1: ata_piix
Jul 19 19:09:59 jessie kernel: ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
Jul 19 19:09:59 jessie kernel: ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
Jul 19 19:09:59 jessie kernel: ata2.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33
Jul 19 19:09:59 jessie kernel: ata2.01: ATA-4: VMware Virtual IDE Hard Drive, 00000001, max UDMA/33
Jul 19 19:09:59 jessie kernel: ata2.01: 2097152 sectors, multi 16: LBA 
Jul 19 19:09:59 jessie kernel: ata1.00: ATA-4: VMware Virtual IDE Hard Drive, 00000001, max UDMA/33
Jul 19 19:09:59 jessie kernel: ata1.00: 8388608 sectors, multi 16: LBA 
Jul 19 19:09:59 jessie kernel: ata1.01: ATA-4: VMware Virtual IDE Hard Drive, 00000001, max UDMA/33
Jul 19 19:09:59 jessie kernel: ata1.01: 8388608 sectors, multi 16: LBA 
Jul 19 19:09:59 jessie kernel: ata2.00: configured for UDMA/33
Jul 19 19:09:59 jessie kernel: ata1.00: configured for UDMA/33
Jul 19 19:09:59 jessie kernel: ata2.01: configured for UDMA/33
Jul 19 19:09:59 jessie kernel: ata1.01: configured for UDMA/33
Jul 19 19:09:59 jessie kernel: scsi 0:0:0:0: Direct-Access     ATA      VMware Virtual I 0001 PQ: 0 ANSI: 5
Jul 19 19:09:59 jessie kernel: scsi 0:0:1:0: Direct-Access     ATA      VMware Virtual I 0001 PQ: 0 ANSI: 5
Jul 19 19:09:59 jessie kernel: scsi 1:0:0:0: CD-ROM            NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5
Jul 19 19:09:59 jessie kernel: scsi 1:0:1:0: Direct-Access     ATA      VMware Virtual I 0001 PQ: 0 ANSI: 5
Jul 19 19:09:59 jessie kernel: sd 0:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
Jul 19 19:09:59 jessie kernel: sd 0:0:0:0: [sda] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
Jul 19 19:09:59 jessie kernel: sd 0:0:1:0: [sdb] Write Protect is off
Jul 19 19:09:59 jessie kernel: sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
Jul 19 19:09:59 jessie kernel: sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Jul 19 19:09:59 jessie kernel: sd 0:0:0:0: [sda] Write Protect is off
Jul 19 19:09:59 jessie kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jul 19 19:09:59 jessie kernel: sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Jul 19 19:09:59 jessie kernel:  sda: sda1
Jul 19 19:09:59 jessie kernel:  sdb: sdb1
Jul 19 19:09:59 jessie kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jul 19 19:09:59 jessie kernel: sd 0:0:1:0: [sdb] Attached SCSI disk
Jul 19 19:09:59 jessie kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
Jul 19 19:09:59 jessie kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Jul 19 19:09:59 jessie kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Jul 19 19:09:59 jessie kernel: sd 1:0:1:0: [sdc] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB)
Jul 19 19:09:59 jessie kernel: sd 1:0:1:0: [sdc] Write Protect is off
Jul 19 19:09:59 jessie kernel: sd 1:0:1:0: [sdc] Mode Sense: 00 3a 00 00
Jul 19 19:09:59 jessie kernel: sd 1:0:1:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Jul 19 19:09:59 jessie kernel:  sdc: sdc1
Jul 19 19:09:59 jessie kernel: sd 1:0:1:0: [sdc] Attached SCSI disk
Jul 19 19:09:59 jessie kernel: md: bind<sdb1>
Jul 19 19:09:59 jessie kernel: md: bind<sda1>
Jul 19 19:09:59 jessie kernel: md: raid0 personality registered for level 0
Jul 19 19:09:59 jessie kernel: md/raid0:md0: md_size is 16760832 sectors.
Jul 19 19:09:59 jessie kernel: md: RAID0 configuration for md0 - 1 zone
Jul 19 19:09:59 jessie kernel: md: zone0=[sda1/sdb1]
Jul 19 19:09:59 jessie kernel:       zone-offset=         0KB, device-offset=         0KB, size=   8380416KB
Jul 19 19:09:59 jessie kernel: 
Jul 19 19:09:59 jessie kernel: md0: detected capacity change from 0 to 8581545984
Jul 19 19:09:59 jessie kernel: e1000 0000:02:00.0 eth0: (PCI:66MHz:32-bit) 00:0c:29:b5:5f:8c
Jul 19 19:09:59 jessie kernel: e1000 0000:02:00.0 eth0: Intel(R) PRO/1000 Network Connection
Jul 19 19:09:59 jessie kernel: uhci_hcd 0000:02:03.0: UHCI Host Controller
Jul 19 19:09:59 jessie kernel: uhci_hcd 0000:02:03.0: new USB bus registered, assigned bus number 1
Jul 19 19:09:59 jessie kernel: uhci_hcd 0000:02:03.0: detected 2 ports
Jul 19 19:09:59 jessie kernel: uhci_hcd 0000:02:03.0: irq 17, io base 0x00002080
Jul 19 19:09:59 jessie kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
Jul 19 19:09:59 jessie kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 19 19:09:59 jessie kernel: usb usb1: Product: UHCI Host Controller
Jul 19 19:09:59 jessie kernel: usb usb1: Manufacturer: Linux 4.0.0-2-amd64 uhci_hcd
Jul 19 19:09:59 jessie kernel: usb usb1: SerialNumber: 0000:02:03.0
Jul 19 19:09:59 jessie kernel: hub 1-0:1.0: USB hub found
Jul 19 19:09:59 jessie kernel: hub 1-0:1.0: 2 ports detected
Jul 19 19:09:59 jessie kernel: ehci-pci 0000:02:04.0: EHCI Host Controller
Jul 19 19:09:59 jessie kernel: ehci-pci 0000:02:04.0: new USB bus registered, assigned bus number 2
Jul 19 19:09:59 jessie kernel: ehci-pci 0000:02:04.0: cache line size of 64 is not supported
Jul 19 19:09:59 jessie kernel: ehci-pci 0000:02:04.0: irq 18, io mem 0xfd5ef000
Jul 19 19:09:59 jessie kernel: ehci-pci 0000:02:04.0: USB 2.0 started, EHCI 1.00
Jul 19 19:09:59 jessie kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Jul 19 19:09:59 jessie kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 19 19:09:59 jessie kernel: usb usb2: Product: EHCI Host Controller
Jul 19 19:09:59 jessie kernel: usb usb2: Manufacturer: Linux 4.0.0-2-amd64 ehci_hcd
Jul 19 19:09:59 jessie kernel: usb usb2: SerialNumber: 0000:02:04.0
Jul 19 19:09:59 jessie kernel: hub 2-0:1.0: USB hub found
Jul 19 19:09:59 jessie kernel: hub 2-0:1.0: 6 ports detected
Jul 19 19:09:59 jessie kernel: blk_update_request: I/O error, dev fd0, sector 0
Jul 19 19:09:59 jessie kernel: floppy: error -5 while reading block 0
Jul 19 19:09:59 jessie kernel: device-mapper: uevent: version 1.0.3
Jul 19 19:09:59 jessie kernel: device-mapper: ioctl: 4.30.0-ioctl (2014-12-22) initialised: dm-devel at redhat.com
Jul 19 19:09:59 jessie kernel: PM: Starting manual resume from disk
Jul 19 19:09:59 jessie kernel: PM: Hibernation image partition 253:1 present
Jul 19 19:09:59 jessie kernel: PM: Looking for hibernation image.
Jul 19 19:09:59 jessie kernel: PM: Image not found (code -22)
Jul 19 19:09:59 jessie kernel: PM: Hibernation image not present or could not be loaded.
Jul 19 19:09:59 jessie kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
Jul 19 19:09:59 jessie kernel: usb 1-1: new full-speed USB device number 2 using uhci_hcd
Jul 19 19:09:59 jessie kernel: random: nonblocking pool is initialized
Jul 19 19:09:59 jessie systemd[1]: Inserted module 'autofs4'
Jul 19 19:09:59 jessie systemd[1]: systemd 221 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
Jul 19 19:09:59 jessie systemd[1]: Detected virtualization vmware.
Jul 19 19:09:59 jessie systemd[1]: Detected architecture x86-64.
Jul 19 19:09:59 jessie systemd[1]: Set hostname to <jessie>.
Jul 19 19:09:59 jessie systemd[1]: display-manager.service: Cannot add dependency job, ignoring: Unit display-manager.service failed to load: No such file or directory.
Jul 19 19:09:59 jessie systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jul 19 19:09:59 jessie systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
Jul 19 19:09:59 jessie systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jul 19 19:09:59 jessie systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
Jul 19 19:09:59 jessie systemd[1]: Reached target Remote File Systems (Pre).
Jul 19 19:09:59 jessie systemd[1]: Starting Remote File Systems (Pre).
Jul 19 19:09:59 jessie systemd[1]: Created slice Root Slice.
Jul 19 19:09:59 jessie systemd[1]: Starting Root Slice.
Jul 19 19:09:59 jessie systemd[1]: Created slice User and Session Slice.
Jul 19 19:09:59 jessie systemd[1]: Starting User and Session Slice.
Jul 19 19:09:59 jessie systemd[1]: Created slice System Slice.
Jul 19 19:09:59 jessie systemd[1]: Starting System Slice.
Jul 19 19:09:59 jessie systemd[1]: Reached target Slices.
Jul 19 19:09:59 jessie systemd[1]: Starting Slices.
Jul 19 19:09:59 jessie systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jul 19 19:09:59 jessie systemd[1]: Starting Device-mapper event daemon FIFOs.
Jul 19 19:09:59 jessie systemd[1]: Listening on udev Kernel Socket.
Jul 19 19:09:59 jessie systemd[1]: Starting udev Kernel Socket.
Jul 19 19:09:59 jessie systemd[1]: Starting Increase datagram queue length...
Jul 19 19:09:59 jessie systemd[1]: Listening on udev Control Socket.
Jul 19 19:09:59 jessie systemd[1]: Starting udev Control Socket.
Jul 19 19:09:59 jessie systemd[1]: Created slice system-systemd\x2dfsck.slice.
Jul 19 19:09:59 jessie systemd[1]: Starting system-systemd\x2dfsck.slice.
Jul 19 19:09:59 jessie systemd[1]: Listening on Journal Socket.
Jul 19 19:09:59 jessie systemd[1]: Starting Journal Socket.
Jul 19 19:09:59 jessie systemd[1]: Starting Create list of required static device nodes for the current kernel...
Jul 19 19:09:59 jessie systemd[1]: Mounting Debug File System...
Jul 19 19:09:59 jessie systemd[1]: Mounting Huge Pages File System...
Jul 19 19:09:59 jessie systemd[1]: Listening on fsck to fsckd communication Socket.
Jul 19 19:09:59 jessie systemd[1]: Starting fsck to fsckd communication Socket.
Jul 19 19:09:59 jessie systemd[1]: Started File System Check on Root Device.
Jul 19 19:09:59 jessie systemd[1]: Starting Load Kernel Modules...
Jul 19 19:09:59 jessie systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jul 19 19:09:59 jessie systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
Jul 19 19:09:59 jessie systemd[1]: Started Set Up Additional Binary Formats.
Jul 19 19:09:59 jessie systemd[1]: Listening on Journal Socket (/dev/log).
Jul 19 19:09:59 jessie systemd[1]: Starting Journal Socket (/dev/log).
Jul 19 19:09:59 jessie systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Jul 19 19:09:59 jessie systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
Jul 19 19:09:59 jessie systemd[1]: Mounting POSIX Message Queue File System...
Jul 19 19:09:59 jessie systemd[1]: Listening on Journal Audit Socket.
Jul 19 19:09:59 jessie systemd[1]: Starting Journal Audit Socket.
Jul 19 19:09:59 jessie systemd[1]: Created slice system-getty.slice.
Jul 19 19:09:59 jessie systemd[1]: Starting system-getty.slice.
Jul 19 19:09:59 jessie systemd[1]: Listening on LVM2 metadata daemon socket.
Jul 19 19:09:59 jessie systemd[1]: Starting LVM2 metadata daemon socket.
Jul 19 19:09:59 jessie systemd[1]: Started Create list of required static device nodes for the current kernel.
Jul 19 19:09:59 jessie systemd[1]: Starting Create Static Device Nodes in /dev...
Jul 19 19:09:59 jessie systemd[1]: Mounted Debug File System.
Jul 19 19:09:59 jessie systemd[1]: Mounted Huge Pages File System.
Jul 19 19:09:59 jessie systemd[1]: Mounted POSIX Message Queue File System.
Jul 19 19:09:59 jessie systemd[1]: Started Load Kernel Modules.
Jul 19 19:09:59 jessie systemd[1]: Starting Apply Kernel Variables...
Jul 19 19:09:59 jessie systemd[1]: Mounted FUSE Control File System.
Jul 19 19:09:59 jessie systemd[1]: Mounted Configuration File System.
Jul 19 19:09:59 jessie systemd[1]: Started Increase datagram queue length.
Jul 19 19:09:59 jessie systemd[1]: Listening on Syslog Socket.
Jul 19 19:09:59 jessie systemd[1]: Starting Syslog Socket.
Jul 19 19:09:59 jessie systemd[1]: Starting Journal Service...
Jul 19 19:09:59 jessie systemd[1]: Started Apply Kernel Variables.
Jul 19 19:09:59 jessie systemd[1]: Started Create Static Device Nodes in /dev.
Jul 19 19:09:59 jessie systemd[1]: Starting udev Kernel Device Manager...
Jul 19 19:09:59 jessie systemd[1]: Started udev Kernel Device Manager.
Jul 19 19:09:59 jessie systemd[1]: Starting LSB: MD array assembly...
Jul 19 19:09:59 jessie systemd[1]: Starting LSB: Set preliminary keymap...
Jul 19 19:09:59 jessie systemd-journal[197]: Journal started
Jul 19 19:09:59 jessie systemd[1]: Started Journal Service.
Jul 19 19:09:59 jessie mdadm-raid[201]: Generating udev events for MD arrays...done.
Jul 19 19:09:59 jessie systemd[1]: Started LSB: MD array assembly.
Jul 19 19:09:59 jessie kernel: blk_update_request: I/O error, dev fd0, sector 0
Jul 19 19:09:59 jessie kernel: floppy: error -5 while reading block 0
Jul 19 19:09:59 jessie keyboard-setup[202]: Setting preliminary keymap...done.
Jul 19 19:09:59 jessie systemd[1]: Started LSB: Set preliminary keymap.
Jul 19 19:09:59 jessie systemd[1]: Starting Remount Root and Kernel File Systems...
Jul 19 19:09:59 jessie systemd[1]: Started Remount Root and Kernel File Systems.
Jul 19 19:09:59 jessie systemd[1]: Reached target Local File Systems (Pre).
Jul 19 19:09:59 jessie systemd[1]: Starting Local File Systems (Pre).
Jul 19 19:09:59 jessie systemd[1]: Mounted Virtual Machine and Container Storage.
Jul 19 19:09:59 jessie systemd[1]: Starting Flush Journal to Persistent Storage...
Jul 19 19:09:59 jessie kernel: EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
Jul 19 19:09:59 jessie systemd[1]: Started Rebuild Hardware Database.
Jul 19 19:09:59 jessie systemd[1]: Starting udev Coldplug all Devices...
Jul 19 19:09:59 jessie systemd[1]: Starting Load/Save Random Seed...
Jul 19 19:09:59 jessie systemd[1]: Started Various fixups to make systemd work better on Debian.
Jul 19 19:09:59 jessie systemd-journal[197]: Permanent journal is using 8.0M (max allowed 368.8M, trying to leave 553.2M free of 2.1G available ? current limit 368.8M).
Jul 19 19:09:59 jessie systemd-journal[197]: Time spent on flushing to /var is 51.866ms for 1283 entries.
Jul 19 19:09:59 jessie kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Jul 19 19:09:59 jessie kernel: ACPI: Power Button [PWRF]
Jul 19 19:09:59 jessie kernel: ACPI: AC Adapter [ACAD] (on-line)
Jul 19 19:09:59 jessie kernel: parport_pc 00:05: reported by Plug and Play ACPI
Jul 19 19:09:59 jessie kernel: parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
Jul 19 19:09:59 jessie kernel: vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x11080, irq 16
Jul 19 19:09:59 jessie kernel: vmw_vmci 0000:00:07.7: Using capabilities 0xc
Jul 19 19:09:59 jessie kernel: Guest personality initialized and is active
Jul 19 19:09:59 jessie kernel: piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
Jul 19 19:09:59 jessie kernel: VMCI host device registered (name=vmci, major=10, minor=58)
Jul 19 19:09:59 jessie kernel: Initialized host personality
Jul 19 19:09:59 jessie kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jul 19 19:09:59 jessie kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Jul 19 19:09:59 jessie kernel: sd 0:0:1:0: Attached scsi generic sg1 type 0
Jul 19 19:09:59 jessie kernel: sr 1:0:0:0: Attached scsi generic sg2 type 5
Jul 19 19:09:59 jessie kernel: sd 1:0:1:0: Attached scsi generic sg3 type 0
Jul 19 19:09:59 jessie systemd[1]: Started Load/Save Random Seed.
Jul 19 19:09:59 jessie systemd[1]: Started udev Coldplug all Devices.
Jul 19 19:09:59 jessie systemd[1]: Starting udev Wait for Complete Device Initialization...
Jul 19 19:09:59 jessie systemd[1]: Started Flush Journal to Persistent Storage.
Jul 19 19:09:59 jessie kernel: [drm] Initialized drm 1.1.0 20060810
Jul 19 19:09:59 jessie kernel: [drm] DMA map mode: Using physical TTM page addresses.
Jul 19 19:09:59 jessie kernel: [drm] Capabilities:
Jul 19 19:09:59 jessie kernel: [drm]   Rect copy.
Jul 19 19:09:59 jessie kernel: [drm]   Cursor.
Jul 19 19:09:59 jessie kernel: [drm]   Cursor bypass.
Jul 19 19:09:59 jessie kernel: [drm]   Cursor bypass 2.
Jul 19 19:09:59 jessie kernel: [drm]   8bit emulation.
Jul 19 19:09:59 jessie kernel: [drm]   Alpha cursor.
Jul 19 19:09:59 jessie kernel: [drm]   Extended Fifo.
Jul 19 19:09:59 jessie kernel: [drm]   Multimon.
Jul 19 19:09:59 jessie kernel: [drm]   Pitchlock.
Jul 19 19:09:59 jessie kernel: [drm]   Irq mask.
Jul 19 19:09:59 jessie kernel: [drm]   Display Topology.
Jul 19 19:09:59 jessie kernel: [drm]   GMR.
Jul 19 19:09:59 jessie kernel: [drm]   Traces.
Jul 19 19:09:59 jessie kernel: [drm]   GMR2.
Jul 19 19:09:59 jessie kernel: [drm]   Screen Object 2.
Jul 19 19:09:59 jessie kernel: [drm]   Command Buffers.
Jul 19 19:09:59 jessie kernel: [drm] Max GMR ids is 64
Jul 19 19:09:59 jessie kernel: [drm] Max number of GMR pages is 196608
Jul 19 19:09:59 jessie kernel: [drm] Max dedicated hypervisor surface memory is 786432 kiB
Jul 19 19:09:59 jessie kernel: [drm] Maximum display memory size is 65536 kiB
Jul 19 19:09:59 jessie kernel: [drm] VRAM at 0xe8000000 size is 65536 kiB
Jul 19 19:09:59 jessie kernel: [drm] MMIO at 0xfe000000 size is 2048 kiB
Jul 19 19:09:59 jessie kernel: [drm] global init.
Jul 19 19:09:59 jessie kernel: [TTM] Zone  kernel: Available graphics memory: 1026960 kiB
Jul 19 19:09:59 jessie kernel: [TTM] Initializing pool allocator
Jul 19 19:09:59 jessie kernel: [TTM] Initializing DMA pool allocator
Jul 19 19:09:59 jessie kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jul 19 19:09:59 jessie kernel: [drm] No driver support for vblank timestamp query.
Jul 19 19:09:59 jessie kernel: [drm] Screen objects system initialized
Jul 19 19:09:59 jessie kernel: [drm] width 640
Jul 19 19:09:59 jessie kernel: [drm] height 480
Jul 19 19:09:59 jessie kernel: [drm] bpp 32
Jul 19 19:09:59 jessie kernel: [drm] Fifo max 0x00200000 min 0x00001000 cap 0x0000077f
Jul 19 19:10:00 jessie kernel: input: PC Speaker as /devices/platform/pcspkr/input/input3
Jul 19 19:10:00 jessie systemd[1]: Found device VMware_Virtual_IDE_Hard_Drive BOOTSTRAP.
Jul 19 19:10:00 jessie systemd[1]: Starting File System Check on /dev/disk/by-uuid/e349e6b1-93bc-409c-a2ec-27d69b355343...
Jul 19 19:10:00 jessie kernel: fbcon: svgadrmfb (fb0) is primary device
Jul 19 19:10:00 jessie kernel: Console: switching to colour frame buffer device 100x37
Jul 19 19:10:00 jessie kernel: [drm] Initialized vmwgfx 2.6.1 20140704 for 0000:00:0f.0 on minor 0
Jul 19 19:10:00 jessie kernel: ppdev: user-space parallel port driver
Jul 19 19:10:00 jessie systemd[1]: Started File System Check Daemon to report status.
Jul 19 19:10:00 jessie systemd[1]: Starting File System Check Daemon to report status...
Jul 19 19:10:00 jessie systemd[1]: Created slice system-ifup.slice.
Jul 19 19:10:00 jessie systemd[1]: Starting system-ifup.slice.
Jul 19 19:10:00 jessie systemd[1]: Found device 82545EM Gigabit Ethernet Controller (Copper) (PRO/1000 MT Single Port Adapter).
Jul 19 19:10:00 jessie kernel: AVX version of gcm_enc/dec engaged.
Jul 19 19:10:00 jessie kernel: AES CTR mode by8 optimization enabled
Jul 19 19:10:00 jessie systemd-fsck[289]: BOOTSTRAP: clean, 332/65408 files, 18439/261632 blocks
Jul 19 19:10:00 jessie systemd[1]: Started File System Check on /dev/disk/by-uuid/e349e6b1-93bc-409c-a2ec-27d69b355343.
Jul 19 19:10:00 jessie systemd[1]: Mounting /boot...
Jul 19 19:10:00 jessie kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
Jul 19 19:10:00 jessie kernel: EXT4-fs (sdc1): mounting ext2 file system using the ext4 subsystem
Jul 19 19:10:00 jessie kernel: EXT4-fs (sdc1): mounted filesystem without journal. Opts: (null)
Jul 19 19:10:00 jessie kernel: alg: No test for crc32 (crc32-pclmul)
Jul 19 19:10:00 jessie systemd[1]: Mounted /boot.
Jul 19 19:10:00 jessie kernel: intel_rapl: no valid rapl domains found in package 0
Jul 19 19:10:00 jessie systemd[1]: Found device /dev/mapper/jessie-swap.
Jul 19 19:10:00 jessie systemd[1]: Activating swap /dev/mapper/jessie-swap...
Jul 19 19:10:00 jessie systemd[1]: Activated swap /dev/mapper/jessie-swap.
Jul 19 19:10:00 jessie systemd[1]: Reached target Swap.
Jul 19 19:10:00 jessie systemd[1]: Starting Swap.
Jul 19 19:10:00 jessie kernel: Adding 1949692k swap on /dev/mapper/jessie-swap.  Priority:-1 extents:1 across:1949692k FS
Jul 19 19:10:00 jessie kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4
Jul 19 19:10:00 jessie kernel: usb 1-1: New USB device found, idVendor=0e0f, idProduct=0003
Jul 19 19:10:00 jessie kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 19 19:10:00 jessie kernel: usb 1-1: Product: VMware Virtual USB Mouse
Jul 19 19:10:00 jessie kernel: usb 1-1: Manufacturer: VMware
Jul 19 19:10:00 jessie kernel: usb 1-2: new full-speed USB device number 3 using uhci_hcd
Jul 19 19:10:00 jessie kernel: usb 1-2: New USB device found, idVendor=0e0f, idProduct=0002
Jul 19 19:10:00 jessie kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jul 19 19:10:00 jessie kernel: usb 1-2: Product: VMware Virtual USB Hub
Jul 19 19:10:00 jessie kernel: hub 1-2:1.0: USB hub found
Jul 19 19:10:00 jessie kernel: hub 1-2:1.0: 7 ports detected
Jul 19 19:10:00 jessie kernel: hidraw: raw HID events driver (C) Jiri Kosina
Jul 19 19:10:00 jessie kernel: usbcore: registered new interface driver usbhid
Jul 19 19:10:00 jessie kernel: usbhid: USB HID core driver
Jul 19 19:10:00 jessie kernel: input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:03.0/usb1/1-1/1-1:1.0/0003:0E0F:0003.0001/input/input5
Jul 19 19:10:00 jessie kernel: hid-generic 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:03.0-1/input0
Jul 19 19:10:00 jessie kernel: input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:03.0/usb1/1-1/1-1:1.1/0003:0E0F:0003.0002/input/input6
Jul 19 19:10:00 jessie kernel: hid-generic 0003:0E0F:0003.0002: input,hidraw1: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:03.0-1/input1
Jul 19 19:10:00 jessie systemd[1]: Reached target Sound Card.
Jul 19 19:10:00 jessie systemd[1]: Starting Sound Card.
Jul 19 19:10:00 jessie systemd[1]: Started udev Wait for Complete Device Initialization.
Jul 19 19:10:00 jessie systemd[1]: Starting Activation of LVM2 logical volumes...
Jul 19 19:10:00 jessie systemd[1]: Starting Copy rules generated while the root was ro...
Jul 19 19:10:00 jessie systemd[1]: Started Copy rules generated while the root was ro.
Jul 19 19:10:00 jessie lvm[339]: 3 logical volume(s) in volume group "jessie" now active
Jul 19 19:10:00 jessie systemd[1]: Found device /dev/mapper/jessie-home.
Jul 19 19:10:00 jessie systemd[1]: Started Activation of LVM2 logical volumes.
Jul 19 19:10:00 jessie systemd[1]: Reached target Encrypted Volumes.
Jul 19 19:10:00 jessie systemd[1]: Starting Encrypted Volumes.
Jul 19 19:10:00 jessie systemd[1]: Starting Activation of LVM2 logical volumes...
Jul 19 19:10:00 jessie systemd[1]: Starting File System Check on /dev/mapper/jessie-home...
Jul 19 19:10:00 jessie systemd-fsck[351]: HOME: clean, 18/157760 files, 27275/630784 blocks
Jul 19 19:10:00 jessie systemd[1]: Started File System Check on /dev/mapper/jessie-home.
Jul 19 19:10:00 jessie systemd[1]: Mounting /home...
Jul 19 19:10:00 jessie systemd[1]: Mounted /home.
Jul 19 19:10:00 jessie kernel: EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
Jul 19 19:10:00 jessie lvm[350]: 3 logical volume(s) in volume group "jessie" now active
Jul 19 19:10:00 jessie systemd[1]: Started Activation of LVM2 logical volumes.
Jul 19 19:10:00 jessie systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jul 19 19:10:00 jessie lvm[362]: 3 logical volume(s) in volume group "jessie" monitored
Jul 19 19:10:00 jessie systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jul 19 19:10:00 jessie systemd[1]: Reached target Local File Systems.
Jul 19 19:10:00 jessie systemd[1]: Starting Local File Systems.
Jul 19 19:10:00 jessie systemd[1]: Reached target Remote File Systems.
Jul 19 19:10:00 jessie systemd[1]: Starting Remote File Systems.
Jul 19 19:10:00 jessie systemd[1]: Starting LSB: Prepare console...
Jul 19 19:10:00 jessie systemd[1]: Started Commit a transient machine-id on disk.
Jul 19 19:10:00 jessie systemd[1]: Starting LSB: Raise network interfaces....
Jul 19 19:10:00 jessie systemd[1]: Starting Create Volatile Files and Directories...
Jul 19 19:10:00 jessie systemd[1]: Started Create Volatile Files and Directories.
Jul 19 19:10:00 jessie systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Jul 19 19:10:00 jessie systemd[1]: Starting Network Time Synchronization...
Jul 19 19:10:00 jessie systemd[1]: Started Network Time Synchronization.
Jul 19 19:10:00 jessie systemd[1]: Reached target System Time Synchronized.
Jul 19 19:10:00 jessie systemd[1]: Starting System Time Synchronized.
Jul 19 19:10:00 jessie systemd[1]: Started Update UTMP about System Boot/Shutdown.
Jul 19 19:10:00 jessie kbd[364]: Setting console screen modes.
Jul 19 19:10:00 jessie kbd[364]: setterm: $TERM is not defined.
Jul 19 19:10:00 jessie systemd[1]: Started LSB: Prepare console.
Jul 19 19:10:00 jessie systemd[1]: Starting LSB: Set console font and keymap...
Jul 19 19:10:00 jessie kernel: e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
Jul 19 19:10:00 jessie dhclient[503]: Internet Systems Consortium DHCP Client 4.3.2
Jul 19 19:10:00 jessie networking[365]: Configuring network interfaces...Internet Systems Consortium DHCP Client 4.3.2
Jul 19 19:10:00 jessie dhclient[503]: Copyright 2004-2015 Internet Systems Consortium.
Jul 19 19:10:00 jessie networking[365]: Copyright 2004-2015 Internet Systems Consortium.
Jul 19 19:10:00 jessie dhclient[503]: All rights reserved.
Jul 19 19:10:00 jessie networking[365]: All rights reserved.
Jul 19 19:10:00 jessie dhclient[503]: For info, please visit https://www.isc.org/software/dhcp/
Jul 19 19:10:00 jessie networking[365]: For info, please visit https://www.isc.org/software/dhcp/
Jul 19 19:10:00 jessie dhclient[503]: 
Jul 19 19:10:00 jessie console-setup[413]: Setting up console font and keymap...done.
Jul 19 19:10:00 jessie systemd[1]: Started LSB: Set console font and keymap.
Jul 19 19:10:01 jessie dhclient[503]: Listening on LPF/eth0/00:0c:29:b5:5f:8c
Jul 19 19:10:01 jessie dhclient[503]: Sending on   LPF/eth0/00:0c:29:b5:5f:8c
Jul 19 19:10:01 jessie dhclient[503]: Sending on   Socket/fallback
Jul 19 19:10:01 jessie dhclient[503]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
Jul 19 19:10:01 jessie networking[365]: Listening on LPF/eth0/00:0c:29:b5:5f:8c
Jul 19 19:10:01 jessie networking[365]: Sending on   LPF/eth0/00:0c:29:b5:5f:8c
Jul 19 19:10:01 jessie networking[365]: Sending on   Socket/fallback
Jul 19 19:10:01 jessie networking[365]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
Jul 19 19:10:01 jessie dhclient[503]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Jul 19 19:10:01 jessie dhclient[503]: DHCPOFFER from 192.168.1.14
Jul 19 19:10:01 jessie networking[365]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Jul 19 19:10:01 jessie networking[365]: DHCPOFFER from 192.168.1.14
Jul 19 19:10:01 jessie dhclient[503]: DHCPACK from 192.168.1.14
Jul 19 19:10:01 jessie networking[365]: DHCPACK from 192.168.1.14
Jul 19 19:10:01 jessie dhclient[503]: bound to 192.168.1.26 -- renewal in 3249 seconds.
Jul 19 19:10:01 jessie networking[365]: bound to 192.168.1.26 -- renewal in 3249 seconds.
Jul 19 19:10:01 jessie networking[365]: done.
Jul 19 19:10:01 jessie systemd[1]: Started LSB: Raise network interfaces..
Jul 19 19:10:01 jessie systemd[1]: Starting ifup for eth0...
Jul 19 19:10:01 jessie ifup[559]: /sbin/ifup: interface eth0 already configured
Jul 19 19:10:01 jessie ifquery[561]: eth0=eth0
Jul 19 19:10:01 jessie systemd[1]: Started ifup for eth0.
Jul 19 19:10:01 jessie systemd[1]: Reached target Network.
Jul 19 19:10:01 jessie systemd[1]: Starting Network.
Jul 19 19:10:01 jessie systemd[1]: Reached target Network is Online.
Jul 19 19:10:01 jessie systemd[1]: Starting Network is Online.
Jul 19 19:10:01 jessie systemd[1]: Starting LSB: RPC portmapper replacement...
Jul 19 19:10:01 jessie rpcbind[563]: Starting rpcbind daemon....
Jul 19 19:10:01 jessie systemd[1]: Started LSB: RPC portmapper replacement.
Jul 19 19:10:01 jessie systemd[1]: Reached target RPC Port Mapper.
Jul 19 19:10:01 jessie systemd[1]: Starting RPC Port Mapper.
Jul 19 19:10:01 jessie systemd[1]: Starting LSB: NFS support files common to client and server...
Jul 19 19:10:01 jessie rpc.statd[582]: Version 1.2.8 starting
Jul 19 19:10:01 jessie sm-notify[583]: Version 1.2.8 starting
Jul 19 19:10:01 jessie kernel: RPC: Registered named UNIX socket transport module.
Jul 19 19:10:01 jessie kernel: RPC: Registered udp transport module.
Jul 19 19:10:01 jessie kernel: RPC: Registered tcp transport module.
Jul 19 19:10:01 jessie kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Jul 19 19:10:01 jessie kernel: FS-Cache: Loaded
Jul 19 19:10:01 jessie kernel: FS-Cache: Netfs 'nfs' registered for caching
Jul 19 19:10:01 jessie kernel: Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
Jul 19 19:10:01 jessie nfs-common[577]: Starting NFS common utilities: statd idmapd.
Jul 19 19:10:01 jessie systemd[1]: Started LSB: NFS support files common to client and server.
Jul 19 19:10:01 jessie systemd[1]: Reached target System Initialization.
Jul 19 19:10:01 jessie systemd[1]: Starting System Initialization.
Jul 19 19:10:01 jessie systemd[1]: Listening on ACPID Listen Socket.
Jul 19 19:10:01 jessie systemd[1]: Starting ACPID Listen Socket.
Jul 19 19:10:01 jessie systemd[1]: Started Daily Cleanup of Temporary Directories.
Jul 19 19:10:01 jessie systemd[1]: Starting Daily Cleanup of Temporary Directories.
Jul 19 19:10:01 jessie systemd[1]: Reached target Timers.
Jul 19 19:10:01 jessie systemd[1]: Starting Timers.
Jul 19 19:10:01 jessie systemd[1]: Started ACPI Events Check.
Jul 19 19:10:01 jessie systemd[1]: Starting ACPI Events Check.
Jul 19 19:10:01 jessie systemd[1]: Reached target Paths.
Jul 19 19:10:01 jessie systemd[1]: Starting Paths.
Jul 19 19:10:01 jessie systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 19 19:10:01 jessie systemd[1]: Starting D-Bus System Message Bus Socket.
Jul 19 19:10:01 jessie systemd[1]: Reached target Sockets.
Jul 19 19:10:01 jessie systemd[1]: Starting Sockets.
Jul 19 19:10:01 jessie systemd[1]: Reached target Basic System.
Jul 19 19:10:01 jessie systemd[1]: Starting Basic System.
Jul 19 19:10:01 jessie systemd[1]: Starting LSB: daemon to balance interrupts for SMP systems...
Jul 19 19:10:01 jessie systemd[1]: Starting /etc/rc.local Compatibility...
Jul 19 19:10:01 jessie irqbalance[606]: Starting SMP IRQ Balancer: irqbalance.
Jul 19 19:10:01 jessie systemd[1]: Started ACPI event daemon.
Jul 19 19:10:01 jessie systemd[1]: Starting ACPI event daemon...
Jul 19 19:10:01 jessie systemd[1]: Started Deferred execution scheduler.
Jul 19 19:10:01 jessie systemd[1]: Starting Deferred execution scheduler...
Jul 19 19:10:01 jessie systemd[1]: Started OpenBSD Secure Shell server.
Jul 19 19:10:01 jessie systemd[1]: Starting OpenBSD Secure Shell server...
Jul 19 19:10:01 jessie systemd[1]: Started Regular background program processing daemon.
Jul 19 19:10:01 jessie systemd[1]: Starting Regular background program processing daemon...
Jul 19 19:10:01 jessie systemd[1]: Starting Permit User Sessions...
Jul 19 19:10:01 jessie systemd[1]: Starting System Logging Service...
Jul 19 19:10:01 jessie systemd[1]: Starting LSB: exim Mail Transport Agent...
Jul 19 19:10:01 jessie systemd[1]: Started getty on tty2-tty6 if dbus and logind are not available.
Jul 19 19:10:01 jessie systemd[1]: Started D-Bus System Message Bus.
Jul 19 19:10:01 jessie cron[616]: (CRON) INFO (pidfile fd = 3)
Jul 19 19:10:01 jessie cron[616]: (CRON) INFO (Running @reboot jobs)
Jul 19 19:10:01 jessie systemd[1]: Starting D-Bus System Message Bus...
Jul 19 19:10:01 jessie systemd[1]: Starting Login Service...
Jul 19 19:10:01 jessie systemd[1]: Started System Logging Service.
Jul 19 19:10:01 jessie systemd[1]: Started LSB: daemon to balance interrupts for SMP systems.
Jul 19 19:10:01 jessie systemd[1]: Started /etc/rc.local Compatibility.
Jul 19 19:10:01 jessie systemd[1]: Started Permit User Sessions.
Jul 19 19:10:01 jessie systemd[1]: Started Getty on tty1.
Jul 19 19:10:01 jessie systemd[1]: Starting Getty on tty1...
Jul 19 19:10:01 jessie systemd[1]: Reached target Login Prompts.
Jul 19 19:10:01 jessie systemd[1]: Starting Login Prompts.
Jul 19 19:10:01 jessie systemd[1]: Started Login Service.
Jul 19 19:10:01 jessie systemd-logind[644]: New seat seat0.
Jul 19 19:10:01 jessie systemd-logind[644]: Watching system buttons on /dev/input/event1 (Power Button)
Jul 19 19:10:01 jessie sshd[615]: Server listening on 0.0.0.0 port 22.
Jul 19 19:10:01 jessie sshd[615]: Server listening on :: port 22.
Jul 19 19:10:01 jessie acpid[613]: starting up with netlink and the input layer
Jul 19 19:10:01 jessie acpid[613]: 1 rule loaded
Jul 19 19:10:01 jessie acpid[613]: waiting for events: event logging is off
Jul 19 19:10:01 jessie exim4[619]: Starting MTA: exim4.
Jul 19 19:10:01 jessie systemd[1]: Started LSB: exim Mail Transport Agent.
Jul 19 19:10:01 jessie systemd[1]: Reached target Multi-User System.
Jul 19 19:10:01 jessie systemd[1]: Starting Multi-User System.
Jul 19 19:10:01 jessie systemd[1]: Reached target Graphical Interface.
Jul 19 19:10:01 jessie systemd[1]: Starting Graphical Interface.
Jul 19 19:10:01 jessie systemd[1]: Starting Update UTMP about System Runlevel Changes...
Jul 19 19:10:01 jessie systemd[1]: Started Update UTMP about System Runlevel Changes.
Jul 19 19:10:01 jessie systemd[1]: Startup finished in 1.500s (kernel) + 2.227s (userspace) = 3.728s.
Jul 19 19:10:06 jessie login[645]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Jul 19 19:10:06 jessie login[883]: ROOT LOGIN  on '/dev/tty1'
-------------- next part --------------
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.0.0-2-amd64 (debian-kernel at lists.debian.org) (gcc version 4.9.3 (Debian 4.9.3-1) ) #1 SMP Debian 4.0.8-1 (2015-07-11)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.0.0-2-amd64 root=/dev/mapper/jessie-root ro quiet
[    0.000000] Disabled fast string operations
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007feeffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fef0000-0x000000007fefefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007feff000-0x000000007fefffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007ff00000-0x000000007fffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/31/2013
[    0.000000] Hypervisor detected: VMware
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x80000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CBFFF write-protect
[    0.000000]   CC000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FF80000000 write-back
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] PAT read returns always zero, disabled.
[    0.000000] found SMP MP-table at [mem 0x000f6bf0-0x000f6bff] mapped at [ffff8800000f6bf0]
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01b13000, 0x01b13fff] PGTABLE
[    0.000000] BRK [0x01b14000, 0x01b14fff] PGTABLE
[    0.000000] BRK [0x01b15000, 0x01b15fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]
[    0.000000]  [mem 0x7fc00000-0x7fdfffff] page 2M
[    0.000000] BRK [0x01b16000, 0x01b16fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x60000000-0x7fbfffff]
[    0.000000]  [mem 0x60000000-0x7fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x40000000-0x5fffffff]
[    0.000000]  [mem 0x40000000-0x5fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x3fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x7fe00000-0x7feeffff]
[    0.000000]  [mem 0x7fe00000-0x7feeffff] page 4k
[    0.000000] BRK [0x01b17000, 0x01b17fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7ff00000-0x7fffffff]
[    0.000000]  [mem 0x7ff00000-0x7fffffff] page 4k
[    0.000000] RAMDISK: [mem 0x35ec4000-0x36f59fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F6B80 000024 (v02 PTLTD )
[    0.000000] ACPI: XSDT 0x000000007FEF117F 00005C (v01 INTEL  440BX    06040000 VMW  01324272)
[    0.000000] ACPI: FACP 0x000000007FEFEE73 0000F4 (v04 INTEL  440BX    06040000 PTL  000F4240)
[    0.000000] ACPI: DSDT 0x000000007FEF1405 00DA6E (v01 PTLTD  Custom   06040000 MSFT 03000001)
[    0.000000] ACPI: FACS 0x000000007FEFFFC0 000040
[    0.000000] ACPI: BOOT 0x000000007FEF13DD 000028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: APIC 0x000000007FEF137F 00005E (v01 PTLTD  ? APIC   06040000  LTP 00000000)
[    0.000000] ACPI: MCFG 0x000000007FEF1343 00003C (v01 PTLTD  $PCITBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: SRAT 0x000000007FEF127B 0000C8 (v02 VMWARE MEMPLUG  06040000 VMW  00000001)
[    0.000000] ACPI: HPET 0x000000007FEF1243 000038 (v01 VMWARE VMW HPET 06040000 VMW  00000001)
[    0.000000] ACPI: WAET 0x000000007FEF121B 000028 (v01 VMWARE VMW WAET 06040000 VMW  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x0fffffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x10000000-0x7fffffff]
[    0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x0fffffff] -> [mem 0x00000000-0x0fffffff]
[    0.000000] NUMA: Node 0 [mem 0x00000000-0x0fffffff] + [mem 0x10000000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x7fffc000-0x7fffffff]
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d600000-ffff88007f5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007fffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007feeffff]
[    0.000000]   node   0: [mem 0x000000007ff00000-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007fffffff]
[    0.000000] On node 0 totalpages: 524174
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8128 pages used for memmap
[    0.000000]   DMA32 zone: 520176 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086af01 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
[    0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7fef0000-0x7fefefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7feff000-0x7fefffff]
[    0.000000] e820: [mem 0x80000000-0xefffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 31 pages/cpu @ffff88007fc00000 s87192 r8192 d31592 u1048576
[    0.000000] pcpu-alloc: s87192 r8192 d31592 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 515961
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.0.0-2-amd64 root=/dev/mapper/jessie-root ro quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 2034980K/2096696K available (5560K kernel code, 1025K rwdata, 1940K rodata, 1252K init, 832K bss, 61716K reserved, 0K cma-reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:33024 nr_irqs:440 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] TSC freq read from hypervisor : 2295.152 MHz
[    0.000000] tsc: Detected 2295.152 MHz processor
[    0.000118] Calibrating delay loop (skipped) preset value.. 4590.30 BogoMIPS (lpj=9180608)
[    0.000121] pid_max: default: 32768 minimum: 301
[    0.000129] ACPI: Core revision 20150204
[    0.008039] ACPI: All ACPI Tables successfully acquired
[    0.009869] Security Framework initialized
[    0.009886] AppArmor: AppArmor disabled by boot time parameter
[    0.009887] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.009986] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.010366] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.010563] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.010566] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.010808] Initializing cgroup subsys blkio
[    0.010810] Initializing cgroup subsys memory
[    0.010817] Initializing cgroup subsys devices
[    0.010819] Initializing cgroup subsys freezer
[    0.010820] Initializing cgroup subsys net_cls
[    0.010824] Initializing cgroup subsys perf_event
[    0.010826] Initializing cgroup subsys net_prio
[    0.010894] Disabled fast string operations
[    0.010898] CPU: Physical Processor ID: 0
[    0.010911] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.010912] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.011211] mce: CPU supports 0 MCE banks
[    0.011244] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.011245] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.011421] Freeing SMP alternatives memory: 24K (ffffffff81a3b000 - ffffffff81a41000)
[    0.014061] ftrace: allocating 22402 entries in 88 pages
[    0.032849] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.035232] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.180391] smpboot: CPU0: Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz (fam: 06, model: 3a, stepping: 09)
[    0.180419] Performance Events: 16-deep LBR, IvyBridge events, core PMU driver.
[    0.180487] perf_event_intel: CPUID marked event: 'cpu cycles' unavailable
[    0.180488] perf_event_intel: CPUID marked event: 'instructions' unavailable
[    0.180489] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
[    0.180490] perf_event_intel: CPUID marked event: 'cache references' unavailable
[    0.180490] perf_event_intel: CPUID marked event: 'cache misses' unavailable
[    0.180491] perf_event_intel: CPUID marked event: 'branch instructions' unavailable
[    0.180491] perf_event_intel: CPUID marked event: 'branch misses' unavailable
[    0.180498] ... version:                1
[    0.180499] ... bit width:              48
[    0.180500] ... generic registers:      4
[    0.180500] ... value mask:             0000ffffffffffff
[    0.180501] ... max period:             000000007fffffff
[    0.180501] ... fixed-purpose events:   0
[    0.180502] ... event mask:             000000000000000f
[    0.180993] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.181128] x86: Booting SMP configuration:
[    0.181129] .... node  #0, CPUs:      #1
[    0.192575] Disabled fast string operations
[    0.192905] mce: CPU supports 0 MCE banks
[    0.193019] Skipped synchronization checks as TSC is reliable.
[    0.193098] x86: Booted up 1 node, 2 CPUs
[    0.193100] smpboot: Total of 2 processors activated (9180.60 BogoMIPS)
[    0.194782] devtmpfs: initialized
[    0.198185] PM: Registering ACPI NVS region [mem 0x7feff000-0x7fefffff] (4096 bytes)
[    0.198793] pinctrl core: initialized pinctrl subsystem
[    0.199208] NET: Registered protocol family 16
[    0.211081] cpuidle: using governor ladder
[    0.223098] cpuidle: using governor menu
[    0.223147] ACPI: bus type PCI registered
[    0.223149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.223525] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.223528] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.223865] PCI: Using configuration type 1 for base access
[    0.223975] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.223976] mtrr: probably your BIOS does not setup all CPUs.
[    0.223977] mtrr: corrected configuration.
[    0.236518] ACPI: Added _OSI(Module Device)
[    0.236520] ACPI: Added _OSI(Processor Device)
[    0.236521] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.236522] ACPI: Added _OSI(Processor Aggregator Device)
[    0.242845] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.243601] ACPI: Interpreter enabled
[    0.243607] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
[    0.243609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150204/hwxface-580)
[    0.243615] ACPI: (supports S0 S1 S4 S5)
[    0.243616] ACPI: Using IOAPIC for interrupt routing
[    0.243632] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.295162] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
[    0.295168] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.295329] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.295500] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[    0.297476] PCI host bridge to bus 0000:00
[    0.297479] pci_bus 0000:00: root bus resource [bus 00-7f]
[    0.297481] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.297482] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.297483] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.297484] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.297485] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.297486] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff window]
[    0.297487] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.297489] pci_bus 0000:00: root bus resource [io  0x0d00-0xfeff window]
[    0.297547] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
[    0.298257] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
[    0.298846] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
[    0.299753] pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
[    0.301949] pci 0000:00:07.1: reg 0x20: [io  0x1060-0x106f]
[    0.302838] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.302840] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.302841] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.302842] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.303082] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
[    0.305567] pci 0000:00:07.3: can't claim BAR 13 [io  0x1000-0x103f]: address conflict with ACPI PM1a_EVT_BLK [io  0x1000-0x1003]
[    0.305582] pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
[    0.305955] pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
[    0.306779] pci 0000:00:07.7: reg 0x10: [io  0x1080-0x10bf]
[    0.307415] pci 0000:00:07.7: reg 0x14: [mem 0xfebfe000-0xfebfffff 64bit]
[    0.310494] pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
[    0.312277] pci 0000:00:0f.0: reg 0x10: [io  0x1070-0x107f]
[    0.313817] pci 0000:00:0f.0: reg 0x14: [mem 0xe8000000-0xefffffff pref]
[    0.315369] pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff]
[    0.321653] pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
[    0.322172] pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
[    0.322949] pci 0000:00:11.0: System wakeup disabled by ACPI
[    0.323166] pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
[    0.324094] pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
[    0.324327] pci 0000:00:15.0: System wakeup disabled by ACPI
[    0.324507] pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
[    0.325432] pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
[    0.325645] pci 0000:00:15.1: System wakeup disabled by ACPI
[    0.325821] pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
[    0.326768] pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
[    0.326981] pci 0000:00:15.2: System wakeup disabled by ACPI
[    0.327193] pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
[    0.328117] pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
[    0.328363] pci 0000:00:15.3: System wakeup disabled by ACPI
[    0.328541] pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
[    0.329463] pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
[    0.329674] pci 0000:00:15.4: System wakeup disabled by ACPI
[    0.329850] pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
[    0.330784] pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
[    0.331015] pci 0000:00:15.5: System wakeup disabled by ACPI
[    0.331202] pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
[    0.332125] pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
[    0.332366] pci 0000:00:15.6: System wakeup disabled by ACPI
[    0.332543] pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
[    0.333476] pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
[    0.333689] pci 0000:00:15.7: System wakeup disabled by ACPI
[    0.333865] pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
[    0.334799] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.335030] pci 0000:00:16.0: System wakeup disabled by ACPI
[    0.335216] pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
[    0.336167] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[    0.336382] pci 0000:00:16.1: System wakeup disabled by ACPI
[    0.336556] pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
[    0.337480] pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
[    0.337692] pci 0000:00:16.2: System wakeup disabled by ACPI
[    0.337868] pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
[    0.338802] pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
[    0.339031] pci 0000:00:16.3: System wakeup disabled by ACPI
[    0.339216] pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
[    0.340138] pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
[    0.340380] pci 0000:00:16.4: System wakeup disabled by ACPI
[    0.340557] pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
[    0.341480] pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
[    0.341697] pci 0000:00:16.5: System wakeup disabled by ACPI
[    0.341873] pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
[    0.342808] pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
[    0.343052] pci 0000:00:16.6: System wakeup disabled by ACPI
[    0.343241] pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
[    0.344163] pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
[    0.344398] pci 0000:00:16.7: System wakeup disabled by ACPI
[    0.344574] pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
[    0.345497] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
[    0.345708] pci 0000:00:17.0: System wakeup disabled by ACPI
[    0.345885] pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
[    0.346822] pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
[    0.347049] pci 0000:00:17.1: System wakeup disabled by ACPI
[    0.347237] pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
[    0.348159] pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
[    0.348399] pci 0000:00:17.2: System wakeup disabled by ACPI
[    0.348577] pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
[    0.349509] pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
[    0.349721] pci 0000:00:17.3: System wakeup disabled by ACPI
[    0.349897] pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
[    0.350831] pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
[    0.351075] pci 0000:00:17.4: System wakeup disabled by ACPI
[    0.351251] pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
[    0.352174] pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
[    0.352409] pci 0000:00:17.5: System wakeup disabled by ACPI
[    0.352585] pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
[    0.353510] pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
[    0.353722] pci 0000:00:17.6: System wakeup disabled by ACPI
[    0.353900] pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
[    0.354834] pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
[    0.355077] pci 0000:00:17.7: System wakeup disabled by ACPI
[    0.355255] pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
[    0.356206] pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
[    0.356419] pci 0000:00:18.0: System wakeup disabled by ACPI
[    0.356595] pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
[    0.357518] pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
[    0.357730] pci 0000:00:18.1: System wakeup disabled by ACPI
[    0.357908] pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
[    0.358843] pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
[    0.359083] pci 0000:00:18.2: System wakeup disabled by ACPI
[    0.359258] pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
[    0.360180] pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
[    0.360423] pci 0000:00:18.3: System wakeup disabled by ACPI
[    0.360598] pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
[    0.361550] pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
[    0.361762] pci 0000:00:18.4: System wakeup disabled by ACPI
[    0.361939] pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
[    0.362871] pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
[    0.363113] pci 0000:00:18.5: System wakeup disabled by ACPI
[    0.363290] pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
[    0.364244] pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
[    0.364455] pci 0000:00:18.6: System wakeup disabled by ACPI
[    0.364632] pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
[    0.365552] pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
[    0.365766] pci 0000:00:18.7: System wakeup disabled by ACPI
[    0.366364] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.366822] acpiphp: Slot [32] registered
[    0.366849] acpiphp: Slot [33] registered
[    0.366873] acpiphp: Slot [34] registered
[    0.366897] acpiphp: Slot [35] registered
[    0.366923] acpiphp: Slot [36] registered
[    0.366965] acpiphp: Slot [37] registered
[    0.366990] acpiphp: Slot [38] registered
[    0.367014] acpiphp: Slot [39] registered
[    0.367039] acpiphp: Slot [40] registered
[    0.367072] acpiphp: Slot [41] registered
[    0.367099] acpiphp: Slot [42] registered
[    0.367123] acpiphp: Slot [43] registered
[    0.367146] acpiphp: Slot [44] registered
[    0.367173] acpiphp: Slot [45] registered
[    0.367196] acpiphp: Slot [46] registered
[    0.367220] acpiphp: Slot [47] registered
[    0.367243] acpiphp: Slot [48] registered
[    0.367269] acpiphp: Slot [49] registered
[    0.367293] acpiphp: Slot [50] registered
[    0.367316] acpiphp: Slot [51] registered
[    0.367349] acpiphp: Slot [52] registered
[    0.367382] acpiphp: Slot [53] registered
[    0.367415] acpiphp: Slot [54] registered
[    0.367451] acpiphp: Slot [55] registered
[    0.367475] acpiphp: Slot [56] registered
[    0.367499] acpiphp: Slot [57] registered
[    0.367525] acpiphp: Slot [58] registered
[    0.367549] acpiphp: Slot [59] registered
[    0.367573] acpiphp: Slot [60] registered
[    0.367596] acpiphp: Slot [61] registered
[    0.367623] acpiphp: Slot [62] registered
[    0.367650] acpiphp: Slot [63] registered
[    0.367776] pci 0000:02:00.0: [8086:100f] type 00 class 0x020000
[    0.368896] pci 0000:02:00.0: reg 0x10: [mem 0xfd5c0000-0xfd5dffff 64bit]
[    0.369749] pci 0000:02:00.0: reg 0x18: [mem 0xfdff0000-0xfdffffff 64bit]
[    0.370560] pci 0000:02:00.0: reg 0x20: [io  0x2000-0x203f]
[    0.372156] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.372681] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.372776] pci 0000:02:01.0: [1274:1371] type 00 class 0x040100
[    0.373286] pci 0000:02:01.0: reg 0x10: [io  0x2040-0x207f]
[    0.375891] pci 0000:02:01.0: System wakeup disabled by ACPI
[    0.375992] pci 0000:02:03.0: [15ad:0774] type 00 class 0x0c0300
[    0.377821] pci 0000:02:03.0: reg 0x20: [io  0x2080-0x209f]
[    0.378744] pci 0000:02:03.0: System wakeup disabled by ACPI
[    0.378830] pci 0000:02:04.0: [15ad:0770] type 00 class 0x0c0320
[    0.379227] pci 0000:02:04.0: reg 0x10: [mem 0xfd5ef000-0xfd5effff]
[    0.381511] pci 0000:02:04.0: System wakeup disabled by ACPI
[    0.381881] pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
[    0.381916] pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
[    0.381942] pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]
[    0.381991] pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
[    0.381993] pci 0000:00:11.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.381994] pci 0000:00:11.0:   bridge window [mem 0x000cc000-0x000cffff window] (subtractive decode)
[    0.381995] pci 0000:00:11.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.381997] pci 0000:00:11.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.381998] pci 0000:00:11.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.381999] pci 0000:00:11.0:   bridge window [mem 0x80000000-0xfebfffff window] (subtractive decode)
[    0.382000] pci 0000:00:11.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.382001] pci 0000:00:11.0:   bridge window [io  0x0d00-0xfeff window] (subtractive decode)
[    0.382542] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.382578] pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
[    0.382604] pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.382656] pci 0000:00:15.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
[    0.383206] pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.383233] pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]
[    0.383259] pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]
[    0.383308] pci 0000:00:15.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
[    0.383832] pci 0000:00:15.2: PCI bridge to [bus 05]
[    0.383858] pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]
[    0.383884] pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.383933] pci 0000:00:15.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
[    0.384480] pci 0000:00:15.3: PCI bridge to [bus 06]
[    0.384530] pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.384579] pci 0000:00:15.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
[    0.385139] pci 0000:00:15.4: PCI bridge to [bus 07]
[    0.385189] pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]
[    0.385238] pci 0000:00:15.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
[    0.385762] pci 0000:00:15.5: PCI bridge to [bus 08]
[    0.385812] pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.385861] pci 0000:00:15.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
[    0.386390] pci 0000:00:15.6: PCI bridge to [bus 09]
[    0.386440] pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    0.386489] pci 0000:00:15.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
[    0.387052] pci 0000:00:15.7: PCI bridge to [bus 0a]
[    0.387112] pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]
[    0.387161] pci 0000:00:15.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
[    0.387688] pci 0000:00:16.0: PCI bridge to [bus 0b]
[    0.387714] pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]
[    0.387740] pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]
[    0.387789] pci 0000:00:16.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
[    0.388341] pci 0000:00:16.1: PCI bridge to [bus 0c]
[    0.388367] pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]
[    0.388393] pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.388442] pci 0000:00:16.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
[    0.388970] pci 0000:00:16.2: PCI bridge to [bus 0d]
[    0.388996] pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]
[    0.389022] pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.389071] pci 0000:00:16.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
[    0.389596] pci 0000:00:16.3: PCI bridge to [bus 0e]
[    0.389646] pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.389695] pci 0000:00:16.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
[    0.390223] pci 0000:00:16.4: PCI bridge to [bus 0f]
[    0.390272] pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]
[    0.390322] pci 0000:00:16.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
[    0.390860] pci 0000:00:16.5: PCI bridge to [bus 10]
[    0.390910] pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]
[    0.390978] pci 0000:00:16.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
[    0.391517] pci 0000:00:16.6: PCI bridge to [bus 11]
[    0.391567] pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    0.391617] pci 0000:00:16.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
[    0.392140] pci 0000:00:16.7: PCI bridge to [bus 12]
[    0.392190] pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]
[    0.392239] pci 0000:00:16.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
[    0.392792] pci 0000:00:17.0: PCI bridge to [bus 13]
[    0.392819] pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]
[    0.392844] pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    0.392893] pci 0000:00:17.0:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
[    0.393421] pci 0000:00:17.1: PCI bridge to [bus 14]
[    0.393448] pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]
[    0.393474] pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]
[    0.393523] pci 0000:00:17.1:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
[    0.394061] pci 0000:00:17.2: PCI bridge to [bus 15]
[    0.394087] pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]
[    0.394113] pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.394162] pci 0000:00:17.2:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
[    0.394731] pci 0000:00:17.3: PCI bridge to [bus 16]
[    0.394781] pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.394830] pci 0000:00:17.3:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
[    0.395390] pci 0000:00:17.4: PCI bridge to [bus 17]
[    0.395440] pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]
[    0.395489] pci 0000:00:17.4:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
[    0.396014] pci 0000:00:17.5: PCI bridge to [bus 18]
[    0.396084] pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.396143] pci 0000:00:17.5:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
[    0.396668] pci 0000:00:17.6: PCI bridge to [bus 19]
[    0.396717] pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]
[    0.396766] pci 0000:00:17.6:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
[    0.397294] pci 0000:00:17.7: PCI bridge to [bus 1a]
[    0.397344] pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]
[    0.397393] pci 0000:00:17.7:   bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
[    0.397990] pci 0000:00:18.0: PCI bridge to [bus 1b]
[    0.398016] pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]
[    0.398042] pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]
[    0.398091] pci 0000:00:18.0:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
[    0.398635] pci 0000:00:18.1: PCI bridge to [bus 1c]
[    0.398661] pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]
[    0.398687] pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.398736] pci 0000:00:18.1:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
[    0.399294] pci 0000:00:18.2: PCI bridge to [bus 1d]
[    0.399344] pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.399402] pci 0000:00:18.2:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
[    0.399927] pci 0000:00:18.3: PCI bridge to [bus 1e]
[    0.399977] pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.400026] pci 0000:00:18.3:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
[    0.400605] pci 0000:00:18.4: PCI bridge to [bus 1f]
[    0.400664] pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]
[    0.400729] pci 0000:00:18.4:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
[    0.401273] pci 0000:00:18.5: PCI bridge to [bus 20]
[    0.401324] pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    0.401375] pci 0000:00:18.5:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
[    0.401918] pci 0000:00:18.6: PCI bridge to [bus 21]
[    0.401970] pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]
[    0.402020] pci 0000:00:18.6:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
[    0.402572] pci 0000:00:18.7: PCI bridge to [bus 22]
[    0.402624] pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]
[    0.402674] pci 0000:00:18.7:   bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
[    0.405469] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)
[    0.405561] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 14 15)
[    0.405649] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11 14 15)
[    0.405736] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 14 15)
[    0.412375] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.412671] vgaarb: setting as boot device: PCI:0000:00:0f.0
[    0.412673] vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none
[    0.412678] vgaarb: loaded
[    0.412679] vgaarb: bridge control possible 0000:00:0f.0
[    0.413112] PCI: Using ACPI for IRQ routing
[    0.451473] PCI: pci_cache_line_size set to 64 bytes
[    0.452542] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
[    0.452545] e820: reserve RAM buffer [mem 0x7fef0000-0x7fffffff]
[    0.452762] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
[    0.452767] hpet0: 16 comparators, 64-bit 14.318180 MHz counter
[    0.455990] Switched to clocksource hpet
[    0.463078] pnp: PnP ACPI init
[    0.463270] system 00:00: [io  0x1000-0x103f] could not be reserved
[    0.463272] system 00:00: [io  0x1040-0x104f] has been reserved
[    0.463274] system 00:00: [io  0x0cf0-0x0cf1] has been reserved
[    0.463276] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.463334] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.463377] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.463422] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.463635] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.463637] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.465343] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.465544] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.465736] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.465902] pnp 00:08: [dma 2]
[    0.465934] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.466128] system 00:09: [io  0xfce0-0xfcff] has been reserved
[    0.466130] system 00:09: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.466132] system 00:09: [mem 0xfe800000-0xfe9fffff] has been reserved
[    0.466134] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.470808] pnp: PnP ACPI: found 10 devices
[    0.488550] pci 0000:00:15.3: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    0.488625] pci 0000:00:15.4: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
[    0.488699] pci 0000:00:15.5: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
[    0.488772] pci 0000:00:15.6: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    0.488845] pci 0000:00:15.7: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
[    0.489149] pci 0000:00:16.3: bridge window [io  0x1000-0x0fff] to [bus 0e] add_size 1000
[    0.489222] pci 0000:00:16.4: bridge window [io  0x1000-0x0fff] to [bus 0f] add_size 1000
[    0.489295] pci 0000:00:16.5: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
[    0.489369] pci 0000:00:16.6: bridge window [io  0x1000-0x0fff] to [bus 11] add_size 1000
[    0.489445] pci 0000:00:16.7: bridge window [io  0x1000-0x0fff] to [bus 12] add_size 1000
[    0.489727] pci 0000:00:17.3: bridge window [io  0x1000-0x0fff] to [bus 16] add_size 1000
[    0.489800] pci 0000:00:17.4: bridge window [io  0x1000-0x0fff] to [bus 17] add_size 1000
[    0.489873] pci 0000:00:17.5: bridge window [io  0x1000-0x0fff] to [bus 18] add_size 1000
[    0.489946] pci 0000:00:17.6: bridge window [io  0x1000-0x0fff] to [bus 19] add_size 1000
[    0.490020] pci 0000:00:17.7: bridge window [io  0x1000-0x0fff] to [bus 1a] add_size 1000
[    0.490232] pci 0000:00:18.2: bridge window [io  0x1000-0x0fff] to [bus 1d] add_size 1000
[    0.490305] pci 0000:00:18.3: bridge window [io  0x1000-0x0fff] to [bus 1e] add_size 1000
[    0.490378] pci 0000:00:18.4: bridge window [io  0x1000-0x0fff] to [bus 1f] add_size 1000
[    0.490451] pci 0000:00:18.5: bridge window [io  0x1000-0x0fff] to [bus 20] add_size 1000
[    0.490524] pci 0000:00:18.6: bridge window [io  0x1000-0x0fff] to [bus 21] add_size 1000
[    0.490597] pci 0000:00:18.7: bridge window [io  0x1000-0x0fff] to [bus 22] add_size 1000
[    0.490599] pci 0000:00:07.3: BAR 13: [io  0x1000-0x103f] has bogus alignment
[    0.490610] pci 0000:00:15.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490611] pci 0000:00:15.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490612] pci 0000:00:15.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490613] pci 0000:00:15.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490614] pci 0000:00:15.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490615] pci 0000:00:16.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490616] pci 0000:00:16.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490617] pci 0000:00:16.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490618] pci 0000:00:16.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490619] pci 0000:00:16.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490620] pci 0000:00:17.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490621] pci 0000:00:17.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490622] pci 0000:00:17.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490623] pci 0000:00:17.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490624] pci 0000:00:17.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490625] pci 0000:00:18.2: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490626] pci 0000:00:18.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490627] pci 0000:00:18.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490628] pci 0000:00:18.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490629] pci 0000:00:18.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490630] pci 0000:00:18.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.490634] pci 0000:00:0f.0: BAR 6: assigned [mem 0x80000000-0x80007fff pref]
[    0.490637] pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
[    0.490639] pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
[    0.490641] pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
[    0.490642] pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
[    0.490643] pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
[    0.490644] pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
[    0.490646] pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
[    0.490647] pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
[    0.490648] pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
[    0.490649] pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
[    0.490651] pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
[    0.490652] pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
[    0.490653] pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
[    0.490654] pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
[    0.490658] pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
[    0.490659] pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
[    0.490660] pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
[    0.490661] pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
[    0.490663] pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
[    0.490664] pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
[    0.490665] pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
[    0.490666] pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
[    0.490668] pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
[    0.490669] pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
[    0.490670] pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
[    0.490671] pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
[    0.490673] pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
[    0.490674] pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
[    0.490675] pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
[    0.490676] pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
[    0.490677] pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
[    0.490678] pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
[    0.490680] pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
[    0.490681] pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
[    0.490682] pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
[    0.490683] pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
[    0.490685] pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
[    0.490686] pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
[    0.490687] pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
[    0.490688] pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
[    0.490690] pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
[    0.490691] pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
[    0.490694] pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
[    0.490695] pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
[    0.490697] pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
[    0.490698] pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
[    0.490699] pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
[    0.490700] pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
[    0.490702] pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
[    0.490703] pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
[    0.490704] pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
[    0.490705] pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
[    0.490706] pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
[    0.490707] pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
[    0.490709] pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
[    0.490710] pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
[    0.490711] pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
[    0.490712] pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
[    0.490714] pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
[    0.490715] pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
[    0.490716] pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
[    0.490717] pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
[    0.490719] pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
[    0.490719] pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
[    0.490721] pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
[    0.490722] pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
[    0.490723] pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
[    0.490724] pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
[    0.490726] pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
[    0.490727] pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
[    0.490728] pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
[    0.490729] pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
[    0.490731] pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
[    0.490732] pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
[    0.490733] pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
[    0.490734] pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
[    0.490735] pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
[    0.490736] pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
[    0.490738] pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
[    0.490739] pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
[    0.490740] pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
[    0.490741] pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
[    0.490743] pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
[    0.490744] pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
[    0.490745] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.490857] pci 0000:02:00.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]
[    0.490859] pci 0000:00:11.0: PCI bridge to [bus 02]
[    0.490873] pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
[    0.490911] pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]
[    0.490936] pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
[    0.490985] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.490999] pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
[    0.491036] pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.491061] pci 0000:00:15.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
[    0.491140] pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.491156] pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]
[    0.491193] pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]
[    0.491218] pci 0000:00:15.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
[    0.491276] pci 0000:00:15.2: PCI bridge to [bus 05]
[    0.491291] pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]
[    0.491329] pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.491354] pci 0000:00:15.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
[    0.491411] pci 0000:00:15.3: PCI bridge to [bus 06]
[    0.491450] pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.491475] pci 0000:00:15.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
[    0.491532] pci 0000:00:15.4: PCI bridge to [bus 07]
[    0.491571] pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]
[    0.491596] pci 0000:00:15.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
[    0.491652] pci 0000:00:15.5: PCI bridge to [bus 08]
[    0.491691] pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.491716] pci 0000:00:15.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
[    0.491773] pci 0000:00:15.6: PCI bridge to [bus 09]
[    0.491811] pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    0.491837] pci 0000:00:15.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
[    0.491913] pci 0000:00:15.7: PCI bridge to [bus 0a]
[    0.491954] pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]
[    0.492022] pci 0000:00:15.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
[    0.492080] pci 0000:00:16.0: PCI bridge to [bus 0b]
[    0.492096] pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]
[    0.492133] pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]
[    0.492159] pci 0000:00:16.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
[    0.492215] pci 0000:00:16.1: PCI bridge to [bus 0c]
[    0.492231] pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]
[    0.492268] pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.492294] pci 0000:00:16.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
[    0.492350] pci 0000:00:16.2: PCI bridge to [bus 0d]
[    0.492365] pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]
[    0.492403] pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.492428] pci 0000:00:16.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
[    0.492484] pci 0000:00:16.3: PCI bridge to [bus 0e]
[    0.492523] pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.492549] pci 0000:00:16.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
[    0.492605] pci 0000:00:16.4: PCI bridge to [bus 0f]
[    0.492644] pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]
[    0.492670] pci 0000:00:16.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
[    0.492726] pci 0000:00:16.5: PCI bridge to [bus 10]
[    0.492765] pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]
[    0.492791] pci 0000:00:16.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
[    0.492847] pci 0000:00:16.6: PCI bridge to [bus 11]
[    0.492886] pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    0.492912] pci 0000:00:16.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
[    0.492968] pci 0000:00:16.7: PCI bridge to [bus 12]
[    0.493007] pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]
[    0.493032] pci 0000:00:16.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
[    0.493089] pci 0000:00:17.0: PCI bridge to [bus 13]
[    0.493104] pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]
[    0.493142] pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    0.493167] pci 0000:00:17.0:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
[    0.493224] pci 0000:00:17.1: PCI bridge to [bus 14]
[    0.493239] pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]
[    0.493277] pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]
[    0.493302] pci 0000:00:17.1:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
[    0.493358] pci 0000:00:17.2: PCI bridge to [bus 15]
[    0.493374] pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]
[    0.493411] pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.493436] pci 0000:00:17.2:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
[    0.493493] pci 0000:00:17.3: PCI bridge to [bus 16]
[    0.493540] pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.493566] pci 0000:00:17.3:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
[    0.493623] pci 0000:00:17.4: PCI bridge to [bus 17]
[    0.493661] pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]
[    0.493687] pci 0000:00:17.4:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
[    0.493743] pci 0000:00:17.5: PCI bridge to [bus 18]
[    0.493782] pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.493807] pci 0000:00:17.5:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
[    0.493863] pci 0000:00:17.6: PCI bridge to [bus 19]
[    0.493902] pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]
[    0.493928] pci 0000:00:17.6:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
[    0.493984] pci 0000:00:17.7: PCI bridge to [bus 1a]
[    0.494023] pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]
[    0.494048] pci 0000:00:17.7:   bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
[    0.494104] pci 0000:00:18.0: PCI bridge to [bus 1b]
[    0.494119] pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]
[    0.494156] pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]
[    0.494182] pci 0000:00:18.0:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
[    0.494238] pci 0000:00:18.1: PCI bridge to [bus 1c]
[    0.494254] pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]
[    0.494291] pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.494316] pci 0000:00:18.1:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
[    0.494372] pci 0000:00:18.2: PCI bridge to [bus 1d]
[    0.494410] pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.494436] pci 0000:00:18.2:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
[    0.494492] pci 0000:00:18.3: PCI bridge to [bus 1e]
[    0.494530] pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.494556] pci 0000:00:18.3:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
[    0.494612] pci 0000:00:18.4: PCI bridge to [bus 1f]
[    0.494651] pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]
[    0.494676] pci 0000:00:18.4:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
[    0.494733] pci 0000:00:18.5: PCI bridge to [bus 20]
[    0.494771] pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    0.494797] pci 0000:00:18.5:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
[    0.494853] pci 0000:00:18.6: PCI bridge to [bus 21]
[    0.494891] pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]
[    0.494917] pci 0000:00:18.6:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
[    0.494973] pci 0000:00:18.7: PCI bridge to [bus 22]
[    0.495012] pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]
[    0.495038] pci 0000:00:18.7:   bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
[    0.495094] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[    0.495096] pci_bus 0000:00: resource 5 [mem 0x000cc000-0x000cffff window]
[    0.495097] pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff window]
[    0.495098] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
[    0.495099] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
[    0.495100] pci_bus 0000:00: resource 9 [mem 0x80000000-0xfebfffff window]
[    0.495101] pci_bus 0000:00: resource 10 [io  0x0000-0x0cf7 window]
[    0.495102] pci_bus 0000:00: resource 11 [io  0x0d00-0xfeff window]
[    0.495104] pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]
[    0.495105] pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfdffffff]
[    0.495106] pci_bus 0000:02: resource 2 [mem 0xe7b00000-0xe7ffffff 64bit pref]
[    0.495107] pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window]
[    0.495108] pci_bus 0000:02: resource 5 [mem 0x000cc000-0x000cffff window]
[    0.495109] pci_bus 0000:02: resource 6 [mem 0x000d0000-0x000d3fff window]
[    0.495110] pci_bus 0000:02: resource 7 [mem 0x000d4000-0x000d7fff window]
[    0.495111] pci_bus 0000:02: resource 8 [mem 0x000d8000-0x000dbfff window]
[    0.495112] pci_bus 0000:02: resource 9 [mem 0x80000000-0xfebfffff window]
[    0.495113] pci_bus 0000:02: resource 10 [io  0x0000-0x0cf7 window]
[    0.495114] pci_bus 0000:02: resource 11 [io  0x0d00-0xfeff window]
[    0.495115] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    0.495116] pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff]
[    0.495117] pci_bus 0000:03: resource 2 [mem 0xe7a00000-0xe7afffff 64bit pref]
[    0.495118] pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]
[    0.495119] pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd0fffff]
[    0.495120] pci_bus 0000:04: resource 2 [mem 0xe7600000-0xe76fffff 64bit pref]
[    0.495121] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.495122] pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff]
[    0.495123] pci_bus 0000:05: resource 2 [mem 0xe7200000-0xe72fffff 64bit pref]
[    0.495124] pci_bus 0000:06: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.495125] pci_bus 0000:06: resource 2 [mem 0xe6e00000-0xe6efffff 64bit pref]
[    0.495127] pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff]
[    0.495128] pci_bus 0000:07: resource 2 [mem 0xe6a00000-0xe6afffff 64bit pref]
[    0.495129] pci_bus 0000:08: resource 1 [mem 0xfc000000-0xfc0fffff]
[    0.495130] pci_bus 0000:08: resource 2 [mem 0xe6600000-0xe66fffff 64bit pref]
[    0.495131] pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    0.495132] pci_bus 0000:09: resource 2 [mem 0xe6200000-0xe62fffff 64bit pref]
[    0.495133] pci_bus 0000:0a: resource 1 [mem 0xfb800000-0xfb8fffff]
[    0.495134] pci_bus 0000:0a: resource 2 [mem 0xe5e00000-0xe5efffff 64bit pref]
[    0.495135] pci_bus 0000:0b: resource 0 [io  0x5000-0x5fff]
[    0.495136] pci_bus 0000:0b: resource 1 [mem 0xfd300000-0xfd3fffff]
[    0.495137] pci_bus 0000:0b: resource 2 [mem 0xe7900000-0xe79fffff 64bit pref]
[    0.495138] pci_bus 0000:0c: resource 0 [io  0x9000-0x9fff]
[    0.495139] pci_bus 0000:0c: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.495140] pci_bus 0000:0c: resource 2 [mem 0xe7500000-0xe75fffff 64bit pref]
[    0.495141] pci_bus 0000:0d: resource 0 [io  0xd000-0xdfff]
[    0.495142] pci_bus 0000:0d: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    0.495143] pci_bus 0000:0d: resource 2 [mem 0xe7100000-0xe71fffff 64bit pref]
[    0.495144] pci_bus 0000:0e: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.495145] pci_bus 0000:0e: resource 2 [mem 0xe6d00000-0xe6dfffff 64bit pref]
[    0.495146] pci_bus 0000:0f: resource 1 [mem 0xfc300000-0xfc3fffff]
[    0.495147] pci_bus 0000:0f: resource 2 [mem 0xe6900000-0xe69fffff 64bit pref]
[    0.495148] pci_bus 0000:10: resource 1 [mem 0xfbf00000-0xfbffffff]
[    0.495149] pci_bus 0000:10: resource 2 [mem 0xe6500000-0xe65fffff 64bit pref]
[    0.495151] pci_bus 0000:11: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    0.495152] pci_bus 0000:11: resource 2 [mem 0xe6100000-0xe61fffff 64bit pref]
[    0.495153] pci_bus 0000:12: resource 1 [mem 0xfb700000-0xfb7fffff]
[    0.495154] pci_bus 0000:12: resource 2 [mem 0xe5d00000-0xe5dfffff 64bit pref]
[    0.495155] pci_bus 0000:13: resource 0 [io  0x6000-0x6fff]
[    0.495156] pci_bus 0000:13: resource 1 [mem 0xfd200000-0xfd2fffff]
[    0.495157] pci_bus 0000:13: resource 2 [mem 0xe7800000-0xe78fffff 64bit pref]
[    0.495158] pci_bus 0000:14: resource 0 [io  0xa000-0xafff]
[    0.495159] pci_bus 0000:14: resource 1 [mem 0xfce00000-0xfcefffff]
[    0.495160] pci_bus 0000:14: resource 2 [mem 0xe7400000-0xe74fffff 64bit pref]
[    0.495161] pci_bus 0000:15: resource 0 [io  0xe000-0xefff]
[    0.495162] pci_bus 0000:15: resource 1 [mem 0xfca00000-0xfcafffff]
[    0.495163] pci_bus 0000:15: resource 2 [mem 0xe7000000-0xe70fffff 64bit pref]
[    0.495164] pci_bus 0000:16: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.495165] pci_bus 0000:16: resource 2 [mem 0xe6c00000-0xe6cfffff 64bit pref]
[    0.495167] pci_bus 0000:17: resource 1 [mem 0xfc200000-0xfc2fffff]
[    0.495168] pci_bus 0000:17: resource 2 [mem 0xe6800000-0xe68fffff 64bit pref]
[    0.495169] pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbefffff]
[    0.495170] pci_bus 0000:18: resource 2 [mem 0xe6400000-0xe64fffff 64bit pref]
[    0.495171] pci_bus 0000:19: resource 1 [mem 0xfba00000-0xfbafffff]
[    0.495172] pci_bus 0000:19: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref]
[    0.495173] pci_bus 0000:1a: resource 1 [mem 0xfb600000-0xfb6fffff]
[    0.495174] pci_bus 0000:1a: resource 2 [mem 0xe5c00000-0xe5cfffff 64bit pref]
[    0.495176] pci_bus 0000:1b: resource 0 [io  0x7000-0x7fff]
[    0.495177] pci_bus 0000:1b: resource 1 [mem 0xfd100000-0xfd1fffff]
[    0.495178] pci_bus 0000:1b: resource 2 [mem 0xe7700000-0xe77fffff 64bit pref]
[    0.495179] pci_bus 0000:1c: resource 0 [io  0xb000-0xbfff]
[    0.495180] pci_bus 0000:1c: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.495181] pci_bus 0000:1c: resource 2 [mem 0xe7300000-0xe73fffff 64bit pref]
[    0.495182] pci_bus 0000:1d: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.495183] pci_bus 0000:1d: resource 2 [mem 0xe6f00000-0xe6ffffff 64bit pref]
[    0.495184] pci_bus 0000:1e: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.495185] pci_bus 0000:1e: resource 2 [mem 0xe6b00000-0xe6bfffff 64bit pref]
[    0.495186] pci_bus 0000:1f: resource 1 [mem 0xfc100000-0xfc1fffff]
[    0.495187] pci_bus 0000:1f: resource 2 [mem 0xe6700000-0xe67fffff 64bit pref]
[    0.495188] pci_bus 0000:20: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    0.495189] pci_bus 0000:20: resource 2 [mem 0xe6300000-0xe63fffff 64bit pref]
[    0.495190] pci_bus 0000:21: resource 1 [mem 0xfb900000-0xfb9fffff]
[    0.495191] pci_bus 0000:21: resource 2 [mem 0xe5f00000-0xe5ffffff 64bit pref]
[    0.495192] pci_bus 0000:22: resource 1 [mem 0xfb500000-0xfb5fffff]
[    0.495193] pci_bus 0000:22: resource 2 [mem 0xe5b00000-0xe5bfffff 64bit pref]
[    0.495479] NET: Registered protocol family 2
[    0.495663] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.495734] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.495796] TCP: Hash tables configured (established 16384 bind 16384)
[    0.495840] TCP: reno registered
[    0.495844] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.495856] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.496005] NET: Registered protocol family 1
[    0.496015] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.496157] pci 0000:00:0f.0: Video device with shadowed ROM
[    0.496611] PCI: CLS mismatch (32 != 64), using 64 bytes
[    0.497836] Unpacking initramfs...
[    0.743561] Freeing initrd memory: 16984K (ffff880035ec4000 - ffff880036f5a000)
[    0.743624] Simple Boot Flag at 0x36 set to 0x80
[    0.743859] Switched to clocksource tsc
[    0.744092] RAPL PMU detected, hw unit 2^-0 Joules, API unit is 2^-32 Joules, 3 fixed counters 10737418240 ms ovfl timer
[    0.744135] microcode: CPU0 sig=0x306a9, pf=0x1, revision=0x15
[    0.744239] microcode: CPU1 sig=0x306a9, pf=0x1, revision=0x15
[    0.744390] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[    0.745101] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.745319] audit: initializing netlink subsys (disabled)
[    0.745357] audit: type=2000 audit(1437358197.631:1): initialized
[    0.746076] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.746127] zpool: loaded
[    0.746488] VFS: Disk quotas dquot_6.5.2
[    0.746558] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.747944] alg: No test for stdrng (krng)
[    0.748022] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.748199] io scheduler noop registered
[    0.748201] io scheduler deadline registered
[    0.748254] io scheduler cfq registered (default)
[    0.773793] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
[    0.773821] pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
[    0.773958] pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
[    0.773985] pcie_pme 0000:00:15.1:pcie01: service driver pcie_pme loaded
[    0.774123] pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt
[    0.774151] pcie_pme 0000:00:15.2:pcie01: service driver pcie_pme loaded
[    0.774284] pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt
[    0.774310] pcie_pme 0000:00:15.3:pcie01: service driver pcie_pme loaded
[    0.774443] pcieport 0000:00:15.4: Signaling PME through PCIe PME interrupt
[    0.774470] pcie_pme 0000:00:15.4:pcie01: service driver pcie_pme loaded
[    0.774606] pcieport 0000:00:15.5: Signaling PME through PCIe PME interrupt
[    0.774633] pcie_pme 0000:00:15.5:pcie01: service driver pcie_pme loaded
[    0.774765] pcieport 0000:00:15.6: Signaling PME through PCIe PME interrupt
[    0.774792] pcie_pme 0000:00:15.6:pcie01: service driver pcie_pme loaded
[    0.774924] pcieport 0000:00:15.7: Signaling PME through PCIe PME interrupt
[    0.774951] pcie_pme 0000:00:15.7:pcie01: service driver pcie_pme loaded
[    0.775088] pcieport 0000:00:16.0: Signaling PME through PCIe PME interrupt
[    0.775115] pcie_pme 0000:00:16.0:pcie01: service driver pcie_pme loaded
[    0.775248] pcieport 0000:00:16.1: Signaling PME through PCIe PME interrupt
[    0.775275] pcie_pme 0000:00:16.1:pcie01: service driver pcie_pme loaded
[    0.775407] pcieport 0000:00:16.2: Signaling PME through PCIe PME interrupt
[    0.775435] pcie_pme 0000:00:16.2:pcie01: service driver pcie_pme loaded
[    0.775571] pcieport 0000:00:16.3: Signaling PME through PCIe PME interrupt
[    0.775598] pcie_pme 0000:00:16.3:pcie01: service driver pcie_pme loaded
[    0.775730] pcieport 0000:00:16.4: Signaling PME through PCIe PME interrupt
[    0.775757] pcie_pme 0000:00:16.4:pcie01: service driver pcie_pme loaded
[    0.775905] pcieport 0000:00:16.5: Signaling PME through PCIe PME interrupt
[    0.775933] pcie_pme 0000:00:16.5:pcie01: service driver pcie_pme loaded
[    0.776068] pcieport 0000:00:16.6: Signaling PME through PCIe PME interrupt
[    0.776095] pcie_pme 0000:00:16.6:pcie01: service driver pcie_pme loaded
[    0.776228] pcieport 0000:00:16.7: Signaling PME through PCIe PME interrupt
[    0.776255] pcie_pme 0000:00:16.7:pcie01: service driver pcie_pme loaded
[    0.776419] pcieport 0000:00:17.0: Signaling PME through PCIe PME interrupt
[    0.776455] pcie_pme 0000:00:17.0:pcie01: service driver pcie_pme loaded
[    0.776590] pcieport 0000:00:17.1: Signaling PME through PCIe PME interrupt
[    0.776617] pcie_pme 0000:00:17.1:pcie01: service driver pcie_pme loaded
[    0.776749] pcieport 0000:00:17.2: Signaling PME through PCIe PME interrupt
[    0.776776] pcie_pme 0000:00:17.2:pcie01: service driver pcie_pme loaded
[    0.776909] pcieport 0000:00:17.3: Signaling PME through PCIe PME interrupt
[    0.776935] pcie_pme 0000:00:17.3:pcie01: service driver pcie_pme loaded
[    0.777070] pcieport 0000:00:17.4: Signaling PME through PCIe PME interrupt
[    0.777097] pcie_pme 0000:00:17.4:pcie01: service driver pcie_pme loaded
[    0.777229] pcieport 0000:00:17.5: Signaling PME through PCIe PME interrupt
[    0.777257] pcie_pme 0000:00:17.5:pcie01: service driver pcie_pme loaded
[    0.777389] pcieport 0000:00:17.6: Signaling PME through PCIe PME interrupt
[    0.777416] pcie_pme 0000:00:17.6:pcie01: service driver pcie_pme loaded
[    0.777551] pcieport 0000:00:17.7: Signaling PME through PCIe PME interrupt
[    0.777578] pcie_pme 0000:00:17.7:pcie01: service driver pcie_pme loaded
[    0.777712] pcieport 0000:00:18.0: Signaling PME through PCIe PME interrupt
[    0.777739] pcie_pme 0000:00:18.0:pcie01: service driver pcie_pme loaded
[    0.777871] pcieport 0000:00:18.1: Signaling PME through PCIe PME interrupt
[    0.777898] pcie_pme 0000:00:18.1:pcie01: service driver pcie_pme loaded
[    0.778032] pcieport 0000:00:18.2: Signaling PME through PCIe PME interrupt
[    0.778059] pcie_pme 0000:00:18.2:pcie01: service driver pcie_pme loaded
[    0.778195] pcieport 0000:00:18.3: Signaling PME through PCIe PME interrupt
[    0.778222] pcie_pme 0000:00:18.3:pcie01: service driver pcie_pme loaded
[    0.778355] pcieport 0000:00:18.4: Signaling PME through PCIe PME interrupt
[    0.778382] pcie_pme 0000:00:18.4:pcie01: service driver pcie_pme loaded
[    0.778517] pcieport 0000:00:18.5: Signaling PME through PCIe PME interrupt
[    0.778544] pcie_pme 0000:00:18.5:pcie01: service driver pcie_pme loaded
[    0.778676] pcieport 0000:00:18.6: Signaling PME through PCIe PME interrupt
[    0.778703] pcie_pme 0000:00:18.6:pcie01: service driver pcie_pme loaded
[    0.778838] pcieport 0000:00:18.7: Signaling PME through PCIe PME interrupt
[    0.778865] pcie_pme 0000:00:18.7:pcie01: service driver pcie_pme loaded
[    0.778873] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.779500] pciehp 0000:00:15.0:pcie04: Slot #160 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.779621] pciehp 0000:00:15.0:pcie04: service driver pciehp loaded
[    0.779667] pciehp 0000:00:15.1:pcie04: Slot #161 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.779777] pciehp 0000:00:15.1:pcie04: service driver pciehp loaded
[    0.779824] pciehp 0000:00:15.2:pcie04: Slot #162 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.779937] pciehp 0000:00:15.2:pcie04: service driver pciehp loaded
[    0.779986] pciehp 0000:00:15.3:pcie04: Slot #163 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.780079] pciehp 0000:00:15.3:pcie04: service driver pciehp loaded
[    0.780125] pciehp 0000:00:15.4:pcie04: Slot #164 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.780217] pciehp 0000:00:15.4:pcie04: service driver pciehp loaded
[    0.780262] pciehp 0000:00:15.5:pcie04: Slot #165 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.780355] pciehp 0000:00:15.5:pcie04: service driver pciehp loaded
[    0.780400] pciehp 0000:00:15.6:pcie04: Slot #166 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.780492] pciehp 0000:00:15.6:pcie04: service driver pciehp loaded
[    0.780537] pciehp 0000:00:15.7:pcie04: Slot #167 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.780632] pciehp 0000:00:15.7:pcie04: service driver pciehp loaded
[    0.780677] pciehp 0000:00:16.0:pcie04: Slot #192 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.780769] pciehp 0000:00:16.0:pcie04: service driver pciehp loaded
[    0.780814] pciehp 0000:00:16.1:pcie04: Slot #193 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.780909] pciehp 0000:00:16.1:pcie04: service driver pciehp loaded
[    0.780954] pciehp 0000:00:16.2:pcie04: Slot #194 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.781064] pciehp 0000:00:16.2:pcie04: service driver pciehp loaded
[    0.781118] pciehp 0000:00:16.3:pcie04: Slot #195 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.781212] pciehp 0000:00:16.3:pcie04: service driver pciehp loaded
[    0.781260] pciehp 0000:00:16.4:pcie04: Slot #196 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.781350] pciehp 0000:00:16.4:pcie04: service driver pciehp loaded
[    0.781395] pciehp 0000:00:16.5:pcie04: Slot #197 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.781484] pciehp 0000:00:16.5:pcie04: service driver pciehp loaded
[    0.781529] pciehp 0000:00:16.6:pcie04: Slot #198 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.781619] pciehp 0000:00:16.6:pcie04: service driver pciehp loaded
[    0.781664] pciehp 0000:00:16.7:pcie04: Slot #199 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.781755] pciehp 0000:00:16.7:pcie04: service driver pciehp loaded
[    0.781803] pciehp 0000:00:17.0:pcie04: Slot #224 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.781892] pciehp 0000:00:17.0:pcie04: service driver pciehp loaded
[    0.781937] pciehp 0000:00:17.1:pcie04: Slot #225 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.782026] pciehp 0000:00:17.1:pcie04: service driver pciehp loaded
[    0.782071] pciehp 0000:00:17.2:pcie04: Slot #226 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.782160] pciehp 0000:00:17.2:pcie04: service driver pciehp loaded
[    0.782205] pciehp 0000:00:17.3:pcie04: Slot #227 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.782294] pciehp 0000:00:17.3:pcie04: service driver pciehp loaded
[    0.782339] pciehp 0000:00:17.4:pcie04: Slot #228 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.782428] pciehp 0000:00:17.4:pcie04: service driver pciehp loaded
[    0.782473] pciehp 0000:00:17.5:pcie04: Slot #229 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.782562] pciehp 0000:00:17.5:pcie04: service driver pciehp loaded
[    0.782607] pciehp 0000:00:17.6:pcie04: Slot #230 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.782700] pciehp 0000:00:17.6:pcie04: service driver pciehp loaded
[    0.782745] pciehp 0000:00:17.7:pcie04: Slot #231 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.782837] pciehp 0000:00:17.7:pcie04: service driver pciehp loaded
[    0.782882] pciehp 0000:00:18.0:pcie04: Slot #256 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.782971] pciehp 0000:00:18.0:pcie04: service driver pciehp loaded
[    0.783015] pciehp 0000:00:18.1:pcie04: Slot #257 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.783104] pciehp 0000:00:18.1:pcie04: service driver pciehp loaded
[    0.783149] pciehp 0000:00:18.2:pcie04: Slot #258 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.783283] pciehp 0000:00:18.2:pcie04: service driver pciehp loaded
[    0.783328] pciehp 0000:00:18.3:pcie04: Slot #259 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.783417] pciehp 0000:00:18.3:pcie04: service driver pciehp loaded
[    0.783462] pciehp 0000:00:18.4:pcie04: Slot #260 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.783551] pciehp 0000:00:18.4:pcie04: service driver pciehp loaded
[    0.783600] pciehp 0000:00:18.5:pcie04: Slot #261 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.783692] pciehp 0000:00:18.5:pcie04: service driver pciehp loaded
[    0.783737] pciehp 0000:00:18.6:pcie04: Slot #262 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.783826] pciehp 0000:00:18.6:pcie04: service driver pciehp loaded
[    0.783871] pciehp 0000:00:18.7:pcie04: Slot #263 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.783984] pciehp 0000:00:18.7:pcie04: service driver pciehp loaded
[    0.783991] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.784009] intel_idle: does not run on family 6 model 58
[    0.784055] GHES: HEST is not enabled!
[    0.784121] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.808207] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.832214] 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    0.832564] Linux agpgart interface v0.103
[    0.832657] agpgart-intel 0000:00:00.0: Intel 440BX Chipset
[    0.833470] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0
[    0.833511] AMD IOMMUv2 driver by Joerg Roedel <jroedel at suse.de>
[    0.833512] AMD IOMMUv2 functionality not available on this system
[    0.833572] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
[    0.834757] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.834763] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.834869] mousedev: PS/2 mouse device common for all mice
[    0.835599] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    0.835802] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.835905] ledtrig-cpu: registered to indicate activity on CPUs
[    0.836576] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.837833] TCP: cubic registered
[    0.838079] NET: Registered protocol family 10
[    0.838599] mip6: Mobile IPv6
[    0.838603] NET: Registered protocol family 17
[    0.838609] mpls_gso: MPLS GSO support
[    0.838834] registered taskstats version 1
[    0.846106] rtc_cmos 00:01: setting system clock to 2015-07-20 02:09:58 UTC (1437358198)
[    0.846189] PM: Hibernation image not present or could not be loaded.
[    0.846602] Freeing unused kernel memory: 1252K (ffffffff81902000 - ffffffff81a3b000)
[    0.846603] Write protecting the kernel read-only data: 8192k
[    0.847090] Freeing unused kernel memory: 572K (ffff880001571000 - ffff880001600000)
[    0.847312] Freeing unused kernel memory: 108K (ffff8800017e5000 - ffff880001800000)
[    0.860098] random: systemd-udevd urandom read with 2 bits of entropy available
[    0.916332] Floppy drive(s): fd0 is 1.44M
[    0.931072] SCSI subsystem initialized
[    0.932884] FDC 0 is a post-1991 82077
[    0.934768] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    0.934769] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.935572] ACPI: bus type USB registered
[    0.935592] usbcore: registered new interface driver usbfs
[    0.935599] usbcore: registered new interface driver hub
[    0.935633] usbcore: registered new device driver usb
[    0.936177] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.936537] uhci_hcd: USB Universal Host Controller Interface driver
[    0.936960] ehci-pci: EHCI PCI platform driver
[    0.944084] libata version 3.00 loaded.
[    0.944456] ata_piix 0000:00:07.1: version 2.13
[    0.956511] scsi host0: ata_piix
[    0.959762] scsi host1: ata_piix
[    0.959804] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
[    0.959805] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
[    1.116809] ata2.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33
[    1.116814] ata2.01: ATA-4: VMware Virtual IDE Hard Drive, 00000001, max UDMA/33
[    1.116815] ata2.01: 2097152 sectors, multi 16: LBA 
[    1.117123] ata1.00: ATA-4: VMware Virtual IDE Hard Drive, 00000001, max UDMA/33
[    1.117124] ata1.00: 8388608 sectors, multi 16: LBA 
[    1.117126] ata1.01: ATA-4: VMware Virtual IDE Hard Drive, 00000001, max UDMA/33
[    1.117127] ata1.01: 8388608 sectors, multi 16: LBA 
[    1.117991] ata2.00: configured for UDMA/33
[    1.118075] ata1.00: configured for UDMA/33
[    1.118413] ata2.01: configured for UDMA/33
[    1.118456] ata1.01: configured for UDMA/33
[    1.118536] scsi 0:0:0:0: Direct-Access     ATA      VMware Virtual I 0001 PQ: 0 ANSI: 5
[    1.118866] scsi 0:0:1:0: Direct-Access     ATA      VMware Virtual I 0001 PQ: 0 ANSI: 5
[    1.119353] scsi 1:0:0:0: CD-ROM            NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5
[    1.119597] scsi 1:0:1:0: Direct-Access     ATA      VMware Virtual I 0001 PQ: 0 ANSI: 5
[    1.122686] sd 0:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    1.122718] sd 0:0:0:0: [sda] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    1.122724] sd 0:0:1:0: [sdb] Write Protect is off
[    1.122726] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    1.122750] sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    1.122809] sd 0:0:0:0: [sda] Write Protect is off
[    1.122811] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.122822] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    1.123088]  sda: sda1
[    1.123259]  sdb: sdb1
[    1.123462] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.123471] sd 0:0:1:0: [sdb] Attached SCSI disk
[    1.124105] sr 1:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.124107] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.124177] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.125613] sd 1:0:1:0: [sdc] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB)
[    1.125637] sd 1:0:1:0: [sdc] Write Protect is off
[    1.125639] sd 1:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    1.125649] sd 1:0:1:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    1.126825]  sdc: sdc1
[    1.136179] sd 1:0:1:0: [sdc] Attached SCSI disk
[    1.178058] md: bind<sdb1>
[    1.179125] md: bind<sda1>
[    1.188736] md: raid0 personality registered for level 0
[    1.188911] md/raid0:md0: md_size is 16760832 sectors.
[    1.188912] md: RAID0 configuration for md0 - 1 zone
[    1.188913] md: zone0=[sda1/sdb1]
[    1.188916]       zone-offset=         0KB, device-offset=         0KB, size=   8380416KB

[    1.188923] md0: detected capacity change from 0 to 8581545984
[    1.354625] e1000 0000:02:00.0 eth0: (PCI:66MHz:32-bit) 00:0c:29:b5:5f:8c
[    1.354631] e1000 0000:02:00.0 eth0: Intel(R) PRO/1000 Network Connection
[    1.354995] uhci_hcd 0000:02:03.0: UHCI Host Controller
[    1.355002] uhci_hcd 0000:02:03.0: new USB bus registered, assigned bus number 1
[    1.355047] uhci_hcd 0000:02:03.0: detected 2 ports
[    1.355245] uhci_hcd 0000:02:03.0: irq 17, io base 0x00002080
[    1.355386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    1.355388] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.355389] usb usb1: Product: UHCI Host Controller
[    1.355390] usb usb1: Manufacturer: Linux 4.0.0-2-amd64 uhci_hcd
[    1.355391] usb usb1: SerialNumber: 0000:02:03.0
[    1.355576] hub 1-0:1.0: USB hub found
[    1.355644] hub 1-0:1.0: 2 ports detected
[    1.356253] ehci-pci 0000:02:04.0: EHCI Host Controller
[    1.356260] ehci-pci 0000:02:04.0: new USB bus registered, assigned bus number 2
[    1.356459] ehci-pci 0000:02:04.0: cache line size of 64 is not supported
[    1.356505] ehci-pci 0000:02:04.0: irq 18, io mem 0xfd5ef000
[    1.368305] ehci-pci 0000:02:04.0: USB 2.0 started, EHCI 1.00
[    1.368408] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.368410] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.368411] usb usb2: Product: EHCI Host Controller
[    1.368412] usb usb2: Manufacturer: Linux 4.0.0-2-amd64 ehci_hcd
[    1.368413] usb usb2: SerialNumber: 0000:02:04.0
[    1.368754] hub 2-0:1.0: USB hub found
[    1.368763] hub 2-0:1.0: 6 ports detected
[    1.440930] blk_update_request: I/O error, dev fd0, sector 0
[    1.441629] floppy: error -5 while reading block 0
[    1.447972] device-mapper: uevent: version 1.0.3
[    1.448512] device-mapper: ioctl: 4.30.0-ioctl (2014-12-22) initialised: dm-devel at redhat.com
[    1.517554] PM: Starting manual resume from disk
[    1.517559] PM: Hibernation image partition 253:1 present
[    1.517560] PM: Looking for hibernation image.
[    1.517721] PM: Image not found (code -22)
[    1.517723] PM: Hibernation image not present or could not be loaded.
[    1.553597] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[    1.664120] usb 1-1: new full-speed USB device number 2 using uhci_hcd
[    1.691648] random: nonblocking pool is initialized
[    1.694717] systemd[1]: Inserted module 'autofs4'
[    1.698282] systemd[1]: systemd 221 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[    1.698321] systemd[1]: Detected virtualization vmware.
[    1.698325] systemd[1]: Detected architecture x86-64.
[    1.699503] systemd[1]: Set hostname to <jessie>.
[    1.794032] systemd[1]: display-manager.service: Cannot add dependency job, ignoring: Unit display-manager.service failed to load: No such file or directory.
[    1.794352] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.794360] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    1.794393] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.794400] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    1.794416] systemd[1]: Reached target Remote File Systems (Pre).
[    1.794422] systemd[1]: Starting Remote File Systems (Pre).
[    1.794442] systemd[1]: Created slice Root Slice.
[    1.794448] systemd[1]: Starting Root Slice.
[    1.794515] systemd[1]: Created slice User and Session Slice.
[    1.794522] systemd[1]: Starting User and Session Slice.
[    1.794576] systemd[1]: Created slice System Slice.
[    1.794585] systemd[1]: Starting System Slice.
[    1.794591] systemd[1]: Reached target Slices.
[    1.794596] systemd[1]: Starting Slices.
[    1.794978] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.794987] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    1.795010] systemd[1]: Listening on udev Kernel Socket.
[    1.795016] systemd[1]: Starting udev Kernel Socket.
[    1.795411] systemd[1]: Starting Increase datagram queue length...
[    1.795471] systemd[1]: Listening on udev Control Socket.
[    1.795478] systemd[1]: Starting udev Control Socket.
[    1.795551] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    1.795558] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    1.795610] systemd[1]: Listening on Journal Socket.
[    1.795619] systemd[1]: Starting Journal Socket.
[    1.796016] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    1.796351] systemd[1]: Mounting Debug File System...
[    1.796715] systemd[1]: Mounting Huge Pages File System...
[    1.796760] systemd[1]: Listening on fsck to fsckd communication Socket.
[    1.796775] systemd[1]: Starting fsck to fsckd communication Socket.
[    1.796792] systemd[1]: Started File System Check on Root Device.
[    1.799175] systemd[1]: Starting Load Kernel Modules...
[    1.799321] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.799336] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    1.799862] systemd[1]: Started Set Up Additional Binary Formats.
[    1.799914] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.799922] systemd[1]: Starting Journal Socket (/dev/log).
[    1.799960] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    1.799970] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    1.800356] systemd[1]: Mounting POSIX Message Queue File System...
[    1.800440] systemd[1]: Listening on Journal Audit Socket.
[    1.800452] systemd[1]: Starting Journal Audit Socket.
[    1.800529] systemd[1]: Created slice system-getty.slice.
[    1.800536] systemd[1]: Starting system-getty.slice.
[    1.800572] systemd[1]: Listening on LVM2 metadata daemon socket.
[    1.800579] systemd[1]: Starting LVM2 metadata daemon socket.
[    1.801238] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    1.801965] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.818211] systemd[1]: Mounted Debug File System.
[    1.818663] systemd[1]: Mounted Huge Pages File System.
[    1.819705] systemd[1]: Mounted POSIX Message Queue File System.
[    1.834087] systemd[1]: Started Load Kernel Modules.
[    1.834555] systemd[1]: Starting Apply Kernel Variables...
[    1.834579] systemd[1]: Mounted FUSE Control File System.
[    1.834638] systemd[1]: Mounted Configuration File System.
[    1.836189] systemd[1]: Started Increase datagram queue length.
[    1.837037] systemd[1]: Listening on Syslog Socket.
[    1.837055] systemd[1]: Starting Syslog Socket.
[    1.837372] systemd[1]: Starting Journal Service...
[    1.840612] systemd[1]: Started Apply Kernel Variables.
[    1.859615] systemd[1]: Started Create Static Device Nodes in /dev.
[    1.860278] systemd[1]: Starting udev Kernel Device Manager...
[    1.889635] systemd[1]: Started udev Kernel Device Manager.
[    1.890231] systemd[1]: Starting LSB: MD array assembly...
[    1.890580] systemd[1]: Starting LSB: Set preliminary keymap...
[    1.898824] systemd[1]: Started Journal Service.
[    1.959569] blk_update_request: I/O error, dev fd0, sector 0
[    1.959898] floppy: error -5 while reading block 0
[    2.012308] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[    2.027413] systemd-journald[197]: Received request to flush runtime journal from PID 1
[    2.112809] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    2.112814] ACPI: Power Button [PWRF]
[    2.113377] ACPI: AC Adapter [ACAD] (on-line)
[    2.132007] parport_pc 00:05: reported by Plug and Play ACPI
[    2.132230] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[    2.213577] vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x11080, irq 16
[    2.213646] vmw_vmci 0000:00:07.7: Using capabilities 0xc
[    2.214307] Guest personality initialized and is active
[    2.214420] piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
[    2.214964] VMCI host device registered (name=vmci, major=10, minor=58)
[    2.214965] Initialized host personality
[    2.225887] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.226784] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.227137] sd 0:0:1:0: Attached scsi generic sg1 type 0
[    2.228232] sr 1:0:0:0: Attached scsi generic sg2 type 5
[    2.228425] sd 1:0:1:0: Attached scsi generic sg3 type 0
[    2.246055] [drm] Initialized drm 1.1.0 20060810
[    2.274079] [drm] DMA map mode: Using physical TTM page addresses.
[    2.274162] [drm] Capabilities:
[    2.274163] [drm]   Rect copy.
[    2.274164] [drm]   Cursor.
[    2.274164] [drm]   Cursor bypass.
[    2.274165] [drm]   Cursor bypass 2.
[    2.274165] [drm]   8bit emulation.
[    2.274166] [drm]   Alpha cursor.
[    2.274166] [drm]   Extended Fifo.
[    2.274166] [drm]   Multimon.
[    2.274167] [drm]   Pitchlock.
[    2.274167] [drm]   Irq mask.
[    2.274168] [drm]   Display Topology.
[    2.274168] [drm]   GMR.
[    2.274169] [drm]   Traces.
[    2.274169] [drm]   GMR2.
[    2.274170] [drm]   Screen Object 2.
[    2.274170] [drm]   Command Buffers.
[    2.274171] [drm] Max GMR ids is 64
[    2.274172] [drm] Max number of GMR pages is 196608
[    2.274172] [drm] Max dedicated hypervisor surface memory is 786432 kiB
[    2.274173] [drm] Maximum display memory size is 65536 kiB
[    2.274174] [drm] VRAM at 0xe8000000 size is 65536 kiB
[    2.274174] [drm] MMIO at 0xfe000000 size is 2048 kiB
[    2.274176] [drm] global init.
[    2.280435] [TTM] Zone  kernel: Available graphics memory: 1026960 kiB
[    2.280437] [TTM] Initializing pool allocator
[    2.280442] [TTM] Initializing DMA pool allocator
[    2.281161] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.281162] [drm] No driver support for vblank timestamp query.
[    2.281941] [drm] Screen objects system initialized
[    2.281984] [drm] width 640
[    2.281993] [drm] height 480
[    2.282002] [drm] bpp 32
[    2.286668] [drm] Fifo max 0x00200000 min 0x00001000 cap 0x0000077f
[    2.344361] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    2.355286] fbcon: svgadrmfb (fb0) is primary device
[    2.369834] Console: switching to colour frame buffer device 100x37
[    2.370545] [drm] Initialized vmwgfx 2.6.1 20140704 for 0000:00:0f.0 on minor 0
[    2.416927] ppdev: user-space parallel port driver
[    2.438118] AVX version of gcm_enc/dec engaged.
[    2.438121] AES CTR mode by8 optimization enabled
[    2.449712] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    2.451399] EXT4-fs (sdc1): mounting ext2 file system using the ext4 subsystem
[    2.459082] EXT4-fs (sdc1): mounted filesystem without journal. Opts: (null)
[    2.459955] alg: No test for crc32 (crc32-pclmul)
[    2.466815] intel_rapl: no valid rapl domains found in package 0
[    2.511892] Adding 1949692k swap on /dev/mapper/jessie-swap.  Priority:-1 extents:1 across:1949692k FS
[    2.576079] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4
[    2.605983] usb 1-1: New USB device found, idVendor=0e0f, idProduct=0003
[    2.605986] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.605987] usb 1-1: Product: VMware Virtual USB Mouse
[    2.605988] usb 1-1: Manufacturer: VMware
[    2.723967] usb 1-2: new full-speed USB device number 3 using uhci_hcd
[    2.860461] usb 1-2: New USB device found, idVendor=0e0f, idProduct=0002
[    2.860464] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.860466] usb 1-2: Product: VMware Virtual USB Hub
[    2.866310] hub 1-2:1.0: USB hub found
[    2.867495] hub 1-2:1.0: 7 ports detected
[    2.882589] hidraw: raw HID events driver (C) Jiri Kosina
[    2.888314] usbcore: registered new interface driver usbhid
[    2.888316] usbhid: USB HID core driver
[    2.893012] input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:03.0/usb1/1-1/1-1:1.0/0003:0E0F:0003.0001/input/input5
[    2.893221] hid-generic 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:03.0-1/input0
[    2.894112] input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:03.0/usb1/1-1/1-1:1.1/0003:0E0F:0003.0002/input/input6
[    2.894314] hid-generic 0003:0E0F:0003.0002: input,hidraw1: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:03.0-1/input1
[    3.173051] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[    3.281186] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[    3.511345] RPC: Registered named UNIX socket transport module.
[    3.511348] RPC: Registered udp transport module.
[    3.511348] RPC: Registered tcp transport module.
[    3.511349] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    3.515058] FS-Cache: Loaded
[    3.521810] FS-Cache: Netfs 'nfs' registered for caching
[    3.530583] Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
-------------- next part --------------
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.0.0-2-amd64 (debian-kernel at lists.debian.org) (gcc version 4.9.3 (Debian 4.9.3-1) ) #1 SMP Debian 4.0.8-1 (2015-07-11)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.0.0-2-amd64 root=/dev/mapper/stretch-root ro quiet
[    0.000000] Disabled fast string operations
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007fedffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fee0000-0x000000007fefefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007feff000-0x000000007fefffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007ff00000-0x000000007fffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/31/2013
[    0.000000] Hypervisor detected: VMware
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x80000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CBFFF write-protect
[    0.000000]   CC000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FF80000000 write-back
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] PAT read returns always zero, disabled.
[    0.000000] found SMP MP-table at [mem 0x000f6bf0-0x000f6bff] mapped at [ffff8800000f6bf0]
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01b13000, 0x01b13fff] PGTABLE
[    0.000000] BRK [0x01b14000, 0x01b14fff] PGTABLE
[    0.000000] BRK [0x01b15000, 0x01b15fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]
[    0.000000]  [mem 0x7fc00000-0x7fdfffff] page 2M
[    0.000000] BRK [0x01b16000, 0x01b16fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x60000000-0x7fbfffff]
[    0.000000]  [mem 0x60000000-0x7fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x40000000-0x5fffffff]
[    0.000000]  [mem 0x40000000-0x5fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x3fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x7fe00000-0x7fedffff]
[    0.000000]  [mem 0x7fe00000-0x7fedffff] page 4k
[    0.000000] BRK [0x01b17000, 0x01b17fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7ff00000-0x7fffffff]
[    0.000000]  [mem 0x7ff00000-0x7fffffff] page 4k
[    0.000000] RAMDISK: [mem 0x35ea4000-0x36f49fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F6B80 000024 (v02 PTLTD )
[    0.000000] ACPI: XSDT 0x000000007FEEDA0B 00005C (v01 INTEL  440BX    06040000 VMW  01324272)
[    0.000000] ACPI: FACP 0x000000007FEFEE73 0000F4 (v04 INTEL  440BX    06040000 PTL  000F4240)
[    0.000000] ACPI: DSDT 0x000000007FEEE59E 0108D5 (v01 PTLTD  Custom   06040000 MSFT 03000001)
[    0.000000] ACPI: FACS 0x000000007FEFFFC0 000040
[    0.000000] ACPI: BOOT 0x000000007FEEE576 000028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: APIC 0x000000007FEEE1B4 0003C2 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
[    0.000000] ACPI: MCFG 0x000000007FEEE178 00003C (v01 PTLTD  $PCITBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: SRAT 0x000000007FEEDB07 0004F8 (v02 VMWARE MEMPLUG  06040000 VMW  00000001)
[    0.000000] ACPI: HPET 0x000000007FEEDACF 000038 (v01 VMWARE VMW HPET 06040000 VMW  00000001)
[    0.000000] ACPI: WAET 0x000000007FEEDAA7 000028 (v01 VMWARE VMW WAET 06040000 VMW  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] system APIC only can use physical flat
[    0.000000] Setting APIC routing to physical flat.
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x10 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x12 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x14 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x16 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x18 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x1a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x1c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x1e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x20 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x22 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x24 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x26 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x28 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x2a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x2c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x2e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x30 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x32 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x34 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x36 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x38 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x3a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x3c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x3e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x40 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x42 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x44 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x46 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x48 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x4a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x4c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x4e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x50 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x52 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x54 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x56 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x58 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x5a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x5c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x5e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x60 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x62 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x64 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x66 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x68 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x6a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x6c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x6e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x70 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x72 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x74 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x76 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x78 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x7a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x7c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x7e -> Node 0
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x0fffffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x10000000-0x7fffffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x80000000-0xbfffffff] hotplug
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x83fffffff] hotplug
[    0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x0fffffff] -> [mem 0x00000000-0x0fffffff]
[    0.000000] NUMA: Node 0 [mem 0x00000000-0x0fffffff] + [mem 0x10000000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x7fffc000-0x7fffffff]
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d600000-ffff88007f5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007fffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007fedffff]
[    0.000000]   node   0: [mem 0x000000007ff00000-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007fffffff]
[    0.000000] On node 0 totalpages: 524157
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8128 pages used for memmap
[    0.000000]   DMA32 zone: 520160 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] system APIC only can use physical flat
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x2f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x3f] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086af01 base: 0xfed00000
[    0.000000] smpboot: Allowing 64 CPUs, 62 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
[    0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7fee0000-0x7fefefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7feff000-0x7fefffff]
[    0.000000] e820: [mem 0x80000000-0xefffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:64 nr_node_ids:1
[    0.000000] PERCPU: Embedded 31 pages/cpu @ffff88007f600000 s87192 r8192 d31592 u131072
[    0.000000] pcpu-alloc: s87192 r8192 d31592 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 
[    0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 
[    0.000000] pcpu-alloc: [0] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 
[    0.000000] pcpu-alloc: [0] 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 515944
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.0.0-2-amd64 root=/dev/mapper/stretch-root ro quiet
[    0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 258048 bytes
[    0.000000] log_buf_len min size: 131072 bytes
[    0.000000] log_buf_len: 524288 bytes
[    0.000000] early log buf free: 109892(83%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 2026648K/2096628K available (5560K kernel code, 1025K rwdata, 1940K rodata, 1252K init, 832K bss, 69980K reserved, 0K cma-reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=64.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=64
[    0.000000] NR_IRQS:33024 nr_irqs:936 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] TSC freq read from hypervisor : 2295.152 MHz
[    0.000000] tsc: Detected 2295.152 MHz processor
[    0.000108] Calibrating delay loop (skipped) preset value.. 4590.30 BogoMIPS (lpj=9180608)
[    0.000110] pid_max: default: 65536 minimum: 512
[    0.000131] ACPI: Core revision 20150204
[    0.010664] ACPI: All ACPI Tables successfully acquired
[    0.012546] Security Framework initialized
[    0.012554] AppArmor: AppArmor disabled by boot time parameter
[    0.012555] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.012687] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.013446] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.013925] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.013929] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.014241] Initializing cgroup subsys blkio
[    0.014244] Initializing cgroup subsys memory
[    0.014253] Initializing cgroup subsys devices
[    0.014255] Initializing cgroup subsys freezer
[    0.014257] Initializing cgroup subsys net_cls
[    0.014261] Initializing cgroup subsys perf_event
[    0.014264] Initializing cgroup subsys net_prio
[    0.014326] Disabled fast string operations
[    0.014329] CPU: Physical Processor ID: 0
[    0.014337] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.014338] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.014642] mce: CPU supports 0 MCE banks
[    0.014656] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.014657] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.014829] Freeing SMP alternatives memory: 24K (ffffffff81a3b000 - ffffffff81a41000)
[    0.017502] ftrace: allocating 22402 entries in 88 pages
[    0.035993] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.036339] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.180731] smpboot: CPU0: Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz (fam: 06, model: 3a, stepping: 09)
[    0.180775] Performance Events: 16-deep LBR, IvyBridge events, core PMU driver.
[    0.180792] perf_event_intel: CPUID marked event: 'cpu cycles' unavailable
[    0.180792] perf_event_intel: CPUID marked event: 'instructions' unavailable
[    0.180793] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
[    0.180794] perf_event_intel: CPUID marked event: 'cache references' unavailable
[    0.180794] perf_event_intel: CPUID marked event: 'cache misses' unavailable
[    0.180795] perf_event_intel: CPUID marked event: 'branch instructions' unavailable
[    0.180796] perf_event_intel: CPUID marked event: 'branch misses' unavailable
[    0.180799] ... version:                1
[    0.180799] ... bit width:              48
[    0.180800] ... generic registers:      4
[    0.180800] ... value mask:             0000ffffffffffff
[    0.180801] ... max period:             000000007fffffff
[    0.180802] ... fixed-purpose events:   0
[    0.180802] ... event mask:             000000000000000f
[    0.181983] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.182196] x86: Booting SMP configuration:
[    0.182198] .... node  #0, CPUs:        #1
[    0.193347] Disabled fast string operations
[    0.193674] mce: CPU supports 0 MCE banks
[    0.193790] x86: Booted up 1 node, 2 CPUs
[    0.193794] smpboot: Total of 2 processors activated (9180.60 BogoMIPS)
[    0.194515] devtmpfs: initialized
[    0.196493] PM: Registering ACPI NVS region [mem 0x7feff000-0x7fefffff] (4096 bytes)
[    0.196951] pinctrl core: initialized pinctrl subsystem
[    0.197175] NET: Registered protocol family 16
[    0.208145] cpuidle: using governor ladder
[    0.220173] cpuidle: using governor menu
[    0.220259] ACPI: bus type PCI registered
[    0.220262] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.220571] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.220574] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.220755] PCI: Using configuration type 1 for base access
[    0.220859] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.220860] mtrr: probably your BIOS does not setup all CPUs.
[    0.220860] mtrr: corrected configuration.
[    0.233534] ACPI: Added _OSI(Module Device)
[    0.233536] ACPI: Added _OSI(Processor Device)
[    0.233537] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.233538] ACPI: Added _OSI(Processor Aggregator Device)
[    0.240207] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.246203] ACPI: Interpreter enabled
[    0.246209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
[    0.246212] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150204/hwxface-580)
[    0.246217] ACPI: (supports S0 S1 S4 S5)
[    0.246219] ACPI: Using IOAPIC for interrupt routing
[    0.246236] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.297263] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
[    0.297270] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.297404] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.297538] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[    0.299068] PCI host bridge to bus 0000:00
[    0.299071] pci_bus 0000:00: root bus resource [bus 00-7f]
[    0.299072] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.299073] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.299074] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.299075] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.299076] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.299077] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.299079] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.299080] pci_bus 0000:00: root bus resource [io  0x0d00-0xfeff window]
[    0.299119] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
[    0.299590] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
[    0.299998] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
[    0.300633] pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
[    0.302805] pci 0000:00:07.1: reg 0x20: [io  0x1060-0x106f]
[    0.303641] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.303642] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.303643] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.303644] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.303834] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
[    0.306261] pci 0000:00:07.3: can't claim BAR 13 [io  0x1000-0x103f]: address conflict with ACPI PM1a_EVT_BLK [io  0x1000-0x1003]
[    0.306273] pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
[    0.306558] pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
[    0.307246] pci 0000:00:07.7: reg 0x10: [io  0x1080-0x10bf]
[    0.307897] pci 0000:00:07.7: reg 0x14: [mem 0xfebfe000-0xfebfffff 64bit]
[    0.310747] pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
[    0.315715] pci 0000:00:0f.0: reg 0x10: [io  0x1070-0x107f]
[    0.320989] pci 0000:00:0f.0: reg 0x14: [mem 0xe8000000-0xefffffff pref]
[    0.325194] pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff]
[    0.341410] pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
[    0.341769] pci 0000:00:10.0: [1000:0030] type 00 class 0x010000
[    0.342622] pci 0000:00:10.0: reg 0x10: [io  0x1400-0x14ff]
[    0.343470] pci 0000:00:10.0: reg 0x14: [mem 0xfeba0000-0xfebbffff 64bit]
[    0.344314] pci 0000:00:10.0: reg 0x1c: [mem 0xfebc0000-0xfebdffff 64bit]
[    0.345960] pci 0000:00:10.0: reg 0x30: [mem 0x00000000-0x00003fff pref]
[    0.346184] pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
[    0.346710] pci 0000:00:11.0: System wakeup disabled by ACPI
[    0.346868] pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
[    0.347504] pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
[    0.347667] pci 0000:00:15.0: System wakeup disabled by ACPI
[    0.347798] pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
[    0.348498] pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
[    0.348664] pci 0000:00:15.1: System wakeup disabled by ACPI
[    0.348794] pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
[    0.349427] pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
[    0.349591] pci 0000:00:15.2: System wakeup disabled by ACPI
[    0.349721] pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
[    0.350381] pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
[    0.350549] pci 0000:00:15.3: System wakeup disabled by ACPI
[    0.350685] pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
[    0.351346] pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
[    0.351513] pci 0000:00:15.4: System wakeup disabled by ACPI
[    0.351660] pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
[    0.352312] pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
[    0.352487] pci 0000:00:15.5: System wakeup disabled by ACPI
[    0.352621] pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
[    0.353283] pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
[    0.353461] pci 0000:00:15.6: System wakeup disabled by ACPI
[    0.353590] pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
[    0.354252] pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
[    0.354414] pci 0000:00:15.7: System wakeup disabled by ACPI
[    0.354544] pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
[    0.355176] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.355339] pci 0000:00:16.0: System wakeup disabled by ACPI
[    0.355470] pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
[    0.356129] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[    0.356291] pci 0000:00:16.1: System wakeup disabled by ACPI
[    0.356429] pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
[    0.357096] pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
[    0.357259] pci 0000:00:16.2: System wakeup disabled by ACPI
[    0.357390] pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
[    0.358021] pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
[    0.358187] pci 0000:00:16.3: System wakeup disabled by ACPI
[    0.358316] pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
[    0.358947] pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
[    0.359113] pci 0000:00:16.4: System wakeup disabled by ACPI
[    0.359241] pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
[    0.359898] pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
[    0.360062] pci 0000:00:16.5: System wakeup disabled by ACPI
[    0.360193] pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
[    0.360839] pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
[    0.361032] pci 0000:00:16.6: System wakeup disabled by ACPI
[    0.361164] pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
[    0.361796] pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
[    0.361959] pci 0000:00:16.7: System wakeup disabled by ACPI
[    0.362089] pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
[    0.362761] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
[    0.362925] pci 0000:00:17.0: System wakeup disabled by ACPI
[    0.363056] pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
[    0.363686] pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
[    0.363848] pci 0000:00:17.1: System wakeup disabled by ACPI
[    0.363980] pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
[    0.364643] pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
[    0.364811] pci 0000:00:17.2: System wakeup disabled by ACPI
[    0.364960] pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
[    0.365624] pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
[    0.365792] pci 0000:00:17.3: System wakeup disabled by ACPI
[    0.365926] pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
[    0.366577] pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
[    0.366745] pci 0000:00:17.4: System wakeup disabled by ACPI
[    0.366881] pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
[    0.367537] pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
[    0.367700] pci 0000:00:17.5: System wakeup disabled by ACPI
[    0.367830] pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
[    0.368488] pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
[    0.368652] pci 0000:00:17.6: System wakeup disabled by ACPI
[    0.368802] pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
[    0.369458] pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
[    0.369625] pci 0000:00:17.7: System wakeup disabled by ACPI
[    0.369754] pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
[    0.370386] pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
[    0.370549] pci 0000:00:18.0: System wakeup disabled by ACPI
[    0.370679] pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
[    0.371337] pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
[    0.371501] pci 0000:00:18.1: System wakeup disabled by ACPI
[    0.371633] pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
[    0.372266] pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
[    0.372429] pci 0000:00:18.2: System wakeup disabled by ACPI
[    0.372581] pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
[    0.373237] pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
[    0.373404] pci 0000:00:18.3: System wakeup disabled by ACPI
[    0.373534] pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
[    0.374195] pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
[    0.374359] pci 0000:00:18.4: System wakeup disabled by ACPI
[    0.374490] pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
[    0.375121] pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
[    0.375284] pci 0000:00:18.5: System wakeup disabled by ACPI
[    0.375415] pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
[    0.376050] pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
[    0.376213] pci 0000:00:18.6: System wakeup disabled by ACPI
[    0.376344] pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
[    0.377011] pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
[    0.377195] pci 0000:00:18.7: System wakeup disabled by ACPI
[    0.377630] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.377998] acpiphp: Slot [32] registered
[    0.378020] acpiphp: Slot [33] registered
[    0.378039] acpiphp: Slot [34] registered
[    0.378058] acpiphp: Slot [35] registered
[    0.378080] acpiphp: Slot [36] registered
[    0.378099] acpiphp: Slot [37] registered
[    0.378118] acpiphp: Slot [38] registered
[    0.378137] acpiphp: Slot [39] registered
[    0.378156] acpiphp: Slot [40] registered
[    0.378175] acpiphp: Slot [41] registered
[    0.378193] acpiphp: Slot [42] registered
[    0.378215] acpiphp: Slot [43] registered
[    0.378234] acpiphp: Slot [44] registered
[    0.378253] acpiphp: Slot [45] registered
[    0.378274] acpiphp: Slot [46] registered
[    0.378293] acpiphp: Slot [47] registered
[    0.378312] acpiphp: Slot [48] registered
[    0.378334] acpiphp: Slot [49] registered
[    0.378353] acpiphp: Slot [50] registered
[    0.378372] acpiphp: Slot [51] registered
[    0.378391] acpiphp: Slot [52] registered
[    0.378410] acpiphp: Slot [53] registered
[    0.378429] acpiphp: Slot [54] registered
[    0.378448] acpiphp: Slot [55] registered
[    0.378469] acpiphp: Slot [56] registered
[    0.378488] acpiphp: Slot [57] registered
[    0.378507] acpiphp: Slot [58] registered
[    0.378529] acpiphp: Slot [59] registered
[    0.378548] acpiphp: Slot [60] registered
[    0.378567] acpiphp: Slot [61] registered
[    0.378585] acpiphp: Slot [62] registered
[    0.378606] acpiphp: Slot [63] registered
[    0.378654] pci 0000:02:00.0: [15ad:0774] type 00 class 0x0c0300
[    0.380594] pci 0000:02:00.0: reg 0x20: [io  0x20c0-0x20df]
[    0.381451] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.381521] pci 0000:02:01.0: [1022:2000] type 00 class 0x020000
[    0.381909] pci 0000:02:01.0: reg 0x10: [io  0x2000-0x207f]
[    0.384038] pci 0000:02:01.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.384179] pci 0000:02:01.0: System wakeup disabled by ACPI
[    0.384249] pci 0000:02:02.0: [1274:1371] type 00 class 0x040100
[    0.384688] pci 0000:02:02.0: reg 0x10: [io  0x2080-0x20bf]
[    0.387261] pci 0000:02:02.0: System wakeup disabled by ACPI
[    0.387333] pci 0000:02:03.0: [15ad:0770] type 00 class 0x0c0320
[    0.387694] pci 0000:02:03.0: reg 0x10: [mem 0xfd5ff000-0xfd5fffff]
[    0.389815] pci 0000:02:03.0: System wakeup disabled by ACPI
[    0.389953] pci 0000:02:05.0: [15ad:07e0] type 00 class 0x010601
[    0.391983] pci 0000:02:05.0: reg 0x24: [mem 0xfd5fe000-0xfd5fefff]
[    0.392306] pci 0000:02:05.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.392661] pci 0000:02:05.0: PME# supported from D3hot
[    0.392777] pci 0000:02:05.0: System wakeup disabled by ACPI
[    0.393037] pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
[    0.393056] pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
[    0.393075] pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]
[    0.393111] pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
[    0.393113] pci 0000:00:11.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.393114] pci 0000:00:11.0:   bridge window [mem 0x000cc000-0x000cffff window] (subtractive decode)
[    0.393115] pci 0000:00:11.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.393116] pci 0000:00:11.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.393117] pci 0000:00:11.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.393118] pci 0000:00:11.0:   bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
[    0.393120] pci 0000:00:11.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.393121] pci 0000:00:11.0:   bridge window [io  0x0d00-0xfeff window] (subtractive decode)
[    0.393516] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.393535] pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
[    0.393554] pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.393589] pci 0000:00:15.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
[    0.394385] pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.394413] pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]
[    0.394433] pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]
[    0.394472] pci 0000:00:15.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
[    0.394885] pci 0000:00:15.2: PCI bridge to [bus 05]
[    0.394905] pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]
[    0.394926] pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.394974] pci 0000:00:15.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
[    0.395379] pci 0000:00:15.3: PCI bridge to [bus 06]
[    0.395417] pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.395462] pci 0000:00:15.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
[    0.395842] pci 0000:00:15.4: PCI bridge to [bus 07]
[    0.395877] pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]
[    0.395912] pci 0000:00:15.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
[    0.396321] pci 0000:00:15.5: PCI bridge to [bus 08]
[    0.396356] pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.396392] pci 0000:00:15.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
[    0.396781] pci 0000:00:15.6: PCI bridge to [bus 09]
[    0.396816] pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    0.396851] pci 0000:00:15.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
[    0.397261] pci 0000:00:15.7: PCI bridge to [bus 0a]
[    0.397296] pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]
[    0.397331] pci 0000:00:15.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
[    0.397708] pci 0000:00:16.0: PCI bridge to [bus 0b]
[    0.397727] pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]
[    0.397745] pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]
[    0.397780] pci 0000:00:16.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
[    0.398160] pci 0000:00:16.1: PCI bridge to [bus 0c]
[    0.398179] pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]
[    0.398198] pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.398234] pci 0000:00:16.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
[    0.398618] pci 0000:00:16.2: PCI bridge to [bus 0d]
[    0.398637] pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]
[    0.398656] pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.398692] pci 0000:00:16.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
[    0.399076] pci 0000:00:16.3: PCI bridge to [bus 0e]
[    0.399111] pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.399147] pci 0000:00:16.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
[    0.399535] pci 0000:00:16.4: PCI bridge to [bus 0f]
[    0.399571] pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]
[    0.399607] pci 0000:00:16.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
[    0.399988] pci 0000:00:16.5: PCI bridge to [bus 10]
[    0.400025] pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]
[    0.400061] pci 0000:00:16.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
[    0.400456] pci 0000:00:16.6: PCI bridge to [bus 11]
[    0.400492] pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    0.400528] pci 0000:00:16.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
[    0.400923] pci 0000:00:16.7: PCI bridge to [bus 12]
[    0.400959] pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]
[    0.400995] pci 0000:00:16.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
[    0.401391] pci 0000:00:17.0: PCI bridge to [bus 13]
[    0.401410] pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]
[    0.401429] pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    0.401465] pci 0000:00:17.0:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
[    0.401856] pci 0000:00:17.1: PCI bridge to [bus 14]
[    0.401874] pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]
[    0.401893] pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]
[    0.401927] pci 0000:00:17.1:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
[    0.402300] pci 0000:00:17.2: PCI bridge to [bus 15]
[    0.402318] pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]
[    0.402337] pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.402372] pci 0000:00:17.2:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
[    0.402741] pci 0000:00:17.3: PCI bridge to [bus 16]
[    0.402776] pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.402829] pci 0000:00:17.3:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
[    0.403229] pci 0000:00:17.4: PCI bridge to [bus 17]
[    0.403263] pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]
[    0.403298] pci 0000:00:17.4:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
[    0.403670] pci 0000:00:17.5: PCI bridge to [bus 18]
[    0.403705] pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.403740] pci 0000:00:17.5:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
[    0.404119] pci 0000:00:17.6: PCI bridge to [bus 19]
[    0.404153] pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]
[    0.404188] pci 0000:00:17.6:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
[    0.404562] pci 0000:00:17.7: PCI bridge to [bus 1a]
[    0.404597] pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]
[    0.404633] pci 0000:00:17.7:   bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
[    0.405015] pci 0000:00:18.0: PCI bridge to [bus 1b]
[    0.405034] pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]
[    0.405052] pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]
[    0.405087] pci 0000:00:18.0:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
[    0.405491] pci 0000:00:18.1: PCI bridge to [bus 1c]
[    0.405510] pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]
[    0.405528] pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.405563] pci 0000:00:18.1:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
[    0.405965] pci 0000:00:18.2: PCI bridge to [bus 1d]
[    0.406000] pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.406035] pci 0000:00:18.2:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
[    0.406409] pci 0000:00:18.3: PCI bridge to [bus 1e]
[    0.406444] pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.406479] pci 0000:00:18.3:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
[    0.406857] pci 0000:00:18.4: PCI bridge to [bus 1f]
[    0.406892] pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]
[    0.406927] pci 0000:00:18.4:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
[    0.407297] pci 0000:00:18.5: PCI bridge to [bus 20]
[    0.407332] pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    0.407367] pci 0000:00:18.5:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
[    0.407742] pci 0000:00:18.6: PCI bridge to [bus 21]
[    0.407777] pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]
[    0.407812] pci 0000:00:18.6:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
[    0.408187] pci 0000:00:18.7: PCI bridge to [bus 22]
[    0.408222] pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]
[    0.408257] pci 0000:00:18.7:   bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
[    0.410335] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)
[    0.410408] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 14 15)
[    0.410477] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15)
[    0.410546] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 9 10 11 14 15)
[    0.419537] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.419961] vgaarb: setting as boot device: PCI:0000:00:0f.0
[    0.419964] vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none
[    0.419968] vgaarb: loaded
[    0.419969] vgaarb: bridge control possible 0000:00:0f.0
[    0.420390] PCI: Using ACPI for IRQ routing
[    0.444418] PCI: pci_cache_line_size set to 64 bytes
[    0.445208] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.445210] e820: reserve RAM buffer [mem 0x7fee0000-0x7fffffff]
[    0.445415] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
[    0.445421] hpet0: 16 comparators, 64-bit 14.318180 MHz counter
[    0.447551] Switched to clocksource hpet
[    0.453131] pnp: PnP ACPI init
[    0.453315] system 00:00: [io  0x1000-0x103f] could not be reserved
[    0.453317] system 00:00: [io  0x1040-0x104f] has been reserved
[    0.453319] system 00:00: [io  0x0cf0-0x0cf1] has been reserved
[    0.453322] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.453358] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.453385] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.453409] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.453596] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.453598] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.455084] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.455267] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.455464] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.455640] pnp 00:08: [dma 2]
[    0.455671] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.455850] system 00:09: [io  0xfce0-0xfcff] has been reserved
[    0.455853] system 00:09: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.455855] system 00:09: [mem 0xfe800000-0xfe9fffff] has been reserved
[    0.455856] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.460942] pnp: PnP ACPI: found 10 devices
[    0.476660] pci 0000:00:15.3: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    0.476713] pci 0000:00:15.4: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
[    0.476766] pci 0000:00:15.5: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
[    0.476818] pci 0000:00:15.6: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    0.476870] pci 0000:00:15.7: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
[    0.477069] pci 0000:00:16.3: bridge window [io  0x1000-0x0fff] to [bus 0e] add_size 1000
[    0.477121] pci 0000:00:16.4: bridge window [io  0x1000-0x0fff] to [bus 0f] add_size 1000
[    0.477173] pci 0000:00:16.5: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
[    0.477225] pci 0000:00:16.6: bridge window [io  0x1000-0x0fff] to [bus 11] add_size 1000
[    0.477276] pci 0000:00:16.7: bridge window [io  0x1000-0x0fff] to [bus 12] add_size 1000
[    0.477478] pci 0000:00:17.3: bridge window [io  0x1000-0x0fff] to [bus 16] add_size 1000
[    0.477531] pci 0000:00:17.4: bridge window [io  0x1000-0x0fff] to [bus 17] add_size 1000
[    0.477583] pci 0000:00:17.5: bridge window [io  0x1000-0x0fff] to [bus 18] add_size 1000
[    0.477644] pci 0000:00:17.6: bridge window [io  0x1000-0x0fff] to [bus 19] add_size 1000
[    0.477706] pci 0000:00:17.7: bridge window [io  0x1000-0x0fff] to [bus 1a] add_size 1000
[    0.477856] pci 0000:00:18.2: bridge window [io  0x1000-0x0fff] to [bus 1d] add_size 1000
[    0.477908] pci 0000:00:18.3: bridge window [io  0x1000-0x0fff] to [bus 1e] add_size 1000
[    0.477960] pci 0000:00:18.4: bridge window [io  0x1000-0x0fff] to [bus 1f] add_size 1000
[    0.478012] pci 0000:00:18.5: bridge window [io  0x1000-0x0fff] to [bus 20] add_size 1000
[    0.478064] pci 0000:00:18.6: bridge window [io  0x1000-0x0fff] to [bus 21] add_size 1000
[    0.478116] pci 0000:00:18.7: bridge window [io  0x1000-0x0fff] to [bus 22] add_size 1000
[    0.478118] pci 0000:00:07.3: BAR 13: [io  0x1000-0x103f] has bogus alignment
[    0.478129] pci 0000:00:15.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478130] pci 0000:00:15.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478131] pci 0000:00:15.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478132] pci 0000:00:15.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478133] pci 0000:00:15.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478134] pci 0000:00:16.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478135] pci 0000:00:16.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478136] pci 0000:00:16.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478137] pci 0000:00:16.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478138] pci 0000:00:16.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478139] pci 0000:00:17.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478140] pci 0000:00:17.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478141] pci 0000:00:17.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478142] pci 0000:00:17.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478143] pci 0000:00:17.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478144] pci 0000:00:18.2: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478145] pci 0000:00:18.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478146] pci 0000:00:18.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478147] pci 0000:00:18.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478148] pci 0000:00:18.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478149] pci 0000:00:18.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.478153] pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0000000-0xc0007fff pref]
[    0.478155] pci 0000:00:10.0: BAR 6: assigned [mem 0xc0008000-0xc000bfff pref]
[    0.478158] pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
[    0.478159] pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
[    0.478161] pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
[    0.478162] pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
[    0.478164] pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
[    0.478165] pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
[    0.478166] pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
[    0.478167] pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
[    0.478169] pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
[    0.478170] pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
[    0.478171] pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
[    0.478172] pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
[    0.478176] pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
[    0.478177] pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
[    0.478178] pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
[    0.478179] pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
[    0.478181] pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
[    0.478182] pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
[    0.478183] pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
[    0.478184] pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
[    0.478186] pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
[    0.478187] pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
[    0.478189] pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
[    0.478189] pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
[    0.478191] pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
[    0.478192] pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
[    0.478194] pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
[    0.478195] pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
[    0.478196] pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
[    0.478197] pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
[    0.478199] pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
[    0.478200] pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
[    0.478201] pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
[    0.478202] pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
[    0.478204] pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
[    0.478205] pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
[    0.478206] pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
[    0.478207] pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
[    0.478209] pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
[    0.478210] pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
[    0.478211] pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
[    0.478212] pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
[    0.478216] pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
[    0.478217] pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
[    0.478219] pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
[    0.478220] pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
[    0.478221] pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
[    0.478222] pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
[    0.478223] pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
[    0.478224] pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
[    0.478226] pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
[    0.478227] pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
[    0.478228] pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
[    0.478229] pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
[    0.478231] pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
[    0.478232] pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
[    0.478233] pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
[    0.478234] pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
[    0.478236] pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
[    0.478237] pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
[    0.478238] pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
[    0.478239] pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
[    0.478241] pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
[    0.478241] pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
[    0.478243] pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
[    0.478244] pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
[    0.478245] pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
[    0.478246] pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
[    0.478248] pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
[    0.478249] pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
[    0.478250] pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
[    0.478251] pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
[    0.478253] pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
[    0.478254] pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
[    0.478255] pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
[    0.478256] pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
[    0.478258] pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
[    0.478259] pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
[    0.478260] pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
[    0.478261] pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
[    0.478262] pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
[    0.478263] pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
[    0.478265] pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
[    0.478266] pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
[    0.478268] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.478348] pci 0000:02:01.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]
[    0.478349] pci 0000:02:05.0: BAR 6: assigned [mem 0xfd510000-0xfd51ffff pref]
[    0.478351] pci 0000:00:11.0: PCI bridge to [bus 02]
[    0.478361] pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
[    0.478388] pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]
[    0.478406] pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
[    0.478441] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.478451] pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
[    0.478478] pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.478496] pci 0000:00:15.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
[    0.478559] pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.478570] pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]
[    0.478597] pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]
[    0.478615] pci 0000:00:15.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
[    0.478675] pci 0000:00:15.2: PCI bridge to [bus 05]
[    0.478687] pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]
[    0.478714] pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.478732] pci 0000:00:15.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
[    0.478775] pci 0000:00:15.3: PCI bridge to [bus 06]
[    0.478803] pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.478821] pci 0000:00:15.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
[    0.478863] pci 0000:00:15.4: PCI bridge to [bus 07]
[    0.478891] pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]
[    0.478909] pci 0000:00:15.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
[    0.478951] pci 0000:00:15.5: PCI bridge to [bus 08]
[    0.478979] pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.478997] pci 0000:00:15.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
[    0.479039] pci 0000:00:15.6: PCI bridge to [bus 09]
[    0.479066] pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    0.479085] pci 0000:00:15.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
[    0.479127] pci 0000:00:15.7: PCI bridge to [bus 0a]
[    0.479154] pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]
[    0.479172] pci 0000:00:15.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
[    0.479214] pci 0000:00:16.0: PCI bridge to [bus 0b]
[    0.479225] pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]
[    0.479252] pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]
[    0.479270] pci 0000:00:16.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
[    0.479312] pci 0000:00:16.1: PCI bridge to [bus 0c]
[    0.479326] pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]
[    0.479362] pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.479381] pci 0000:00:16.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
[    0.479444] pci 0000:00:16.2: PCI bridge to [bus 0d]
[    0.479455] pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]
[    0.479490] pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.479509] pci 0000:00:16.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
[    0.479551] pci 0000:00:16.3: PCI bridge to [bus 0e]
[    0.479590] pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.479608] pci 0000:00:16.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
[    0.479652] pci 0000:00:16.4: PCI bridge to [bus 0f]
[    0.479679] pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]
[    0.479698] pci 0000:00:16.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
[    0.479740] pci 0000:00:16.5: PCI bridge to [bus 10]
[    0.479767] pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]
[    0.479786] pci 0000:00:16.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
[    0.479828] pci 0000:00:16.6: PCI bridge to [bus 11]
[    0.479855] pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    0.479874] pci 0000:00:16.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
[    0.479916] pci 0000:00:16.7: PCI bridge to [bus 12]
[    0.479944] pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]
[    0.479962] pci 0000:00:16.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
[    0.480004] pci 0000:00:17.0: PCI bridge to [bus 13]
[    0.480015] pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]
[    0.480042] pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    0.480061] pci 0000:00:17.0:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
[    0.480103] pci 0000:00:17.1: PCI bridge to [bus 14]
[    0.480114] pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]
[    0.480141] pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]
[    0.480159] pci 0000:00:17.1:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
[    0.480202] pci 0000:00:17.2: PCI bridge to [bus 15]
[    0.480213] pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]
[    0.480239] pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.480258] pci 0000:00:17.2:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
[    0.480300] pci 0000:00:17.3: PCI bridge to [bus 16]
[    0.480328] pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.480346] pci 0000:00:17.3:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
[    0.480388] pci 0000:00:17.4: PCI bridge to [bus 17]
[    0.480415] pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]
[    0.480434] pci 0000:00:17.4:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
[    0.480476] pci 0000:00:17.5: PCI bridge to [bus 18]
[    0.480503] pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.480522] pci 0000:00:17.5:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
[    0.480579] pci 0000:00:17.6: PCI bridge to [bus 19]
[    0.480617] pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]
[    0.480645] pci 0000:00:17.6:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
[    0.480687] pci 0000:00:17.7: PCI bridge to [bus 1a]
[    0.480715] pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]
[    0.480733] pci 0000:00:17.7:   bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
[    0.480776] pci 0000:00:18.0: PCI bridge to [bus 1b]
[    0.480787] pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]
[    0.480813] pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]
[    0.480832] pci 0000:00:18.0:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
[    0.480874] pci 0000:00:18.1: PCI bridge to [bus 1c]
[    0.480884] pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]
[    0.480911] pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.480930] pci 0000:00:18.1:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
[    0.480972] pci 0000:00:18.2: PCI bridge to [bus 1d]
[    0.480999] pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.481018] pci 0000:00:18.2:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
[    0.481060] pci 0000:00:18.3: PCI bridge to [bus 1e]
[    0.481087] pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.481106] pci 0000:00:18.3:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
[    0.481148] pci 0000:00:18.4: PCI bridge to [bus 1f]
[    0.481175] pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]
[    0.481194] pci 0000:00:18.4:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
[    0.481236] pci 0000:00:18.5: PCI bridge to [bus 20]
[    0.481264] pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    0.481282] pci 0000:00:18.5:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
[    0.481324] pci 0000:00:18.6: PCI bridge to [bus 21]
[    0.481351] pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]
[    0.481370] pci 0000:00:18.6:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
[    0.481412] pci 0000:00:18.7: PCI bridge to [bus 22]
[    0.481439] pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]
[    0.481458] pci 0000:00:18.7:   bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
[    0.481500] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[    0.481502] pci_bus 0000:00: resource 5 [mem 0x000cc000-0x000cffff window]
[    0.481503] pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff window]
[    0.481504] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
[    0.481505] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
[    0.481506] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff window]
[    0.481507] pci_bus 0000:00: resource 10 [io  0x0000-0x0cf7 window]
[    0.481508] pci_bus 0000:00: resource 11 [io  0x0d00-0xfeff window]
[    0.481510] pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]
[    0.481511] pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfdffffff]
[    0.481512] pci_bus 0000:02: resource 2 [mem 0xe7b00000-0xe7ffffff 64bit pref]
[    0.481513] pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window]
[    0.481514] pci_bus 0000:02: resource 5 [mem 0x000cc000-0x000cffff window]
[    0.481515] pci_bus 0000:02: resource 6 [mem 0x000d0000-0x000d3fff window]
[    0.481516] pci_bus 0000:02: resource 7 [mem 0x000d4000-0x000d7fff window]
[    0.481517] pci_bus 0000:02: resource 8 [mem 0x000d8000-0x000dbfff window]
[    0.481518] pci_bus 0000:02: resource 9 [mem 0xc0000000-0xfebfffff window]
[    0.481519] pci_bus 0000:02: resource 10 [io  0x0000-0x0cf7 window]
[    0.481520] pci_bus 0000:02: resource 11 [io  0x0d00-0xfeff window]
[    0.481521] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    0.481522] pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff]
[    0.481523] pci_bus 0000:03: resource 2 [mem 0xe7a00000-0xe7afffff 64bit pref]
[    0.481524] pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]
[    0.481525] pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd0fffff]
[    0.481526] pci_bus 0000:04: resource 2 [mem 0xe7600000-0xe76fffff 64bit pref]
[    0.481527] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.481528] pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff]
[    0.481529] pci_bus 0000:05: resource 2 [mem 0xe7200000-0xe72fffff 64bit pref]
[    0.481530] pci_bus 0000:06: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.481531] pci_bus 0000:06: resource 2 [mem 0xe6e00000-0xe6efffff 64bit pref]
[    0.481532] pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff]
[    0.481533] pci_bus 0000:07: resource 2 [mem 0xe6a00000-0xe6afffff 64bit pref]
[    0.481535] pci_bus 0000:08: resource 1 [mem 0xfc000000-0xfc0fffff]
[    0.481536] pci_bus 0000:08: resource 2 [mem 0xe6600000-0xe66fffff 64bit pref]
[    0.481537] pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    0.481538] pci_bus 0000:09: resource 2 [mem 0xe6200000-0xe62fffff 64bit pref]
[    0.481539] pci_bus 0000:0a: resource 1 [mem 0xfb800000-0xfb8fffff]
[    0.481540] pci_bus 0000:0a: resource 2 [mem 0xe5e00000-0xe5efffff 64bit pref]
[    0.481541] pci_bus 0000:0b: resource 0 [io  0x5000-0x5fff]
[    0.481542] pci_bus 0000:0b: resource 1 [mem 0xfd300000-0xfd3fffff]
[    0.481543] pci_bus 0000:0b: resource 2 [mem 0xe7900000-0xe79fffff 64bit pref]
[    0.481544] pci_bus 0000:0c: resource 0 [io  0x9000-0x9fff]
[    0.481545] pci_bus 0000:0c: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.481546] pci_bus 0000:0c: resource 2 [mem 0xe7500000-0xe75fffff 64bit pref]
[    0.481547] pci_bus 0000:0d: resource 0 [io  0xd000-0xdfff]
[    0.481548] pci_bus 0000:0d: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    0.481549] pci_bus 0000:0d: resource 2 [mem 0xe7100000-0xe71fffff 64bit pref]
[    0.481550] pci_bus 0000:0e: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.481551] pci_bus 0000:0e: resource 2 [mem 0xe6d00000-0xe6dfffff 64bit pref]
[    0.481552] pci_bus 0000:0f: resource 1 [mem 0xfc300000-0xfc3fffff]
[    0.481553] pci_bus 0000:0f: resource 2 [mem 0xe6900000-0xe69fffff 64bit pref]
[    0.481554] pci_bus 0000:10: resource 1 [mem 0xfbf00000-0xfbffffff]
[    0.481555] pci_bus 0000:10: resource 2 [mem 0xe6500000-0xe65fffff 64bit pref]
[    0.481557] pci_bus 0000:11: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    0.481558] pci_bus 0000:11: resource 2 [mem 0xe6100000-0xe61fffff 64bit pref]
[    0.481559] pci_bus 0000:12: resource 1 [mem 0xfb700000-0xfb7fffff]
[    0.481560] pci_bus 0000:12: resource 2 [mem 0xe5d00000-0xe5dfffff 64bit pref]
[    0.481561] pci_bus 0000:13: resource 0 [io  0x6000-0x6fff]
[    0.481562] pci_bus 0000:13: resource 1 [mem 0xfd200000-0xfd2fffff]
[    0.481563] pci_bus 0000:13: resource 2 [mem 0xe7800000-0xe78fffff 64bit pref]
[    0.481564] pci_bus 0000:14: resource 0 [io  0xa000-0xafff]
[    0.481565] pci_bus 0000:14: resource 1 [mem 0xfce00000-0xfcefffff]
[    0.481566] pci_bus 0000:14: resource 2 [mem 0xe7400000-0xe74fffff 64bit pref]
[    0.481567] pci_bus 0000:15: resource 0 [io  0xe000-0xefff]
[    0.481568] pci_bus 0000:15: resource 1 [mem 0xfca00000-0xfcafffff]
[    0.481569] pci_bus 0000:15: resource 2 [mem 0xe7000000-0xe70fffff 64bit pref]
[    0.481570] pci_bus 0000:16: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.481571] pci_bus 0000:16: resource 2 [mem 0xe6c00000-0xe6cfffff 64bit pref]
[    0.481572] pci_bus 0000:17: resource 1 [mem 0xfc200000-0xfc2fffff]
[    0.481573] pci_bus 0000:17: resource 2 [mem 0xe6800000-0xe68fffff 64bit pref]
[    0.481574] pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbefffff]
[    0.481575] pci_bus 0000:18: resource 2 [mem 0xe6400000-0xe64fffff 64bit pref]
[    0.481576] pci_bus 0000:19: resource 1 [mem 0xfba00000-0xfbafffff]
[    0.481577] pci_bus 0000:19: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref]
[    0.481579] pci_bus 0000:1a: resource 1 [mem 0xfb600000-0xfb6fffff]
[    0.481580] pci_bus 0000:1a: resource 2 [mem 0xe5c00000-0xe5cfffff 64bit pref]
[    0.481581] pci_bus 0000:1b: resource 0 [io  0x7000-0x7fff]
[    0.481582] pci_bus 0000:1b: resource 1 [mem 0xfd100000-0xfd1fffff]
[    0.481583] pci_bus 0000:1b: resource 2 [mem 0xe7700000-0xe77fffff 64bit pref]
[    0.481584] pci_bus 0000:1c: resource 0 [io  0xb000-0xbfff]
[    0.481585] pci_bus 0000:1c: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.481586] pci_bus 0000:1c: resource 2 [mem 0xe7300000-0xe73fffff 64bit pref]
[    0.481587] pci_bus 0000:1d: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.481588] pci_bus 0000:1d: resource 2 [mem 0xe6f00000-0xe6ffffff 64bit pref]
[    0.481589] pci_bus 0000:1e: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.481590] pci_bus 0000:1e: resource 2 [mem 0xe6b00000-0xe6bfffff 64bit pref]
[    0.481591] pci_bus 0000:1f: resource 1 [mem 0xfc100000-0xfc1fffff]
[    0.481592] pci_bus 0000:1f: resource 2 [mem 0xe6700000-0xe67fffff 64bit pref]
[    0.481593] pci_bus 0000:20: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    0.481594] pci_bus 0000:20: resource 2 [mem 0xe6300000-0xe63fffff 64bit pref]
[    0.481595] pci_bus 0000:21: resource 1 [mem 0xfb900000-0xfb9fffff]
[    0.481596] pci_bus 0000:21: resource 2 [mem 0xe5f00000-0xe5ffffff 64bit pref]
[    0.481597] pci_bus 0000:22: resource 1 [mem 0xfb500000-0xfb5fffff]
[    0.481598] pci_bus 0000:22: resource 2 [mem 0xe5b00000-0xe5bfffff 64bit pref]
[    0.481870] NET: Registered protocol family 2
[    0.482219] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.482313] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.482488] TCP: Hash tables configured (established 16384 bind 16384)
[    0.482592] TCP: reno registered
[    0.482599] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.482611] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.482878] NET: Registered protocol family 1
[    0.482888] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.482960] pci 0000:00:0f.0: Video device with shadowed ROM
[    0.484452] PCI: CLS 32 bytes, default 64
[    0.484499] Unpacking initramfs...
[    0.731435] Freeing initrd memory: 17048K (ffff880035ea4000 - ffff880036f4a000)
[    0.731468] Simple Boot Flag at 0x36 set to 0x80
[    0.731574] Switched to clocksource tsc
[    0.731760] RAPL PMU detected, hw unit 2^-0 Joules, API unit is 2^-32 Joules, 3 fixed counters 10737418240 ms ovfl timer
[    0.731810] microcode: CPU0 sig=0x306a9, pf=0x1, revision=0x15
[    0.731885] microcode: CPU1 sig=0x306a9, pf=0x1, revision=0x15
[    0.731997] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[    0.734060] futex hash table entries: 16384 (order: 8, 1048576 bytes)
[    0.734656] audit: initializing netlink subsys (disabled)
[    0.734706] audit: type=2000 audit(1437358970.608:1): initialized
[    0.735248] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.735291] zpool: loaded
[    0.735592] VFS: Disk quotas dquot_6.5.2
[    0.735662] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.736562] alg: No test for stdrng (krng)
[    0.736631] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.736751] io scheduler noop registered
[    0.736752] io scheduler deadline registered
[    0.736797] io scheduler cfq registered (default)
[    0.754742] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
[    0.754763] pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
[    0.754860] pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
[    0.754880] pcie_pme 0000:00:15.1:pcie01: service driver pcie_pme loaded
[    0.754979] pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt
[    0.754999] pcie_pme 0000:00:15.2:pcie01: service driver pcie_pme loaded
[    0.755095] pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt
[    0.755114] pcie_pme 0000:00:15.3:pcie01: service driver pcie_pme loaded
[    0.755211] pcieport 0000:00:15.4: Signaling PME through PCIe PME interrupt
[    0.755230] pcie_pme 0000:00:15.4:pcie01: service driver pcie_pme loaded
[    0.755328] pcieport 0000:00:15.5: Signaling PME through PCIe PME interrupt
[    0.755348] pcie_pme 0000:00:15.5:pcie01: service driver pcie_pme loaded
[    0.755444] pcieport 0000:00:15.6: Signaling PME through PCIe PME interrupt
[    0.755463] pcie_pme 0000:00:15.6:pcie01: service driver pcie_pme loaded
[    0.755570] pcieport 0000:00:15.7: Signaling PME through PCIe PME interrupt
[    0.755589] pcie_pme 0000:00:15.7:pcie01: service driver pcie_pme loaded
[    0.755688] pcieport 0000:00:16.0: Signaling PME through PCIe PME interrupt
[    0.755707] pcie_pme 0000:00:16.0:pcie01: service driver pcie_pme loaded
[    0.755803] pcieport 0000:00:16.1: Signaling PME through PCIe PME interrupt
[    0.755822] pcie_pme 0000:00:16.1:pcie01: service driver pcie_pme loaded
[    0.755938] pcieport 0000:00:16.2: Signaling PME through PCIe PME interrupt
[    0.755959] pcie_pme 0000:00:16.2:pcie01: service driver pcie_pme loaded
[    0.756072] pcieport 0000:00:16.3: Signaling PME through PCIe PME interrupt
[    0.756091] pcie_pme 0000:00:16.3:pcie01: service driver pcie_pme loaded
[    0.756188] pcieport 0000:00:16.4: Signaling PME through PCIe PME interrupt
[    0.756207] pcie_pme 0000:00:16.4:pcie01: service driver pcie_pme loaded
[    0.756303] pcieport 0000:00:16.5: Signaling PME through PCIe PME interrupt
[    0.756322] pcie_pme 0000:00:16.5:pcie01: service driver pcie_pme loaded
[    0.756421] pcieport 0000:00:16.6: Signaling PME through PCIe PME interrupt
[    0.756440] pcie_pme 0000:00:16.6:pcie01: service driver pcie_pme loaded
[    0.756538] pcieport 0000:00:16.7: Signaling PME through PCIe PME interrupt
[    0.756558] pcie_pme 0000:00:16.7:pcie01: service driver pcie_pme loaded
[    0.756654] pcieport 0000:00:17.0: Signaling PME through PCIe PME interrupt
[    0.756674] pcie_pme 0000:00:17.0:pcie01: service driver pcie_pme loaded
[    0.756772] pcieport 0000:00:17.1: Signaling PME through PCIe PME interrupt
[    0.756791] pcie_pme 0000:00:17.1:pcie01: service driver pcie_pme loaded
[    0.756888] pcieport 0000:00:17.2: Signaling PME through PCIe PME interrupt
[    0.756907] pcie_pme 0000:00:17.2:pcie01: service driver pcie_pme loaded
[    0.757003] pcieport 0000:00:17.3: Signaling PME through PCIe PME interrupt
[    0.757022] pcie_pme 0000:00:17.3:pcie01: service driver pcie_pme loaded
[    0.757121] pcieport 0000:00:17.4: Signaling PME through PCIe PME interrupt
[    0.757159] pcie_pme 0000:00:17.4:pcie01: service driver pcie_pme loaded
[    0.757265] pcieport 0000:00:17.5: Signaling PME through PCIe PME interrupt
[    0.757284] pcie_pme 0000:00:17.5:pcie01: service driver pcie_pme loaded
[    0.757380] pcieport 0000:00:17.6: Signaling PME through PCIe PME interrupt
[    0.757399] pcie_pme 0000:00:17.6:pcie01: service driver pcie_pme loaded
[    0.757500] pcieport 0000:00:17.7: Signaling PME through PCIe PME interrupt
[    0.757520] pcie_pme 0000:00:17.7:pcie01: service driver pcie_pme loaded
[    0.757616] pcieport 0000:00:18.0: Signaling PME through PCIe PME interrupt
[    0.757635] pcie_pme 0000:00:18.0:pcie01: service driver pcie_pme loaded
[    0.757731] pcieport 0000:00:18.1: Signaling PME through PCIe PME interrupt
[    0.757750] pcie_pme 0000:00:18.1:pcie01: service driver pcie_pme loaded
[    0.757849] pcieport 0000:00:18.2: Signaling PME through PCIe PME interrupt
[    0.757868] pcie_pme 0000:00:18.2:pcie01: service driver pcie_pme loaded
[    0.757964] pcieport 0000:00:18.3: Signaling PME through PCIe PME interrupt
[    0.757983] pcie_pme 0000:00:18.3:pcie01: service driver pcie_pme loaded
[    0.758079] pcieport 0000:00:18.4: Signaling PME through PCIe PME interrupt
[    0.758099] pcie_pme 0000:00:18.4:pcie01: service driver pcie_pme loaded
[    0.758197] pcieport 0000:00:18.5: Signaling PME through PCIe PME interrupt
[    0.758216] pcie_pme 0000:00:18.5:pcie01: service driver pcie_pme loaded
[    0.758313] pcieport 0000:00:18.6: Signaling PME through PCIe PME interrupt
[    0.758332] pcie_pme 0000:00:18.6:pcie01: service driver pcie_pme loaded
[    0.758428] pcieport 0000:00:18.7: Signaling PME through PCIe PME interrupt
[    0.758447] pcie_pme 0000:00:18.7:pcie01: service driver pcie_pme loaded
[    0.758455] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.758912] pciehp 0000:00:15.0:pcie04: Slot #160 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.759008] pciehp 0000:00:15.0:pcie04: service driver pciehp loaded
[    0.759041] pciehp 0000:00:15.1:pcie04: Slot #161 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.759140] pciehp 0000:00:15.1:pcie04: service driver pciehp loaded
[    0.759173] pciehp 0000:00:15.2:pcie04: Slot #162 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.759270] pciehp 0000:00:15.2:pcie04: service driver pciehp loaded
[    0.759306] pciehp 0000:00:15.3:pcie04: Slot #163 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.759383] pciehp 0000:00:15.3:pcie04: service driver pciehp loaded
[    0.759416] pciehp 0000:00:15.4:pcie04: Slot #164 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.759500] pciehp 0000:00:15.4:pcie04: service driver pciehp loaded
[    0.759534] pciehp 0000:00:15.5:pcie04: Slot #165 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.759610] pciehp 0000:00:15.5:pcie04: service driver pciehp loaded
[    0.759643] pciehp 0000:00:15.6:pcie04: Slot #166 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.759719] pciehp 0000:00:15.6:pcie04: service driver pciehp loaded
[    0.759752] pciehp 0000:00:15.7:pcie04: Slot #167 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.759830] pciehp 0000:00:15.7:pcie04: service driver pciehp loaded
[    0.759863] pciehp 0000:00:16.0:pcie04: Slot #192 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.759957] pciehp 0000:00:16.0:pcie04: service driver pciehp loaded
[    0.760004] pciehp 0000:00:16.1:pcie04: Slot #193 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.760079] pciehp 0000:00:16.1:pcie04: service driver pciehp loaded
[    0.760112] pciehp 0000:00:16.2:pcie04: Slot #194 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.760245] pciehp 0000:00:16.2:pcie04: service driver pciehp loaded
[    0.760317] pciehp 0000:00:16.3:pcie04: Slot #195 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.760394] pciehp 0000:00:16.3:pcie04: service driver pciehp loaded
[    0.760427] pciehp 0000:00:16.4:pcie04: Slot #196 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.760500] pciehp 0000:00:16.4:pcie04: service driver pciehp loaded
[    0.760533] pciehp 0000:00:16.5:pcie04: Slot #197 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.760605] pciehp 0000:00:16.5:pcie04: service driver pciehp loaded
[    0.760638] pciehp 0000:00:16.6:pcie04: Slot #198 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.760709] pciehp 0000:00:16.6:pcie04: service driver pciehp loaded
[    0.760742] pciehp 0000:00:16.7:pcie04: Slot #199 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.760816] pciehp 0000:00:16.7:pcie04: service driver pciehp loaded
[    0.760849] pciehp 0000:00:17.0:pcie04: Slot #224 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.760921] pciehp 0000:00:17.0:pcie04: service driver pciehp loaded
[    0.760954] pciehp 0000:00:17.1:pcie04: Slot #225 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.761025] pciehp 0000:00:17.1:pcie04: service driver pciehp loaded
[    0.761059] pciehp 0000:00:17.2:pcie04: Slot #226 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.761129] pciehp 0000:00:17.2:pcie04: service driver pciehp loaded
[    0.761162] pciehp 0000:00:17.3:pcie04: Slot #227 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.761232] pciehp 0000:00:17.3:pcie04: service driver pciehp loaded
[    0.761266] pciehp 0000:00:17.4:pcie04: Slot #228 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.761336] pciehp 0000:00:17.4:pcie04: service driver pciehp loaded
[    0.761369] pciehp 0000:00:17.5:pcie04: Slot #229 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.761440] pciehp 0000:00:17.5:pcie04: service driver pciehp loaded
[    0.761474] pciehp 0000:00:17.6:pcie04: Slot #230 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.761545] pciehp 0000:00:17.6:pcie04: service driver pciehp loaded
[    0.761578] pciehp 0000:00:17.7:pcie04: Slot #231 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.761650] pciehp 0000:00:17.7:pcie04: service driver pciehp loaded
[    0.761683] pciehp 0000:00:18.0:pcie04: Slot #256 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.761754] pciehp 0000:00:18.0:pcie04: service driver pciehp loaded
[    0.761787] pciehp 0000:00:18.1:pcie04: Slot #257 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.761856] pciehp 0000:00:18.1:pcie04: service driver pciehp loaded
[    0.761890] pciehp 0000:00:18.2:pcie04: Slot #258 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.762005] pciehp 0000:00:18.2:pcie04: service driver pciehp loaded
[    0.762038] pciehp 0000:00:18.3:pcie04: Slot #259 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.762108] pciehp 0000:00:18.3:pcie04: service driver pciehp loaded
[    0.762141] pciehp 0000:00:18.4:pcie04: Slot #260 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.762212] pciehp 0000:00:18.4:pcie04: service driver pciehp loaded
[    0.762245] pciehp 0000:00:18.5:pcie04: Slot #261 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.762316] pciehp 0000:00:18.5:pcie04: service driver pciehp loaded
[    0.762349] pciehp 0000:00:18.6:pcie04: Slot #262 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.762419] pciehp 0000:00:18.6:pcie04: service driver pciehp loaded
[    0.762471] pciehp 0000:00:18.7:pcie04: Slot #263 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[    0.762545] pciehp 0000:00:18.7:pcie04: service driver pciehp loaded
[    0.762552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.762574] intel_idle: does not run on family 6 model 58
[    0.762637] GHES: HEST is not enabled!
[    0.762696] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.788041] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.812224] 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    0.812573] Linux agpgart interface v0.103
[    0.812663] agpgart-intel 0000:00:00.0: Intel 440BX Chipset
[    0.813152] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0
[    0.813190] AMD IOMMUv2 driver by Joerg Roedel <jroedel at suse.de>
[    0.813190] AMD IOMMUv2 functionality not available on this system
[    0.813249] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
[    0.814224] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.814237] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.814574] mousedev: PS/2 mouse device common for all mice
[    0.814987] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    0.815048] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.815154] ledtrig-cpu: registered to indicate activity on CPUs
[    0.816187] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.816949] TCP: cubic registered
[    0.817128] NET: Registered protocol family 10
[    0.817518] mip6: Mobile IPv6
[    0.817522] NET: Registered protocol family 17
[    0.817528] mpls_gso: MPLS GSO support
[    0.817740] registered taskstats version 1
[    0.823631] rtc_cmos 00:01: setting system clock to 2015-07-20 02:22:50 UTC (1437358970)
[    0.823700] PM: Hibernation image not present or could not be loaded.
[    0.823962] Freeing unused kernel memory: 1252K (ffffffff81902000 - ffffffff81a3b000)
[    0.823963] Write protecting the kernel read-only data: 8192k
[    0.824226] Freeing unused kernel memory: 572K (ffff880001571000 - ffff880001600000)
[    0.824320] Freeing unused kernel memory: 108K (ffff8800017e5000 - ffff880001800000)
[    0.834285] random: systemd-udevd urandom read with 1 bits of entropy available
[    0.910310] Floppy drive(s): fd0 is 1.44M
[    0.924585] FDC 0 is a post-1991 82077
[    1.359108] SCSI subsystem initialized
[    1.361841] Fusion MPT base driver 3.04.20
[    1.361843] Copyright (c) 1999-2008 LSI Corporation
[    1.362522] Fusion MPT SPI Host driver 3.04.20
[    1.364169] libata version 3.00 loaded.
[    1.364610] mptbase: ioc0: Initiating bringup
[    1.436738] ioc0: LSI53C1030 B0: Capabilities={Initiator}
[    1.485945] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend at alpha.franken.de
[    1.486474] pcnet32: PCnet/PCI II 79C970A at 0x2000, 00:0c:29:fc:bc:e4 assigned IRQ 19
[    1.486909] pcnet32: eth0: registered as PCnet/PCI II 79C970A
[    1.486979] pcnet32: 1 cards_found
[    1.488122] ahci 0000:02:05.0: version 3.0
[    1.489258] ahci 0000:02:05.0: AHCI 0001.0300 32 slots 30 ports 6 Gbps 0x3fffffff impl SATA mode
[    1.489261] ahci 0000:02:05.0: flags: 64bit ncq clo only 
[    1.490538] ACPI: bus type USB registered
[    1.490564] usbcore: registered new interface driver usbfs
[    1.490576] usbcore: registered new interface driver hub
[    1.490622] usbcore: registered new device driver usb
[    1.491064] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.491865] uhci_hcd: USB Universal Host Controller Interface driver
[    1.495280] ehci-pci: EHCI PCI platform driver
[    1.495598] scsi host0: ahci
[    1.495949] scsi host1: ahci
[    1.496206] scsi host2: ahci
[    1.497111] scsi host3: ahci
[    1.497289] scsi host4: ahci
[    1.504357] scsi host5: ahci
[    1.507305] scsi host6: ahci
[    1.514219] scsi host7: ahci
[    1.520152] scsi host8: ahci
[    1.523503] scsi host9: ahci
[    1.523759] scsi host10: ahci
[    1.523917] scsi host11: ahci
[    1.524062] scsi host12: ahci
[    1.524250] scsi host13: ahci
[    1.524961] scsi host14: ahci
[    1.525140] scsi host15: ahci
[    1.525292] scsi host16: ahci
[    1.525431] scsi host17: ahci
[    1.525677] scsi host18: ahci
[    1.525950] scsi host19: ahci
[    1.526147] scsi host20: ahci
[    1.526292] scsi host21: ahci
[    1.526438] scsi host22: ahci
[    1.526654] scsi host23: ahci
[    1.526831] scsi host24: ahci
[    1.527074] scsi host25: ahci
[    1.527389] scsi host26: ahci
[    1.527693] scsi host27: ahci
[    1.527945] scsi host28: ahci
[    1.528157] scsi host29: ahci
[    1.528203] ata1: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe100 irq 56
[    1.528205] ata2: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe180 irq 56
[    1.528206] ata3: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe200 irq 56
[    1.528207] ata4: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe280 irq 56
[    1.528208] ata5: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe300 irq 56
[    1.528210] ata6: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe380 irq 56
[    1.528211] ata7: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe400 irq 56
[    1.528212] ata8: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe480 irq 56
[    1.528213] ata9: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe500 irq 56
[    1.528214] ata10: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe580 irq 56
[    1.528215] ata11: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe600 irq 56
[    1.528216] ata12: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe680 irq 56
[    1.528217] ata13: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe700 irq 56
[    1.528219] ata14: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe780 irq 56
[    1.528220] ata15: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe800 irq 56
[    1.528221] ata16: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe880 irq 56
[    1.528222] ata17: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe900 irq 56
[    1.528223] ata18: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe980 irq 56
[    1.528224] ata19: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fea00 irq 56
[    1.528225] ata20: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fea80 irq 56
[    1.528226] ata21: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5feb00 irq 56
[    1.528227] ata22: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5feb80 irq 56
[    1.528228] ata23: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fec00 irq 56
[    1.528229] ata24: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fec80 irq 56
[    1.528230] ata25: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fed00 irq 56
[    1.528231] ata26: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fed80 irq 56
[    1.528232] ata27: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fee00 irq 56
[    1.528233] ata28: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fee80 irq 56
[    1.528234] ata29: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fef00 irq 56
[    1.528235] ata30: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fef80 irq 56
[    1.528616] uhci_hcd 0000:02:00.0: UHCI Host Controller
[    1.528622] uhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    1.528677] uhci_hcd 0000:02:00.0: detected 2 ports
[    1.528860] uhci_hcd 0000:02:00.0: irq 18, io base 0x000020c0
[    1.530684] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    1.530686] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.530687] usb usb1: Product: UHCI Host Controller
[    1.530688] usb usb1: Manufacturer: Linux 4.0.0-2-amd64 uhci_hcd
[    1.530689] usb usb1: SerialNumber: 0000:02:00.0
[    1.530846] hub 1-0:1.0: USB hub found
[    1.530852] hub 1-0:1.0: 2 ports detected
[    1.531509] ehci-pci 0000:02:03.0: EHCI Host Controller
[    1.531514] ehci-pci 0000:02:03.0: new USB bus registered, assigned bus number 2
[    1.531742] ehci-pci 0000:02:03.0: cache line size of 32 is not supported
[    1.531748] ehci-pci 0000:02:03.0: irq 17, io mem 0xfd5ff000
[    1.543829] ehci-pci 0000:02:03.0: USB 2.0 started, EHCI 1.00
[    1.543976] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.543980] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.543983] usb usb2: Product: EHCI Host Controller
[    1.543985] usb usb2: Manufacturer: Linux 4.0.0-2-amd64 ehci_hcd
[    1.543987] usb usb2: SerialNumber: 0000:02:03.0
[    1.544289] hub 2-0:1.0: USB hub found
[    1.544300] hub 2-0:1.0: 6 ports detected
[    1.602716] scsi host30: ioc0: LSI53C1030 B0, FwRev=01032920h, Ports=1, MaxQ=128, IRQ=17
[    1.711648] ata_piix 0000:00:07.1: version 2.13
[    1.712896] scsi host31: ata_piix
[    1.713104] scsi host32: ata_piix
[    1.713156] ata31: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
[    1.713158] ata32: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
[    1.839633] usb 1-1: new full-speed USB device number 2 using uhci_hcd
[    1.848311] ata5: SATA link down (SStatus 0 SControl 300)
[    1.848416] ata13: SATA link down (SStatus 0 SControl 300)
[    1.848491] ata28: SATA link down (SStatus 0 SControl 300)
[    1.848559] ata30: SATA link down (SStatus 0 SControl 300)
[    1.848667] ata9: SATA link down (SStatus 0 SControl 300)
[    1.848748] ata26: SATA link down (SStatus 0 SControl 300)
[    1.848766] ata4: SATA link down (SStatus 0 SControl 300)
[    1.848790] ata8: SATA link down (SStatus 0 SControl 300)
[    1.848806] ata21: SATA link down (SStatus 0 SControl 300)
[    1.848829] ata22: SATA link down (SStatus 0 SControl 300)
[    1.848853] ata2: SATA link down (SStatus 0 SControl 300)
[    1.848876] ata12: SATA link down (SStatus 0 SControl 300)
[    1.848891] ata3: SATA link down (SStatus 0 SControl 300)
[    1.848912] ata6: SATA link down (SStatus 0 SControl 300)
[    1.848932] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.849143] ata11: SATA link down (SStatus 0 SControl 300)
[    1.849175] ata14: SATA link down (SStatus 0 SControl 300)
[    1.849192] ata19: SATA link down (SStatus 0 SControl 300)
[    1.849215] ata15: SATA link down (SStatus 0 SControl 300)
[    1.849228] ata10: SATA link down (SStatus 0 SControl 300)
[    1.849249] ata17: SATA link down (SStatus 0 SControl 300)
[    1.849264] ata25: SATA link down (SStatus 0 SControl 300)
[    1.849285] ata29: SATA link down (SStatus 0 SControl 300)
[    1.849299] ata27: SATA link down (SStatus 0 SControl 300)
[    1.849319] ata23: SATA link down (SStatus 0 SControl 300)
[    1.849334] ata24: SATA link down (SStatus 0 SControl 300)
[    1.849354] ata16: SATA link down (SStatus 0 SControl 300)
[    1.849369] ata20: SATA link down (SStatus 0 SControl 300)
[    1.849390] ata18: SATA link down (SStatus 0 SControl 300)
[    1.849411] ata1.00: ATA-6: VMware Virtual SATA Hard Drive, 00000001, max UDMA/100
[    1.849414] ata1.00: 2097152 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    1.849714] ata7: SATA link down (SStatus 0 SControl 300)
[    1.850184] ata1.00: configured for UDMA/100
[    1.850378] scsi 0:0:0:0: Direct-Access     ATA      VMware Virtual S 0001 PQ: 0 ANSI: 5
[    1.869193] ata32.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33
[    1.869531] ata31.00: ATA-4: VMware Virtual IDE Hard Drive, 00000001, max UDMA/33
[    1.869535] ata31.00: 8388608 sectors, multi 16: LBA 
[    1.869542] ata31.01: ATA-4: VMware Virtual IDE Hard Drive, 00000001, max UDMA/33
[    1.869543] ata31.01: 8388608 sectors, multi 16: LBA 
[    1.870189] ata32.00: configured for UDMA/33
[    1.870567] ata31.00: configured for UDMA/33
[    1.870847] ata31.01: configured for UDMA/33
[    1.871093] scsi 31:0:0:0: Direct-Access     ATA      VMware Virtual I 0001 PQ: 0 ANSI: 5
[    1.871841] scsi 31:0:1:0: Direct-Access     ATA      VMware Virtual I 0001 PQ: 0 ANSI: 5
[    1.872848] scsi 32:0:0:0: CD-ROM            NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5
[    1.884277] sd 0:0:0:0: [sda] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB)
[    1.884303] sd 0:0:0:0: [sda] Write Protect is off
[    1.884305] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.884316] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    1.884695]  sda: sda1
[    1.884854] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.884872] sd 31:0:0:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    1.884921] sd 31:0:0:0: [sdb] Write Protect is off
[    1.884923] sd 31:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.884933] sd 31:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    1.885212]  sdb: sdb1
[    1.885343] sd 31:0:1:0: [sdc] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    1.885393] sd 31:0:0:0: [sdb] Attached SCSI disk
[    1.885410] sd 31:0:1:0: [sdc] Write Protect is off
[    1.885412] sd 31:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    1.885619] sd 31:0:1:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    1.886010]  sdc: sdc1
[    1.886732] sd 31:0:1:0: [sdc] Attached SCSI disk
[    1.892041] sr 32:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.892044] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.892207] sr 32:0:0:0: Attached scsi CD-ROM sr0
[    1.924570] md: bind<sdb1>
[    1.925828] md: bind<sdc1>
[    1.927331] md: raid0 personality registered for level 0
[    1.927932] md/raid0:md0: md_size is 16760832 sectors.
[    1.927933] md: RAID0 configuration for md0 - 1 zone
[    1.927934] md: zone0=[sdb1/sdc1]
[    1.927937]       zone-offset=         0KB, device-offset=         0KB, size=   8380416KB

[    1.927945] md0: detected capacity change from 0 to 8581545984
[    2.040283] blk_update_request: I/O error, dev fd0, sector 0
[    2.040398] floppy: error -5 while reading block 0
[    2.045324] device-mapper: uevent: version 1.0.3
[    2.045403] device-mapper: ioctl: 4.30.0-ioctl (2014-12-22) initialised: dm-devel at redhat.com
[    2.110374] PM: Starting manual resume from disk
[    2.110379] PM: Hibernation image partition 253:1 present
[    2.110380] PM: Looking for hibernation image.
[    2.110538] PM: Image not found (code -22)
[    2.110539] PM: Hibernation image not present or could not be loaded.
[    2.139491] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[    2.209451] systemd[1]: Inserted module 'autofs4'
[    2.209633] systemd[1]: Failed to insert module 'kdbus': Function not implemented
[    2.212370] systemd[1]: systemd 222 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[    2.212412] systemd[1]: Detected virtualization vmware.
[    2.212416] systemd[1]: Detected architecture x86-64.
[    2.215786] systemd[1]: Set hostname to <stretch>.
[    2.313203] systemd[1]: display-manager.service: Cannot add dependency job, ignoring: Unit display-manager.service failed to load: No such file or directory.
[    2.313543] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.313561] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    2.313598] systemd[1]: Created slice Root Slice.
[    2.313605] systemd[1]: Starting Root Slice.
[    2.313630] systemd[1]: Listening on LVM2 metadata daemon socket.
[    2.313636] systemd[1]: Starting LVM2 metadata daemon socket.
[    2.313656] systemd[1]: Listening on udev Kernel Socket.
[    2.313661] systemd[1]: Starting udev Kernel Socket.
[    2.313776] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.313784] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    2.313813] systemd[1]: Listening on Journal Socket.
[    2.313822] systemd[1]: Starting Journal Socket.
[    2.313883] systemd[1]: Listening on Journal Audit Socket.
[    2.313889] systemd[1]: Starting Journal Audit Socket.
[    2.313913] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.313919] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    2.313992] systemd[1]: Created slice System Slice.
[    2.314001] systemd[1]: Starting System Slice.
[    2.314346] systemd[1]: Mounting POSIX Message Queue File System...
[    2.315394] systemd[1]: Starting Load Kernel Modules...
[    2.315821] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    2.316157] systemd[1]: Mounting Huge Pages File System...
[    2.316525] systemd[1]: Starting Increase datagram queue length...
[    2.319192] systemd[1]: Started Set Up Additional Binary Formats.
[    2.319302] systemd[1]: Created slice system-getty.slice.
[    2.319314] systemd[1]: Starting system-getty.slice.
[    2.319359] systemd[1]: Listening on LVM2 poll daemon socket.
[    2.319366] systemd[1]: Starting LVM2 poll daemon socket.
[    2.319375] systemd[1]: Reached target Remote File Systems (Pre).
[    2.319381] systemd[1]: Starting Remote File Systems (Pre).
[    2.319422] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.319428] systemd[1]: Starting Journal Socket (/dev/log).
[    2.319477] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.319484] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    2.319836] systemd[1]: Mounting Debug File System...
[    2.319873] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.319892] systemd[1]: Starting fsck to fsckd communication Socket.
[    2.319910] systemd[1]: Started File System Check on Root Device.
[    2.319950] systemd[1]: Listening on udev Control Socket.
[    2.319956] systemd[1]: Starting udev Control Socket.
[    2.320028] systemd[1]: Created slice User and Session Slice.
[    2.320034] systemd[1]: Starting User and Session Slice.
[    2.320044] systemd[1]: Reached target Slices.
[    2.320049] systemd[1]: Starting Slices.
[    2.320064] systemd[1]: Reached target Encrypted Volumes.
[    2.320069] systemd[1]: Starting Encrypted Volumes.
[    2.320150] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.320157] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    2.320191] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.320198] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    2.320526] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    2.321053] systemd[1]: Mounted POSIX Message Queue File System.
[    2.321076] systemd[1]: Mounted Huge Pages File System.
[    2.321362] systemd[1]: Mounted Debug File System.
[    2.348662] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    2.348994] systemd[1]: Started Load Kernel Modules.
[    2.349445] systemd[1]: Starting Apply Kernel Variables...
[    2.349469] systemd[1]: Mounted FUSE Control File System.
[    2.349532] systemd[1]: Mounted Configuration File System.
[    2.350511] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.356361] systemd[1]: Started Increase datagram queue length.
[    2.356499] systemd[1]: Listening on Syslog Socket.
[    2.356508] systemd[1]: Starting Syslog Socket.
[    2.356943] systemd[1]: Starting Journal Service...
[    2.362514] systemd[1]: Started LVM2 metadata daemon.
[    2.362639] systemd[1]: Starting LVM2 metadata daemon...
[    2.370756] systemd[1]: Started Apply Kernel Variables.
[    2.399961] systemd[1]: Started Create Static Device Nodes in /dev.
[    2.400397] systemd[1]: Starting udev Kernel Device Manager...
[    2.419274] systemd[1]: Started udev Kernel Device Manager.
[    2.419779] systemd[1]: Starting LSB: Set preliminary keymap...
[    2.420154] systemd[1]: Starting LSB: MD array assembly...
[    2.420647] systemd[1]: Starting Copy rules generated while the root was ro...
[    2.435936] random: nonblocking pool is initialized
[    2.436838] systemd[1]: Started Copy rules generated while the root was ro.
[    2.441762] systemd[1]: Started Journal Service.
[    2.543276] blk_update_request: I/O error, dev fd0, sector 0
[    2.543342] floppy: error -5 while reading block 0
[    2.579929] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[    2.603518] systemd-journald[304]: Received request to flush runtime journal from PID 1
[    2.780734] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    2.780739] ACPI: Power Button [PWRF]
[    2.781919] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.785662] usb 1-1: New USB device found, idVendor=0e0f, idProduct=0003
[    2.785665] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.785666] usb 1-1: Product: VMware Virtual USB Mouse
[    2.785667] usb 1-1: Manufacturer: VMware
[    2.832028] ACPI: AC Adapter [ACAD] (on-line)
[    2.903824] usb 1-2: new full-speed USB device number 3 using uhci_hcd
[    3.045004] parport_pc 00:05: reported by Plug and Play ACPI
[    3.045201] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[    3.056138] usb 1-2: New USB device found, idVendor=0e0f, idProduct=0002
[    3.056141] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.056142] usb 1-2: Product: VMware Virtual USB Hub
[    3.063940] hub 1-2:1.0: USB hub found
[    3.065777] hub 1-2:1.0: 7 ports detected
[    3.173105] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.173541] sd 31:0:0:0: Attached scsi generic sg1 type 0
[    3.173591] sd 31:0:1:0: Attached scsi generic sg2 type 0
[    3.173630] sr 32:0:0:0: Attached scsi generic sg3 type 5
[    3.189123] piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
[    3.200244] vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x11080, irq 16
[    3.200294] vmw_vmci 0000:00:07.7: Using capabilities 0xc
[    3.200753] Guest personality initialized and is active
[    3.201037] VMCI host device registered (name=vmci, major=10, minor=58)
[    3.201038] Initialized host personality
[    3.207177] [drm] Initialized drm 1.1.0 20060810
[    3.249305] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    3.274617] [drm] DMA map mode: Using physical TTM page addresses.
[    3.274686] [drm] Capabilities:
[    3.274687] [drm]   Rect copy.
[    3.274688] [drm]   Cursor.
[    3.274688] [drm]   Cursor bypass.
[    3.274689] [drm]   Cursor bypass 2.
[    3.274689] [drm]   8bit emulation.
[    3.274690] [drm]   Alpha cursor.
[    3.274690] [drm]   Extended Fifo.
[    3.274691] [drm]   Multimon.
[    3.274691] [drm]   Pitchlock.
[    3.274692] [drm]   Irq mask.
[    3.274692] [drm]   Display Topology.
[    3.274693] [drm]   GMR.
[    3.274693] [drm]   Traces.
[    3.274694] [drm]   GMR2.
[    3.274694] [drm]   Screen Object 2.
[    3.274695] [drm]   Command Buffers.
[    3.274695] [drm] Max GMR ids is 64
[    3.274696] [drm] Max number of GMR pages is 196608
[    3.274697] [drm] Max dedicated hypervisor surface memory is 786432 kiB
[    3.274697] [drm] Maximum display memory size is 65536 kiB
[    3.274698] [drm] VRAM at 0xe8000000 size is 65536 kiB
[    3.274699] [drm] MMIO at 0xfe000000 size is 2048 kiB
[    3.274734] [drm] global init.
[    3.279692] [TTM] Zone  kernel: Available graphics memory: 1022826 kiB
[    3.279694] [TTM] Initializing pool allocator
[    3.279698] [TTM] Initializing DMA pool allocator
[    3.280187] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.280190] [drm] No driver support for vblank timestamp query.
[    3.280469] [drm] Screen objects system initialized
[    3.280527] [drm] width 640
[    3.280536] [drm] height 480
[    3.280545] [drm] bpp 32
[    3.290153] [drm] Fifo max 0x00200000 min 0x00001000 cap 0x0000077f
[    3.302278] fbcon: svgadrmfb (fb0) is primary device
[    3.314771] Console: switching to colour frame buffer device 100x37
[    3.318382] [drm] Initialized vmwgfx 2.6.1 20140704 for 0000:00:0f.0 on minor 0
[    3.322721] ppdev: user-space parallel port driver
[    3.353103] hidraw: raw HID events driver (C) Jiri Kosina
[    3.356654] usbcore: registered new interface driver usbhid
[    3.356657] usbhid: USB HID core driver
[    3.364200] usb 1-2.1: new full-speed USB device number 4 using uhci_hcd
[    3.381334] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[    3.383468] input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb1/1-1/1-1:1.0/0003:0E0F:0003.0001/input/input5
[    3.383736] AVX version of gcm_enc/dec engaged.
[    3.383738] AES CTR mode by8 optimization enabled
[    3.385078] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[    3.385891] hid-generic 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:00.0-1/input0
[    3.389317] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    3.402054] alg: No test for crc32 (crc32-pclmul)
[    3.405366] intel_rapl: no valid rapl domains found in package 0
[    3.421427] Adding 1949692k swap on /dev/mapper/stretch-swap.  Priority:-1 extents:1 across:1949692k FS
[    3.475227] usb 1-2.1: New USB device found, idVendor=0e0f, idProduct=0008
[    3.475234] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.475236] usb 1-2.1: Product: Virtual Bluetooth Adapter
[    3.475237] usb 1-2.1: Manufacturer: VMware
[    3.475238] usb 1-2.1: SerialNumber: 000650268328
[    3.484011] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4
[    3.491997] Bluetooth: Core ver 2.20
[    3.492023] NET: Registered protocol family 31
[    3.492025] Bluetooth: HCI device and connection manager initialized
[    3.492258] Bluetooth: HCI socket layer initialized
[    3.492262] Bluetooth: L2CAP socket layer initialized
[    3.492274] Bluetooth: SCO socket layer initialized
[    3.495748] usbcore: registered new interface driver btusb
[   92.459956] pcnet32 0000:02:01.0 eth0: link up
[   93.883444] RPC: Registered named UNIX socket transport module.
[   93.883447] RPC: Registered udp transport module.
[   93.883448] RPC: Registered tcp transport module.
[   93.883449] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   93.887397] FS-Cache: Loaded
[   93.893605] FS-Cache: Netfs 'nfs' registered for caching
[   93.901228] Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
[  135.704662] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
-------------- next part --------------
-- Logs begin at Sun 2015-07-19 19:18:44 PDT, end at Sun 2015-07-19 19:25:33 PDT. --
Jul 19 19:22:52 stretch systemd-journal[304]: Runtime journal is using 4.9M (max allowed 39.9M, trying to leave 59.9M free of 394.3M available ? current limit 39.9M).
Jul 19 19:22:52 stretch systemd-journal[304]: Runtime journal is using 4.9M (max allowed 39.9M, trying to leave 59.9M free of 394.3M available ? current limit 39.9M).
Jul 19 19:22:52 stretch kernel: Initializing cgroup subsys cpuset
Jul 19 19:22:52 stretch kernel: Initializing cgroup subsys cpu
Jul 19 19:22:52 stretch kernel: Initializing cgroup subsys cpuacct
Jul 19 19:22:52 stretch kernel: Linux version 4.0.0-2-amd64 (debian-kernel at lists.debian.org) (gcc version 4.9.3 (Debian 4.9.3-1) ) #1 SMP Debian 4.0.8-1 (2015-07-11)
Jul 19 19:22:52 stretch kernel: Command line: BOOT_IMAGE=/vmlinuz-4.0.0-2-amd64 root=/dev/mapper/stretch-root ro quiet
Jul 19 19:22:52 stretch kernel: Disabled fast string operations
Jul 19 19:22:52 stretch kernel: e820: BIOS-provided physical RAM map:
Jul 19 19:22:52 stretch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
Jul 19 19:22:52 stretch kernel: BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
Jul 19 19:22:52 stretch kernel: BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
Jul 19 19:22:52 stretch kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007fedffff] usable
Jul 19 19:22:52 stretch kernel: BIOS-e820: [mem 0x000000007fee0000-0x000000007fefefff] ACPI data
Jul 19 19:22:52 stretch kernel: BIOS-e820: [mem 0x000000007feff000-0x000000007fefffff] ACPI NVS
Jul 19 19:22:52 stretch kernel: BIOS-e820: [mem 0x000000007ff00000-0x000000007fffffff] usable
Jul 19 19:22:52 stretch kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Jul 19 19:22:52 stretch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
Jul 19 19:22:52 stretch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jul 19 19:22:52 stretch kernel: BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
Jul 19 19:22:52 stretch kernel: NX (Execute Disable) protection: active
Jul 19 19:22:52 stretch kernel: SMBIOS 2.4 present.
Jul 19 19:22:52 stretch kernel: DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/31/2013
Jul 19 19:22:52 stretch kernel: Hypervisor detected: VMware
Jul 19 19:22:52 stretch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jul 19 19:22:52 stretch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jul 19 19:22:52 stretch kernel: AGP: No AGP bridge found
Jul 19 19:22:52 stretch kernel: e820: last_pfn = 0x80000 max_arch_pfn = 0x400000000
Jul 19 19:22:52 stretch kernel: MTRR default type: uncachable
Jul 19 19:22:52 stretch kernel: MTRR fixed ranges enabled:
Jul 19 19:22:52 stretch kernel:   00000-9FFFF write-back
Jul 19 19:22:52 stretch kernel:   A0000-BFFFF uncachable
Jul 19 19:22:52 stretch kernel:   C0000-CBFFF write-protect
Jul 19 19:22:52 stretch kernel:   CC000-EFFFF uncachable
Jul 19 19:22:52 stretch kernel:   F0000-FFFFF write-protect
Jul 19 19:22:52 stretch kernel: MTRR variable ranges enabled:
Jul 19 19:22:52 stretch kernel:   0 base 0000000000 mask FF80000000 write-back
Jul 19 19:22:52 stretch kernel:   1 disabled
Jul 19 19:22:52 stretch kernel:   2 disabled
Jul 19 19:22:52 stretch kernel:   3 disabled
Jul 19 19:22:52 stretch kernel:   4 disabled
Jul 19 19:22:52 stretch kernel:   5 disabled
Jul 19 19:22:52 stretch kernel:   6 disabled
Jul 19 19:22:52 stretch kernel:   7 disabled
Jul 19 19:22:52 stretch kernel: PAT read returns always zero, disabled.
Jul 19 19:22:52 stretch kernel: found SMP MP-table at [mem 0x000f6bf0-0x000f6bff] mapped at [ffff8800000f6bf0]
Jul 19 19:22:52 stretch kernel: Base memory trampoline at [ffff880000098000] 98000 size 24576
Jul 19 19:22:52 stretch kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
Jul 19 19:22:52 stretch kernel:  [mem 0x00000000-0x000fffff] page 4k
Jul 19 19:22:52 stretch kernel: BRK [0x01b13000, 0x01b13fff] PGTABLE
Jul 19 19:22:52 stretch kernel: BRK [0x01b14000, 0x01b14fff] PGTABLE
Jul 19 19:22:52 stretch kernel: BRK [0x01b15000, 0x01b15fff] PGTABLE
Jul 19 19:22:52 stretch kernel: init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]
Jul 19 19:22:52 stretch kernel:  [mem 0x7fc00000-0x7fdfffff] page 2M
Jul 19 19:22:52 stretch kernel: BRK [0x01b16000, 0x01b16fff] PGTABLE
Jul 19 19:22:52 stretch kernel: init_memory_mapping: [mem 0x60000000-0x7fbfffff]
Jul 19 19:22:52 stretch kernel:  [mem 0x60000000-0x7fbfffff] page 2M
Jul 19 19:22:52 stretch kernel: init_memory_mapping: [mem 0x40000000-0x5fffffff]
Jul 19 19:22:52 stretch kernel:  [mem 0x40000000-0x5fffffff] page 2M
Jul 19 19:22:52 stretch kernel: init_memory_mapping: [mem 0x00100000-0x3fffffff]
Jul 19 19:22:52 stretch kernel:  [mem 0x00100000-0x001fffff] page 4k
Jul 19 19:22:52 stretch kernel:  [mem 0x00200000-0x3fffffff] page 2M
Jul 19 19:22:52 stretch kernel: init_memory_mapping: [mem 0x7fe00000-0x7fedffff]
Jul 19 19:22:52 stretch kernel:  [mem 0x7fe00000-0x7fedffff] page 4k
Jul 19 19:22:52 stretch kernel: BRK [0x01b17000, 0x01b17fff] PGTABLE
Jul 19 19:22:52 stretch kernel: init_memory_mapping: [mem 0x7ff00000-0x7fffffff]
Jul 19 19:22:52 stretch kernel:  [mem 0x7ff00000-0x7fffffff] page 4k
Jul 19 19:22:52 stretch kernel: RAMDISK: [mem 0x35ea4000-0x36f49fff]
Jul 19 19:22:52 stretch kernel: ACPI: Early table checksum verification disabled
Jul 19 19:22:52 stretch kernel: ACPI: RSDP 0x00000000000F6B80 000024 (v02 PTLTD )
Jul 19 19:22:52 stretch kernel: ACPI: XSDT 0x000000007FEEDA0B 00005C (v01 INTEL  440BX    06040000 VMW  01324272)
Jul 19 19:22:52 stretch kernel: ACPI: FACP 0x000000007FEFEE73 0000F4 (v04 INTEL  440BX    06040000 PTL  000F4240)
Jul 19 19:22:52 stretch kernel: ACPI: DSDT 0x000000007FEEE59E 0108D5 (v01 PTLTD  Custom   06040000 MSFT 03000001)
Jul 19 19:22:52 stretch kernel: ACPI: FACS 0x000000007FEFFFC0 000040
Jul 19 19:22:52 stretch kernel: ACPI: BOOT 0x000000007FEEE576 000028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
Jul 19 19:22:52 stretch kernel: ACPI: APIC 0x000000007FEEE1B4 0003C2 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
Jul 19 19:22:52 stretch kernel: ACPI: MCFG 0x000000007FEEE178 00003C (v01 PTLTD  $PCITBL$ 06040000  LTP 00000001)
Jul 19 19:22:52 stretch kernel: ACPI: SRAT 0x000000007FEEDB07 0004F8 (v02 VMWARE MEMPLUG  06040000 VMW  00000001)
Jul 19 19:22:52 stretch kernel: ACPI: HPET 0x000000007FEEDACF 000038 (v01 VMWARE VMW HPET 06040000 VMW  00000001)
Jul 19 19:22:52 stretch kernel: ACPI: WAET 0x000000007FEEDAA7 000028 (v01 VMWARE VMW WAET 06040000 VMW  00000001)
Jul 19 19:22:52 stretch kernel: ACPI: Local APIC address 0xfee00000
Jul 19 19:22:52 stretch kernel: system APIC only can use physical flat
Jul 19 19:22:52 stretch kernel: Setting APIC routing to physical flat.
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x00 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x02 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x04 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x06 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x08 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x0a -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x0c -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x0e -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x10 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x12 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x14 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x16 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x18 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x1a -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x1c -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x1e -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x20 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x22 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x24 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x26 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x28 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x2a -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x2c -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x2e -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x30 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x32 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x34 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x36 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x38 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x3a -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x3c -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x3e -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x40 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x42 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x44 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x46 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x48 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x4a -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x4c -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x4e -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x50 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x52 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x54 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x56 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x58 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x5a -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x5c -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x5e -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x60 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x62 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x64 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x66 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x68 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x6a -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x6c -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x6e -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x70 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x72 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x74 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x76 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x78 -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x7a -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x7c -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: PXM 0 -> APIC 0x7e -> Node 0
Jul 19 19:22:52 stretch kernel: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
Jul 19 19:22:52 stretch kernel: SRAT: Node 0 PXM 0 [mem 0x00100000-0x0fffffff]
Jul 19 19:22:52 stretch kernel: SRAT: Node 0 PXM 0 [mem 0x10000000-0x7fffffff]
Jul 19 19:22:52 stretch kernel: SRAT: Node 0 PXM 0 [mem 0x80000000-0xbfffffff] hotplug
Jul 19 19:22:52 stretch kernel: SRAT: Node 0 PXM 0 [mem 0x100000000-0x83fffffff] hotplug
Jul 19 19:22:52 stretch kernel: NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x0fffffff] -> [mem 0x00000000-0x0fffffff]
Jul 19 19:22:52 stretch kernel: NUMA: Node 0 [mem 0x00000000-0x0fffffff] + [mem 0x10000000-0x7fffffff] -> [mem 0x00000000-0x7fffffff]
Jul 19 19:22:52 stretch kernel: NODE_DATA(0) allocated [mem 0x7fffc000-0x7fffffff]
Jul 19 19:22:52 stretch kernel:  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d600000-ffff88007f5fffff] on node 0
Jul 19 19:22:52 stretch kernel: Zone ranges:
Jul 19 19:22:52 stretch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jul 19 19:22:52 stretch kernel:   DMA32    [mem 0x0000000001000000-0x000000007fffffff]
Jul 19 19:22:52 stretch kernel:   Normal   empty
Jul 19 19:22:52 stretch kernel: Movable zone start for each node
Jul 19 19:22:52 stretch kernel: Early memory node ranges
Jul 19 19:22:52 stretch kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
Jul 19 19:22:52 stretch kernel:   node   0: [mem 0x0000000000100000-0x000000007fedffff]
Jul 19 19:22:52 stretch kernel:   node   0: [mem 0x000000007ff00000-0x000000007fffffff]
Jul 19 19:22:52 stretch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000007fffffff]
Jul 19 19:22:52 stretch kernel: On node 0 totalpages: 524157
Jul 19 19:22:52 stretch kernel:   DMA zone: 64 pages used for memmap
Jul 19 19:22:52 stretch kernel:   DMA zone: 21 pages reserved
Jul 19 19:22:52 stretch kernel:   DMA zone: 3997 pages, LIFO batch:0
Jul 19 19:22:52 stretch kernel:   DMA32 zone: 8128 pages used for memmap
Jul 19 19:22:52 stretch kernel:   DMA32 zone: 520160 pages, LIFO batch:31
Jul 19 19:22:52 stretch kernel: ACPI: PM-Timer IO Port: 0x1008
Jul 19 19:22:52 stretch kernel: ACPI: Local APIC address 0xfee00000
Jul 19 19:22:52 stretch kernel: system APIC only can use physical flat
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x2c] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x2d] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x2e] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x2f] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x3c] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x3d] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x3e] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: LAPIC_NMI (acpi_id[0x3f] high edge lint[0x1])
Jul 19 19:22:52 stretch kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
Jul 19 19:22:52 stretch kernel: IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
Jul 19 19:22:52 stretch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
Jul 19 19:22:52 stretch kernel: ACPI: IRQ0 used by override.
Jul 19 19:22:52 stretch kernel: ACPI: IRQ9 used by override.
Jul 19 19:22:52 stretch kernel: Using ACPI (MADT) for SMP configuration information
Jul 19 19:22:52 stretch kernel: ACPI: HPET id: 0x8086af01 base: 0xfed00000
Jul 19 19:22:52 stretch kernel: smpboot: Allowing 64 CPUs, 62 hotplug CPUs
Jul 19 19:22:52 stretch kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jul 19 19:22:52 stretch kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
Jul 19 19:22:52 stretch kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Jul 19 19:22:52 stretch kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
Jul 19 19:22:52 stretch kernel: PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
Jul 19 19:22:52 stretch kernel: PM: Registered nosave memory: [mem 0x7fee0000-0x7fefefff]
Jul 19 19:22:52 stretch kernel: PM: Registered nosave memory: [mem 0x7feff000-0x7fefffff]
Jul 19 19:22:52 stretch kernel: e820: [mem 0x80000000-0xefffffff] available for PCI devices
Jul 19 19:22:52 stretch kernel: Booting paravirtualized kernel on bare hardware
Jul 19 19:22:52 stretch kernel: setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:64 nr_node_ids:1
Jul 19 19:22:52 stretch kernel: PERCPU: Embedded 31 pages/cpu @ffff88007f600000 s87192 r8192 d31592 u131072
Jul 19 19:22:52 stretch kernel: pcpu-alloc: s87192 r8192 d31592 u131072 alloc=1*2097152
Jul 19 19:22:52 stretch kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 
Jul 19 19:22:52 stretch kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 
Jul 19 19:22:52 stretch kernel: pcpu-alloc: [0] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 
Jul 19 19:22:52 stretch kernel: pcpu-alloc: [0] 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 
Jul 19 19:22:52 stretch kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 515944
Jul 19 19:22:52 stretch kernel: Policy zone: DMA32
Jul 19 19:22:52 stretch kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-4.0.0-2-amd64 root=/dev/mapper/stretch-root ro quiet
Jul 19 19:22:52 stretch kernel: log_buf_len individual max cpu contribution: 4096 bytes
Jul 19 19:22:52 stretch kernel: log_buf_len total cpu_extra contributions: 258048 bytes
Jul 19 19:22:52 stretch kernel: log_buf_len min size: 131072 bytes
Jul 19 19:22:52 stretch kernel: log_buf_len: 524288 bytes
Jul 19 19:22:52 stretch kernel: early log buf free: 109892(83%)
Jul 19 19:22:52 stretch kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Jul 19 19:22:52 stretch kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
Jul 19 19:22:52 stretch kernel: AGP: Checking aperture...
Jul 19 19:22:52 stretch kernel: AGP: No AGP bridge found
Jul 19 19:22:52 stretch kernel: Calgary: detecting Calgary via BIOS EBDA area
Jul 19 19:22:52 stretch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Jul 19 19:22:52 stretch kernel: Memory: 2026648K/2096628K available (5560K kernel code, 1025K rwdata, 1940K rodata, 1252K init, 832K bss, 69980K reserved, 0K cma-reserved)
Jul 19 19:22:52 stretch kernel: Hierarchical RCU implementation.
Jul 19 19:22:52 stretch kernel:         RCU dyntick-idle grace-period acceleration is enabled.
Jul 19 19:22:52 stretch kernel:         RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=64.
Jul 19 19:22:52 stretch kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=64
Jul 19 19:22:52 stretch kernel: NR_IRQS:33024 nr_irqs:936 16
Jul 19 19:22:52 stretch kernel: Console: colour VGA+ 80x25
Jul 19 19:22:52 stretch kernel: console [tty0] enabled
Jul 19 19:22:52 stretch kernel: hpet clockevent registered
Jul 19 19:22:52 stretch kernel: TSC freq read from hypervisor : 2295.152 MHz
Jul 19 19:22:52 stretch kernel: tsc: Detected 2295.152 MHz processor
Jul 19 19:22:52 stretch kernel: Calibrating delay loop (skipped) preset value.. 4590.30 BogoMIPS (lpj=9180608)
Jul 19 19:22:52 stretch kernel: pid_max: default: 65536 minimum: 512
Jul 19 19:22:52 stretch kernel: ACPI: Core revision 20150204
Jul 19 19:22:52 stretch kernel: ACPI: All ACPI Tables successfully acquired
Jul 19 19:22:52 stretch kernel: Security Framework initialized
Jul 19 19:22:52 stretch kernel: AppArmor: AppArmor disabled by boot time parameter
Jul 19 19:22:52 stretch kernel: Yama: disabled by default; enable with sysctl kernel.yama.*
Jul 19 19:22:52 stretch kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Jul 19 19:22:52 stretch kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
Jul 19 19:22:52 stretch kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
Jul 19 19:22:52 stretch kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
Jul 19 19:22:52 stretch kernel: Initializing cgroup subsys blkio
Jul 19 19:22:52 stretch kernel: Initializing cgroup subsys memory
Jul 19 19:22:52 stretch kernel: Initializing cgroup subsys devices
Jul 19 19:22:52 stretch kernel: Initializing cgroup subsys freezer
Jul 19 19:22:52 stretch kernel: Initializing cgroup subsys net_cls
Jul 19 19:22:52 stretch kernel: Initializing cgroup subsys perf_event
Jul 19 19:22:52 stretch kernel: Initializing cgroup subsys net_prio
Jul 19 19:22:52 stretch kernel: Disabled fast string operations
Jul 19 19:22:52 stretch kernel: CPU: Physical Processor ID: 0
Jul 19 19:22:52 stretch kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jul 19 19:22:52 stretch kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Jul 19 19:22:52 stretch kernel: mce: CPU supports 0 MCE banks
Jul 19 19:22:52 stretch kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Jul 19 19:22:52 stretch kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Jul 19 19:22:52 stretch kernel: Freeing SMP alternatives memory: 24K (ffffffff81a3b000 - ffffffff81a41000)
Jul 19 19:22:52 stretch kernel: ftrace: allocating 22402 entries in 88 pages
Jul 19 19:22:52 stretch kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Jul 19 19:22:52 stretch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jul 19 19:22:52 stretch kernel: smpboot: CPU0: Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz (fam: 06, model: 3a, stepping: 09)
Jul 19 19:22:52 stretch kernel: Performance Events: 16-deep LBR, IvyBridge events, core PMU driver.
Jul 19 19:22:52 stretch kernel: perf_event_intel: CPUID marked event: 'cpu cycles' unavailable
Jul 19 19:22:52 stretch kernel: perf_event_intel: CPUID marked event: 'instructions' unavailable
Jul 19 19:22:52 stretch kernel: perf_event_intel: CPUID marked event: 'bus cycles' unavailable
Jul 19 19:22:52 stretch kernel: perf_event_intel: CPUID marked event: 'cache references' unavailable
Jul 19 19:22:52 stretch kernel: perf_event_intel: CPUID marked event: 'cache misses' unavailable
Jul 19 19:22:52 stretch kernel: perf_event_intel: CPUID marked event: 'branch instructions' unavailable
Jul 19 19:22:52 stretch kernel: perf_event_intel: CPUID marked event: 'branch misses' unavailable
Jul 19 19:22:52 stretch kernel: ... version:                1
Jul 19 19:22:52 stretch kernel: ... bit width:              48
Jul 19 19:22:52 stretch kernel: ... generic registers:      4
Jul 19 19:22:52 stretch kernel: ... value mask:             0000ffffffffffff
Jul 19 19:22:52 stretch kernel: ... max period:             000000007fffffff
Jul 19 19:22:52 stretch kernel: ... fixed-purpose events:   0
Jul 19 19:22:52 stretch kernel: ... event mask:             000000000000000f
Jul 19 19:22:52 stretch kernel: NMI watchdog: disabled (cpu0): hardware events not enabled
Jul 19 19:22:52 stretch kernel: x86: Booting SMP configuration:
Jul 19 19:22:52 stretch kernel: .... node  #0, CPUs:        #1
Jul 19 19:22:52 stretch kernel: Disabled fast string operations
Jul 19 19:22:52 stretch kernel: mce: CPU supports 0 MCE banks
Jul 19 19:22:52 stretch kernel: x86: Booted up 1 node, 2 CPUs
Jul 19 19:22:52 stretch kernel: smpboot: Total of 2 processors activated (9180.60 BogoMIPS)
Jul 19 19:22:52 stretch kernel: devtmpfs: initialized
Jul 19 19:22:52 stretch kernel: PM: Registering ACPI NVS region [mem 0x7feff000-0x7fefffff] (4096 bytes)
Jul 19 19:22:52 stretch kernel: pinctrl core: initialized pinctrl subsystem
Jul 19 19:22:52 stretch kernel: NET: Registered protocol family 16
Jul 19 19:22:52 stretch kernel: cpuidle: using governor ladder
Jul 19 19:22:52 stretch kernel: cpuidle: using governor menu
Jul 19 19:22:52 stretch kernel: ACPI: bus type PCI registered
Jul 19 19:22:52 stretch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jul 19 19:22:52 stretch kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Jul 19 19:22:52 stretch kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
Jul 19 19:22:52 stretch kernel: PCI: Using configuration type 1 for base access
Jul 19 19:22:52 stretch kernel: mtrr: your CPUs had inconsistent variable MTRR settings
Jul 19 19:22:52 stretch kernel: mtrr: probably your BIOS does not setup all CPUs.
Jul 19 19:22:52 stretch kernel: mtrr: corrected configuration.
Jul 19 19:22:52 stretch kernel: ACPI: Added _OSI(Module Device)
Jul 19 19:22:52 stretch kernel: ACPI: Added _OSI(Processor Device)
Jul 19 19:22:52 stretch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jul 19 19:22:52 stretch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jul 19 19:22:52 stretch kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Jul 19 19:22:52 stretch kernel: ACPI: Interpreter enabled
Jul 19 19:22:52 stretch kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
Jul 19 19:22:52 stretch kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150204/hwxface-580)
Jul 19 19:22:52 stretch kernel: ACPI: (supports S0 S1 S4 S5)
Jul 19 19:22:52 stretch kernel: ACPI: Using IOAPIC for interrupt routing
Jul 19 19:22:52 stretch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jul 19 19:22:52 stretch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
Jul 19 19:22:52 stretch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Jul 19 19:22:52 stretch kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Jul 19 19:22:52 stretch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
Jul 19 19:22:52 stretch kernel: PCI host bridge to bus 0000:00
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: root bus resource [bus 00-7f]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xfeff window]
Jul 19 19:22:52 stretch kernel: pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
Jul 19 19:22:52 stretch kernel: pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
Jul 19 19:22:52 stretch kernel: pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
Jul 19 19:22:52 stretch kernel: pci 0000:00:07.1: reg 0x20: [io  0x1060-0x106f]
Jul 19 19:22:52 stretch kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
Jul 19 19:22:52 stretch kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
Jul 19 19:22:52 stretch kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
Jul 19 19:22:52 stretch kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
Jul 19 19:22:52 stretch kernel: pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
Jul 19 19:22:52 stretch kernel: pci 0000:00:07.3: can't claim BAR 13 [io  0x1000-0x103f]: address conflict with ACPI PM1a_EVT_BLK [io  0x1000-0x1003]
Jul 19 19:22:52 stretch kernel: pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
Jul 19 19:22:52 stretch kernel: pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
Jul 19 19:22:52 stretch kernel: pci 0000:00:07.7: reg 0x10: [io  0x1080-0x10bf]
Jul 19 19:22:52 stretch kernel: pci 0000:00:07.7: reg 0x14: [mem 0xfebfe000-0xfebfffff 64bit]
Jul 19 19:22:52 stretch kernel: pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
Jul 19 19:22:52 stretch kernel: pci 0000:00:0f.0: reg 0x10: [io  0x1070-0x107f]
Jul 19 19:22:52 stretch kernel: pci 0000:00:0f.0: reg 0x14: [mem 0xe8000000-0xefffffff pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:10.0: [1000:0030] type 00 class 0x010000
Jul 19 19:22:52 stretch kernel: pci 0000:00:10.0: reg 0x10: [io  0x1400-0x14ff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:10.0: reg 0x14: [mem 0xfeba0000-0xfebbffff 64bit]
Jul 19 19:22:52 stretch kernel: pci 0000:00:10.0: reg 0x1c: [mem 0xfebc0000-0xfebdffff 64bit]
Jul 19 19:22:52 stretch kernel: pci 0000:00:10.0: reg 0x30: [mem 0x00000000-0x00003fff pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.0: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.1: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.2: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.3: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.4: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.5: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.6: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.7: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.0: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.1: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.2: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.3: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.4: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.5: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.6: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.7: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.0: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.1: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.2: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.3: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.4: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.5: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.6: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.7: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.0: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.1: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.2: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.3: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.4: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.5: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.6: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.7: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [32] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [33] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [34] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [35] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [36] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [37] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [38] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [39] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [40] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [41] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [42] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [43] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [44] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [45] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [46] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [47] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [48] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [49] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [50] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [51] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [52] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [53] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [54] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [55] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [56] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [57] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [58] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [59] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [60] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [61] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [62] registered
Jul 19 19:22:52 stretch kernel: acpiphp: Slot [63] registered
Jul 19 19:22:52 stretch kernel: pci 0000:02:00.0: [15ad:0774] type 00 class 0x0c0300
Jul 19 19:22:52 stretch kernel: pci 0000:02:00.0: reg 0x20: [io  0x20c0-0x20df]
Jul 19 19:22:52 stretch kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:02:01.0: [1022:2000] type 00 class 0x020000
Jul 19 19:22:52 stretch kernel: pci 0000:02:01.0: reg 0x10: [io  0x2000-0x207f]
Jul 19 19:22:52 stretch kernel: pci 0000:02:01.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Jul 19 19:22:52 stretch kernel: pci 0000:02:01.0: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:02:02.0: [1274:1371] type 00 class 0x040100
Jul 19 19:22:52 stretch kernel: pci 0000:02:02.0: reg 0x10: [io  0x2080-0x20bf]
Jul 19 19:22:52 stretch kernel: pci 0000:02:02.0: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:02:03.0: [15ad:0770] type 00 class 0x0c0320
Jul 19 19:22:52 stretch kernel: pci 0000:02:03.0: reg 0x10: [mem 0xfd5ff000-0xfd5fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:02:03.0: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:02:05.0: [15ad:07e0] type 00 class 0x010601
Jul 19 19:22:52 stretch kernel: pci 0000:02:05.0: reg 0x24: [mem 0xfd5fe000-0xfd5fefff]
Jul 19 19:22:52 stretch kernel: pci 0000:02:05.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
Jul 19 19:22:52 stretch kernel: pci 0000:02:05.0: PME# supported from D3hot
Jul 19 19:22:52 stretch kernel: pci 0000:02:05.0: System wakeup disabled by ACPI
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0:   bridge window [mem 0x000cc000-0x000cffff window] (subtractive decode)
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0:   bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0:   bridge window [io  0x0d00-0xfeff window] (subtractive decode)
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.0:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.1:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.2:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.3:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.4:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.5:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.6:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.7:   bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.0:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.1:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.2:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.3:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.4:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.5:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.6:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.7:   bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)
Jul 19 19:22:52 stretch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 14 15)
Jul 19 19:22:52 stretch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15)
Jul 19 19:22:52 stretch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 9 10 11 14 15)
Jul 19 19:22:52 stretch kernel: ACPI: Enabled 2 GPEs in block 00 to 0F
Jul 19 19:22:52 stretch kernel: vgaarb: setting as boot device: PCI:0000:00:0f.0
Jul 19 19:22:52 stretch kernel: vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none
Jul 19 19:22:52 stretch kernel: vgaarb: loaded
Jul 19 19:22:52 stretch kernel: vgaarb: bridge control possible 0000:00:0f.0
Jul 19 19:22:52 stretch kernel: PCI: Using ACPI for IRQ routing
Jul 19 19:22:52 stretch kernel: PCI: pci_cache_line_size set to 64 bytes
Jul 19 19:22:52 stretch kernel: e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
Jul 19 19:22:52 stretch kernel: e820: reserve RAM buffer [mem 0x7fee0000-0x7fffffff]
Jul 19 19:22:52 stretch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Jul 19 19:22:52 stretch kernel: hpet0: 16 comparators, 64-bit 14.318180 MHz counter
Jul 19 19:22:52 stretch kernel: Switched to clocksource hpet
Jul 19 19:22:52 stretch kernel: pnp: PnP ACPI init
Jul 19 19:22:52 stretch kernel: system 00:00: [io  0x1000-0x103f] could not be reserved
Jul 19 19:22:52 stretch kernel: system 00:00: [io  0x1040-0x104f] has been reserved
Jul 19 19:22:52 stretch kernel: system 00:00: [io  0x0cf0-0x0cf1] has been reserved
Jul 19 19:22:52 stretch kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Jul 19 19:22:52 stretch kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Jul 19 19:22:52 stretch kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
Jul 19 19:22:52 stretch kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
Jul 19 19:22:52 stretch kernel: system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
Jul 19 19:22:52 stretch kernel: system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
Jul 19 19:22:52 stretch kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0400 (active)
Jul 19 19:22:52 stretch kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
Jul 19 19:22:52 stretch kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
Jul 19 19:22:52 stretch kernel: pnp 00:08: [dma 2]
Jul 19 19:22:52 stretch kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
Jul 19 19:22:52 stretch kernel: system 00:09: [io  0xfce0-0xfcff] has been reserved
Jul 19 19:22:52 stretch kernel: system 00:09: [mem 0xf0000000-0xf7ffffff] has been reserved
Jul 19 19:22:52 stretch kernel: system 00:09: [mem 0xfe800000-0xfe9fffff] has been reserved
Jul 19 19:22:52 stretch kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Jul 19 19:22:52 stretch kernel: pnp: PnP ACPI: found 10 devices
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.3: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.4: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.5: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.6: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.7: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.3: bridge window [io  0x1000-0x0fff] to [bus 0e] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.4: bridge window [io  0x1000-0x0fff] to [bus 0f] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.5: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.6: bridge window [io  0x1000-0x0fff] to [bus 11] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.7: bridge window [io  0x1000-0x0fff] to [bus 12] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.3: bridge window [io  0x1000-0x0fff] to [bus 16] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.4: bridge window [io  0x1000-0x0fff] to [bus 17] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.5: bridge window [io  0x1000-0x0fff] to [bus 18] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.6: bridge window [io  0x1000-0x0fff] to [bus 19] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.7: bridge window [io  0x1000-0x0fff] to [bus 1a] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.2: bridge window [io  0x1000-0x0fff] to [bus 1d] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.3: bridge window [io  0x1000-0x0fff] to [bus 1e] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.4: bridge window [io  0x1000-0x0fff] to [bus 1f] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.5: bridge window [io  0x1000-0x0fff] to [bus 20] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.6: bridge window [io  0x1000-0x0fff] to [bus 21] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.7: bridge window [io  0x1000-0x0fff] to [bus 22] add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:07.3: BAR 13: [io  0x1000-0x103f] has bogus alignment
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.2: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.4: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.6: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.7: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jul 19 19:22:52 stretch kernel: pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0000000-0xc0007fff pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:10.0: BAR 6: assigned [mem 0xc0008000-0xc000bfff pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
Jul 19 19:22:52 stretch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jul 19 19:22:52 stretch kernel: pci 0000:02:01.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]
Jul 19 19:22:52 stretch kernel: pci 0000:02:05.0: BAR 6: assigned [mem 0xfd510000-0xfd51ffff pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0: PCI bridge to [bus 02]
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0:   bridge window [mem 0xfd500000-0xfdffffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.0:   bridge window [mem 0xfd400000-0xfd4fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.1:   bridge window [mem 0xfd000000-0xfd0fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.2:   bridge window [mem 0xfcc00000-0xfccfffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.3:   bridge window [mem 0xfc800000-0xfc8fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.4:   bridge window [mem 0xfc400000-0xfc4fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.5:   bridge window [mem 0xfc000000-0xfc0fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.7:   bridge window [mem 0xfb800000-0xfb8fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:15.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.0:   bridge window [mem 0xfd300000-0xfd3fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.1:   bridge window [mem 0xfcf00000-0xfcffffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.3:   bridge window [mem 0xfc700000-0xfc7fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.4:   bridge window [mem 0xfc300000-0xfc3fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.5:   bridge window [mem 0xfbf00000-0xfbffffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.7:   bridge window [mem 0xfb700000-0xfb7fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:16.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.0:   bridge window [mem 0xfd200000-0xfd2fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.0:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.1:   bridge window [mem 0xfce00000-0xfcefffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.1:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.2:   bridge window [mem 0xfca00000-0xfcafffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.2:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.3:   bridge window [mem 0xfc600000-0xfc6fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.3:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.4:   bridge window [mem 0xfc200000-0xfc2fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.4:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.5:   bridge window [mem 0xfbe00000-0xfbefffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.5:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.6:   bridge window [mem 0xfba00000-0xfbafffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.6:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.7:   bridge window [mem 0xfb600000-0xfb6fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:17.7:   bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.0:   bridge window [mem 0xfd100000-0xfd1fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.0:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.1:   bridge window [mem 0xfcd00000-0xfcdfffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.1:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.2:   bridge window [mem 0xfc900000-0xfc9fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.2:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.3:   bridge window [mem 0xfc500000-0xfc5fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.3:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.4:   bridge window [mem 0xfc100000-0xfc1fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.4:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.5:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.6:   bridge window [mem 0xfb900000-0xfb9fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.6:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.7:   bridge window [mem 0xfb500000-0xfb5fffff]
Jul 19 19:22:52 stretch kernel: pci 0000:00:18.7:   bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: resource 5 [mem 0x000cc000-0x000cffff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: resource 10 [io  0x0000-0x0cf7 window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:00: resource 11 [io  0x0d00-0xfeff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfdffffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:02: resource 2 [mem 0xe7b00000-0xe7ffffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:02: resource 5 [mem 0x000cc000-0x000cffff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:02: resource 6 [mem 0x000d0000-0x000d3fff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:02: resource 7 [mem 0x000d4000-0x000d7fff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:02: resource 8 [mem 0x000d8000-0x000dbfff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:02: resource 9 [mem 0xc0000000-0xfebfffff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:02: resource 10 [io  0x0000-0x0cf7 window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:02: resource 11 [io  0x0d00-0xfeff window]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:03: resource 2 [mem 0xe7a00000-0xe7afffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd0fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:04: resource 2 [mem 0xe7600000-0xe76fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:05: resource 2 [mem 0xe7200000-0xe72fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:06: resource 1 [mem 0xfc800000-0xfc8fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:06: resource 2 [mem 0xe6e00000-0xe6efffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:07: resource 2 [mem 0xe6a00000-0xe6afffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:08: resource 1 [mem 0xfc000000-0xfc0fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:08: resource 2 [mem 0xe6600000-0xe66fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:09: resource 2 [mem 0xe6200000-0xe62fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:0a: resource 1 [mem 0xfb800000-0xfb8fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:0a: resource 2 [mem 0xe5e00000-0xe5efffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:0b: resource 0 [io  0x5000-0x5fff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:0b: resource 1 [mem 0xfd300000-0xfd3fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:0b: resource 2 [mem 0xe7900000-0xe79fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:0c: resource 0 [io  0x9000-0x9fff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:0c: resource 1 [mem 0xfcf00000-0xfcffffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:0c: resource 2 [mem 0xe7500000-0xe75fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:0d: resource 0 [io  0xd000-0xdfff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:0d: resource 1 [mem 0xfcb00000-0xfcbfffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:0d: resource 2 [mem 0xe7100000-0xe71fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:0e: resource 1 [mem 0xfc700000-0xfc7fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:0e: resource 2 [mem 0xe6d00000-0xe6dfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:0f: resource 1 [mem 0xfc300000-0xfc3fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:0f: resource 2 [mem 0xe6900000-0xe69fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:10: resource 1 [mem 0xfbf00000-0xfbffffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:10: resource 2 [mem 0xe6500000-0xe65fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:11: resource 1 [mem 0xfbb00000-0xfbbfffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:11: resource 2 [mem 0xe6100000-0xe61fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:12: resource 1 [mem 0xfb700000-0xfb7fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:12: resource 2 [mem 0xe5d00000-0xe5dfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:13: resource 0 [io  0x6000-0x6fff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:13: resource 1 [mem 0xfd200000-0xfd2fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:13: resource 2 [mem 0xe7800000-0xe78fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:14: resource 0 [io  0xa000-0xafff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:14: resource 1 [mem 0xfce00000-0xfcefffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:14: resource 2 [mem 0xe7400000-0xe74fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:15: resource 0 [io  0xe000-0xefff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:15: resource 1 [mem 0xfca00000-0xfcafffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:15: resource 2 [mem 0xe7000000-0xe70fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:16: resource 1 [mem 0xfc600000-0xfc6fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:16: resource 2 [mem 0xe6c00000-0xe6cfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:17: resource 1 [mem 0xfc200000-0xfc2fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:17: resource 2 [mem 0xe6800000-0xe68fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbefffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:18: resource 2 [mem 0xe6400000-0xe64fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:19: resource 1 [mem 0xfba00000-0xfbafffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:19: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:1a: resource 1 [mem 0xfb600000-0xfb6fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:1a: resource 2 [mem 0xe5c00000-0xe5cfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:1b: resource 0 [io  0x7000-0x7fff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:1b: resource 1 [mem 0xfd100000-0xfd1fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:1b: resource 2 [mem 0xe7700000-0xe77fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:1c: resource 0 [io  0xb000-0xbfff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:1c: resource 1 [mem 0xfcd00000-0xfcdfffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:1c: resource 2 [mem 0xe7300000-0xe73fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:1d: resource 1 [mem 0xfc900000-0xfc9fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:1d: resource 2 [mem 0xe6f00000-0xe6ffffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:1e: resource 1 [mem 0xfc500000-0xfc5fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:1e: resource 2 [mem 0xe6b00000-0xe6bfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:1f: resource 1 [mem 0xfc100000-0xfc1fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:1f: resource 2 [mem 0xe6700000-0xe67fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:20: resource 1 [mem 0xfbd00000-0xfbdfffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:20: resource 2 [mem 0xe6300000-0xe63fffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:21: resource 1 [mem 0xfb900000-0xfb9fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:21: resource 2 [mem 0xe5f00000-0xe5ffffff 64bit pref]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:22: resource 1 [mem 0xfb500000-0xfb5fffff]
Jul 19 19:22:52 stretch kernel: pci_bus 0000:22: resource 2 [mem 0xe5b00000-0xe5bfffff 64bit pref]
Jul 19 19:22:52 stretch kernel: NET: Registered protocol family 2
Jul 19 19:22:52 stretch kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes)
Jul 19 19:22:52 stretch kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
Jul 19 19:22:52 stretch kernel: TCP: Hash tables configured (established 16384 bind 16384)
Jul 19 19:22:52 stretch kernel: TCP: reno registered
Jul 19 19:22:52 stretch kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes)
Jul 19 19:22:52 stretch kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
Jul 19 19:22:52 stretch kernel: NET: Registered protocol family 1
Jul 19 19:22:52 stretch kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
Jul 19 19:22:52 stretch kernel: pci 0000:00:0f.0: Video device with shadowed ROM
Jul 19 19:22:52 stretch kernel: PCI: CLS 32 bytes, default 64
Jul 19 19:22:52 stretch kernel: Unpacking initramfs...
Jul 19 19:22:52 stretch kernel: Freeing initrd memory: 17048K (ffff880035ea4000 - ffff880036f4a000)
Jul 19 19:22:52 stretch kernel: Simple Boot Flag at 0x36 set to 0x80
Jul 19 19:22:52 stretch kernel: Switched to clocksource tsc
Jul 19 19:22:52 stretch kernel: RAPL PMU detected, hw unit 2^-0 Joules, API unit is 2^-32 Joules, 3 fixed counters 10737418240 ms ovfl timer
Jul 19 19:22:52 stretch kernel: microcode: CPU0 sig=0x306a9, pf=0x1, revision=0x15
Jul 19 19:22:52 stretch kernel: microcode: CPU1 sig=0x306a9, pf=0x1, revision=0x15
Jul 19 19:22:52 stretch kernel: microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
Jul 19 19:22:52 stretch kernel: futex hash table entries: 16384 (order: 8, 1048576 bytes)
Jul 19 19:22:52 stretch kernel: audit: initializing netlink subsys (disabled)
Jul 19 19:22:52 stretch kernel: audit: type=2000 audit(1437358970.608:1): initialized
Jul 19 19:22:52 stretch kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Jul 19 19:22:52 stretch kernel: zpool: loaded
Jul 19 19:22:52 stretch kernel: VFS: Disk quotas dquot_6.5.2
Jul 19 19:22:52 stretch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jul 19 19:22:52 stretch kernel: alg: No test for stdrng (krng)
Jul 19 19:22:52 stretch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Jul 19 19:22:52 stretch kernel: io scheduler noop registered
Jul 19 19:22:52 stretch kernel: io scheduler deadline registered
Jul 19 19:22:52 stretch kernel: io scheduler cfq registered (default)
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:15.1:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:15.2:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:15.3:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:15.4: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:15.4:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:15.5: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:15.5:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:15.6: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:15.6:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:15.7: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:15.7:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:16.0: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:16.0:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:16.1: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:16.1:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:16.2: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:16.2:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:16.3: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:16.3:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:16.4: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:16.4:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:16.5: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:16.5:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:16.6: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:16.6:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:16.7: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:16.7:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:17.0: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:17.0:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:17.1: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:17.1:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:17.2: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:17.2:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:17.3: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:17.3:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:17.4: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:17.4:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:17.5: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:17.5:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:17.6: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:17.6:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:17.7: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:17.7:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:18.0: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:18.0:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:18.1: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:18.1:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:18.2: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:18.2:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:18.3: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:18.3:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:18.4: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:18.4:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:18.5: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:18.5:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:18.6: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:18.6:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pcieport 0000:00:18.7: Signaling PME through PCIe PME interrupt
Jul 19 19:22:52 stretch kernel: pcie_pme 0000:00:18.7:pcie01: service driver pcie_pme loaded
Jul 19 19:22:52 stretch kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.0:pcie04: Slot #160 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.0:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.1:pcie04: Slot #161 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.1:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.2:pcie04: Slot #162 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.2:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.3:pcie04: Slot #163 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.3:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.4:pcie04: Slot #164 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.4:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.5:pcie04: Slot #165 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.5:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.6:pcie04: Slot #166 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.6:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.7:pcie04: Slot #167 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:15.7:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.0:pcie04: Slot #192 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.0:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.1:pcie04: Slot #193 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.1:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.2:pcie04: Slot #194 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.2:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.3:pcie04: Slot #195 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.3:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.4:pcie04: Slot #196 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.4:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.5:pcie04: Slot #197 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.5:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.6:pcie04: Slot #198 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.6:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.7:pcie04: Slot #199 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:16.7:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.0:pcie04: Slot #224 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.0:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.1:pcie04: Slot #225 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.1:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.2:pcie04: Slot #226 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.2:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.3:pcie04: Slot #227 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.3:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.4:pcie04: Slot #228 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.4:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.5:pcie04: Slot #229 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.5:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.6:pcie04: Slot #230 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.6:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.7:pcie04: Slot #231 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:17.7:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.0:pcie04: Slot #256 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.0:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.1:pcie04: Slot #257 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.1:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.2:pcie04: Slot #258 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.2:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.3:pcie04: Slot #259 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.3:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.4:pcie04: Slot #260 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.4:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.5:pcie04: Slot #261 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.5:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.6:pcie04: Slot #262 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.6:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.7:pcie04: Slot #263 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
Jul 19 19:22:52 stretch kernel: pciehp 0000:00:18.7:pcie04: service driver pciehp loaded
Jul 19 19:22:52 stretch kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Jul 19 19:22:52 stretch kernel: intel_idle: does not run on family 6 model 58
Jul 19 19:22:52 stretch kernel: GHES: HEST is not enabled!
Jul 19 19:22:52 stretch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jul 19 19:22:52 stretch kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jul 19 19:22:52 stretch kernel: 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Jul 19 19:22:52 stretch kernel: Linux agpgart interface v0.103
Jul 19 19:22:52 stretch kernel: agpgart-intel 0000:00:00.0: Intel 440BX Chipset
Jul 19 19:22:52 stretch kernel: agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0
Jul 19 19:22:52 stretch kernel: AMD IOMMUv2 driver by Joerg Roedel <jroedel at suse.de>
Jul 19 19:22:52 stretch kernel: AMD IOMMUv2 functionality not available on this system
Jul 19 19:22:52 stretch kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
Jul 19 19:22:52 stretch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jul 19 19:22:52 stretch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jul 19 19:22:52 stretch kernel: mousedev: PS/2 mouse device common for all mice
Jul 19 19:22:52 stretch kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
Jul 19 19:22:52 stretch kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Jul 19 19:22:52 stretch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jul 19 19:22:52 stretch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Jul 19 19:22:52 stretch kernel: TCP: cubic registered
Jul 19 19:22:52 stretch kernel: NET: Registered protocol family 10
Jul 19 19:22:52 stretch kernel: mip6: Mobile IPv6
Jul 19 19:22:52 stretch kernel: NET: Registered protocol family 17
Jul 19 19:22:52 stretch kernel: mpls_gso: MPLS GSO support
Jul 19 19:22:52 stretch kernel: registered taskstats version 1
Jul 19 19:22:52 stretch kernel: rtc_cmos 00:01: setting system clock to 2015-07-20 02:22:50 UTC (1437358970)
Jul 19 19:22:52 stretch kernel: PM: Hibernation image not present or could not be loaded.
Jul 19 19:22:52 stretch kernel: Freeing unused kernel memory: 1252K (ffffffff81902000 - ffffffff81a3b000)
Jul 19 19:22:52 stretch kernel: Write protecting the kernel read-only data: 8192k
Jul 19 19:22:52 stretch kernel: Freeing unused kernel memory: 572K (ffff880001571000 - ffff880001600000)
Jul 19 19:22:52 stretch kernel: Freeing unused kernel memory: 108K (ffff8800017e5000 - ffff880001800000)
Jul 19 19:22:52 stretch kernel: random: systemd-udevd urandom read with 1 bits of entropy available
Jul 19 19:22:52 stretch kernel: Floppy drive(s): fd0 is 1.44M
Jul 19 19:22:52 stretch kernel: FDC 0 is a post-1991 82077
Jul 19 19:22:52 stretch kernel: SCSI subsystem initialized
Jul 19 19:22:52 stretch kernel: Fusion MPT base driver 3.04.20
Jul 19 19:22:52 stretch kernel: Copyright (c) 1999-2008 LSI Corporation
Jul 19 19:22:52 stretch kernel: Fusion MPT SPI Host driver 3.04.20
Jul 19 19:22:52 stretch kernel: libata version 3.00 loaded.
Jul 19 19:22:52 stretch kernel: mptbase: ioc0: Initiating bringup
Jul 19 19:22:52 stretch kernel: ioc0: LSI53C1030 B0: Capabilities={Initiator}
Jul 19 19:22:52 stretch kernel: pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend at alpha.franken.de
Jul 19 19:22:52 stretch kernel: pcnet32: PCnet/PCI II 79C970A at 0x2000, 00:0c:29:fc:bc:e4 assigned IRQ 19
Jul 19 19:22:52 stretch kernel: pcnet32: eth0: registered as PCnet/PCI II 79C970A
Jul 19 19:22:52 stretch kernel: pcnet32: 1 cards_found
Jul 19 19:22:52 stretch kernel: ahci 0000:02:05.0: version 3.0
Jul 19 19:22:52 stretch kernel: ahci 0000:02:05.0: AHCI 0001.0300 32 slots 30 ports 6 Gbps 0x3fffffff impl SATA mode
Jul 19 19:22:52 stretch kernel: ahci 0000:02:05.0: flags: 64bit ncq clo only 
Jul 19 19:22:52 stretch kernel: ACPI: bus type USB registered
Jul 19 19:22:52 stretch kernel: usbcore: registered new interface driver usbfs
Jul 19 19:22:52 stretch kernel: usbcore: registered new interface driver hub
Jul 19 19:22:52 stretch kernel: usbcore: registered new device driver usb
Jul 19 19:22:52 stretch kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jul 19 19:22:52 stretch kernel: uhci_hcd: USB Universal Host Controller Interface driver
Jul 19 19:22:52 stretch kernel: ehci-pci: EHCI PCI platform driver
Jul 19 19:22:52 stretch kernel: scsi host0: ahci
Jul 19 19:22:52 stretch kernel: scsi host1: ahci
Jul 19 19:22:52 stretch kernel: scsi host2: ahci
Jul 19 19:22:52 stretch kernel: scsi host3: ahci
Jul 19 19:22:52 stretch kernel: scsi host4: ahci
Jul 19 19:22:52 stretch kernel: scsi host5: ahci
Jul 19 19:22:52 stretch kernel: scsi host6: ahci
Jul 19 19:22:52 stretch kernel: scsi host7: ahci
Jul 19 19:22:52 stretch kernel: scsi host8: ahci
Jul 19 19:22:52 stretch kernel: scsi host9: ahci
Jul 19 19:22:52 stretch kernel: scsi host10: ahci
Jul 19 19:22:52 stretch kernel: scsi host11: ahci
Jul 19 19:22:52 stretch kernel: scsi host12: ahci
Jul 19 19:22:52 stretch kernel: scsi host13: ahci
Jul 19 19:22:52 stretch kernel: scsi host14: ahci
Jul 19 19:22:52 stretch kernel: scsi host15: ahci
Jul 19 19:22:52 stretch kernel: scsi host16: ahci
Jul 19 19:22:52 stretch kernel: scsi host17: ahci
Jul 19 19:22:52 stretch kernel: scsi host18: ahci
Jul 19 19:22:52 stretch kernel: scsi host19: ahci
Jul 19 19:22:52 stretch kernel: scsi host20: ahci
Jul 19 19:22:52 stretch kernel: scsi host21: ahci
Jul 19 19:22:52 stretch kernel: scsi host22: ahci
Jul 19 19:22:52 stretch kernel: scsi host23: ahci
Jul 19 19:22:52 stretch kernel: scsi host24: ahci
Jul 19 19:22:52 stretch kernel: scsi host25: ahci
Jul 19 19:22:52 stretch kernel: scsi host26: ahci
Jul 19 19:22:52 stretch kernel: scsi host27: ahci
Jul 19 19:22:52 stretch kernel: scsi host28: ahci
Jul 19 19:22:52 stretch kernel: scsi host29: ahci
Jul 19 19:22:52 stretch kernel: ata1: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe100 irq 56
Jul 19 19:22:52 stretch kernel: ata2: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe180 irq 56
Jul 19 19:22:52 stretch kernel: ata3: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe200 irq 56
Jul 19 19:22:52 stretch kernel: ata4: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe280 irq 56
Jul 19 19:22:52 stretch kernel: ata5: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe300 irq 56
Jul 19 19:22:52 stretch kernel: ata6: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe380 irq 56
Jul 19 19:22:52 stretch kernel: ata7: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe400 irq 56
Jul 19 19:22:52 stretch kernel: ata8: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe480 irq 56
Jul 19 19:22:52 stretch kernel: ata9: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe500 irq 56
Jul 19 19:22:52 stretch kernel: ata10: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe580 irq 56
Jul 19 19:22:52 stretch kernel: ata11: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe600 irq 56
Jul 19 19:22:52 stretch kernel: ata12: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe680 irq 56
Jul 19 19:22:52 stretch kernel: ata13: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe700 irq 56
Jul 19 19:22:52 stretch kernel: ata14: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe780 irq 56
Jul 19 19:22:52 stretch kernel: ata15: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe800 irq 56
Jul 19 19:22:52 stretch kernel: ata16: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe880 irq 56
Jul 19 19:22:52 stretch kernel: ata17: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe900 irq 56
Jul 19 19:22:52 stretch kernel: ata18: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fe980 irq 56
Jul 19 19:22:52 stretch kernel: ata19: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fea00 irq 56
Jul 19 19:22:52 stretch kernel: ata20: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fea80 irq 56
Jul 19 19:22:52 stretch kernel: ata21: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5feb00 irq 56
Jul 19 19:22:52 stretch kernel: ata22: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5feb80 irq 56
Jul 19 19:22:52 stretch kernel: ata23: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fec00 irq 56
Jul 19 19:22:52 stretch kernel: ata24: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fec80 irq 56
Jul 19 19:22:52 stretch kernel: ata25: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fed00 irq 56
Jul 19 19:22:52 stretch kernel: ata26: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fed80 irq 56
Jul 19 19:22:52 stretch kernel: ata27: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fee00 irq 56
Jul 19 19:22:52 stretch kernel: ata28: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fee80 irq 56
Jul 19 19:22:52 stretch kernel: ata29: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fef00 irq 56
Jul 19 19:22:52 stretch kernel: ata30: SATA max UDMA/133 abar m4096 at 0xfd5fe000 port 0xfd5fef80 irq 56
Jul 19 19:22:52 stretch kernel: uhci_hcd 0000:02:00.0: UHCI Host Controller
Jul 19 19:22:52 stretch kernel: uhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
Jul 19 19:22:52 stretch kernel: uhci_hcd 0000:02:00.0: detected 2 ports
Jul 19 19:22:52 stretch kernel: uhci_hcd 0000:02:00.0: irq 18, io base 0x000020c0
Jul 19 19:22:52 stretch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
Jul 19 19:22:52 stretch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 19 19:22:52 stretch kernel: usb usb1: Product: UHCI Host Controller
Jul 19 19:22:52 stretch kernel: usb usb1: Manufacturer: Linux 4.0.0-2-amd64 uhci_hcd
Jul 19 19:22:52 stretch kernel: usb usb1: SerialNumber: 0000:02:00.0
Jul 19 19:22:52 stretch kernel: hub 1-0:1.0: USB hub found
Jul 19 19:22:52 stretch kernel: hub 1-0:1.0: 2 ports detected
Jul 19 19:22:52 stretch kernel: ehci-pci 0000:02:03.0: EHCI Host Controller
Jul 19 19:22:52 stretch kernel: ehci-pci 0000:02:03.0: new USB bus registered, assigned bus number 2
Jul 19 19:22:52 stretch kernel: ehci-pci 0000:02:03.0: cache line size of 32 is not supported
Jul 19 19:22:52 stretch kernel: ehci-pci 0000:02:03.0: irq 17, io mem 0xfd5ff000
Jul 19 19:22:52 stretch kernel: ehci-pci 0000:02:03.0: USB 2.0 started, EHCI 1.00
Jul 19 19:22:52 stretch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Jul 19 19:22:52 stretch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 19 19:22:52 stretch kernel: usb usb2: Product: EHCI Host Controller
Jul 19 19:22:52 stretch kernel: usb usb2: Manufacturer: Linux 4.0.0-2-amd64 ehci_hcd
Jul 19 19:22:52 stretch kernel: usb usb2: SerialNumber: 0000:02:03.0
Jul 19 19:22:52 stretch kernel: hub 2-0:1.0: USB hub found
Jul 19 19:22:52 stretch kernel: hub 2-0:1.0: 6 ports detected
Jul 19 19:22:52 stretch kernel: scsi host30: ioc0: LSI53C1030 B0, FwRev=01032920h, Ports=1, MaxQ=128, IRQ=17
Jul 19 19:22:52 stretch kernel: ata_piix 0000:00:07.1: version 2.13
Jul 19 19:22:52 stretch kernel: scsi host31: ata_piix
Jul 19 19:22:52 stretch kernel: scsi host32: ata_piix
Jul 19 19:22:52 stretch kernel: ata31: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
Jul 19 19:22:52 stretch kernel: ata32: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
Jul 19 19:22:52 stretch kernel: usb 1-1: new full-speed USB device number 2 using uhci_hcd
Jul 19 19:22:52 stretch kernel: ata5: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata13: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata28: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata30: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata9: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata26: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata4: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata8: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata21: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata22: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata2: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata12: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata3: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata6: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jul 19 19:22:52 stretch kernel: ata11: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata14: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata19: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata15: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata10: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata17: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata25: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata29: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata27: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata23: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata24: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata16: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata20: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata18: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata1.00: ATA-6: VMware Virtual SATA Hard Drive, 00000001, max UDMA/100
Jul 19 19:22:52 stretch kernel: ata1.00: 2097152 sectors, multi 0: LBA48 NCQ (depth 31/32)
Jul 19 19:22:52 stretch kernel: ata7: SATA link down (SStatus 0 SControl 300)
Jul 19 19:22:52 stretch kernel: ata1.00: configured for UDMA/100
Jul 19 19:22:52 stretch kernel: scsi 0:0:0:0: Direct-Access     ATA      VMware Virtual S 0001 PQ: 0 ANSI: 5
Jul 19 19:22:52 stretch kernel: ata32.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33
Jul 19 19:22:52 stretch kernel: ata31.00: ATA-4: VMware Virtual IDE Hard Drive, 00000001, max UDMA/33
Jul 19 19:22:52 stretch kernel: ata31.00: 8388608 sectors, multi 16: LBA 
Jul 19 19:22:52 stretch kernel: ata31.01: ATA-4: VMware Virtual IDE Hard Drive, 00000001, max UDMA/33
Jul 19 19:22:52 stretch kernel: ata31.01: 8388608 sectors, multi 16: LBA 
Jul 19 19:22:52 stretch kernel: ata32.00: configured for UDMA/33
Jul 19 19:22:52 stretch kernel: ata31.00: configured for UDMA/33
Jul 19 19:22:52 stretch kernel: ata31.01: configured for UDMA/33
Jul 19 19:22:52 stretch kernel: scsi 31:0:0:0: Direct-Access     ATA      VMware Virtual I 0001 PQ: 0 ANSI: 5
Jul 19 19:22:52 stretch kernel: scsi 31:0:1:0: Direct-Access     ATA      VMware Virtual I 0001 PQ: 0 ANSI: 5
Jul 19 19:22:52 stretch kernel: scsi 32:0:0:0: CD-ROM            NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5
Jul 19 19:22:52 stretch kernel: sd 0:0:0:0: [sda] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB)
Jul 19 19:22:52 stretch kernel: sd 0:0:0:0: [sda] Write Protect is off
Jul 19 19:22:52 stretch kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jul 19 19:22:52 stretch kernel: sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Jul 19 19:22:52 stretch kernel:  sda: sda1
Jul 19 19:22:52 stretch kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jul 19 19:22:52 stretch kernel: sd 31:0:0:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
Jul 19 19:22:52 stretch kernel: sd 31:0:0:0: [sdb] Write Protect is off
Jul 19 19:22:52 stretch kernel: sd 31:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Jul 19 19:22:52 stretch kernel: sd 31:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Jul 19 19:22:52 stretch kernel:  sdb: sdb1
Jul 19 19:22:52 stretch kernel: sd 31:0:1:0: [sdc] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
Jul 19 19:22:52 stretch kernel: sd 31:0:0:0: [sdb] Attached SCSI disk
Jul 19 19:22:52 stretch kernel: sd 31:0:1:0: [sdc] Write Protect is off
Jul 19 19:22:52 stretch kernel: sd 31:0:1:0: [sdc] Mode Sense: 00 3a 00 00
Jul 19 19:22:52 stretch kernel: sd 31:0:1:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Jul 19 19:22:52 stretch kernel:  sdc: sdc1
Jul 19 19:22:52 stretch kernel: sd 31:0:1:0: [sdc] Attached SCSI disk
Jul 19 19:22:52 stretch kernel: sr 32:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
Jul 19 19:22:52 stretch kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Jul 19 19:22:52 stretch kernel: sr 32:0:0:0: Attached scsi CD-ROM sr0
Jul 19 19:22:52 stretch kernel: md: bind<sdb1>
Jul 19 19:22:52 stretch kernel: md: bind<sdc1>
Jul 19 19:22:52 stretch kernel: md: raid0 personality registered for level 0
Jul 19 19:22:52 stretch kernel: md/raid0:md0: md_size is 16760832 sectors.
Jul 19 19:22:52 stretch kernel: md: RAID0 configuration for md0 - 1 zone
Jul 19 19:22:52 stretch kernel: md: zone0=[sdb1/sdc1]
Jul 19 19:22:52 stretch kernel:       zone-offset=         0KB, device-offset=         0KB, size=   8380416KB
Jul 19 19:22:52 stretch kernel: 
Jul 19 19:22:52 stretch kernel: md0: detected capacity change from 0 to 8581545984
Jul 19 19:22:52 stretch kernel: blk_update_request: I/O error, dev fd0, sector 0
Jul 19 19:22:52 stretch kernel: floppy: error -5 while reading block 0
Jul 19 19:22:52 stretch kernel: device-mapper: uevent: version 1.0.3
Jul 19 19:22:52 stretch kernel: device-mapper: ioctl: 4.30.0-ioctl (2014-12-22) initialised: dm-devel at redhat.com
Jul 19 19:22:52 stretch kernel: PM: Starting manual resume from disk
Jul 19 19:22:52 stretch kernel: PM: Hibernation image partition 253:1 present
Jul 19 19:22:52 stretch kernel: PM: Looking for hibernation image.
Jul 19 19:22:52 stretch kernel: PM: Image not found (code -22)
Jul 19 19:22:52 stretch kernel: PM: Hibernation image not present or could not be loaded.
Jul 19 19:22:52 stretch kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
Jul 19 19:22:52 stretch systemd[1]: Inserted module 'autofs4'
Jul 19 19:22:52 stretch systemd[1]: Failed to insert module 'kdbus': Function not implemented
Jul 19 19:22:52 stretch systemd[1]: systemd 222 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
Jul 19 19:22:52 stretch systemd[1]: Detected virtualization vmware.
Jul 19 19:22:52 stretch systemd[1]: Detected architecture x86-64.
Jul 19 19:22:52 stretch systemd[1]: Set hostname to <stretch>.
Jul 19 19:22:52 stretch systemd[1]: display-manager.service: Cannot add dependency job, ignoring: Unit display-manager.service failed to load: No such file or directory.
Jul 19 19:22:52 stretch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jul 19 19:22:52 stretch systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
Jul 19 19:22:52 stretch systemd[1]: Created slice Root Slice.
Jul 19 19:22:52 stretch systemd[1]: Starting Root Slice.
Jul 19 19:22:52 stretch systemd[1]: Listening on LVM2 metadata daemon socket.
Jul 19 19:22:52 stretch systemd[1]: Starting LVM2 metadata daemon socket.
Jul 19 19:22:52 stretch systemd[1]: Listening on udev Kernel Socket.
Jul 19 19:22:52 stretch systemd[1]: Starting udev Kernel Socket.
Jul 19 19:22:52 stretch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jul 19 19:22:52 stretch systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
Jul 19 19:22:52 stretch systemd[1]: Listening on Journal Socket.
Jul 19 19:22:52 stretch systemd[1]: Starting Journal Socket.
Jul 19 19:22:52 stretch systemd[1]: Listening on Journal Audit Socket.
Jul 19 19:22:52 stretch systemd[1]: Starting Journal Audit Socket.
Jul 19 19:22:52 stretch systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Jul 19 19:22:52 stretch systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
Jul 19 19:22:52 stretch systemd[1]: Created slice System Slice.
Jul 19 19:22:52 stretch systemd[1]: Starting System Slice.
Jul 19 19:22:52 stretch systemd[1]: Mounting POSIX Message Queue File System...
Jul 19 19:22:52 stretch systemd[1]: Starting Load Kernel Modules...
Jul 19 19:22:52 stretch systemd[1]: Starting Create list of required static device nodes for the current kernel...
Jul 19 19:22:52 stretch systemd[1]: Mounting Huge Pages File System...
Jul 19 19:22:52 stretch systemd[1]: Starting Increase datagram queue length...
Jul 19 19:22:52 stretch systemd[1]: Started Set Up Additional Binary Formats.
Jul 19 19:22:52 stretch systemd[1]: Created slice system-getty.slice.
Jul 19 19:22:52 stretch systemd[1]: Starting system-getty.slice.
Jul 19 19:22:52 stretch systemd[1]: Listening on LVM2 poll daemon socket.
Jul 19 19:22:52 stretch systemd[1]: Starting LVM2 poll daemon socket.
Jul 19 19:22:52 stretch systemd[1]: Reached target Remote File Systems (Pre).
Jul 19 19:22:52 stretch systemd[1]: Starting Remote File Systems (Pre).
Jul 19 19:22:52 stretch systemd[1]: Listening on Journal Socket (/dev/log).
Jul 19 19:22:52 stretch systemd[1]: Starting Journal Socket (/dev/log).
Jul 19 19:22:52 stretch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jul 19 19:22:52 stretch systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
Jul 19 19:22:52 stretch systemd[1]: Mounting Debug File System...
Jul 19 19:22:52 stretch systemd[1]: Listening on fsck to fsckd communication Socket.
Jul 19 19:22:52 stretch systemd[1]: Starting fsck to fsckd communication Socket.
Jul 19 19:22:52 stretch systemd[1]: Started File System Check on Root Device.
Jul 19 19:22:52 stretch systemd[1]: Listening on udev Control Socket.
Jul 19 19:22:52 stretch systemd[1]: Starting udev Control Socket.
Jul 19 19:22:52 stretch systemd[1]: Created slice User and Session Slice.
Jul 19 19:22:52 stretch systemd[1]: Starting User and Session Slice.
Jul 19 19:22:52 stretch systemd[1]: Reached target Slices.
Jul 19 19:22:52 stretch systemd[1]: Starting Slices.
Jul 19 19:22:52 stretch systemd[1]: Reached target Encrypted Volumes.
Jul 19 19:22:52 stretch systemd[1]: Starting Encrypted Volumes.
Jul 19 19:22:52 stretch systemd[1]: Created slice system-systemd\x2dfsck.slice.
Jul 19 19:22:52 stretch systemd[1]: Starting system-systemd\x2dfsck.slice.
Jul 19 19:22:52 stretch systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jul 19 19:22:52 stretch systemd[1]: Starting Device-mapper event daemon FIFOs.
Jul 19 19:22:52 stretch systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jul 19 19:22:52 stretch systemd[1]: Mounted POSIX Message Queue File System.
Jul 19 19:22:52 stretch systemd[1]: Mounted Huge Pages File System.
Jul 19 19:22:52 stretch systemd[1]: Mounted Debug File System.
Jul 19 19:22:52 stretch systemd[1]: Started Create list of required static device nodes for the current kernel.
Jul 19 19:22:52 stretch systemd[1]: Started Load Kernel Modules.
Jul 19 19:22:52 stretch systemd[1]: Starting Apply Kernel Variables...
Jul 19 19:22:52 stretch systemd[1]: Mounted FUSE Control File System.
Jul 19 19:22:52 stretch systemd[1]: Mounted Configuration File System.
Jul 19 19:22:52 stretch systemd[1]: Starting Create Static Device Nodes in /dev...
Jul 19 19:22:52 stretch systemd[1]: Started Increase datagram queue length.
Jul 19 19:22:52 stretch systemd[1]: Listening on Syslog Socket.
Jul 19 19:22:52 stretch systemd[1]: Starting Syslog Socket.
Jul 19 19:22:52 stretch systemd[1]: Starting Journal Service...
Jul 19 19:22:52 stretch systemd[1]: Started LVM2 metadata daemon.
Jul 19 19:22:52 stretch systemd[1]: Starting LVM2 metadata daemon...
Jul 19 19:22:52 stretch systemd[1]: Started Apply Kernel Variables.
Jul 19 19:22:52 stretch systemd[1]: Started Create Static Device Nodes in /dev.
Jul 19 19:22:52 stretch systemd[1]: Starting udev Kernel Device Manager...
Jul 19 19:22:52 stretch systemd[1]: Started udev Kernel Device Manager.
Jul 19 19:22:52 stretch systemd[1]: Starting LSB: Set preliminary keymap...
Jul 19 19:22:52 stretch systemd[1]: Starting LSB: MD array assembly...
Jul 19 19:22:52 stretch systemd[1]: Starting Copy rules generated while the root was ro...
Jul 19 19:22:52 stretch kernel: random: nonblocking pool is initialized
Jul 19 19:22:52 stretch systemd[1]: Started Copy rules generated while the root was ro.
Jul 19 19:22:52 stretch systemd-journal[304]: Journal started
Jul 19 19:22:52 stretch systemd[1]: Started Journal Service.
Jul 19 19:22:52 stretch kernel: blk_update_request: I/O error, dev fd0, sector 0
Jul 19 19:22:52 stretch kernel: floppy: error -5 while reading block 0
Jul 19 19:22:52 stretch mdadm-raid[311]: Generating udev events for MD arrays...done.
Jul 19 19:22:52 stretch systemd[1]: Started LSB: MD array assembly.
Jul 19 19:22:52 stretch keyboard-setup[310]: Setting preliminary keymap...done.
Jul 19 19:22:52 stretch systemd[1]: Started LSB: Set preliminary keymap.
Jul 19 19:22:52 stretch systemd[1]: Starting Remount Root and Kernel File Systems...
Jul 19 19:22:52 stretch systemd[1]: Started Remount Root and Kernel File Systems.
Jul 19 19:22:52 stretch systemd[1]: Starting Flush Journal to Persistent Storage...
Jul 19 19:22:52 stretch systemd[1]: Reached target Local File Systems (Pre).
Jul 19 19:22:52 stretch systemd[1]: Starting Local File Systems (Pre).
Jul 19 19:22:52 stretch systemd[1]: Mounted Virtual Machine and Container Storage.
Jul 19 19:22:52 stretch systemd[1]: Started Various fixups to make systemd work better on Debian.
Jul 19 19:22:52 stretch kernel: EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
Jul 19 19:22:52 stretch systemd[1]: Started Rebuild Hardware Database.
Jul 19 19:22:52 stretch systemd[1]: Starting udev Coldplug all Devices...
Jul 19 19:22:52 stretch systemd[1]: Starting Load/Save Random Seed...
Jul 19 19:22:52 stretch systemd-journal[304]: Permanent journal is using 8.0M (max allowed 368.8M, trying to leave 553.2M free of 1.9G available ? current limit 368.8M).
Jul 19 19:22:52 stretch systemd-journal[304]: Time spent on flushing to /var is 31.896ms for 1601 entries.
Jul 19 19:22:52 stretch systemd[1]: Started Load/Save Random Seed.
Jul 19 19:22:52 stretch systemd[1]: Started Flush Journal to Persistent Storage.
Jul 19 19:22:52 stretch systemd[1]: Started udev Coldplug all Devices.
Jul 19 19:22:52 stretch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Jul 19 19:22:52 stretch kernel: ACPI: Power Button [PWRF]
Jul 19 19:22:52 stretch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jul 19 19:22:52 stretch kernel: usb 1-1: New USB device found, idVendor=0e0f, idProduct=0003
Jul 19 19:22:52 stretch kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 19 19:22:52 stretch kernel: usb 1-1: Product: VMware Virtual USB Mouse
Jul 19 19:22:52 stretch kernel: usb 1-1: Manufacturer: VMware
Jul 19 19:22:52 stretch lvm[295]: 2 logical volume(s) in volume group "stretch" monitored
Jul 19 19:22:52 stretch systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jul 19 19:22:52 stretch kernel: ACPI: AC Adapter [ACAD] (on-line)
Jul 19 19:22:52 stretch kernel: usb 1-2: new full-speed USB device number 3 using uhci_hcd
Jul 19 19:22:52 stretch kernel: parport_pc 00:05: reported by Plug and Play ACPI
Jul 19 19:22:52 stretch kernel: parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
Jul 19 19:22:52 stretch kernel: usb 1-2: New USB device found, idVendor=0e0f, idProduct=0002
Jul 19 19:22:52 stretch kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jul 19 19:22:52 stretch kernel: usb 1-2: Product: VMware Virtual USB Hub
Jul 19 19:22:52 stretch kernel: hub 1-2:1.0: USB hub found
Jul 19 19:22:52 stretch kernel: hub 1-2:1.0: 7 ports detected
Jul 19 19:22:52 stretch kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Jul 19 19:22:52 stretch kernel: sd 31:0:0:0: Attached scsi generic sg1 type 0
Jul 19 19:22:52 stretch kernel: sd 31:0:1:0: Attached scsi generic sg2 type 0
Jul 19 19:22:52 stretch kernel: sr 32:0:0:0: Attached scsi generic sg3 type 5
Jul 19 19:22:52 stretch kernel: piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
Jul 19 19:22:52 stretch kernel: vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x11080, irq 16
Jul 19 19:22:52 stretch kernel: vmw_vmci 0000:00:07.7: Using capabilities 0xc
Jul 19 19:22:52 stretch kernel: Guest personality initialized and is active
Jul 19 19:22:52 stretch kernel: VMCI host device registered (name=vmci, major=10, minor=58)
Jul 19 19:22:52 stretch kernel: Initialized host personality
Jul 19 19:22:52 stretch kernel: [drm] Initialized drm 1.1.0 20060810
Jul 19 19:22:52 stretch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input3
Jul 19 19:22:52 stretch systemd[1]: Found device VMware_Virtual_SATA_Hard_Drive BOOTSTRAP.
Jul 19 19:22:52 stretch systemd[1]: Starting File System Check on /dev/disk/by-uuid/cf319401-46e7-467b-babb-a12913975be2...
Jul 19 19:22:52 stretch kernel: [drm] DMA map mode: Using physical TTM page addresses.
Jul 19 19:22:52 stretch kernel: [drm] Capabilities:
Jul 19 19:22:52 stretch kernel: [drm]   Rect copy.
Jul 19 19:22:52 stretch kernel: [drm]   Cursor.
Jul 19 19:22:52 stretch kernel: [drm]   Cursor bypass.
Jul 19 19:22:52 stretch kernel: [drm]   Cursor bypass 2.
Jul 19 19:22:52 stretch kernel: [drm]   8bit emulation.
Jul 19 19:22:52 stretch kernel: [drm]   Alpha cursor.
Jul 19 19:22:52 stretch kernel: [drm]   Extended Fifo.
Jul 19 19:22:52 stretch kernel: [drm]   Multimon.
Jul 19 19:22:52 stretch kernel: [drm]   Pitchlock.
Jul 19 19:22:52 stretch kernel: [drm]   Irq mask.
Jul 19 19:22:52 stretch kernel: [drm]   Display Topology.
Jul 19 19:22:52 stretch kernel: [drm]   GMR.
Jul 19 19:22:52 stretch kernel: [drm]   Traces.
Jul 19 19:22:52 stretch kernel: [drm]   GMR2.
Jul 19 19:22:52 stretch kernel: [drm]   Screen Object 2.
Jul 19 19:22:52 stretch kernel: [drm]   Command Buffers.
Jul 19 19:22:52 stretch kernel: [drm] Max GMR ids is 64
Jul 19 19:22:52 stretch kernel: [drm] Max number of GMR pages is 196608
Jul 19 19:22:52 stretch kernel: [drm] Max dedicated hypervisor surface memory is 786432 kiB
Jul 19 19:22:52 stretch kernel: [drm] Maximum display memory size is 65536 kiB
Jul 19 19:22:52 stretch kernel: [drm] VRAM at 0xe8000000 size is 65536 kiB
Jul 19 19:22:52 stretch kernel: [drm] MMIO at 0xfe000000 size is 2048 kiB
Jul 19 19:22:52 stretch kernel: [drm] global init.
Jul 19 19:22:52 stretch kernel: [TTM] Zone  kernel: Available graphics memory: 1022826 kiB
Jul 19 19:22:52 stretch kernel: [TTM] Initializing pool allocator
Jul 19 19:22:52 stretch kernel: [TTM] Initializing DMA pool allocator
Jul 19 19:22:52 stretch kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jul 19 19:22:52 stretch kernel: [drm] No driver support for vblank timestamp query.
Jul 19 19:22:52 stretch kernel: [drm] Screen objects system initialized
Jul 19 19:22:52 stretch kernel: [drm] width 640
Jul 19 19:22:52 stretch kernel: [drm] height 480
Jul 19 19:22:52 stretch kernel: [drm] bpp 32
Jul 19 19:22:52 stretch kernel: [drm] Fifo max 0x00200000 min 0x00001000 cap 0x0000077f
Jul 19 19:22:52 stretch kernel: fbcon: svgadrmfb (fb0) is primary device
Jul 19 19:22:52 stretch kernel: Console: switching to colour frame buffer device 100x37
Jul 19 19:22:52 stretch kernel: [drm] Initialized vmwgfx 2.6.1 20140704 for 0000:00:0f.0 on minor 0
Jul 19 19:22:52 stretch systemd[1]: Started File System Check Daemon to report status.
Jul 19 19:22:52 stretch systemd[1]: Starting File System Check Daemon to report status...
Jul 19 19:22:53 stretch kernel: ppdev: user-space parallel port driver
Jul 19 19:22:53 stretch systemd[1]: Created slice system-ifup.slice.
Jul 19 19:22:53 stretch systemd[1]: Starting system-ifup.slice.
Jul 19 19:22:53 stretch kernel: hidraw: raw HID events driver (C) Jiri Kosina
Jul 19 19:22:53 stretch systemd[1]: Found device 79c970 [PCnet32 LANCE] (PCnet - Fast 79C971).
Jul 19 19:22:53 stretch kernel: usbcore: registered new interface driver usbhid
Jul 19 19:22:53 stretch kernel: usbhid: USB HID core driver
Jul 19 19:22:53 stretch kernel: usb 1-2.1: new full-speed USB device number 4 using uhci_hcd
Jul 19 19:22:53 stretch systemd-fsck[410]: BOOTSTRAP: clean, 332/65408 files, 18455/261632 blocks
Jul 19 19:22:53 stretch systemd[1]: Started File System Check on /dev/disk/by-uuid/cf319401-46e7-467b-babb-a12913975be2.
Jul 19 19:22:53 stretch systemd[1]: Mounting /boot...
Jul 19 19:22:53 stretch kernel: EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
Jul 19 19:22:53 stretch kernel: input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb1/1-1/1-1:1.0/0003:0E0F:0003.0001/input/input5
Jul 19 19:22:53 stretch kernel: AVX version of gcm_enc/dec engaged.
Jul 19 19:22:53 stretch kernel: AES CTR mode by8 optimization enabled
Jul 19 19:22:53 stretch systemd[1]: Mounted /boot.
Jul 19 19:22:53 stretch kernel: EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
Jul 19 19:22:53 stretch kernel: hid-generic 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:00.0-1/input0
Jul 19 19:22:53 stretch kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
Jul 19 19:22:53 stretch systemd[1]: Found device /dev/mapper/stretch-swap.
Jul 19 19:22:53 stretch systemd[1]: Activating swap /dev/mapper/stretch-swap...
Jul 19 19:22:53 stretch kernel: alg: No test for crc32 (crc32-pclmul)
Jul 19 19:22:53 stretch kernel: intel_rapl: no valid rapl domains found in package 0
Jul 19 19:22:53 stretch kernel: Adding 1949692k swap on /dev/mapper/stretch-swap.  Priority:-1 extents:1 across:1949692k FS
Jul 19 19:22:53 stretch systemd[1]: Activated swap /dev/mapper/stretch-swap.
Jul 19 19:22:53 stretch systemd[1]: Reached target Swap.
Jul 19 19:22:53 stretch systemd[1]: Starting Swap.
Jul 19 19:22:53 stretch kernel: usb 1-2.1: New USB device found, idVendor=0e0f, idProduct=0008
Jul 19 19:22:53 stretch kernel: usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 19 19:22:53 stretch kernel: usb 1-2.1: Product: Virtual Bluetooth Adapter
Jul 19 19:22:53 stretch kernel: usb 1-2.1: Manufacturer: VMware
Jul 19 19:22:53 stretch kernel: usb 1-2.1: SerialNumber: 000650268328
Jul 19 19:22:53 stretch kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4
Jul 19 19:22:53 stretch kernel: Bluetooth: Core ver 2.20
Jul 19 19:22:53 stretch kernel: NET: Registered protocol family 31
Jul 19 19:22:53 stretch kernel: Bluetooth: HCI device and connection manager initialized
Jul 19 19:22:53 stretch kernel: Bluetooth: HCI socket layer initialized
Jul 19 19:22:53 stretch kernel: Bluetooth: L2CAP socket layer initialized
Jul 19 19:22:53 stretch kernel: Bluetooth: SCO socket layer initialized
Jul 19 19:22:53 stretch systemd[1]: Reached target Bluetooth.
Jul 19 19:22:53 stretch systemd[1]: Starting Bluetooth.
Jul 19 19:22:53 stretch systemd[1]: Created slice system-systemd\x2drfkill.slice.
Jul 19 19:22:53 stretch systemd[1]: Starting system-systemd\x2drfkill.slice.
Jul 19 19:22:53 stretch kernel: usbcore: registered new interface driver btusb
Jul 19 19:22:53 stretch systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill0...
Jul 19 19:22:53 stretch systemd[1]: Started Load/Save RF Kill Switch Status of rfkill0.
Jul 19 19:22:53 stretch systemd[1]: Reached target Sound Card.
Jul 19 19:22:53 stretch systemd[1]: Starting Sound Card.
Jul 19 19:24:22 stretch systemd[1]: dev-mapper-stretch\x2dhome.device: Job dev-mapper-stretch\x2dhome.device/start timed out.
Jul 19 19:24:22 stretch systemd[1]: Timed out waiting for device dev-mapper-stretch\x2dhome.device.
Jul 19 19:24:22 stretch systemd[1]: Dependency failed for File System Check on /dev/mapper/stretch-home.
Jul 19 19:24:22 stretch systemd[1]: Dependency failed for /home.
Jul 19 19:24:22 stretch systemd[1]: Dependency failed for Local File Systems.
Jul 19 19:24:22 stretch systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'.
Jul 19 19:24:22 stretch systemd[1]: local-fs.target: Triggering OnFailure= dependencies.
Jul 19 19:24:22 stretch systemd[1]: home.mount: Job home.mount/start failed with result 'dependency'.
Jul 19 19:24:22 stretch systemd[1]: systemd-fsck at dev-mapper-stretch\x2dhome.service: Job systemd-fsck at dev-mapper-stretch\x2dhome.service/start failed with result 'dependency'.
Jul 19 19:24:22 stretch systemd[1]: dev-mapper-stretch\x2dhome.device: Job dev-mapper-stretch\x2dhome.device/start failed with result 'timeout'.
Jul 19 19:24:22 stretch systemd[1]: Stopped getty on tty2-tty6 if dbus and logind are not available.
Jul 19 19:24:22 stretch systemd[1]: Stopped target Graphical Interface.
Jul 19 19:24:22 stretch systemd[1]: Stopped Getty on tty1.
Jul 19 19:24:22 stretch systemd[1]: Closed ACPID Listen Socket.
Jul 19 19:24:22 stretch systemd[1]: Stopped target Multi-User System.
Jul 19 19:24:22 stretch systemd[1]: Stopped Login Service.
Jul 19 19:24:22 stretch systemd[1]: Stopped LSB: daemon to balance interrupts for SMP systems.
Jul 19 19:24:22 stretch systemd[1]: Stopped Regular background program processing daemon.
Jul 19 19:24:22 stretch systemd[1]: Stopped LSB: exim Mail Transport Agent.
Jul 19 19:24:22 stretch systemd[1]: Stopped Deferred execution scheduler.
Jul 19 19:24:22 stretch systemd[1]: Stopped OpenBSD Secure Shell server.
Jul 19 19:24:22 stretch systemd[1]: Stopped System Logging Service.
Jul 19 19:24:22 stretch systemd[1]: Closed Syslog Socket.
Jul 19 19:24:22 stretch systemd[1]: Stopping Syslog Socket.
Jul 19 19:24:22 stretch systemd[1]: Stopped Permit User Sessions.
Jul 19 19:24:22 stretch systemd[1]: Reached target Remote File Systems.
Jul 19 19:24:22 stretch systemd[1]: Starting Remote File Systems.
Jul 19 19:24:22 stretch systemd[1]: Reached target Login Prompts.
Jul 19 19:24:22 stretch systemd[1]: Starting Login Prompts.
Jul 19 19:24:22 stretch systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Jul 19 19:24:22 stretch systemd[1]: Reached target Timers.
Jul 19 19:24:22 stretch systemd[1]: Starting Timers.
Jul 19 19:24:22 stretch systemd[1]: Stopped ACPI Events Check.
Jul 19 19:24:22 stretch systemd[1]: Stopped D-Bus System Message Bus.
Jul 19 19:24:22 stretch systemd[1]: Closed D-Bus System Message Bus Socket.
Jul 19 19:24:22 stretch systemd[1]: Stopped /etc/rc.local Compatibility.
Jul 19 19:24:22 stretch systemd[1]: Stopped target Basic System.
Jul 19 19:24:22 stretch systemd[1]: Reached target Paths.
Jul 19 19:24:22 stretch systemd[1]: Starting Paths.
Jul 19 19:24:22 stretch systemd[1]: Reached target Sockets.
Jul 19 19:24:22 stretch systemd[1]: Starting Sockets.
Jul 19 19:24:22 stretch systemd[1]: Stopped target System Initialization.
Jul 19 19:24:22 stretch systemd[1]: Started Emergency Shell.
Jul 19 19:24:22 stretch systemd[1]: Starting Emergency Shell...
Jul 19 19:24:22 stretch systemd[1]: Starting LSB: Prepare console...
Jul 19 19:24:22 stretch systemd[1]: Starting LSB: Raise network interfaces....
Jul 19 19:24:22 stretch systemd[1]: Started Commit a transient machine-id on disk.
Jul 19 19:24:22 stretch systemd[1]: Starting Create Volatile Files and Directories...
Jul 19 19:24:22 stretch systemd[1]: Reached target Emergency Mode.
Jul 19 19:24:22 stretch systemd[1]: Starting Emergency Mode.
Jul 19 19:24:22 stretch systemd[1]: Started Create Volatile Files and Directories.
Jul 19 19:24:22 stretch systemd[1]: Starting Network Time Synchronization...
Jul 19 19:24:22 stretch systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Jul 19 19:24:22 stretch kbd[472]: Setting console screen modes.
Jul 19 19:24:22 stretch systemd[1]: Started Update UTMP about System Boot/Shutdown.
Jul 19 19:24:22 stretch systemd[1]: Starting Update UTMP about System Runlevel Changes...
Jul 19 19:24:22 stretch systemd[1]: Started Network Time Synchronization.
Jul 19 19:24:22 stretch systemd[1]: Reached target System Time Synchronized.
Jul 19 19:24:22 stretch systemd[1]: Starting System Time Synchronized.
Jul 19 19:24:22 stretch kbd[472]: setterm: $TERM is not defined.
Jul 19 19:24:22 stretch systemd[1]: Started LSB: Prepare console.
Jul 19 19:24:22 stretch systemd[1]: Starting LSB: Set console font and keymap...
Jul 19 19:24:22 stretch systemd[1]: Started Update UTMP about System Runlevel Changes.
Jul 19 19:24:22 stretch kernel: pcnet32 0000:02:01.0 eth0: link up
Jul 19 19:24:22 stretch console-setup[533]: Setting up console font and keymap...done.
Jul 19 19:24:22 stretch systemd[1]: Started LSB: Set console font and keymap.
Jul 19 19:24:22 stretch networking[473]: Configuring network interfaces...done.
Jul 19 19:24:22 stretch systemd[1]: Started LSB: Raise network interfaces..
Jul 19 19:24:22 stretch systemd[1]: Starting ifup for eth0...
Jul 19 19:24:22 stretch dhclient[623]: Internet Systems Consortium DHCP Client 4.3.2
Jul 19 19:24:22 stretch ifup[617]: Internet Systems Consortium DHCP Client 4.3.2
Jul 19 19:24:22 stretch dhclient[623]: Copyright 2004-2015 Internet Systems Consortium.
Jul 19 19:24:22 stretch ifup[617]: Copyright 2004-2015 Internet Systems Consortium.
Jul 19 19:24:22 stretch dhclient[623]: All rights reserved.
Jul 19 19:24:22 stretch ifup[617]: All rights reserved.
Jul 19 19:24:22 stretch dhclient[623]: For info, please visit https://www.isc.org/software/dhcp/
Jul 19 19:24:22 stretch ifup[617]: For info, please visit https://www.isc.org/software/dhcp/
Jul 19 19:24:22 stretch dhclient[623]: 
Jul 19 19:24:23 stretch dhclient[623]: Listening on LPF/eth0/00:0c:29:fc:bc:e4
Jul 19 19:24:23 stretch dhclient[623]: Sending on   LPF/eth0/00:0c:29:fc:bc:e4
Jul 19 19:24:23 stretch dhclient[623]: Sending on   Socket/fallback
Jul 19 19:24:23 stretch dhclient[623]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
Jul 19 19:24:23 stretch ifup[617]: Listening on LPF/eth0/00:0c:29:fc:bc:e4
Jul 19 19:24:23 stretch ifup[617]: Sending on   LPF/eth0/00:0c:29:fc:bc:e4
Jul 19 19:24:23 stretch ifup[617]: Sending on   Socket/fallback
Jul 19 19:24:23 stretch ifup[617]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
Jul 19 19:24:23 stretch dhclient[623]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Jul 19 19:24:23 stretch dhclient[623]: DHCPOFFER from 192.168.1.14
Jul 19 19:24:23 stretch ifup[617]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Jul 19 19:24:23 stretch ifup[617]: DHCPOFFER from 192.168.1.14
Jul 19 19:24:23 stretch dhclient[623]: DHCPACK from 192.168.1.14
Jul 19 19:24:23 stretch ifup[617]: DHCPACK from 192.168.1.14
Jul 19 19:24:23 stretch dhclient[623]: bound to 192.168.5.201 -- renewal in 3515 seconds.
Jul 19 19:24:23 stretch ifup[617]: bound to 192.168.5.201 -- renewal in 3515 seconds.
Jul 19 19:24:23 stretch ifquery[668]: eth0=eth0
Jul 19 19:24:23 stretch systemd[1]: Started ifup for eth0.
Jul 19 19:24:23 stretch systemd[1]: Reached target Network.
Jul 19 19:24:23 stretch systemd[1]: Starting Network.
Jul 19 19:24:23 stretch systemd[1]: Reached target Network is Online.
Jul 19 19:24:23 stretch systemd[1]: Starting Network is Online.
Jul 19 19:24:23 stretch systemd[1]: Starting LSB: RPC portmapper replacement...
Jul 19 19:24:23 stretch rpcbind[670]: Starting rpcbind daemon....
Jul 19 19:24:23 stretch systemd[1]: Started LSB: RPC portmapper replacement.
Jul 19 19:24:23 stretch systemd[1]: Reached target RPC Port Mapper.
Jul 19 19:24:23 stretch systemd[1]: Starting RPC Port Mapper.
Jul 19 19:24:23 stretch systemd[1]: Starting LSB: NFS support files common to client and server...
Jul 19 19:24:23 stretch rpc.statd[687]: Version 1.2.8 starting
Jul 19 19:24:23 stretch sm-notify[688]: Version 1.2.8 starting
Jul 19 19:24:23 stretch kernel: RPC: Registered named UNIX socket transport module.
Jul 19 19:24:23 stretch kernel: RPC: Registered udp transport module.
Jul 19 19:24:23 stretch kernel: RPC: Registered tcp transport module.
Jul 19 19:24:23 stretch kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Jul 19 19:24:23 stretch kernel: FS-Cache: Loaded
Jul 19 19:24:23 stretch kernel: FS-Cache: Netfs 'nfs' registered for caching
Jul 19 19:24:23 stretch kernel: Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
Jul 19 19:24:23 stretch nfs-common[682]: Starting NFS common utilities: statd idmapd.
Jul 19 19:24:23 stretch systemd[1]: Started LSB: NFS support files common to client and server.
Jul 19 19:24:23 stretch systemd[1]: Startup finished in 2.073s (kernel) + 1min 31.751s (userspace) = 1min 33.824s.
Jul 19 19:24:23 stretch systemd[471]: emergency.service: Failed at step EXEC spawning /bin/plymouth: No such file or directory
Jul 19 19:25:03 stretch systemd-timesyncd[486]: Timed out waiting for reply from [2001:19f0:200:144b::1000]:123 (2.debian.pool.ntp.org).
Jul 19 19:25:05 stretch fixup[720]: Personalities : [raid0]
Jul 19 19:25:05 stretch fixup[720]: md0 : active raid0 sdc1[1] sdb1[0]
Jul 19 19:25:05 stretch fixup[720]:       8380416 blocks super 1.2 512k chunks
Jul 19 19:25:05 stretch fixup[720]:       
Jul 19 19:25:05 stretch fixup[720]: unused devices: <none>
Jul 19 19:25:05 stretch fixup[720]: total 0
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 ata-VMware_Virtual_IDE_CDROM_Drive_10000000000000000001 -> ../../sr0
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 ata-VMware_Virtual_IDE_Hard_Drive_00000000000000000001 -> ../../sdb
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 ata-VMware_Virtual_IDE_Hard_Drive_00000000000000000001-part1 -> ../../sdb1
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 ata-VMware_Virtual_IDE_Hard_Drive_01000000000000000001 -> ../../sdc
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 ata-VMware_Virtual_IDE_Hard_Drive_01000000000000000001-part1 -> ../../sdc1
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001 -> ../../sda
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part1 -> ../../sda1
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 dm-name-stretch-root -> ../../dm-0
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 dm-name-stretch-swap -> ../../dm-1
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 dm-uuid-LVM-04rFhEmC9zV7NuS8clm8ymGQYGH3TifI2i7c7SDFz6iGg19gX6hZJEfKh2tee2vf -> ../../dm-0
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 dm-uuid-LVM-04rFhEmC9zV7NuS8clm8ymGQYGH3TifIA1dhjKRxGCdjgYsDfGXzY64Je7BITpUw -> ../../dm-1
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 md-name-stretch:0 -> ../../md0
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 md-uuid-22f9f997:3688663b:fbfc8b62:65ee6221 -> ../../md0
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 wwn-0x1968e295c2925000 -> ../../sda
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 wwn-0x1968e295c2925000-part1 -> ../../sda1
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 wwn-0x3510e916c2985000 -> ../../sdc
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 wwn-0x3510e916c2985000-part1 -> ../../sdc1
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 wwn-0xbd08dc19c2975000 -> ../../sdb
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 wwn-0xbd08dc19c2975000-part1 -> ../../sdb1
Jul 19 19:25:05 stretch fixup[720]: total 0
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 09842c34-6cd5-4b91-8c0b-2e9e11a4902d -> ../../dm-0
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 76b30d67-16a3-4e38-9d22-832d391aaa89 -> ../../dm-1
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 cf319401-46e7-467b-babb-a12913975be2 -> ../../sda1
Jul 19 19:25:05 stretch fixup[720]: total 0
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 BOOTSTRAP -> ../../sda1
Jul 19 19:25:05 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 ROOT -> ../../dm-0
Jul 19 19:25:05 stretch fixup[720]:   LV   VG      #Seg Attr       LSize Maj Min KMaj KMin Pool Origin Data%  Meta%  Move Cpy%Sync Log Convert LV UUID                                LProfile
Jul 19 19:25:05 stretch fixup[720]:   home stretch    1 -wi------- 2.41g  -1  -1   -1   -1                                                     axFBoT-V3Na-3deu-gGPe-x3cE-RrD1-rRYvzE
Jul 19 19:25:05 stretch fixup[720]:   root stretch    1 -wi-ao---- 3.72g  -1  -1  253    0                                                     2i7c7S-DFz6-iGg1-9gX6-hZJE-fKh2-tee2vf
Jul 19 19:25:05 stretch fixup[720]:   swap stretch    1 -wi-ao---- 1.86g  -1  -1  253    1                                                     A1dhjK-RxGC-djgY-sDfG-XzY6-4Je7-BITpUw
Jul 19 19:25:05 stretch fixup[720]:   VG      Attr   Ext   #PV #LV #SN VSize VFree VG UUID                                VProfile
Jul 19 19:25:05 stretch fixup[720]:   stretch wz--n- 4.00m   1   3   0 7.99g    0  04rFhE-mC9z-V7Nu-S8cl-m8ym-GQYG-H3TifI
Jul 19 19:25:05 stretch fixup[720]:   PV         VG      Fmt  Attr PSize PFree DevSize PV UUID
Jul 19 19:25:05 stretch fixup[720]:   /dev/md0   stretch lvm2 a--  7.99g    0    7.99g scxlk3-tySz-3Rjs-9W0C-rWGP-f7w4-KMqPnS
Jul 19 19:25:05 stretch fixup[720]: Filesystem     Type      Size  Used Avail Use% Mounted on
Jul 19 19:25:05 stretch fixup[720]: udev           devtmpfs   10M     0   10M   0% /dev
Jul 19 19:25:05 stretch fixup[720]: tmpfs          tmpfs     400M  620K  399M   1% /run
Jul 19 19:25:05 stretch fixup[720]: /dev/dm-0      ext4      3.7G  1.5G  2.0G  42% /
Jul 19 19:25:05 stretch fixup[720]: tmpfs          tmpfs     999M     0  999M   0% /dev/shm
Jul 19 19:25:05 stretch fixup[720]: tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
Jul 19 19:25:05 stretch fixup[720]: tmpfs          tmpfs     999M     0  999M   0% /sys/fs/cgroup
Jul 19 19:25:05 stretch fixup[720]: /dev/sda1      ext2     1006M   57M  899M   6% /boot
Jul 19 19:25:05 stretch fixup[720]: Filename                                Type                Size        Used        Priority
Jul 19 19:25:05 stretch fixup[720]: /dev/dm-1                               partition        1949692        0        -1
Jul 19 19:25:05 stretch fixup[720]:   3 logical volume(s) in volume group "stretch" now active
Jul 19 19:25:05 stretch systemd[1]: Found device /dev/disk/by-uuid/46fac389-6646-4166-af3a-d03e9f885a41.
Jul 19 19:25:05 stretch systemd[1]: Found device /dev/disk/by-label/HOME.
Jul 19 19:25:05 stretch systemd[1]: Found device /dev/disk/by-id/dm-uuid-LVM-04rFhEmC9zV7NuS8clm8ymGQYGH3TifIaxFBoTV3Na3deugGPex3cERrD1rRYvzE.
Jul 19 19:25:05 stretch systemd[1]: Found device /dev/disk/by-id/dm-name-stretch-home.
Jul 19 19:25:05 stretch systemd[1]: Found device /dev/dm-2.
Jul 19 19:25:05 stretch systemd[1]: Found device /sys/devices/virtual/block/dm-2.
Jul 19 19:25:05 stretch systemd[1]: Starting File System Check on /dev/mapper/stretch-home...
Jul 19 19:25:05 stretch systemd[1]: Started File System Check Daemon to report status.
Jul 19 19:25:05 stretch systemd[1]: Starting File System Check Daemon to report status...
Jul 19 19:25:05 stretch systemd-fsck[744]: HOME: clean, 15/157760 files, 27224/630784 blocks
Jul 19 19:25:05 stretch systemd[1]: Started File System Check on /dev/mapper/stretch-home.
Jul 19 19:25:05 stretch systemd[1]: Mounting /home...
Jul 19 19:25:05 stretch systemd[1]: Mounted /home.
Jul 19 19:25:05 stretch kernel: EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
Jul 19 19:25:10 stretch fixup[720]: Personalities : [raid0]
Jul 19 19:25:10 stretch fixup[720]: md0 : active raid0 sdc1[1] sdb1[0]
Jul 19 19:25:10 stretch fixup[720]:       8380416 blocks super 1.2 512k chunks
Jul 19 19:25:10 stretch fixup[720]:       
Jul 19 19:25:10 stretch fixup[720]: unused devices: <none>
Jul 19 19:25:10 stretch fixup[720]: total 0
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 ata-VMware_Virtual_IDE_CDROM_Drive_10000000000000000001 -> ../../sr0
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 ata-VMware_Virtual_IDE_Hard_Drive_00000000000000000001 -> ../../sdb
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 ata-VMware_Virtual_IDE_Hard_Drive_00000000000000000001-part1 -> ../../sdb1
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 ata-VMware_Virtual_IDE_Hard_Drive_01000000000000000001 -> ../../sdc
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 ata-VMware_Virtual_IDE_Hard_Drive_01000000000000000001-part1 -> ../../sdc1
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001 -> ../../sda
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part1 -> ../../sda1
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:25 dm-name-stretch-home -> ../../dm-2
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 dm-name-stretch-root -> ../../dm-0
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 dm-name-stretch-swap -> ../../dm-1
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 dm-uuid-LVM-04rFhEmC9zV7NuS8clm8ymGQYGH3TifI2i7c7SDFz6iGg19gX6hZJEfKh2tee2vf -> ../../dm-0
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 dm-uuid-LVM-04rFhEmC9zV7NuS8clm8ymGQYGH3TifIA1dhjKRxGCdjgYsDfGXzY64Je7BITpUw -> ../../dm-1
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:25 dm-uuid-LVM-04rFhEmC9zV7NuS8clm8ymGQYGH3TifIaxFBoTV3Na3deugGPex3cERrD1rRYvzE -> ../../dm-2
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 md-name-stretch:0 -> ../../md0
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 md-uuid-22f9f997:3688663b:fbfc8b62:65ee6221 -> ../../md0
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 wwn-0x1968e295c2925000 -> ../../sda
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 wwn-0x1968e295c2925000-part1 -> ../../sda1
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 wwn-0x3510e916c2985000 -> ../../sdc
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 wwn-0x3510e916c2985000-part1 -> ../../sdc1
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root  9 Jul 19 19:22 wwn-0xbd08dc19c2975000 -> ../../sdb
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 wwn-0xbd08dc19c2975000-part1 -> ../../sdb1
Jul 19 19:25:10 stretch fixup[720]: total 0
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 09842c34-6cd5-4b91-8c0b-2e9e11a4902d -> ../../dm-0
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:25 46fac389-6646-4166-af3a-d03e9f885a41 -> ../../dm-2
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 76b30d67-16a3-4e38-9d22-832d391aaa89 -> ../../dm-1
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 cf319401-46e7-467b-babb-a12913975be2 -> ../../sda1
Jul 19 19:25:10 stretch fixup[720]: total 0
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 BOOTSTRAP -> ../../sda1
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:25 HOME -> ../../dm-2
Jul 19 19:25:10 stretch fixup[720]: lrwxrwxrwx 1 root root 10 Jul 19 19:22 ROOT -> ../../dm-0
Jul 19 19:25:10 stretch fixup[720]:   LV   VG      #Seg Attr       LSize Maj Min KMaj KMin Pool Origin Data%  Meta%  Move Cpy%Sync Log Convert LV UUID                                LProfile
Jul 19 19:25:10 stretch fixup[720]:   home stretch    1 -wi-ao---- 2.41g  -1  -1  253    2                                                     axFBoT-V3Na-3deu-gGPe-x3cE-RrD1-rRYvzE
Jul 19 19:25:10 stretch fixup[720]:   root stretch    1 -wi-ao---- 3.72g  -1  -1  253    0                                                     2i7c7S-DFz6-iGg1-9gX6-hZJE-fKh2-tee2vf
Jul 19 19:25:10 stretch fixup[720]:   swap stretch    1 -wi-ao---- 1.86g  -1  -1  253    1                                                     A1dhjK-RxGC-djgY-sDfG-XzY6-4Je7-BITpUw
Jul 19 19:25:10 stretch fixup[720]:   VG      Attr   Ext   #PV #LV #SN VSize VFree VG UUID                                VProfile
Jul 19 19:25:10 stretch fixup[720]:   stretch wz--n- 4.00m   1   3   0 7.99g    0  04rFhE-mC9z-V7Nu-S8cl-m8ym-GQYG-H3TifI
Jul 19 19:25:10 stretch fixup[720]:   PV         VG      Fmt  Attr PSize PFree DevSize PV UUID
Jul 19 19:25:10 stretch fixup[720]:   /dev/md0   stretch lvm2 a--  7.99g    0    7.99g scxlk3-tySz-3Rjs-9W0C-rWGP-f7w4-KMqPnS
Jul 19 19:25:10 stretch fixup[720]: Filesystem               Type      Size  Used Avail Use% Mounted on
Jul 19 19:25:10 stretch fixup[720]: udev                     devtmpfs   10M     0   10M   0% /dev
Jul 19 19:25:10 stretch fixup[720]: tmpfs                    tmpfs     400M  628K  399M   1% /run
Jul 19 19:25:10 stretch fixup[720]: /dev/dm-0                ext4      3.7G  1.5G  2.0G  42% /
Jul 19 19:25:10 stretch fixup[720]: tmpfs                    tmpfs     999M     0  999M   0% /dev/shm
Jul 19 19:25:10 stretch fixup[720]: tmpfs                    tmpfs     5.0M     0  5.0M   0% /run/lock
Jul 19 19:25:10 stretch fixup[720]: tmpfs                    tmpfs     999M     0  999M   0% /sys/fs/cgroup
Jul 19 19:25:10 stretch fixup[720]: /dev/sda1                ext2     1006M   57M  899M   6% /boot
Jul 19 19:25:10 stretch fixup[720]: /dev/mapper/stretch-home ext4      2.4G  3.7M  2.2G   1% /home
Jul 19 19:25:10 stretch fixup[720]: Filename                                Type                Size        Used        Priority
Jul 19 19:25:10 stretch fixup[720]: /dev/dm-1                               partition        1949692        0        -1
Jul 19 19:25:13 stretch systemd-timesyncd[486]: Timed out waiting for reply from [2600:3c03::19:d100]:123 (2.debian.pool.ntp.org).
Jul 19 19:25:14 stretch systemd[1]: display-manager.service: Cannot add dependency job, ignoring: Unit display-manager.service failed to load: No such file or directory.
Jul 19 19:25:14 stretch systemd[1]: Mounted FUSE Control File System.
Jul 19 19:25:14 stretch systemd[1]: Listening on Syslog Socket.
Jul 19 19:25:14 stretch systemd[1]: Starting Syslog Socket.
Jul 19 19:25:14 stretch systemd[1]: Stopped target Bluetooth.
Jul 19 19:25:14 stretch systemd[1]: Stopping Bluetooth.
Jul 19 19:25:14 stretch systemd[1]: Started Various fixups to make systemd work better on Debian.
Jul 19 19:25:14 stretch systemd[1]: Stopping Load/Save RF Kill Switch Status of rfkill0...
Jul 19 19:25:14 stretch systemd[1]: Removed slice system-ifup.slice.
Jul 19 19:25:14 stretch systemd[1]: Stopping system-ifup.slice.
Jul 19 19:25:14 stretch systemd[1]: Stopped target Sound Card.
Jul 19 19:25:14 stretch systemd[1]: Stopping Sound Card.
Jul 19 19:25:14 stretch systemd[1]: Stopped target Emergency Mode.
Jul 19 19:25:14 stretch systemd[1]: Stopping Emergency Mode.
Jul 19 19:25:14 stretch systemd[1]: Mounted Virtual Machine and Container Storage.
Jul 19 19:25:14 stretch systemd[1]: Stopping File System Check Daemon to report status...
Jul 19 19:25:14 stretch systemd[1]: Stopping LVM2 metadata daemon...
Jul 19 19:25:14 stretch systemd[1]: Started Rebuild Hardware Database.
Jul 19 19:25:14 stretch systemd[1]: Started Set Up Additional Binary Formats.
Jul 19 19:25:14 stretch systemd[1]: Stopping Emergency Shell...
Jul 19 19:25:14 stretch systemd[1]: Started File System Check on Root Device.
Jul 19 19:25:14 stretch systemd[1]: Reached target Local File Systems.
Jul 19 19:25:14 stretch systemd[1]: Starting Local File Systems.
Jul 19 19:25:14 stretch systemd[1]: Started Commit a transient machine-id on disk.
Jul 19 19:25:14 stretch systemd[1]: Mounted Configuration File System.
Jul 19 19:25:14 stretch systemd[1]: Stopped LVM2 metadata daemon.
Jul 19 19:25:14 stretch systemd[1]: Stopped Emergency Shell.
Jul 19 19:25:14 stretch systemd[1]: Stopped File System Check Daemon to report status.
Jul 19 19:25:14 stretch systemd[1]: Stopped Load/Save RF Kill Switch Status of rfkill0.
Jul 19 19:25:14 stretch systemd[1]: Reached target System Initialization.
Jul 19 19:25:14 stretch systemd[1]: Starting System Initialization.
Jul 19 19:25:14 stretch systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 19 19:25:14 stretch systemd[1]: Starting D-Bus System Message Bus Socket.
Jul 19 19:25:14 stretch systemd[1]: Started ACPI Events Check.
Jul 19 19:25:14 stretch systemd[1]: Starting ACPI Events Check.
Jul 19 19:25:14 stretch systemd[1]: Reached target Basic System.
Jul 19 19:25:14 stretch systemd[1]: Starting Basic System.
Jul 19 19:25:14 stretch systemd[1]: Starting /etc/rc.local Compatibility...
Jul 19 19:25:14 stretch systemd[1]: Started D-Bus System Message Bus.
Jul 19 19:25:14 stretch systemd[1]: Starting D-Bus System Message Bus...
Jul 19 19:25:14 stretch systemd[1]: Started Regular background program processing daemon.
Jul 19 19:25:14 stretch systemd[1]: Starting Regular background program processing daemon...
Jul 19 19:25:14 stretch systemd[1]: Starting LSB: daemon to balance interrupts for SMP systems...
Jul 19 19:25:14 stretch systemd[1]: Starting Login Service...
Jul 19 19:25:14 stretch systemd[1]: Started Deferred execution scheduler.
Jul 19 19:25:14 stretch systemd[1]: Starting Deferred execution scheduler...
Jul 19 19:25:14 stretch systemd[1]: Starting System Logging Service...
Jul 19 19:25:14 stretch systemd[1]: Started getty on tty2-tty6 if dbus and logind are not available.
Jul 19 19:25:14 stretch systemd[1]: Started OpenBSD Secure Shell server.
Jul 19 19:25:14 stretch systemd[1]: Starting OpenBSD Secure Shell server...
Jul 19 19:25:14 stretch systemd[1]: Starting Permit User Sessions...
Jul 19 19:25:14 stretch systemd[1]: Starting LSB: exim Mail Transport Agent...
Jul 19 19:25:14 stretch systemd[1]: Listening on ACPID Listen Socket.
Jul 19 19:25:14 stretch systemd[1]: Starting ACPID Listen Socket.
Jul 19 19:25:14 stretch cron[781]: (CRON) INFO (pidfile fd = 3)
Jul 19 19:25:14 stretch cron[781]: (CRON) INFO (Running @reboot jobs)
Jul 19 19:25:14 stretch systemd[1]: Started ACPI event daemon.
Jul 19 19:25:14 stretch systemd[1]: Starting ACPI event daemon...
Jul 19 19:25:14 stretch systemd[1]: Started Daily Cleanup of Temporary Directories.
Jul 19 19:25:14 stretch systemd[1]: Starting Daily Cleanup of Temporary Directories.
Jul 19 19:25:14 stretch systemd[1]: Removed slice system-systemd\x2drfkill.slice.
Jul 19 19:25:14 stretch systemd[1]: Stopping system-systemd\x2drfkill.slice.
Jul 19 19:25:14 stretch systemd[1]: Started /etc/rc.local Compatibility.
Jul 19 19:25:14 stretch systemd[1]: Started Permit User Sessions.
Jul 19 19:25:14 stretch systemd[1]: Started Getty on tty1.
Jul 19 19:25:14 stretch systemd[1]: Starting Getty on tty1...
Jul 19 19:25:14 stretch systemd-logind[783]: New seat seat0.
Jul 19 19:25:14 stretch systemd[1]: Started Login Service.
Jul 19 19:25:14 stretch systemd-logind[783]: Watching system buttons on /dev/input/event1 (Power Button)
Jul 19 19:25:14 stretch systemd[1]: Started System Logging Service.
Jul 19 19:25:14 stretch irqbalance[782]: Starting SMP IRQ Balancer: irqbalance.
Jul 19 19:25:14 stretch systemd[1]: Started LSB: daemon to balance interrupts for SMP systems.
Jul 19 19:25:14 stretch sshd[787]: Server listening on 0.0.0.0 port 22.
Jul 19 19:25:14 stretch sshd[787]: Server listening on :: port 22.
Jul 19 19:25:14 stretch exim4[789]: Starting MTA: exim4.
Jul 19 19:25:14 stretch systemd[1]: Started LSB: exim Mail Transport Agent.
Jul 19 19:25:14 stretch systemd[1]: Reached target Multi-User System.
Jul 19 19:25:14 stretch systemd[1]: Starting Multi-User System.
Jul 19 19:25:14 stretch systemd[1]: Reached target Graphical Interface.
Jul 19 19:25:14 stretch systemd[1]: Starting Graphical Interface.
Jul 19 19:25:14 stretch systemd[1]: Starting Update UTMP about System Runlevel Changes...
Jul 19 19:25:14 stretch systemd[1]: Started Update UTMP about System Runlevel Changes.
Jul 19 19:25:15 stretch acpid[793]: starting up with netlink and the input layer
Jul 19 19:25:15 stretch acpid[793]: 1 rule loaded
Jul 19 19:25:15 stretch acpid[793]: waiting for events: event logging is off
Jul 19 19:25:20 stretch login[794]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Jul 19 19:25:20 stretch login[1056]: ROOT LOGIN  on '/dev/tty1'
Jul 19 19:25:23 stretch systemd-timesyncd[486]: Timed out waiting for reply from [2604:a880:800:10::14:2001]:123 (2.debian.pool.ntp.org).
Jul 19 19:25:33 stretch systemd-timesyncd[486]: Timed out waiting for reply from [2607:fcd0:0:a::2]:123 (2.debian.pool.ntp.org).
Jul 19 19:25:33 stretch systemd-timesyncd[486]: Synchronized to time server 64.113.44.54:123 (2.debian.pool.ntp.org).


More information about the pkg-lvm-maintainers mailing list