[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#788257: marked as done (sky2 NIC driver freezes the system (Marvell 0x436B / 88E8071))



Your message dated Fri, 30 Apr 2021 15:35:12 +0200
with message-id <E1lcTIF-001M5P-22@hullmann.westfalen.local>
and subject line Closing this bug
has caused the Debian Bug report #788257,
regarding sky2 NIC driver freezes the system (Marvell 0x436B / 88E8071)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
788257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788257
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: ssh
Version: 6.7p1-5
Severity: critical


I've got an Acer Cube and experience the following problem:

multiple Debian systems are installed: lenny, squeeze, wheezy, jessie; all four are almost bare base systems and upgraded to the latest available packages. The first two, lenny and squeeze, funktion without any problems. The last two, wheezy and jessie, start without problems, and also let me  connect over SSH. But after 1-2 minutes the client terminal (xterm/Cygwin/Windows7 or ssh on another Linux system) freezes and then outputs this error message: "packet_write_wait: Connection to 192.168.1.2: Broken pipe". The network activity LED on the box is flushing permanently. After that, no more connections are accepted, the only way to access the system is a reboot using the power button. The system is headless, opening a local console is not possible.

This command, if executed right after login, seems to delay the problem by a minute or so:
# ethtool -K eth0 tso off

Any help would be greatly appreciated!

--------------------------------------------------------------------------------------

Information obtained while running SQUEEZE (the problem DOES NOT EXIST on this system):

---

root@vega:~# lspci
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02)
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
00:1f.0 ISA bridge: Intel Corporation 82801IR (ICH9R) LPC Interface Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8071 PCI-E Gigabit Ethernet Controller (rev 16)

---

root@vega:~# ethtool eth0
Settings for eth0:
        Supported ports: [ TP ]
        Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Half 1000baseT/Full
        Supports auto-negotiation: Yes
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Half 1000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: Yes
        Speed: 100Mb/s
        Duplex: Full
        Port: Twisted Pair
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: on
        MDI-X: Unknown
        Supports Wake-on: pg
        Wake-on: d
        Current message level: 0x000000ff (255)
        Link detected: yes

---

root@vega:~# ethtool -i eth0
driver: sky2
version: 1.28
firmware-version: N/A
bus-info: 0000:02:00.0

---

root@vega:~# ethtool -i eth0
driver: sky2
version: 1.28
firmware-version: N/A
bus-info: 0000:02:00.0
root@vega:~# ethtool -k eth0
Offload parameters for eth0:
rx-checksumming: on
tx-checksumming: on
scatter-gather: on
tcp-segmentation-offload: on
udp-fragmentation-offload: off
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off
ntuple-filters: off
receive-hashing: off

---

root@vega:~# cat /etc/ssh/sshd_config
# Package generated configuration file
# See the sshd_config(5) manpage for details

# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes

# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
ServerKeyBits 768

# Logging
SyslogFacility AUTH
LogLevel INFO

# Authentication:
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes

RSAAuthentication yes
PubkeyAuthentication yes
#AuthorizedKeysFile     %h/.ssh/authorized_keys

# Don't read the user's ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no
# similar for protocol version 2
HostbasedAuthentication no
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes

# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no

# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no

# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication yes

# Kerberos options
#KerberosAuthentication no
#KerberosGetAFSToken no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
#UseLogin no

#MaxStartups 10:30:60
#Banner /etc/issue.net

# Allow client to pass locale environment variables
AcceptEnv LANG LC_*

Subsystem sftp /usr/lib/openssh/sftp-server

# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
# be allowed through the ChallengeResponseAuthentication and
# PasswordAuthentication.  Depending on your PAM configuration,
# PAM authentication via ChallengeResponseAuthentication may bypass
# the setting of "PermitRootLogin without-password".
# If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication
# and ChallengeResponseAuthentication to 'no'.
UsePAM yes



----------------------------------------------------------------------------------


Information obtained while running JESSIE (the problem EXISTS on this system):

---

root@vega:~# lspci
00:00.0 Host bridge: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx DMI Bridge
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02)
00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02)
00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 02)
00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
00:1f.0 ISA bridge: Intel Corporation 82801IR (ICH9R) LPC Interface Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode] (rev 02)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8071 PCI-E Gigabit Ethernet Controller (rev 16)

---

root@vega:~# ethtool eth0
Settings for eth0:
        Supported ports: [ TP ]
        Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Half 1000baseT/Full
        Supported pause frame use: No
        Supports auto-negotiation: Yes
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Half 1000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: No
        Speed: 100Mb/s
        Duplex: Full
        Port: Twisted Pair
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: on
        MDI-X: Unknown
        Supports Wake-on: pg
        Wake-on: d
        Current message level: 0x000000ff (255)
                               drv probe link timer ifdown ifup rx_err tx_err
        Link detected: yes

---

root@vega:~# ethtool -i eth0
driver: sky2
version: 1.30
firmware-version:
bus-info: 0000:02:00.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: no

---

root@vega:~# ethtool -k eth0
Features for eth0:
rx-checksumming: on
tx-checksumming: on
        tx-checksum-ipv4: on
        tx-checksum-ip-generic: off [fixed]
        tx-checksum-ipv6: off [fixed]
        tx-checksum-fcoe-crc: off [fixed]
        tx-checksum-sctp: off [fixed]
scatter-gather: on
        tx-scatter-gather: on
        tx-scatter-gather-fraglist: off [fixed]
tcp-segmentation-offload: on
        tx-tcp-segmentation: on
        tx-tcp-ecn-segmentation: off [fixed]
        tx-tcp6-segmentation: off [fixed]
