Coder Social home page Coder Social logo

linux's Introduction

linux's People

Contributors

t0xst avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

linux's Issues

Question about 0.3.2 ARP attack

Hello, may I ask a question?
In " arp -a -n | awk '{++S[$4]} END {for(a in S) {if($2>1) print $2,a,S[a]}}' "
Why is it to judge $2 > 1 to judge the existence of arp attack?

According to the characteristics of the arp attack, the judgment condition should not be the same mac address corresponding to different IPs?

Could you tell me that the meaning of $2 (IP) and 1 comparison?

Thank you!

dangersudports.dat这个文件的文件名不对

在buying_linuxcheck.sh中,使用的是dangersudpports.dat进行for循环遍历的。但是在del.exp中删除的却是dangersudports.dat,所以这里有个小小的细节上的失误。希望下次更新能改过来

对于公钥的检查我觉得可以再优化

在对于公钥的检查那里,我看脚本中是这么检查的:
if [ -e /root/.ssh/*.pub ];then
不过如果这个机器被恶意注入攻击者的公钥,我觉得可以再检查authorized_keys这个文件或者其他名字的文件是否存在,以及在/etc/.ssh下面是否有文件存在

测试结果-centos7-最小化安装

出现的问题:
dos2unix ifconfig tee arp netstat route exportfs 没有这些命令
没有找到公钥文件
无法使用密钥登陆
结果没有保存到本低机器上

希望改进:
检测远程机器硬件信息以及平台是否为虚拟化
对不合规的项进行处置的脚本
针对不同OS进行不同的命令检测 比如 ifconfig ip

以下是检测终端输出:
`root@kali:~/App/linux-info# ./login.sh
安徽三实捕影Linux安全检查与应急响应工具
Version:1.2
Author:飞鸟
Mail:[email protected]
Date:2019-02-19


功能与使用说明:
1.此脚本主要功能用来实现一键对远程服务器进行安全检查
2.使用时只需要将远程服务器的IP、账号、密码放到hosts.txt文本中,运行sh login.sh或chmod +x login.sh;./login.sh即可自动进行安全检查
3.有的Linux系统不允许使用root账号直接登录,因此前期需要测试或与用户沟通是否允许root直接登录
3.1 如果允许使用root直接登录,可以将root账号密码直接写到hosts.txt文本中
3.2 如果不允许使用root账号直接登录,需要增加一个可以登录的账号到hosts.txt文件中,此账号需要有对/tmp目录的读写权限,具体格式参考hosts.txt文本的说明
4.远程服务器的检查内容均放在/tmp/buying__目录下
5.检查结束后会将远程服务器的检查结果打包放到本地的/tmp目录下,同时会删除远程服务器上的检查脚本与结果


spawn scp -P 22 buying_linuxcheck.sh checkrules/dangerstcpports.dat checkrules/dangersudpports.dat [email protected]:/tmp/
The authenticity of host '192.168.213.132 (192.168.213.132)' can't be established.
ECDSA key fingerprint is SHA256:8xKv+T5vSrZAxqZmANRaPqc8LlkWzrlRD0c77Kk7l5Y.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.213.132' (ECDSA) to the list of known hosts.
[email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
lost connection
expect: spawn id exp4 not open
while executing
"expect eof"
(file "put.exp" line 12)
spawn ssh [email protected] -p 22
[email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
expect: spawn id exp4 not open
while executing
"expect "Password""
(file "sh.exp" line 14)
spawn scp -P 22 [email protected]:/tmp/192.168.213.132 /tmp/
[email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
expect: spawn id exp4 not open
while executing
"expect eof"
(file "get.exp" line 11)
spawn ssh [email protected] -p 22
[email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
expect: spawn id exp4 not open
while executing
"expect eof"
(file "del.exp" line 15)
root@kali:~/App/linux-info# ./login.sh
安徽三实捕影Linux安全检查与应急响应工具
Version:1.2
Author:飞鸟
Mail:[email protected]
Date:2019-02-19


功能与使用说明:
1.此脚本主要功能用来实现一键对远程服务器进行安全检查
2.使用时只需要将远程服务器的IP、账号、密码放到hosts.txt文本中,运行sh login.sh或chmod +x login.sh;./login.sh即可自动进行安全检查
3.有的Linux系统不允许使用root账号直接登录,因此前期需要测试或与用户沟通是否允许root直接登录
3.1 如果允许使用root直接登录,可以将root账号密码直接写到hosts.txt文本中
3.2 如果不允许使用root账号直接登录,需要增加一个可以登录的账号到hosts.txt文件中,此账号需要有对/tmp目录的读写权限,具体格式参考hosts.txt文本的说明
4.远程服务器的检查内容均放在/tmp/buying__目录下
5.检查结束后会将远程服务器的检查结果打包放到本地的/tmp目录下,同时会删除远程服务器上的检查脚本与结果


spawn scp -P 22 buying_linuxcheck.sh checkrules/dangerstcpports.dat checkrules/dangersudpports.dat [email protected]:/tmp/
[email protected]'s password:
buying_linuxcheck.sh 100% 71KB 14.5MB/s 00:00
dangerstcpports.dat 100% 7335 4.2MB/s 00:00
dangersudpports.dat 100% 12 9.9KB/s 00:00
spawn ssh [email protected] -p 22
[email protected]'s password:
Last login: Sat May 18 19:30:33 2019 from 192.168.213.1
su - root
[root@localhost ~]# su - root
上一次登录:六 5月 18 19:32:07 CST 2019从 192.168.213.135pts/1 上
[root@localhost ~]# zxcvb.12345
-bash: zxcvb.12345: 未找到命令
[root@localhost ~]# chmod 777 /tmp/buying_linuxcheck.sh
[root@localhost ~]# sh /tmp/buying_linuxcheck.sh
安徽三实捕影Linux安全检查与应急响应工具
Version:1.3
Author:飞鸟
Mail:[email protected]
Date:2019-02-19


Linux主机安全检查:
1.首先采集原始信息保存到/tmp/buying__/check_file/文件夹下
2.将系统日志、应用日志打包并保存到/tmp/buying__/log/目录下
3.在检查过程中若发现存在问题则直接输出到/tmp/buying__/danger_file.txt文件中
4.有些未检查可能存在问题的需要人工分析原始文件
5.脚本编写环境Centos7,在实际使用过程中若发现问题可以邮件联系:[email protected]
6.使用过程中若在windows下修改再同步到Linux下,请使用dos2unix工具进行格式转换,不然可能会报错
7.在使用过程中必须使用root账号,不然可能导致某些项无法分析

如何使用:
1.本脚本可以单独运行,单独运行中只需要将本脚本上传到相应的服务器中,然后sh buying_linuxcheck.sh即可
2.另外本脚本可以作为多台服务器全面检查的安全检查模板,本脚本不需要手工运行,只需要将相应服务器的IP、账号、密码写到hosts.txt文件中,然后sh login.sh即可

功能设计:
1.V1.0主要功能用来采集信息
2.V1.1主要功能将原始数据进行分析,并找出存在可疑或危险项
3.V1.2增加基线检查的功能
4.V1.3可以进行相关危险项或可疑项的自动处理

检查内容
0.IP及版本
0.1 IP地址
0.2 版本信息
0.2.1 系统内核版本
0.2.2 系统发行版本
0.3 ARP
0.3.1 ARP表
0.3.2 ARP攻击
1.端口情况
1.1 开放端口
1.1.1 TCP开放端口
1.1.2 UDP开放端口
1.2 TCP高危端口
1.3 UDP高危端口
2.网络连接
3.网卡模式
4.自启动项
4.1 用户自定义启动项
4.2 系统自启动项
5.定时任务
5.1 系统定时任务
5.1.1 时间看系统定时任务
5.1.2 分析可疑系统定时任务
5.2 用户定时任务
5.2.1 时间看用户定时任务
5.2.2 分析可疑用户定时任务
6.路由与路由转发
7.进程分析
7.1 系统进程
7.2 守护进程
8.关键文件检查
8.1 DNS文件
8.2 hosts文件
8.3 公钥文件
8.4 私钥文件
9.运行服务
10.登录情况
11.用户与用户组
11.1 超级用户
11.2 克隆用户
11.3 可登录用户
11.4 非系统用户
11.5 shadow文件
11.6 空口令用户
11.7 空口令且可登录
11.8 口令未加密
11.9 用户组分析
11.9.1 用户组情况
11.9.2 特权用户
11.9.3 相同UID用户组
11.9.4 相同用户组名
11.10 文件权限
11.10.1 etc文件权限
11.10.2 shadow文件权限
11.10.3 passwd文件权限
11.10.4 group文件权限
11.10.5 securetty文件权限
11.10.6 services文件权限
11.10.7 grub.conf文件权限
11.10.8 xinetd.conf文件权限
11.10.9 lilo.conf文件权限
11.10.10 limits.conf文件权限
12.历史命令
12.1 系统历史命令
12.1.1 系统操作历史命令
12.1.2 是否下载过脚本文件
12.1.3 是否增加过账号
12.1.4 是否删除过账号
12.1.5 历史可疑命令
12.1.6 本地下载文件
12.2 数据库历史命令
13.策略与配置
13.1 防火墙策略
13.2 远程访问策略
13.2.1 远程允许策略
13.2.2 远程拒绝策略
13.3 账号与密码策略
13.3.1 密码有效期策略
13.3.2 密码复杂度策略
13.3.3 密码已过期用户
13.3.4 账号超时锁定策略
13.3.5 grub密码策略检查
13.3.6 lilo密码策略检查
13.4 selinux策略
13.5 sshd配置
13.5.1 sshd配置
13.5.2 空口令登录
13.5.3 root远程登录
13.5.4 ssh协议版本
13.6 NIS配置
13.7 Nginx配置
13.7.1 原始配置
13.7.2 可疑配置
13.8 SNMP配置检查
14.可疑文件
14.1 脚本文件
14.2 恶意文件
14.3 最近变动的文件
14.4 文件属性
14.4.1 passwd文件属性
14.4.2 shadow文件属性
14.4.3 gshadow文件属性
14.4.4 group文件属性
15.系统文件完整性
16.系统日志分析
16.1 日志配置与打包
16.1.1 查看日志配置
16.1.2日志是否存在
16.1.3 日志审核是否开启
16.1.4 自动打包日志
16.2 secure日志分析
16.2.1 成功登录
16.2.2 登录失败
16.2.3 图形登录情况
16.2.4 新建用户与用户组
16.3 message日志分析
16.3.1 传输文件
16.3.2 历史使用DNS
16.4 cron日志分析
16.4.1 定时下载
16.4.2 定时执行脚本
16.5 yum日志分析
16.5.1 下载软件情况
16.5.2 卸载软件情况
16.5.3 可疑软件
16.6 dmesg日志分析
16.6.1 内核自检分析
16.7 btmp日志分析
16.7.1 错误登录分析
16.8 lastlog日志分析
16.8.1 所有用户最后一次登录分析
16.9 wtmp 日志分析
16.9.1 所有用户登录分析
17.内核检查
17.1 内核信息
17.2 异常内核
18.安装软件
18.1 安装软件
18.2 可疑软件
19.环境变量
20.性能分析
20.1 磁盘使用
20.1.1 磁盘使用情况
20.1.2 磁盘使用过大
20.2 CPU
20.2.1 CPU情况
20.2.2 占用CPU前五进程
20.2.3 占用CPU较多资源进程
20.3 内存
20.3.1 内存情况
20.3.2 占用内存前五进程
20.3.3 占用内存占多进程
20.4 网络连接
20.4.1 并发连接
20.5 其他
20.5.1 运行时间及负载情况
21.共享情况


/tmp/buying_linuxcheck.sh:行193: dos2unix: 未找到命令
/tmp/buying_linuxcheck.sh:行196: ifconfig: 未找到命令
[0.1]正在检查IP地址.....
/tmp/buying_linuxcheck.sh:行218: tee -a checkresult.txt: 未找到命令
-------------0.IP及版本-------------------
-------------0.1IP地址-------------------
[0.1]正在检查IP地址.....
/tmp/buying_linuxcheck.sh:行223: ifconfig: 未找到命令
[!!!]本机未配置IP地址

-------------0.2版本信息------------------
[0.2.1]正在检查系统内核版本.....
[*]系统内核版本信息:
Linux localhost.localdomain 3.10.0-957.12.1.el7.x86_64 #1 SMP Mon Apr 29 14:59:59 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

[0.2.2]正在检查系统发行版本.....
[*]系统发行版本:
CentOS Linux release 7.6.1810 (Core)

-------------0.3 ARP------------------
-------------0.3.1 ARP表项-------------
[0.3.1]正在查看ARP表项.....
/tmp/buying_linuxcheck.sh:行253: arp: 未找到命令
[未发现arp表]

-------------0.3.2 ARP攻击-------------
[0.3.2]正在检测是否存在ARP攻击.....
/tmp/buying_linuxcheck.sh:行263: arp: 未找到命令
[*]未发现ARP攻击

------------1.查看端口情况-----------------
-------------1.1 查看开放端口--------------
-------------1.1.1 查看TCP开放端口--------------
[1.1.1]正在检查TCP开放端口.....
/tmp/buying_linuxcheck.sh:行277: netstat: 未找到命令
[!!!]系统未开放TCP端口

/tmp/buying_linuxcheck.sh:行285: netstat: 未找到命令
[*]端口未面向局域网或互联网开放

-------------1.1.2 查看UDP开放端口--------------
[1.1.2]正在检查UDP开放端口.....
/tmp/buying_linuxcheck.sh:行295: netstat: 未找到命令
[!!!]系统未开放UDP端口

/tmp/buying_linuxcheck.sh:行303: netstat: 未找到命令
[*]未发现在UDP端口面向局域网或互联网开放.

-------------1.2 TCP高危端口--------------
[1.2]正在检查TCP高危端口.....
/tmp/buying_linuxcheck.sh:行320: netstat: 未找到命令
[*]未发现TCP危险端口

-------------1.3 UDP高危端口--------------
[1.3]正在检查UDP高危端口.....
/tmp/buying_linuxcheck.sh:行346: netstat: 未找到命令
[*]未发现UDP危险端口

------------2.网络连接---------------------
[2.1]正在检查网络连接情况.....
/tmp/buying_linuxcheck.sh:行372: netstat: 未找到命令
/tmp/buying_linuxcheck.sh:行373: netstat: 未找到命令
[*]未发现网络连接

-------------3.网卡模式---------------------
[3.1]正在检查网卡模式.....
/tmp/buying_linuxcheck.sh:行386: ifconfig: 未找到命令
[*]未找到网卡模式相关信息,请人工分析

[3.2]正在分析是否有网卡处于混杂模式.....
/tmp/buying_linuxcheck.sh:行395: ifconfig: 未找到命令
[*]未发现网卡处于混杂模式

[3.3]正在分析是否有网卡处于监听模式.....
/tmp/buying_linuxcheck.sh:行404: ifconfig: 未找到命令
[*]未发现网卡处于监听模式

-------------4.启动项-----------------------
-------------4.1 用户自定义启动项-----------------------
[4.1]正在检查用户自定义启动项.....

注:该输出结果只显示 SysV 服务,并不包含
原生 systemd 服务。SysV 配置数据
可能被原生 systemd 配置覆盖。

  要列出 systemd 服务,请执行 'systemctl list-unit-files'。
  查看在具体 target 启用的服务请执行
  'systemctl list-dependencies [target]'。

[!!!]未发现用户自定义启动项

-------------4.2 系统自启动项-----------------------
[4.2]正在检查系统自启动项.....
[*]系统自启动项如下:
auditd.service
[email protected]
chronyd.service
crond.service
dbus-org.fedoraproject.FirewallD1.service
dbus-org.freedesktop.NetworkManager.service
dbus-org.freedesktop.nm-dispatcher.service
firewalld.service
[email protected]
irqbalance.service
kdump.service
lvm2-monitor.service
microcode.service
NetworkManager-dispatcher.service
NetworkManager-wait-online.service
NetworkManager.service
postfix.service
rhel-autorelabel.service
rhel-configure.service
rhel-dmesg.service
rhel-domainname.service
rhel-import-state.service
rhel-loadmodules.service
rhel-readonly.service
rsyslog.service
sshd.service
systemd-readahead-collect.service
systemd-readahead-drop.service
systemd-readahead-replay.service
tuned.service
dm-event.socket
lvm2-lvmetad.socket
lvm2-lvmpolld.socket
default.target
multi-user.target
remote-fs.target
runlevel2.target
runlevel3.target
runlevel4.target

-------------4.3 危险启动项-----------------------
[4.3]正在检查危险启动项.....

注:该输出结果只显示 SysV 服务,并不包含
原生 systemd 服务。SysV 配置数据
可能被原生 systemd 配置覆盖。

  要列出 systemd 服务,请执行 'systemctl list-unit-files'。
  查看在具体 target 启用的服务请执行
  'systemctl list-dependencies [target]'。

[*]未发现危险启动项

------------5.查看定时任务-------------------
------------5.1系统定时任务分析-------------------
------------5.1.1查看系统定时任务-------------------
[5.1.1]正在分析系统定时任务.....
[*]未发现系统定时任务

------------5.1.2分析系统可疑定时任务-------------------
[5.1.2]正在分析系统可疑任务.....
grep: /var/spool/cron/: 没有那个文件或目录
[
]未发现可疑系统定时任务

------------5.2分析用户定时任务-------------------
------------5.2.1查看用户定时任务-------------------
[5.2.1]正在查看用户定时任务.....
no crontab for root
[*]未发现用户定时任务

------------5.2.2查看可疑用户定时任务-------------------
[5.2.2]正在分析可疑用户定时任务.....
no crontab for root
[*]未发现可疑定时任务

-------------6.路由与路由转发----------------
[6.1]正在检查路由表.....
/tmp/buying_linuxcheck.sh:行492: route: 未找到命令
[*]未发现路由器表

[6.2]正在分析是否开启转发功能.....
[*]该服务器未开启路由转发

------------7.进程分析--------------------
------------7.1系统进程--------------------
[7.1]正在检查进程.....
[*]系统进程如下:
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.2 0.6 128148 6620 ? Ss 19:18 0:01 /usr/lib/systemd/systemd --switched-root --system --deserialize 22
root 2 0.0 0.0 0 0 ? S 19:18 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? S 19:18 0:00 [ksoftirqd/0]
root 5 0.0 0.0 0 0 ? S< 19:18 0:00 [kworker/0:0H]
root 6 0.0 0.0 0 0 ? S 19:18 0:00 [kworker/u256:0]
root 7 0.0 0.0 0 0 ? S 19:18 0:00 [migration/0]
root 8 0.0 0.0 0 0 ? S 19:18 0:00 [rcu_bh]
root 9 0.0 0.0 0 0 ? R 19:18 0:00 [rcu_sched]
root 10 0.0 0.0 0 0 ? S< 19:18 0:00 [lru-add-drain]
root 11 0.0 0.0 0 0 ? S 19:18 0:00 [watchdog/0]
root 13 0.0 0.0 0 0 ? S 19:18 0:00 [kdevtmpfs]
root 14 0.0 0.0 0 0 ? S< 19:18 0:00 [netns]
root 15 0.0 0.0 0 0 ? S 19:18 0:00 [khungtaskd]
root 16 0.0 0.0 0 0 ? S< 19:18 0:00 [writeback]
root 17 0.0 0.0 0 0 ? S< 19:18 0:00 [kintegrityd]
root 18 0.0 0.0 0 0 ? S< 19:18 0:00 [bioset]
root 19 0.0 0.0 0 0 ? S< 19:18 0:00 [bioset]
root 20 0.0 0.0 0 0 ? S< 19:18 0:00 [bioset]
root 21 0.0 0.0 0 0 ? S< 19:18 0:00 [kblockd]
root 22 0.0 0.0 0 0 ? S< 19:18 0:00 [md]
root 23 0.0 0.0 0 0 ? S< 19:18 0:00 [edac-poller]
root 24 0.0 0.0 0 0 ? S< 19:18 0:00 [watchdogd]
root 25 0.0 0.0 0 0 ? S 19:18 0:00 [kworker/0:1]
root 30 0.0 0.0 0 0 ? S 19:18 0:00 [kswapd0]
root 31 0.0 0.0 0 0 ? SN 19:18 0:00 [ksmd]
root 32 0.0 0.0 0 0 ? SN 19:18 0:00 [khugepaged]
root 33 0.0 0.0 0 0 ? S< 19:18 0:00 [crypto]
root 41 0.0 0.0 0 0 ? S< 19:18 0:00 [kthrotld]
root 43 0.0 0.0 0 0 ? S< 19:18 0:00 [kmpath_rdacd]
root 44 0.0 0.0 0 0 ? S< 19:18 0:00 [kaluad]
root 45 0.0 0.0 0 0 ? S< 19:18 0:00 [kpsmoused]
root 47 0.0 0.0 0 0 ? S< 19:18 0:00 [ipv6_addrconf]
root 60 0.0 0.0 0 0 ? S< 19:18 0:00 [deferwq]
root 91 0.0 0.0 0 0 ? S 19:18 0:00 [kauditd]
root 723 0.0 0.0 0 0 ? S< 19:18 0:00 [mpt_poll_0]
root 724 0.0 0.0 0 0 ? S< 19:18 0:00 [mpt/0]
root 727 0.0 0.0 0 0 ? S< 19:18 0:00 [ata_sff]
root 761 0.0 0.0 0 0 ? S 19:18 0:00 [scsi_eh_0]
root 768 0.0 0.0 0 0 ? S< 19:18 0:00 [scsi_tmf_0]
root 800 0.0 0.0 0 0 ? S 19:18 0:00 [kworker/u256:2]
root 801 0.0 0.0 0 0 ? S 19:18 0:00 [scsi_eh_1]
root 803 0.0 0.0 0 0 ? S< 19:18 0:00 [scsi_tmf_1]
root 804 0.0 0.0 0 0 ? S 19:18 0:00 [scsi_eh_2]
root 805 0.0 0.0 0 0 ? S< 19:18 0:00 [scsi_tmf_2]
root 858 0.0 0.0 0 0 ? S< 19:18 0:00 [ttm_swap]
root 864 0.0 0.0 0 0 ? S 19:18 0:00 [irq/16-vmwgfx]
root 1800 0.0 0.0 0 0 ? S< 19:18 0:00 [nfit]
root 2968 0.0 0.0 0 0 ? S< 19:18 0:00 [kdmflush]
root 2969 0.0 0.0 0 0 ? S< 19:18 0:00 [bioset]
root 2982 0.0 0.0 0 0 ? S< 19:18 0:00 [kdmflush]
root 2983 0.0 0.0 0 0 ? S< 19:18 0:00 [bioset]
root 3002 0.0 0.0 0 0 ? S< 19:18 0:00 [bioset]
root 3007 0.0 0.0 0 0 ? S< 19:18 0:00 [xfsalloc]
root 3012 0.0 0.0 0 0 ? S< 19:18 0:00 [xfs_mru_cache]
root 3016 0.0 0.0 0 0 ? S< 19:18 0:00 [xfs-buf/dm-0]
root 3018 0.0 0.0 0 0 ? S< 19:18 0:00 [xfs-data/dm-0]
root 3021 0.0 0.0 0 0 ? S< 19:18 0:00 [xfs-conv/dm-0]
root 3022 0.0 0.0 0 0 ? S< 19:18 0:00 [xfs-cil/dm-0]
root 3023 0.0 0.0 0 0 ? S< 19:18 0:00 [xfs-reclaim/dm-]
root 3024 0.0 0.0 0 0 ? S< 19:18 0:00 [xfs-log/dm-0]
root 3025 0.0 0.0 0 0 ? S< 19:18 0:00 [xfs-eofblocks/d]
root 3026 0.0 0.0 0 0 ? S 19:18 0:00 [xfsaild/dm-0]
root 3027 0.0 0.0 0 0 ? S< 19:18 0:00 [kworker/0:1H]
root 3095 0.0 0.2 37116 2868 ? Ss 19:18 0:00 /usr/lib/systemd/systemd-journald
root 3116 0.0 0.4 192884 4164 ? Ss 19:18 0:00 /usr/sbin/lvmetad -f
root 3128 0.0 0.5 48208 5652 ? Ss 19:18 0:00 /usr/lib/systemd/systemd-udevd
root 5108 0.0 0.0 0 0 ? S< 19:18 0:00 [xfs-buf/sda1]
root 5111 0.0 0.0 0 0 ? S< 19:18 0:00 [xfs-data/sda1]
root 5113 0.0 0.0 0 0 ? S< 19:18 0:00 [xfs-conv/sda1]
root 5119 0.0 0.0 0 0 ? S< 19:18 0:00 [xfs-cil/sda1]
root 5126 0.0 0.0 0 0 ? S< 19:18 0:00 [xfs-reclaim/sda]
root 5128 0.0 0.0 0 0 ? S< 19:18 0:00 [xfs-log/sda1]
root 5134 0.0 0.0 0 0 ? S< 19:18 0:00 [xfs-eofblocks/s]
root 5138 0.0 0.0 0 0 ? S 19:18 0:00 [xfsaild/sda1]
root 6007 0.0 0.0 55520 900 ? S<sl 19:18 0:00 /sbin/auditd
dbus 6141 0.0 0.2 66456 2616 ? Ssl 19:18 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root 6178 0.0 0.1 26484 1792 ? Ss 19:18 0:00 /usr/lib/systemd/systemd-logind
polkitd 6179 0.0 1.2 612996 11988 ? Ssl 19:18 0:00 /usr/lib/polkit-1/polkitd --no-debug
root 6226 0.0 0.1 126284 1680 ? Ss 19:18 0:00 /usr/sbin/crond -n
chrony 6233 0.0 0.1 117784 1700 ? S 19:18 0:00 /usr/sbin/chronyd
root 6268 0.0 0.2 96560 2468 ? Ss 19:18 0:00 login -- root
root 6310 0.0 2.9 358568 29300 ? Ssl 19:18 0:00 /usr/bin/python -Es /usr/sbin/firewalld --nofork --nopid
root 6538 0.0 0.9 832712 9064 ? Ssl 19:18 0:00 /usr/sbin/NetworkManager --no-daemon
root 6836 0.0 0.5 107464 5468 ? S 19:18 0:00 /sbin/dhclient -d -q -sf /usr/libexec/nm-dhcp-helper -pf /var/run/dhclient-ens33.pid -lf /var/lib/NetworkManager/dhclient-dc9193ec-2258-4de3-9e3f-df23fa0a08fd-ens33.lease -cf /var/lib/NetworkManager/dhclient-ens33.conf ens33
root 7030 0.0 1.7 573924 17120 ? Ssl 19:18 0:00 /usr/bin/python2 -Es /usr/sbin/tuned -l -P
root 7034 0.0 0.4 214444 4028 ? Ssl 19:18 0:00 /usr/sbin/rsyslogd -n
root 7188 0.0 0.2 89652 2060 ? Ss 19:18 0:00 /usr/libexec/postfix/master -w
postfix 7193 0.0 0.4 89756 4056 ? S 19:18 0:00 pickup -l -t unix -u
postfix 7194 0.0 0.4 89824 4080 ? S 19:18 0:00 qmgr -l -t unix -u
root 7301 0.0 0.0 0 0 ? S 19:23 0:00 [kworker/0:0]
root 7306 0.0 0.2 115936 2684 tty1 Ss+ 19:25 0:00 -bash
root 7343 0.0 0.0 0 0 ? S 19:29 0:00 [kworker/0:2]
root 7359 0.2 0.5 159204 5944 ? Ss 19:30 0:00 sshd: root@pts/0
root 7361 0.1 0.5 158860 5828 ? Ss 19:30 0:00 sshd: root@notty
root 7364 0.0 0.2 115968 2680 pts/0 Ss 19:30 0:00 -bash
root 7384 0.0 0.2 72200 2868 ? Ss 19:30 0:00 /usr/libexec/openssh/sftp-server
root 7442 0.0 0.4 112864 4308 ? Ss 19:31 0:00 /usr/sbin/sshd -D
root 7458 1.3 0.5 158868 5716 ? Ss 19:32 0:00 sshd: root@pts/1
root 7461 0.6 0.2 161880 2200 pts/0 S+ 19:32 0:00 top
root 7464 0.1 0.2 115832 2400 pts/1 Ss 19:32 0:00 -bash
root 7481 0.1 0.2 191936 2464 pts/1 S 19:32 0:00 su - root
root 7482 0.1 0.2 115836 2412 pts/1 S 19:32 0:00 -bash
root 7503 2.0 0.1 113180 1532 pts/1 R+ 19:32 0:00 sh /tmp/buying_linuxcheck.sh
root 7766 0.0 0.1 155360 1876 pts/1 R+ 19:32 0:00 ps -aux

[7.2]正在检查守护进程.....
[*]未发现守护进程

------------8.关键文件检查-----------------
------------8.1DNS文件检查-----------------
[8.1]正在检查DNS文件.....
[*]该服务器使用以下DNS服务器:
192.168.213.2

------------8.2hosts文件检查-----------------
[8.2]正在检查hosts文件.....
[*]hosts文件如下:
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6

------------8.3公钥文件检查-----------------
[8.3]正在检查公钥文件.....
[*]未发现公钥文件

------------8.4私钥文件检查-----------------
[8.4]正在检查私钥文件.....
[*]未发现私钥文件

------------9.运行服务----------------------
[9.1]正在检查运行服务.....
[*]以下服务正在运行:
auditd
chronyd
crond
dbus
firewalld
getty@tty1
lvm2-lvmetad
NetworkManager
polkit
postfix
rsyslog
sshd
systemd-journald
systemd-logind
systemd-udevd
tuned

------------10.查看登录用户------------------
[10.1]正在检查正在登录的用户.....
[*]系统登录用户:
root tty1 2019-05-18 19:25
root pts/0 2019-05-18 19:30 (192.168.213.1)
root pts/1 2019-05-18 19:32 (192.168.213.135)

------------11.查看用户信息------------------
[11]正在查看用户信息.....
[*]用户名:口令:用户标识号:组标识号:注释性描述:主目录:登录Shell
root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/bin:/sbin/nologin
daemon:x:2:2:daemon:/sbin:/sbin/nologin
adm:x:3:4:adm:/var/adm:/sbin/nologin
lp:x:4:7:lp:/var/spool/lpd:/sbin/nologin
sync:x:5:0:sync:/sbin:/bin/sync
shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown
halt:x:7:0:halt:/sbin:/sbin/halt
mail:x:8:12:mail:/var/spool/mail:/sbin/nologin
operator:x:11:0:operator:/root:/sbin/nologin
games:x:12:100:games:/usr/games:/sbin/nologin
ftp:x:14:50:FTP User:/var/ftp:/sbin/nologin
nobody:x:99:99:Nobody:/:/sbin/nologin
systemd-network:x:192:192:systemd Network Management:/:/sbin/nologin
dbus:x:81:81:System message bus:/:/sbin/nologin
polkitd:x:999:998:User for polkitd:/:/sbin/nologin
sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin
postfix:x:89:89::/var/spool/postfix:/sbin/nologin
chrony:x:998:996::/var/lib/chrony:/sbin/nologin
catcher:x:1000:1000:catcherxuefeng:/home/catcher:/bin/bash

------------11.1超级用户---------------------
[11.1]正在检查是否存在超级用户.....
[*]未发现超级用户

------------11.2克隆用户---------------------
[11.2]正在检查是否存在克隆用户.....
[*]未发现相同UID的用户

------------11.3可登录用户-------------------
[11.3]正在检查可登录的用户......
[!!!]以下用户可以登录:
root
catcher

------------11.4非系统用户-----------------
[11.4]正在检查非系统本身自带用户
系统最小UID为1000
以下用户为非系统本身自带用户:
catcher

------------11.5shadow文件-----------------
[11.5]正在检查shadow文件.....
[]shadow文件
root:$6$gjL2sqExRN7qEmC8$.HSguaR0pIUVDwTAEB5qLbpZ2uVd4OZtCas872KwJoaPQ21607E7M/MeMKzbs/iPxsh/bPwLoZtv1M6fnE4Aq1::0:99999:7:::
bin:
:17834:0:99999:7:::
daemon::17834:0:99999:7:::
adm:
:17834:0:99999:7:::
lp::17834:0:99999:7:::
sync:
:17834:0:99999:7:::
shutdown::17834:0:99999:7:::
halt:
:17834:0:99999:7:::
mail::17834:0:99999:7:::
operator:
:17834:0:99999:7:::
games::17834:0:99999:7:::
ftp:
:17834:0:99999:7:::
nobody:*:17834:0:99999:7:::
systemd-network:!!:18006::::::
dbus:!!:18006::::::
polkitd:!!:18006::::::
sshd:!!:18006::::::
postfix:!!:18006::::::
chrony:!!:18006::::::
catcher:$6$95odxGzWw1sJ7R3O$0DllQCIfwI1unSiYBRWN4EzznbUEvM2xhHSJQfEg9dWf.VL.vBTrnJ.ecHxI4yBHumcofMkon4wxOtl6oZtgt/::0:99999:7:::

------------11.6空口令用户-----------------
[11.6]正在检查空口令用户.....
[*]未发现空口令用户

------------11.7空口令且可登录-----------------
[11.7]正在检查空口令且可登录的用户.....
[*]未发现空口令且可登录用户

------------11.8口令未加密----------------
[11.8]正在检查口令加密用户.....
[*]未发现口令未加密的用户

------------11.9用户组分析-----------------------
------------11.9.1 用户组信息------------ ----
[11.9.1]正在检查用户组信息.....
[*]用户组信息如下:
root:x:0:
bin:x:1:
daemon:x:2:
sys:x:3:
adm:x:4:
tty:x:5:
disk:x:6:
lp:x:7:
mem:x:8:
kmem:x:9:
wheel:x:10:catcher
cdrom:x:11:
mail:x:12:postfix
man:x:15:
dialout:x:18:
floppy:x:19:
games:x:20:
tape:x:33:
video:x:39:
ftp:x:50:
lock:x:54:
audio:x:63:
nobody:x:99:
users:x:100:
utmp:x:22:
utempter:x:35:
input:x:999:
systemd-journal:x:190:
systemd-network:x:192:
dbus:x:81:
polkitd:x:998:
ssh_keys:x:997:
sshd:x:74:
postdrop:x:90:
postfix:x:89:
chrony:x:996:
catcher:x:1000:catcher

------------11.9.2 特权用户--------------------
[11.9.2]正在检查特权用户.....
[*]除root用户外root组未发现其他用户

------------11.9.3 相同GID用户组--------------------
[11.9.3]正在检查相应GID用户组.....
[*]未发现相同GID的用户组

------------11.9.4 相同用户组名--------------------
[11.9.4]正在检查相同用户组名.....
[*]未发现相同用户组名

------------11.10 文件权限--------------------
------------11.10.1 etc文件权限--------------------
[11.10.1]正在检查etc文件权限.....
[!!!]/etc/文件权限为:rwxr-xr-x,权限不符合规划,权限应改为750

------------11.10.2 shadow文件权限--------------------
[11.10.2]正在检查shadow文件权限.....
[!!!]/etc/shadow文件权限为:---------,不符合规范,权限应改为600

------------11.10.3 passwd文件权限--------------------
[11.10.3]正在检查passwd文件权限.....
[*]/etc/passwd文件权限为644,符合规范

------------11.10.4 group文件权限--------------------
[11.10.4]正在检查group文件权限.....
[*]/etc/group文件权限为644,符合规范

------------11.10.5 securetty文件权限--------------------
[11.10.5]正在检查securetty文件权限.....
[!!!]/etc/securetty文件权限为rw-------,不符合规范,权限应改为600

------------11.10.6 services文件权限--------------------
[11.10.6]正在检查services文件权限.....
[!!!]/etc/services文件权限为-rw-r--r--.:1:9},不符合规范,权限应改为644

------------11.10.7 grub.conf文件权限--------------------
[11.10.7]正在检查grub.conf文件权限.....
ls: 无法访问/etc/grub.conf: 没有那个文件或目录
[!!!]/etc/grub.conf文件权限为,不符合规范,权限应改为600

------------11.10.8 xinetd.conf文件权限--------------------
[11.10.8]正在检查xinetd.conf文件权限.....
ls: 无法访问/etc/xinetd.conf: 没有那个文件或目录
[!!!]/etc/xinetd.conf文件权限为,不符合规范,权限应改为600

------------11.10.9 lilo.conf文件权限--------------------
[11.10.9]正在检查lilo.conf文件权限.....
/etc/lilo.conf文件夹不存在,不检查,符合要求

------------11.10.10 limits.conf文件权限--------------------
[11.10.10]正在检查limits.conf文件权限.....
没有设置core,建议在/etc/security/limits.conf中添加* soft core 0和* hard core 0
------------11.11其他--------------------
[11.11]正在检查useradd时间属性.....
[*]useradd时间属性:

[11.11]正在检查userdel时间属性.....
[*]userdel时间属性:

------------12历史命令--------------------------
------------12.1系统操作历史命令---------------
------------12.1.1系统操作历史命令---------------
[12.1.1]正在检查操作系统历史命令.....
[*]操作系统历史命令如下:
vim /etc/ssh/sshd_config
systemctl restart ssh
systemctl restart sshd
ls
unmae
uname -a
cat /etc/redhat-release
yum update
ssh -V
apt upgrde
yum upgrde
yum -h
yum upgrade
yum -y install bash-completion
ls
exit
yum search node
yum search nodejs
yum search tldr
yum install nodejs
yum update
yum install nodejs
yum install nmp

------------12.1.2是否下载过脚本文件---------------
[12.1.2]正在检查是否下载过脚本文件.....
[*]该服务器未下载过脚本文件

------------12.1.3是否增加过账号---------------
[12.1.3]正在检查是否增加过账号.....
[*]该服务器未增加过账号

------------12.1.4是否删除过账号--------------
[12.1.4]正在检查是否删除过账号.....
[*]该服务器未删除过账号

------------12.1.5可疑历史命令--------------
[12.1.5]正在检查历史可疑命令.....
[*]未发现可疑历史命令

------------12.1.6本地下载文件--------------
[12.1.6]正在检查历史日志中本地下载文件记录.....
[*]通过历史日志未发现本地主机下载过文件

------------12.2数据库操作历史命令---------------
[12.2]正在检查数据库操作历史命令.....
/root/.mysql_history: 没有那个文件或目录
[*]未发现数据库历史命令

------------13.策略情况---------------------
------------13.1防火墙策略-------------------
[13.1]正在检查防火墙策略.....
[*]该服务器防火墙已打开
[!!!]防火墙策略未配置,建议配置防火墙策略!

------------13.2远程访问策略-----------------
------------13.2.1远程允许策略-----------------
[13.2.1]正在检查远程允许策略.....
[*]hosts.allow文件未发现允许远程访问地址

------------13.2.2远程拒绝策略-----------------
[13.2.2]正在检查远程拒绝策略.....
[*]hosts.deny文件未发现拒绝远程访问地址

------------13.3密码策略------------------------
------------13.3.1密码有效期策略------------------------
[13.3.1]正在检查密码有效期策略.....
[*]密码有效期策略如下:
PASS_MAX_DAYS 99999
PASS_MIN_DAYS 0
PASS_MIN_LEN 5
PASS_WARN_AGE 7

[*]正在进行具体项的基线检查......
[!!!]口令生存周期为99999天,不符合要求,建议设置为0-90天
[!!!]口令更改最小时间间隔为0天,不符合要求,建议设置不小于6天
[!!!]口令最小长度为5,不符合要求,建议设置最小长度大于等于8
[!!!]口令过期警告时间天数为7,不符合要求,建议设置大于等于30并小于口令生存周期

------------13.3.2密码复杂度策略------------------------
[13.3.1]正在检查密码复杂度策略.....
[*]密码复杂度策略如下:
auth required pam_env.so
auth required pam_faildelay.so delay=2000000
auth sufficient pam_unix.so nullok try_first_pass
auth requisite pam_succeed_if.so uid >= 1000 quiet_success
auth required pam_deny.so

account required pam_unix.so
account sufficient pam_localuser.so
account sufficient pam_succeed_if.so uid < 1000 quiet
account required pam_permit.so

password requisite pam_pwquality.so try_first_pass local_users_only retry=3 authtok_type=
password sufficient pam_unix.so sha512 shadow nullok try_first_pass use_authtok
password required pam_deny.so

session optional pam_keyinit.so revoke
session required pam_limits.so
-session optional pam_systemd.so
session [success=1 default=ignore] pam_succeed_if.so service in crond quiet use_uid
session required pam_unix.so

------------13.3.3 密码已过期用户---------------------------
[13.3.3]正在检查密码已过期用户.....
[*]未发现密码已过期用户

------------13.3.4 账号超时锁定策略---------------------------
[13.3.4]正在检查账号超时锁定策略.....
[!!!]账号超时未锁定,不符合要求,建议设置小于600秒

------------13.3.5 grub密码策略检查---------------------------
[13.3.5]正在检查grub密码策略.....
cat: /etc/grub.conf: 没有那个文件或目录
[!!!]未设置grub密码,不符合要求,建议设置grub密码

------------13.3.6 lilo密码策略检查---------------------------
[13.3.6]正在检查lilo密码策略.....
[*]未发现/etc/lilo.conf文件
------------13.4selinux策略----------------------
[13.4]正在检查selinux策略.....
selinux策略如下:
SELINUX=enforcing
SELINUXTYPE=targeted

------------13.5sshd配置文件--------------------
------------13.5.1sshd配置----------------------
[13.5.1]正在检查sshd配置.....
[*]sshd配置文件如下:
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
HostKey /etc/ssh/ssh_host_ed25519_key
SyslogFacility AUTHPRIV
AuthorizedKeysFile .ssh/authorized_keys
PasswordAuthentication yes
ChallengeResponseAuthentication no
GSSAPIAuthentication yes
GSSAPICleanupCredentials no
UsePAM yes
X11Forwarding yes
AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE
AcceptEnv XMODIFIERS
Subsystem sftp /usr/libexec/openssh/sftp-server

------------13.5.2空口令登录检查--------------------
[13.5.2]正在检查是否允许空口令登录.....
[*]不允许空口令用户登录

------------13.5.3 root远程登录--------------------
[13.5.3]正在检查是否允许root远程登录.....
[!!!]允许root远程登陆,不符合要求,建议/etc/ssh/sshd_config添加PermitRootLogin no

------------13.5.4 ssh协议版本--------------------
[13.5.4]正在检查ssh协议版本.....
/tmp/buying_linuxcheck.sh: 第 1121 行:[: : 期待整数表达式
[!!!]openssh未ssh2协议,不符合要求
------------13.6 NIS 配置文件--------------------
[13.6]正在检查nis配置.....
[*]NIS服务配置如下:
passwd: files sss
shadow: files sss
group: files sss
hosts: files dns myhostname
bootparams: nisplus [NOTFOUND=return] files
ethers: files
netmasks: files
networks: files
protocols: files
rpc: files
services: files sss
netgroup: nisplus sss
publickey: nisplus
automount: files nisplus sss
aliases: files nisplus

------------13.7 Nginx配置----------------------
------------13.7.1 Nginx配置---------------------
[13.7.1]正在检查Nginx配置文件......
[*]未发现Nginx服务

------------13.7.2 Nginx端口转发分析-------------
[13.7.2]正在检查Nginx端口转发配置......
/conf/nginx.conf: 没有那个文件或目录
[*]未发现端口转发配置

------------13.8 SNMP配置检查-------------
[13.8]正在检查SNMP配置......
snmp服务配置文件不存在,可能没有运行snmp服务

------------14. 可疑文件-------------------------
------------14.1 脚本文件------------------------
[14.1]正在检查脚本文件.....
[!!!]发现以下脚本文件,请注意!!!
/boot/grub2/i386-pc/modinfo.sh
/tmp/buying_linuxcheck.sh

------------14.2 恶意文件---------------------
------------14.3 最近24小时内变动的文件---------------------
find: ‘/proc/8341/task/8341/fd/6’: 没有那个文件或目录
find: ‘/proc/8341/task/8341/fdinfo/6’: 没有那个文件或目录
find: ‘/proc/8341/fd/5’: 没有那个文件或目录
find: ‘/proc/8341/fdinfo/5’: 没有那个文件或目录
/tmp/buying_linuxcheck.sh

------------14.4 文件属性---------------------
------------14.4.1 passwd文件属性---------------------
[14.4.1]正在检查passwd文件属性......
/etc/passwd文件不存在相关安全属性,建议使用chattr +i或chattr +a防止/etc/passwd被删除或修改

------------14.4.2 shadow文件属性---------------------
[14.4.2]正在检查shadow文件属性......
/etc/shadow文件不存在相关安全属性,建议使用chattr +i或chattr +a防止/etc/shadow被删除或修改

------------14.4.3 gshadow文件属性---------------------
[14.4.3]正在检查gshadow文件属性......
/etc/gshadow文件不存在相关安全属性,建议使用chattr +i或chattr +a防止/etc/gshadow被删除或修改

------------14.4.4 group文件属性---------------------
[14.4.4]正在检查group文件属性......
/etc/group文件不存在相关安全属性,建议使用chattr +i或chattr +a防止/etc/group被删除或修改

------------15 文件完整性----------------------
------------15.1 系统文件完整性----------------------
[15.1]正在采集系统关键文件MD5.....
md5sum: /usr/bin/csh: 没有那个文件或目录
md5sum: /usr/bin/ed: 没有那个文件或目录
md5sum: /usr/bin/GET: 没有那个文件或目录
md5sum: /usr/bin/killall: 没有那个文件或目录
md5sum: /usr/bin/locate: 没有那个文件或目录
md5sum: /usr/bin/lynx: 没有那个文件或目录
md5sum: /usr/bin/mail: 没有那个文件或目录
md5sum: /usr/bin/mailx: 没有那个文件或目录
md5sum: /usr/bin/netstat: 没有那个文件或目录
md5sum: /usr/bin/pstree: 没有那个文件或目录
md5sum: /usr/bin/strace: 没有那个文件或目录
md5sum: /usr/bin/tcsh: 没有那个文件或目录
md5sum: /usr/bin/telnet: 没有那个文件或目录
md5sum: /usr/lib/systemd/s: 没有那个文件或目录
md5sum: /usr/local/bin/rkh: 没有那个文件或目录
md5sum: /usr/sbin/chkconfi: 没有那个文件或目录
md5sum: /usr/sbin/fuser: 没有那个文件或目录
md5sum: /usr/sbin/ifconfig: 没有那个文件或目录
md5sum: /usr/sbin/lsof: 没有那个文件或目录
md5sum: /usr/sbin/route: 没有那个文件或目录
md5sum: /usr/sbin/tcpd: 没有那个文件或目录

------------16 日志分析------------------------------
------------16.1 查看日志配置与打包-------------------
------------16.1.1 查看日志配置----------------------
[16.1.1]正在查看日志配置.....
[]日志配置如下:
$WorkDirectory /var/lib/rsyslog
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
$IncludeConfig /etc/rsyslog.d/
.conf
$OmitLocalLogging on
$IMJournalStateFile imjournal.state
.info;mail.none;authpriv.none;cron.none /var/log/messages
authpriv.
/var/log/secure
mail.* -/var/log/maillog
cron.* /var/log/cron
.emerg :omusrmsg:
uucp,news.crit /var/log/spooler
local7.* /var/log/boot.log

------------16.1.2日志是否存在---------------
[16.1.2]正在分析日志文件是否存在.....
[*]日志文件存在

------------16.1.3 日志审核是否开启---------------
[16.1.3]正在分析日志审核是否开启.....
Redirecting to /bin/systemctl status auditd.service
Active: active (running) since 六 2019-05-18 19:18:33 CST; 13min ago
[*]系统日志审核功能已开启,符合要求

------------16.1.4 打包日志---------------
[16.1.4]正在打包日志......
adding: var/log/ (stored 0%)
adding: var/log/tallylog (stored 0%)
adding: var/log/grubby_prune_debug (deflated 31%)
adding: var/log/lastlog (deflated 100%)
adding: var/log/wtmp (deflated 95%)
adding: var/log/tuned/ (stored 0%)
adding: var/log/tuned/tuned.log (deflated 88%)
adding: var/log/audit/ (stored 0%)
adding: var/log/audit/audit.log (deflated 93%)
adding: var/log/chrony/ (stored 0%)
adding: var/log/anaconda/ (stored 0%)
adding: var/log/anaconda/anaconda.log (deflated 84%)
adding: var/log/anaconda/syslog (deflated 85%)
adding: var/log/anaconda/X.log (deflated 79%)
adding: var/log/anaconda/program.log (deflated 82%)
adding: var/log/anaconda/packaging.log (deflated 86%)
adding: var/log/anaconda/storage.log (deflated 89%)
adding: var/log/anaconda/ifcfg.log (deflated 72%)
adding: var/log/anaconda/ks-script-nEmEEs.log (stored 0%)
adding: var/log/anaconda/journal.log (deflated 91%)
adding: var/log/rhsm/ (stored 0%)
adding: var/log/boot.log (deflated 87%)
adding: var/log/firewalld (stored 0%)
adding: var/log/yum.log (deflated 79%)
adding: var/log/dmesg.old (deflated 82%)
adding: var/log/grubby (deflated 53%)
adding: var/log/boot.log-20190508 (deflated 90%)
adding: var/log/cron-20190508 (deflated 83%)
adding: var/log/cron (deflated 74%)
adding: var/log/maillog-20190508 (deflated 69%)
adding: var/log/maillog (deflated 59%)
adding: var/log/messages-20190508 (deflated 86%)
adding: var/log/messages (deflated 86%)
adding: var/log/secure-20190508 (deflated 84%)
adding: var/log/secure (deflated 82%)
adding: var/log/spooler-20190508 (stored 0%)
adding: var/log/spooler (stored 0%)
adding: var/log/btmp-20190508 (deflated 92%)
adding: var/log/btmp (stored 0%)
adding: var/log/dmesg (deflated 82%)
[*]日志打包成功

------------16.2secure日志分析---------------
------------16.2.1成功登录--------------------
[16.2.1]正在检查日志中成功登录的情况.....
[]日志中分析到以下用户成功登录:
May 18 19:32:03 root 192.168.213.135
May 18 19:32:07 root 192.168.213.135
May 8 11:52:01 root 192.168.213.1
[
]登录成功的IP及次数如下:
2 192.168.213.135
9 192.168.213.1
[*]登录成功的用户及次数如下:
11 root

------------16.2.2登录失败--------------------
[16.2.2]存在检查日志中登录失败的情况.....
[!!!]日志中发现以下登录失败的情况:
May 8 11:51:44 root 192.168.213.1
May 8 11:51:44 root 192.168.213.1
[!!!]登录失败的IP及次数如下:
2 192.168.213.1
[!!!]登录失败的用户及次数如下:
2 root

------------16.2.3本机登录情况-----------------
[16.2.4]正在检查图本机登录情况.....
[]本机登录情况:
May 13 10:37:32 root
May 13 10:37:32 root
May 18 19:30:33 root
May 18 19:30:35 root
May 18 19:32:03 root
May 18 19:32:07 root
May 8 11:52:01 root
May 8 11:52:36 root
May 8 11:52:37 root
May 8 12:00:37 root
May 8 12:00:37 root
[
]本机登录账号及次数如下:
11 root

------------16.2.4新增用户-------------------
[16.2.4]正在检查新增用户.....
[*]日志中未发现新增加用户

------------16.2.5新增用户组-----------------
[16.2.5]正在检查新增用户组.....
[*]日志中未发现新增加用户组

------------16.3message日志分析---------------
------------16.3.1传输文件--------------------
[16.3.1]正在检查传输文件.....
[*]日志中未发现传输文件

------------16.3.2历史使用DNS服务器------------
[16.3.2]正在检查日志中使用DNS服务器的情况.....
[*]未发现使用DNS服务器

------------16.4cron日志分析---------------
------------16.4.1定时下载-----------------
[16.4.1]正在分析定时下载.....
[*]未发现定时下载情况

------------16.4.2定时执行脚本-----------------
[16.4.2]正在分析定时执行脚本.....
[*]未发现定时下载脚本

------------16.5yum日志分析----------------------
------------16.5.1下载软件情况-------------------
[16.5.1]正在分析使用yum下载软件情况.....
[*]曾使用yum下载以下软件:
1:bash-completion-2.1-6.el7.noarch
1:perl-parent-0.225-244.el7.noarch
1:perl-Pod-Escapes-1.04-294.el7_6.noarch
1:perl-Pod-Simple-3.28-4.el7.noarch
2:vim-common-7.4.160-5.el7.x86_64
2:vim-enhanced-7.4.160-5.el7.x86_64
2:vim-filesystem-7.4.160-5.el7.x86_64
4:perl-5.16.3-294.el7_6.x86_64
4:perl-libs-5.16.3-294.el7_6.x86_64
4:perl-macros-5.16.3-294.el7_6.x86_64
4:perl-Time-HiRes-1.9725-3.el7.x86_64
gpm-libs-1.20.7-5.el7.x86_64
kernel-3.10.0-957.12.1.el7.x86_64
perl-Carp-1.26-244.el7.noarch
perl-constant-1.27-2.el7.noarch
perl-Encode-2.51-7.el7.x86_64
perl-Exporter-5.68-3.el7.noarch
perl-File-Path-2.09-2.el7.noarch
perl-File-Temp-0.23.01-3.el7.noarch
perl-Filter-1.49-3.el7.x86_64
perl-Getopt-Long-2.40-3.el7.noarch
perl-HTTP-Tiny-0.033-3.el7.noarch
perl-PathTools-3.40-5.el7.x86_64
perl-podlators-2.5.1-3.el7.noarch
perl-Pod-Perldoc-3.20-4.el7.noarch
perl-Pod-Usage-1.63-3.el7.noarch
perl-Scalar-List-Utils-1.27-248.el7.x86_64
perl-Socket-2.010-4.el7.x86_64
perl-Storable-2.45-3.el7.x86_64
perl-Text-ParseWords-3.29-4.el7.noarch
perl-threads-1.87-4.el7.x86_64
perl-threads-shared-1.43-6.el7.x86_64
perl-Time-Local-1.2300-2.el7.noarch
wget-1.14-18.el7.x86_64
zip-3.0-11.el7.x86_64

------------16.5.2下载脚本文件-------------------
[16.5.2]正在分析使用yum下载脚本文件.....
[*]未使用yum下载过脚本文件

------------16.5.3卸载软件情况-------------------
[16.5.3]正在检查使用yum卸载软件情况.....
[*]未使用yum卸载过软件

------------16.5.4可疑工具-----------------
[16.5.4]正在检查使用yum安装的可疑工具.....
[*]未发现使用yum下载过可疑软件

------------16.6 dmesg日志分析----------------------
------------16.6.1 内核自检日志---------------------
[16.6.1]正在查看内核自检日志.....
[]日志自检日志如下:
/tmp/buying_linuxcheck.sh:行1623: [ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.0-957.12.1.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Mon Apr 29 14:59:59 UTC 2019
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.10.0-957.12.1.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=zh_CN.UTF-8
[ 0.000000] Disabled fast string operations
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fedffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003fee0000-0x000000003fefefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000003feff000-0x000000003fefffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000003ff00000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 04/13/2018
[ 0.000000] Hypervisor detected: VMware
[ 0.000000] vmware: TSC freq read from hypervisor : 2501.000 MHz
[ 0.000000] vmware: Host bus clock speed read from hypervisor : 66000000 Hz
[ 0.000000] vmware: using sched offset of 9571150508 ns
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x40000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CBFFF write-protect
[ 0.000000] CC000-EFFFF uncachable
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 00000000000 mask 7FF00000000 write-back
[ 0.000000] 1 base 000C0000000 mask 7FFC0000000 uncachable
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WP UC- UC
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 4GB, type WB
[ 0.000000] reg 1, base: 3GB, range: 1GB, type UC
[ 0.000000] total RAM covered: 3072M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 64K num_reg: 2 lose cover RAM: 0G
[ 0.000000] New variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] found SMP MP-table at [mem 0x000f6a80-0x000f6a8f] mapped at [ffffffffff200a80]
[ 0.000000] Base memory trampoline at [ffff921ac0098000] 98000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x11853000, 0x11853fff] PGTABLE
[ 0.000000] BRK [0x11854000, 0x11854fff] PGTABLE
[ 0.000000] BRK [0x11855000, 0x11855fff] PGTABLE
[ 0.000000] BRK [0x11856000, 0x11856fff] PGTABLE
[ 0.000000] BRK [0x11857000, 0x11857fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x356f3000-0x36b71fff]
[ 0.000000] Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 00000000000f6a10 00024 (v02 PTLTD )
[ 0.000000] ACPI: XSDT 000000003fee965b 0005C (v01 INTEL 440BX 06040000 VMW 01324272)
[ 0.000000] ACPI: FACP 000000003fefee73 000F4 (v04 INTEL 440BX 06040000 PTL 000F4240)
[ 0.000000] ACPI: DSDT 000000003feeaff8 13E7B (v01 PTLTD Custom 06040000 MSFT 03000001)
[ 0.000000] ACPI: FACS 000000003fefffc0 00040
[ 0.000000] ACPI: BOOT 000000003feeafd0 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: APIC 000000003feea88e 00742 (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: MCFG 000000003feea852 0003C (v01 PTLTD $PCITBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: SRAT 000000003fee9757 008A8 (v02 VMWARE MEMPLUG 06040000 VMW 00000001)
[ 0.000000] ACPI: HPET 000000003fee971f 00038 (v01 VMWARE VMW HPET 06040000 VMW 00000001)
[ 0.000000] ACPI: WAET 000000003fee96f7 00028 (v01 VMWARE VMW WAET 06040000 VMW 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] system APIC only can use physical flat
[ 0.000000] Setting APIC routing to physical flat.
[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0e -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x10 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x12 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x14 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x16 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x18 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x1a -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x1c -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x1e -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x20 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x22 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x24 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x26 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x28 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x2a -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x2c -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x2e -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x30 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x32 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x34 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x36 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x38 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x3a -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x3c -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x3e -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x40 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x42 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x44 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x46 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x48 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x4a -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x4c -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x4e -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x50 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x52 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x54 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x56 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x58 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x5a -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x5c -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x5e -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x60 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x62 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x64 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x66 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x68 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x6a -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x6c -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x6e -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x70 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x72 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x74 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x76 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x78 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x7a -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x7c -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x7e -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x80 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x82 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x84 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x86 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x88 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x8a -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x8c -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x8e -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x90 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x92 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x94 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x96 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x98 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x9a -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x9c -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x9e -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xa0 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xa2 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xa4 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xa6 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xa8 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xaa -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xac -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xae -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xb0 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xb2 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xb4 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xb6 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xb8 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xba -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xbc -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xbe -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xc0 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xc2 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xc4 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xc6 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xc8 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xca -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xcc -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xce -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xd0 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xd2 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xd4 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xd6 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xd8 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xda -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xdc -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xde -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xe0 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xe2 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xe4 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xe6 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xe8 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xea -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xec -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xee -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xf0 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xf2 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xf4 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xf6 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xf8 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xfa -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xfc -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0xfe -> Node 0
[ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff]
[ 0.000000] SRAT: Node 0 PXM 0 [mem 0x40000000-0xbfffffff] hotplug
[ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3fffffff] -> [mem 0x00000000-0x3fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd9000-0x3fffffff]
[ 0.000000] crashkernel=auto resulted in zero bytes of reserved memory.
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009dfff]
[ 0.000000] node 0: [mem 0x00100000-0x3fedffff]
[ 0.000000] node 0: [mem 0x3ff00000-0x3fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00001000-0x3fffffff]
[ 0.000000] On node 0 totalpages: 262013
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 4032 pages used for memmap
[ 0.000000] DMA32 zone: 258016 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] system APIC only can use physical flat
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x80] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x41] lapic_id[0x82] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x42] lapic_id[0x84] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x43] lapic_id[0x86] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x44] lapic_id[0x88] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x45] lapic_id[0x8a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x46] lapic_id[0x8c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x47] lapic_id[0x8e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x48] lapic_id[0x90] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x49] lapic_id[0x92] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4a] lapic_id[0x94] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4b] lapic_id[0x96] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4c] lapic_id[0x98] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4d] lapic_id[0x9a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4e] lapic_id[0x9c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4f] lapic_id[0x9e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x50] lapic_id[0xa0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x51] lapic_id[0xa2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x52] lapic_id[0xa4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x53] lapic_id[0xa6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x54] lapic_id[0xa8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x55] lapic_id[0xaa] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x56] lapic_id[0xac] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x57] lapic_id[0xae] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x58] lapic_id[0xb0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x59] lapic_id[0xb2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5a] lapic_id[0xb4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5b] lapic_id[0xb6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5c] lapic_id[0xb8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5d] lapic_id[0xba] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5e] lapic_id[0xbc] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5f] lapic_id[0xbe] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x60] lapic_id[0xc0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x61] lapic_id[0xc2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x62] lapic_id[0xc4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x63] lapic_id[0xc6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x64] lapic_id[0xc8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x65] lapic_id[0xca] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x66] lapic_id[0xcc] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x67] lapic_id[0xce] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x68] lapic_id[0xd0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x69] lapic_id[0xd2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6a] lapic_id[0xd4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6b] lapic_id[0xd6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6c] lapic_id[0xd8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6d] lapic_id[0xda] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6e] lapic_id[0xdc] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6f] lapic_id[0xde] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x70] lapic_id[0xe0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x71] lapic_id[0xe2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x72] lapic_id[0xe4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x73] lapic_id[0xe6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x74] lapic_id[0xe8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x75] lapic_id[0xea] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x76] lapic_id[0xec] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x77] lapic_id[0xee] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x78] lapic_id[0xf0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x79] lapic_id[0xf2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7a] lapic_id[0xf4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7b] lapic_id[0xf6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7c] lapic_id[0xf8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7d] lapic_id[0xfa] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7e] lapic_id[0xfc] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7f] lapic_id[0xfe] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x2c] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x2d] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x2e] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x2f] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x3c] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x3d] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x3e] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x3f] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x40] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x41] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x42] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x43] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x44] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x45] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x46] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x47] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x48] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x49] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x4a] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x4b] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x4c] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x4d] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x4e] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x4f] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x50] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x51] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x52] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x53] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x54] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x55] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x56] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x57] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x58] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x59] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x5a] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x5b] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x5c] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x5d] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x5e] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x5f] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x60] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x61] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x62] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x63] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x64] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x65] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x66] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x67] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x68] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x69] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x6a] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x6b] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x6c] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x6d] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x6e] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x6f] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x70] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x71] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x72] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x73] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x74] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x75] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x76] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x77] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x78] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x79] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x7a] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x7b] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x7c] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x7d] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x7e] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x7f] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086af01 base: 0xfed00000
[ 0.000000] smpboot: Allowing 128 CPUs, 127 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x3fee0000-0x3fefefff]
[ 0.000000] PM: Registered nosave memory: [mem 0x3feff000-0x3fefffff]
[ 0.000000] e820: [mem 0x40000000-0xefffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on VMware hypervisor
[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 38 pages/cpu @ffff921afc600000 s118784 r8192 d28672 u262144
[ 0.000000] pcpu-alloc: s118784 r8192 d28672 u262144 alloc=1
2097152
[ 0.000000] pcpu-alloc: [0] 000 001 002 003 004 005 006 007
[ 0.000000] pcpu-alloc: [0] 008 009 010 011 012 013 014 015
[ 0.000000] pcpu-alloc: [0] 016 017 018 019 020 021 022 023
[ 0.000000] pcpu-alloc: [0] 024 025 026 027 028 029 030 031
[ 0.000000] pcpu-alloc: [0] 032 033 034 035 036 037 038 039
[ 0.000000] pcpu-alloc: [0] 040 041 042 043 044 045 046 047
[ 0.000000] pcpu-alloc: [0] 048 049 050 051 052 053 054 055
[ 0.000000] pcpu-alloc: [0] 056 057 058 059 060 061 062 063
[ 0.000000] pcpu-alloc: [0] 064 065 066 067 068 069 070 071
[ 0.000000] pcpu-alloc: [0] 072 073 074 075 076 077 078 079
[ 0.000000] pcpu-alloc: [0] 080 081 082 083 084 085 086 087
[ 0.000000] pcpu-alloc: [0] 088 089 090 091 092 093 094 095
[ 0.000000] pcpu-alloc: [0] 096 097 098 099 100 101 102 103
[ 0.000000] pcpu-alloc: [0] 104 105 106 107 108 109 110 111
[ 0.000000] pcpu-alloc: [0] 112 113 114 115 116 117 118 119
[ 0.000000] pcpu-alloc: [0] 120 121 122 123 124 125 126 127
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257896
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-957.12.1.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=zh_CN.UTF-8
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[ 0.000000] x86/fpu: xstate_offset[3]: 03c0, xstate_sizes[3]: 0040
[ 0.000000] x86/fpu: xstate_offset[4]: 0400, xstate_sizes[4]: 0040
[ 0.000000] xsave: enabled xstate_bv 0x1f, cntxt size 0x440 using standard form
[ 0.000000] Memory: 971916k/1048576k available (7668k kernel code, 524k absent, 76136k reserved, 6052k data, 1876k init)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=1
[ 0.000000] x86/pti: Unmapping kernel while in userspace
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=128.
[ 0.000000] NR_IRQS:327936 nr_irqs:1448 0
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 4194304 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 2501.000 MHz processor
[ 0.199184] Calibrating delay loop (skipped) preset value.. 5002.00 BogoMIPS (lpj=2501000)
[ 0.199187] pid_max: default: 131072 minimum: 1024
[ 0.199252] Security Framework initialized
[ 0.199259] SELinux: Initializing.
[ 0.199282] SELinux: Starting in permissive mode
[ 0.199283] Yama: becoming mindful.
[ 0.199369] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.202472] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.204586] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.204590] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.205726] Initializing cgroup subsys memory
[ 0.205734] Initializing cgroup subsys devices
[ 0.205735] Initializing cgroup subsys freezer
[ 0.205736] Initializing cgroup subsys net_cls
[ 0.205737] Initializing cgroup subsys blkio
[ 0.205738] Initializing cgroup subsys perf_event
[ 0.205742] Initializing cgroup subsys hugetlb
[ 0.205742] Initializing cgroup subsys pids
[ 0.205744] Initializing cgroup subsys net_prio
[ 0.205825] Disabled fast string operations
[ 0.206863] mce: CPU supports 8 MCE banks
[ 0.206952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.206954] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
[ 0.206955] tlb_flushall_shift: 6
[ 0.206962] Speculative Store Bypass: Vulnerable
[ 0.207011] FEATURE SPEC_CTRL Present
[ 0.207012] FEATURE IBPB_SUPPORT Present
[ 0.207016] Spectre V2 : Mitigation: IBRS (kernel)
[ 0.233501] ACPI: Core revision 20130517
[ 0.245519] ACPI: All ACPI Tables successfully acquired
[ 0.247327] ftrace: allocating 29196 entries in 115 pages
[ 0.277142] Enabling x2apic
[ 0.277199] Enabled x2apic
[ 0.277265] Switched APIC routing to physical x2apic.
[ 0.277618] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.277620] smpboot: CPU0: Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz (fam: 06, model: 9e, stepping: 09)
[ 0.277637] TSC deadline timer enabled
[ 0.277666] Performance Events: Skylake events, core PMU driver.
[ 0.277681] core: CPUID marked event: 'cpu cycles' unavailable
[ 0.277681] core: CPUID marked event: 'instructions' unavailable
[ 0.277682] core: CPUID marked event: 'bus cycles' unavailable
[ 0.277683] core: CPUID marked event: 'cache references' unavailable
[ 0.277683] core: CPUID marked event: 'cache misses' unavailable
[ 0.277684] core: CPUID marked event: 'branch instructions' unavailable
[ 0.277685] core: CPUID marked event: 'branch misses' unavailable
[ 0.277687] ... version: 1
[ 0.277687] ... bit width: 48
[ 0.277688] ... generic registers: 8
[ 0.277689] ... value mask: 0000ffffffffffff
[ 0.277689] ... max period: 000000007fffffff
[ 0.277690] ... fixed-purpose events: 0
[ 0.277691] ... event mask: 00000000000000ff
[ 0.286170] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.286172] NMI watchdog: Shutting down hard lockup detector on all cpus
[ 0.294183] Brought up 1 CPUs
[ 0.294186] smpboot: Max logical packages: 128
[ 0.294189] smpboot: Total of 1 processors activated (5002.00 BogoMIPS)
[ 0.296826] devtmpfs: initialized
[ 0.299560] EVM: security.selinux
[ 0.299562] EVM: security.ima
[ 0.299563] EVM: security.capability
[ 0.299937] PM: Registering ACPI NVS region [mem 0x3feff000-0x3fefffff] (4096 bytes)
[ 0.301984] atomic64 test passed for x86-64 platform with CX8 and with SSE
[ 0.301988] pinctrl core: initialized pinctrl subsystem
[ 0.302146] RTC time: 11:18:18, date: 05/18/19
[ 0.302587] NET: Registered protocol family 16
[ 0.302937] ACPI: bus type PCI registered
[ 0.302939] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.303275] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.303278] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[ 0.303286] PCI: Using configuration type 1 for base access
[ 0.306290] ACPI: Added _OSI(Module Device)
[ 0.306293] ACPI: Added _OSI(Processor Device)
[ 0.306293] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.306294] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.306295] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.310570] ACPI: EC: Look up EC in DSDT
[ 0.315872] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.331380] ACPI: Interpreter enabled
[ 0.331393] ACPI: (supports S0 S1 S4 S5)
[ 0.331394] ACPI: Using IOAPIC for interrupt routing
[ 0.331416] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.331610] ACPI: Enabled 4 GPEs in block 00 to 0F
[ 0.418698] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
[ 0.418706] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.418857] acpi PNP0A03:00: _OSC: platform does not support [AER]
[ 0.419007] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[ 0.420734] PCI host bridge to bus 0000:00
[ 0.420738] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.420739] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.420740] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.420741] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.420742] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.420743] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 0.420744] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.420745] pci_bus 0000:00: root bus resource [io 0x0d00-0xfeff window]
[ 0.420746] pci_bus 0000:00: root bus resource [bus 00-7f]
[ 0.420797] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
[ 0.421402] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
[ 0.422157] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
[ 0.423115] pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
[ 0.424514] pci 0000:00:07.1: reg 0x20: [io 0x1060-0x106f]
[ 0.425015] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.425017] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.425019] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.425020] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.425267] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
[ 0.426781] pci 0000:00:07.3: quirk: [io 0x1000-0x103f] claimed by PIIX4 ACPI
[ 0.426794] pci 0000:00:07.3: quirk: [io 0x1040-0x104f] claimed by PIIX4 SMB
[ 0.427092] pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
[ 0.427496] pci 0000:00:07.7: reg 0x10: [io 0x1080-0x10bf]
[ 0.427833] pci 0000:00:07.7: reg 0x14: [mem 0xfebfe000-0xfebfffff 64bit]
[ 0.429608] pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
[ 0.430393] pci 0000:00:0f.0: reg 0x10: [io 0x1070-0x107f]
[ 0.431175] pci 0000:00:0f.0: reg 0x14: [mem 0xe8000000-0xefffffff pref]
[ 0.431960] pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff]
[ 0.434959] pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
[ 0.435376] pci 0000:00:10.0: [1000:0030] type 00 class 0x010000
[ 0.435838] pci 0000:00:10.0: reg 0x10: [io 0x1400-0x14ff]
[ 0.436240] pci 0000:00:10.0: reg 0x14: [mem 0xfeba0000-0xfebbffff 64bit]
[ 0.436683] pci 0000:00:10.0: reg 0x1c: [mem 0xfebc0000-0xfebdffff 64bit]
[ 0.437443] pci 0000:00:10.0: reg 0x30: [mem 0x00000000-0x00003fff pref]
[ 0.437850] pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
[ 0.438388] pci 0000:00:11.0: System wakeup disabled by ACPI
[ 0.438645] pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
[ 0.439371] pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
[ 0.439541] pci 0000:00:15.0: System wakeup disabled by ACPI
[ 0.439842] pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
[ 0.440580] pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
[ 0.440751] pci 0000:00:15.1: System wakeup disabled by ACPI
[ 0.440939] pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
[ 0.441643] pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
[ 0.441871] pci 0000:00:15.2: System wakeup disabled by ACPI
[ 0.442004] pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
[ 0.444615] pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
[ 0.444852] pci 0000:00:15.3: System wakeup disabled by ACPI
[ 0.444987] pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
[ 0.445703] pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
[ 0.445867] pci 0000:00:15.4: System wakeup disabled by ACPI
[ 0.446035] pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
[ 0.446768] pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
[ 0.446933] pci 0000:00:15.5: System wakeup disabled by ACPI
[ 0.447060] pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
[ 0.447756] pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
[ 0.447973] pci 0000:00:15.6: System wakeup disabled by ACPI
[ 0.448097] pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
[ 0.448829] pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
[ 0.448990] pci 0000:00:15.7: System wakeup disabled by ACPI
[ 0.449182] pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
[ 0.449887] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.450042] pci 0000:00:16.0: System wakeup disabled by ACPI
[ 0.450311] pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
[ 0.451047] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[ 0.451247] pci 0000:00:16.1: System wakeup disabled by ACPI
[ 0.451407] pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
[ 0.452092] pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
[ 0.452250] pci 0000:00:16.2: System wakeup disabled by ACPI
[ 0.452459] pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
[ 0.453140] pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
[ 0.453297] pci 0000:00:16.3: System wakeup disabled by ACPI
[ 0.453473] pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
[ 0.454157] pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
[ 0.454312] pci 0000:00:16.4: System wakeup disabled by ACPI
[ 0.454510] pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
[ 0.455197] pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
[ 0.455360] pci 0000:00:16.5: System wakeup disabled by ACPI
[ 0.455550] pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
[ 0.456234] pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
[ 0.456440] pci 0000:00:16.6: System wakeup disabled by ACPI
[ 0.456644] pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
[ 0.457390] pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
[ 0.457559] pci 0000:00:16.7: System wakeup disabled by ACPI
[ 0.457733] pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
[ 0.458492] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
[ 0.458664] pci 0000:00:17.0: System wakeup disabled by ACPI
[ 0.458984] pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
[ 0.459768] pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
[ 0.459944] pci 0000:00:17.1: System wakeup disabled by ACPI
[ 0.460074] pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
[ 0.460832] pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
[ 0.460992] pci 0000:00:17.2: System wakeup disabled by ACPI
[ 0.461164] pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
[ 0.461853] pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
[ 0.462004] pci 0000:00:17.3: System wakeup disabled by ACPI
[ 0.462188] pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
[ 0.462897] pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
[ 0.463051] pci 0000:00:17.4: System wakeup disabled by ACPI
[ 0.463174] pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
[ 0.463857] pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
[ 0.464053] pci 0000:00:17.5: System wakeup disabled by ACPI
[ 0.464216] pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
[ 0.464930] pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
[ 0.465169] pci 0000:00:17.6: System wakeup disabled by ACPI
[ 0.465387] pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
[ 0.466082] pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
[ 0.466235] pci 0000:00:17.7: System wakeup disabled by ACPI
[ 0.466380] pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
[ 0.467069] pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
[ 0.467222] pci 0000:00:18.0: System wakeup disabled by ACPI
[ 0.467533] pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
[ 0.468217] pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
[ 0.468403] pci 0000:00:18.1: System wakeup disabled by ACPI
[ 0.468570] pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
[ 0.469275] pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
[ 0.469427] pci 0000:00:18.2: System wakeup disabled by ACPI
[ 0.469549] pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
[ 0.470238] pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
[ 0.470427] pci 0000:00:18.3: System wakeup disabled by ACPI
[ 0.470594] pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
[ 0.471345] pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
[ 0.471515] pci 0000:00:18.4: System wakeup disabled by ACPI
[ 0.471729] pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
[ 0.472433] pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
[ 0.472625] pci 0000:00:18.5: System wakeup disabled by ACPI
[ 0.472761] pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
[ 0.473488] pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
[ 0.473657] pci 0000:00:18.6: System wakeup disabled by ACPI
[ 0.473835] pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
[ 0.474533] pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
[ 0.474692] pci 0000:00:18.7: System wakeup disabled by ACPI
[ 0.475224] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.475720] acpiphp: Slot [32] registered
[ 0.475768] acpiphp: Slot [33] registered
[ 0.475807] acpiphp: Slot [34] registered
[ 0.475844] acpiphp: Slot [35] registered
[ 0.475881] acpiphp: Slot [36] registered
[ 0.475952] acpiphp: Slot [37] registered
[ 0.475990] acpiphp: Slot [38] registered
[ 0.476027] acpiphp: Slot [39] registered
[ 0.476063] acpiphp: Slot [40] registered
[ 0.476099] acpiphp: Slot [41] registered
[ 0.476136] acpiphp: Slot [42] registered
[ 0.476172] acpiphp: Slot [43] registered
[ 0.476209] acpiphp: Slot [44] registered
[ 0.476727] acpiphp: Slot [45] registered
[ 0.476767] acpiphp: Slot [46] registered
[ 0.476814] acpiphp: Slot [47] registered
[ 0.476851] acpiphp: Slot [48] registered
[ 0.476888] acpiphp: Slot [49] registered
[ 0.476961] acpiphp: Slot [50] registered
[ 0.476999] acpiphp: Slot [51] registered
[ 0.477036] acpiphp: Slot [52] registered
[ 0.477073] acpiphp: Slot [53] registered
[ 0.477109] acpiphp: Slot [54] registered
[ 0.477146] acpiphp: Slot [55] registered
[ 0.477183] acpiphp: Slot [56] registered
[ 0.477261] acpiphp: Slot [57] registered
[ 0.477306] acpiphp: Slot [58] registered
[ 0.477388] acpiphp: Slot [59] registered
[ 0.477426] acpiphp: Slot [60] registered
[ 0.477558] acpiphp: Slot [61] registered
[ 0.477600] acpiphp: Slot [62] registered
[ 0.477637] acpiphp: Slot [63] registered
[ 0.477717] pci 0000:02:00.0: [15ad:0774] type 00 class 0x0c0300
[ 0.478820] pci 0000:02:00.0: reg 0x20: [io 0x2080-0x209f]
[ 0.479605] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.479852] pci 0000:02:01.0: [8086:100f] type 00 class 0x020000
[ 0.480400] pci 0000:02:01.0: reg 0x10: [mem 0xfd5c0000-0xfd5dffff 64bit]
[ 0.480822] pci 0000:02:01.0: reg 0x18: [mem 0xfdff0000-0xfdffffff 64bit]
[ 0.481243] pci 0000:02:01.0: reg 0x20: [io 0x2000-0x203f]
[ 0.482014] pci 0000:02:01.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 0.482341] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[ 0.482458] pci 0000:02:01.0: System wakeup disabled by ACPI
[ 0.482613] pci 0000:02:02.0: [1274:1371] type 00 class 0x040100
[ 0.482877] pci 0000:02:02.0: reg 0x10: [io 0x2040-0x207f]
[ 0.484541] pci 0000:02:02.0: System wakeup disabled by ACPI
[ 0.484630] pci 0000:02:03.0: [15ad:0770] type 00 class 0x0c0320
[ 0.484856] pci 0000:02:03.0: reg 0x10: [mem 0xfd5ef000-0xfd5effff]
[ 0.486306] pci 0000:02:03.0: System wakeup disabled by ACPI
[ 0.486601] pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
[ 0.486623] pci 0000:00:11.0: bridge window [io 0x2000-0x3fff]
[ 0.486643] pci 0000:00:11.0: bridge window [mem 0xfd500000-0xfdffffff]
[ 0.486683] pci 0000:00:11.0: bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
[ 0.486684] pci 0000:00:11.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.486685] pci 0000:00:11.0: bridge window [mem 0x000cc000-0x000cffff window] (subtractive decode)
[ 0.486686] pci 0000:00:11.0: bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[ 0.486687] pci 0000:00:11.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[ 0.486688] pci 0000:00:11.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[ 0.486717] pci 0000:00:11.0: bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
[ 0.486719] pci 0000:00:11.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.486720] pci 0000:00:11.0: bridge window [io 0x0d00-0xfeff window] (subtractive decode)
[ 0.487051] pci 0000:00:15.0: PCI bridge to [bus 03]
[ 0.487072] pci 0000:00:15.0: bridge window [io 0x4000-0x4fff]
[ 0.487092] pci 0000:00:15.0: bridge window [mem 0xfd400000-0xfd4fffff]
[ 0.487139] pci 0000:00:15.0: bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
[ 0.487495] pci 0000:00:15.1: PCI bridge to [bus 04]
[ 0.487516] pci 0000:00:15.1: bridge window [io 0x8000-0x8fff]
[ 0.487536] pci 0000:00:15.1: bridge window [mem 0xfd000000-0xfd0fffff]
[ 0.487575] pci 0000:00:15.1: bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
[ 0.487928] pci 0000:00:15.2: PCI bridge to [bus 05]
[ 0.487948] pci 0000:00:15.2: bridge window [io 0xc000-0xcfff]
[ 0.487969] pci 0000:00:15.2: bridge window [mem 0xfcc00000-0xfccfffff]
[ 0.488008] pci 0000:00:15.2: bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
[ 0.488376] pci 0000:00:15.3: PCI bridge to [bus 06]
[ 0.488417] pci 0000:00:15.3: bridge window [mem 0xfc800000-0xfc8fffff]
[ 0.488457] pci 0000:00:15.3: bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
[ 0.488838] pci 0000:00:15.4: PCI bridge to [bus 07]
[ 0.488877] pci 0000:00:15.4: bridge window [mem 0xfc400000-0xfc4fffff]
[ 0.488917] pci 0000:00:15.4: bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
[ 0.489311] pci 0000:00:15.5: PCI bridge to [bus 08]
[ 0.489353] pci 0000:00:15.5: bridge window [mem 0xfc000000-0xfc0fffff]
[ 0.489393] pci 0000:00:15.5: bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
[ 0.490109] pci 0000:00:15.6: PCI bridge to [bus 09]
[ 0.490152] pci 0000:00:15.6: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 0.490255] pci 0000:00:15.6: bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
[ 0.490967] pci 0000:00:15.7: PCI bridge to [bus 0a]
[ 0.491008] pci 0000:00:15.7: bridge window [mem 0xfb800000-0xfb8fffff]
[ 0.491047] pci 0000:00:15.7: bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
[ 0.491436] pci 0000:00:16.0: PCI bridge to [bus 0b]
[ 0.491458] pci 0000:00:16.0: bridge window [io 0x5000-0x5fff]
[ 0.491478] pci 0000:00:16.0: bridge window [mem 0xfd300000-0xfd3fffff]
[ 0.491518] pci 0000:00:16.0: bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
[ 0.491897] pci 0000:00:16.1: PCI bridge to [bus 0c]
[ 0.491918] pci 0000:00:16.1: bridge window [io 0x9000-0x9fff]
[ 0.491938] pci 0000:00:16.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.491977] pci 0000:00:16.1: bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
[ 0.492412] pci 0000:00:16.2: PCI bridge to [bus 0d]
[ 0.492434] pci 0000:00:16.2: bridge window [io 0xd000-0xdfff]
[ 0.492454] pci 0000:00:16.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 0.492494] pci 0000:00:16.2: bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
[ 0.492822] pci 0000:00:16.3: PCI bridge to [bus 0e]
[ 0.492862] pci 0000:00:16.3: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.492900] pci 0000:00:16.3: bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
[ 0.493393] pci 0000:00:16.4: PCI bridge to [bus 0f]
[ 0.493434] pci 0000:00:16.4: bridge window [mem 0xfc300000-0xfc3fffff]
[ 0.493477] pci 0000:00:16.4: bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
[ 0.493808] pci 0000:00:16.5: PCI bridge to [bus 10]
[ 0.493847] pci 0000:00:16.5: bridge window [mem 0xfbf00000-0xfbffffff]
[ 0.493887] pci 0000:00:16.5: bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
[ 0.494250] pci 0000:00:16.6: PCI bridge to [bus 11]
[ 0.494292] pci 0000:00:16.6: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 0.494342] pci 0000:00:16.6: bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
[ 0.494707] pci 0000:00:16.7: PCI bridge to [bus 12]
[ 0.494747] pci 0000:00:16.7: bridge window [mem 0xfb700000-0xfb7fffff]
[ 0.494786] pci 0000:00:16.7: bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
[ 0.495127] pci 0000:00:17.0: PCI bridge to [bus 13]
[ 0.495175] pci 0000:00:17.0: bridge window [io 0x6000-0x6fff]
[ 0.495197] pci 0000:00:17.0: bridge window [mem 0xfd200000-0xfd2fffff]
[ 0.495237] pci 0000:00:17.0: bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
[ 0.495577] pci 0000:00:17.1: PCI bridge to [bus 14]
[ 0.495598] pci 0000:00:17.1: bridge window [io 0xa000-0xafff]
[ 0.495619] pci 0000:00:17.1: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.495658] pci 0000:00:17.1: bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
[ 0.496019] pci 0000:00:17.2: PCI bridge to [bus 15]
[ 0.496039] pci 0000:00:17.2: bridge window [io 0xe000-0xefff]
[ 0.496060] pci 0000:00:17.2: bridge window [mem 0xfca00000-0xfcafffff]
[ 0.496098] pci 0000:00:17.2: bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
[ 0.496486] pci 0000:00:17.3: PCI bridge to [bus 16]
[ 0.496526] pci 0000:00:17.3: bridge window [mem 0xfc600000-0xfc6fffff]
[ 0.496565] pci 0000:00:17.3: bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
[ 0.496879] pci 0000:00:17.4: PCI bridge to [bus 17]
[ 0.496918] pci 0000:00:17.4: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.496957] pci 0000:00:17.4: bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
[ 0.497370] pci 0000:00:17.5: PCI bridge to [bus 18]
[ 0.497411] pci 0000:00:17.5: bridge window [mem 0xfbe00000-0xfbefffff]
[ 0.497450] pci 0000:00:17.5: bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
[ 0.497773] pci 0000:00:17.6: PCI bridge to [bus 19]
[ 0.497812] pci 0000:00:17.6: bridge window [mem 0xfba00000-0xfbafffff]
[ 0.497850] pci 0000:00:17.6: bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
[ 0.498196] pci 0000:00:17.7: PCI bridge to [bus 1a]
[ 0.498236] pci 0000:00:17.7: bridge window [mem 0xfb600000-0xfb6fffff]
[ 0.498276] pci 0000:00:17.7: bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
[ 0.498682] pci 0000:00:18.0: PCI bridge to [bus 1b]
[ 0.498703] pci 0000:00:18.0: bridge window [io 0x7000-0x7fff]
[ 0.498723] pci 0000:00:18.0: bridge window [mem 0xfd100000-0xfd1fffff]
[ 0.498762] pci 0000:00:18.0: bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
[ 0.499078] pci 0000:00:18.1: PCI bridge to [bus 1c]
[ 0.499098] pci 0000:00:18.1: bridge window [io 0xb000-0xbfff]
[ 0.499147] pci 0000:00:18.1: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.499190] pci 0000:00:18.1: bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
[ 0.499552] pci 0000:00:18.2: PCI bridge to [bus 1d]
[ 0.499592] pci 0000:00:18.2: bridge window [mem 0xfc900000-0xfc9fffff]
[ 0.499631] pci 0000:00:18.2: bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
[ 0.499985] pci 0000:00:18.3: PCI bridge to [bus 1e]
[ 0.500024] pci 0000:00:18.3: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.500063] pci 0000:00:18.3: bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
[ 0.500431] pci 0000:00:18.4: PCI bridge to [bus 1f]
[ 0.500471] pci 0000:00:18.4: bridge window [mem 0xfc100000-0xfc1fffff]
[ 0.500510] pci 0000:00:18.4: bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
[ 0.500830] pci 0000:00:18.5: PCI bridge to [bus 20]
[ 0.500870] pci 0000:00:18.5: bridge window [mem 0xfbd00000-0xfbdfffff]
[ 0.500910] pci 0000:00:18.5: bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
[ 0.501741] pci 0000:00:18.6: PCI bridge to [bus 21]
[ 0.501782] pci 0000:00:18.6: bridge window [mem 0xfb900000-0xfb9fffff]
[ 0.501822] pci 0000:00:18.6: bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
[ 0.502196] pci 0000:00:18.7: PCI bridge to [bus 22]
[ 0.502237] pci 0000:00:18.7: bridge window [mem 0xfb500000-0xfb5fffff]
[ 0.502278] pci 0000:00:18.7: bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
[ 0.505006] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)
[ 0.505074] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 14 15)
[ 0.505184] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15)
[ 0.505255] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *7 9 10 11 14 15)
[ 0.516877] vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.516884] vgaarb: loaded
[ 0.516885] vgaarb: bridge control possible 0000:00:0f.0
[ 0.517238] SCSI subsystem initialized
[ 0.517259] ACPI: bus type USB registered
[ 0.517272] usbcore: registered new interface driver usbfs
[ 0.517314] usbcore: registered new interface driver hub
[ 0.517356] usbcore: registered new device driver usb
[ 0.517644] EDAC MC: Ver: 3.0.0
[ 0.519208] PCI: Using ACPI for IRQ routing
[ 0.549954] PCI: pci_cache_line_size set to 64 bytes
[ 0.550865] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[ 0.550868] e820: reserve RAM buffer [mem 0x3fee0000-0x3fffffff]
[ 0.551252] NetLabel: Initializing
[ 0.551254] NetLabel: domain hash size = 128
[ 0.551254] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.551264] NetLabel: unlabeled traffic allowed by default
[ 0.551606] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
[ 0.551611] hpet0: 16 comparators, 64-bit 14.318180 MHz counter
[ 0.554722] amd_nb: Cannot enumerate AMD northbridges
[ 0.554759] Switched to clocksource hpet
[ 0.583687] pnp: PnP ACPI init
[ 0.583700] ACPI: bus type PNP registered
[ 0.583893] system 00:00: [io 0x1000-0x103f] could not be reserved
[ 0.583895] system 00:00: [io 0x1040-0x104f] has been reserved
[ 0.583897] system 00:00: [io 0x0cf0-0x0cf1] has been reserved
[ 0.583899] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.583991] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.584017] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.584035] pnp 00:03: Plug and Play ACPI device, IDs VMW0003 PNP0f13 (active)
[ 0.584215] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.584217] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.585620] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.585999] system 00:06: [io 0xfce0-0xfcff] has been reserved
[ 0.586002] system 00:06: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.586004] system 00:06: [mem 0xfe800000-0xfe9fffff] has been reserved
[ 0.586006] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.591103] pnp: PnP ACPI: found 7 devices
[ 0.591107] ACPI: bus type PNP unregistered
[ 0.599357] pci 0000:00:15.3: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000
[ 0.599417] pci 0000:00:15.4: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
[ 0.599475] pci 0000:00:15.5: bridge window [io 0x1000-0x0fff] to [bus 08] add_size 1000
[ 0.599533] pci 0000:00:15.6: bridge window [io 0x1000-0x0fff] to [bus 09] add_size 1000
[ 0.599590] pci 0000:00:15.7: bridge window [io 0x1000-0x0fff] to [bus 0a] add_size 1000
[ 0.599864] pci 0000:00:16.3: bridge window [io 0x1000-0x0fff] to [bus 0e] add_size 1000
[ 0.599924] pci 0000:00:16.4: bridge window [io 0x1000-0x0fff] to [bus 0f] add_size 1000
[ 0.599983] pci 0000:00:16.5: bridge window [io 0x1000-0x0fff] to [bus 10] add_size 1000
[ 0.600041] pci 0000:00:16.6: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000
[ 0.600099] pci 0000:00:16.7: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000
[ 0.600324] pci 0000:00:17.3: bridge window [io 0x1000-0x0fff] to [bus 16] add_size 1000
[ 0.600382] pci 0000:00:17.4: bridge window [io 0x1000-0x0fff] to [bus 17] add_size 1000
[ 0.600440] pci 0000:00:17.5: bridge window [io 0x1000-0x0fff] to [bus 18] add_size 1000
[ 0.600523] pci 0000:00:17.6: bridge window [io 0x1000-0x0fff] to [bus 19] add_size 1000
[ 0.600582] pci 0000:00:17.7: bridge window [io 0x1000-0x0fff] to [bus 1a] add_size 1000
[ 0.600803] pci 0000:00:18.2: bridge window [io 0x1000-0x0fff] to [bus 1d] add_size 1000
[ 0.600862] pci 0000:00:18.3: bridge window [io 0x1000-0x0fff] to [bus 1e] add_size 1000
[ 0.600920] pci 0000:00:18.4: bridge window [io 0x1000-0x0fff] to [bus 1f] add_size 1000
[ 0.600978] pci 0000:00:18.5: bridge window [io 0x1000-0x0fff] to [bus 20] add_size 1000
[ 0.601036] pci 0000:00:18.6: bridge window [io 0x1000-0x0fff] to [bus 21] add_size 1000
[ 0.601094] pci 0000:00:18.7: bridge window [io 0x1000-0x0fff] to [bus 22] add_size 1000
[ 0.601126] pci 0000:00:15.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601127] pci 0000:00:15.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601128] pci 0000:00:15.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601129] pci 0000:00:15.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601130] pci 0000:00:15.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601131] pci 0000:00:15.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601132] pci 0000:00:15.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601133] pci 0000:00:15.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601134] pci 0000:00:15.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601135] pci 0000:00:15.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601136] pci 0000:00:16.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601137] pci 0000:00:16.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601138] pci 0000:00:16.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601139] pci 0000:00:16.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601139] pci 0000:00:16.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601140] pci 0000:00:16.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601141] pci 0000:00:16.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601142] pci 0000:00:16.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601143] pci 0000:00:16.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601144] pci 0000:00:16.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601145] pci 0000:00:17.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601146] pci 0000:00:17.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601147] pci 0000:00:17.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601148] pci 0000:00:17.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601148] pci 0000:00:17.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601149] pci 0000:00:17.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601150] pci 0000:00:17.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601151] pci 0000:00:17.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601152] pci 0000:00:17.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601153] pci 0000:00:17.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601154] pci 0000:00:18.2: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601155] pci 0000:00:18.2: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601156] pci 0000:00:18.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601156] pci 0000:00:18.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601157] pci 0000:00:18.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601158] pci 0000:00:18.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601159] pci 0000:00:18.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601160] pci 0000:00:18.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601161] pci 0000:00:18.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601162] pci 0000:00:18.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601163] pci 0000:00:18.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601164] pci 0000:00:18.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.601168] pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0000000-0xc0007fff pref]
[ 0.601170] pci 0000:00:10.0: BAR 6: assigned [mem 0xc0008000-0xc000bfff pref]
[ 0.601173] pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
[ 0.601174] pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
[ 0.601176] pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
[ 0.601177] pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
[ 0.601178] pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
[ 0.601179] pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
[ 0.601180] pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
[ 0.601181] pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
[ 0.601182] pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
[ 0.601183] pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
[ 0.601184] pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
[ 0.601185] pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
[ 0.601186] pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
[ 0.601187] pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
[ 0.601188] pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
[ 0.601189] pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
[ 0.601190] pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
[ 0.601191] pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
[ 0.601192] pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
[ 0.601193] pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
[ 0.601194] pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
[ 0.601195] pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
[ 0.601196] pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
[ 0.601197] pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
[ 0.601198] pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
[ 0.601199] pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
[ 0.601200] pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
[ 0.601201] pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
[ 0.601202] pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
[ 0.601203] pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
[ 0.601204] pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
[ 0.601205] pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
[ 0.601206] pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
[ 0.601207] pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
[ 0.601208] pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
[ 0.601209] pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
[ 0.601210] pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
[ 0.601211] pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
[ 0.601212] pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
[ 0.601213] pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
[ 0.601214] pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
[ 0.601215] pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
[ 0.601218] pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
[ 0.601219] pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
[ 0.601220] pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
[ 0.601221] pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
[ 0.601222] pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
[ 0.601223] pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
[ 0.601224] pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
[ 0.601225] pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
[ 0.601226] pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
[ 0.601227] pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
[ 0.601228] pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
[ 0.601229] pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
[ 0.601230] pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
[ 0.601231] pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
[ 0.601232] pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
[ 0.601233] pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
[ 0.601234] pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
[ 0.601235] pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
[ 0.601236] pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
[ 0.601237] pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
[ 0.601238] pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
[ 0.601239] pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
[ 0.601240] pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
[ 0.601241] pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
[ 0.601242] pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
[ 0.601243] pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
[ 0.601244] pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
[ 0.601245] pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
[ 0.601246] pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
[ 0.601247] pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
[ 0.601248] pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
[ 0.601249] pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
[ 0.601250] pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
[ 0.601251] pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
[ 0.601252] pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
[ 0.601253] pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
[ 0.601254] pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
[ 0.601255] pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
[ 0.601256] pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
[ 0.601257] pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
[ 0.601258] pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
[ 0.601259] pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
[ 0.601261] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.601353] pci 0000:02:01.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]
[ 0.601354] pci 0000:00:11.0: PCI bridge to [bus 02]
[ 0.601366] pci 0000:00:11.0: bridge window [io 0x2000-0x3fff]
[ 0.601395] pci 0000:00:11.0: bridge window [mem 0xfd500000-0xfdffffff]
[ 0.601415] pci 0000:00:11.0: bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
[ 0.601454] pci 0000:00:15.0: PCI bridge to [bus 03]
[ 0.601466] pci 0000:00:15.0: bridge window [io 0x4000-0x4fff]
[ 0.601496] pci 0000:00:15.0: bridge window [mem 0xfd400000-0xfd4fffff]
[ 0.601516] pci 0000:00:15.0: bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
[ 0.601586] pci 0000:00:15.1: PCI bridge to [bus 04]
[ 0.601598] pci 0000:00:15.1: bridge window [io 0x8000-0x8fff]
[ 0.601627] pci 0000:00:15.1: bridge window [mem 0xfd000000-0xfd0fffff]
[ 0.601688] pci 0000:00:15.1: bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
[ 0.601751] pci 0000:00:15.2: PCI bridge to [bus 05]
[ 0.601774] pci 0000:00:15.2: bridge window [io 0xc000-0xcfff]
[ 0.601805] pci 0000:00:15.2: bridge window [mem 0xfcc00000-0xfccfffff]
[ 0.601826] pci 0000:00:15.2: bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
[ 0.601878] pci 0000:00:15.3: PCI bridge to [bus 06]
[ 0.601908] pci 0000:00:15.3: bridge window [mem 0xfc800000-0xfc8fffff]
[ 0.601928] pci 0000:00:15.3: bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
[ 0.601979] pci 0000:00:15.4: PCI bridge to [bus 07]
[ 0.602009] pci 0000:00:15.4: bridge window [mem 0xfc400000-0xfc4fffff]
[ 0.602029] pci 0000:00:15.4: bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
[ 0.602078] pci 0000:00:15.5: PCI bridge to [bus 08]
[ 0.602108] pci 0000:00:15.5: bridge window [mem 0xfc000000-0xfc0fffff]
[ 0.602128] pci 0000:00:15.5: bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
[ 0.602177] pci 0000:00:15.6: PCI bridge to [bus 09]
[ 0.602207] pci 0000:00:15.6: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 0.602227] pci 0000:00:15.6: bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
[ 0.602276] pci 0000:00:15.7: PCI bridge to [bus 0a]
[ 0.602307] pci 0000:00:15.7: bridge window [mem 0xfb800000-0xfb8fffff]
[ 0.602327] pci 0000:00:15.7: bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
[ 0.602376] pci 0000:00:16.0: PCI bridge to [bus 0b]
[ 0.602387] pci 0000:00:16.0: bridge window [io 0x5000-0x5fff]
[ 0.602417] pci 0000:00:16.0: bridge window [mem 0xfd300000-0xfd3fffff]
[ 0.602436] pci 0000:00:16.0: bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
[ 0.602486] pci 0000:00:16.1: PCI bridge to [bus 0c]
[ 0.602497] pci 0000:00:16.1: bridge window [io 0x9000-0x9fff]
[ 0.602526] pci 0000:00:16.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.602546] pci 0000:00:16.1: bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
[ 0.602595] pci 0000:00:16.2: PCI bridge to [bus 0d]
[ 0.602607] pci 0000:00:16.2: bridge window [io 0xd000-0xdfff]
[ 0.602663] pci 0000:00:16.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 0.602688] pci 0000:00:16.2: bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
[ 0.602749] pci 0000:00:16.3: PCI bridge to [bus 0e]
[ 0.602793] pci 0000:00:16.3: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.602814] pci 0000:00:16.3: bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
[ 0.602867] pci 0000:00:16.4: PCI bridge to [bus 0f]
[ 0.602897] pci 0000:00:16.4: bridge window [mem 0xfc300000-0xfc3fffff]
[ 0.602918] pci 0000:00:16.4: bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
[ 0.602968] pci 0000:00:16.5: PCI bridge to [bus 10]
[ 0.602998] pci 0000:00:16.5: bridge window [mem 0xfbf00000-0xfbffffff]
[ 0.603019] pci 0000:00:16.5: bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
[ 0.603068] pci 0000:00:16.6: PCI bridge to [bus 11]
[ 0.603099] pci 0000:00:16.6: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 0.603119] pci 0000:00:16.6: bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
[ 0.603169] pci 0000:00:16.7: PCI bridge to [bus 12]
[ 0.603199] pci 0000:00:16.7: bridge window [mem 0xfb700000-0xfb7fffff]
[ 0.603219] pci 0000:00:16.7: bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
[ 0.603269] pci 0000:00:17.0: PCI bridge to [bus 13]
[ 0.603281] pci 0000:00:17.0: bridge window [io 0x6000-0x6fff]
[ 0.603310] pci 0000:00:17.0: bridge window [mem 0xfd200000-0xfd2fffff]
[ 0.603330] pci 0000:00:17.0: bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
[ 0.603380] pci 0000:00:17.1: PCI bridge to [bus 14]
[ 0.603391] pci 0000:00:17.1: bridge window [io 0xa000-0xafff]
[ 0.603421] pci 0000:00:17.1: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.603441] pci 0000:00:17.1: bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
[ 0.603490] pci 0000:00:17.2: PCI bridge to [bus 15]
[ 0.603502] pci 0000:00:17.2: bridge window [io 0xe000-0xefff]
[ 0.603531] pci 0000:00:17.2: bridge window [mem 0xfca00000-0xfcafffff]
[ 0.603551] pci 0000:00:17.2: bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
[ 0.603600] pci 0000:00:17.3: PCI bridge to [bus 16]
[ 0.603674] pci 0000:00:17.3: bridge window [mem 0xfc600000-0xfc6fffff]
[ 0.603699] pci 0000:00:17.3: bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
[ 0.603771] pci 0000:00:17.4: PCI bridge to [bus 17]
[ 0.603803] pci 0000:00:17.4: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.603824] pci 0000:00:17.4: bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
[ 0.603876] pci 0000:00:17.5: PCI bridge to [bus 18]
[ 0.603907] pci 0000:00:17.5: bridge window [mem 0xfbe00000-0xfbefffff]
[ 0.603928] pci 0000:00:17.5: bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
[ 0.603978] pci 0000:00:17.6: PCI bridge to [bus 19]
[ 0.604009] pci 0000:00:17.6: bridge window [mem 0xfba00000-0xfbafffff]
[ 0.604029] pci 0000:00:17.6: bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
[ 0.604079] pci 0000:00:17.7: PCI bridge to [bus 1a]
[ 0.604109] pci 0000:00:17.7: bridge window [mem 0xfb600000-0xfb6fffff]
[ 0.604129] pci 0000:00:17.7: bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
[ 0.604179] pci 0000:00:18.0: PCI bridge to [bus 1b]
[ 0.604190] pci 0000:00:18.0: bridge window [io 0x7000-0x7fff]
[ 0.604220] pci 0000:00:18.0: bridge window [mem 0xfd100000-0xfd1fffff]
[ 0.604240] pci 0000:00:18.0: bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
[ 0.604290] pci 0000:00:18.1: PCI bridge to [bus 1c]
[ 0.604301] pci 0000:00:18.1: bridge window [io 0xb000-0xbfff]
[ 0.604331] pci 0000:00:18.1: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.604351] pci 0000:00:18.1: bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
[ 0.604400] pci 0000:00:18.2: PCI bridge to [bus 1d]
[ 0.604430] pci 0000:00:18.2: bridge window [mem 0xfc900000-0xfc9fffff]
[ 0.604450] pci 0000:00:18.2: bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
[ 0.604499] pci 0000:00:18.3: PCI bridge to [bus 1e]
[ 0.604529] pci 0000:00:18.3: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.604550] pci 0000:00:18.3: bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
[ 0.604599] pci 0000:00:18.4: PCI bridge to [bus 1f]
[ 0.604638] pci 0000:00:18.4: bridge window [mem 0xfc100000-0xfc1fffff]
[ 0.604658] pci 0000:00:18.4: bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
[ 0.604707] pci 0000:00:18.5: PCI bridge to [bus 20]
[ 0.604737] pci 0000:00:18.5: bridge window [mem 0xfbd00000-0xfbdfffff]
[ 0.604766] pci 0000:00:18.5: bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
[ 0.604817] pci 0000:00:18.6: PCI bridge to [bus 21]
[ 0.604847] pci 0000:00:18.6: bridge window [mem 0xfb900000-0xfb9fffff]
[ 0.604867] pci 0000:00:18.6: bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
[ 0.604916] pci 0000:00:18.7: PCI bridge to [bus 22]
[ 0.604946] pci 0000:00:18.7: bridge window [mem 0xfb500000-0xfb5fffff]
[ 0.604966] pci 0000:00:18.7: bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
[ 0.605017] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[ 0.605018] pci_bus 0000:00: resource 5 [mem 0x000cc000-0x000cffff window]
[ 0.605019] pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff window]
[ 0.605019] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
[ 0.605020] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
[ 0.605021] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff window]
[ 0.605022] pci_bus 0000:00: resource 10 [io 0x0000-0x0cf7 window]
[ 0.605023] pci_bus 0000:00: resource 11 [io 0x0d00-0xfeff window]
[ 0.605024] pci_bus 0000:02: resource 0 [io 0x2000-0x3fff]
[ 0.605025] pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfdffffff]
[ 0.605026] pci_bus 0000:02: resource 2 [mem 0xe7b00000-0xe7ffffff 64bit pref]
[ 0.605027] pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window]
[ 0.605028] pci_bus 0000:02: resource 5 [mem 0x000cc000-0x000cffff window]
[ 0.605029] pci_bus 0000:02: resource 6 [mem 0x000d0000-0x000d3fff window]
[ 0.605029] pci_bus 0000:02: resource 7 [mem 0x000d4000-0x000d7fff window]
[ 0.605030] pci_bus 0000:02: resource 8 [mem 0x000d8000-0x000dbfff window]
[ 0.605031] pci_bus 0000:02: resource 9 [mem 0xc0000000-0xfebfffff window]
[ 0.605032] pci_bus 0000:02: resource 10 [io 0x0000-0x0cf7 window]
[ 0.605033] pci_bus 0000:02: resource 11 [io 0x0d00-0xfeff window]
[ 0.605034] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
[ 0.605035] pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff]
[ 0.605036] pci_bus 0000:03: resource 2 [mem 0xe7a00000-0xe7afffff 64bit pref]
[ 0.605037] pci_bus 0000:04: resource 0 [io 0x8000-0x8fff]
[ 0.605037] pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd0fffff]
[ 0.605038] pci_bus 0000:04: resource 2 [mem 0xe7600000-0xe76fffff 64bit pref]
[ 0.605039] pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
[ 0.605040] pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff]
[ 0.605041] pci_bus 0000:05: resource 2 [mem 0xe7200000-0xe72fffff 64bit pref]
[ 0.605042] pci_bus 0000:06: resource 1 [mem 0xfc800000-0xfc8fffff]
[ 0.605043] pci_bus 0000:06: resource 2 [mem 0xe6e00000-0xe6efffff 64bit pref]
[ 0.605044] pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff]
[ 0.605044] pci_bus 0000:07: resource 2 [mem 0xe6a00000-0xe6afffff 64bit pref]
[ 0.605045] pci_bus 0000:08: resource 1 [mem 0xfc000000-0xfc0fffff]
[ 0.605046] pci_bus 0000:08: resource 2 [mem 0xe6600000-0xe66fffff 64bit pref]
[ 0.605047] pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff]
[ 0.605048] pci_bus 0000:09: resource 2 [mem 0xe6200000-0xe62fffff 64bit pref]
[ 0.605049] pci_bus 0000:0a: resource 1 [mem 0xfb800000-0xfb8fffff]
[ 0.605049] pci_bus 0000:0a: resource 2 [mem 0xe5e00000-0xe5efffff 64bit pref]
[ 0.605050] pci_bus 0000:0b: resource 0 [io 0x5000-0x5fff]
[ 0.605051] pci_bus 0000:0b: resource 1 [mem 0xfd300000-0xfd3fffff]
[ 0.605052] pci_bus 0000:0b: resource 2 [mem 0xe7900000-0xe79fffff 64bit pref]
[ 0.605053] pci_bus 0000:0c: resource 0 [io 0x9000-0x9fff]
[ 0.605054] pci_bus 0000:0c: resource 1 [mem 0xfcf00000-0xfcffffff]
[ 0.605054] pci_bus 0000:0c: resource 2 [mem 0xe7500000-0xe75fffff 64bit pref]
[ 0.605055] pci_bus 0000:0d: resource 0 [io 0xd000-0xdfff]
[ 0.605056] pci_bus 0000:0d: resource 1 [mem 0xfcb00000-0xfcbfffff]
[ 0.605057] pci_bus 0000:0d: resource 2 [mem 0xe7100000-0xe71fffff 64bit pref]
[ 0.605058] pci_bus 0000:0e: resource 1 [mem 0xfc700000-0xfc7fffff]
[ 0.605059] pci_bus 0000:0e: resource 2 [mem 0xe6d00000-0xe6dfffff 64bit pref]
[ 0.605059] pci_bus 0000:0f: resource 1 [mem 0xfc300000-0xfc3fffff]
[ 0.605060] pci_bus 0000:0f: resource 2 [mem 0xe6900000-0xe69fffff 64bit pref]
[ 0.605061] pci_bus 0000:10: resource 1 [mem 0xfbf00000-0xfbffffff]
[ 0.605062] pci_bus 0000:10: resource 2 [mem 0xe6500000-0xe65fffff 64bit pref]
[ 0.605063] pci_bus 0000:11: resource 1 [mem 0xfbb00000-0xfbbfffff]
[ 0.605064] pci_bus 0000:11: resource 2 [mem 0xe6100000-0xe61fffff 64bit pref]
[ 0.605064] pci_bus 0000:12: resource 1 [mem 0xfb700000-0xfb7fffff]
[ 0.605065] pci_bus 0000:12: resource 2 [mem 0xe5d00000-0xe5dfffff 64bit pref]
[ 0.605066] pci_bus 0000:13: resource 0 [io 0x6000-0x6fff]
[ 0.605067] pci_bus 0000:13: resource 1 [mem 0xfd200000-0xfd2fffff]
[ 0.605068] pci_bus 0000:13: resource 2 [mem 0xe7800000-0xe78fffff 64bit pref]
[ 0.605069] pci_bus 0000:14: resource 0 [io 0xa000-0xafff]
[ 0.605069] pci_bus 0000:14: resource 1 [mem 0xfce00000-0xfcefffff]
[ 0.605070] pci_bus 0000:14: resource 2 [mem 0xe7400000-0xe74fffff 64bit pref]
[ 0.605071] pci_bus 0000:15: resource 0 [io 0xe000-0xefff]
[ 0.605072] pci_bus 0000:15: resource 1 [mem 0xfca00000-0xfcafffff]
[ 0.605073] pci_bus 0000:15: resource 2 [mem 0xe7000000-0xe70fffff 64bit pref]
[ 0.605074] pci_bus 0000:16: resource 1 [mem 0xfc600000-0xfc6fffff]
[ 0.605074] pci_bus 0000:16: resource 2 [mem 0xe6c00000-0xe6cfffff 64bit pref]
[ 0.605075] pci_bus 0000:17: resource 1 [mem 0xfc200000-0xfc2fffff]
[ 0.605076] pci_bus 0000:17: resource 2 [mem 0xe6800000-0xe68fffff 64bit pref]
[ 0.605077] pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbefffff]
[ 0.605078] pci_bus 0000:18: resource 2 [mem 0xe6400000-0xe64fffff 64bit pref]
[ 0.605079] pci_bus 0000:19: resource 1 [mem 0xfba00000-0xfbafffff]
[ 0.605079] pci_bus 0000:19: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref]
[ 0.605080] pci_bus 0000:1a: resource 1 [mem 0xfb600000-0xfb6fffff]
[ 0.605081] pci_bus 0000:1a: resource 2 [mem 0xe5c00000-0xe5cfffff 64bit pref]
[ 0.605082] pci_bus 0000:1b: resource 0 [io 0x7000-0x7fff]
[ 0.605083] pci_bus 0000:1b: resource 1 [mem 0xfd100000-0xfd1fffff]
[ 0.605084] pci_bus 0000:1b: resource 2 [mem 0xe7700000-0xe77fffff 64bit pref]
[ 0.605085] pci_bus 0000:1c: resource 0 [io 0xb000-0xbfff]
[ 0.605086] pci_bus 0000:1c: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 0.605086] pci_bus 0000:1c: resource 2 [mem 0xe7300000-0xe73fffff 64bit pref]
[ 0.605087] pci_bus 0000:1d: resource 1 [mem 0xfc900000-0xfc9fffff]
[ 0.605088] pci_bus 0000:1d: resource 2 [mem 0xe6f00000-0xe6ffffff 64bit pref]
[ 0.605089] pci_bus 0000:1e: resource 1 [mem 0xfc500000-0xfc5fffff]
[ 0.605090] pci_bus 0000:1e: resource 2 [mem 0xe6b00000-0xe6bfffff 64bit pref]
[ 0.605091] pci_bus 0000:1f: resource 1 [mem 0xfc100000-0xfc1fffff]
[ 0.605091] pci_bus 0000:1f: resource 2 [mem 0xe6700000-0xe67fffff 64bit pref]
[ 0.605093] pci_bus 0000:20: resource 1 [mem 0xfbd00000-0xfbdfffff]
[ 0.605093] pci_bus 0000:20: resource 2 [mem 0xe6300000-0xe63fffff 64bit pref]
[ 0.605094] pci_bus 0000:21: resource 1 [mem 0xfb900000-0xfb9fffff]
[ 0.605095] pci_bus 0000:21: resource 2 [mem 0xe5f00000-0xe5ffffff 64bit pref]
[ 0.605096] pci_bus 0000:22: resource 1 [mem 0xfb500000-0xfb5fffff]
[ 0.605097] pci_bus 0000:22: resource 2 [mem 0xe5b00000-0xe5bfffff 64bit pref]
[ 0.605266] NET: Registered protocol family 2
[ 0.607273] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.607637] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[ 0.608170] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.608835] TCP: reno registered
[ 0.608846] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.608917] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.610767] NET: Registered protocol family 1
[ 0.610780] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.610876] pci 0000:00:0f.0: Boot video device
[ 0.612045] PCI: CLS mismatch (32 != 64), using 64 bytes
[ 0.612497] Unpacking initramfs...
[ 1.135059] Freeing initrd memory: 20988k freed
[ 1.136981] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 10737418240 ms ovfl timer
[ 1.136983] RAPL PMU: hw unit of domain pp0-core 2^-0 Joules
[ 1.136984] RAPL PMU: hw unit of domain package 2^-0 Joules
[ 1.136985] RAPL PMU: hw unit of domain dram 2^-0 Joules
[ 1.136985] RAPL PMU: hw unit of domain pp1-gpu 2^-0 Joules
[ 1.136986] RAPL PMU: hw unit of domain psys 2^-0 Joules
[ 1.136998] Simple Boot Flag at 0x36 set to 0x80
[ 1.137063] Switched to clocksource tsc
[ 1.138965] sha1_ssse3: Using AVX2 optimized SHA-1 implementation
[ 1.139001] sha256_ssse3: Using AVX2 optimized SHA-256 implementation
[ 1.141869] futex hash table entries: 32768 (order: 9, 2097152 bytes)
[ 1.149930] Initialise system trusted keyring
[ 1.149960] audit: initializing netlink socket (disabled)
[ 1.149968] type=2000 audit(1558178298.912:1): initialized
[ 1.182611] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[ 1.182613] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.183742] zpool: loaded
[ 1.183746] zbud: loaded
[ 1.183905] VFS: Disk quotas dquot_6.5.2
[ 1.184045] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.184276] msgmni has been set to 1939
[ 1.184335] Key type big_key registered
[ 1.184337] SELinux: Registering netfilter hooks
[ 1.184987] NET: Registered protocol family 38
[ 1.184994] Key type asymmetric registered
[ 1.184997] Asymmetric key parser 'x509' registered
[ 1.185035] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 1.185087] io scheduler noop registered
[ 1.185090] io scheduler deadline registered (default)
[ 1.185117] io scheduler cfq registered
[ 1.185119] io scheduler mq-deadline registered
[ 1.185123] io scheduler kyber registered
[ 1.185481] pcieport 0000:00:15.0: irq 24 for MSI/MSI-X
[ 1.186129] pcieport 0000:00:15.1: irq 25 for MSI/MSI-X
[ 1.186718] pcieport 0000:00:15.2: irq 26 for MSI/MSI-X
[ 1.187373] pcieport 0000:00:15.3: irq 27 for MSI/MSI-X
[ 1.188065] pcieport 0000:00:15.4: irq 28 for MSI/MSI-X
[ 1.188664] pcieport 0000:00:15.5: irq 29 for MSI/MSI-X
[ 1.189609] pcieport 0000:00:15.6: irq 30 for MSI/MSI-X
[ 1.190403] pcieport 0000:00:15.7: irq 31 for MSI/MSI-X
[ 1.191055] pcieport 0000:00:16.0: irq 32 for MSI/MSI-X
[ 1.191648] pcieport 0000:00:16.1: irq 33 for MSI/MSI-X
[ 1.192251] pcieport 0000:00:16.2: irq 34 for MSI/MSI-X
[ 1.192831] pcieport 0000:00:16.3: irq 35 for MSI/MSI-X
[ 1.193448] pcieport 0000:00:16.4: irq 36 for MSI/MSI-X
[ 1.194075] pcieport 0000:00:16.5: irq 37 for MSI/MSI-X
[ 1.194660] pcieport 0000:00:16.6: irq 38 for MSI/MSI-X
[ 1.195273] pcieport 0000:00:16.7: irq 39 for MSI/MSI-X
[ 1.195890] pcieport 0000:00:17.0: irq 40 for MSI/MSI-X
[ 1.196485] pcieport 0000:00:17.1: irq 41 for MSI/MSI-X
[ 1.197120] pcieport 0000:00:17.2: irq 42 for MSI/MSI-X
[ 1.197710] pcieport 0000:00:17.3: irq 43 for MSI/MSI-X
[ 1.198338] pcieport 0000:00:17.4: irq 44 for MSI/MSI-X
[ 1.198999] pcieport 0000:00:17.5: irq 45 for MSI/MSI-X
[ 1.199588] pcieport 0000:00:17.6: irq 46 for MSI/MSI-X
[ 1.200205] pcieport 0000:00:17.7: irq 47 for MSI/MSI-X
[ 1.200816] pcieport 0000:00:18.0: irq 48 for MSI/MSI-X
[ 1.201427] pcieport 0000:00:18.1: irq 49 for MSI/MSI-X
[ 1.202069] pcieport 0000:00:18.2: irq 50 for MSI/MSI-X
[ 1.202656] pcieport 0000:00:18.3: irq 51 for MSI/MSI-X
[ 1.203382] pcieport 0000:00:18.4: irq 52 for MSI/MSI-X
[ 1.204024] pcieport 0000:00:18.5: irq 53 for MSI/MSI-X
[ 1.204618] pcieport 0000:00:18.6: irq 54 for MSI/MSI-X
[ 1.205284] pcieport 0000:00:18.7: irq 55 for MSI/MSI-X
[ 1.205791] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
[ 1.205841] pcie_pme 0000:00:15.0:pcie001: service driver pcie_pme loaded
[ 1.205996] pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
[ 1.206019] pcie_pme 0000:00:15.1:pcie001: service driver pcie_pme loaded
[ 1.206128] pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt
[ 1.206149] pcie_pme 0000:00:15.2:pcie001: service driver pcie_pme loaded
[ 1.206458] pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt
[ 1.206481] pcie_pme 0000:00:15.3:pcie001: service driver pcie_pme loaded
[ 1.207513] pcieport 0000:00:15.4: Signaling PME through PCIe PME interrupt
[ 1.207538] pcie_pme 0000:00:15.4:pcie001: service driver pcie_pme loaded
[ 1.207655] pcieport 0000:00:15.5: Signaling PME through PCIe PME interrupt
[ 1.207677] pcie_pme 0000:00:15.5:pcie001: service driver pcie_pme loaded
[ 1.207805] pcieport 0000:00:15.6: Signaling PME through PCIe PME interrupt
[ 1.207828] pcie_pme 0000:00:15.6:pcie001: service driver pcie_pme loaded
[ 1.207935] pcieport 0000:00:15.7: Signaling PME through PCIe PME interrupt
[ 1.207956] pcie_pme 0000:00:15.7:pcie001: service driver pcie_pme loaded
[ 1.208061] pcieport 0000:00:16.0: Signaling PME through PCIe PME interrupt
[ 1.208082] pcie_pme 0000:00:16.0:pcie001: service driver pcie_pme loaded
[ 1.208186] pcieport 0000:00:16.1: Signaling PME through PCIe PME interrupt
[ 1.208207] pcie_pme 0000:00:16.1:pcie001: service driver pcie_pme loaded
[ 1.208311] pcieport 0000:00:16.2: Signaling PME through PCIe PME interrupt
[ 1.208332] pcie_pme 0000:00:16.2:pcie001: service driver pcie_pme loaded
[ 1.208437] pcieport 0000:00:16.3: Signaling PME through PCIe PME interrupt
[ 1.208458] pcie_pme 0000:00:16.3:pcie001: service driver pcie_pme loaded
[ 1.208563] pcieport 0000:00:16.4: Signaling PME through PCIe PME interrupt
[ 1.208584] pcie_pme 0000:00:16.4:pcie001: service driver pcie_pme loaded
[ 1.208688] pcieport 0000:00:16.5: Signaling PME through PCIe PME interrupt
[ 1.208709] pcie_pme 0000:00:16.5:pcie001: service driver pcie_pme loaded
[ 1.208964] pcieport 0000:00:16.6: Signaling PME through PCIe PME interrupt
[ 1.208988] pcie_pme 0000:00:16.6:pcie001: service driver pcie_pme loaded
[ 1.209101] pcieport 0000:00:16.7: Signaling PME through PCIe PME interrupt
[ 1.209123] pcie_pme 0000:00:16.7:pcie001: service driver pcie_pme loaded
[ 1.209229] pcieport 0000:00:17.0: Signaling PME through PCIe PME interrupt
[ 1.209250] pcie_pme 0000:00:17.0:pcie001: service driver pcie_pme loaded
[ 1.209360] pcieport 0000:00:17.1: Signaling PME through PCIe PME interrupt
[ 1.209382] pcie_pme 0000:00:17.1:pcie001: service driver pcie_pme loaded
[ 1.209490] pcieport 0000:00:17.2: Signaling PME through PCIe PME interrupt
[ 1.209511] pcie_pme 0000:00:17.2:pcie001: service driver pcie_pme loaded
[ 1.209616] pcieport 0000:00:17.3: Signaling PME through PCIe PME interrupt
[ 1.209637] pcie_pme 0000:00:17.3:pcie001: service driver pcie_pme loaded
[ 1.209742] pcieport 0000:00:17.4: Signaling PME through PCIe PME interrupt
[ 1.209772] pcie_pme 0000:00:17.4:pcie001: service driver pcie_pme loaded
[ 1.209886] pcieport 0000:00:17.5: Signaling PME through PCIe PME interrupt
[ 1.209907] pcie_pme 0000:00:17.5:pcie001: service driver pcie_pme loaded
[ 1.210011] pcieport 0000:00:17.6: Signaling PME through PCIe PME interrupt
[ 1.210031] pcie_pme 0000:00:17.6:pcie001: service driver pcie_pme loaded
[ 1.210137] pcieport 0000:00:17.7: Signaling PME through PCIe PME interrupt
[ 1.210158] pcie_pme 0000:00:17.7:pcie001: service driver pcie_pme loaded
[ 1.210269] pcieport 0000:00:18.0: Signaling PME through PCIe PME interrupt
[ 1.210290] pcie_pme 0000:00:18.0:pcie001: service driver pcie_pme loaded
[ 1.210394] pcieport 0000:00:18.1: Signaling PME through PCIe PME interrupt
[ 1.210415] pcie_pme 0000:00:18.1:pcie001: service driver pcie_pme loaded
[ 1.210519] pcieport 0000:00:18.2: Signaling PME through PCIe PME interrupt
[ 1.210539] pcie_pme 0000:00:18.2:pcie001: service driver pcie_pme loaded
[ 1.210644] pcieport 0000:00:18.3: Signaling PME through PCIe PME interrupt
[ 1.210664] pcie_pme 0000:00:18.3:pcie001: service driver pcie_pme loaded
[ 1.210774] pcieport 0000:00:18.4: Signaling PME through PCIe PME interrupt
[ 1.210820] pcie_pme 0000:00:18.4:pcie001: service driver pcie_pme loaded
[ 1.210935] pcieport 0000:00:18.5: Signaling PME through PCIe PME interrupt
[ 1.210957] pcie_pme 0000:00:18.5:pcie001: service driver pcie_pme loaded
[ 1.211064] pcieport 0000:00:18.6: Signaling PME through PCIe PME interrupt
[ 1.211085] pcie_pme 0000:00:18.6:pcie001: service driver pcie_pme loaded
[ 1.211191] pcieport 0000:00:18.7: Signaling PME through PCIe PME interrupt
[ 1.211212] pcie_pme 0000:00:18.7:pcie001: service driver pcie_pme loaded
[ 1.211237] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.211275] pciehp 0000:00:15.0:pcie004: Slot #160 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.211334] pciehp 0000:00:15.0:pcie004: service driver pciehp loaded
[ 1.211369] pciehp 0000:00:15.1:pcie004: Slot #161 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.211420] pciehp 0000:00:15.1:pcie004: service driver pciehp loaded
[ 1.211455] pciehp 0000:00:15.2:pcie004: Slot #162 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.211504] pciehp 0000:00:15.2:pcie004: service driver pciehp loaded
[ 1.211539] pciehp 0000:00:15.3:pcie004: Slot #163 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.211588] pciehp 0000:00:15.3:pcie004: service driver pciehp loaded
[ 1.211623] pciehp 0000:00:15.4:pcie004: Slot #164 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.211672] pciehp 0000:00:15.4:pcie004: service driver pciehp loaded
[ 1.211706] pciehp 0000:00:15.5:pcie004: Slot #165 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.211762] pciehp 0000:00:15.5:pcie004: service driver pciehp loaded
[ 1.211837] pciehp 0000:00:15.6:pcie004: Slot #166 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.211891] pciehp 0000:00:15.6:pcie004: service driver pciehp loaded
[ 1.211927] pciehp 0000:00:15.7:pcie004: Slot #167 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.211977] pciehp 0000:00:15.7:pcie004: service driver pciehp loaded
[ 1.212012] pciehp 0000:00:16.0:pcie004: Slot #192 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.212061] pciehp 0000:00:16.0:pcie004: service driver pciehp loaded
[ 1.212095] pciehp 0000:00:16.1:pcie004: Slot #193 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.212144] pciehp 0000:00:16.1:pcie004: service driver pciehp loaded
[ 1.212179] pciehp 0000:00:16.2:pcie004: Slot #194 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.212228] pciehp 0000:00:16.2:pcie004: service driver pciehp loaded
[ 1.212263] pciehp 0000:00:16.3:pcie004: Slot #195 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.212311] pciehp 0000:00:16.3:pcie004: service driver pciehp loaded
[ 1.212347] pciehp 0000:00:16.4:pcie004: Slot #196 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.212396] pciehp 0000:00:16.4:pcie004: service driver pciehp loaded
[ 1.212431] pciehp 0000:00:16.5:pcie004: Slot #197 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.212478] pciehp 0000:00:16.5:pcie004: service driver pciehp loaded
[ 1.212512] pciehp 0000:00:16.6:pcie004: Slot #198 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.212559] pciehp 0000:00:16.6:pcie004: service driver pciehp loaded
[ 1.212593] pciehp 0000:00:16.7:pcie004: Slot #199 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.212641] pciehp 0000:00:16.7:pcie004: service driver pciehp loaded
[ 1.212675] pciehp 0000:00:17.0:pcie004: Slot #224 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.212723] pciehp 0000:00:17.0:pcie004: service driver pciehp loaded
[ 1.212764] pciehp 0000:00:17.1:pcie004: Slot #225 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.212869] pciehp 0000:00:17.1:pcie004: service driver pciehp loaded
[ 1.212908] pciehp 0000:00:17.2:pcie004: Slot #226 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.212960] pciehp 0000:00:17.2:pcie004: service driver pciehp loaded
[ 1.212995] pciehp 0000:00:17.3:pcie004: Slot #227 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.213048] pciehp 0000:00:17.3:pcie004: service driver pciehp loaded
[ 1.213083] pciehp 0000:00:17.4:pcie004: Slot #228 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.213133] pciehp 0000:00:17.4:pcie004: service driver pciehp loaded
[ 1.213169] pciehp 0000:00:17.5:pcie004: Slot #229 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.213218] pciehp 0000:00:17.5:pcie004: service driver pciehp loaded
[ 1.213253] pciehp 0000:00:17.6:pcie004: Slot #230 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.213302] pciehp 0000:00:17.6:pcie004: service driver pciehp loaded
[ 1.213338] pciehp 0000:00:17.7:pcie004: Slot #231 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.213387] pciehp 0000:00:17.7:pcie004: service driver pciehp loaded
[ 1.213423] pciehp 0000:00:18.0:pcie004: Slot #256 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.213473] pciehp 0000:00:18.0:pcie004: service driver pciehp loaded
[ 1.213508] pciehp 0000:00:18.1:pcie004: Slot #257 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.213557] pciehp 0000:00:18.1:pcie004: service driver pciehp loaded
[ 1.213592] pciehp 0000:00:18.2:pcie004: Slot #258 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.213643] pciehp 0000:00:18.2:pcie004: service driver pciehp loaded
[ 1.213679] pciehp 0000:00:18.3:pcie004: Slot #259 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.213728] pciehp 0000:00:18.3:pcie004: service driver pciehp loaded
[ 1.213781] pciehp 0000:00:18.4:pcie004: Slot #260 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.213832] pciehp 0000:00:18.4:pcie004: service driver pciehp loaded
[ 1.213867] pciehp 0000:00:18.5:pcie004: Slot #261 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.213915] pciehp 0000:00:18.5:pcie004: service driver pciehp loaded
[ 1.213950] pciehp 0000:00:18.6:pcie004: Slot #262 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.214000] pciehp 0000:00:18.6:pcie004: service driver pciehp loaded
[ 1.214034] pciehp 0000:00:18.7:pcie004: Slot #263 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 1.214082] pciehp 0000:00:18.7:pcie004: service driver pciehp loaded
[ 1.214088] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.214126] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.214184] intel_idle: does not run on family 6 model 158
[ 1.214370] ACPI: AC Adapter [ACAD] (on-line)
[ 1.214437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 1.214440] ACPI: Power Button [PWRF]
[ 1.214608] GHES: HEST is not enabled!
[ 1.214661] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.238504] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.239961] Non-volatile memory driver v1.3
[ 1.239980] Linux agpgart interface v0.103
[ 1.240040] agpgart-intel 0000:00:00.0: Intel 440BX Chipset
[ 1.240289] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0
[ 1.240346] crash memory driver: version 1.1
[ 1.240386] rdac: device handler registered
[ 1.240406] hp_sw: device handler registered
[ 1.240407] emc: device handler registered
[ 1.240450] alua: device handler registered
[ 1.240477] libphy: Fixed MDIO Bus: probed
[ 1.240499] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.240502] ehci-pci: EHCI PCI platform driver
[ 1.240845] ehci-pci 0000:02:03.0: EHCI Host Controller
[ 1.240882] ehci-pci 0000:02:03.0: new USB bus registered, assigned bus number 1
[ 1.241060] ehci-pci 0000:02:03.0: cache line size of 64 is not supported
[ 1.241074] ehci-pci 0000:02:03.0: irq 17, io mem 0xfd5ef000
[ 1.247730] ehci-pci 0000:02:03.0: USB 2.0 started, EHCI 1.00
[ 1.247795] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.247797] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.247799] usb usb1: Product: EHCI Host Controller
[ 1.247800] usb usb1: Manufacturer: Linux 3.10.0-957.12.1.el7.x86_64 ehci_hcd
[ 1.247802] usb usb1: SerialNumber: 0000:02:03.0
[ 1.247969] hub 1-0:1.0: USB hub found
[ 1.247975] hub 1-0:1.0: 6 ports detected
[ 1.248155] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.248160] ohci-pci: OHCI PCI platform driver
[ 1.248173] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.248555] uhci_hcd 0000:02:00.0: UHCI Host Controller
[ 1.248590] uhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[ 1.248705] uhci_hcd 0000:02:00.0: detected 2 ports
[ 1.249114] uhci_hcd 0000:02:00.0: irq 18, io base 0x00002080
[ 1.249463] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.249465] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.249467] usb usb2: Product: UHCI Host Controller
[ 1.249469] usb usb2: Manufacturer: Linux 3.10.0-957.12.1.el7.x86_64 uhci_hcd
[ 1.249470] usb usb2: SerialNumber: 0000:02:00.0
[ 1.249552] hub 2-0:1.0: USB hub found
[ 1.249557] hub 2-0:1.0: 2 ports detected
[ 1.249775] usbcore: registered new interface driver usbserial_generic
[ 1.249782] usbserial: USB Serial support registered for generic
[ 1.249819] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
[ 1.250794] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.250799] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.250884] mousedev: PS/2 mouse device common for all mice
[ 1.271467] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 1.271625] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 1.271682] cpuidle: using governor menu
[ 1.275197] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.275312] usbcore: registered new interface driver usbhid
[ 1.275313] usbhid: USB HID core driver
[ 1.275401] drop_monitor: Initializing network drop monitor service
[ 1.275536] TCP: cubic registered
[ 1.275540] Initializing XFRM netlink socket
[ 1.275668] NET: Registered protocol family 10
[ 1.276282] NET: Registered protocol family 17
[ 1.276289] mpls_gso: MPLS GSO support
[ 1.276548] PM: Hibernation image not present or could not be loaded.
[ 1.276552] Loading compiled-in X.509 certificates
[ 1.276570] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'
[ 1.276581] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'
[ 1.276905] Loaded X.509 cert 'CentOS Linux kernel signing key: 2c7c17705c86d4208050d3f554569a7bd3bfd1bf'
[ 1.276921] registered taskstats version 1
[ 1.279137] Key type trusted registered
[ 1.281062] Key type encrypted registered
[ 1.281391] IMA: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 1.282875] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 1.283393] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2
[ 1.283665] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[ 1.287039] Magic number: 3:782:327
[ 1.287225] rtc_cmos 00:01: setting system clock to 2019-05-18 11:18:19 UTC (1558178299)
[ 1.288011] Freeing unused kernel memory: 1876k freed
[ 1.288172] Write protecting the kernel read-only data: 12288k
[ 1.289703] Freeing unused kernel memory: 512k freed
[ 1.292664] Freeing unused kernel memory: 600k freed
[ 1.296174] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.296616] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.296628] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.298987] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 1.299054] systemd[1]: Detected virtualization vmware.
[ 1.299062] systemd[1]: Detected architecture x86-64.
[ 1.299065] systemd[1]: Running in initial RAM disk.
[ 1.299103] systemd[1]: Set hostname to <localhost.localdomain>.
[ 1.330508] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.330526] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.330549] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.330593] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.331168] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.331287] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.331665] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.335389] systemd[1]: Reached target Local File Systems.
[ 1.335613] systemd[1]: Created slice Root Slice.
[ 1.335709] systemd[1]: Listening on udev Control Socket.
[ 1.335725] systemd[1]: Reached target Swap.
[ 1.336002] systemd[1]: Created slice System Slice.
[ 1.336016] systemd[1]: Reached target Slices.
[ 1.336025] systemd[1]: Reached target Timers.
[ 1.336080] systemd[1]: Listening on udev Kernel Socket.
[ 1.336289] systemd[1]: Listening on Journal Socket.
[ 1.336302] systemd[1]: Reached target Sockets.
[ 1.336811] systemd[1]: Starting Setup Virtual Console...
[ 1.337407] systemd[1]: Starting Journal Service...
[ 1.338174] systemd[1]: Starting dracut cmdline hook...
[ 1.339040] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 1.339577] systemd[1]: Starting Apply Kernel Variables...
[ 1.350438] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 1.354231] systemd[1]: Started Apply Kernel Variables.
[ 1.355301] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 1.366551] systemd[1]: Started Create Static Device Nodes in /dev.
[ 1.514661] systemd[1]: Started Setup Virtual Console.
[ 1.539135] systemd[1]: Started Journal Service.
[ 1.560894] usb 2-1: new full-speed USB device number 2 using uhci_hcd
[ 1.648346] device-mapper: uevent: version 1.0.3
[ 1.648414] device-mapper: ioctl: 4.37.1-ioctl (2018-04-03) initialised: [email protected]
[ 1.700331] usb 2-1: New USB device found, idVendor=0e0f, idProduct=0003
[ 1.700334] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.700336] usb 2-1: Product: VMware Virtual USB Mouse
[ 1.700338] usb 2-1: Manufacturer: VMware
[ 1.710494] input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-1/2-1:1.0/input/input4
[ 1.710607] hid-generic 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:00.0-1/input0
[ 1.823466] usb 2-2: new full-speed USB device number 3 using uhci_hcd
[ 1.960928] usb 2-2: New USB device found, idVendor=0e0f, idProduct=0002
[ 1.960931] usb 2-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.960933] usb 2-2: Product: VMware Virtual USB Hub
[ 1.968055] hub 2-2:1.0: USB hub found
[ 1.973137] hub 2-2:1.0: 7 ports detected
[ 2.398456] Fusion MPT base driver 3.04.20
[ 2.398459] Copyright (c) 1999-2008 LSI Corporation
[ 2.467459] Fusion MPT SPI Host driver 3.04.20
[ 2.483685] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 2.483688] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 2.502181] mptbase: ioc0: Initiating bringup
[ 2.505383] libata version 3.00 loaded.
[ 2.532309] ioc0: LSI53C1030 B0: Capabilities={Initiator}
[ 2.674411] scsi host0: ioc0: LSI53C1030 B0, FwRev=01032920h, Ports=1, MaxQ=128, IRQ=17
[ 2.771399] scsi 0:0:0:0: Direct-Access VMware, VMware Virtual S 1.0 PQ: 0 ANSI: 2
[ 2.771445] scsi target0:0:0: Beginning Domain Validation
[ 2.771995] scsi target0:0:0: Domain Validation skipping write tests
[ 2.771997] scsi target0:0:0: Ending Domain Validation
[ 2.772032] scsi target0:0:0: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127)
[ 2.773095] ata_piix 0000:00:07.1: version 2.13
[ 2.786999] scsi host1: ata_piix
[ 2.789829] scsi host2: ata_piix
[ 2.789883] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
[ 2.789885] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
[ 2.982068] [drm] DMA map mode: Using physical TTM page addresses.
[ 2.982200] [drm] Capabilities:
[ 2.982201] [drm] Rect copy.
[ 2.982202] [drm] Cursor.
[ 2.982203] [drm] Cursor bypass.
[ 2.982203] [drm] Cursor bypass 2.
[ 2.982204] [drm] 8bit emulation.
[ 2.982205] [drm] Alpha cursor.
[ 2.982205] [drm] Extended Fifo.
[ 2.982206] [drm] Multimon.
[ 2.982207] [drm] Pitchlock.
[ 2.982207] [drm] Irq mask.
[ 2.982208] [drm] Display Topology.
[ 2.982209] [drm] GMR.
[ 2.982209] [drm] Traces.
[ 2.982210] [drm] GMR2.
[ 2.982211] [drm] Screen Object 2.
[ 2.982211] [drm] Command Buffers.
[ 2.982212] [drm] Command Buffers 2.
[ 2.982213] [drm] Guest Backed Resources.
[ 2.982213] [drm] DX Features.
[ 2.982214] [drm] HP Command Queue.
[ 2.982215] [drm] Max GMR ids is 64
[ 2.982216] [drm] Max number of GMR pages is 65536
[ 2.982217] [drm] Max dedicated hypervisor surface memory is 0 kiB
[ 2.982218] [drm] Maximum display memory size is 262144 kiB
[ 2.982219] [drm] VRAM at 0xe8000000 size is 4096 kiB
[ 2.982220] [drm] MMIO at 0xfe000000 size is 256 kiB
[ 2.982222] [drm] global init.
[ 2.988514] [TTM] Zone kernel: Available graphics memory: 497946 kiB
[ 2.988517] [TTM] Initializing pool allocator
[ 2.988521] [TTM] Initializing DMA pool allocator
[ 2.995903] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.995906] [drm] No driver support for vblank timestamp query.
[ 2.996160] [drm] Screen Target Display device initialized
[ 2.996270] [drm] width 800
[ 2.996278] [drm] height 480
[ 2.996284] [drm] bpp 32
[ 3.011130] [drm] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f
[ 3.092511] [drm] Using command buffers with DMA pool.
[ 3.136226] [drm] DX: no.
[ 3.136229] [drm] Atomic: yes
[ 3.245030] fbcon: svgadrmfb (fb0) is primary device
[ 3.331642] Console: switching to colour frame buffer device 100x37
[ 3.356568] [drm] Initialized vmwgfx 2.14.1 20180322 for 0000:00:0f.0 on minor 0
[ 4.426889] e1000 0000:02:01.0 eth0: (PCI:66MHz:32-bit) 00:0c:29:9b:87:5b
[ 4.426896] e1000 0000:02:01.0 eth0: Intel(R) PRO/1000 Network Connection
[ 6.625018] sd 0:0:0:0: [sda] 33554432 512-byte logical blocks: (17.1 GB/16.0 GiB)
[ 6.625052] sd 0:0:0:0: [sda] Write Protect is off
[ 6.625054] sd 0:0:0:0: [sda] Mode Sense: 61 00 00 00
[ 6.625103] sd 0:0:0:0: [sda] Cache data unavailable
[ 6.625106] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 6.625517] sda: sda1 sda2
[ 6.625918] sd 0:0:0:0: [sda] Attached SCSI disk
[ 6.891733] random: fast init done
[ 7.167309] SGI XFS with ACLs, security attributes, no debug enabled
[ 7.191065] XFS (dm-0): Mounting V5 Filesystem
[ 7.223686] XFS (dm-0): Starting recovery (logdev: internal)
[ 7.241919] XFS (dm-0): Ending recovery (logdev: internal)
[ 7.565165] systemd-journald[86]: Received SIGTERM from PID 1 (systemd).
[ 7.694563] type=1404 audit(1558178305.905:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[ 7.727567] SELinux: 2048 avtab hash slots, 111862 rules.
[ 7.877107] SELinux: 2048 avtab hash slots, 111862 rules.
[ 7.927153] SELinux: 8 users, 14 roles, 5031 types, 316 bools, 1 sens, 1024 cats
[ 7.927157] SELinux: 129 classes, 111862 rules
[ 7.931189] SELinux: Class bpf not defined in policy.
[ 7.931192] SELinux: the above unknown classes and permissions will be allowed
[ 7.931197] SELinux: Completing initialization.
[ 7.931198] SELinux: Setting up existing superblocks.
[ 7.939890] type=1403 audit(1558178306.151:3): policy loaded auid=4294967295 ses=4294967295
[ 7.949693] systemd[1]: Successfully loaded SELinux policy in 255.556ms.
[ 8.001604] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 8.001644] systemd[1]: Inserted module 'ip_tables'
[ 8.029049] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 23.790ms.
[ 8.434562] random: crng init done
[ 8.543927] systemd-journald[3095]: Received request to flush runtime journal from PID 1
[ 9.471692] piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
[ 9.541910] vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x11080, irq 16
[ 9.541970] vmw_vmci 0000:00:07.7: Using capabilities 0xc
[ 9.542209] vmw_vmci 0000:00:07.7: irq 56 for MSI/MSI-X
[ 9.542257] vmw_vmci 0000:00:07.7: irq 57 for MSI/MSI-X
[ 9.542571] Guest personality initialized and is active
[ 9.543000] VMCI host device registered (name=vmci, major=10, minor=58)
[ 9.543002] Initialized host personality
[ 12.374846] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 12.977295] XFS (sda1): Mounting V5 Filesystem
[ 13.034861] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 13.787347] XFS (sda1): Starting recovery (logdev: internal)
[ 13.817026] XFS (sda1): Ending recovery (logdev: internal)
[ 13.911910] cryptd: max_cpu_qlen set to 1000
[ 13.917029] floppy0: no floppy controllers found
[ 13.917063] work still pending
[ 14.010260] AVX2 version of gcm_enc/dec engaged.
[ 14.010263] AES CTR mode by8 optimization enabled
[ 14.135302] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[ 14.150076] alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni)
[ 14.427219] ppdev: user-space parallel port driver
[ 14.460734] Adding 1679356k swap on /dev/mapper/centos-swap. Priority:-2 extents:1 across:1679356k FS
[ 14.930101] type=1305 audit(1558178313.141:4): audit_pid=6007 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[ 17.241388] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 17.409102] Ebtables v2.0 registered
[ 17.552799] IPv6: ADDRCONF(NETDEV_UP): ens33: link is not ready
[ 17.559679] e1000: ens33 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 17.572376] IPv6: ADDRCONF(NETDEV_UP): ens33: link is not ready
[ 17.576835] IPv6: ADDRCONF(NETDEV_CHANGE): ens33: link becomes ready
[ 17.677632] nf_conntrack version 0.5.0 (7780 buckets, 31120 max)
[ 17.864856] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 17.903246] Netfilter messages via NETLINK v0.30.
[ 17.911048] ip_set: protocol 6: 文件名过长

------------16.7 btmp日志分析----------------------
------------16.7.1 错误登录日志分析-----------------
[16.7.1]正在分析错误登录日志.....
[*]错误登录日志如下:

btmp begins Sat May 18 19:18:32 2019

------------16.8 lastlog日志分析----------------------
------------16.8.1 所有用户最后一次登录日志分析-----------------
[16.8.1]正在分析所有用户最后一次登录日志.....
[*]所有用户最后一次登录日志如下:
用户名 端口 来自 最后登陆时间
root pts/1 六 5月 18 19:32:07 +0800 2019
bin 从未登录过
daemon 从未登录过
adm 从未登录过
lp 从未登录过
sync 从未登录过
shutdown 从未登录过
halt 从未登录过
mail 从未登录过
operator 从未登录过
games 从未登录过
ftp 从未登录过
nobody 从未登录过
systemd-network 从未登录过
dbus 从未登录过
polkitd 从未登录过
sshd 从未登录过
postfix 从未登录过
chrony 从未登录过
catcher tty1 六 4月 20 22:31:44 +0800 2019

------------16.9 wtmp日志分析---------------
------------16.9.1所有登录用户分析-------
[16.9.1]正在检查历史上登录到本机的用户:
[*]历史上登录到本机的用户如下:
root pts/1 192.168.213.135 Sat May 18 19:32 still logged in
root pts/0 192.168.213.1 Sat May 18 19:30 still logged in
root pts/0 192.168.213.1 Mon May 13 10:37 - 10:40 (00:02)
root pts/0 192.168.213.1 Wed May 8 12:00 - crash (4+22:34)
root pts/0 192.168.213.1 Wed May 8 11:52 - 12:00 (00:07)

------------17 内核检查-------------------
------------17.1 内核情况-----------------
[17.1]正在检查内核信息......
[*]内核信息如下:
Module Size Used by
binfmt_misc 17468 1
ip6t_rpfilter 12595 1
ipt_REJECT 12541 2
nf_reject_ipv4 13373 1 ipt_REJECT
ip6t_REJECT 12625 2
nf_reject_ipv6 13717 1 ip6t_REJECT
xt_conntrack 12760 11
ip_set 45644 0
nfnetlink 14490 1 ip_set
ebtable_nat 12807 1
ebtable_broute 12731 1
bridge 151336 1 ebtable_broute
stp 12976 1 bridge
llc 14552 2 stp,bridge
ip6table_nat 12864 1
nf_conntrack_ipv6 18935 7
nf_defrag_ipv6 35104 1 nf_conntrack_ipv6
nf_nat_ipv6 14131 1 ip6table_nat
ip6table_mangle 12700 1
ip6table_security 12710 1
ip6table_raw 12683 1
iptable_nat 12875 1
nf_conntrack_ipv4 15053 6
nf_defrag_ipv4 12729 1 nf_conntrack_ipv4
nf_nat_ipv4 14115 1 iptable_nat
nf_nat 26583 2 nf_nat_ipv4,nf_nat_ipv6
nf_conntrack 137239 6 nf_nat,nf_nat_ipv4,nf_nat_ipv6,xt_conntrack,nf_conntrack_ipv4,nf_conntrack_ipv6
iptable_mangle 12695 1
iptable_security 12705 1
iptable_raw 12678 1
ebtable_filter 12827 1
ebtables 35009 3 ebtable_broute,ebtable_nat,ebtable_filter
ip6table_filter 12815 1
ip6_tables 26912 5 ip6table_filter,ip6table_mangle,ip6table_security,ip6table_nat,ip6table_raw
iptable_filter 12810 1
ppdev 17671 0
iosf_mbi 15582 0
crc32_pclmul 13133 0
ghash_clmulni_intel 13273 0
aesni_intel 189414 0
lrw 13286 1 aesni_intel
gf128mul 15139 1 lrw
glue_helper 13990 1 aesni_intel
vmw_balloon 18094 0
ablk_helper 13597 1 aesni_intel
cryptd 21190 3 ghash_clmulni_intel,aesni_intel,ablk_helper
snd_seq_midi 13565 0
snd_seq_midi_event 14899 1 snd_seq_midi
joydev 17389 0
pcspkr 12718 0
snd_ens1371 25076 0
snd_rawmidi 31294 2 snd_ens1371,snd_seq_midi
snd_ac97_codec 130556 1 snd_ens1371
ac97_bus 12730 1 snd_ac97_codec
snd_seq 62663 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 14356 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_pcm 105708 2 snd_ac97_codec,snd_ens1371
sg 40721 0
snd_timer 29912 2 snd_pcm,snd_seq
snd 83815 7 snd_ac97_codec,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_ens1371,snd_seq_device
soundcore 15047 1 snd
parport_pc 28205 0
parport 46395 2 ppdev,parport_pc
vmw_vmci 67127 0
i2c_piix4 22401 0
ip_tables 27126 5 iptable_security,iptable_filter,iptable_mangle,iptable_nat,iptable_raw
xfs 997127 2
libcrc32c 12644 3 xfs,nf_nat,nf_conntrack
sd_mod 46281 3
crc_t10dif 12912 1 sd_mod
crct10dif_generic 12647 0
crct10dif_pclmul 14307 1
crct10dif_common 12595 3 crct10dif_pclmul,crct10dif_generic,crc_t10dif
crc32c_intel 22094 1
serio_raw 13434 0
nfit 55016 0
libnvdimm 147731 1 nfit
ata_generic 12923 0
pata_acpi 13053 0
vmwgfx 276430 1
drm_kms_helper 179394 1 vmwgfx
syscopyarea 12529 1 drm_kms_helper
sysfillrect 12701 1 drm_kms_helper
sysimgblt 12640 1 drm_kms_helper
fb_sys_fops 12703 1 drm_kms_helper
ttm 114635 1 vmwgfx
drm 429744 4 ttm,drm_kms_helper,vmwgfx
ata_piix 35052 0
e1000 137586 0
mptspi 22628 2
scsi_transport_spi 30732 1 mptspi
libata 243133 3 pata_acpi,ata_generic,ata_piix
mptscsih 40150 1 mptspi
mptbase 106036 2 mptspi,mptscsih
drm_panel_orientation_quirks 12957 1 drm
dm_mirror 22289 0
dm_region_hash 20813 1 dm_mirror
dm_log 18411 2 dm_region_hash,dm_mirror
dm_mod 124407 8 dm_log,dm_mirror

------------17.2 可疑内核检查-----------------
[17.2]正在检查可疑内核.....
[!!!]发现可疑内核模块:
iosf_mbi 15582 0
nfit 55016 0
libnvdimm 147731 1 nfit

------------18 安装软件-------------------
------------18.1 安装软件及版本-----------------
[18.1]正在检查安装软件及版本情况.....
[*]系统安装与版本如下:
iputils 20160308
tzdata 2019a
fxload 2002_04_11
less 458
systemd 219
dracut 033
kmod 20
mozjs17 17.0.0
basesystem 10.0
initscripts 9.49.46
pcre 8.32
grubby 8.28
rsyslog 8.24.0
coreutils 8.22
rootfiles 8.1
openssh 7.4p1
libcurl 7.29.0
curl 7.29.0
ipset 6.38
readline 6.2
authconfig 6.2.8
gmp 6.0.0
ncurses 5.9
libdb 5.3.21
xz 5.2.2
perl 5.16.3
file 5.11
lua 5.1.4
info 5.1
libstdc++ 4.8.5
libgomp 4.8.5
libgcc 4.8.5
ethtool 4.8
xfsprogs 4.5.0
findutils 4.5.11
sed 4.2.2
dhclient 4.2.5
bash 4.2.46
nspr 4.19.0
rpm 4.11.3
iproute 4.11.0
libtasn1 4.10
gawk 4.0.2
make 3.82
logrotate 3.8.6
sqlite 3.7.17
yum 3.4.3
nss 3.36.0
diffutils 3.3
libnl3 3.2.28
filesystem 3.2
chrony 3.2
hostname 3.13
parted 3.1
kernel 3.10.0
dmidecode 3.1
zip 3.0
libffi 3.0.13
libedit 3.0
libxml2 2.9.1
cracklib 2.9.0
setup 2.8.71
freetype 2.8
audit 2.8.4
python 2.7.5
wpa_supplicant 2.6
glib2 2.56.1
policycoreutils 2.5
libsepol 2.5
libsemanage 2.5
libselinux 2.5
openldap 2.4.44
libdrm 2.4.91
libattr 2.4.46
iprutils 2.4.16.1
libseccomp 2.3.1
binutils 2.27
libuuid 2.23.2
libsmartcols 2.23.2
libmount 2.23.2
libblkid 2.23.2
libcap 2.22
which 2.20
slang 2.2.4
libacl 2.2.51
grep 2.20
acl 2.2.51
glibc 2.17
cpio 2.11
tuned 2.10.0
postfix 2.10.1
microcode_ctl 2.1
libsysfs 2.1.0
libassuan 2.1.0
jansson 2.10
expat 2.1.0
lzo 2.06
lvm2 2.02.180
grub2 2.02
pth 2.0.7
gnupg2 2.0.22
ebtables 2.0.10
sudo 1.8.23
lz4 1.7.5
chkconfig 1.7.4
libpng 1.5.13
libgcrypt 1.5.3
gzip 1.5
GeoIP 1.5.0
libss 1.42.9
libcom_err 1.42.9
e2fsprogs 1.42.9
libssh2 1.4.3
iptables 1.4.21
fipscheck 1.4.1
cronie 1.4.11
gpgme 1.3.2
libidn 1.28
teamd 1.27
libteam 1.27
tar 1.26
zlib 1.2.7
libpwquality 1.2.3
libpipeline 1.2.3
libndp 1.2
kbd 1.15.5
wget 1.14
popt 1.13
NetworkManager 1.12.0
crontabs 1.11
snappy 1.1.0
pam 1.1.8
libutempter 1.1.6
gdbm 1.10
dbus 1.10.24
ustr 1.0.4
openssl 1.0.2k
libnfnetlink 1.0.1
libnetfilter_conntrack 1.0.6
libmnl 1.0.3
irqbalance 1.0.7
hardlink 1.0
libfastjson 0.99.4
libunistring 0.9.3
plymouth 0.8.9
pinentry 0.8.1
passwd 0.79
biosdevname 0.7.3
libuser 0.60
libcroco 0.6.12
newt 0.52.15
pyxattr 0.5.1
pyliblzma 0.5.3
firewalld 0.5.3
kpartx 0.4.9
pygpgme 0.3
libaio 0.3.109
pkgconfig 0.27.1
lsscsi 0.27
hwdata 0.252
libverto 0.2.5
gettext 0.19.8.1
libpciaccess 0.14
libdaemon 0.14
polkit 0.112
libestr 0.1.9
yum plugin
yum metadata
xz libs
virt what
vim minimal
vim filesystem
vim enhanced
vim common
util linux
tcp_wrappers libs
sysvinit tools
systemd sysv
systemd libs
shared mime
shadow utils
selinux policy
rpm python
rpm libs
rpm build
qrencode libs
python urlgrabber
python slip
python schedutils
python pyudev
python pycurl
python perf
python linux
python libs
python iniparse
python gobject
python firewall
python decorator
python configobj
procps ng
polkit pkla
plymouth scripts
plymouth core
perl Time
perl threads
perl Text
perl Storable
perl Socket
perl Scalar
perl podlators
perl Pod
perl PathTools
perl parent
perl macros
perl libs
perl HTTP
perl Getopt
perl Filter
perl File
perl Exporter
perl Encode
perl constant
perl Carp
pciutils libs
p11 kit
os prober
openssl libs
openssh server
openssh clients
numactl libs
nss util
nss tools
nss sysinit
nss softokn
nss pem
newt python
NetworkManager wifi
NetworkManager tui
NetworkManager team
NetworkManager libnm
ncurses libs
ncurses base
mariadb libs
man db
lvm2 libs
linux firmware
libselinux utils
libselinux python
libnl3 cli
libgpg error
libdb utils
libcap ng
krb5 libs
kmod libs
keyutils libs
kexec tools
kernel tools
kbd misc
kbd legacy
json c
iwl7265 firmware
iwl7260 firmware
iwl6050 firmware
iwl6000g2b firmware
iwl6000g2a firmware
iwl6000 firmware
iwl5150 firmware
iwl5000 firmware
iwl4965 firmware
iwl3945 firmware
iwl3160 firmware
iwl2030 firmware
iwl2000 firmware
iwl135 firmware
iwl105 firmware
iwl100 firmware
iwl1000 firmware
ivtv firmware
ipset libs
grub2 tools
grub2 pc
grub2 common
groff base
gpm libs
gpg pubkey
gobject introspection
glibc common
gettext libs
firewalld filesystem
fipscheck lib
file libs
elfutils libs
elfutils libelf
elfutils default
e2fsprogs libs
dracut network
dracut config
dhcp libs
dhcp common
device mapper
dbus python
dbus libs
dbus glib
cyrus sasl
cryptsetup libs
cronie anacron
cracklib dicts
centos release
centos logos
ca certificates
bzip2 libs
btrfs progs
bind license
bind libs
bash completion
audit libs
alsa tools
alsa lib
alsa firmware
aic94xx firmware

------------18.2可疑软件-----------------
[18.2]正在检查安装的可疑软件.....
[*]未发现安装可疑软件

------------19环境变量-----------------
[18]正在检查环境变量.....
[]环境变量:
XDG_SESSION_ID=5
HOSTNAME=localhost.localdomain
TERM=xterm
SHELL=/bin/bash
HISTSIZE=1000
USER=root
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:
.tar=01;31:.tgz=01;31:.arc=01;31:.arj=01;31:.taz=01;31:.lha=01;31:.lz4=01;31:.lzh=01;31:.lzma=01;31:.tlz=01;31:.txz=01;31:.tzo=01;31:.t7z=01;31:.zip=01;31:.z=01;31:.Z=01;31:.dz=01;31:.gz=01;31:.lrz=01;31:.lz=01;31:.lzo=01;31:.xz=01;31:.bz2=01;31:.bz=01;31:.tbz=01;31:.tbz2=01;31:.tz=01;31:.deb=01;31:.rpm=01;31:.jar=01;31:.war=01;31:.ear=01;31:.sar=01;31:.rar=01;31:.alz=01;31:.ace=01;31:.zoo=01;31:.cpio=01;31:.7z=01;31:.rz=01;31:.cab=01;31:.jpg=01;35:.jpeg=01;35:.gif=01;35:.bmp=01;35:.pbm=01;35:.pgm=01;35:.ppm=01;35:.tga=01;35:.xbm=01;35:.xpm=01;35:.tif=01;35:.tiff=01;35:.png=01;35:.svg=01;35:.svgz=01;35:.mng=01;35:.pcx=01;35:.mov=01;35:.mpg=01;35:.mpeg=01;35:.m2v=01;35:.mkv=01;35:.webm=01;35:.ogm=01;35:.mp4=01;35:.m4v=01;35:.mp4v=01;35:.vob=01;35:.qt=01;35:.nuv=01;35:.wmv=01;35:.asf=01;35:.rm=01;35:.rmvb=01;35:.flc=01;35:.avi=01;35:.fli=01;35:.flv=01;35:.gl=01;35:.dl=01;35:.xcf=01;35:.xwd=01;35:.yuv=01;35:.cgm=01;35:.emf=01;35:.axv=01;35:.anx=01;35:.ogv=01;35:.ogx=01;35:.aac=01;36:.au=01;36:.flac=01;36:.mid=01;36:.midi=01;36:.mka=01;36:.mp3=01;36:.mpc=01;36:.ogg=01;36:.ra=01;36:.wav=01;36:.axa=01;36:.oga=01;36:.spx=01;36:.xspf=01;36:
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
MAIL=/var/spool/mail/root
PWD=/tmp/buying__20190518/check_file
LANG=zh_CN.UTF-8
HISTCONTROL=ignoredups
HOME=/root
SHLVL=2
LOGNAME=root
LESSOPEN=||/usr/bin/lesspipe.sh %s
XDG_RUNTIME_DIR=/run/user/0
_=/bin/env
OLDPWD=/root

------------20性能分析-----------------
------------20.1磁盘分析-----------------
------------20.1.1磁盘使用-----------------
[20.1.1]正在检查磁盘使用.....
[*]磁盘使用情况如下:
文件系统 容量 已用 可用 已用% 挂载点
/dev/mapper/centos-root 14G 1.3G 13G 10% /
devtmpfs 475M 0 475M 0% /dev
tmpfs 487M 0 487M 0% /dev/shm
tmpfs 487M 7.7M 479M 2% /run
tmpfs 487M 0 487M 0% /sys/fs/cgroup
/dev/sda1 1014M 163M 852M 17% /boot
tmpfs 98M 0 98M 0% /run/user/0

------------20.1.2检查磁盘使用过大-----------------
[20.1.2]正在检查磁盘使用是否过大.....
[*]硬盘空间足够

------------20.2CPU分析-----------------
------------20.2.1CPU情况-----------------
[20.2.1]正在检查CPU相关信息.....
CPU硬件信息如下:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 158
model name : Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
stepping : 9
microcode : 0x84
cpu MHz : 2501.000
cache size : 6144 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 22
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon nopl xtopology tsc_reliable nonstop_tsc eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ibrs ibpb stibp fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid mpx rdseed adx smap clflushopt xsaveopt xsavec arat spec_ctrl intel_stibp arch_capabilities
bogomips : 5002.00
clflush size : 64
cache_alignment : 64
address sizes : 43 bits physical, 48 bits virtual
power management:

CPU使用情况如下:
root 7503 2.4 /tmp/buying_linuxcheck.sh
root 7458 1.2 root@pts/1
root 7461 0.4 top
root 7359 0.2 root@pts/0
root 1 0.2 22
root 7361 0.1 root@notty
root 7343 0.1 [kworker/0:2]
USER PID %CPU COMMAND
root 91 0.0 [kauditd]
root 9013 0.0 /tmp/buying_linuxcheck.sh
root 9012 0.0 /tmp/buying_linuxcheck.sh
root 9011 0.0 -aux
root 9010 0.0 checkresult.txt
root 9009 0.0 /tmp/buying_linuxcheck.sh
root 9 0.0 [rcu_sched]
root 864 0.0 [irq/16-vmwgfx]
root 858 0.0 [ttm_swap]
root 805 0.0 [scsi_tmf_2]
root 804 0.0 [scsi_eh_2]
root 803 0.0 [scsi_tmf_1]
root 801 0.0 [scsi_eh_1]
root 8 0.0 [rcu_bh]
root 800 0.0 [kworker/u256:2]
root 768 0.0 [scsi_tmf_0]
root 761 0.0 [scsi_eh_0]
root 7482 0.0 -bash
root 7481 0.0 root
root 7464 0.0 -bash
root 7442 0.0 -D
root 7384 0.0 /usr/libexec/openssh/sftp-server
root 7364 0.0 -bash
root 7306 0.0 -bash
root 7301 0.0 [kworker/0:0]
root 727 0.0 [ata_sff]
root 724 0.0 [mpt/0]
root 723 0.0 [mpt_poll_0]
root 7188 0.0 -w
root 7034 0.0 -n
root 7030 0.0 -P
root 7 0.0 [migration/0]
root 6836 0.0 ens33
root 6538 0.0 --no-daemon
root 6310 0.0 --nopid
root 6268 0.0 root
root 6226 0.0 -n
root 6178 0.0 /usr/lib/systemd/systemd-logind
root 6007 0.0 /sbin/auditd
root 6 0.0 [kworker/u256:0]
root 60 0.0 [deferwq]
root 5138 0.0 [xfsaild/sda1]
root 5134 0.0 [xfs-eofblocks/s]
root 5128 0.0 [xfs-log/sda1]
root 5126 0.0 [xfs-reclaim/sda]
root 5119 0.0 [xfs-cil/sda1]
root 5113 0.0 [xfs-conv/sda1]
root 5111 0.0 [xfs-data/sda1]
root 5108 0.0 [xfs-buf/sda1]
root 5 0.0 [kworker/0:0H]
root 47 0.0 [ipv6_addrconf]
root 45 0.0 [kpsmoused]
root 44 0.0 [kaluad]
root 43 0.0 [kmpath_rdacd]
root 41 0.0 [kthrotld]
root 33 0.0 [crypto]
root 32 0.0 [khugepaged]
root 3128 0.0 /usr/lib/systemd/systemd-udevd
root 3116 0.0 -f
root 31 0.0 [ksmd]
root 3095 0.0 /usr/lib/systemd/systemd-journald
root 3027 0.0 [kworker/0:1H]
root 3026 0.0 [xfsaild/dm-0]
root 3025 0.0 [xfs-eofblocks/d]
root 3024 0.0 [xfs-log/dm-0]
root 3023 0.0 [xfs-reclaim/dm-]
root 3022 0.0 [xfs-cil/dm-0]
root 3021 0.0 [xfs-conv/dm-0]
root 3018 0.0 [xfs-data/dm-0]
root 3016 0.0 [xfs-buf/dm-0]
root 3012 0.0 [xfs_mru_cache]
root 3007 0.0 [xfsalloc]
root 3002 0.0 [bioset]
root 3 0.0 [ksoftirqd/0]
root 30 0.0 [kswapd0]
root 2983 0.0 [bioset]
root 2982 0.0 [kdmflush]
root 2969 0.0 [bioset]
root 2968 0.0 [kdmflush]
root 25 0.0 [kworker/0:1]
root 24 0.0 [watchdogd]
root 23 0.0 [edac-poller]
root 22 0.0 [md]
root 21 0.0 [kblockd]
root 2 0.0 [kthreadd]
root 20 0.0 [bioset]
root 19 0.0 [bioset]
root 18 0.0 [bioset]
root 1800 0.0 [nfit]
root 17 0.0 [kintegrityd]
root 16 0.0 [writeback]
root 15 0.0 [khungtaskd]
root 14 0.0 [netns]
root 13 0.0 [kdevtmpfs]
root 11 0.0 [watchdog/0]
root 10 0.0 [lru-add-drain]
postfix 7194 0.0 -u
postfix 7193 0.0 -u
polkitd 6179 0.0 --no-debug
dbus 6141 0.0 --systemd-activation
chrony 6233 0.0 /usr/sbin/chronyd

------------20.2.2占用CPU前5进程-----------------
[20.2.2]正在检查占用CPU前5资源的进程.....
占用CPU资源前5进程:
root 7503 2.4 0.2 113608 2012 pts/1 S+ 19:32 0:00 sh /tmp/buying_linuxcheck.sh
root 7458 1.2 0.5 158868 5716 ? Ss 19:32 0:00 sshd: root@pts/1
root 7461 0.4 0.2 161880 2200 pts/0 S+ 19:32 0:00 top
root 7359 0.2 0.5 159204 5944 ? Ss 19:30 0:00 sshd: root@pts/0
root 1 0.2 0.6 128148 6640 ? Ss 19:18 0:01 /usr/lib/systemd/systemd --switched-root --system --deserialize 22

------------20.2.3占用CPU较大进程-----------------
[20.2.3]正在检查占用CPU较大的进程.....
[*]未发现进程占用资源超过20%

------------20.3 内存分析-----------------
------------20.3.1 内存情况-----------------
[20.3.1]正在检查内存相关信息.....
[]内存信息如下:
MemTotal: 995892 kB
MemFree: 502260 kB
MemAvailable: 614056 kB
Buffers: 2108 kB
Cached: 196356 kB
SwapCached: 0 kB
Active: 157280 kB
Inactive: 111868 kB
Active(anon): 71336 kB
Inactive(anon): 7200 kB
Active(file): 85944 kB
Inactive(file): 104668 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 1679356 kB
SwapFree: 1679356 kB
Dirty: 1980 kB
Writeback: 0 kB
AnonPages: 74820 kB
Mapped: 24996 kB
Shmem: 7840 kB
Slab: 145728 kB
SReclaimable: 97772 kB
SUnreclaim: 47956 kB
KernelStack: 4032 kB
PageTables: 5660 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 2177300 kB
Committed_AS: 314224 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 180464 kB
VmallocChunk: 34359310332 kB
HardwareCorrupted: 0 kB
AnonHugePages: 8192 kB
CmaTotal: 0 kB
CmaFree: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 87936 kB
DirectMap2M: 960512 kB
DirectMap1G: 0 kB
[
]内存使用情况如下:
total used free shared buff/cache available
Mem: 972 146 490 7 336 599
Swap: 1639 0 1639

------------20.3.2占用内存前5进程-----------------
[20.2.2]正在检查占用内存前5资源的进程.....
[*]占用内存资源前5进程:
root 6310 0.0 2.9 358568 29300 ? Ssl 19:18 0:00 /usr/bin/python -Es /usr/sbin/firewalld --nofork --nopid
root 7030 0.0 1.7 573924 17120 ? Ssl 19:18 0:00 /usr/bin/python2 -Es /usr/sbin/tuned -l -P
polkitd 6179 0.0 1.2 612996 11988 ? Ssl 19:18 0:00 /usr/lib/polkit-1/polkitd --no-debug
root 6538 0.0 0.9 832712 9064 ? Ssl 19:18 0:00 /usr/sbin/NetworkManager --no-daemon
root 1 0.2 0.6 128148 6640 ? Rs 19:18 0:01 /usr/lib/systemd/systemd --switched-root --system --deserialize 22

------------20.3.3占用内存较多进程-----------------
[20.3.3]正在检查占用内存较多的进程.....
[!!!]以下进程占用的内存超过20%:
UID PID PPID C STIME TTY TIME CMD
root 6310 0.0 2.9 358568 29300 ? Ssl 19:18 0:00 /usr/bin/python -Es /usr/sbin/firewalld --nofork --nopid

------------20.4网络连接-----------------
[20.4]正在检查网络连接情况......
/tmp/buying_linuxcheck.sh:行1780: netstat: 未找到命令
/tmp/buying_linuxcheck.sh:行1781: netstat: 未找到命令
[*]未发现网络连接

------------20.5 其他----------------------
------------20.5.1 运行时间及负载-----------------
[20.5.1]正在检查系统运行时间及负载情况......
[*]系统运行时间如下:
19:32:23 up 14 min, 3 users, load average: 0.08, 0.05, 0.06

------------21 共享情况----------------------
[21]正在检查共享情况......
/tmp/buying_linuxcheck.sh:行1801: exportfs: 未找到命令
[*]未发现网络共享

[*]正在将检查文件压缩到/tmp/目录下......
adding: tmp/buying__20190518/check_file/ (stored 0%)
adding: tmp/buying__20190518/check_file/checkresult.txt (deflated 68%)
adding: tmp/buying__20190518/danger_file.txt (deflated 56%)
adding: tmp/buying__20190518/log/ (stored 0%)
adding: tmp/buying__20190518/log/system_log.zip (stored 0%)
adding: tmp/buying__20190518/sysfile_md5.txt (deflated 53%)
检查结束!!!
安徽三实捕影Linux安全检查与应急响应工具
Version:1.2
Author:飞鸟
若有问题请联系Mail:[email protected]
Date:2019-02-19
[root@localhost ]# exit
登出
[root@localhost ]# exit
登出
Connection to 192.168.213.132 closed.
spawn scp -P 22 [email protected]:/tmp/192.168.213.132 /tmp/
[email protected]'s password: spawn ssh [email protected] -p 22
[email protected]'s password: root@kali:
/App/linux-info# ls
buying_linuxcheck.sh del.exp hosts.txt put.exp readme.txt
checkrules get.exp login.sh README.md sh.exp
root@kali:
/App/linux-info# cd /tmp/
root@kali:/tmp# ls
systemd-private-1b23a817e7424d1eac5234824dfc81a4-colord.service-cdCHcU
systemd-private-1b23a817e7424d1eac5234824dfc81a4-haveged.service-SHuaH6
systemd-private-1b23a817e7424d1eac5234824dfc81a4-ModemManager.service-3eyNDM
systemd-private-1b23a817e7424d1eac5234824dfc81a4-rtkit-daemon.service-dZ7jVS
systemd-private-1b23a817e7424d1eac5234824dfc81a4-upower.service-ZLreLL
vmware-root
vmware-root_544-2991268551

`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.