udp-fragmentation-offload: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: on
highdma: on [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: off [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-ipip-segmentation: off [fixed]
tx-sit-segmentation: off [fixed]
tx-udp_tnl-segmentation: off [fixed]
tx-mpls-segmentation: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: off [fixed]
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
busy-poll: off [fixed]

---

root@vega:~# cat /etc/ssh/sshd_config
# Package generated configuration file
# See the sshd_config(5) manpage for details

# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
HostKey /etc/ssh/ssh_host_ed25519_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes

# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
ServerKeyBits 1024

# Logging
SyslogFacility AUTH
LogLevel INFO

# Authentication:
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes

RSAAuthentication yes
PubkeyAuthentication yes
#AuthorizedKeysFile     %h/.ssh/authorized_keys

# Don't read the user's ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no
# similar for protocol version 2
HostbasedAuthentication no
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes

# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no

# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no

# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication yes

# Kerberos options
#KerberosAuthentication no
#KerberosGetAFSToken no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
#UseLogin no

#MaxStartups 10:30:60
#Banner /etc/issue.net

# Allow client to pass locale environment variables
AcceptEnv LANG LC_*

Subsystem sftp /usr/lib/openssh/sftp-server

# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
# be allowed through the ChallengeResponseAuthentication and
# PasswordAuthentication.  Depending on your PAM configuration,
# PAM authentication via ChallengeResponseAuthentication may bypass
# the setting of "PermitRootLogin without-password".
# If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication
# and ChallengeResponseAuthentication to 'no'.
UsePAM yes


---

/var/log/syslog:

Jun  5 22:12:40 vega rsyslogd: [origin software="rsyslogd" swVersion="8.4.2" x-pid="549" x-info="http://www.rsyslog.com"] start
Jun  5 22:12:40 vega systemd[1]: Started Apply Kernel Variables.
Jun  5 22:12:40 vega systemd[1]: Started udev Coldplug all Devices.
Jun  5 22:12:40 vega systemd[1]: Starting udev Wait for Complete Device Initialization...
Jun  5 22:12:40 vega systemd[1]: Started Create Static Device Nodes in /dev.
Jun  5 22:12:40 vega systemd[1]: Starting udev Kernel Device Manager...
Jun  5 22:12:40 vega systemd[1]: Started udev Kernel Device Manager.
Jun  5 22:12:40 vega systemd[1]: Starting LSB: MD array assembly...
Jun  5 22:12:40 vega systemd[1]: Starting LSB: Set preliminary keymap...
Jun  5 22:12:40 vega systemd[1]: Found device /dev/hvc0.
Jun  5 22:12:40 vega mdadm-raid[226]: Generating udev events for MD arrays...done.
Jun  5 22:12:40 vega systemd[1]: Started LSB: MD array assembly.
Jun  5 22:12:40 vega systemd[1]: Found device /dev/md0.
Jun  5 22:12:40 vega systemd[1]: Starting MD array monitor...
Jun  5 22:12:40 vega systemd[1]: Started MD array monitor.
Jun  5 22:12:40 vega systemd[1]: Starting system-systemd\x2dbacklight.slice.
Jun  5 22:12:40 vega systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Jun  5 22:12:40 vega systemd[1]: Started udev Wait for Complete Device Initialization.
Jun  5 22:12:40 vega systemd[1]: Starting Activation of LVM2 logical volumes...
Jun  5 22:12:40 vega systemd[1]: Starting Copy rules generated while the root was ro...
Jun  5 22:12:40 vega udev-finish[326]: /lib/udev/udev-finish: 6: /lib/udev/udev-finish: cannot create /etc/udev/rules.d/70-persistent-net.rules: Read-only file system
Jun  5 22:12:40 vega systemd[1]: udev-finish.service: main process exited, code=exited, status=2/INVALIDARGUMENT
Jun  5 22:12:40 vega systemd[1]: Failed to start Copy rules generated while the root was ro.
Jun  5 22:12:40 vega systemd[1]: Unit udev-finish.service entered failed state.
Jun  5 22:12:40 vega keyboard-setup[227]: Setting preliminary keymap...done.
Jun  5 22:12:40 vega systemd[1]: Started LSB: Set preliminary keymap.
Jun  5 22:12:40 vega systemd[1]: Starting Remount Root and Kernel File Systems...
Jun  5 22:12:40 vega systemd[1]: Started Remount Root and Kernel File Systems.
Jun  5 22:12:40 vega systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Jun  5 22:12:40 vega systemd[1]: Started Various fixups to make systemd work better on Debian.
Jun  5 22:12:40 vega systemd[1]: Starting Load/Save Random Seed...
Jun  5 22:12:40 vega systemd[1]: Starting Local File Systems (Pre).
Jun  5 22:12:40 vega systemd[1]: Reached target Local File Systems (Pre).
Jun  5 22:12:40 vega systemd[1]: Mounting /boot...
Jun  5 22:12:40 vega systemd[1]: Started Load/Save Random Seed.
Jun  5 22:12:40 vega systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Jun  5 22:12:40 vega lvm[325]: 1 logical volume(s) in volume group "vg1" now active
Jun  5 22:12:40 vega systemd[1]: Mounted /boot.
Jun  5 22:12:40 vega systemd[1]: Found device /dev/mapper/vg1-resources.
Jun  5 22:12:40 vega systemd[1]: Mounting /resources...
Jun  5 22:12:40 vega lvm[325]: 4 logical volume(s) in volume group "vg0" now active
Jun  5 22:12:40 vega systemd[1]: Found device /dev/mapper/vg0-host--swap.
Jun  5 22:12:40 vega systemd[1]: Mounted /resources.
Jun  5 22:12:40 vega systemd[1]: Started Activation of LVM2 logical volumes.
Jun  5 22:12:40 vega systemd[1]: Starting Encrypted Volumes.
Jun  5 22:12:40 vega systemd[1]: Reached target Encrypted Volumes.
Jun  5 22:12:40 vega systemd[1]: Starting Activation of LVM2 logical volumes...
Jun  5 22:12:40 vega systemd[1]: Activating swap /dev/mapper/vg0-host--swap...
Jun  5 22:12:40 vega systemd[1]: Activated swap /dev/mapper/vg0-host--swap.
Jun  5 22:12:40 vega systemd[1]: Starting Swap.
Jun  5 22:12:40 vega systemd[1]: Reached target Swap.
Jun  5 22:12:40 vega lvm[368]: 1 logical volume(s) in volume group "vg1" now active
Jun  5 22:12:40 vega lvm[368]: 4 logical volume(s) in volume group "vg0" now active
Jun  5 22:12:40 vega systemd[1]: Started Activation of LVM2 logical volumes.
Jun  5 22:12:40 vega systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun  5 22:12:40 vega lvm[372]: 1 logical volume(s) in volume group "vg1" monitored
Jun  5 22:12:40 vega lvm[372]: 4 logical volume(s) in volume group "vg0" monitored
Jun  5 22:12:40 vega systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun  5 22:12:40 vega systemd[1]: Starting Local File Systems.
Jun  5 22:12:40 vega systemd[1]: Reached target Local File Systems.
Jun  5 22:12:40 vega systemd[1]: Starting Create Volatile Files and Directories...
Jun  5 22:12:40 vega systemd[1]: Starting LSB: Raise network interfaces....
Jun  5 22:12:40 vega systemd[1]: Starting Remote File Systems.
Jun  5 22:12:40 vega systemd[1]: Reached target Remote File Systems.
Jun  5 22:12:40 vega systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
Jun  5 22:12:40 vega systemd[1]: Starting LSB: Prepare console...
Jun  5 22:12:40 vega systemd[1]: Started Create Volatile Files and Directories.
Jun  5 22:12:40 vega systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Jun  5 22:12:40 vega systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
Jun  5 22:12:40 vega kbd[378]: Setting console screen modes.
Jun  5 22:12:40 vega systemd[1]: Started Update UTMP about System Boot/Shutdown.
Jun  5 22:12:40 vega kbd[378]: setterm: $TERM is not defined.
Jun  5 22:12:40 vega systemd[1]: Started LSB: Prepare console.
Jun  5 22:12:40 vega systemd[1]: Starting LSB: Set console font and keymap...
Jun  5 22:12:40 vega networking[375]: Configuring network interfaces...done.
Jun  5 22:12:40 vega systemd[1]: Started LSB: Raise network interfaces..
Jun  5 22:12:40 vega systemd[1]: Starting Network.
Jun  5 22:12:40 vega systemd[1]: Reached target Network.
Jun  5 22:12:40 vega console-setup[430]: Setting up console font and keymap...done.
Jun  5 22:12:40 vega systemd[1]: Started LSB: Set console font and keymap.
Jun  5 22:12:40 vega systemd[1]: Starting System Initialization.
Jun  5 22:12:40 vega systemd[1]: Reached target System Initialization.
Jun  5 22:12:40 vega systemd[1]: Starting Daily Cleanup of Temporary Directories.
Jun  5 22:12:40 vega systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun  5 22:12:40 vega systemd[1]: Starting Timers.
Jun  5 22:12:40 vega systemd[1]: Reached target Timers.
Jun  5 22:12:40 vega systemd[1]: Starting Basic System.
Jun  5 22:12:40 vega systemd[1]: Reached target Basic System.
Jun  5 22:12:40 vega systemd[1]: Starting Regular background program processing daemon...
Jun  5 22:12:40 vega cron[543]: (CRON) INFO (pidfile fd = 3)
Jun  5 22:12:40 vega systemd[1]: Started Regular background program processing daemon.
Jun  5 22:12:40 vega systemd[1]: Starting OpenBSD Secure Shell server...
Jun  5 22:12:40 vega cron[543]: (CRON) INFO (Running @reboot jobs)
Jun  5 22:12:40 vega systemd[1]: Started OpenBSD Secure Shell server.
Jun  5 22:12:40 vega systemd[1]: Starting /etc/rc.local Compatibility...
Jun  5 22:12:40 vega systemd[1]: Started Login Service.
Jun  5 22:12:40 vega systemd[1]: Starting getty on tty2-tty6 if dbus and logind are not available...
Jun  5 22:12:40 vega systemd[1]: Starting LSB: Xen daemons...
Jun  5 22:12:40 vega systemd[1]: Starting System Logging Service...
Jun  5 22:12:40 vega systemd[1]: Starting Permit User Sessions...
Jun  5 22:12:40 vega systemd[1]: Started /etc/rc.local Compatibility.
Jun  5 22:12:40 vega systemd[1]: Started Permit User Sessions.
Jun  5 22:12:40 vega systemd[1]: Starting Getty on tty4...
Jun  5 22:12:40 vega systemd[1]: Started Getty on tty4.
Jun  5 22:12:40 vega systemd[1]: Starting Getty on tty3...
Jun  5 22:12:40 vega systemd[1]: Started Getty on tty3.
Jun  5 22:12:40 vega systemd[1]: Starting Getty on tty2...
Jun  5 22:12:40 vega systemd[1]: Started Getty on tty2.
Jun  5 22:12:40 vega systemd[1]: Starting Getty on tty1...
Jun  5 22:12:40 vega systemd[1]: Started Getty on tty1.
Jun  5 22:12:40 vega systemd[1]: Starting Serial Getty on hvc0...
Jun  5 22:12:40 vega systemd[1]: Started Serial Getty on hvc0.
Jun  5 22:12:40 vega systemd[1]: Started getty on tty2-tty6 if dbus and logind are not available.
Jun  5 22:12:40 vega systemd[1]: Starting Getty on tty6...
Jun  5 22:12:40 vega systemd[1]: Started Getty on tty6.
Jun  5 22:12:40 vega systemd[1]: Starting Getty on tty5...
Jun  5 22:12:40 vega systemd[1]: Started Getty on tty5.
Jun  5 22:12:40 vega systemd[1]: Starting Login Prompts.
Jun  5 22:12:40 vega systemd[1]: Reached target Login Prompts.
Jun  5 22:12:40 vega xenstored: Checking store ...
Jun  5 22:12:40 vega xenstored: Checking store complete.
Jun  5 22:12:40 vega xen[548]: Starting Xen daemons: xenfs xenstored xenconsoled init-dom0.
Jun  5 22:12:40 vega systemd[1]: Started LSB: Xen daemons.
Jun  5 22:12:40 vega systemd[1]: Starting LSB: Start/stop secondary xen domains...
Jun  5 22:12:40 vega systemd[1]: Started LSB: Start/stop secondary xen domains.
Jun  5 22:12:40 vega kernel: [    0.000000] Initializing cgroup subsys cpuset
Jun  5 22:12:40 vega kernel: [    0.000000] Initializing cgroup subsys cpu
Jun  5 22:12:40 vega kernel: [    0.000000] Initializing cgroup subsys cpuacct
Jun  5 22:12:40 vega kernel: [    0.000000] Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24)
Jun  5 22:12:40 vega kernel: [    0.000000] Command line: root=/dev/mapper/vg0-host--root8 ro console=tty0
Jun  5 22:12:40 vega kernel: [    0.000000] Freeing 9e-100 pfn range: 98 pages freed
Jun  5 22:12:40 vega kernel: [    0.000000] 1-1 mapping on 9e->100
Jun  5 22:12:40 vega kernel: [    0.000000] 1-1 mapping on 7f690->100000
Jun  5 22:12:40 vega kernel: [    0.000000] Released 98 pages of unused memory
Jun  5 22:12:40 vega kernel: [    0.000000] Set 526802 page(s) to 1-1 mapping
Jun  5 22:12:40 vega kernel: [    0.000000] Populating 75f4e-75fb0 pfn range: 98 pages added
Jun  5 22:12:40 vega kernel: [    0.000000] 1-1 mapping on 100000->8000000
Jun  5 22:12:40 vega kernel: [    0.000000] e820: BIOS-provided physical RAM map:
Jun  5 22:12:40 vega kernel: [    0.000000] Xen: [mem 0x0000000000000000-0x000000000009dfff] usable
Jun  5 22:12:40 vega kernel: [    0.000000] Xen: [mem 0x000000000009e800-0x00000000000fffff] reserved
Jun  5 22:12:40 vega kernel: [    0.000000] Xen: [mem 0x0000000000100000-0x000000007f68ffff] usable
Jun  5 22:12:40 vega kernel: [    0.000000] Xen: [mem 0x000000007f690000-0x000000007f69dfff] ACPI data
Jun  5 22:12:40 vega kernel: [    0.000000] Xen: [mem 0x000000007f69e000-0x000000007f6dffff] ACPI NVS
Jun  5 22:12:40 vega kernel: [    0.000000] Xen: [mem 0x000000007f6e0000-0x000000007f6fffff] reserved
Jun  5 22:12:40 vega kernel: [    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
Jun  5 22:12:40 vega kernel: [    0.000000] Xen: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
Jun  5 22:12:40 vega kernel: [    0.000000] NX (Execute Disable) protection: active
Jun  5 22:12:40 vega kernel: [    0.000000] SMBIOS 2.6 present.
Jun  5 22:12:40 vega kernel: [    0.000000] DMI: Acer Aspire easyStore H341/Aspire easyStore H341, BIOS P03     03/31/2010
Jun  5 22:12:40 vega kernel: [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun  5 22:12:40 vega kernel: [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Jun  5 22:12:40 vega kernel: [    0.000000] AGP: No AGP bridge found
Jun  5 22:12:40 vega kernel: [    0.000000] e820: last_pfn = 0x7f690 max_arch_pfn = 0x400000000
Jun  5 22:12:40 vega kernel: [    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
Jun  5 22:12:40 vega kernel: [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
Jun  5 22:12:40 vega kernel: [    0.000000]  [mem 0x00000000-0x000fffff] page 4k
Jun  5 22:12:40 vega kernel: [    0.000000] init_memory_mapping: [mem 0x75c00000-0x75dfffff]
Jun  5 22:12:40 vega kernel: [    0.000000]  [mem 0x75c00000-0x75dfffff] page 4k
Jun  5 22:12:40 vega kernel: [    0.000000] BRK [0x01b06000, 0x01b06fff] PGTABLE
Jun  5 22:12:40 vega kernel: [    0.000000] BRK [0x01b07000, 0x01b07fff] PGTABLE
Jun  5 22:12:40 vega kernel: [    0.000000] init_memory_mapping: [mem 0x74000000-0x75bfffff]
Jun  5 22:12:40 vega kernel: [    0.000000]  [mem 0x74000000-0x75bfffff] page 4k
Jun  5 22:12:40 vega kernel: [    0.000000] BRK [0x01b08000, 0x01b08fff] PGTABLE
Jun  5 22:12:40 vega kernel: [    0.000000] BRK [0x01b09000, 0x01b09fff] PGTABLE
Jun  5 22:12:40 vega kernel: [    0.000000] BRK [0x01b0a000, 0x01b0afff] PGTABLE
Jun  5 22:12:40 vega kernel: [    0.000000] BRK [0x01b0b000, 0x01b0bfff] PGTABLE
Jun  5 22:12:40 vega kernel: [    0.000000] init_memory_mapping: [mem 0x00100000-0x73ffffff]
Jun  5 22:12:40 vega kernel: [    0.000000]  [mem 0x00100000-0x73ffffff] page 4k
Jun  5 22:12:40 vega kernel: [    0.000000] init_memory_mapping: [mem 0x75e00000-0x7f68ffff]
Jun  5 22:12:40 vega kernel: [    0.000000]  [mem 0x75e00000-0x7f68ffff] page 4k
Jun  5 22:12:40 vega kernel: [    0.000000] RAMDISK: [mem 0x01f18000-0x04d98fff]
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: Early table checksum verification disabled
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: RSDP 0x00000000000F9C00 000024 (v02 ACPIAM)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: XSDT 0x000000007F690100 000054 (v01 033110 XSDT1538 20100331 MSFT 00000097)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: FACP 0x000000007F690290 0000F4 (v04 033110 FACP1538 20100331 MSFT 00000097)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/64 (20140424/tbfadt-618)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: DSDT 0x000000007F690440 006511 (v02 P      P03      00000003 INTL 20051117)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: FACS 0x000000007F69E000 000040
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: APIC 0x000000007F690390 00006C (v02 033110 APIC1538 20100331 MSFT 00000097)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: MCFG 0x000000007F690400 00003C (v01 033110 OEMMCFG  20100331 MSFT 00000097)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: OEMB 0x000000007F69E040 000072 (v01 033110 OEMB1538 20100331 MSFT 00000097)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: HPET 0x000000007F69A440 000038 (v01 033110 OEMHPET  20100331 MSFT 00000097)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: GSCI 0x000000007F69E0C0 002024 (v01 033110 GMCHSCI  20100331 MSFT 00000097)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Jun  5 22:12:40 vega kernel: [    0.000000] NUMA turned off
Jun  5 22:12:40 vega kernel: [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000007f68ffff]
Jun  5 22:12:40 vega kernel: [    0.000000] Initmem setup node 0 [mem 0x00000000-0x7f68ffff]
Jun  5 22:12:40 vega kernel: [    0.000000]   NODE_DATA [mem 0x75fab000-0x75faffff]
Jun  5 22:12:40 vega kernel: [    0.000000] Zone ranges:
Jun  5 22:12:40 vega kernel: [    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
Jun  5 22:12:40 vega kernel: [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
Jun  5 22:12:40 vega kernel: [    0.000000]   Normal   empty
Jun  5 22:12:40 vega kernel: [    0.000000] Movable zone start for each node
Jun  5 22:12:40 vega kernel: [    0.000000] Early memory node ranges
Jun  5 22:12:40 vega kernel: [    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
Jun  5 22:12:40 vega kernel: [    0.000000]   node   0: [mem 0x00100000-0x7f68ffff]
Jun  5 22:12:40 vega kernel: [    0.000000] On node 0 totalpages: 521773
Jun  5 22:12:40 vega kernel: [    0.000000]   DMA zone: 56 pages used for memmap
Jun  5 22:12:40 vega kernel: [    0.000000]   DMA zone: 21 pages reserved
Jun  5 22:12:40 vega kernel: [    0.000000]   DMA zone: 3997 pages, LIFO batch:0
Jun  5 22:12:40 vega kernel: [    0.000000]   DMA32 zone: 7079 pages used for memmap
Jun  5 22:12:40 vega kernel: [    0.000000]   DMA32 zone: 517776 pages, LIFO batch:31
Jun  5 22:12:40 vega kernel: [    0.000000] Reserving Intel graphics stolen memory at 0x7f800000-0x7fffffff
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x808
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Jun  5 22:12:40 vega kernel: [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: IRQ0 used by override.
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: IRQ2 used by override.
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: IRQ9 used by override.
Jun  5 22:12:40 vega kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Jun  5 22:12:40 vega kernel: [    0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
Jun  5 22:12:40 vega kernel: [    0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
Jun  5 22:12:40 vega kernel: [    0.000000] nr_irqs_gsi: 40
Jun  5 22:12:40 vega kernel: [    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
Jun  5 22:12:40 vega kernel: [    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Jun  5 22:12:40 vega kernel: [    0.000000] e820: [mem 0x80000000-0xfedfffff] available for PCI devices
Jun  5 22:12:40 vega kernel: [    0.000000] Booting paravirtualized kernel on Xen
Jun  5 22:12:40 vega kernel: [    0.000000] Xen version: 4.4.1 (preserve-AD)
Jun  5 22:12:40 vega kernel: [    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
Jun  5 22:12:40 vega kernel: [    0.000000] PERCPU: Embedded 27 pages/cpu @ffff880075400000 s80896 r8192 d21504 u524288
Jun  5 22:12:40 vega kernel: [    0.000000] pcpu-alloc: s80896 r8192 d21504 u524288 alloc=1*2097152
Jun  5 22:12:40 vega kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3
Jun  5 22:12:40 vega kernel: [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 514617
Jun  5 22:12:40 vega kernel: [    0.000000] Policy zone: DMA32
Jun  5 22:12:40 vega kernel: [    0.000000] Kernel command line: root=/dev/mapper/vg0-host--root8 ro console=tty0
Jun  5 22:12:40 vega kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Jun  5 22:12:40 vega kernel: [    0.000000] software IO TLB [mem 0x6f200000-0x73200000] (64MB) mapped at [ffff88006f200000-ffff8800731fffff]
Jun  5 22:12:40 vega kernel: [    0.000000] Memory: 1770348K/2087092K available (5207K kernel code, 946K rwdata, 1832K rodata, 1204K init, 840K bss, 316744K reserved)
Jun  5 22:12:40 vega kernel: [    0.000000] Hierarchical RCU implementation.
Jun  5 22:12:40 vega kernel: [    0.000000]     RCU dyntick-idle grace-period acceleration is enabled.
Jun  5 22:12:40 vega kernel: [    0.000000]     RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
Jun  5 22:12:40 vega kernel: [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Jun  5 22:12:40 vega kernel: [    0.000000] NR_IRQS:33024 nr_irqs:512 16
Jun  5 22:12:40 vega kernel: [    0.000000] xen:events: Using FIFO-based ABI
Jun  5 22:12:40 vega kernel: [    0.000000] xen: sci override: global_irq=9 trigger=0 polarity=0
Jun  5 22:12:40 vega kernel: [    0.000000] xen: registering gsi 9 triggering 0 polarity 0
Jun  5 22:12:40 vega kernel: [    0.000000] xen: --> pirq=9 -> irq=9 (gsi=9)
Jun  5 22:12:40 vega kernel: [    0.000000] xen: acpi sci 9
Jun  5 22:12:40 vega kernel: [    0.000000] xen: --> pirq=1 -> irq=1 (gsi=1)
Jun  5 22:12:40 vega kernel: [    0.000000] xen: --> pirq=2 -> irq=2 (gsi=2)
Jun  5 22:12:40 vega systemd[1]: Started System Logging Service.
Jun  5 22:12:40 vega kernel: [    0.000000] xen: --> pirq=3 -> irq=3 (gsi=3)
Jun  5 22:12:40 vega kernel: [    0.000000] xen: --> pirq=4 -> irq=4 (gsi=4)
Jun  5 22:12:40 vega kernel: [    0.000000] xen: --> pirq=5 -> irq=5 (gsi=5)
Jun  5 22:12:40 vega kernel: [    0.000000] xen: --> pirq=6 -> irq=6 (gsi=6)
Jun  5 22:12:40 vega kernel: [    0.000000] xen: --> pirq=7 -> irq=7 (gsi=7)
Jun  5 22:12:40 vega kernel: [    0.000000] xen: --> pirq=8 -> irq=8 (gsi=8)
Jun  5 22:12:40 vega kernel: [    0.000000] xen: --> pirq=10 -> irq=10 (gsi=10)
Jun  5 22:12:40 vega kernel: [    0.000000] xen: --> pirq=11 -> irq=11 (gsi=11)
Jun  5 22:12:40 vega kernel: [    0.000000] xen: --> pirq=12 -> irq=12 (gsi=12)
Jun  5 22:12:40 vega kernel: [    0.000000] xen: --> pirq=13 -> irq=13 (gsi=13)
Jun  5 22:12:40 vega kernel: [    0.000000] xen: --> pirq=14 -> irq=14 (gsi=14)
Jun  5 22:12:40 vega kernel: [    0.000000] xen: --> pirq=15 -> irq=15 (gsi=15)
Jun  5 22:12:40 vega kernel: [    0.000000] Console: colour VGA+ 80x25
Jun  5 22:12:40 vega kernel: [    0.000000] console [tty0] enabled
Jun  5 22:12:40 vega kernel: [    0.000000] Xen: using vcpuop timer interface
Jun  5 22:12:40 vega kernel: [    0.000000] installing Xen timer for CPU 0
Jun  5 22:12:40 vega kernel: [    0.000000] tsc: Detected 1662.727 MHz processor
Jun  5 22:12:40 vega kernel: [    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3325.45 BogoMIPS (lpj=6650908)
Jun  5 22:12:40 vega kernel: [    0.004000] pid_max: default: 32768 minimum: 301
Jun  5 22:12:40 vega kernel: [    0.004000] ACPI: Core revision 20140424
Jun  5 22:12:40 vega kernel: [    0.015168] ACPI: All ACPI Tables successfully acquired
Jun  5 22:12:40 vega kernel: [    0.016895] Security Framework initialized
Jun  5 22:12:40 vega kernel: [    0.016986] AppArmor: AppArmor disabled by boot time parameter
Jun  5 22:12:40 vega kernel: [    0.017066] Yama: disabled by default; enable with sysctl kernel.yama.*
Jun  5 22:12:40 vega kernel: [    0.018052] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Jun  5 22:12:40 vega kernel: [    0.020285] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
Jun  5 22:12:40 vega kernel: [    0.021302] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
Jun  5 22:12:40 vega kernel: [    0.021427] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
Jun  5 22:12:40 vega kernel: [    0.022154] Initializing cgroup subsys memory
Jun  5 22:12:40 vega kernel: [    0.022262] Initializing cgroup subsys devices
Jun  5 22:12:40 vega kernel: [    0.022362] Initializing cgroup subsys freezer
Jun  5 22:12:40 vega kernel: [    0.022444] Initializing cgroup subsys net_cls
Jun  5 22:12:40 vega kernel: [    0.022535] Initializing cgroup subsys blkio
Jun  5 22:12:40 vega kernel: [    0.022622] Initializing cgroup subsys perf_event
Jun  5 22:12:40 vega kernel: [    0.022704] Initializing cgroup subsys net_prio
Jun  5 22:12:40 vega kernel: [    0.022898] CPU: Physical Processor ID: 0
Jun  5 22:12:40 vega kernel: [    0.022975] CPU: Processor Core ID: 0
Jun  5 22:12:40 vega kernel: [    0.023052] mce: CPU supports 2 MCE banks
Jun  5 22:12:40 vega kernel: [    0.023159] Last level iTLB entries: 4KB 32, 2MB 0, 4MB 0
Jun  5 22:12:40 vega kernel: [    0.023159] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8, 1GB 0
Jun  5 22:12:40 vega kernel: [    0.023159] tlb_flushall_shift: 6
Jun  5 22:12:40 vega kernel: [    0.023443] Freeing SMP alternatives memory: 20K (ffffffff81a1b000 - ffffffff81a20000)
Jun  5 22:12:40 vega kernel: [    0.025727] ftrace: allocating 21614 entries in 85 pages
Jun  5 22:12:40 vega kernel: [    0.040334] Performance Events: unsupported p6 CPU model 28 no PMU driver, software events only.
Jun  5 22:12:40 vega kernel: [    0.045350] NMI watchdog: disabled (cpu0): hardware events not enabled
Jun  5 22:12:40 vega kernel: [    0.045843] installing Xen timer for CPU 1
Jun  5 22:12:40 vega kernel: [    0.004000] Disabled fast string operations
Jun  5 22:12:40 vega kernel: [    0.046409] x86: Booted up 1 node, 2 CPUs
Jun  5 22:12:40 vega kernel: [    0.046810] devtmpfs: initialized
Jun  5 22:12:40 vega kernel: [    0.056081] PM: Registering ACPI NVS region [mem 0x7f69e000-0x7f6dffff] (270336 bytes)
Jun  5 22:12:40 vega kernel: [    0.063104] pinctrl core: initialized pinctrl subsystem
Jun  5 22:12:40 vega kernel: [    0.063490] NET: Registered protocol family 16
Jun  5 22:12:40 vega kernel: [    0.063605] xen:grant_table: Grant tables using version 1 layout
Jun  5 22:12:40 vega kernel: [    0.063718] Grant table initialized
Jun  5 22:12:40 vega kernel: [    0.064430] ACPI: bus type PCI registered
Jun  5 22:12:40 vega kernel: [    0.064518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun  5 22:12:40 vega kernel: [    0.065172] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jun  5 22:12:40 vega kernel: [    0.065289] PCI: not using MMCONFIG
Jun  5 22:12:40 vega kernel: [    0.065362] PCI: Using configuration type 1 for base access
Jun  5 22:12:40 vega kernel: [    0.076375] ACPI: Added _OSI(Module Device)
Jun  5 22:12:40 vega kernel: [    0.076375] ACPI: Added _OSI(Processor Device)
Jun  5 22:12:40 vega kernel: [    0.076410] ACPI: Added _OSI(3.0 _SCP Extensions)
Jun  5 22:12:40 vega kernel: [    0.076478] ACPI: Added _OSI(Processor Aggregator Device)
Jun  5 22:12:40 vega kernel: [    0.079370] ACPI: Executed 1 blocks of module-level executable AML code
Jun  5 22:12:40 vega kernel: [    0.084000] ACPI: Interpreter enabled
Jun  5 22:12:40 vega kernel: [    0.084000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
Jun  5 22:12:40 vega kernel: [    0.084000] ACPI: (supports S0 S1 S3 S4 S5)
Jun  5 22:12:40 vega kernel: [    0.084000] ACPI: Using IOAPIC for interrupt routing
Jun  5 22:12:40 vega systemd[1]: Starting Multi-User System.
Jun  5 22:12:40 vega kernel: [    0.084000] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jun  5 22:12:40 vega kernel: [    0.091231] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
Jun  5 22:12:40 vega kernel: [    0.158782] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun  5 22:12:40 vega kernel: [    0.180127] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jun  5 22:12:40 vega kernel: [    0.180224] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Jun  5 22:12:40 vega kernel: [    0.181331] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Jun  5 22:12:40 vega kernel: [    0.182531] PCI host bridge to bus 0000:00
Jun  5 22:12:40 vega kernel: [    0.182607] pci_bus 0000:00: root bus resource [bus 00-ff]
Jun  5 22:12:40 vega kernel: [    0.182682] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
Jun  5 22:12:40 vega kernel: [    0.182757] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
Jun  5 22:12:40 vega kernel: [    0.182833] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Jun  5 22:12:40 vega kernel: [    0.182913] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
Jun  5 22:12:40 vega kernel: [    0.182990] pci_bus 0000:00: root bus resource [mem 0x7f700000-0xdfffffff]
Jun  5 22:12:40 vega kernel: [    0.183068] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed8ffff]
Jun  5 22:12:40 vega kernel: [    0.183172] pci 0000:00:00.0: [8086:a000] type 00 class 0x060000
Jun  5 22:12:40 vega kernel: [    0.183604] pci 0000:00:02.0: [8086:a001] type 00 class 0x030000
Jun  5 22:12:40 vega kernel: [    0.183650] pci 0000:00:02.0: reg 0x10: [mem 0xfea80000-0xfeafffff]
Jun  5 22:12:40 vega kernel: [    0.183675] pci 0000:00:02.0: reg 0x14: [io  0xdc00-0xdc07]
Jun  5 22:12:40 vega kernel: [    0.183699] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff pref]
Jun  5 22:12:40 vega kernel: [    0.183723] pci 0000:00:02.0: reg 0x1c: [mem 0xfe900000-0xfe9fffff]
Jun  5 22:12:40 vega kernel: [    0.184216] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
Jun  5 22:12:40 vega kernel: [    0.184340] pci 0000:00:1a.0: reg 0x20: [io  0xd880-0xd89f]
Jun  5 22:12:40 vega kernel: [    0.184668] pci 0000:00:1a.0: System wakeup disabled by ACPI
Jun  5 22:12:40 vega kernel: [    0.184944] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
Jun  5 22:12:40 vega kernel: [    0.185069] pci 0000:00:1a.1: reg 0x20: [io  0xd800-0xd81f]
Jun  5 22:12:40 vega kernel: [    0.185357] pci 0000:00:1a.1: System wakeup disabled by ACPI
Jun  5 22:12:40 vega kernel: [    0.185616] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
Jun  5 22:12:40 vega kernel: [    0.185740] pci 0000:00:1a.2: reg 0x20: [io  0xd480-0xd49f]
Jun  5 22:12:40 vega kernel: [    0.186024] pci 0000:00:1a.2: System wakeup disabled by ACPI
Jun  5 22:12:40 vega kernel: [    0.186305] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
Jun  5 22:12:40 vega kernel: [    0.186365] pci 0000:00:1a.7: reg 0x10: [mem 0xfea7bc00-0xfea7bfff]
Jun  5 22:12:40 vega kernel: [    0.186606] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Jun  5 22:12:40 vega kernel: [    0.186765] pci 0000:00:1a.7: System wakeup disabled by ACPI
Jun  5 22:12:40 vega kernel: [    0.187037] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
Jun  5 22:12:40 vega kernel: [    0.187243] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jun  5 22:12:40 vega kernel: [    0.187405] pci 0000:00:1c.0: System wakeup disabled by ACPI
Jun  5 22:12:40 vega kernel: [    0.187680] pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
Jun  5 22:12:40 vega kernel: [    0.187900] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Jun  5 22:12:40 vega kernel: [    0.188081] pci 0000:00:1c.5: System wakeup disabled by ACPI
Jun  5 22:12:40 vega kernel: [    0.188360] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
Jun  5 22:12:40 vega kernel: [    0.188505] pci 0000:00:1d.0: reg 0x20: [io  0xd400-0xd41f]
Jun  5 22:12:40 vega kernel: [    0.188820] pci 0000:00:1d.0: System wakeup disabled by ACPI
Jun  5 22:12:40 vega kernel: [    0.189099] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
Jun  5 22:12:40 vega kernel: [    0.189223] pci 0000:00:1d.1: reg 0x20: [io  0xd080-0xd09f]
Jun  5 22:12:40 vega kernel: [    0.189512] pci 0000:00:1d.1: System wakeup disabled by ACPI
Jun  5 22:12:40 vega kernel: [    0.189771] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
Jun  5 22:12:40 vega kernel: [    0.189895] pci 0000:00:1d.2: reg 0x20: [io  0xd000-0xd01f]
Jun  5 22:12:40 vega kernel: [    0.190180] pci 0000:00:1d.2: System wakeup disabled by ACPI
Jun  5 22:12:40 vega kernel: [    0.190466] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
Jun  5 22:12:40 vega kernel: [    0.190526] pci 0000:00:1d.7: reg 0x10: [mem 0xfea7b800-0xfea7bbff]
Jun  5 22:12:40 vega kernel: [    0.190768] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Jun  5 22:12:40 vega kernel: [    0.190924] pci 0000:00:1d.7: System wakeup disabled by ACPI
Jun  5 22:12:40 vega kernel: [    0.191191] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
Jun  5 22:12:40 vega kernel: [    0.191456] pci 0000:00:1e.0: System wakeup disabled by ACPI
Jun  5 22:12:40 vega kernel: [    0.191712] pci 0000:00:1f.0: [8086:2916] type 00 class 0x060100
Jun  5 22:12:40 vega kernel: [    0.191907] pci 0000:00:1f.0: can't claim BAR 13 [io  0x0800-0x087f]: address conflict with ACPI CPU throttle [io  0x0810-0x0815]
Jun  5 22:12:40 vega kernel: [    0.192027] pci 0000:00:1f.0: quirk: [io  0x0480-0x04bf] claimed by ICH6 GPIO
Jun  5 22:12:40 vega kernel: [    0.192112] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0a00 (mask 00ff)
Jun  5 22:12:40 vega kernel: [    0.192633] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
Jun  5 22:12:40 vega kernel: [    0.192695] pci 0000:00:1f.2: reg 0x10: [io  0xcc00-0xcc07]
Jun  5 22:12:40 vega kernel: [    0.192722] pci 0000:00:1f.2: reg 0x14: [io  0xc880-0xc883]
Jun  5 22:12:40 vega kernel: [    0.192748] pci 0000:00:1f.2: reg 0x18: [io  0xc800-0xc807]
Jun  5 22:12:40 vega kernel: [    0.192774] pci 0000:00:1f.2: reg 0x1c: [io  0xc480-0xc483]
Jun  5 22:12:40 vega kernel: [    0.192799] pci 0000:00:1f.2: reg 0x20: [io  0xc400-0xc41f]
Jun  5 22:12:40 vega systemd[1]: Reached target Multi-User System.
Jun  5 22:12:40 vega kernel: [    0.192826] pci 0000:00:1f.2: reg 0x24: [mem 0xfea7b000-0xfea7b7ff]
Jun  5 22:12:40 vega kernel: [    0.192970] pci 0000:00:1f.2: PME# supported from D3hot
Jun  5 22:12:40 vega kernel: [    0.193315] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
Jun  5 22:12:40 vega kernel: [    0.193364] pci 0000:00:1f.3: reg 0x10: [mem 0xfea7ac00-0xfea7acff 64bit]
Jun  5 22:12:40 vega kernel: [    0.193429] pci 0000:00:1f.3: reg 0x20: [io  0x0400-0x041f]
Jun  5 22:12:40 vega kernel: [    0.193919] pci 0000:00:1c.0: PCI bridge to [bus 01]
Jun  5 22:12:40 vega kernel: [    0.194244] pci 0000:02:00.0: [11ab:436b] type 00 class 0x020000
Jun  5 22:12:40 vega kernel: [    0.194305] pci 0000:02:00.0: reg 0x10: [mem 0xfebfc000-0xfebfffff 64bit]
Jun  5 22:12:40 vega kernel: [    0.194336] pci 0000:02:00.0: reg 0x18: [io  0xe800-0xe8ff]
Jun  5 22:12:40 vega kernel: [    0.194435] pci 0000:02:00.0: reg 0x30: [mem 0xfebc0000-0xfebdffff pref]
Jun  5 22:12:40 vega kernel: [    0.194598] pci 0000:02:00.0: supports D1 D2
Jun  5 22:12:40 vega kernel: [    0.194604] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun  5 22:12:40 vega kernel: [    0.194892] pci 0000:00:1c.5: PCI bridge to [bus 02]
Jun  5 22:12:40 vega kernel: [    0.194973] pci 0000:00:1c.5: bridge window [io  0xe000-0xefff]
Jun  5 22:12:40 vega kernel: [    0.194986] pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
Jun  5 22:12:40 vega kernel: [    0.195222] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
Jun  5 22:12:40 vega kernel: [    0.195325] pci 0000:00:1e.0: bridge window [io  0x0000-0x0cf7] (subtractive decode)
Jun  5 22:12:40 vega kernel: [    0.195332] pci 0000:00:1e.0: bridge window [io  0x0d00-0xffff] (subtractive decode)
Jun  5 22:12:40 vega kernel: [    0.195338] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
Jun  5 22:12:40 vega kernel: [    0.195344] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
Jun  5 22:12:40 vega kernel: [    0.195351] pci 0000:00:1e.0: bridge window [mem 0x7f700000-0xdfffffff] (subtractive decode)
Jun  5 22:12:40 vega kernel: [    0.195357] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
Jun  5 22:12:40 vega kernel: [    0.195733] xen: registering gsi 13 triggering 1 polarity 0
Jun  5 22:12:40 vega kernel: [    0.198264] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
Jun  5 22:12:40 vega kernel: [    0.198894] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
Jun  5 22:12:40 vega kernel: [    0.199879] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12 *14 15)
Jun  5 22:12:40 vega kernel: [    0.200507] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 14 *15)
Jun  5 22:12:40 vega kernel: [    0.201113] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
Jun  5 22:12:40 vega kernel: [    0.201807] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 *11 12 14 15)
Jun  5 22:12:40 vega kernel: [    0.202412] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
Jun  5 22:12:40 vega kernel: [    0.203105] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 7 *10 11 12 14 15)
Jun  5 22:12:40 vega kernel: [    0.203750] ACPI: Enabled 3 GPEs in block 00 to 3F
Jun  5 22:12:40 vega kernel: [    0.204042] xen:balloon: Initialising balloon driver
Jun  5 22:12:40 vega kernel: [    0.208126] xen_balloon: Initialising balloon driver
Jun  5 22:12:40 vega kernel: [    0.208450] vgaarb: setting as boot device: PCI:0000:00:02.0
Jun  5 22:12:40 vega kernel: [    0.208450] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Jun  5 22:12:40 vega kernel: [    0.208450] vgaarb: loaded
Jun  5 22:12:40 vega kernel: [    0.208450] vgaarb: bridge control possible 0000:00:02.0
Jun  5 22:12:40 vega kernel: [    0.208589] PCI: Using ACPI for IRQ routing
Jun  5 22:12:40 vega kernel: [    0.226907] PCI: pci_cache_line_size set to 64 bytes
Jun  5 22:12:40 vega kernel: [    0.227035] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Jun  5 22:12:40 vega kernel: [    0.227042] e820: reserve RAM buffer [mem 0x7f690000-0x7fffffff]
Jun  5 22:12:40 vega kernel: [    0.228010] Switched to clocksource xen
Jun  5 22:12:40 vega kernel: [    0.249835] pnp: PnP ACPI init
Jun  5 22:12:40 vega kernel: [    0.249953] ACPI: bus type PNP registered
Jun  5 22:12:40 vega kernel: [    0.250214] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
Jun  5 22:12:40 vega kernel: [    0.250297] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
Jun  5 22:12:40 vega kernel: [    0.250378] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Jun  5 22:12:40 vega kernel: [    0.250504] xen: registering gsi 8 triggering 1 polarity 0
Jun  5 22:12:40 vega kernel: [    0.250601] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Jun  5 22:12:40 vega kernel: [    0.251237] xen: registering gsi 4 triggering 1 polarity 0
Jun  5 22:12:40 vega kernel: [    0.251254] pnp 00:02: [dma 0 disabled]
Jun  5 22:12:40 vega kernel: [    0.251444] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
Jun  5 22:12:40 vega kernel: [    0.252141] xen: registering gsi 3 triggering 1 polarity 0
Jun  5 22:12:40 vega kernel: [    0.252158] pnp 00:03: [dma 0]
Jun  5 22:12:40 vega kernel: [    0.252406] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
Jun  5 22:12:40 vega kernel: [    0.253143] xen: registering gsi 6 triggering 1 polarity 0
Jun  5 22:12:40 vega kernel: [    0.253161] pnp 00:04: [dma 2]
Jun  5 22:12:40 vega kernel: [    0.253312] pnp 00:04: Plug and Play ACPI device, IDs PNP0700 (active)
Jun  5 22:12:40 vega kernel: [    0.254081] xen: registering gsi 7 triggering 1 polarity 0
Jun  5 22:12:40 vega kernel: [    0.254097] pnp 00:05: [dma 0 disabled]
Jun  5 22:12:40 vega kernel: [    0.254416] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 (active)
Jun  5 22:12:40 vega kernel: [    0.254827] system 00:06: [io 0x0a00-0x0a7f] has been reserved
Jun  5 22:12:40 vega kernel: [    0.254913] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun  5 22:12:40 vega kernel: [    0.255431] system 00:07: [io 0x04d0-0x04d1] has been reserved
Jun  5 22:12:40 vega kernel: [    0.255513] system 00:07: [io 0x0800-0x087f] could not be reserved
Jun  5 22:12:40 vega kernel: [    0.255591] system 00:07: [io 0x0480-0x04ff] could not be reserved
Jun  5 22:12:40 vega kernel: [    0.255670] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jun  5 22:12:40 vega kernel: [    0.255751] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
Jun  5 22:12:40 vega kernel: [    0.255829] system 00:07: [mem 0xfed40000-0xfed8ffff] has been reserved
Jun  5 22:12:40 vega kernel: [    0.255907] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun  5 22:12:40 vega kernel: [    0.256311] system 00:08: [mem 0xffc00000-0xffefffff] has been reserved
Jun  5 22:12:40 vega kernel: [    0.256397] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun  5 22:12:40 vega kernel: [    0.256778] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
Jun  5 22:12:40 vega kernel: [    0.256862] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
Jun  5 22:12:40 vega kernel: [    0.256942] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun  5 22:12:40 vega kernel: [    0.257190] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
Jun  5 22:12:40 vega kernel: [    0.257272] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun  5 22:12:40 vega kernel: [    0.257912] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
Jun  5 22:12:40 vega kernel: [    0.257998] system 00:0b: [mem 0x000c0000-0x000cffff] could not be reserved
Jun  5 22:12:40 vega kernel: [    0.258078] system 00:0b: [mem 0x000e0000-0x000fffff] could not be reserved
Jun  5 22:12:40 vega kernel: [    0.258157] system 00:0b: [mem 0x00100000-0x7f6fffff] could not be reserved
Jun  5 22:12:40 vega kernel: [    0.258237] system 00:0b: [mem 0xfed90000-0xffffffff] could not be reserved
Jun  5 22:12:40 vega kernel: [    0.258317] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
Jun  5 22:12:40 vega kernel: [    0.258740] pnp: PnP ACPI: found 12 devices
Jun  5 22:12:40 vega kernel: [    0.258823] ACPI: bus type PNP unregistered
Jun  5 22:12:40 vega kernel: [    0.278417] PM-Timer failed consistency check  (0xffffff) - aborting.
Jun  5 22:12:40 vega systemd[1]: Starting Graphical Interface.
Jun  5 22:12:40 vega kernel: [    0.278554] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Jun  5 22:12:40 vega kernel: [    0.278565] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
Jun  5 22:12:40 vega kernel: [    0.278573] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
Jun  5 22:12:40 vega kernel: [    0.278601] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
Jun  5 22:12:40 vega kernel: [    0.278640] pci 0000:00:1f.0: BAR 13: [io  0x0800-0x087f] has bogus alignment
Jun  5 22:12:40 vega kernel: [    0.278725] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
Jun  5 22:12:40 vega kernel: [    0.278741] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
Jun  5 22:12:40 vega kernel: [    0.278748] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
Jun  5 22:12:40 vega kernel: [    0.278755] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
Jun  5 22:12:40 vega kernel: [    0.278770] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff]
Jun  5 22:12:40 vega kernel: [    0.278857] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref]
Jun  5 22:12:40 vega kernel: [    0.278965] pci 0000:00:1c.5: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
Jun  5 22:12:40 vega kernel: [    0.279069] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
Jun  5 22:12:40 vega kernel: [    0.279147] pci 0000:00:1c.0: PCI bridge to [bus 01]
Jun  5 22:12:40 vega kernel: [    0.279222] pci 0000:00:1c.0: bridge window [io  0x1000-0x1fff]
Jun  5 22:12:40 vega kernel: [    0.279306] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x801fffff]
Jun  5 22:12:40 vega kernel: [    0.279389] pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff 64bit pref]
Jun  5 22:12:40 vega kernel: [    0.279500] pci 0000:00:1c.5: PCI bridge to [bus 02]
Jun  5 22:12:40 vega kernel: [    0.279574] pci 0000:00:1c.5: bridge window [io  0xe000-0xefff]
Jun  5 22:12:40 vega kernel: [    0.279657] pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
Jun  5 22:12:40 vega kernel: [    0.279739] pci 0000:00:1c.5: bridge window [mem 0x80400000-0x805fffff 64bit pref]
Jun  5 22:12:40 vega kernel: [    0.279849] pci 0000:00:1e.0: PCI bridge to [bus 03]
Jun  5 22:12:40 vega kernel: [    0.279947] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
Jun  5 22:12:40 vega kernel: [    0.279953] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
Jun  5 22:12:40 vega kernel: [    0.279959] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Jun  5 22:12:40 vega kernel: [    0.279964] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
Jun  5 22:12:40 vega kernel: [    0.279970] pci_bus 0000:00: resource 8 [mem 0x7f700000-0xdfffffff]
Jun  5 22:12:40 vega kernel: [    0.279976] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
Jun  5 22:12:40 vega kernel: [    0.279982] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
Jun  5 22:12:40 vega kernel: [    0.279988] pci_bus 0000:01: resource 1 [mem 0x80000000-0x801fffff]
Jun  5 22:12:40 vega kernel: [    0.279994] pci_bus 0000:01: resource 2 [mem 0x80200000-0x803fffff 64bit pref]
Jun  5 22:12:40 vega kernel: [    0.280004] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
Jun  5 22:12:40 vega kernel: [    0.280030] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
Jun  5 22:12:40 vega kernel: [    0.280037] pci_bus 0000:02: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
Jun  5 22:12:40 vega kernel: [    0.280044] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
Jun  5 22:12:40 vega kernel: [    0.280049] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
Jun  5 22:12:40 vega kernel: [    0.280055] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
Jun  5 22:12:40 vega kernel: [    0.280061] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
Jun  5 22:12:40 vega kernel: [    0.280067] pci_bus 0000:03: resource 8 [mem 0x7f700000-0xdfffffff]
Jun  5 22:12:40 vega kernel: [    0.280072] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfed8ffff]
Jun  5 22:12:40 vega kernel: [    0.280299] NET: Registered protocol family 2
Jun  5 22:12:40 vega kernel: [    0.281278] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
Jun  5 22:12:40 vega kernel: [    0.281588] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
Jun  5 22:12:40 vega kernel: [    0.281809] TCP: Hash tables configured (established 16384 bind 16384)
Jun  5 22:12:40 vega kernel: [    0.281978] TCP: reno registered
Jun  5 22:12:40 vega kernel: [    0.282099] UDP hash table entries: 1024 (order: 3, 32768 bytes)
Jun  5 22:12:40 vega kernel: [    0.282223] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
Jun  5 22:12:40 vega kernel: [    0.282626] NET: Registered protocol family 1
Jun  5 22:12:40 vega kernel: [    0.282762] pci 0000:00:02.0: Video device with shadowed ROM
Jun  5 22:12:40 vega kernel: [    0.282945] xen: registering gsi 16 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.282981] xen: --> pirq=16 -> irq=16 (gsi=16)
Jun  5 22:12:40 vega kernel: [    0.283259] xen: registering gsi 21 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.283284] xen: --> pirq=21 -> irq=21 (gsi=21)
Jun  5 22:12:40 vega kernel: [    0.283545] xen: registering gsi 19 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.283565] xen: --> pirq=19 -> irq=19 (gsi=19)
Jun  5 22:12:40 vega kernel: [    0.283826] xen: registering gsi 18 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.283845] xen: --> pirq=18 -> irq=18 (gsi=18)
Jun  5 22:12:40 vega kernel: [    0.284247] xen: registering gsi 23 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.284275] xen: --> pirq=23 -> irq=23 (gsi=23)
Jun  5 22:12:40 vega systemd[1]: Reached target Graphical Interface.
Jun  5 22:12:40 vega kernel: [    0.284539] xen: registering gsi 19 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.284546] Already setup the GSI :19
Jun  5 22:12:40 vega kernel: [    0.284867] xen: registering gsi 18 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.284874] Already setup the GSI :18
Jun  5 22:12:40 vega kernel: [    0.285193] xen: registering gsi 23 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.285200] Already setup the GSI :23
Jun  5 22:12:40 vega kernel: [    0.285460] PCI: CLS 32 bytes, default 64
Jun  5 22:12:40 vega kernel: [    0.285619] Unpacking initramfs...
Jun  5 22:12:40 vega kernel: [    0.447767] Freeing initrd memory: 47620K (ffff880001f18000 - ffff880004d99000)
Jun  5 22:12:40 vega kernel: [    0.448608] microcode: CPU0 sig=0x106ca, pf=0x1, revision=0x107
Jun  5 22:12:40 vega kernel: [    0.448738] microcode: CPU1 sig=0x106ca, pf=0x1, revision=0x107
Jun  5 22:12:40 vega kernel: [    0.449050] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Jun  5 22:12:40 vega kernel: [    0.450125] futex hash table entries: 512 (order: 3, 32768 bytes)
Jun  5 22:12:40 vega kernel: [    0.450329] audit: initializing netlink subsys (disabled)
Jun  5 22:12:40 vega kernel: [    0.450465] audit: type=2000 audit(1433535140.870:1): initialized
Jun  5 22:12:40 vega kernel: [    0.451514] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Jun  5 22:12:40 vega kernel: [    0.451664] zbud: loaded
Jun  5 22:12:40 vega kernel: [    0.452466] VFS: Disk quotas dquot_6.5.2
Jun  5 22:12:40 vega kernel: [    0.452610] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun  5 22:12:40 vega kernel: [    0.452886] msgmni has been set to 3550
Jun  5 22:12:40 vega kernel: [    0.454395] alg: No test for stdrng (krng)
Jun  5 22:12:40 vega kernel: [    0.454610] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Jun  5 22:12:40 vega kernel: [    0.454913] io scheduler noop registered
Jun  5 22:12:40 vega kernel: [    0.454998] io scheduler deadline registered
Jun  5 22:12:40 vega kernel: [    0.455214] io scheduler cfq registered (default)
Jun  5 22:12:40 vega kernel: [    0.455535] pcieport 0000:00:1c.0: enabling device (0104 -> 0107)
Jun  5 22:12:40 vega kernel: [    0.455789] xen: registering gsi 17 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.455826] xen: --> pirq=17 -> irq=17 (gsi=17)
Jun  5 22:12:40 vega kernel: [    0.456465] xen: registering gsi 16 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.456475] Already setup the GSI :16
Jun  5 22:12:40 vega kernel: [    0.457082] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
Jun  5 22:12:40 vega kernel: [    0.457179] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
Jun  5 22:12:40 vega kernel: [    0.457249] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
Jun  5 22:12:40 vega kernel: [    0.457336] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
Jun  5 22:12:40 vega kernel: [    0.457425] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
Jun  5 22:12:40 vega kernel: [    0.457489] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jun  5 22:12:40 vega kernel: [    0.457704] pciehp 0000:00:1c.0:pcie04: Slot #0 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl- LLActRep+
Jun  5 22:12:40 vega kernel: [    0.457953] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
Jun  5 22:12:40 vega kernel: [    0.458001] pciehp 0000:00:1c.5:pcie04: Slot #0 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl- LLActRep+
Jun  5 22:12:40 vega kernel: [    0.458220] pciehp 0000:00:1c.5:pcie04: service driver pciehp loaded
Jun  5 22:12:40 vega kernel: [    0.458243] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Jun  5 22:12:40 vega kernel: [    0.458400] intel_idle: does not run on family 6 model 28
Jun  5 22:12:40 vega kernel: [    0.458481] GHES: HEST is not enabled!
Jun  5 22:12:40 vega kernel: [    0.460878] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jun  5 22:12:40 vega kernel: [    0.481855] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jun  5 22:12:40 vega kernel: [    0.503019] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Jun  5 22:12:40 vega kernel: [    0.504540] hpet_acpi_add: no address or irqs in _CRS
Jun  5 22:12:40 vega kernel: [    0.504671] Linux agpgart interface v0.103
Jun  5 22:12:40 vega kernel: [    0.504893] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
Jun  5 22:12:40 vega kernel: [    0.505206] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
Jun  5 22:12:40 vega kernel: [    0.505584] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
Jun  5 22:12:40 vega kernel: [    0.505997] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
Jun  5 22:12:40 vega kernel: [    0.506396] i8042: PNP: No PS/2 controller found. Probing ports directly.
Jun  5 22:12:40 vega kernel: [    0.509762] serio: i8042 KBD port at 0x60,0x64 irq 1
Jun  5 22:12:40 vega kernel: [    0.509859] serio: i8042 AUX port at 0x60,0x64 irq 12
Jun  5 22:12:40 vega kernel: [    0.510514] mousedev: PS/2 mouse device common for all mice
Jun  5 22:12:40 vega kernel: [    0.510770] rtc_cmos 00:01: RTC can wake from S4
Jun  5 22:12:40 vega kernel: [    0.511223] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
Jun  5 22:12:40 vega kernel: [    0.511374] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram
Jun  5 22:12:40 vega kernel: [    0.511509] ledtrig-cpu: registered to indicate activity on CPUs
Jun  5 22:12:40 vega kernel: [    0.512150] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
Jun  5 22:12:40 vega kernel: [    0.512236] AMD IOMMUv2 functionality not available on this system
Jun  5 22:12:40 vega kernel: [    0.512567] TCP: cubic registered
Jun  5 22:12:40 vega kernel: [    0.512836] NET: Registered protocol family 10
Jun  5 22:12:40 vega kernel: [    0.513717] mip6: Mobile IPv6
Jun  5 22:12:40 vega kernel: [    0.513806] NET: Registered protocol family 17
Jun  5 22:12:40 vega kernel: [    0.513900] mpls_gso: MPLS GSO support
Jun  5 22:12:40 vega kernel: [    0.514316] mce: Unable to init device /dev/mcelog (rc: -16)
Jun  5 22:12:40 vega kernel: [    0.515083] registered taskstats version 1
Jun  5 22:12:40 vega systemd[1]: Starting Update UTMP about System Runlevel Changes...
Jun  5 22:12:40 vega kernel: [    0.516435] rtc_cmos 00:01: setting system clock to 2015-06-05 20:12:20 UTC (1433535140)
Jun  5 22:12:40 vega kernel: [    0.516705] PM: Hibernation image not present or could not be loaded.
Jun  5 22:12:40 vega kernel: [    0.518461] Freeing unused kernel memory: 1204K (ffffffff818ee000 - ffffffff81a1b000)
Jun  5 22:12:40 vega kernel: [    0.518585] Write protecting the kernel read-only data: 8192k
Jun  5 22:12:40 vega kernel: [    0.527787] Freeing unused kernel memory: 924K (ffff880001519000 - ffff880001600000)
Jun  5 22:12:40 vega kernel: [    0.528391] Freeing unused kernel memory: 216K (ffff8800017ca000 - ffff880001800000)
Jun  5 22:12:40 vega kernel: [    0.592600] random: systemd-udevd urandom read with 13 bits of entropy available
Jun  5 22:12:40 vega kernel: [    0.707765] FDC 0 is a post-1991 82077
Jun  5 22:12:40 vega kernel: [    0.709542] ACPI: bus type USB registered
Jun  5 22:12:40 vega kernel: [    0.709810] usbcore: registered new interface driver usbfs
Jun  5 22:12:40 vega kernel: [    0.709973] usbcore: registered new interface driver hub
Jun  5 22:12:40 vega kernel: [    0.710256] usbcore: registered new device driver usb
Jun  5 22:12:40 vega kernel: [    0.712729] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jun  5 22:12:40 vega kernel: [    0.714420] uhci_hcd: USB Universal Host Controller Interface driver
Jun  5 22:12:40 vega kernel: [    0.714868] xen: registering gsi 16 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.714884] Already setup the GSI :16
Jun  5 22:12:40 vega kernel: [    0.715051] uhci_hcd 0000:00:1a.0: UHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.715177] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Jun  5 22:12:40 vega kernel: [    0.715329] uhci_hcd 0000:00:1a.0: detected 2 ports
Jun  5 22:12:40 vega kernel: [    0.715579] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000d880
Jun  5 22:12:40 vega kernel: [    0.718009] ehci-pci: EHCI PCI platform driver
Jun  5 22:12:40 vega kernel: [    0.719414] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
Jun  5 22:12:40 vega kernel: [    0.719542] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  5 22:12:40 vega kernel: [    0.719709] usb usb1: Product: UHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.719811] usb usb1: Manufacturer: Linux 3.16.0-4-amd64 uhci_hcd
Jun  5 22:12:40 vega kernel: [    0.719913] usb usb1: SerialNumber: 0000:00:1a.0
Jun  5 22:12:40 vega kernel: [    0.738392] sky2: driver version 1.30
Jun  5 22:12:40 vega kernel: [    0.738700] xen: registering gsi 17 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.738715] Already setup the GSI :17
Jun  5 22:12:40 vega kernel: [    0.738923] sky2 0000:02:00.0: Yukon-2 Extreme chip revision 2
Jun  5 22:12:40 vega kernel: [    0.739965] sky2 0000:02:00.0 eth0: addr 00:26:2d:04:9b:2d
Jun  5 22:12:40 vega kernel: [    0.741405] hub 1-0:1.0: USB hub found
Jun  5 22:12:40 vega kernel: [    0.741641] hub 1-0:1.0: 2 ports detected
Jun  5 22:12:40 vega kernel: [    0.746153] xen: registering gsi 18 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.746169] Already setup the GSI :18
Jun  5 22:12:40 vega kernel: [    0.746780] ehci-pci 0000:00:1a.7: EHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.746908] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 2
Jun  5 22:12:40 vega kernel: [    0.747077] ehci-pci 0000:00:1a.7: debug port 1
Jun  5 22:12:40 vega kernel: [    0.747732] SCSI subsystem initialized
Jun  5 22:12:40 vega kernel: [    0.751152] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
Jun  5 22:12:40 vega kernel: [    0.751255] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfea7bc00
Jun  5 22:12:40 vega kernel: [    0.760142] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
Jun  5 22:12:40 vega kernel: [    0.761265] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Jun  5 22:12:40 vega kernel: [    0.761392] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  5 22:12:40 vega kernel: [    0.761535] usb usb2: Product: EHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.761641] usb usb2: Manufacturer: Linux 3.16.0-4-amd64 ehci_hcd
Jun  5 22:12:40 vega kernel: [    0.761748] usb usb2: SerialNumber: 0000:00:1a.7
Jun  5 22:12:40 vega kernel: [    0.762889] hub 2-0:1.0: USB hub found
Jun  5 22:12:40 vega kernel: [    0.763055] hub 2-0:1.0: 6 ports detected
Jun  5 22:12:40 vega kernel: [    0.765609] libata version 3.00 loaded.
Jun  5 22:12:40 vega kernel: [    0.788386] hub 1-0:1.0: USB hub found
Jun  5 22:12:40 vega kernel: [    0.788567] hub 1-0:1.0: 2 ports detected
Jun  5 22:12:40 vega kernel: [    0.789401] xen: registering gsi 23 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.789418] Already setup the GSI :23
Jun  5 22:12:40 vega kernel: [    0.789639] ehci-pci 0000:00:1d.7: EHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.789778] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 3
Jun  5 22:12:40 vega kernel: [    0.789966] ehci-pci 0000:00:1d.7: debug port 1
Jun  5 22:12:40 vega kernel: [    0.794025] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
Jun  5 22:12:40 vega kernel: [    0.794418] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfea7b800
Jun  5 22:12:40 vega kernel: [    0.804106] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Jun  5 22:12:40 vega kernel: [    0.804559] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Jun  5 22:12:40 vega kernel: [    0.804681] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  5 22:12:40 vega kernel: [    0.804823] usb usb3: Product: EHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.804934] usb usb3: Manufacturer: Linux 3.16.0-4-amd64 ehci_hcd
Jun  5 22:12:40 vega kernel: [    0.805050] usb usb3: SerialNumber: 0000:00:1d.7
Jun  5 22:12:40 vega kernel: [    0.806602] hub 3-0:1.0: USB hub found
Jun  5 22:12:40 vega kernel: [    0.806767] hub 3-0:1.0: 6 ports detected
Jun  5 22:12:40 vega kernel: [    0.808172] xen: registering gsi 21 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.808188] Already setup the GSI :21
Jun  5 22:12:40 vega kernel: [    0.808352] uhci_hcd 0000:00:1a.1: UHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.808492] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
Jun  5 22:12:40 vega kernel: [    0.808661] uhci_hcd 0000:00:1a.1: detected 2 ports
Jun  5 22:12:40 vega kernel: [    0.808915] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000d800
Jun  5 22:12:40 vega kernel: [    0.809422] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
Jun  5 22:12:40 vega kernel: [    0.809551] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  5 22:12:40 vega kernel: [    0.809702] usb usb4: Product: UHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.809797] usb usb4: Manufacturer: Linux 3.16.0-4-amd64 uhci_hcd
Jun  5 22:12:40 vega kernel: [    0.809907] usb usb4: SerialNumber: 0000:00:1a.1
Jun  5 22:12:40 vega kernel: [    0.810651] hub 4-0:1.0: USB hub found
Jun  5 22:12:40 vega kernel: [    0.811619] hub 4-0:1.0: 2 ports detected
Jun  5 22:12:40 vega kernel: [    0.812525] ahci 0000:00:1f.2: version 3.0
Jun  5 22:12:40 vega kernel: [    0.812755] xen: registering gsi 19 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.812771] Already setup the GSI :19
Jun  5 22:12:40 vega kernel: [    0.813192] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
Jun  5 22:12:40 vega kernel: [    0.813391] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
Jun  5 22:12:40 vega kernel: [    0.813548] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems sxs
Jun  5 22:12:40 vega kernel: [    0.856120] scsi0 : ahci
Jun  5 22:12:40 vega kernel: [    0.856827] scsi1 : ahci
Jun  5 22:12:40 vega kernel: [    0.864318] scsi2 : ahci
Jun  5 22:12:40 vega kernel: [    0.868467] scsi3 : ahci
Jun  5 22:12:40 vega kernel: [    0.869140] scsi4 : ahci
Jun  5 22:12:40 vega kernel: [    0.869792] scsi5 : ahci
Jun  5 22:12:40 vega kernel: [    0.870151] ata1: SATA max UDMA/133 abar m2048@0xfea7b000 port 0xfea7b100 irq 59
Jun  5 22:12:40 vega kernel: [    0.870279] ata2: SATA max UDMA/133 abar m2048@0xfea7b000 port 0xfea7b180 irq 59
Jun  5 22:12:40 vega kernel: [    0.870379] ata3: SATA max UDMA/133 abar m2048@0xfea7b000 port 0xfea7b200 irq 59
Jun  5 22:12:40 vega kernel: [    0.870477] ata4: SATA max UDMA/133 abar m2048@0xfea7b000 port 0xfea7b280 irq 59
Jun  5 22:12:40 vega kernel: [    0.870575] ata5: SATA max UDMA/133 abar m2048@0xfea7b000 port 0xfea7b300 irq 59
Jun  5 22:12:40 vega kernel: [    0.870673] ata6: SATA max UDMA/133 abar m2048@0xfea7b000 port 0xfea7b380 irq 59
Jun  5 22:12:40 vega kernel: [    0.871102] xen: registering gsi 19 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.871117] Already setup the GSI :19
Jun  5 22:12:40 vega kernel: [    0.871240] uhci_hcd 0000:00:1a.2: UHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.871336] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
Jun  5 22:12:40 vega kernel: [    0.871464] uhci_hcd 0000:00:1a.2: detected 2 ports
Jun  5 22:12:40 vega kernel: [    0.871636] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000d480
Jun  5 22:12:40 vega kernel: [    0.872185] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
Jun  5 22:12:40 vega kernel: [    0.872302] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  5 22:12:40 vega kernel: [    0.872432] usb usb5: Product: UHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.872527] usb usb5: Manufacturer: Linux 3.16.0-4-amd64 uhci_hcd
Jun  5 22:12:40 vega kernel: [    0.872633] usb usb5: SerialNumber: 0000:00:1a.2
Jun  5 22:12:40 vega kernel: [    0.873391] hub 5-0:1.0: USB hub found
Jun  5 22:12:40 vega kernel: [    0.873544] hub 5-0:1.0: 2 ports detected
Jun  5 22:12:40 vega kernel: [    0.874136] xen: registering gsi 23 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.874148] Already setup the GSI :23
Jun  5 22:12:40 vega kernel: [    0.874258] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.874343] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
Jun  5 22:12:40 vega kernel: [    0.874456] uhci_hcd 0000:00:1d.0: detected 2 ports
Jun  5 22:12:40 vega kernel: [    0.874569] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d400
Jun  5 22:12:40 vega kernel: [    0.874863] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
Jun  5 22:12:40 vega kernel: [    0.874944] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  5 22:12:40 vega kernel: [    0.875042] usb usb6: Product: UHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.875112] usb usb6: Manufacturer: Linux 3.16.0-4-amd64 uhci_hcd
Jun  5 22:12:40 vega kernel: [    0.875185] usb usb6: SerialNumber: 0000:00:1d.0
Jun  5 22:12:40 vega kernel: [    0.875859] hub 6-0:1.0: USB hub found
Jun  5 22:12:40 vega kernel: [    0.876111] hub 6-0:1.0: 2 ports detected
Jun  5 22:12:40 vega kernel: [    0.876926] xen: registering gsi 19 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.876938] Already setup the GSI :19
Jun  5 22:12:40 vega kernel: [    0.877051] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.877137] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
Jun  5 22:12:40 vega kernel: [    0.877250] uhci_hcd 0000:00:1d.1: detected 2 ports
Jun  5 22:12:40 vega kernel: [    0.877363] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d080
Jun  5 22:12:40 vega kernel: [    0.877785] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
Jun  5 22:12:40 vega kernel: [    0.877869] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  5 22:12:40 vega kernel: [    0.877966] usb usb7: Product: UHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.878036] usb usb7: Manufacturer: Linux 3.16.0-4-amd64 uhci_hcd
Jun  5 22:12:40 vega kernel: [    0.878109] usb usb7: SerialNumber: 0000:00:1d.1
Jun  5 22:12:40 vega kernel: [    0.878720] hub 7-0:1.0: USB hub found
Jun  5 22:12:40 vega kernel: [    0.878878] hub 7-0:1.0: 2 ports detected
Jun  5 22:12:40 vega kernel: [    0.879552] xen: registering gsi 18 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    0.879564] Already setup the GSI :18
Jun  5 22:12:40 vega kernel: [    0.879674] uhci_hcd 0000:00:1d.2: UHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.879760] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
Jun  5 22:12:40 vega kernel: [    0.879873] uhci_hcd 0000:00:1d.2: detected 2 ports
Jun  5 22:12:40 vega kernel: [    0.879986] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d000
Jun  5 22:12:40 vega kernel: [    0.880338] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
Jun  5 22:12:40 vega kernel: [    0.880420] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun  5 22:12:40 vega kernel: [    0.880517] usb usb8: Product: UHCI Host Controller
Jun  5 22:12:40 vega kernel: [    0.880587] usb usb8: Manufacturer: Linux 3.16.0-4-amd64 uhci_hcd
Jun  5 22:12:40 vega kernel: [    0.880660] usb usb8: SerialNumber: 0000:00:1d.2
Jun  5 22:12:40 vega kernel: [    0.881278] hub 8-0:1.0: USB hub found
Jun  5 22:12:40 vega kernel: [    0.881421] hub 8-0:1.0: 2 ports detected
Jun  5 22:12:40 vega kernel: [    1.116102] usb 3-1: new high-speed USB device number 2 using ehci-pci
Jun  5 22:12:40 vega kernel: [    1.250614] usb 3-1: New USB device found, idVendor=090c, idProduct=1000
Jun  5 22:12:40 vega kernel: [    1.250705] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun  5 22:12:40 vega kernel: [    1.250790] usb 3-1: Product: USB DISK
Jun  5 22:12:40 vega kernel: [    1.250864] usb 3-1: Manufacturer: SMI Corporation
Jun  5 22:12:40 vega kernel: [    1.250941] usb 3-1: SerialNumber: AA04012700011983
Jun  5 22:12:40 vega kernel: [    1.256361] usb-storage 3-1:1.0: USB Mass Storage device detected
Jun  5 22:12:40 vega kernel: [    1.256871] scsi6 : usb-storage 3-1:1.0
Jun  5 22:12:40 vega kernel: [    1.257307] usbcore: registered new interface driver usb-storage
Jun  5 22:12:40 vega kernel: [    1.360067] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jun  5 22:12:40 vega kernel: [    1.380853] ata1.00: ATA-8: SAMSUNG HD501LJ, CR100-13, max UDMA7
Jun  5 22:12:40 vega kernel: [    1.380939] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
Jun  5 22:12:40 vega kernel: [    1.383151] ata1.00: configured for UDMA/133
Jun  5 22:12:40 vega kernel: [    1.383604] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HD501LJ  0-13 PQ: 0 ANSI: 5
Jun  5 22:12:40 vega kernel: [    1.876079] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jun  5 22:12:40 vega kernel: [    1.896896] ata2.00: ATA-8: SAMSUNG HD501LJ, CR100-13, max UDMA7
Jun  5 22:12:40 vega kernel: [    1.896981] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
Jun  5 22:12:40 vega kernel: [    1.899179] ata2.00: configured for UDMA/133
Jun  5 22:12:40 vega kernel: [    1.899591] scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG HD501LJ  0-13 PQ: 0 ANSI: 5
Jun  5 22:12:40 vega kernel: [    2.257194] scsi 6:0:0:0: Direct-Access     SMI      USB DISK         1100 PQ: 0 ANSI: 0 CCS
Jun  5 22:12:40 vega kernel: [    2.277443] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
Jun  5 22:12:40 vega kernel: [    2.278053] sd 1:0:0:0: [sdb] Write Protect is off
Jun  5 22:12:40 vega kernel: [    2.278236] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Jun  5 22:12:40 vega kernel: [    2.278410] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun  5 22:12:40 vega kernel: [    2.278489] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
Jun  5 22:12:40 vega kernel: [    2.278717] sd 0:0:0:0: [sda] Write Protect is off
Jun  5 22:12:40 vega kernel: [    2.278824] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jun  5 22:12:40 vega kernel: [    2.278937] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun  5 22:12:40 vega kernel: [    2.279001] sd 6:0:0:0: [sdc] 501760 512-byte logical blocks: (256 MB/245 MiB)
Jun  5 22:12:40 vega kernel: [    2.279930] sd 6:0:0:0: [sdc] Write Protect is off
Jun  5 22:12:40 vega kernel: [    2.280074] sd 6:0:0:0: [sdc] Mode Sense: 43 00 00 00
Jun  5 22:12:40 vega kernel: [    2.281077] sd 6:0:0:0: [sdc] No Caching mode page found
Jun  5 22:12:40 vega kernel: [    2.281200] sd 6:0:0:0: [sdc] Assuming drive cache: write through
Jun  5 22:12:40 vega kernel: [    2.285326]  sdc: sdc1
Jun  5 22:12:40 vega kernel: [    2.288434] sd 6:0:0:0: [sdc] Attached SCSI disk
Jun  5 22:12:40 vega kernel: [    2.309504]  sda: sda1 sda2
Jun  5 22:12:40 vega kernel: [    2.310911] sd 0:0:0:0: [sda] Attached SCSI disk
Jun  5 22:12:40 vega kernel: [    2.326424]  sdb: sdb1 sdb2
Jun  5 22:12:40 vega kernel: [    2.327777] sd 1:0:0:0: [sdb] Attached SCSI disk
Jun  5 22:12:40 vega kernel: [    2.392060] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jun  5 22:12:40 vega kernel: [    2.412061] ata3.00: ATA-8: WDC WD20EADS-22R6B0, 01.00A01, max UDMA/133
Jun  5 22:12:40 vega kernel: [    2.412148] ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
Jun  5 22:12:40 vega kernel: [    2.416668] ata3.00: configured for UDMA/133
Jun  5 22:12:40 vega kernel: [    2.417073] scsi 2:0:0:0: Direct-Access     ATA      WDC WD20EADS-22R 0A01 PQ: 0 ANSI: 5
Jun  5 22:12:40 vega kernel: [    2.418047] sd 2:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
Jun  5 22:12:40 vega kernel: [    2.418467] sd 2:0:0:0: [sdd] Write Protect is off
Jun  5 22:12:40 vega kernel: [    2.418547] sd 2:0:0:0: [sdd] Mode Sense: 00 3a 00 00
Jun  5 22:12:40 vega kernel: [    2.418621] sd 2:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun  5 22:12:40 vega kernel: [    2.422753]  sdd: sdd1 sdd2
Jun  5 22:12:40 vega kernel: [    2.424139] sd 2:0:0:0: [sdd] Attached SCSI disk
Jun  5 22:12:40 vega kernel: [    2.908076] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jun  5 22:12:40 vega kernel: [    2.909310] ata4.00: ATA-8: ST2000DM001-1CH164, CC26, max UDMA/133
Jun  5 22:12:40 vega kernel: [    2.909395] ata4.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
Jun  5 22:12:40 vega kernel: [    2.910352] ata4.00: configured for UDMA/133
Jun  5 22:12:40 vega kernel: [    2.911418] scsi 3:0:0:0: Direct-Access     ATA      ST2000DM001-1CH1 CC26 PQ: 0 ANSI: 5
Jun  5 22:12:40 vega kernel: [    2.912591] sd 3:0:0:0: [sde] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
Jun  5 22:12:40 vega kernel: [    2.912739] sd 3:0:0:0: [sde] 4096-byte physical blocks
Jun  5 22:12:40 vega kernel: [    2.913232] sd 3:0:0:0: [sde] Write Protect is off
Jun  5 22:12:40 vega kernel: [    2.913314] sd 3:0:0:0: [sde] Mode Sense: 00 3a 00 00
Jun  5 22:12:40 vega kernel: [    2.913465] sd 3:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun  5 22:12:40 vega kernel: [    2.931650]  sde: sde1 sde2
Jun  5 22:12:40 vega kernel: [    2.933277] sd 3:0:0:0: [sde] Attached SCSI disk
Jun  5 22:12:40 vega kernel: [    3.232057] ata5: SATA link down (SStatus 0 SControl 300)
Jun  5 22:12:40 vega kernel: [    3.552053] ata6: SATA link down (SStatus 0 SControl 300)
Jun  5 22:12:40 vega kernel: [    3.554514] sd 0:0:0:0: Attached scsi generic sg0 type 0
Jun  5 22:12:40 vega kernel: [    3.555344] sd 1:0:0:0: Attached scsi generic sg1 type 0
Jun  5 22:12:40 vega kernel: [    3.555694] sd 6:0:0:0: Attached scsi generic sg2 type 0
Jun  5 22:12:40 vega kernel: [    3.556100] sd 2:0:0:0: Attached scsi generic sg3 type 0
Jun  5 22:12:40 vega kernel: [    3.556442] sd 3:0:0:0: Attached scsi generic sg4 type 0
Jun  5 22:12:40 vega kernel: [    3.647014] random: nonblocking pool is initialized
Jun  5 22:12:40 vega kernel: [    3.772387] md: bind<sdd1>
Jun  5 22:12:40 vega kernel: [    3.782366] md: bind<sdd2>
Jun  5 22:12:40 vega kernel: [    3.789162] md: bind<sda1>
Jun  5 22:12:40 vega kernel: [    3.805424] md: bind<sdb2>
Jun  5 22:12:40 vega kernel: [    3.824747] md: bind<sda2>
Jun  5 22:12:40 vega kernel: [    3.831846] md: raid1 personality registered for level 1
Jun  5 22:12:40 vega kernel: [    3.833891] md/raid1:md1: active with 2 out of 2 mirrors
Jun  5 22:12:40 vega kernel: [    3.834064] md1: detected capacity change from 0 to 499093471232
Jun  5 22:12:40 vega kernel: [    3.835753]  md1: unknown partition table
Jun  5 22:12:40 vega kernel: [    3.840866] md: bind<sdb1>
Jun  5 22:12:40 vega kernel: [    3.854698] md/raid1:md0: active with 2 out of 2 mirrors
Jun  5 22:12:40 vega kernel: [    3.854872] md0: detected capacity change from 0 to 1011548160
Jun  5 22:12:40 vega kernel: [    3.857673]  md0: unknown partition table
Jun  5 22:12:40 vega kernel: [    3.912777] md: bind<sde1>
Jun  5 22:12:40 vega kernel: [    3.921244] md/raid1:md2: active with 2 out of 2 mirrors
Jun  5 22:12:40 vega kernel: [    3.921410] md2: detected capacity change from 0 to 1011548160
Jun  5 22:12:40 vega kernel: [    3.922906]  md2: unknown partition table
Jun  5 22:12:40 vega kernel: [    3.924949] md: bind<sde2>
Jun  5 22:12:40 vega kernel: [    3.934991] md/raid1:md3: active with 2 out of 2 mirrors
Jun  5 22:12:40 vega kernel: [    3.935215] md3: detected capacity change from 0 to 1999384543232
Jun  5 22:12:40 vega kernel: [    3.936708]  md3: unknown partition table
Jun  5 22:12:40 vega kernel: [    4.317444] device-mapper: uevent: version 1.0.3
Jun  5 22:12:40 vega kernel: [    4.317886] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
Jun  5 22:12:40 vega kernel: [    5.060341] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
Jun  5 22:12:40 vega kernel: [    7.465021] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Jun  5 22:12:40 vega kernel: [    7.465175] ACPI: Power Button [PWRB]
Jun  5 22:12:40 vega kernel: [    7.465516] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jun  5 22:12:40 vega kernel: [    7.465661] ACPI: Power Button [PWRF]
Jun  5 22:12:40 vega kernel: [    7.467116] Warning: Processor Platform Limit not supported.
Jun  5 22:12:40 vega kernel: [    7.480538] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun  5 22:12:40 vega kernel: [    7.547239] parport_pc 00:05: reported by Plug and Play ACPI
Jun  5 22:12:40 vega kernel: [    7.547414] parport0: PC-style at 0x378, irq 7 [PCSPP,EPP]
Jun  5 22:12:40 vega kernel: [    7.613836] [drm] Initialized drm 1.1.0 20060810
Jun  5 22:12:40 vega kernel: [    7.626723] xen: registering gsi 18 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    7.626741] Already setup the GSI :18
Jun  5 22:12:40 vega kernel: [    7.626895] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
Jun  5 22:12:40 vega kernel: [    7.644415] parport_pc parport_pc.956: Unable to set coherent dma mask: disabling DMA
Jun  5 22:12:40 vega kernel: [    7.644868] parport_pc parport_pc.888: Unable to set coherent dma mask: disabling DMA
Jun  5 22:12:40 vega kernel: [    7.645225] parport_pc parport_pc.632: Unable to set coherent dma mask: disabling DMA
Jun  5 22:12:40 vega kernel: [    7.782336] xen: registering gsi 16 triggering 0 polarity 1
Jun  5 22:12:40 vega kernel: [    7.782355] Already setup the GSI :16
Jun  5 22:12:40 vega kernel: [    7.793560] [drm] Memory usable by graphics device = 512M
Jun  5 22:12:40 vega kernel: [    7.793682] [drm] Replacing VGA console driver
Jun  5 22:12:40 vega kernel: [    7.794495] Console: switching to colour dummy device 80x25
Jun  5 22:12:40 vega kernel: [    7.914570] input: PC Speaker as /devices/platform/pcspkr/input/input4
Jun  5 22:12:40 vega kernel: [    8.171729] Failed to add WC MTRR for [00000000d0000000-00000000dfffffff]; performance may suffer.
Jun  5 22:12:40 vega kernel: [    8.208831] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jun  5 22:12:40 vega kernel: [    8.208851] [drm] Driver supports precise vblank timestamp query.
Jun  5 22:12:40 vega kernel: [    8.209094] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jun  5 22:12:40 vega kernel: [    8.264113] [drm] GMBUS [i915 gmbus panel] timed out, falling back to bit banging on pin 3
Jun  5 22:12:40 vega kernel: [    8.292415] [drm] initialized overlay support
Jun  5 22:12:40 vega kernel: [    8.345646] fbcon: inteldrmfb (fb0) is primary device
Jun  5 22:12:40 vega kernel: [    8.392447] Console: switching to colour frame buffer device 128x48
Jun  5 22:12:40 vega kernel: [    8.444366] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Jun  5 22:12:40 vega kernel: [    8.444991] i915 0000:00:02.0: registered panic notifier
Jun  5 22:12:40 vega kernel: [    8.468143] i915: No ACPI video bus found
Jun  5 22:12:40 vega kernel: [    8.468595] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Jun  5 22:12:40 vega kernel: [    8.634784] ppdev: user-space parallel port driver
Jun  5 22:12:40 vega kernel: [    8.664918] iTCO_vendor_support: vendor-support=0
Jun  5 22:12:40 vega kernel: [    8.666789] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Jun  5 22:12:40 vega kernel: [    8.667373] iTCO_wdt: Found a ICH9R TCO device (Version=2, TCOBASE=0x0860)
Jun  5 22:12:40 vega kernel: [    8.669600] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jun  5 22:12:40 vega kernel: [    9.128902] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
Jun  5 22:12:40 vega kernel: [    9.298790] EXT4-fs (md0): mounting ext3 file system using the ext4 subsystem
Jun  5 22:12:40 vega kernel: [    9.362470] EXT4-fs (md0): warning: maximal mount count reached, running e2fsck is recommended
Jun  5 22:12:40 vega kernel: [    9.430531] EXT4-fs (md0): recovery complete
Jun  5 22:12:40 vega kernel: [    9.449389] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
Jun  5 22:12:40 vega kernel: [    9.717282] EXT4-fs (dm-1): mounting ext3 file system using the ext4 subsystem
Jun  5 22:12:40 vega kernel: [    9.804672] EXT4-fs (dm-1): warning: maximal mount count reached, running e2fsck is recommended
Jun  5 22:12:40 vega kernel: [    9.893660] EXT4-fs (dm-1): recovery complete
Jun  5 22:12:40 vega kernel: [    9.913422] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
Jun  5 22:12:40 vega kernel: [   10.139169] Adding 2097148k swap on /dev/mapper/vg0-host--swap.  Priority:-1 extents:1 across:2097148k FS
Jun  5 22:12:40 vega kernel: [   11.100302] sky2 0000:02:00.0 eth0: enabling interface
Jun  5 22:12:40 vega kernel: [   11.121411] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jun  5 22:12:40 vega kernel: [   12.437633] xen:xen_evtchn: Event-channel device installed
Jun  5 22:12:40 vega kernel: [   18.942115] sky2 0000:02:00.0 eth0: Link is up at 100 Mbps, full duplex, flow control both
Jun  5 22:12:40 vega kernel: [   18.942798] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Jun  5 22:12:40 vega systemd[1]: Started Update UTMP about System Runlevel Changes.
Jun  5 22:12:40 vega systemd[1]: Startup finished in 5.680s (kernel) + 14.799s (userspace) = 20.479s.
Jun  5 22:12:40 vega rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jun  5 22:13:10 2015 [try http://www.rsyslog.com/e/2007 ]
Jun  5 22:13:12 vega kernel: [   52.188278] Bluetooth: Core ver 2.19
Jun  5 22:13:12 vega kernel: [   52.188661] NET: Registered protocol family 31
Jun  5 22:13:12 vega kernel: [   52.189051] Bluetooth: HCI device and connection manager initialized
Jun  5 22:13:12 vega kernel: [   52.189581] Bluetooth: HCI socket layer initialized
Jun  5 22:13:12 vega kernel: [   52.189953] Bluetooth: L2CAP socket layer initialized
Jun  5 22:13:12 vega kernel: [   52.190356] Bluetooth: SCO socket layer initialized
Jun  5 22:13:12 vega kernel: [   52.199425] Netfilter messages via NETLINK v0.30.



------------------------


  


--- End Message ---
--- Begin Message ---
This bug was filed for a very old kernel. If you can reproduce it with
- the current version in unstable/testing
- the latest kernel from buster.backports
please reopen the bug, see https://www.debian.org/Bugs/server-control

--- End Message ---

Reply to: